/*
Theme Name: Comfy Houston
Theme URI: https://wordpress.org/themes/comfyhouston/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: comfyhouston
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Abel:100,200,300,400,500,600,700,800,900');
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
	color:#232323;
	margin-bottom:15px;
	font-weight: 600;
}
.related_properties {
	margin-top: 32%;}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
    color: #fff !important;
    border-top: 0 none;
	background-color:transparent !important;
    border-right: 0 none;
    font-weight: bold;
    border-left: 0 none;
    
    border-bottom: 0 none;
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
#wp-megamenu-primary{
	padding-left: 0px !important;
}
	.tab-content li {
        font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-right: 20%;
    border: 1px solid #ff00001f;
    padding: 1%;}
.tab-content h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #78a096;
    margin-bottom: 34px;
}
p {
	font-family: 'Abel', sans-serif;
	color: #232323;
	font-size:18px;
	line-height:26px;
	margin-bottom:15px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}
body {
		font-family: 'Abel', sans-serif;
	overflow-x: hidden;
}
html {
	background-color: #fff;
	overflow-x: hidden;
}
/*menu-style-start*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	z-index: 99999;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	text-transform: uppercase;
	
}
#cssmenu > ul > li {
	float: left;
	position: relative;
	padding: 0px;
}
.carousel {
    position: relative;
    z-index: 0;
}
#cssmenu > ul > li:last-child {
	padding-right: 0px;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
	  
}
#cssmenu > ul > li > a {
	    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 15px 43px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    border-radius: 0 0 10px 10px;
    margin: 0 2px;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a.active {
	    color: #616161;
	    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
    font-weight: 700;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,feffff+52 */
background: rgb(232,232,232); /* Old browsers */
background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(254,255,255,1) 52%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(254,255,255,1) 52%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(254,255,255,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
}
#cssmenu > ul > li.has-sub > a {
/*padding-right: 30px;*/
}
/*#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}*/
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 1000;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid #fff;
	padding: 11px 15px;
	width: 180px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	background-color: #3b2963;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 3px solid #fff;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #000;
	background-color: #000;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
/*menu-style-end*/
.btn-success{
    background-color: #78a096;
    border-radius: 0px;
    color: white;
    padding: 10px 30px;
    border-color: white;
	
	}
.btn-success:hover, .btn-success:focus{
	background-color:#232323;
	border-color:#232323;
	
	}	
.green-color{
	color:#89c2c2;
	
	}	
.top {
	background-color: #fff;
	border-top:6px solid #78a096;
}
.top-menu {
	background-color:#78a096;
	    z-index: 9999999;
	        height: 25px;
    position: relative;
    background: rgb(120,160,150);
background: -moz-linear-gradient(0deg, rgba(120,160,150,1) 54%, rgba(99,133,124,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(120,160,150,1) 54%, rgba(99,133,124,1) 100%);
background: linear-gradient(0deg, rgba(120,160,150,1) 54%, rgba(99,133,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78a096",endColorstr="#63857c",GradientType=1);
	
	}
.top-bar { padding:15px 0;}	
.top-bar .phone-num-top { text-align:right; padding-top:15px;}
.top-bar .phone-num-top h3{ color:#232323; font-weight:600;font-family: 'Abel', sans-serif;}
.top-bar .phone-num-top h3 .fa{ color:#78a096;}
 .socials-top { text-align:right; padding-top:20px; }
 .socials-top .fa{ color:#78a096; font-size:24px; padding-left:15px; transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s; }
.top-bar .socials-top .fa:hover { color:#232323;}
.slider-home .carousel-inner img { width:100%; height:100%;}
.slider-home .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 25%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 50%;
    top: 6em;
	padding:20px 30px;
}
.slider-home .carousel-caption h1{ font-size:36px; font-weight:bold; color:#fff;  margin-bottom:15px;margin-top:15px;}
.slider-home .carousel-caption h2{ font-size:32px; font-weight:200; color:#fff;  margin-bottom:20px; font-family:'Abel', sans-serif;}
.about-us { padding:60px 0px; clear:both;}
.services-home {
	background:url(images/service-bg.jpg) no-repeat center center;
	background-size:cover;
	    margin-top: -150px;
	padding:60px 0px;
	
	
	}
.services-home .card { padding:25px; min-height:244px; border-radius:20px;}
.services-home .card  .fa { color:#78a096; font-size:55px;}	
.services-home .card p{ margin-bottom:0px;}
.home-apartment { padding:60px 0; text-align:center;}
.home-apartment h4{ font-size:18px;}
.home-apartment .fa{  color:#78a096; 
	font-size:36px !important; 
	width:100px; 
	height:100px !important;
	border:1px solid #78a096; 
	line-height:100px; border-radius:100px; margin-bottom:30px;}
.home-destinations { padding:60px 0; background-color:#fafafa; text-align:center;}
.home-destinations .box-main h4{ color:#fff; background-color:#78a096; font-size:18px; padding:10px 0; transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;}
.home-map { padding-top:60px; text-align:center;}
footer {
	background-color:#eef1f7;
	border-top:15px solid #78a096;
	padding-top:60px;
	
	
	}
footer  h4{ margin-bottom:30px;}
footer .socials-top { text-align:left;}	
footer .socials-top .fa:hover { color:#232323;}
footer  .latest-news-f img { width:70px; padding:5px; border:1px solid #999;}
footer  .latest-news-f a h5{ font-size:15px; margin-bottom:0px; font-weight:normal; color:#232323;}
.latest-news-f  a p{ font-size:13px; color:#666; text-decoration:underline;}
.quick-links-f ul { padding-left:0px; }
.quick-links-f ul li{ list-style:outside none; padding:5px 0px; }
.quick-links-f ul li a{ text-transform:uppercase; color:#000; font-size:16px;}
.quick-links-f ul li a:hover {  color:#78a096;}
.quick-links-f ul li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#78a096;
}
.last-bar {
	background-color:#78a096;
	text-align:center;
	padding-top:12px;
	margin-top:30px;
	
	}
.last-bar p{ color:#fff; font-size:14px;}	
.wp-megamenu-wrap.wpmm-sticky.wpmm-sticky-wrap {
	
	background-color:#78a096;
	
	}
 @media all and (min-width: 1590px) { 
 
 .slider-home .carousel-caption {
 	border-radius: 25px;
    position: absolute;
    right: auto;
    bottom: auto;
    left: 26%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 48%;
    top: 6em;
	background-color:rgba(0, 0, 0, 0.6);
	padding:20px 30px;
	border:2px solid #78a096;
}
.slider-home .carousel-caption h1{ font-weight:bold; color:#fff; }
.slider-home .carousel-caption h2{ font-size:32px; font-weight:200; color:#fff;   }
 
 }	
 @media all and (max-width: 991px) {
	 .slider-home .carousel-caption h2 { font-size:25px;}
	 
	 .slider-home .carousel-caption h1 {
    font-size: 31px;
    margin-bottom: 7px;
}
	 .slider-home .carousel-caption { left:5%; width:90%; top:1em;}
	 .top-bar .phone-num-top { padding-top:5px;}
	 .top-bar .phone-num-top h3 { font-size:16px;}
	 .top-bar { padding-bottom:6px;}
	 .socials-top { padding-top:0px;}
	 .socials-top .fa { font-size:17px;}
#cssmenu {
	width: 100%;
	margin-top: 5px;
}
#cssmenu ul {
	width: 100%;
	display: none;
	
}
#cssmenu.align-center > ul {
	text-align: left;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu > ul > li:hover > a {
	border-bottom: none;
	border-top: 0px;
}
#cssmenu > ul > li > a {
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	background-color: none;
	display: block;
	padding: 13px 11px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	text-transform: uppercase;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	border-top: 0px;
}
#cssmenu ul li a:hover {
	border-top: 0px;
	border-bottom: 0px;
	color: #fff;
	background-color:#ffaaa5;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;
	background-color: none;
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu ul ul li a {
	padding-left: 25px;
}
#cssmenu ul ul ul li a {
	padding-left: 35px;
}
#cssmenu ul ul li a {
	color: #ccc;
	background: none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #0f75bc;
	background-color: #fff;
}
#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
	position: relative;
	left: 0;
	top: 0px;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #menu-button {
	display: block;
	padding: 11px;
	color: #000;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	position: absolute;
    right: 0px;
    top: -60px;
}
#cssmenu #menu-button:after {
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	content: '';
}
#cssmenu #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #000;
	content: '';
}
#cssmenu #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
	top: 23px;
	background: #000;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.2);
	height: 44px;
	width: 39px;
	cursor: pointer;
	background-color: #000;
}
#cssmenu .submenu-button.submenu-opened {
	background: #000;
	height: 44px;
	width: 39px;
}
#cssmenu ul ul .submenu-button {
	height: 37px;
	width: 37px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 19px;
	right: 15px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 17px;
	right: 14px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 16px;
	right: 18px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 14px;
	right: 17px;
	color: #cc3333;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
#cssmenu > ul > li {
	padding: 0px;
}
 
 }
 @media all and (min-width: 990px) and (max-width: 1100px) {  
  .slider-home .carousel-caption h2 { font-size:25px;}
	 
	 .slider-home .carousel-caption h1 {
    font-size: 31px;
    margin-bottom: 7px;
}
	 .slider-home .carousel-caption { left:5%; width:90%; top:3em;}
	 
	 #cssmenu > ul > li > a { padding:15px 20px;}
 
 }
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:last-child:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:last-child>a {
	word-break: break-word !important;
}
 @media all and (min-width: 767px) and (max-width: 990px) { 
 
 .services-home .card .fa { font-size:35px;}
 .home-destinations .box-main h4 { font-size:14px;}
 
 footer p { word-break:break-all;}
 
 
 }
 @media all and (max-width: 767px) {
	 .top-bar .phone-num-top { padding-top:20px;}
	 .top-bar { text-align:center;}
	 .quick-links-f ul li { padding:5px 24px;}
	 h2, h3 { font-size:24px;}
	 p{ font-size:14px;}
	 .top-bar .phone-num-top, .socials-top { text-align:center;}
	 .slider-home .carousel-caption { display:none;}
	 .services-home .card .fa { margin-bottom:10px;}
	 .para p {margin-right: 155px;
		 text-align:left;
}
	 .tants-content p{
		 text-align:left !important;
	 }
	 .offset-3{
		 margin-left:0% !important;
	 }
	.tants-content .form-group .form-control {
		 width:200px !important;
	 }
	.tants-content .form-group .btn-default {
		 padding: 15px 70px !important;}
	
}
 @media all and (max-width: 567px) {
	 h1 {
    font-size: 1.5rem;
}
	 .para p {margin-right: 155px;
		 text-align:left;
}
	 .tants-content p{
		 text-align:left !important;
	 }
	 .offset-3{
		 margin-left:0% !important;
	 }
	.tants-content .form-group .form-control {
		 width:200px !important;
	 }
	.tants-content .protected-post-form input {
		 width:250px !important;}
}
/*new card style start*/
.curv_card_container * {
  box-sizing: border-box;
}

.curv_card_container img {
  max-width: 100%;
}

.curv_card_container {
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 100vh;*/
  /*background: #444;*/
}
.card_curv p {    font-size: 15px;line-height:19px;} 
.curv_card_container .card_curv {
  position: relative;
  background: #000;
  width: 100%;
  min-height: 370px;
  border-radius: 16px;
  padding: 1.2rem;
  color: #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom:60px;
}
  .curv_card_container .card__image-container {
    margin: -2rem -2rem 1rem -2rem;
  }

  .curv_card_container .card__line {
    opacity: 0;
    animation: LineFadeIn 0.8s 0.8s forwards ease-in;
  }

  .curv_card_container .card__image {
    opacity: 0;
    animation: ImageFadeIn 0.8s 1.4s forwards;
  }

  .curv_card_container .card__title {
    color: #fff;
  }

  .curv_card_container .card__content {
    margin-top: -1rem;
    opacity: 0;
    animation: ContentFadeIn 0.8s 1.6s forwards;
  }

  .curv_card_container .card__svg {
    position: absolute;
    left: 0;
    top: 12px;
  }
.curv_card_container .card__content p { 
	color:#fff; 
	margin: 0px; 
}

@keyframes LineFadeIn {
  0% {
    opacity: 0;
    d: path(
      "M 0 300 Q 0 300 0 300 Q 0 300 0 300 C 0 300 0 300 0 300 Q 0 300 0 300 "
    );
    stroke: #fff;
  }
  50% {
    opacity: 1;
    d: path(
      "M 0 300 Q 50 300 100 300 Q 250 300 350 300 C 350 300 500 300 650 300 Q 750 300 800 300"
    );
    stroke: #888bff;
  }
  100% {
    opacity: 1;
    d: path(
      "M -2 100 Q 50 200 100 250 Q 250 400 350 300 C 400 250 550 150 650 300 Q 750 450 802 400"
    );
    stroke: #545581;
  }
}

@keyframes ContentFadeIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ImageFadeIn {
  0% {
    transform: translate(-0.5rem, -0.5rem) scale(1.05);
    opacity: 0;
    filter: blur(2px);
  }
  50% {
    opacity: 1;
    filter: blur(2px);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

/*property card style start*/
.property_card .curv_card_container .card_curv {
  background: #fff;
  min-height: 40vh;
  padding: 2rem 1rem;
  color: #78a096;
  margin-bottom:30px;
  width:260px;
  max-width: 100%;
}
.property_card .curv_card_container .card__title {
	color: #78a096;
    font-size: 18px;
	margin-bottom: 0;
}
.property_card .curv_card_container .card__svg {
    top: 50px;
}
.black-area {
	float:left;
	width:100%;
	background:#000;
	padding: 60px 0;
	text-align: center;	
}
.black-area h1, .black-area h4 { color:#fff; margin-bottom:25px; text-transform:capitalize;}
.black-area a.btn {margin-top:15px;}
.m_top_minus {margin-top:-200px;}
footer img { max-width:100%; height: auto;}
footer .socials-top h3 {font-size: 20px;}
.home-destinations .box-main h4 { margin-bottom:0;}
.home-destinations .box-main img {
	max-width: 100% !important;
    height: auto !important;
	width:auto !important;
}
.last-bar { padding-bottom: 12px !important;}
.last-bar p { margin:0 !important;}
.home-apartment { padding-top:0 !important;}
@media all and (max-width: 1300px) {
	.m_top_minus {margin-top:-160px;} 
}

@media all and (min-width: 1101px) and (max-width: 1199px) { 
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
}

@media all and (min-width: 992px) and (max-width: 1199px) { 
.curv_card_container .card__title { font-size: 20px;}
.top-bar .phone-num-top h3 {
    font-size: 17px !important;
}
.top-bar .socials-top h3 {font-size: 15px !important;}
.socials-top .fa {
    font-size: 17px !important;
    padding-left: 0 !important;
}
.socials-top {
    padding-top: 20px !important;
}
.top-bar .phone-num-top {padding-top: 10px;}
.top-bar .col-lg-2.socials-top h3 { margin:0 !important;}
}
@media all and (min-width: 768px) and (max-width: 991px) { 
.curv_card_container .card__title { font-size: 20px;}
.top-bar .phone-num-top h3 {
    font-size: 11px !important;
}
.top-bar .socials-top h3 {font-size: 10px !important;}
.socials-top .fa {
    font-size: 14px !important;
    padding-left: 0 !important;
}
.socials-top {
    padding-top: 15px !important;
}
.top-bar .col-lg-2.socials-top h3 { margin: 4px 0 12px 0 !important;}
footer .socials-top h3 {font-size: 15px;}
.curv_card_container .card_curv { min-height: 390px;}
.black-area, .about-us {padding: 40px 0 !important;}
.home-apartment {padding-bottom: 40px !important;}
.home-destinations { padding: 40px 0 25px !important;}
.home .pt-4, .home .py-4 { /*padding-top:0 !important;*/}
.home-map { padding-top:50px !important;}

/*font size*/
.home .h1, .home h1 {font-size: 1.8rem;}
.home .h2, .home h2 {
    font-size: 1.5rem;
}
.home .h3, .home h3 {
    font-size: 1.3em;
}
.home p {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.home .home-apartment h4 {
    font-size: 1.1em;
}
.home .h4, .home h4 {
    font-size: 1.1rem;
}
	footer .news-post-m-f {
		display: grid;
	}
	footer .container .row > div {
		width: 33% !important;
	}
	.socials-top {
		position: absolute !important;
    right: 7%;
    top: 4.5%;
	}
	.top-bar .socials-top h3 a {
		padding: 5px 7px !important;
	}
		 .so-widget-sow-image-default-ab3f263fe0f4 .sow-image-container .so-widget-image {
		 width: 100%;
		 height: auto !important;
	 }
	 #panel-1195-0-0-1 .so-widget-image {
		 		 width: 100%;
		 height: auto !important;
	 }
	 .so-widget-sow-image-default-ab3f263fe0f4 .sow-image-container {
		 width:100%;
	 }
	.so-widget-image {
		height:auto !important;
	}
}
@media all and (max-width: 1200px) {
	.slider-home .carousel-caption h1 { font-size: 2.5em;}
}
@media all and (max-width: 825px) {
	.m_top_minus {margin-top:-140px;} 
}
 @media all and (max-width: 767px) {
	 .top { background-color:#f7f7f7; }
.m_top_minus {margin-top:30px;}
#demo.slider-home { margin-bottom:60px;}	
.black-area { padding: 40px 0;}
.black-area h1, .black-area h4 { margin-bottom: 15px;}
.black-area a.btn {
    margin-top: 10px;
} 
.curv_card_container .card_curv { margin-bottom:20px;}
.about-us {padding: 50px 0px;}

.home-destinations { padding: 50px 0;}
footer {padding-top: 40px !important;}
.page-template-home .box-main {
	max-width: 350px;
    margin: 0 auto;
}
.black-area, .about-us {padding: 0px 0 !important; margin-top:30px;}
.home-apartment {padding-bottom: 40px !important;}
.home-destinations { padding: 40px 0 25px !important;}
.home .pt-4, .home .py-4 { /*padding-top:0 !important;*/}
.home-map { padding-top:50px !important;}

/*font size*/
.home .h1, .home h1 {font-size: 1.4rem;}
.home .h2, .home h2 {
    font-size: 1.2rem;
}
.home .h3, .home h3 {
    font-size: 1.3em;
}
.home p {
	font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}
.home .home-apartment h4 {
    font-size: 1.1em;
}
.home .h4, .home h4 {
    font-size: 1.1rem;
}
#pg-734-0, #pl-734 .so-panel {
    margin-bottom: 15px !important;
}
#pgc-734-1-0 {
    margin-bottom: 15px !important;
}
.latest-news-f { margin-bottom:20px;}
.home-destinations .row.pt-4 { padding-top:0 !important;}
.home-apartment .row.pt-5 { padding-top:10px !important;}


#pl-734 .so-panel:last-child {
    margin-bottom: 0px !important;
}
	 #menu-main-menu {
		 box-shadow: 0 0 9px 0px #00000024;
	 }
	 #wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a {
		 letter-spacing: 1px;
	 }
	 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
		 background:#78a096 !important;
	 }
	 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
		 border-left: solid 1px #78a096;
		 box-shadow:unset !important;
	 }
	 li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu {
		 border-left: solid 1px #78a096 !important;
	 }
	 #wp-megamenu-primary .wpmm-search-form input {
		 line-height: 20px;
		font-size: 16px;
		padding: 19px 20px;
		left: 0;
		width: 100%;
		color: black !important;
	 }
	 .wpmm-social-link.wpmm-social-link-search {
		 width: 100% !important;
	 }
	 .wpmm-search-form {
	/*	 display: block;
		width: 80%;
		right: 0px;
		position: absolute; */
		top: 30px;
	 }
	 .about-us {
		 margin-top:0px;
	 }
	 .page-template-home .box-main {
		 max-width:100%;
	 }
	 .news-post-m-f {
		 width: 49%;
    	display: inline-table;
	 }
	 footer #sow-editor-2 {
		 text-align:center !important;
	 }
	 .quick-links-f ul {
		 text-align:center;
	 }
	 .quick-links-f li {
		 display: inline;
		 font-size: 12px;
	 }
	 .quick-links-f ul li a {
		 font-size: 12px !important;
	 }
	 .quick-links-f ul li {
		 padding: 5px 10px !important;
	 }
	 .so-widget-sow-icon-default-2d8d29136257 .sow-icon {
		 text-align: left;
	 }
	 #menu-side-bar-menu {
		 padding-left:20px !important;
	 }
	 .related_properties .img-main img.img-fluid, .related_apartments  .img-main img.img-fluid{
		 width:100%;
		 text-align:center;
	 }
	 .property_card .curv_card_container .card__svg {
		 top:20% !important;
	 }
	 .property_card .curv_card_container .card_curv, .curv_card_container .card__image {
		 width:100%;
	 }
	 .card_box {
		 margin-right:auto;
		 margin-left:auto;
	 }
	 .what_aboutus {
		 padding: 5% !important;
	 }
	 #menu-main-menu-1 {
		padding-left: 15px; 
	 }
	 .blog-title {
		 padding-top:20px;
	 }
	 .top-bar .socials-top h3 a {
		 padding: 6px 15px !important;
		 border-radius: 3px;
	 }
	 .tants-content .para p {
		 width: 100%;
	 }
	 select.form-control:not([size]):not([multiple]) {
		 width: 100% !important;
	 }
	 .tants-content .form-group .form-control {
		 width:100% !important;
	 }
	 .top {
		 margin-bottom:40px;
	 }
	 .related_properties h5 {
		 border-top:unset !important;
	 }
	 #panel-2760-0-0-0 {
		 margin: 0 !important;
	 }
	 .iconandrow .sow-icon-container.sow-icon {
		 display:none;
	 }
	 .iconandrow .so-panel.widget.panel-first-child .panel-grid-cell {
		 margin: 0 !important;
		 text-align: center !important;
	 }
	 .iconandrow .so-panel.widget.widget_text.panel-last-child:nth-child(2) {
		 margin: 0 !important;
	 }
	 .iconandrow .so-panel.widget.widget_sow-editor.panel-last-child:nth-child(2) {
		 margin: 0 !important;
		 text-align: left !important;
	 }
	 #pl-w5ce3137c51c95 #panel-w5ce3137c51c95-0-0-0, #pl-w5ce3137c51c95 #panel-w5ce3137c51c95-1-0-0, #pl-w5ce3137c51c95 #panel-w5ce3137c51c95-2-0-0, #pl-w5ce3137c51c95 #panel-w5ce3137c51c95-3-0-0, #pl-w5ce3137c51c95 #panel-w5ce3137c51c95-4-0-0, #pl-w5df3a47c50d58 #panel-w5df3a47c50d58-0-0-0, #pl-w5df3a47c50d58 #panel-w5df3a47c50d58-1-0-0, #pl-w5df3a47c50d58 #panel-w5df3a47c50d58-2-0-0, #pl-w5df3a47c50d58 #panel-w5df3a47c50d58-3-0-0, #pl-w5df3a47c50d58 #panel-w5df3a47c50d58-4-0-0 {
		 margin-bottom: 15px !important;
	 }
	 .box-main p {
		 line-height:44px !important;
	 }
	 .prop-huston-tex #panel-3450-0-0-0 {
		 margin: -20px 0px 20px 0px !important;
	 }
	 .home-destinations .container {
		 margin-top:0px !important;
	 }
	 .siteorigin-widget-tinymce.textwidget .btn.btn-success.btn-md.btn-block {
		 text-align: center;
    width: 100% !important;
    margin-left: 5%;
    margin-right: 5%;
	 }
	 .so-widget-sow-image-default-ab3f263fe0f4 .sow-image-container .so-widget-image {
		 width: 100%;
		 height: auto !important;
	 }
	 #panel-1195-0-0-1 .so-widget-image {
		 		 width: 100%;
		 height: auto !important;
	 }
	 .so-widget-sow-image-default-ab3f263fe0f4 .sow-image-container {
		 width:100%;
	 }
	 .aboutcontact {
		 margin-bottom: 40px;
	 }
	 .aboutcontact #panel-2726-1-0-0> .panel-widget-style {
		 padding:5%;
		 padding-bottom: 0 !important;
	 }
	 .aboutcontact .so-widget-sow-cta-default-e51b18f6b6fe .sow-cta-base .so-widget-sow-button {
		     margin: 0 !important;
		padding: 0 !important;
		width: 100%;
	 }
	 .aboutcontact .so-widget-sow-cta-default-e51b18f6b6fe .sow-cta-base .so-widget-sow-button a {
		 width: 100%;
	 }
	 .aboutcontact #pgc-2726-1-0 {
		 margin-bottom:0 !important;
	 }
	 .aboutcontact .siteorigin-widget-tinymce.textwidget p {
		 margin-bottom:0;
	 }
	 .btn-inquiry {
		 width: 100% !important;
	 }
	 .widget.widget_nav_menu.left-sidebar {
		 display: none;
	 }

}
footer #sow-editor-3 h4 { display:none;}
.child_side_menu ul li ul{padding-left:0px !important;}
#wp-megamenu-primary .wpmm-search-form input {
    color:black !important;}
.home-light-link{
	color: #FFF;
}