/*
Theme Name: sbkn
Template: generatepress
*/

/************************************************
**  
**  GeneratePress Tweaks Section
**
************************************************/

.header-widget {}
.footer-widgets .widget {}
.copyright-bar {}



/************************************************
**  
**  Custom Styles Section
**
************************************************/



/* =Contact Form 7 Styles
-------------------------------------------------------------- */
.wpcf7-form {
    width : 100%;
	max-width: 800px;
    overflow: hidden;
    margin: 0px;
}
.wpcf7-form-control-wrap {
	margin: 0px;
	padding: 0px;
}
.wpcf7-form input.wpcf7-form textarea {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    font-size: 16px;
    float: none;
    margin: 0px 0px 0px 0px;
}
.wpcf7-form input {
    line-height: 1;
	background-color: #fff;
    font-size: 16px;
	padding: 10px;
    height: 40px;
	width: 100%;
}
.wpcf7-form textarea {
    line-height: 1.3;
	background-color: #fff;
	margin: 0px;
    font-size: 16px;
	padding: 10px;
    height: 200px;
	width: 100%;
}
.wpcf7-form p {
    font-size : 16px;
	color: #000;
}
.wpcf7-form-control.wpcf7-submit {
 	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #1c848f;
	padding: 10px 20px 10px 20px;
	width: auto;
	height: auto;
}
.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
	background-color: #00919f;
}



/************************************************
**  
**  Media Queries / Responsive Styles Section
**
************************************************/


/* When the screen width is less than 600px */
@media only screen and (max-width: 600px) {
	
}

/* When the screen width is greater than 770px */
@media only screen and (min-width: 770px) {

}

/* When the screen width is less than 770px */
@media only screen and (max-width: 770px) {
	
}


/* When the screen width is between 600px and 770px */
@media only screen and (min-width: 600px) and (max-width: 770px){
	
}

/* When the screen width is between 770px and 1100px */
@media only screen and (min-width: 770px) and (max-width: 1100px){
	
}


