/*
* CT Lightbox
* 
* @package WP Pro Real Estate 7
* @subpackage CSS
*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 150px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f053";
    color: #fff;
    font-size: 28px;
    text-shadow:  1px 1px 1px #000;}
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
     }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f054";
    color: #fff;
    font-size: 28px;
    text-shadow:  1px 1px 1px #000;}
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
      .owl-nav button:hover { cursor: pointer;}
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//scotsdaleestates.com/wp-content/themes/realestate-7/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }/*
* Comments
* 
* @package WP Pro Real Estate 7
* @subpackage CSS
*/

/** Threaded Comments
==============================================================================*/

#comments-template { margin: 0 0 30px 0;}
.comments-wrap { overflow: hidden; padding: 60px 0 0 0; border-top: 1px solid #d5d9dd;}
	#page .comments-wrap { border-top: none;}

/** Comment Headers
==============================================================================*/

#comments-number { padding: 10px 0 20px 0 !important;}
	#comments-number, #reply-title, .comments-header { margin: 0; text-transform: uppercase;}

/* Comments */
#comments {	padding: 8px 0 0;}
	
/* Comment pagination. */
.comments-nav {	float: right; line-height: 29px; margin: 10px 20px;}
	.comments-nav .page-numbers { font-size: 10px; text-transform: uppercase; color: #777; margin-right: 10px;}
		.comments-nav .prev { display: inline-block; height: 29px; width: 29px; margin-left: 10px;}
		.comments-nav .next { display: inline-block; height: 29px; width: 29px; margin-left: 10px;}

/** Comment List
==============================================================================*/

	ol.comment-list { margin: 1px 1px 60px 1px;}	
		.comment-list li { position: relative; padding: 50px 0 50px 0; border-bottom: 1px solid #d5d9dd; list-style-type: none;}
			.comment-list li li { border-bottom: none;}
			.comment-wrap {	overflow: hidden;}
			.children li { margin-bottom: 0px !important;}
				.children li:last-child { padding-bottom: 0;}
	
			.comment-list li .comment-body { }
				.comment-list li li .comment-body { padding-left: 40px; }
					.comment-list li li li .comment-body { padding-left: 60px; }
						.comment-list li li li li .comment-body { padding-left: 80px; }
							.comment-list li li li li li .comment-body { padding-left: 100px; }
								.comment-list li li li li li li .comment-body { padding-left: 120px; }
									.comment-list li li li li li li li .comment-body { padding-left: 140px; }
										.comment-list li li li li li li li li .comment-body { padding-left: 160px; }
											.comment-list li li li li li li li li li .comment-body { padding-left: 180px; }
												.comment-list li li li li li li li li li li .comment-body { padding-left: 200px; }
			
			.comment-list li .comment-body { position: relative; padding-bottom: 20px;}		
				ol.comment-list .avatar { float: left; margin: 0 30px 80px 0; height: 100px; width: 100px; border-radius: 50px;}
					.comment-meta { font-family: "Lato", sans-serif; position: absolute; right: 0; top: 14px;}
						.comment-meta a { color: #555;}
					.comment-author { clear: both;}
					.comment-author cite { display: inline-block; margin: 14px 0 15px 0; font-family: 'Montserrat', 'sans-serif'; font-size: 18px; font-style: normal; font-weight: 400; color: #555;}
					.comment-author .says { display: none;}
						.pingback .reply { display: none;}		
				.comment-body p { color: #555; font-weight: 300; margin: 0 0 30px 0;}
				.comment-list .reply {}

/** Respond
==============================================================================*/

	#respond {}
		h3#reply-title { font-size: 21px;}
		#reply-title small a { float: right; margin: 0 20px 0 0; padding: 0 10px;}
		.logged-in-as { margin-bottom: 20px !important; font-size: 12px; border:  1px solid #d5d9dd; border-radius: 3px; padding: 5px 15px; background: #efefef; color: #555;}
		.comment-awaiting-moderation { font-size: 12px; border: 1px solid #ccc; border-radius: 3px; padding: 4px 8px;}
		p.comment-notes { display: none;}
		#respond form { padding: 20px 0;}
			label[for="wp-comment-cookies-consent"] { display: inline-block; margin: 0 0 20px 10px;}
			#commentform .required { display: none;}
			#respond p { margin: 0;}
			#respond textarea, #respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {}
				#respond textarea {	font-family: Arial, Helvetica, sans-serif; font-size: 12px; width: 87%;}
				#respond input[type="text"]:focus, #respond input[type="email"]:focus, #respond input[type="url"]:focus, #respond textarea:focus {}
			p.form-allowed-tags { display: none;}
				p.form-allowed-tags code { margin-top: 10px;}/*
* Form Validation Styles
* 
* @package WP Pro Real Estate 7
* @subpackage CSS
*/

	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:9999999999999;
		}
			.ajaxSubmit{ padding: 25% 30px; text-align: center; line-height: normal; color: #fff; background: #27ae60; display: none; border-radius: 3px;}
				#overlay .ajaxSubmit { margin: 2%; padding: 45% 20%;}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-size:11px;
				font-weight: 600;
				line-height: 24px;
				padding:4px 10px 4px 10px;
				border-radius: 3px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:99999999999991;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  /*
* CT Dropdowns
* 
* @package WP Pro Real Estate 7
* @subpackage CSS
*
*/

.ct-menu {
    font-size: 14px;
    z-index: 999;
    text-transform: capitalize;
}

    .ct-menu > li {
        display: inline-block;
        position: relative;
    }

        .ct-menu > li > a {
            display: inline-block;
            text-align: center;
            line-height: 3.4em;
            margin: 0 0 20px 0;
            padding: 17px 20px 0 20px;
            color: #b9bfc6;
            z-index: 0;
            border-top: 5px solid #29333d;
            border-top-color: transparent;
            -webkit-appearance:none;
            -webkit-transition: all 0.2s linear;
            moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .header-style-three .ct-menu > li > a {
                margin: 0;
                padding: 0 15px;
                line-height: 84px;
            }

            #nav-full-width .ct-menu > li > a {
                margin: 0;
                padding-top: 12px;
                padding-bottom: 16px;
                line-height: 1em;
                color: #fff;
            }

                .ct-menu > li.btn-outline > a {
                    line-height: 2.2em;
                    padding: 4px 14px;
                    border-radius: 6px;
                    border: 1px solid #27ae60;
                    color: #27ae60;
                }

.ct-menu li.current-menu-item a,
.ct-menu li.current_page_parent a {
    border-top-color: #27ae60;
}

    .ct-menu li#menu-item-665 a,
    .ct-menu li.current_page_parent#menu-item-665 a {
        background: none;
        border-radius: 0;
    }

        .ctmenu.current_page_parent li.current_menu_item {
            border-top-color: #27ae60;
        }

        /* Sub Menu */
        .ct-menu .sub-menu {
            position: absolute;
            display: none;
            padding: 0;
            font-size: 14px;
            text-align: left;
            z-index: 999999;
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
        }

            nav ul.ct-menu .sub-menu li {
                position: relative;
            }

                nav ul.ct-menu > li:not(.multicolumn) .sub-menu li.menu-item-has-children:hover > ul.sub-menu {
                    left: 192px;
                    right: auto;
                    top: 0;
                    padding-right: 0;
                    padding-left: 5px;
                    background: transparent;
                    box-shadow: 6px 6px 3px -5px rgba(0, 0, 0, 0.15);
                }

                    nav.right ul.ct-menu > li:not(.multicolumn) .sub-menu li.menu-item-has-children:hover > ul.sub-menu {
                        left: -197px;
                        top: 0;
                        padding-right: 5px;
                        padding-left: 0;
                        background: transparent;
                        box-shadow: -6px 6px 3px -5px rgba(0, 0, 0, 0.15);
                    }

                        nav ul.ct-menu > li:not(.multicolumn) .sub-menu li.menu-item-has-children > ul.sub-menu li > a {
                            border-right: 1px solid rgba(0, 0, 0, 0.15);
                            border-left: 1px solid rgba(0, 0, 0, 0.15);
                        }

                            nav ul.ct-menu > li:not(.multicolumn) .sub-menu li.menu-item-has-children > ul.sub-menu li:first-child > a {
                                /*border-top: 1px solid rgba(0, 0, 0, 0.15);*/
                            }

                                nav ul.ct-menu li:hover > .sub-menu {
                                    display: block;
                                    margin-left: 0;
                                }

                                    nav ul.ct-menu > li.multicolumn {
                                        position: static; /*Set Static for multicolumn*/
                                    }

                                        nav ul.ct-menu > li.multicolumn:hover .sub-menu {
                                            display: block;
                                            margin-left: 0;
                                        }

/* Menu Ancestor Current State */
nav > ul.ct-menu > li:hover > a,
.ct-menu li.current-menu-item > a,
.ct-menu li.current-menu-ancestor > a {
    border-color: #29333d;
}

    nav ul.ct-menu .sub-menu li:hover > a,
    .ct-menu .sub-menu li.current-menu-ancestor > a,
    .ct-menu .sub-menu li.current-menu-parent > a,
    .ct-menu .sub-menu li.current-menu-item > a {
        background: #29333d;
        color: #fff;
        font-weight: 400;
        -webkit-appearance:none;
        -webkit-transition: all 0.2s linear;
        moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

/* Mega Menu */

.ct-menu .multicolumn > .sub-menu {
    width: 100%;
    left: 0;
    padding: 0 1% 2% 1%;
    background: #29333d;
}

    #nav-full-width .ct-menu .multicolumn > .sub-menu {
        max-width: 1100px;
        margin: 0 auto;
    }

        #nav-full-width nav {
            position: relative;
        }

            .ct-menu .multicolumn > .sub-menu > li {
            }

                .ct-menu .multicolumn .col-title {
                    color: #fff;
                    padding: 30px 2% 0 2%;
                    border-bottom: none;
                    font-size: 14px;
                    font-weight: 400;
                }

                    .ct-menu .multicolumn .sub-menu .sub-menu {
                        position: relative;
                        margin-top: 15px;
                    }

                        .ct-menu .multicolumn-2 .sub-menu li {
                            width: 50%;
                        }

                            .ct-menu .multicolumn-3 .sub-menu li {
                                width: 33.33%;
                            }

                                .ct-menu .multicolumn-4 .sub-menu li {
                                    width: 25%;
                                }

                                    .ct-menu .multicolumn-5 .sub-menu li {
                                        width: 20%;
                                    }

                                        .ct-menu .multicolumn-6 .sub-menu li {
                                            width: 16.667%;
                                        }

                                            .ct-menu .multicolumn .sub-menu li li {
                                                width: 100% !important;
                                            }

                                                .ct-menu .multicolumn .sub-menu li .sub-menu li a {
                                                    margin: 0;
                                                    padding-left: 2%;
                                                    font-weight: 400;
                                                }

                                                    .ct-menu .multicolumn .sub-menu li .sub-menu li:last-child a {
                                                        border-bottom: none;
                                                    }

                                                        .ct-menu .sub-menu > .sub-menu {
                                                            right: 18em !important;
                                                        }

                                                            .ct-menu .sub-menu > li {
                                                                display: block;
                                                                width: 16em;
                                                                line-height: normal;
                                                                background: #29333d;
                                                            }

                                                                .ct-menu .multicolumn .sub-menu > li {
                                                                    float: left;
                                                                }

                                                                    .ct-menu .sub-menu > li i {
                                                                        display: none;
                                                                    }

                                                                        .ct-menu .sub-menu > li > a {
                                                                            padding: 15px 25px;
                                                                            display: block;
                                                                            color: #fff;
                                                                            font-size: 0.9em;
                                                                            border-bottom: 1px solid #222;
                                                                            -webkit-transition: all 0.2s;
                                                                            -moz-transition: all 0.2s;
                                                                            transition: all 0.2s;
                                                                        }

                                                                            .ct-menu .sub-menu > li:last-child,
                                                                            .ct-menu .sub-menu > li:last-child > a { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom: none;}

                                                                        .ct-menu .sub-menu > li > a:hover {
                                                                            background: #3b4d5d;
                                                                            border-radius: 6px;
                                                                            cursor: pointer;
                                                                        }
                                                                            .ct-menu .sub-menu > li:first-child > a:hover {
                                                                                border-bottom-left-radius: 0;
                                                                                border-bottom-right-radius: 0;
                                                                            }

                                                                            .ct-menu .sub-menu > li:last-child > a:hover {
                                                                                border-top-left-radius: 0;
                                                                                border-top-right-radius: 0;
                                                                            }

                                                                            .ct-menu .sub-menu > li:only-child > a:hover,
                                                                            .ct-menu .multicolumn .sub-menu > li > a:hover {
                                                                                border-radius: 6px;
                                                                            }

                                                                            .ct-menu .multicolumn .sub-menu > li > a:hover {
                                                                                padding-left: 6% !important;
                                                                            }

                                                                                .ct-menu .sub-menu > li:last-child > a {
                                                                                    border-bottom-right-radius: 6px;
                                                                                    border-bottom-left-radius: 6px;
                                                                                    overflow: hidden;
                                                                                }.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color: #191919;
  border-radius: 6px;
  border: solid 1px #e2e8f0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 12px;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;}
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #e2e8f0; }
  .nice-select:after,
  #analytics-detail-date-select:after,
  #header_status_multi label[for=ct_status_multi]:after,
  #header_city_multi label[for=header_city_multi]:after,
  #header_state_multi label[for=header_state_multi]:after,
  #header_county_multi label[for=header_county_multi]:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after,
  #header_status_multi.open label[for=ct_status_multi]:after,
  #header_city_multi.open label[for=header_city_multi]:after,
  #header_state_multi.open label[for=header_state_multi]:after,
  #header_county_multi.open label[for=header_county_multi]:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin: 4px 0 0 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 1000; box-shadow: 0 6px 12px rgba(0,0,0,.175); }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    margin-bottom: 0 !important;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #edf2f7; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
/*
Theme Name: Real Estate 7 Child
Template: realestate-7
Version: 1.0.0
*/

/*
Theme Name: WP Pro Real Estate 7
Theme URI: https://contempothemes.com/
Description: A responsive real estate theme, designed by <a href="https://www.contempothemes.com">Contempo</a>.
Author: Contempo Themes
Author URI: https://www.contempothemes.com/
Version: 3.5.2
Text Domain: contempo
Domain Path: /languages

License:
License URI:

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit this file. Instead use 
the Child Theme Generator in WP Admin > Appearance > Child Theme

View the screencast: http://www.screenr.com/tbos

/* ==============================================================================

Stylesheets Guide

1. Base (css/base.css)
	1.1 Reset
	1.2 General
	1.3 Typography
	1.4 Margins & Padding
	1.5 Links
	1.6 Lists
	1.7 Images & Video
	1.8 Buttons
	1.9 Tabs
	1.10 Forms
	1.11 Tables
	1.12 Notifications
	1.13 Pagination
	1.14 Widgets
	1.15 Misc
2. Framework (css/responsive-gs-12col.css)
3. Layout (css/layout.css)
	3.1 Site Styles
	3.2 Page Styles
	3.3 Media Queries
		
*/

.view-flyer-button {
    background: #c1af64;
    color: #fff;
    padding: 5px;
    display: inline-block;
    width: 100%;
}

.view-flyer-button:hover {
	 background: #27ae60;
	 color: #fff;
}

.grid-listing-info a, .list-listing-info a, .single-listings header.listing-location h2 {
    max-width: 100%;
}