/*
Theme Name: AWM Person
Description: AWM Person Child theme for Avada theme
Author: Agent Reputation
Author URI: https://www.agentreputation.net
Template: Avada
Version: 1.0.2
Text Domain:  Avada
*/

/**Video Shortcodes**/
.ar-responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 0 1.5em 0;
} 
.ar-responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important;
}

/**Responsive Map**/
.ar-responsive-map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 0 1.5em 0;
} 
.ar-responsive-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important;
}

/**fix feedback form**/
.ar-reputation > iframe {
	min-height: 1065px;
}

/**Image Blocks Widgets**/
div.menuImgLink {
    display: block;
    padding: 100px 50px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
div.menuImgLinkBlock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}
div.menuImgLinkBlock:before {
    content: ' ';
    background-color: rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
div.menuImgLink span {
    color: #ffffff;
    position: relative;
    text-shadow: #000000;
}
div.menuImgLink a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
div.menuImgLink:hover div.menuImgLinkBlock {
    transform: scale(1.2);
}

/**Style Fixes**/
body.home .avada-page-titlebar-wrapper {
    display: none;
}
body.home section#content > div.page > div.post-content > p {
    display: none;
    margin: 0!important;
}
body.home main#main {
    padding-top: 0;
    padding-bottom: 0;
}
.gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
ul#gform_fields_2 label {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.ginput_complex > span {
    margin-bottom: 15px;
}
ul#gform_fields_2 li {
    float: left;
    width: 100%;
}
li#field_2_1 {
    margin-bottom: 0;
}
ul#gform_fields_2 li#field_2_2 {
	float: left;
    width: 49%;
}
ul#gform_fields_2 li#field_2_3 {
	float: right;
    width: 49%;
}
@media only screen and (max-width: 800px) {
	li#field_2_2, li#field_2_3 {
		float: left;
    	width: 100%;
	}
}

/**person specific**/
div#awm-vertical-social-wrap {
    margin-top: 45px;
}
#homeOfficerThumb {
    margin-bottom: 20px;
}