/*
 Theme Name:   Evans Realty Property
 Description:  Child theme of Zerif Lite for Evans Realty
 Author:       James Joyce, Flashpoint Computer Services, LLC
 Author URI:   https://www.flashpointcs.net
 Template:     zerif-lite
 Version:      1.0
 License:      MIT
 License URI:  https://fpcs.mit-license.org
*/

html {
	min-height: 100%;
	background: #272727;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.row {
list-style: none;
}
li.col-sm-3 {
text-align: left;
}
.fa.fa-check {
margin-right: 1em;
color: green;
}
#aboutus .row .col-sm-2 {
margin-bottom: 1em;
}
.copyright {
padding-top: 20px;
padding-bottom: 34px;
font-size: 10pt;
}
.copyright a {
	font-size: 10pt;
	color: #404040 !important;
}
.equal-housing-logo {
	margin-top: 10px;
	float: left;
}
.equal-housing-logo img {
	max-height: 44px;
}
.company-details {
padding-top: 20px;
padding-bottom: 20px;
}
.pp_play {
display: none;
}
.entry-content p {
	text-align: left;
}
a.ss-button-facebook, a.ss-button-googleplus, a.ss-button-twitter, a.ss-button-linkedin, a.ss-button-pinterest, a.ss-button-xing, a.ss-button-reddit {
	margin-bottom: 0;
	vertical-align: middle;
}
.social-sharing span {
	vertical-align: middle;
	font-style: italic;
	margin-right: 0.5em;
}
.social-sharing {
	margin-bottom: 1em;
}
.contact-us .section-header {
	padding-bottom: 0;
}
.home .gform_wrapper .gform_footer {
	float: left;
	width: auto;
	padding-top: 8px;
}
body.home .gform_wrapper .top_label div.ginput_container.ginput_recaptcha {
	margin-top: -8px;
}
.home .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 3px;
}
.home .gform_confirmation_message {
	color: #fff;
	border: 2px solid #00ff00;
}
.focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-header h2 {
	margin-top: 0;
}

.team-member .profile-pic {
	border-radius: 0;
    width: auto;
    height: auto;
}
.team-member .profile-pic img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    width: auto;
}
.contact-us .gform_wrapper textarea {
	margin-bottom: 0;
}
a.footer-privacy-policy {
	color: #fff !important;
	text-decoration: underline !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .team-member .profile-pic {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .team-member .profile-pic {
        height: 200px;
        line-height: 200px;
    }
}