/*
Theme Name: bernieashman
Template: generatepress
*/

/************************************************
**  
**  Define/Enable Full Width Shading
**
************************************************/



/************************************************
**  
**  GeneratePress Tweaks Section
**
************************************************/



/************************************************
**  
**  Custom Styles Section
**
************************************************/

.entry-title {text-align: center;}

p.aspectpair {text-align: center; margin: 15px 0px 8px 0px;}}

h5 {margin: 10px 0px 0px 0px; padding: 0px 0px 0px 0px;}


/* =Contact Form 7 Styles
-------------------------------------------------------------- */
.wpcf7-form {
    background: none;
    width : 100%;
    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: 4px;
    font-size: 16px;
    float: none;
    margin: 0px 0px 0px 0px;
}
.wpcf7-form input {
    line-height: 1;
    font-size: 16px;
	padding: 3px;
    height: 30px;
}
.wpcf7-form textarea {
    line-height: 1;
	background-color: #f9f9f9;
	margin: 0px;
    font-size: 16px;
	padding: 3px;
    height: 200px;
	width: 100%;
}
.wpcf7-form p {
    font-size : 16px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
}
.wpcf7-form-control.wpcf7-text { width: 100%; padding: 3px; margin: 0px;}
span.wpcf7-list-item {
	font-family: Arial, Helvetica, sans-serif;
}
span.wpcf7-list-item-label { vertical-align: top; padding: 0px 30px 0px 0px;}
span.wpcf7-form-control.wpcf7-radio { vertical-align: bottom;}
.wpcf7-form-control.wpcf7-submit {
 	margin-left: 0px;
	color: #000;
	background-color: #e6e6e6;
	border: 1px solid #000;
	width: 75px;
	height: 30px;
	padding: 0px 0px 0px 0px;
}
.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
	background-color: #89272c;
}


/************************************************
**  
**  Media Queries / Responsive Styles Section
**
************************************************/

/* When the screen width is less than 470px */
@media only screen and (max-width: 470px) {

}

/* When the screen width is less than 600px */
@media only screen and (max-width: 600px) {
	.fourthbox {width: 100%;}
}

/* When the screen width is less than 650px */
@media only screen and (max-width: 650px) {
	.thirdbox {width: 100%; margin: 1% 0% 1% 0%;}
	.halfbox {width: 100%; margin: 1% 0% 1% 0%;}
}

/* When the screen width is between 650px and 770px */
@media only screen and (min-width: 650px) and (max-width: 770px){
	
}

/* When the screen width is between 650px and 1000px */
@media only screen and (min-width: 650px) and (max-width: 1000px){
	
}

/* When the screen width is between 600px and 880px */
@media only screen and (min-width: 600px) and (max-width: 880px){
	.fourthbox {width: 45.3%;}
}

/* When the screen width is between 770px and 1140px */
@media only screen and (min-width: 770px) and (max-width: 1140px){
	
}
