/*
Theme Name: MyHouse
Theme URI: http://newskythemes.com
Version: 1.5
Description: Created by <a href="http://newskythemes.com">newskythemes</a>
Author: <a href="http://newskythemes.com">newskythemes</a>
Author URI: <a href="http://newskythemes.com">newskythemes</a>
Tags: light, gray, white, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: myhouse

---------

DO NOT EDIT THIS FILE.
*/
html body{
	overflow: visible;
}
.single article{
	padding-bottom: 2rem;
}
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.wp-caption{
margin: 0 0 20px 0;
padding-top: 4px;
max-width: 100%;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-image: initial;
background-color: #f8f8f8;
text-align: center;
}
.sticky {

	border: 3px dotted #EEF9FD;
	padding: 10px;
}

select{
	max-width: 100%;
}
.tagcloud{
	overflow: hidden;
}
.tagcloud a{
	font-weight: 400;
line-height: 24px;
border: 1px #cccccc solid !important;
color: #5a5a5a;
font-size: 14px !important;
padding: 2px 7px;
display: inline-block!important;
margin: 0 3px 7px 0!important;
-webkit-transition: border-color .1s ease-in-out;
-moz-transition: border-color .1s ease-in-out;
-o-transition: border-color .1s ease-in-out;
-ms-transition: border-color .1s ease-in-out;
transition: border-color .1s ease-in-out;
}
.tagcloud a:hover{
border: 1px #ecaa2f solid !important;
color: #ecaa2f;
text-decoration: none;
}
.single .tags {
	padding: 0px;
	margin-top: 30px;
	list-style: none;
}
.single .tags li{
	display: inline-block;
	margin-right: 5px;
	color: #fff;
}
.single .tags li a{
	color: #fff;
}
.single .tags li span{
	font-weight: 700;
}
body .wpb_row{
	margin-bottom: 0px;
	clear: both;
}

.full_yes .vc_col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
	float: none;
}
body{
	overflow-x: hidden;
}
.onsale{
	display: none !important;
}
.onsale{
	display: none;
}
.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}
.alignleft{
	float: left;
	margin-right: 20px;
	margin-right: 30px;
}
.clear{
	clear: both;
}

.aligncenter{
	float: none;
	margin: 30px;
}

img{
	max-width: 100%;
	height: auto;
}
#wp-calendar{
	width: 100%;
}
#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align: center;
	border: 1px solid #dedede;
}
.widget{
font-family: 'Lato';
font-weight: 400;
font-size: 15px;
color: #787878;
line-height: 34px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_nav_menu ul{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0px 0 0 0;
}
.widget_recent_entries ul li, .widget_recent_comments ul li , .widget_archive ul li , .widget_categories ul li, .widget_meta ul li , .widget_pages ul li, .widget_rss ul li, .widget_nav_menu ul li{
	  border-bottom: 1px solid #f2f2f2;
}
.widget_recent_entries ul li a, .widget_recent_comments ul li a , .widget_archive ul li  a, .widget_categories ul li a, .widget_meta ul li a , .widget_pages ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
/*display: block;*/
font-family: 'Lato';
font-weight: 400;
font-size: 15px;
color: #787878;
line-height: 34px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.hoverUl ul li:first-child a{
	margin-top: 0px;
}
.screen-reader-text{}

table{
	width: 100%;
}
table th, table td {
	padding: 5px;
	border: 1px solid #464646;
}
.tagcloud{
	overflow: hidden;
}
.tagcloud a{
text-transform: uppercase;
display: block;
font-family: 'Lato';
font-weight: 400;
font-size: 10px !important;
line-height: 15px;
text-decoration: none;
color: rgba(255, 255, 255, 0.9);
background: #242424;
padding: 5px;
margin: 0 3px 3px 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
float: left;
}
.tagcloud a:hover{
	background: #ec5538;
	color: #fff;
}

.menu-item-has-children{
	position: relative;
}

.sub-menu{
	position: absolute;
	display: none;
	top: 50px;
	left: 0px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.02) 1px 1px 2px 2px;
	padding: 0px;
	min-width: 200px;
}
.sub-menu li{
	display: block;
	padding: 10px 15px;
}
.sub-menu .menu-item-has-children .sub-menu {
	top: 0px;
	left: 100%;
}
.menu-item-has-children:hover > .sub-menu{
	display: block;
}
nav.navbar ul.navbar-nav li .sub-menu li{
	padding: 5px;
}
nav.navbar ul.navbar-nav li .sub-menu li a{
	color: #333;
}
nav.navbar ul.navbar-nav li .sub-menu li a:hover{
	color: #ecaa2f;
}
.static{
	position: static;
	padding-top: 2.5rem;
	background: #333;
}
article{
	overflow: hidden;
}
.blog-article-content a{
	display: inline-block;
}
.comment-respond .logged-in-as, .comment-reply-title,.comment-notes{
	display: none;
}
.comment-respond p.form-submit{
	margin-top: 0px !important;
}
.comment .right-section h1{
	  font-weight: 400!important;
  font-size: 1.5rem!important;
  color: #f0542d !important;
  display: block!important;
  text-transform: inherit!important;
  float: none;
  margin-bottom: 15px;
}
.comment-text{
	clear: both;
}
input[type="text"],input[type="email"] {
  border: 1px solid #e6e6e6!important;
  background: #f6f7f7!important;
  padding: 0.7rem 1.5rem!important;
  color: #787878!important;
  text-transform: none!important;
  width: 100%!important;
  height: 5rem;
  margin-top: 3rem;
}
.comment-form{
	clear: both;
}
.blog-article-content{
	margin-bottom: 0px;
}
.blog-sidebar-1 .search-widget form.search input[type="text"], .boxFeature{
	margin-top: 0px;
}
.blog-sidebar-1 .featured-posts ul li span.title a{
  display: block;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #f0542d;
}
.vc_images_carousel {
  width: 100%!important
}
.comment-form-themeIndex ul li input{
  padding-left: 45px!important
}
.comment-form-themeIndex .two {
  position: relative;
}
.comment-form-themeIndex .comment-form-inputs li:before{
  	background-image: url('assets/img/content/1.png');
    top: 4.3rem;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: 12px;
    z-index: 99;
    background-repeat: no-repeat;
}
.comment-form-themeIndex .comment-form-inputs li.two:before{
  background-image: url('assets/img/content/2.png');
  top:5rem;
}
.comment-form-themeIndex .comment-form-inputs li.three:before{
  background-image: url('assets/img/content/3.png');
  top:4.8rem;
}

.hoverUl.widget_categories ul li a{
  float: left;
  margin-left: -22px;
  padding-left: 22px;
}
.hoverUl.widget_categories .heading{
  position: relative;
}
.hoverUl.widget_categories .heading:before{
  content: "\f02d";
  display: block;
  padding-top: 4px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  color: #f0542d;
  border: 1px solid #f0542d;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
  font: normal normal normal 14px/1 FontAwesome;
}
.featureBox {
  overflow: visible;
}
.comment-form-themeIndex ul li {
  margin-right: 2.6rem;
}
.comment-form-themeIndex input {
  max-width: 35rem;
}
.blogBox .col-sm-4{
  margin-bottom: 35px;
}
.aboutAgent p {
  margin-bottom: 2.2rem!important;
}
.aboutAgent .agent-info li p{
  margin-left: 1rem;
  margin-top: 12px;
}
.aboutAgent ul.socialIcons{
	margin-left:-15px;
	margin-right: -15px;
}
.aboutAgent ul.socialIcons a {
  margin-left: 0;
}
.aboutAgent .agent-info .envelope a{
	color: #f0542d;
	font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #f0542d;
    display: block;
    margin-left: 10rem;
    text-decoration: none;
}
.categories ul li a small {
  display: block;
  background: #f0542d;
  padding: 0.4rem;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.dimensions ul li:nth-child(3n){
  margin-right: 0;
}
@media (max-width: 1230px) {
  .menu nav ul li a:hover {
    background: none!important;
    border: none!important;
  }
  .menu nav ul li.active a {
    border: 1px solid transparent!important;
  }
  .menu nav ul li a:hover {
    border: 1px solid transparent!important;
  }
  .menu nav ul li.active a {
    background: none!important;
    border: 1px solid transparent!important;
  }
}
article .post-content ul li, .blog-article-content .post-content ul li:first-child{
	float: none;
	list-style: disc;
}
article .post-content ul , .blog-article-content .post-content ul{
	padding-left: 20px;
}
.article-pagination ul li .current {
	display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 3rem;
    width: 3.5rem;
    height: 3.5rem;
    border-bottom: 0.3rem solid #d24a32;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    background-color: #fff;
    color: #f0542d;
    border-bottom: 0.3rem solid #f0542d;
}
.blog-article-content .post-content ul.single-post-tags {
	padding: 0px;
}
.blog-article-content .post-content ul.single-post-tags li{
	display: inline-block;
	list-style: none;
	margin-left: 5px;
}
.blog-article-content .post-content ul.single-post-tags li a{
	padding: 0px;
}
.blog-article-content .post-content ul.single-post-tags li span{
	font-weight: bold;
}
.logo-area img{
	max-height: 60px;
}
.navbar-brand.brand-img{
	padding: 0px 15px;
}
.menu.nav.static{
	position: static;
}
.hoverUl ul li a{
	display: inline-block;
	text-align:left;

}
.widget .heading{
	margin-bottom: 2rem;
}
.hoverUl.widget_categories ul li{
	text-align: right;
	clear: both;
	overflow: hidden;
}


.menu.nav nav ul li.active a, .menu.nav nav ul li a:hover { background:#0193CF; border-color:#0181b5; color:#fff;}
.location h3 span { color:#40c3ff;}
.box i:hover { border-color:#E7E7E7; color:#000;}
.infoContent h4 { color:#40c3ff;}
.menu.nav {padding-bottom: 10px;padding-top: 10px;position: initial;}
.menu.nav nav ul li a { color:#000;}
.logo-area img { max-height:100px;}
.navbar-brand { height:auto;}
body > div.menu.nav.middle > div > nav > ul {   padding-top: 25px;}
.aboutAgent .agent-info .envelope a {color:#40c3ff;}
.blogPost .blogContent ul li i, .bottomContent ul li span.comments {color:#0193CF;}
.carousel-caption h2  {color:#40c3ff;}
.underline .line {background:#0193CF;}
.author h5 span {color:#40c3ff;}
.carousel-indicators .active {border:0.2rem solid #0193CF !important;}
.blogPost .blogContent ul li i, .bottomContent ul li span.comments {
  color: #0193CF !important;
}
.menu-footer-menu-container { text-align:center;}
#menu-footer-menu { display:inline-block; text-align:center;}
#menu-footer-menu li { display:inline-block; border:none;}
#menu-footer-menu li a { padding-left:10px; padding-right:10px; color:#d3d2d2;  border-right:1px solid #d3d2d2; }
.items ul li i::before { color:#0193cf;}
.footer h2::after { background:#0193CF}
#howitworks 
#howitworks .custom-numbers {}
#howitworks .custom-numbers li { margin-bottom:15px;}
.socialIcons i:hover {
  border: 15px solid #0383B7;
}
.back-to-top { background:rgba(1, 147, 207, 0.9) }
.allButton_custom { display:inline-block;}
.allButton_custom a { background:#0193CF; color:#fff; padding:15px; display:inline-block; font-weight:bold;}
.allButton_custom a:hover { text-decoration:none;  background:#0181b5; color:#fff;}
.sectionPadding {
  padding-bottom: 50px;
  padding-top: 50px;
}
#about.vc_custom_1496395099661, #contact.vc_custom_1439047887634 { padding-top:50px !important;}

 .menu.nav.headersticky { position: fixed; background:rgba(255, 255, 255, 1); border-bottom:1px solid #DFDFDF;}
 
 html body {
    overflow: hidden;
}
.menu.nav .navbar-toggle.collapsed {
  margin-top: 0;
}


.navbar-brand {
  display: block;
}

body > div.menu.nav.middle > div > button { margin-top:0;}
.menu.nav nav > ul { top:50px; z-index:999;}
.menu.nav.static { background:#fff;}
.footer .social a:hover { background:#0383b7}
#howitworks h2 {  font-family: "Lato",sans-serif;}
#multi-step-form .fw-active .progress,  #multi-step-form ul.fw-progress-bar li.fw-active::before { background: #0383b7 !important;}
#multi-step-form .fw-step-part {border-left: 55px solid #0383b7 !important;}
#multi-step-form .fw-button-previous, #multi-step-form .fw-button-next, #multi-step-form .fw-button-fileupload { background:#0383b7 !important;}
#multi-step-form.fw-large-container .fw-progress-bar-container {margin-bottom: 60px !important;}
#multi-step-form h2.fw-step-part-title {font-family: "Lato",sans-serif;}
#multi-step-form h2.fw-step-part-title { margin: 0 0 0 20px;}
.blog-article-content p { margin-top:10px !important;}
#multi-step-form ul.fw-progress-bar li.fw-visited::after { background-color: #F5B063 !important;}
#multi-step-form ul.fw-progress-bar .fw-active:last-child::before, #multi-step-form .fw-progress-step.fw-visited::before { background: #F5B063 !important ;}
#multi-step-form .fw-text-input { margin-top: 0;}
#multi-step-form h2.fw-step-part-title { margin-bottom:0 !important}
#multi-step-form .fw-progress-step.fw-visited, #multi-step-form ul.fw-progress-bar .fw-active:last-child .fw-txt-ellipsis, #multi-step-form .fw-progress-step.fw-visited .fw-txt-ellipsis { color: #F5B063 !important;}
#multi-step-form .fw-step-block { margin-bottom: 13px !important;}
#multi-step-form .fw-btn-submit { background-color: #F5B063 !important;}
#multi-step-form .fw-progress-bar .fw-progress-step { margin-left:0;}
.blog-article-content a h3 { margin:15px 0 0 0; line-height:normal;}
@media (max-width:1230px) {
.menu.nav.middle .navbar-toggle {
  float: right;
}
.menu.nav nav > ul { background:#0181b5}
.menu.nav nav ul li a { border-radius:0; border-top:1px solid #4697cb; color:#fff;}
.menu.nav nav ul li.active a, .menu.nav nav ul li a:hover { background:#4697cb !important; border-radius:0;}
body > div.menu.nav.middle > div > nav > ul {
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.menu.nav.middle .navbar-toggle { position:absolute; right:10px; top:10px;}
.menu.nav { padding-top:0; margin-top:0;}
#multi-step-form .fw-step-part {border-left: 5px solid #0383b7 !important;}

}
@media (max-width:767px) {
.aboutAgent ul { display:block; overflow:hidden;}
.contact-details { margin-top: 0;}
.contact-details .wrapper { margin-top: 0;}
.comment-form-themeIndex ul li {
  margin-right: 0;
}
}
/*.trilok{
padding-top:160px!important;
}*/
#multi-step-form .fw-textarea {
    min-height: 50px;}
#multi-step-form .fw-textarea {
   
    padding: 10px 10px 10px 10px;
}
.rev_slider .tp-caption, .rev_slider .caption {
      text-shadow: rgb(0, 0, 0) -1px -1px 0px, rgb(0, 0, 0) 1px -1px 0px, rgb(0, 0, 0) -1px 1px 0px, rgb(0, 0, 0) 1px 1px 0px;
}
.aboutAgent p{font-size:1.7rem!important;}
.fw-summary-container{display:none;}