/*
Theme Name: Modrox Child
Author: Theme ARC
Version: 1.0.0
Author URI: http://themeforest.net/user/themearc
Theme URI: http://wp2.commonsupport.com/newwp/modrox
Description: This is The Modrox WordPress theme
License: copyright commercial
License URI: http://themeforest.net/user/Themearc
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: wp_modrox
Template: modrox
*/
.disc-list-style ul li{
    list-style: disc;
}
body {
    color: #777777;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.adp, .adp table{
	font-family: 'Open Sans', sans-serif !important;
}
/**=====================
Header
=======================**/
.logo{
	display: inline-block;
}
.logo a{
	background-color: rgba(34,34,34,0.60);
	padding: 0 5px;
	display: inline-block;
}
.logo img{
	width: 160px;
}
.main-menu .navigation > li{
	margin-left: 0;
	font-family: 'Montserrat', sans-serif;
}
.main-menu .navigation > li.active a{
	color: #996b00 !important;
}
.main-menu .navigation > li > a{
	font-size: 11px;
	letter-spacing: 0.8px;
	padding:0 4px;
	margin: 30px auto 20px;
}
.fixed-header .main-menu .navigation > li > a{
	padding:0 6px;
	margin: 30px auto 20px;
}
.main-menu .navigation > li > ul > li > a{color:#666666;}
.main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation .submenu > ul > li:hover > a,
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current_page_parent > a, .main-menu .navigation > li:hover > a{
	color: #996b00 !important;
	text-decoration: none;
}
.main-menu .navigation > li > a:focus{
	text-decoration: none !important;
}
.main-header .nav-outer{
	padding-right: 0;
}
.main-menu .navigation > li.active > ul > li > a {
    color: #666666 !important;
}
.main-menu .navigation > li.active > ul > li:hover > a {
    color: #996b00 !important;
}
.navbar-toggle .icon-bar{
	color: transparent;
	text-indent: -9999px;
}

/**=====================
Contact Template
=======================**/
div#contact_section {
    background-color: #b38c00;
    background-image: url(images/AmbassadorShield-transp.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #242424;
    margin-top: 50px;
    padding: 25px;
}
.contact_template_wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
}
div#contact_section h2{
    color: #1a1a1a;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
	position: relative;
}

#contact_section h2:after{
	position: absolute;
    content: '';
    left: 105%;
    bottom: 4px;
    width: 35px;
    height: 2px;
    background-color: #242424;
}
.contact_btn{
	background-color: #242424;
	border: 2px solid #242424;
	color: #b38c00;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin-bottom: 30px;
	margin-top: 10px;
	min-width: 158px;
	padding: 8px 26px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition:all 600ms ease-in-out;
	-webkit-transition:all 600ms ease-in-out;
	-moz-transition:all 600ms ease-in-out;
	-o-transition:all 600ms ease-in-out;
}
.contact_btn:hover,
#contact_section a:focus .contact_btn{
	background-color: transparent;
	color: #242424;
	text-decoration: none;
}
#contact_details h3{
	border-bottom: 1px solid #1a1a1a;
	font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    padding-bottom: .25em;
    margin-bottom: 1.33em;
    max-width: 400px;color:#1a1a1a;
}
#contact_details p > a{
	color: #1a1a1a;
	text-decoration: none;
	line-height: 1em;
    font-family: 'Open Sans', sans-serif;
}
#contact_details p span{
	line-height: 1em;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a !important;
}
#contact_details p > a:hover,
#contact_details p > a:focus,
#contact_details p > a:active{
	text-decoration: underline;
}
.ratings-summary > a:hover,
.ratings-summary > a:focus,
.ratings-summary > a:active{
	color: #1a1a1a;
	text-decoration: none;
}
#contact_details p.icon{
	display: block;
    font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 25px;
	padding-left: 40px;
	position: relative;
}
#contact_details p.icon:before{
	font-size: 28px;
	left: 0;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#contact_details p.icon.phone:before{
	font-size: 24px;
}
#contact_details p.icon.email:before{
	font-size: 24px;
}
#contact_details p.icon.location:before{
	left: -2px;
}
.ratings-summary-outer {
    margin-top: 10px;
    padding: 5px 0;
}
.ratings-summary > a{
	color: #1a1a1a;
	font-size: 16px;
    line-height: 1.5;
	text-decoration: none;
}
.rating {
    position: relative;
}
.ratings-summary {
    display: inline-block;
    width: 80px;
}
.ratings-summary .total-reviews span {
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}
.rating .average-rating, .rating .gold-stars, .review .rating {
    display: block;
    background: url(images/rating_stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
    text-indent: -999em;
    position: relative;
}

.rating .gold-stars {
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
}
body:not(.home) .contact_btn.home{
	display: none;
}
body:not(.home) .contact_btn.inner-pages{
	display: inline-block;
}
body.home .contact_btn.home{
	display: inline-block;
}
body.home .contact_btn.inner-pages{
	display: none;
}


/**=====================
404 Page
=======================**/
.not-found-content p{
	color: #996b00 !important;
}
.not-found-content .search-form button{
	background: #996b00 none repeat scroll 0 0 !important;
    border: 1px solid #996b00 !important;
}
.not-found-content .search-form input[type="text"]{
	border: 1px solid #996b00 !important;
}

/**=====================
Home Page
=======================**/
.home-itallic-heading .sec-title{margin-bottom: 16px;}

.home-itallic-heading .architecture-block{
	margin-bottom: 20px;
}
.home-itallic-heading .architecture-block .inner-box .image {
    margin-top: 20px;
}
.testimonial-section{
	padding: 0;
}
.testimonial-section .auto-container{
	margin: 0;
	max-width: 100%;
	padding: 90px 0px;
}
.testimonial-block-one .inner-box .text{background-color:rgba(0,0,0,0.01);}
.testimonial-section:before{
	background-color: rgba(35,41,50,0.5) !important;
}
.testimonial-section .client-thumb-outer .thumb-item .thumb-box{
	display: none;
}
.testimonial-section .client-thumb-outer .thumb-item .quote-icon{
	width: 64px;
	height: 64px;
	line-height: 64px;
    font-size: 22px;
    margin-left: -32px;
}
.testimonial-section .client-thumb-outer{
	padding-top: 35px;
    padding-bottom: 50px;
}
.testimonial-block-one .inner-box .author-name{
	color: #ffffff !important;
}
.sec-title .title:before{
	background-color: #996b00 !important;
}
.home .studio-section .sec-title .title:before{
  left: 105%;
}
.home-itallic-heading .sec-title .text a,
.home-itallic-heading .studio-section .content-column .inner-column .text a{
	font-weight: 700;
}
.home-itallic-heading .studio-section .content-column{
	margin-bottom: 0;
}
.home .main-slider .content-inner h2{
	font-family: 'Montserrat', sans-serif;
	/*font-size: 35px !important;
    line-height: 50px !important;
    text-align: left !important;
    margin-right: 0px !important;
    margin-top: 40px !important;*/
    font-size: 55px !important;
    margin-left: 40px !important;
    margin-top: 60px !important;
    line-height: 75px !important;
    text-align: left !important;
    width: 100% !important;
}
.home .main-slider .shape-image{
	background-color: #b38c00 !important;
	width: 550px !important;
    height: 350px !important;
}

.shape-image-home{
    background-color: #b38c00;
    padding: 50px;
}
.social-icon-one li{
	margin-top: 7px;
}
.home-itallic-heading .sec-title h3,
.home-itallic-heading .sec-title h2{
	margin-top: 0;
}
.home-itallic-heading .architecture-block .inner-box .lower-box h3{
	display: none;
}
.home-assisted-living .studio-section .content-column .inner-column .styled-text{
    color: #666666;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: -10px;
}
.home-assisted-living .studio-section .content-column .inner-column .view-projects{
	display: none;
}
.home .home-itallic-heading .studio-section {
  padding: 50px 0px 0px;
}
.home .home-itallic-heading .studio-section h1.main-title {
  margin-bottom: 50px;
}
.home-itallic-heading .sec-title {
  margin-bottom: 26px;
}
/**=====================
	Footer
=======================**/
.main-footer .footer-widget h2{
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
}
.main-footer .footer-widget{
	margin-top: 6px;
}
.main-footer .footer-widget .textwidget.custom-html-widget{
	background-color: transparent;
}
.address-widget ul li{
    color: rgba(255,255,255,0.70) !important;
}
.housing-icons > a{
    display: inline-block;
    width: 31px;
    height: 23px;
    text-align: left;
    background-position: 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: '';
    color; transparent !important;
}
.housing-icons > a.housing-icon{
    background: url(images/access-icons-light.png) 0 0 no-repeat;
}
.housing-icons > a.handicap-icon {
	background: url(images/access-icons-light.png) -38px 0 no-repeat;
}
.housing-icons > a.facebook{
	width: 23px;
    height: 23px;
    background: url(images/facebook.svg) no-repeat center/23px 23px;
}
.footer-widget ul li.page_item a:hover{
	text-decoration: none !important;
}
.footer-widget a.purchased{
	font-family: 'Montserrat', sans-serif;color: rgba(255,255,255,0.70) !important;
}
.footer-widget.widget_media_image img{
	width: 135px;
}

/**=====================
	Inner pages
=======================**/
.sec-title h3,
.sec-title h2{
	font-family: 'Montserrat', sans-serif;
}
.architecture-section .sec-title h2 {
  font-style: normal;
}
.we-do-section {
    padding: 50px 0px 0px;
}
.we-do-section .sec-title-two h2{
	margin-bottom: 5px !important;
}
.we-do-section .sec-title-two h2,
.architecture-block .inner-box .lower-box h3 a{
	font-family: 'Montserrat', sans-serif;
}
.we-do-section .title-column{
	width: 100%;
	margin-bottom: 0;
}
.we-do-section .title-column .text > p > a{
	color: #996b00;
	font-weight: 700;
}
.we-do-section .title-column .text > a{
	font-weight: 700;
}
.we-do-section .title-column .inner-column > .bold-text{
	font-family: 'Montserrat', sans-serif;
}
.we-do-section .title-column .inner-column > .bold-text h2{
	font: inherit;
	margin: 0;
}
.we-do-section .title-column .inner-column .text > h2{
    color: #242424;
	font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.we-do-section .title-column h3.services-list{
    color: #242424;
    font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}
.we-do-section .title-column .inner-column{
	border: none;
	padding-right: 0;
}
.we-do-section .content-column {
    display: none;
}
.studio-section{
	padding: 100px 0 0;
}
.studio-section .image-column .image:before,
.architecture-block .inner-box .lower-box h3:before{
	background-color: #b38c00 !important;
}
a,
.studio-section a,
.architecture-section a {
	color: #996b00;
}
.studio-section .content-column .inner-column .view-projects{
	color: #b38c00 !important;
}
.studio-section .content-column .inner-column .text,
.studio-section .content-column .inner-column .styled-text {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}
.commitment-section{
	margin-bottom: 18px;
}
.commitment-section .content-column .list-column{width: 100%;}
.commitment-section .outer-container .content-column .inner-column{
	padding: 25px 30px;
}
.commitment-section .outer-container .image-column:after{
	width: 0;
}
.commitment-section .outer-container .content-column .inner-column{
	margin-left: 0;
    max-width: 100%;
}
.commitment-section .outer-container .content-column ul li{
	color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}
.about-section-three{
	padding: 80px 0 50px;
}
.about-section-three .title-column{
    margin-bottom: 30px;
}
.about-section-three .content-column .inner-column .text{
	color: #666666;
    font-size: 16px;
    line-height: 1.8em;
}
.about-section-three .big-image{
	margin-bottom: 50px;
}
#main-content-section .about-section-three .content-column .inner-column .text p{color: #666666;}
.no-italic-headings .studio-section{
    padding: 50px 0 0;
}
.no-italic-headings .studio-section .content-column{
	margin-bottom: 0;
}
.no-italic-headings .title {
    color: #242424;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 35px;
    font-style: normal;
    margin-top: 20px;
}
.home .studio-section .sec-title h2 {
    color: #242424;
    line-height: 1.2em;
    font-weight: 700;
    font-size: 35px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
.long-heading .no-italic-headings .title{
	max-width: 590px;
}
.no-italic-headings .sec-title .title:before{
	left: 105%;
}
.long-heading .no-italic-headings .title:before{
	left: 55%;
}
.no-italic-headings .studio-section .content-column .inner-column .text{
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	line-height: 1.8em;
}
.no-italic-headings .architecture-section{
	padding: 30px 0 0;
}
.no-italic-headings .architecture-section .title{
	margin-top: 0;
}
.list-section-title .sec-title-two,
.list-section-title .commitment-section .content-column .inner-column h2{
	display: none;
}
.list-section-title .we-do-section{
	padding: 30px 0 0;
}
.kc-row-container.kc-container.custom-image-container{
	max-width: 1200px;
    margin: 2px auto;

}
.right-column-custom-wedo{padding: 30px 0;}
.right-column-custom-wedo .we-do-section{
	padding-top: 0px;
}
.right-column-custom-wedo .we-do-section .sec-title-two{
	display: none;
}
.right-column-custom-wedo .kc_column>.kc-col-container >.main-slider .flex-caption{
	font-size: 15px !important;
	line-height: 20px !important;
	padding: 15px !important;
}
.wedo-no-title .commitment-section .content-column .inner-column h2,
.wedo-no-title .we-do-section .sec-title-two{
	display: none;
}
.wedo-no-title .we-do-section{
	padding: 30px 0 0;
}
.wedo-no-title .commitment-section{
	margin-top:30px;
}
.memory-image-custom-style .image-column{
    background-size: contain !important;
    background-color: white;
}
.contact-section{
    padding: 50px 0px 0px;
    margin-bottom: 20px;
}
.contact-form button, .contact-form input[type="submit"] {
    margin-top: 15px;
    background-color: #996b00;
    border-color: #996b00;
}
#main-content-section .contact-form .required,
#main-content-section .contact-form .form-group .field-label,
.contact-section .required,
.contact-form .form-group .field-label,
.news-block-four .inner-box .lower-content .lower-box .text,
.news-block-four .inner-box .lower-content .lower-box .text span{color: #666666;}
.btn-style-two:hover{
	color: #996b00 !important;
}
.form-column .inner-column .text{
	display: none;
}
.gallery-text-content p > strong{
	color: #996b00;
	font-size: 16px;
}
.form-section, .comming-soon, .scroll-to-top:hover, .scroll-to-top:focus, .sec-title-two h2:after, .sec-title .title:before, .commitment-section .content-column .inner-column h2:before, .slider-style-one .image:after, .studio-section .image-column .image:before, .architecture-block .inner-box .lower-box h3:before, .project-block .inner-box .content-column .inner-column h2:before, .project-block-two .inner-box .content-column .inner-column h2:before, .testimonial-section .client-thumb-outer .thumb-item .quote-icon, .gallery-item .overlay-inner .link, .news-block-two .inner-box:hover, .in-touch-section, .gallery-title:after, .gallery-section .filters li:after, .fluid-section-two:before, .about-section .content-column h2:after, .btn-style-four, .social-icon-two li a:hover, .testimonial-section.style-two, .gallery-content .inner-box, .sidebar .popular-tags a:hover, .services-page-section .services-title h2:after, .service-block .inner-box .content-column .inner-column h2:after, .service-block-two .inner-box .content-column .inner-column h2:after, .team-section-two .title-column .inner-column:after, .banner-thumbs-carousel .full-screen-outer .slide-item .content .title:before, .fluid-section-two .outer-container .right-column .inner-box h2:after, .about-section-three .title-column .inner-column h2:after, .about-section-two .info-column .inner-column .title-box:after, .about-section-two .info-column .info-box .phone-icon, .project-title h2 span:after, .gallery-section-two .filters li:after, .faq-form-section .form-group .theme-btn, .team-page-section .team-title:after, .testimonial-block-two .inner-box .image-box .quote-icon, .testimonial-section-three, .sidebar-title h2:after, .btn-style-six:hover, .btn-style-seven, .btn-style-seven:hover, .btn-style-eight, .btn-style-eight:hover, .shop-comment-form h2:before, .contact-form button, .shop-banner .owl-nav .owl-prev:hover, .shop-banner .owl-nav .owl-next:hover, .slider-style-one .owl-nav .owl-prev:hover, .slider-style-one .owl-nav .owl-next:hover, .slider-style-two .owl-nav .owl-prev:hover, .slider-style-two .owl-nav .owl-next:hover, .slider-style-four .owl-nav .owl-prev:hover, .slider-style-four .owl-nav .owl-next:hover, .shop-single .product-details .prod-tabs .tab-btns .tab-btn, .shop-single .product-details .prod-tabs .tab-btns .tab-btn:before, .styled-pagination li a:hover, .styled-pagination li a.active, .main-slider .shape-image, .main-slider .metis.tparrows:hover{
	background-color: #996b00 !important;
}
.links-widget .purchased{
	color: #996b00 !important;
}
#rev_slider_6_1{
	max-width: 1200px;
	margin: 0 auto;
}
.no-heading-mordox .studio-section{
	padding: 30px 0 18px;
}
.no-heading-mordox .studio-section .content-column .inner-column .sec-title{
	display: none;
}
.no-heading-mordox .studio-section .content-column{
	display: none;
}
.list-style-two li > a,.list-style-two li > a:hover,
.we-do-section .title-column .text > a,
.we-do-section .title-column .text > a:hover,
.architecture-block .inner-box .lower-box h3 a:hover{
	color: #996b00 !important;
}
.kc-row-container.kc-container.right-column-custom-wedo {
    background-color: #838796;
    color: #fff;
}
.right-column-custom-wedo .we-do-section .title-column .text{
	color: #fff;
}
/*.right-column-custom-wedo .kc_column>.kc-col-container{
	display: table;
}*/
.right-column-custom-wedo .kc_column>.kc-col-container >.main-slider{
	/*display: table-cell;*/
	vertical-align: middle;
    margin-top: 9px;
}
.not-found-content h1,
.not-found-content h2,
.not-found-content span.message-span {
	font-family: 'Montserrat', sans-serif;
    line-height: 1.6em;
}
.not-found-content span.message-span {
    position: relative;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
    background: none;
}
.not-found-content p > a{
	color: #996b00 !important;
}
.not-found-content p > a:hover{
	color: #996b00 !important;
}
.review-container .we-do-section .text > a{
	font-weight: 700;
}
.no-italic-headings .studio-section .image-column .image{
	margin-top: 28px;
}
.no-italic-headings .architecture-block .inner-box .image{
	text-align: center;
}
.no-italic-headings .architecture-block .inner-box .image img{
	display: inline-block;
	width: 200px;
}
.second-block-small-heading .no-italic-headings .architecture-section{
	background-color: #838796;
	margin-bottom: 18px;
}
.second-block-small-heading .architecture-section .sec-title h2{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-top: 0;
	text-transform: capitalize;
}
.second-block-small-heading .architecture-section .title{
	display: none;
}
.second-block-small-heading .architecture-section .sec-title .text{
	color: #fff;
}
.about-section-three .title-column .inner-column h2{
	font-family: 'Montserrat', sans-serif;
}
.commitment-section .content-column .inner-column .big-text{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
  margin-top: 0;
  line-height: normal;
}
.studio-section .content-column .inner-column .styled-text > a{
	font-weight: 700;
}
.second-block-small-heading .architecture-section .sec-title{
	margin-bottom: 35px;
}
.second-block-small-heading .architecture-block.col-md-4{
	display: none;
	margin-bottom: 0;
}
.slider-content-section .we-do-section .title-column .bold-text{
	display: none;
}
.contact-section .info-column ul li{
    color: #242424 !important;
}
.contact-section .info-column ul li:nth-child(3) {
    display: none !important;
}
.memory-image-custom-style .commitment-section .outer-container .image-column{
	width: 40%;
}
.memory-image-custom-style .commitment-section .outer-container .content-column{
	width: 60%;
}
.image-focus .commitment-section .outer-container .image-column{
	background-position-x:80%;
}
.left-top-image .sec-title-two{
	display: none;
}
.left-top-image .studio-section .content-column .inner-column .title {
    color: #242424;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 35px;
    font-style: normal;
    margin-top: 15px;
}
.left-top-image .studio-section .content-column.col-md-7{
	width: 100%;
	margin-bottom: 5px;
}
.left-top-image .studio-section .image-column.col-md-5{
	width: 100%;
}
.left-top-image .studio-section {
    padding: 45px 0 0;
}
.kc-row-container.kc-container.left-top-image{
	margin-bottom: 20px;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.kc-row-container.kc-container.custom-image-container .kc_single_image{
	text-align: left;
}
.kc-row-container.kc-container.custom-image-container .kc_single_image{
	background-color: #ff671f;
    padding-bottom: 0 !important;
}


/**==========================
	Map directions page
===========================**/
.map-direction-list ul li{
    position: relative;
    margin-bottom: 4px;
    color: #fff;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.map-direction-list ul li:before{
	position: absolute;
    left: 0px;
    top: 1px;
    content: '\f00c';
    color: #fff;
    font-size: 14px;
    font-family: 'FontAwesome';
}
.map-direction-list h3{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-weight: 700;
    line-height: 1.42857143;
    margin-bottom: 8px;
    position: relative;
}
.map-direction-list .sec-title-two h2{
	color: #fff;
	margin-top: 0;
	font-size: 30px;
}
.map-direction-list .sec-title-two h2:after{
	display: none;
}
.page-title{
	display: none;
}
.single-post .page-title{
	display: block;
	background-color: transparent;
	padding: 30px 0 0;
}
.single-post .sidebar-page-container {
	padding-top: 50px;
}
.kc-row-container.kc-container.map-direction-list {
    background-color: #838796;
    margin-bottom: 18px;
}
.kc-row-container.kc-container.map-direction-list .we-do-section .title-column .text{
	color: #fff;
}
.direction_search{
    max-width: 1200px;
    margin: 0 auto 20px;
    position: relative;
}
.direction_search label{
	color: transparent;
	display: block;
	line-height: 0;
}
.map-direction-list .we-do-section{
	padding-top: 30px;
}
.map-direction-list .we-do-section .sec-title-two{
	margin-bottom: 0;
}
 #route_error {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: relative;
    line-height: 1;
    top: 2px;
}

/**=====================
Gallery Page
=======================**/

.flex-caption {
    background-color: rgba(34,34,34,0.5);
    display: block;
    text-transform: uppercase;
    width: 100%;
    font-size: 34px !important;
}
.slider-no-thumbnail .main-slider{
	margin-bottom: -82px;
	margin-top: 50px;
}
.slider-no-thumbnail .tp-thumbs{
	display: none;
}
.slider-no-thumbnail .rev_slider_wrapper{
	background: transparent !important;
	height: 267px!important;
	margin-bottom: 115px;
}
.gallery-text-content .html-content{
	margin-top: 50px;
}

.gallery-text-content .html-content p{
	color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 14px;
}
.kc-row-container.kc-container.gallery-text-content {
    max-width: 1200px;
    margin: 0 auto;
}

/**=====================
Neighborhood Page
=======================**/
#map{
	height:500px;
}
.direction_search{
	margin-bottom: 20px;
}
.direction_search #start{
	position: relative;
	line-height: 30px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #666666;
	background: none;
	display: block;
	font-size: 15px;
	width: 100%;
	height: 44px;
	color: #666666;
	max-width: calc(100% - 200px);
  line-height: 1;
}
.direction_search #get_direction{
	position: absolute;
	top:29px;
	bottom: auto;
	right:0;
	width:180px;
	margin:0;
}
table.adp-directions{
	background-color: #e7e7e7;
    margin: 0 auto;
}
.adp, .adp table,
.direction_search .label_groute
{
	font-family: 'Open Sans', sans-serif !important;
}
table.adp-placemark {
	width: 100%;
    max-width: 1031px;
    margin: 20px auto 10px;
    background-color: #e7e7e7;
}
.adp-summary{
	max-width: 1031px;
	margin: 0px auto 10px;
}
.adp-legal{
	max-width: 1031px;
	margin: 0px auto;
}
.adp-placemark tr > td:not(.adp-text){
	width: 30px;
}
.adp-placemark tr > td.adp-text{
	width: calc(100% - 30px);
}

/**=====================
 Reviews Page
=======================**/
.review-block .kc_text_block{
    padding: 0 12px 0 22px;
}
.review:first-of-type {
    border-top: none;
}
.review {
    padding: 20px 2.5%;
    border-top: 1px solid rgba(0,0,0,0.3);
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}
.review .review-body {
    margin-bottom: 7px;
    /*font-style: italic;*/
}
.review .review-body > a,
.review-container .we-do-section .text > a{
	color: #996b00;
}
.review .review-body > button{
	background-color: transparent;
	color: #996b00;
  transition: outline 0s !important;
}
.review .review-body > button:focus,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus,
.tp-leftarrow:focus,
.tp-rightarrow:focus,
.rating .gold-stars:focus,
#route_error:focus,
.news-block-four iframe:focus {
    outline: 2px dashed #000;
    outline-offset: 0;
}
.direction_map #map [tabindex="0"]:focus,
.direction_map #map button:focus,
.news-block-four iframe:focus {
  outline: 2px dashed #000 !important;
  outline-offset: 0 !important;
}
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
    outline-color: #ccc;
}
.review .review-body > button > span {
  position: relative;
  top: 1px;
}
.location-name {
    font-weight: bold;
    color: #242424;
}
.review .author, .review .date {
    line-height: 1.5em;
}
.review .author .via {
    display: inline-block;
    text-indent: -999em;
    background-repeat: no-repeat;
    margin: 0 2px;
    vertical-align: text-bottom;
}
.review .rating {
    margin-top: 5px;
}
.review .author .google {
    /*background-image: url(images/google.png);
    background-position: 0 2px;
    width: 27px;
    height: 25px;*/
    display: none;
}
.review .author .via {
    display: none;
    /*text-indent: -999em;
    background-repeat: no-repeat;
    margin: 0 2px;
    vertical-align: text-bottom;*/
}


/**=====================
 	News and Events
=======================**/
.sidebar-page-container{
	padding: 85px 0 0;
}
.news-block-four .inner-box .lower-content .upper-box h3{
	margin-top: 0;
}
.widget ul li a{
    font-size: 16px !important;
	text-decoration: none !important;
}
.sidebar .popular-posts .post .text a{
	text-decoration: none !important;
}
.widget ul li a:hover,
.sidebar .popular-posts .post .text a:hover{
	color: #996b00 !important;
}
.widget .tagcloud a:hover{
	text-decoration: none !important;
	color: #fff;
	border-color: #996b00 !important;
    background-color: #996b00 !important;
}
.news-block-four .inner-box .lower-content .lower-box .post-info li{
    color: #666666 !important;
}
#main-content-section .news-block-four .inner-box .lower-content .lower-box .text, .sidebar-page-container .widget ul li a{color: #666666;}
.sidebar-page-container .widget ul li{border-bottom: 1px solid #666666;}
.sidebar-page-container .sidebar .search-box .form-group input[type="search"]{color: #666666 ;border:1px solid #666666;}
.sidebar-page-container .sidebar .popular-posts .post-info, .sidebar-page-container .news-block-four .inner-box .lower-content .lower-box .text p, .sidebar-page-container .widget .tagcloud a{color: #666666;}
.news-block-four .inner-box .lower-content .lower-box .text a{
	color: #996b00 !important;
}
.news-block-four .inner-box .lower-content .lower-box .text a:hover{
	color: #996b00 !important;
}
.news-block-four .inner-box .lower-content .upper-box .post-date{
	color: #996b00 !important;
}
.btn-style-six{
	background-color: #fff !important;
	color: #996b00 !important;
	text-decoration: none !important;
	border-color: #996b00 !important;
}
.btn-style-six:hover{
	background-color: #996b00;
	color: #fff !important;
}
.news-block-four .inner-box .lower-content .upper-box h3 a:hover,
.thm-unit-test .posts-nav a{
	color: #996b00 !important;
}
.thm-unit-test .posts-nav a span{
	background-color: #fff !important;
}
.thm-unit-test .posts-nav a span:before{
	color: #996b00 !important;
}
.thm-unit-test .posts-nav a:hover span {
    background: #fff !important;
}
.thm-unit-test .posts-nav a:hover,
.thm-unit-test .posts-nav a:hover span:before{
	color: #333333 !important;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current {
    color: #ffffff !important;
    border-color: #996b00 !important;
    background-color: #996b00 !important;
}
.pagination li span{
	border-color: #996b00 !important;
	line-height: 28px !important;
}
.pagination li a{
	border-color: #996b00 !important;
	color: #996b00 !important;
	line-height: 28px !important;
}
.pagination li a.prev.page-numbers span,
.pagination li a.next.page-numbers span{
	display: none;
}
.pagination>li{
	display: inline-block !important;
}
.post-body ul > li {
    position: relative;
    margin-bottom: 4px;
    color: #666666;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.post-body ul > li:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: '\f00c';
    color: #666666;
    font-size: 14px;
    font-family: 'FontAwesome';
}
.news-block-three .inner-box .lower-content h3 a:hover,
.news-block-three .inner-box .lower-content h3 a:focus
.news-block-three .inner-box .lower-content .post-date{
	color: #996b00 !important;
}
.single-post .sidebar-page-container .sidebar-side {
	margin-bottom: 25px;
}
.single-post div#contact_section {
	margin-top: 0;
}
.single-post .sidebar-page-container .content-side{
	margin-bottom: 0;
}
.blog-page-section{
    padding: 50px 0px 0;
}
.blog-page-section .col-md-6:nth-child(2n +1) {
    clear: both;
}
.blog-page-section .pagination{
	margin: 20px 0 5px;
}
.blog-page-section .auto-container{
	padding-top: 20px;
}
.privacy-policy-container h1{
	margin-bottom: 50px;
}
.news-block-three .inner-box .lower-content{min-height:320px;}
body.tag div#contact_section {
    margin-top: 0px;
}
body.tag.category .sidebar-page-container .content-side,
body.tag.category .sidebar-page-container .sidebar-side{
	margin-bottom: 0;
}



/*Bottom Spacing in General - Correction*/
.no-side-image .we-do-section .title-column .inner-column .text{
	margin-bottom: 14px;
}
.no-italic-headings .studio-section .content-column .inner-column .styled-text{
	margin-bottom: 0;
}
.no-italic-headings .studio-section{
	margin-bottom: 14px;
}
.kc_row.slider-content-section {
    margin-bottom: 18px;
}
.wedo-no-title .we-do-section .title-column .text{
	margin-bottom: 12px;
}
.privacy-policy-container .we-do-section .title-column .text{
	margin-bottom: 8px;
}

/*Accessibility Style*/
.wpa-hide-ltr#skiplinks a:active,
.wpa-hide-ltr#skiplinks a:focus{
	padding: 8px 15px 9px!important;
    color: #b38c00 !important;
    box-shadow: none !important;
    outline-offset:1px !important;
    background-color: #fff !important;
}

.logo-box .logo a:focus{outline: none;}

.logo-box .logo a{padding: 0;}
.logo-box .logo a img{width:165px;padding: 0 5px;}

a:focus,.main-menu .navigation > li:focus,
.architecture-block .inner-box .image a:focus > img,
.logo-box .logo a:focus img,
.direction_search #get_direction:focus,
.direction_search #start:focus,
.contact-form input[type="submit"]:focus,
input:focus,
textarea:focus,
.sidebar .search-box .form-group button:focus,
.news-block-three .inner-box .image a:focus img,
.rev_slider_wrapper.fullwidthbanner-container:focus,
.scroll-to-top:focus,
.testimonial-section .auto-container:focus
{
  outline: 2px dashed #000;
  outline-offset: 0;
}
.main-menu .navigation > li.dropdown > ul > li a:focus,
.main-menu .navigation > li a:focus
{
	color: #996b00 !important;
	text-decoration: none;
	transition: outline 0s !important;
}
.main-menu .navigation > li.dropdown > ul.submenu-opened{
  display: block !important;
	visibility: visible;
    opacity: 1;
    top: 100%;
}
.disclaimer {
    width: 100%;
    font-size: 12px;
}
.main-footer a:focus{
	outline-color: #ccc;
	color: #996b00 !important;
	text-decoration: none;
}
.contact_btn,
.news-block-three .inner-box .lower-content h3 a:focus,
.news-block-three .inner-box .lower-content .lower-box > a:focus,
.pagination li a:focus,
a:focus,
input:focus,
textarea:focus,
.sidebar .search-box .form-group input[type="search"]:focus,
.logo-box .logo a:focus img,
.news-block-three .inner-box .image a:focus img{
	transition: outline 0s !important;
}
.widget .tagcloud a:focus {
    text-decoration: none !important;
    color: #fff;
    border-color: #996b00 !important;
    background-color: #996b00 !important;
}
.widget ul li a:focus, .sidebar .popular-posts .post .text a:focus {
    color: #996b00 !important;
}
.news-block-four .inner-box .lower-content:focus{
	outline: none !important;
}
.studio-section .content-column .inner-column .view-projects{
	display: none;
}
.thm-unit-test .posts-nav a:focus, .thm-unit-test .posts-nav a:focus span::before {
    color: #333333 !important;
}
.contact-form input[type="submit"]:focus{
	margin-top: 15px;
    background-color: #fff;
    border-color: #996b00;
    color: #996b00;
}
.btn-style-six:focus {
    background-color: #996b00 !important;
    color: #fff !important;
}
.main-footer .footer-widget.widget_media_image > a,
.architecture-block .inner-box .image > a,
.architecture-block .inner-box .image img,
.thm-unit-test .posts-nav a,
.total-reviews,
.main-header .main-box .logo-box .logo img,
.news-block-four .inner-box .image a,
.news-block-three .inner-box .image a{
	display: inline-block;
}
.news-block-four .inner-box .image{max-width:100%;}
.news-block-three .inner-box .image a{
	display: block;
}
.assisted-living .left-top-image .studio-section{
	padding: 15px 0 0;
}
.assisted-living .we-do-section{
	padding: 20px 0 0;
}
.assisted-living #main-content-section{
	padding-top: 50px;
}
.news-block-three .inner-box .lower-content h3 a:focus,
.news-block-four .inner-box .lower-content .upper-box h3 a:focus{
	color: #996b00 !important;
}
.list-style-three li, .we-do-section .title-column .text, .list-style-three li, .label_groute, .news-block-three .inner-box .lower-content .text, .left-info-bar .number{color:#666666;}
.commitment-section .list-style-two li > a{color:#fff !important;text-decoration: underline;}
.commitment-section, .kc-row-container.kc-container.right-column-custom-wedo, .second-block-small-heading .no-italic-headings .architecture-section, .kc-row-container.kc-container.map-direction-list{background-color: #676B7A;}
.news-block-three .inner-box .lower-content .post-date{color:#996b00 !important;}
#skiplinks a{color: #996b00;}

/*		Responsive		*/
@media screen and (min-width: 1500px){
	.memory-image-custom-style .commitment-section .outer-container .image-column{
		width: 32%;
	}
	.memory-image-custom-style .commitment-section .outer-container .content-column{
		width: 68%;
	}
	.kc-row-container.kc-container.custom-image-container .kc-col-container{
		padding: 0 15px;
	}
	/*.testimonial-section {
	    padding: 200px 0px 143px;
	}*/
}
@media screen and (max-width:1290px) and (min-width:1141px){
    .shape-image-home{
        padding-left: 40px;
        font-size: 45px;
        line-height: 55px;
    }
}
@media screen and (max-width: 1250px){
	.main-menu .navigation > li > a{
		font-size: 10px;
	}
}
@media screen and (max-width: 1230px){
	.main-menu .navigation > li{
		margin-right: 0;
		margin-left: 0 !important;
	}
	.long-heading .studio-section .content-column.col-md-7{
		width: 64%;
	}
	.long-heading .studio-section .image-column.col-md-5{
		width: 36%;
	}
}
@media screen and (max-width: 1175px){
	.main-menu .navigation > li > a{
		font-size: 10px;
		padding: 0 4px;
	}
	.home .main-slider .content-inner h2{
		margin-left: 20px !important;
	}
}
@media screen and (max-width: 1140px){
	.review-block .kc_text_block{
		padding: 0 15px;
	}
	.home .main-slider .content-inner h2{
		font-size: 52px !important;
		line-height: 65px !important;
	}

}

@media screen and (max-width: 1023px){
	.logo{
		display: inline-block;
	}
	.main-menu{
		text-align: center;
   		width: 100%;
	}
	.main-menu .navigation > li > a{
		font-size: 11px;
		padding: 0 4px;
	}
	.main-menu .navigation > li{
		margin-right: 0 !important;
	}
	.main-menu .navigation > li:last-child{
		margin-right: 0 !important;
	}
	.navbar-collapse.collapse{
		max-width: 835px;
    	margin: 0 auto;
	}
	.main-menu .navigation > li:last-child{
		margin-right: 0;
	}
	.home .main-slider .content-inner h2 {
	    font-size: 42px !important;
	    line-height: 62px !important;
	    margin-right: 0 !important;
    	margin-left: 50px !important;
	    margin-top: 30px !important;
    	width: 100%;
	}
	.home .main-slider .shape-image {
	    width: 420px !important;
	    height: 270px !important;
	}
	.memory-image-custom-style .commitment-section .outer-container .image-column{
		width: 100%;
	}
	.memory-image-custom-style .commitment-section .outer-container .content-column{
		width: 100%;
	}
	.memory-image-custom-style .commitment-section .outer-container .image-column .image-box img{
		max-width: 480px;
    	margin: 0 auto 30px;
	}
	.navbar-collapse.collapse{
	    max-width: 882px;
	}
}
@media screen and (max-width: 998px){
	.kc-row-container.kc-container.right-column-custom-wedo{
		float: left;
	}
	.kingcomposer .kc-row-container.kc-container.right-column-custom-wedo div.kc_column.kc_col-sm-6{
		width: 100%;
	}
	.kc-row-container.kc-container.right-column-custom-wedo .fullwidthbanner-container{
    	max-width: 100%;
		margin: 0 auto;
	}
	.kc-row-container.kc-container.map-direction-list .kc-wrap-columns{
		display: flex;
	}
	.kc-row-container.kc-container.right-column-custom-wedo .we-do-section .title-column{
		padding-left: 0;
		padding-right: 0;
	}
	.slider-content-section .right-column-custom-wedo .we-do-section{
		padding-top: 25px;
	}
}
@media screen and (max-width: 991px){
	.long-heading .studio-section .content-column.col-md-7{
		width: 100%;
	}
	.long-heading .studio-section .image-column.col-md-5{
		width: 100%;
	}
	.kc-row-container.kc-container.custom-image-container .kc_single_image{
		padding: 0px 15px 12px 0px;
		margin-bottom: 20px !important;
	}
	.no-italic-headings .studio-section .image-column .image{
		margin-top: 18px;
	}
	.news-block-four .inner-box{
		text-align: center;
	}
	.news-block-four .inner-box .lower-content{
		text-align: left;
	}
	.privacy-policy-container .we-do-section .sec-title-two h2{
		max-width: 720px;
	}
	.privacy-policy-container .we-do-section .sec-title-two h2:after{
		left: auto !important;
		margin-left: 28px;
	}
	.home-itallic-heading .studio-section .content-column{
		margin-bottom: 40px;
	}
	.studio-section{
		padding: 50px 0 30px;
	}
	.home-itallic-heading .architecture-section{
		padding: 100px 0 0;
	}
	.no-italic-headings .studio-section {
		padding-bottom: 3px;
	}
	.no-side-image .we-do-section{
		padding: 15px 0px 3px;
	}
	.no-italic-headings .studio-section .content-column .inner-column .styled-text{
		margin-bottom: 25px;
	}
	.wedo-no-title .we-do-section {
	    padding: 20px 0 0;
	}
	.no-heading-mordox .studio-section{
		padding: 30px 0;
	}
	.second-block-small-heading .no-italic-headings .architecture-section{
		padding-top: 30px;
	}
	.kc-row-container.kc-container.map-direction-list{
		margin-top: 32px;
	}
	body.kc-css-system .left-top-image .kc_column{
		width: 100%;
	}
	body.tag.category .sidebar-page-container .content-side{
		margin-bottom: 40px;
	}
	.memory-image-custom-style .commitment-section .outer-container .image-column{
		max-height: 250px;
	}
  .assisted-living .kc_col-sm-6 {
    width: 100%;
  }
  .main-header .main-box .outer-container{
  	padding: 0px 6px !important;
  }
}

@media screen and (max-width: 910px){
	.main-menu .navigation > li > a {
	    font-size: 9px;
	    letter-spacing: 0.5px;
	    padding: 0 5px;
	}
	.navbar-collapse.collapse {
	    max-width: 725px;
	}
}

@media screen and (max-width: 880px){

	.navbar-collapse.collapse{
		max-width: 730px;
	}
	.home .main-slider .content-inner h2 {
		margin-left: -10px !important;
		width: 290px !important;
	}
}
@media screen and (max-width: 790px){
	.news-block-three .inner-box .lower-content{
		min-height: 357px;
		max-height: 357px;
	}
}
@media screen and (max-width: 768px){
	/*		Home page 		*/
	.kc_single_image{
		text-align: center;
	}
	.kc_single_image img{
		padding: 0;
	}
	.kc-col-container > div{
		margin: 0 !important;
	}
	div#contact_section{
		margin: 30px 0 0;
	}
	.studio-section{
		padding: 60px 0 30px;
	}
	.home .architecture-section {
		padding: 35px 0px 10px;
	}
  .home .home-itallic-heading .studio-section {
    padding: 35px 0px 0;
  }
	.we-do-section
	{
		padding: 15px 0px;
	}
	.no-italic-headings .studio-section{
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.sec-title-two,.sec-title, .sec-title h3, .sec-title h2{
		margin-bottom: 0;
	}
	.home-itallic-heading .sec-title h3, .home-itallic-heading .sec-title h2{
		margin-bottom: 26px;
	}
	.slider-no-thumbnail .main-slider {
	    margin-bottom: -70px;
	    margin-top: 25px;
	}
	.about-section-three{
	    padding: 40px 0 50px;
	}
	.about-section-three .big-image{
	    margin-bottom: 15px;
	}
	.no-italic-headings .title,
	.left-top-image .studio-section .content-column .inner-column .title,
  .architecture-section .sec-title h2,
  .home .studio-section .sec-title h2  {
		font-size: 26px;
	}
	.right-column-custom-wedo .we-do-section{
		padding-top: 25px;
	}
	.list-section-title .we-do-section{
		padding: 10px 0 12px;
	}
	.no-italic-headings .architecture-section {
	    padding: 10px 0 0;
	}
	.no-italic-headings .architecture-block{
		margin-bottom: 20px;
	}
	.long-heading .no-italic-headings .title:before {
	    left: 32%;
	}
	.architecture-block .inner-box .lower-box h3{
		margin-top: 0;
	}
	.kc-row-container.kc-container.map-direction-list .we-do-section{
		padding: 30px 0;
	}
	.kc_row.slider-content-section {
	    margin-bottom: 30px;
	}
	.wedo-no-title .we-do-section .title-column .text{
		margin-bottom: 24px;
	}
	.no-italic-headings .studio-section {
	    margin-bottom: 0;
	}
	.left-top-image .studio-section {
	    padding: 15px 0 0;
	}
	.single-post .sidebar-page-container .sidebar-side {
		margin-bottom: 15px;
	}
	.blog-page-section .pagination {
	    margin: 20px 0;
	}
	body.tag div#contact_section {
	    margin: 0px;
	}
	body.tag .sidebar-page-container .content-side{
		margin-bottom: 0;
	}
	.blog-page-section .inner-container{
		margin-bottom: 30px;
	}
	.blog-page-section {
	    padding: 40px 0px 0;
	}
    .shape-image-home{
        padding: 30px;
        font-size: 30px;
        line-height: 40px;
        max-width: 275px;
        float: right;
    }
    .kc-row-container.kc-container.custom-image-container .kc_single_image{
		margin-bottom: 25px !important;
	}
        .news-block-three .inner-box .lower-content{min-height:0px;}

        .home .home-itallic-heading .studio-section {
          padding: 35px 0px 0px;
        }
    .home-itallic-heading .sec-title {
      margin-bottom: 0;
    }
    .home-itallic-heading .sec-title h2 {
      margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px){
	.navbar-collapse.collapse{
		max-width: 100%;
	}
	.main-menu .navbar-collapse > .navigation,
	.main-menu .navbar-collapse > .navigation > li > a,
	.main-menu .navigation > li > ul > li > a{
		background-color: #996b00 !important;
	}
	.main-menu .navbar-header .navbar-toggle{
		background-color: #996b00 !important;
		border-color: #996b00 !important;
    padding: 0;
	}
	.main-menu .navigation > li.active > ul > li > a {
	    color: #fff !important;
	}
	.home .main-slider .content-inner h2 {
	    font-size: 32px !important;
	    line-height: 42px !important;
	    margin-left: 50px !important;
	}
	.home .main-slider .shape-image {
	    width: 300px !important;
	    height: 190px !important;
	}
	#contact_details h3{
	    font-size: 17px;
	}
	div#contact_section{
		padding: 25px 15px;
	}
	.gallery-text-content .html-content{
		margin-top: 30px;
	}
	.gallery-text-content .html-content > p:last-child{
		margin-bottom: 0;
	}
	div#contact_section h2{
		font-size: 26px;
	}
	.second-block-small-heading .no-italic-headings .architecture-section{
		padding-top: 30px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.map-direction-list .sec-title-two h2{
		font-size: 24px;
	}
	.map-direction-list h3{
		font-size: 20px;
	}
	.flex-caption{
		font-size: 18px !important;
		padding: 20px !important;
	}
	.sidebar-page-container {
	    padding: 40px 0 0;
	}
	.commitment-section{
		margin-bottom: 30px;
	}
	.kc-row-container.kc-container.gallery-text-content .kc_column:last-child .html-content{
	    margin-top: 15px;
	    margin-bottom: 22px;
	}
	.no-side-image .we-do-section .title-column .inner-column .text{
		margin-bottom: 24px;
	}

	.no-heading-mordox .studio-section{
		padding: 30px 0;
	}
	.kc-row-container.kc-container.map-direction-list
	{
		margin-bottom: 30px;
	}
	.privacy-policy-container .we-do-section .title-column .text{
		margin-bottom: 10px;
	}
	.second-block-small-heading .architecture-section .sec-title {
	    margin-bottom: 15px;
	}
	.news-block-three .inner-box .lower-content {
	    min-height: 0;
	    max-height: 100%;
	}
	.footer-widget.widget_media_image img{
		width: 125px;
	}
	.kc-row-container.kc-container.custom-image-container .kc_single_image{
		margin-bottom: 30px !important;
	}
  .direction_search #get_direction {
    top: 29px;
    bottom: auto;
  }
}
@media screen and (max-width: 680px){
	.privacy-policy-container .we-do-section .sec-title-two h2 {
	    max-width: 560px;
	}
	.home .main-slider .content-inner h2{
		margin-left: 25px !important;
	}
}
@media screen and (max-width: 599px){
	.home .main-slider .shape-image {
	    width: 230px !important;
	    height: 160px !important;
	}
	.home .main-slider .content-inner h2{
		font-size: 22px !important;
		line-height: 32px !important;
	    margin-left: 65px !important;
	    width: 156px !important;
	}
	.no-italic-headings .title:before,
	.left-top-image .studio-section .content-column .inner-column .title:before{
		display: none;
	}
	.kc-row-container.kc-container.right-column-custom-wedo .fullwidthbanner-container{
		max-width: 100%;
	}
	div#contact_section h2,
	.no-italic-headings .title,
	.left-top-image .studio-section .content-column .inner-column .title,
  .architecture-section .sec-title h2,
  .home .studio-section .sec-title h2  {
		font-size: 30px;
	}
	#contact_section h2::after{
		display: none;
	}
	.kc-row-container.kc-container.custom-image-container .kc_single_image{
		padding-top: 0;
	}
	.map-direction-list .sec-title-two h2{
		font-size: 26px;
	}
	.map-direction-list h3{
		font-size: 22px;
	}
	.memory-image-custom-style .commitment-section .outer-container .image-column .image-box img{
		margin-bottom: 0;
	}
    .shape-image-home{
        padding: 25px;
        font-size: 25px;
        line-height: 30px;
        max-width: 220px;
    }
    .sec-title .title:before {
      display: none;
    }
}
@media screen and (max-width: 560px){
	.home .main-slider .content-inner h2{
	    margin-left: 45px !important;
	}
}
@media screen and (max-width: 480px){
	.direction_search #start{
	    max-width: calc(100% - 130px);
     	padding: 5px 20px 5px 20px;
     	height: 39px;
	}
	.direction_search #get_direction{
		font-size: 12px;
	    min-width: 0;
	    padding: 5px 8px;
		width: 125px;
	}
	.home .main-slider .content-inner h2{
	    margin-left: 0 !important;
	}
}
@media screen and (max-width: 414px){
	.home .main-slider .content-inner h2{
	    margin-left: -25px !important;
	}
}
@media screen and (max-width: 380px){
  .sec-title-two h1, h1.main-title{
    font-size: 36px;
  }
}
@media screen and (max-width: 370px){
	.home .main-slider .content-inner h2{
	    margin-left: -45px !important;
	}
  @media screen and (max-width: 360px){
    .sec-title-two h1, h1.main-title {
      font-size: 34px;
    }
  }
  @media screen and (max-width: 336px){
    .sec-title-two h1, h1.main-title {
      font-size: 32px;
    }
  }
	.right-column-custom-wedo .kc_column>.kc-col-container >.main-slider .flex-caption{
		font-size: 12px !important;
    	line-height: 16px !important;
    	padding: 10px !important;
	}
}
/*****appointment widget styling*******/
.scroll-to-top{
	bottom:50px;
}
.choose-appointment-form {
    margin-top: 50px;
    max-width:430px;
	width:100%;
    margin-left: auto;
    margin-right: auto;
	position:fixed;
	z-index:1000;
	bottom: 0;
	height:414px;
	box-shadow:2px 4px 5px #544408;
	background:#fff;
	bottom:-367px;
	right:0;
	transition:all ease 0.3s;
	border-radius:5px 5px 0 0;
}
.choose-appointment-form.open{
	bottom:0;
}
.choose-appointment-form .headingSection {
    background: #b38c00;
    color: #fff;
    display: flex;
    padding: 5px 5px 5px 15px;
    border-radius: 5px 5px 0 0;
	position:relative;
	text-decoration:none;
	margin-bottom:10px;
	outline:none;
}
.choose-appointment-form .headingSection h4{
	font-size:16px;
}
.choose-appointment-form #closePopup{
	position: absolute;
    right: 15px;
    top: 50%;
    background: transparent;
    transform: translateY(-50%) rotate(180deg);
	background:url(images/expand.svg) no-repeat center center / contain;
	width:20px;
	height:20px;
	font-size:0;
}
.choose-appointment-form.open #closePopup{
	transform:translateY(-50%) rotate(0deg);
}
.choose-appointment-form .appointmentForm {
    max-height: 400px;
	overflow-x: hidden;
    overflow-y: scroll;
	padding-bottom:30px;
	-webkit-overflow-scrolling: touch;
}
@media screen and (max-width:1200px){
	.disclaimer{
		max-width:93%;
	}
}
@media screen and (max-width:1024px){
	.choose-appointment-form{
		transform: translate3d(0,0,0);
	}
}
@media screen and (max-width:900px) and (orientation:landscape) {
	.choose-appointment-form{
		height:300px;
		bottom:-253px;
	}
	.choose-appointment-form .appointmentForm{
		max-height:300px;
	}
}