/*

    Theme Name: Real Estate Child Theme

    Theme URI: http://wordpress.templaza.net/real-estate/

    Author: Templaza

    Author URI: http://templaza.com

    Version: 1.7

    Description: Real � Estate is specialized on real property websites. This theme is a Responsive WordPress theme which can automatically adapt to devices such as; mobile, tablet, desktop or laptop, etc.

    License: GNU General Public License v2 or later

    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template, theme-options

    Template: real-estate

	Colors:
	Green: #0052a4
	Brown: #0052a4
	Teal: #FAD70A
	Dark Brown: #000
	Grey: #686868
	Light Grey: #EAE8EA

*/

@import url("../real-estate/style.css");

html {
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 font-smoothing: antialiased;
 font-weight: 400;
}

html, body { 
	font-size: 15px !important;
	font-family: Avenir W01 !important;
	background: #fff;
}
.container p {
    font-size: 1rem;
}
header .row {
    background: #000;
}
.tz-header-bottom.tz-slick.text-center {
    background: #fff;
}
.tz-header .tz-header-bottom .tz-menu {
    border-top: 0 !important;
}
.vc_btn3-container {
	margin-bottom: 10px !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	background: #0052a4 !important;
    color: #ffffff !important;
	width: 100% !important;
    border-radius: 0;
    border: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-family: Avenir W01 !important;
    padding: 12px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    border: 0;
    background-color: #0052a4 !important;
}

.tz-home-title.title h3:after {
	border-top: 2px solid #FAD70A !important;
}

/*WAY TOP BANNER & HEADER/NAV STYLES*/

.tz-header-top.row {
    background-color: #0052a4 !important;
}
.tz-header.tz-header-type-1 .tz-header-top p, .tz-header.tz-header-type-1 .tz-header-top .tz-header-icon, .tz-header.tz-header-type-1 .tz-header-top p a, .tz-header.tz-header-type-1 .tz-header-top .tz-header-icon a, .tz-header .tz-header-top .tz-header-line { color: #fff !important; }
.tz-header.tz-header-type-1 .tz-header-top p a:hover, .tz-header.tz-header-type-1 .tz-header-top .tz-header-icon a:hover { color: #0052a4 !important; }

.tz-header .tz-header-center .tz-header-logo img {
	max-height: 160px !important;
}
.tz-header .tz-header-social a {
    background: #fff !important;
}
.tz-header .tz-header-bottom .navbar-nav > li > a { padding: 0 20px !important; }

.tz-header .tz-header-button {
	background: #FAD70A !important;
    color: #000 !important;
}
.tz-header .tz-header-button:hover {
	background: #0052a4 !important;
}
#btn_top{ background: #FAD70A !important; }
#btn_top i { color: #000 !important; }
.tz-header-button i.fa {
    color: #000;
}

/*HOME PAGE STYLES*/
.hero {
	background-position: bottom !important;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed !important;*/
	border-bottom: 12px #0052a4 solid;
}
.hero h1, .hero p {
    color: #fff;
	font-weight: 700;
}
.hero h1 {
    color: #fff;
	font-size: 66px;
	line-height: 66px;
	margin:0;
}
.hero p {
	font-size: 22px;
	line-height: 22px;
}
.vc_custom_1557435271601 .container {
    margin-top: -80px;
}
.circleHeading {
    position: relative;
    display: block;
    margin: 2em auto;
    background-color: transparent;
    color: #fff;
    text-align: center;
	font-weight: 750;
    width: 50%;;
}

.circleHeading:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  content: "";
  /*background: #8E6441;*/
}

.circleHeading__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circleHeading__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circleHeading__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
	text-transform: uppercase;
    line-height: 1em;
}

.circleHeading__content::before {
    content: '';
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    left: calc(50% - 13px);
	top: 30%;
}

.circleHeading__content::after {
    content: '';
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    left: calc(50% - 13px);
	bottom: 30%;
}

@media (min-width: 480px) {
  .circleHeading__content {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .circleHeading__content {
    font-size: 1.75em;
  }
}
.circleHeading a { color: #fff; }
.circleHeading.ltbr:after { background: #262626; }
.circleHeading.br:after { background:#535353; }
.circleHeading.dkbr:after { background: #000; }


/*FLEX MLS STYLES*/

.flexmls_connect__container {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.flexmls_connect__listing {
    padding: 0;
	background: #fff;
    box-shadow: none !important;
    margin-bottom: 26px;
	text-align: left;
	width:100%;
}
.flexmls_connect__listing  p.caption {
    padding: 20px !important;
}
.flexmls_connect__slides div p.caption a small.dark {
    border-bottom: 1px dotted #ccc;
	padding-bottom: 12px;
	font-size: 1rem;
}
.flexmls_connect__slides div p.caption a small {
    padding-top: 5px;
}
.flexmls_connect__carousel_nav {
    background: transparent;
}
.flexmls_connect__carousel a.previous, .flexmls_connect__carousel a.next, .flexmls_connect__carousel .flexmls_connect__count {
    display: none;
}
.hideHeading .wpb_wrapper { /*sneeky way to get heading off our listings slider widget*/
    color: #fff;
}
.flexmls_connect__slides div p.caption a {
    color: #0052a4;
	font-weight: 750;
	font-size: 1.4em;
}
small.dark {
    font-weight: 700 !important;
    line-height: 1.5em !important;
    color: #686868 !important;
    font-style: normal !important;
}
p.flexmls_connect__disclaimer {
    text-align: center;
}
.pagination li a {
    border: 0 !important;
}
.flexmls_connect__carousel ul.pagination li {
    margin: 0 5px !important;
}
.flexmls_connect__badge {
	background-color: #686868 !important;
}
.flexmls_connect__search_new_title {
    margin-bottom: 15px;
	font-family: Avenir W01 !important;
}
.flexmls_connect__prev_next {
	margin-top: .5em !important;
}
.select2-container--default .select2-selection--multiple, select {
    border-radius: 0 !important;
}
.flexmls_connect__search.flexmls_connect__search_new.flexmls_connect__search_new_vertical {
    width: 100% !important;
    max-width: 100% !important;
	border: solid 1px #C4C4C4;
    margin: 51px 0;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
    padding-right: 7px;
}
input[type="submit"].flexmls_connect__search_new_submit {
    width: 100% !important;
    border-radius: 0;
    border: 0;
	font-size: 1em;
	text-transform: uppercase;
	font-family: Avenir W01 !important;
	padding: 12px;
}
.flexmls_toggle-view a.active {
	background-color: #0052a4;
	color: #fff !important;
}
.flexmls_connect__page_content a {
    color: #0052a4 !important;
}
.flexmls_toggle-view {
    margin-left: 20px;
}
.flexmls_toggle-view a.list-view, .flexmls_connect__page_content .flexmls_toggle-view a.list-view, .flexmls_connect__page_content .flexmls_toggle-view a.map-view {
	border:0;
	border-radius:0px;
}
.flexmls_toggle-view a.map-view {
	border:0;
	border-radius:0px;
	color: #62b3ec;
}
.flexmls_connect__page_content .flexmls_toggle-view a:hover {
    border: 0;
    background: #000;
}
.flexmls_connect__sr_view_options {
    margin-top: -5px;
}
.flexmls_connect__sr_price {
	margin-bottom: 8px !important;
}
@media (min-width: 768px){
	.flexmls_connect__sr_left_column {
		width: 40%;
	}
	img.flexmls_connect__sr_main_photo {
		width: 100%;
	}	
}
.page-id-5 .tz_page_content, .page-id-1632 .tz_page_content {
    padding-top: 0;
}

/*OTHER STYLES*/
h2.vc_custom_heading {
    text-transform: uppercase;
    font-size: 1.75rem;
    color: #686868;
}
.login-cta {
	background-size: cover;
}
.login-cta a {
    color: #fff;
}
.login-cta .vc_column-inner {
    padding: 0px 30px !important;
}
.login-cta .dialog {
    background: transparent !important;
    color: #fff;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 750 !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}
.login-cta div {
    border: 0 !important;
    color: #fff;
    padding: 0 !important;
}
.login-cta .wpb_wrapper div:nth-of-type(2) {
    font-size: 1.45em !important;
}
.login-cta .wpb_wrapper div:nth-of-type(2) div {
    float: right;
	margin-top: -10px;
}
.login-cta button {
    margin: 0 6px;
    background: #0052a4;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
}
@media (max-width: 768px){
	.login-cta .wpb_wrapper div:nth-of-type(2) div {
		float: left;
    	margin-top: 10px;
	}
}
.tz-contactform .tz-submit {
    text-align: left !important;
}
.tz-contactform .tz-submit input:hover, .tz-contactform .tz-submit input:active, .tz-contactform .tz-submit input:focus {
	border-radius: 0 !important;
}
.tz-author-item.cbp-item {
    float: left;
    width: 48%;
    height: 155px;
}
.tz-author-item.cbp-item:first-child, .tz-author-item.cbp-item:nth-child(3) {
    margin-right: 1% !important;
}
.tz-author-item.cbp-item:nth-child(2), .tz-author-item.cbp-item:nth-child(4) {
    margin-left: 1% !important;
}
a.tz-author-link {
    clear: both;
    margin-right: 14px;
}
.mortcalc .wpb_wrapper {
    padding: 20px;
    background: #EAE8EA;
	font-size: 1.5em;
    font-weight: 750;
}
.sidecontact .wpb_wrapper {
    padding: 20px;
    border: 1px solid #EAE8EA;
	font-size: 1.5em;
    font-weight: 750;
}
.sidecontact form {
    margin-top: 15px;
    padding-top: 25px;
    position: relative;
}
.sidecontact form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    right: auto;
    width: 60px;
    border-top: 1px solid #FAD70A;
}
.sidecontact input {
    color: #686868;
    font-size: 1.1rem;
    font-weight: 550;
	padding: .6em;
    margin-bottom: 1em;
    height: 2.4em;
    background: #fff;
    border: 1px solid #ddd;
}
.sidecontact textarea {
    color: #686868;
    font-size: 1.1rem;
    font-weight: 550;
	padding: .6em;
    margin-bottom: 1em;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
}
.sidecontact .flexmls_connect__form_row { margin-bottom: 0 !important; }
.sidecontact button.flexmls_connect__form_submit.flexmls_leadgen_button {
    color: #ffffff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    background: #0052a4;
    text-align: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
form#lidd_mc_form {
    margin-top: 15px;
}
.lidd_mc_input label {
	font-size: 1.1rem !important;
}
.lidd_mc_input_light input[type="text"] {
    color: #686868;
    font-size: 1.1rem;
    font-weight: 550;
}
input#lidd_mc_submit {
    color: #ffffff;
    display: block;
	width: 100%;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    background: #0052a4;
    text-align: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
input#lidd_mc_submit:hover {
	background: #0052a4;
}
.tz-post .tz-post-item .tz-post-content {
	box-shadow: none !important;
}
.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider {
    border: solid 1px #EAE8EA;
    border-radius: 0;
    box-shadow: none;
}
.tz-footer {
	background-color: #000 !important;
}
.tz-footer .widget_tz_title .tzwidget-social i {
	color: #5E432B !important;
}
.tz-footer .widget_tz_title h3 {
	color: #fff !important;
}
.tz-footer .widget_tz_title p {
	color: #A69C92 !important;
}
.tz-footer .widget_tz_title {
	border-color: #5E432B !important;
}
.tz-footer a {
    color: #A69C92 !important;
}
.tz-footer .tz-footer-one, .tz-footer .tz-footer-two {
	border-bottom: 0 !important;
}
.tz-Breadcrumb {
	background-attachment: fixed;
}
.tz-Breadcrumb .tzOverlayBreadcrumb {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.tz-post-share {
    padding: 50px 0 20px !important;
}
.agent { 
	text-align: center;
	padding: 10px;
}
.agent .agentWrap { 
	border: solid 1px #EAE8EA;
	padding: 15px;
}
.agent a {
	color: #686868;
}
.agent h5 { 
	color: #0052a4;
    margin-bottom: 0;
}
.agent h5 span { 
	font-size: 1rem;
	color: #686868;
}
.agent img {
	border-radius: 50%;
}
.agentWidget { 
	text-align: left;
	padding: 15px 30px 15px 0px;
}
.agentWidget .agentWrap { 
	border: solid 1px #EAE8EA;
	padding: 15px;
	margin-right: 15px;
}
.agentWidget .profileImg {
	float: left;
	width: 33%;
	padding: 0px 20px 60px 10px;
}
.agentWrap hr {
    margin: 10px;
	height: 2px;
    color: #FAD70A;
    background-color: #FAD70A;
    border: none;
}
.agentWidget a {
	color: #686868;
}
.agentWidget h5 { 
	color: #0052a4;
    margin: 0;
}
.agentWidget h5 span { 
	font-size: 1rem;
	color: #686868;
}
.agentWidget img {
	border-radius: 50%;
}
.agentWidget .agentWrapMore { 
	border: solid 1px #EAE8EA;
	padding: 78px 0;
	text-align: center;
	text-transform: uppercase;
	background-image:url(../../uploads/2019/05/mounthelena.jpg);
	background-size: cover;
	position: relative;
}
.agentWrapMore::before {
	position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.30);
	top:0;
	left:0;
	z-index: 9;
}
.agentWrapMore h5 { 
	color: #fff;
    margin: 0;
	z-index: 999;
	position: inherit;
}
.planWidget { 
	border: solid 1px #EAE8EA;
}
.hpFloor .planWidget .planThumb {
    border: solid 14px #0052a4;
}
.planWidget a { color: #686868 !important; }
.planThumb {
    height: 255px;
    background-size: cover !important;
	background: center;
}
.planDeets { 
	padding: 0px 20px 20px 20px;
	font-weight: 700;
}
.planDeets h5 {
	color: #0052a4;
    font-weight: 750;
    font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.planFooter { 
	margin: 0px 20px 12px 20px;
	border-top: 1px dotted #ccc;
	font-size: 10px;
    line-height: 12px;
    color: #888;
    font-weight: normal;
    display: block;
    text-decoration: none;
	padding-top: 12px;
}

.singlePlan .flex-control-paging {
	display: none !important;
}
.singlePlan .wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider {
	margin-bottom: 15px;
}
.my_account_outer {
    font-size: 1.25em;
}
.tz-sidebar-menu {
    background: #EAE8EA !important;
}
.tz-sidebar-menu .widget h3.title-widget:after, .tz-sidebar-menu .widget h3.module-title:after, .tz-sidebar-menu .widget.widget_tzour_agent h3.title-widget:after{
	border-bottom-color: #FAD70A !important;
}
.tz-sidebar-menu .widget h3.title-widget, .tz-sidebar-menu .widget h3.module-title, .tz-sidebar-menu .widget.widget_tzour_agent h3.title-widget {
	color: #686868 !important;
}
.tz-footer-one {
    display: none !important;
}
.tz-footer { padding-bottom: 70px !important; }
.tz-home-title .tz-title-content .item i { top: 0 !important; }
.icon-map-marker:before {
    content: '\f041' !important;
    font-family: FontAwesome !important;
}
.icon-telephone2:before, .icon-telephone:before {
    content: '\f095' !important;
    font-family: FontAwesome !important;
}
.icon-envelope-open:before {
    content: '\f0e0' !important;
    font-family: FontAwesome !important;
}

.flexmls_connect__search_new_shadow {
    border: none;
    box-shadow: none;
}