/*
Theme Name: Dwarkesh
Theme URI: 
Description: A real wordpress theme for builders and construction companies.
Author: Accrete InfoSolution Technologies LLP
Author URI: http://www.accreteinfo.com/
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Text Domain: dwarkesh
Requires at least:4.8
Tags: full-width-template, post-formats, sticky-post, theme-options, footer-widgets
*/

/* GLOBAL */

html { font-size: 20px; }
body { font-size: 1rem; line-height: 1.75; color: #757575; font-family: 'Lato', sans-serif; overflow-x: hidden; }

img, svg { max-width: 100%; height: auto; }

h1, .h1 { font-size: 2rem; }
h2, .h2 { font-size: 1.8rem; }
h3, .h3 { font-size: 1.5rem; }
h4, .h4 { font-size: 1.2rem; }
h5, .h5 { font-size: 1rem; }
h6, .h6 { font-size: 0.8rem; }

@keyframes pulse {
	from { transform: scale(0.9); }
	to { transform: scale(1); }
}

.page-loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background: #fff; }
.page-loader-block { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.page-loader-block span { display: block; margin-top: 0.5rem; color: #888; font-style:italic; }
.page-loader-block img { animation: pulse 0.5s alternate infinite; }

.font-sans { font-family: 'Lato', sans-serif; }
.font-serif { font-family: 'Roboto Slab', serif; }

.clearfix {}
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

.dash-left { display: inline-block; position: relative; }
.dash-left:before { content: ''; display: block; height: 1px; width: 60px; background: #fff; opacity: 0.3; position: absolute; top: 50%; right: 110%; }

.text-center { text-align: center; }

.section { padding: 100px 0; }

.section-title { text-align: center; margin-bottom: 5rem; }
.section-title .title { text-transform: uppercase; color: #282828; font-weight: 300; margin: 0 auto; }
.section-title strong { font-weight: 700; }
.section-title.has-mascot .title:before { content: ''; width: 68px; height: 47px; display: block; margin: 0 auto 0.6rem; background: transparent url(images/mascot.png) no-repeat center; }
.entry-title { text-align:center; }
.entry-title.has-mascot .title:before { content: ''; width: 68px; height: 47px; display: block; margin: 0 auto 0.6rem; background: transparent url(images/mascot.png) no-repeat center; }


.see-projects-cta {}
.see-projects-cta a { display: block; background: #282828; color: #fff; font-family: 'Roboto Slab', serif; text-transform: uppercase; letter-spacing: 6px;  font-weight: 300; padding: 30px; text-align: center; text-decoration: none; transition: all 0.5s; }
.see-projects-cta a strong { font-weight: 700; }
.see-projects-cta a:hover { background: #f03d07; }


/* HEADER */

.page-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 99; height: 120px; }
.page-header, .page-header * { transition: all 0.3s; }

.logo { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: #fff; z-index: 5; }
.logo a { display: block; padding: 20px 30px; }

.navigation { position: relative; z-index: 4; }
.menu-toggle { display: none; }
.main-menu { margin: 42px 0 0; padding: 0; list-style: none; text-align: center; font-size: 0px; }
.main-menu .menu-item { display: inline-block; margin: 0 20px; position: relative; }
.main-menu .menu-item.menu-separator { margin-left: 400px; }
.main-menu .menu-item a { color: #fff; display: block; font-size: 1rem; line-height: 1; padding: 10px 20px; text-decoration: none; font-weight: 700; text-transform: uppercase; position: relative; z-index: 1; transition: all 0.3s; }

@media only screen and (min-width: 769px) {
	.main-menu > .menu-item:after { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 0%; background: #db4d40; transition: all 0.3s; }
	.main-menu > .menu-item:hover:after { width: 100%; transform: skew(-20deg); }
	.page-header.headroom--not-top .main-menu > .menu-item:hover > a, .main-menu > .menu-item:hover > a { color: #fff; }
}

.menu-item.menu-item-has-children { position: relative; }
.main-menu .sub-menu { overflow: hidden; width: 0; opacity: 0; position: absolute; top: 75px; left: 0; background: #fff; margin: 0; padding: 5px 0; list-style: none; text-align: left; box-shadow: 0 0 5px rgba(0,0,0,0.2); transition: all 0.3s; }
.main-menu .menu-item-has-children.is-open > .sub-menu { width: 220px; opacity: 1; }
.main-menu .sub-menu .menu-item { display: block; margin: 0; }
.main-menu .sub-menu .menu-item + .menu-item { border-top: 1px solid #eee; }
.main-menu .sub-menu .menu-item a { display: block; color: #333; font-size: 0.8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 12px 16px; }

.page-header.headroom--not-top { background: #fff; height: 80px; box-shadow: 0 0 10px rgba(0,0,0,0.2); }
.page-header.headroom--not-top .logo a { padding: 10px 0; }
.page-header.headroom--not-top .logo img { height: 60px; }
.page-header.headroom--not-top .main-menu .menu-item a { color: #282828; }
.page-header.headroom--not-top .main-menu { margin-top: 16px; }

.quick-enquiry { position: fixed; top: 50%; right: 0; z-index: 95; font-size: 0; transform: translateY(50%) rotate(90deg); transform-origin: top right; box-shadow: 0 0 30px rgba(0,0,0,0.1); }

/* MUSIC */

.music-control { position: absolute; top: 44px; right: 25px; color: #fff; line-height: 1; padding: 7px 8px; border: 1px solid; z-index: 9999; }
.music-control:hover { color: #fff; background: rgba(255,255,255,0.5); text-decoration: none !important; }
.music-control span:after { content: '\f028'; font-family: FontAwesome; }
.music-control.muted span:after { content: '\f026'; font-family: FontAwesome; }

.bg-music { visibility: hidden; opacity: 0; }


/* FOOTER */

.page-footer { padding: 70px 0; background: #e5e7ec url(images/footer-bg.png) repeat-y top left; position: relative; z-index: 3; }

.foot-col { font-size: 0.8rem; }
.foot-col .widget { margin-bottom: 0.3rem; }
.foot-col .widget h6 { margin-bottom: 0.3rem; font-weight: 700; }

.foot-col a { color: #282828; }

.foot-col ul { margin: 0; padding: 0; list-style: none; }
.foot-col ul li { display: inline-block; }
.foot-col ul li + li:before { content: '|'; margin-right: 4px; }
.foot-col ul li a { display: inline-block; padding: 3px 3px; }

.foot-col .copyright { font-size: 0.7rem; }

.foot-col .foot-logo { text-align: center; }


/* BANNER */

.homepage-banner { height: 95vh; background: radial-gradient(rgba(78,78,78,0.9), rgba(0,0,0,1)); position: relative; }
.homepage-banner .banner-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000 url() no-repeat center; background-size: cover; opacity: 0.1; z-index: 2; }

.homepage-banner .banner-text { margin: 0 auto; position: relative; text-align: center; color: #fff; padding: 35vh 20px 6rem; font-family: 'Roboto Slab', serif; text-transform: uppercase; z-index: 3; }
.homepage-banner .banner-text p { margin: 0; line-height: 1.5; }
.homepage-banner .banner-text p span { display: block; }
.homepage-banner .banner-text p .span1 { font-size: 45px; font-weight: 700; }
.homepage-banner .banner-text p .span2 { font-size: 54px; font-weight: 300; }

.homepage-banner .banner-button { margin: 0 auto; position: relative; text-align: center; color: #fff; padding: 20px; font-size: 1.1rem; z-index: 3; }
.homepage-banner .banner-button a { color: inherit; }

.inner-banner { height: 95vh; background: #000; position: relative; position: relative; z-index: 2; }
.inner-banner .banner-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000 url() no-repeat center; background-size: cover; opacity: 0.5; z-index: 2; }

.inner-banner .banner-text { margin: 0 auto; position: relative; text-align: center; color: #fff; padding: 45vh 20px 6rem; font-family: 'Roboto Slab', serif; text-transform: uppercase; z-index: 3; }
.inner-banner .banner-text p { margin: 0; line-height: 1.5; }
.inner-banner .banner-text p span { display: block; font-size: 4rem; font-weight: 700; }

.inner-banner.smaller { height: 50vh; }
.inner-banner.smaller .banner-text { padding-top: 25vh; }
.inner-banner.smaller .banner-text p { font-size: 50px; }

.scroll-down-arrows { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 20px; height: 32px; background: transparent url(images/scroll-down-arrows.png) no-repeat top center; opacity: 0.5; }


/* ABOUT SECTION */

.about-section { padding: 150px 0 0; background: #fff url(images/about-bg.png) no-repeat bottom center; background-size: cover; position: relative; overflow: hidden; }

.about-section:before { content: ''; width: 281px; height: 731px; background: transparent url(images/dots-pattern.png) no-repeat center; position: absolute; top: 50%; left: -70px; transform: translateY(-50%); }
.about-section:after { content: ''; width: 281px; height: 731px; background: transparent url(images/dots-pattern.png) no-repeat center; position: absolute; top: -230px; right: -100px; transform: rotateY(180deg) rotate(40deg); }

.about-section .about-image img { box-shadow: 0 0 30px rgba(0,0,0,0.1); transform: rotate(-4deg); }

.about-section h1 { text-transform: uppercase; color: #282828; font-weight: 300; }
.about-section h1 strong { display: block; font-weight: 700; color: #3e9994; }


/* CATEGORY SECTION */

.category-section {}

.category-block {}
.category-block:nth-child(odd) .col-lg-7 { order: 2; }
.category-block:nth-child(odd) .col-lg-5 { order: 1; }
.category-block + .category-block { margin-top: 3rem; }
.category-block .category-image { height: 100%; background: #fff url() no-repeat center; background-size: cover; }
.category-block .category-info { padding: 40px 0; }
.category-block .category-title { font-size: 2rem; font-family: 'Roboto Slab', serif; color: #282828; }
.category-block .category-title a { color: inherit; }
.category-block .category-title span { color: #db4d40; }
.category-block .category-description { font-size: 0.9rem; }


/* CSR SECTION */

.csr-section { padding: 100px 0; background: #f6f7f9 url(images/csr-bg.png) no-repeat top right; background-size: 60%; }

.csr-section .section-title { text-align: left; margin-bottom: 2rem; }
.csr-section .section-title .title { font-weight: 700; }
.csr-section .section-title .title:before { margin-left: 0; }

.csr-section p:last-child { margin-bottom: 0; }


/* ASSOCIATES SECTION */

.associates-section { padding: 100px 0 70px; }

.associates-section .section-title { text-align: left; margin-bottom: 0; }
.associates-section .section-title .title { font-weight: 700; margin-bottom: 1rem; }
.associates-section .section-title p { font-size: 0.9rem; line-height: 1.5; }

.associates-section .associate-logo {}
.associates-section .associate-logo img { display: block; margin: 0 auto 20px; border: 1px solid #eee; }


/* TESTIMONIAL SECTION */

.testimonial-section { background: #f4f5f7; }
.testimonial-section .section-title { margin-bottom: 3rem; }

.testimonial-box { margin: 1rem; padding: 2rem; background: #fff; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
.testimonial-box blockquote { margin: 0; color: #282828; text-align: center; }
.testimonial-box blockquote p { margin-bottom: 0.5rem; }
.testimonial-box cite { font-weight: 700; color: #54bbe4; }

.testimonial-slider { padding-bottom: 1.5rem; }
.testimonial-slider .swiper-pagination-bullets { bottom: 0; }
.testimonial-slider .swiper-pagination-bullet-active { background: #54bbe4; }


/* DETAILS SECTION */

.details-section { position: relative; position: relative; overflow: hidden; min-height: 70vh; }
.details-section-title { float: left; font-size: 4rem; font-family: 'Roboto Slab', serif; text-transform: uppercase; color: #ddd; font-weight: 700; line-height: 1; writing-mode: vertical-lr; transform: rotate(180deg); text-align: right; margin: 0; position: absolute; left: 50px; top: 80px; z-index: 0; transition: color 1s; }
.details-section-title:after { content: ''; width: 10px; height: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; background: #eee; opacity: 0; }
.details-section:hover .details-section-title { color: #db4d40; }
.details-section:hover .details-section-title:after { opacity: ; }

.overview-image { position: absolute; top: 0; right: 0; height: 100%; width: 64%; overflow: hidden; background: #fff url() no-repeat center fixed; background-size: cover; }
.overview-content { padding: 30px; margin: 30px 0; background: #fff; box-shadow: 0 0 30px rgba(0,0,0,0.05); }

.amenity-box { text-align: center; margin: 10px auto; padding: 20px; box-shadow: 0 0 0 rgba(0,0,0,0); transition: all 0.3s; }
.amenity-box-icon { text-align: center; transform: none; transition: all 0.5s; }
.amenity-box-icon img { display: block; margin: 0 auto 1rem; width:80px; height:auto; }
.amenity-box-title { text-transform: uppercase; font-size: 1.1rem; font-family: 'Roboto Slab', serif; font-weight: 700; color: #54bbe4; margin: 0; transition: all 0.5s; }
.amenity-box:hover { box-shadow: 20px 20px 50px rgba(0,0,0,0.1); }
.amenity-box:hover .amenity-box-icon { transform: rotateY(180deg); }
.amenity-box:hover .amenity-box-title { color: #db4d40; }

.layout-slider .swiper-slide { text-align: center; }
.layout-slider .swiper-slide img { opacity: 1; transition: all 0.5s; max-height: 500px; }
.layout-slider .swiper-slide img:hover { opacity: 0.6; }
.layout-slider .swiper-button-prev { left: 40px; }
.layout-slider .swiper-button-next { right: 40px; }
.layout-slider .swiper-button-prev, .layout-slider .swiper-button-next { position: absolute; top: 50%; width: 20px; height: 20px; margin-top: -10px; z-index: 10; cursor: pointer; background-size: 20px 20px; background-position: center; background-repeat: no-repeat; padding: 15px; background-color: rtgba(255,255,255,0.9); box-shadow: 0 0 5px rgba(0,0,0,0.3); }


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.brochure-section { background: #fff url(images/brochure-section-bg.png) no-repeat top center fixed; background-size: cover; min-height: 1px; }
.brochure-block { text-align: center; }
.brochure-block-image { display: inline-block; vertical-align: middle; margin: 0 100px 0 0; }
.brochure-block-image img { width: 195px; transform: rotate(-15deg); border: 5px solid #fff; box-shadow: 0 0 50px rgba(0,0,0,0.2); transition: all 0.3s; }
.brochure-section:hover .brochure-block-image img { transform: rotate(0deg) scale(0.95); }
.brochure-block-text { display: inline-block; vertical-align: middle; color: #fff; text-align: left; }
.brochure-block-text a { display: block; overflow: hidden; color: inherit; text-transform: uppercase;  font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 2rem; text-decoration: underline; line-height: 1.4; }
.brochure-block-text a .fa { float: left; font-size: 4rem; margin-right: 1rem; margin-top: 30px; }
.brochure-section:hover .brochure-block-text a .fa { animation: bounce 1s infinite; }


.gallery-filters { text-align: center; margin-bottom: 0.67rem; }
.gallery-filters a { display: block; padding: 2rem 1rem; font-weight: 700; font-size: 2.5rem; width: 49%; background: #fff; border: 1px dashed; text-decoration: none; color: #aaa; transition: all 0.3s; }
.gallery-filters a.active, .gallery-filters a:hover { color: #db4d40; box-shadow: 0 0 10px rgba(161, 24, 24, 0.1) inset; border: 1px solid; }
.gallery-filters a:first-child { float: left; }
.gallery-filters a:last-child { float: right; }

.gallery-wrapper {}

.gallery-box { margin: 15px auto; background: #111; overflow: hidden; }
.gallery-box img { width: 100%; transition: all 2s; }
.gallery-box:hover img { transform: scale(1.5); }

.location-map { height: 400px; }
.location-map iframe { width: 100%; height: 100%; display: block; border: 0; box-shadow: 0 0 30px rgba(0,0,0,0.1); border: 5px solid #fff; }
.location-map img { width: 100%; height: 100%; display: block; border: 0; box-shadow: 0 0 30px rgba(0,0,0,0.1); border: 5px solid #fff; display:block; margin:0 auto; }

.breadcrumbs { background: #b9bec7; color: #fff; }
.breadcrumbs a { color: inherit; }
.breadcrumb-menu { margin: 0; padding: 20px 0; list-style: none; overflow: hidden; font-size: 0.9rem; }
.breadcrumb-menu > li { float: left; }
.breadcrumb-menu > li:last-child { font-weight: 700; }
.breadcrumb-menu > li > a { display: block; line-height: 1; }
.breadcrumb-menu > li > a:after { content: '/'; display: inline-block; margin: 0 20px; }
.breadcrumb-menu > li:last-child > a:after { display: none; }

/* ABOUT PAGE TABS */

.about-tab-content-bottom { padding: 20px; }
.about-tab-title {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.about-tab-title li {
    display: inline-block;
    float: left;
    width: 25%;
}.about-tab-title li a {
    display: block;
    border: 1px solid #ddd;
    margin: 10px;
    padding: 20px 10px;
    text-align: center;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s;
}.about-tab-title li a.selected {
    color: #ea4b10;
    border-color: #ea4b10 !important;
}.about-tab-title li a .about-icon {
    display: block;
    margin: 0 auto 10px;
    height: auto;
    width: auto;
    font-size: 30px;
    color: #aaa;
}.about-tab-title li a.selected .about-icon {
    color: #ea4b10 !important;
}.about-title {
    display: block;
}

.about-tab-title li a:hover { border-color: #333; }
.about-tab-title li a:hover .about-icon { animation: bounce 1s infinite; color: #333; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* CONTACT PAGE STYLE */

.contact-box {
    position: relative;
    padding: 10px 10px 10px 70px;
	font-size: 0.8rem;
}.contact-box > .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #eee;
    color: #333;
    border-radius: 50%;
}.contact-box h3 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #db4d40;	
}.contact-box h3, .contact-box p {
	margin-bottom: 0.9rem;	
}

/* CONTACT / ENQUIRY FORM */
.contact-form { display: block; box-shadow: 0 0 20px #ccc; padding: 50px; border-radius: 5px; }

.contact-form .form-group { text-align: center; margin: 5px; }

.contact-form .form-group button { color: #fff; background: #ff6b00; border: 0; padding: 8px 25px; text-transform: uppercase; border-radius: 4px; font-weight: 700; text-transform: uppercase; margin-top: 15px; cursor: pointer; }

/* 	QUICK ENQUIRY FORM */
.quick-contact-form { display: block; padding: 20px; }

.quick-contact-form .form-group { text-align: center; margin: 5px; }

.quick-contact-form .form-group button { color: #fff; background: #ff6b00; border: 0; padding: 8px 25px; text-transform: uppercase; border-radius: 4px; font-weight: 700; text-transform: uppercase; margin-top: 15px; cursor: pointer; }

/* MEDIA QUERIES */

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1400px) {
	.details-section-title { left: 30px; font-size: 3rem; }
}

@media only screen and (max-width: 1360px) {

	.details-section-title { float: none; transform: none; color: #333; writing-mode: horizontal-tb; margin: 0 auto 2rem; position: relative; top: 0; left: 0; text-align: left; font-size: 2.5rem; }

}

@media only screen and (max-width: 1280px) {
	
	.main-menu .menu-item.menu-separator { margin-left: 250px; }
	.main-menu .menu-item { margin: 0 10px; }
	
}

@media only screen and (max-width: 1170px) {

	.main-menu .menu-item.menu-separator { margin-left: 280px; }
	
	.details-section { min-height: 1px; }
	.gallery-filters a { padding: 1rem; font-size: 2rem; }

	.overview-image { position: static; width: 88%; height: 400px; margin: 0 auto 2.5rem; }

}

@media only screen and (max-width: 992px) {

	.layout-slider .swiper-button-next { right: 10px; background-color: #fff; }
	.layout-slider .swiper-button-prev { left: 10px; background-color: #fff; }
	
	.page-header { background: #fff; height: 80px; box-shadow: 0 0 10px rgba(0,0,0,0.2); }

	.page-header .logo { position: static; background: transparent; transform: none; float: left; }
	.page-header .logo a { padding: 10px 0; }
	.page-header .logo img { height: 60px; }
	
	.music-control { top: 24px; color: #333; right: 15px; }
	.music-control:hover { color: #333; }
	
	.navigation { float: right; }
	.main-menu {}
	.main-menu .menu-item a { color: #282828; font-size: 0.9rem; }
	.main-menu { margin-top: 20px; }
	.main-menu .menu-item { margin: 0; }
	.main-menu .menu-item.menu-separator { margin-left: 0; }

	.homepage-banner .banner-text p .span1 { font-size: 35px; }
	.homepage-banner .banner-text p .span2 { font-size: 42px; }
	.inner-banner .banner-text { padding-top: 40vh; }
	.inner-banner .banner-text p span { font-size: 3.2rem; }

	.gallery-filters a { font-size: 1.5rem; }

	.category-block .category-image { height: 320px; }
	.category-block:nth-child(odd) .col-lg-7 { order: 1; }
	.category-block:nth-child(odd) .col-lg-5 { order: 2; }
	.category-block + .category-block { margin-top: 0; }

	.section { padding: 30px 0; }
	.section-title { margin-bottom: 3rem; }
	.page-footer { padding: 30px 0; }
	
	.associates-section .section-title { text-align: center; }

	.about-image { margin-bottom: 2rem; }
	.about-section .about-image img { transform: none; }

	.testimonial-box { padding: 1rem; }

	.page-footer .row > [class^="col-"]:nth-child(1) { order: 1; }
	.page-footer .row > [class^="col-"]:nth-child(2) { order: 2; margin-top: 1rem; }
	.page-footer .row > [class^="col-"]:nth-child(3) { order: 3; margin-top: 1rem; }
	.foot-col { text-align: center; }

	.amenity-box { margin: 30px auto; }
	
	.about-tab-title li a { margin: 3px; }	
	.contact-form { padding: 30px; }

}

@media only screen and (max-width: 768px) {
	
	.music-control { top: 24px; color: #333; right: 50%; margin-right: -200px; padding: 5px; font-size: 16px; color: #54bbe4; }
	.music-control:hover { color: #333; }

	.menu-toggle { display: inline-block; font-size: 1.5rem; margin-top: 12px; color: #54bbe4; }
	.menu-toggle:hover { color: #282828; }
	.main-menu { display: none; position: fixed; top: 80px; right: 0; background: #fff; width: 100%; height: 100%; z-index: 8; margin: 0 !important; padding-top: 30px; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
	.main-menu .menu-item { display: block; text-align: center; border-bottom: 1px solid #eee; }
	.main-menu .menu-item a { font-size: 1rem; text-decoration: none; padding: 20px; }
	.main-menu .menu-item a:hover { background: #eee; }
	.main-menu.main-menu-open { display: block; }
	.main-menu .sub-menu { position: static; width: 100% !important; height: 0; padding: 0; box-shadow: none; background: #f5f5f5; }
	.main-menu .menu-item-has-children.is-open > .sub-menu { height: auto; }
	.menu-item-has-children > a:after { display: inline-block; content: '+'; margin-left: 5px; }

	.about-section:before, .about-section:after { display: none; }

	.category-block + .category-block { margin-top: 0; }
	.category-block .category-info { padding: 20px 0; }

	.homepage-banner .banner-button,
	.quick-enquiry,
	.scroll-down-arrows { display: none; }
	
	.brochure-block-image { margin: 0 auto 40px; display: block; }
	.brochure-block-text a { font-size: 1.5rem; }
	.brochure-block-text a .fa { font-size: 2rem; }
	
	.about-tab-title li { float: none; display: block; width: 100%; }
	.about-tab-title li a { margin: 0 auto 5px; padding:5px 10px; }
	.about-tab-title li a .about-icon { margin: 0; width: 50px; text-align: center; display: inline-block; vertical-align: middle; font-size: 20px; }
	.about-tab-title li a .about-title { display:inline-block; vertical-align: middle; font-size: 0.8rem; }
	.section-title .title h1, .section-title .title h2 { font-size: 1.6rem; }

}

@media only screen and (max-width: 640px) {

	html { font-size: 18px; }
	
	.slideshow .slide__title { font-size: 50px; }

	.homepage-banner .banner-text p .span1 { font-size: 25px; }
	.homepage-banner .banner-text p .span2 { font-size: 30px; }

	.category-block .category-image { height: 240px; }

	p, ul, ol, dl, h1, h2, h3, h4, h5, h6, blockquote { margin-bottom: 1rem; }

	.inner-banner .banner-text p span { font-size: 2rem; }
	.inner-banner.smaller .banner-text p { font-size: 35px; }
	
	.gallery-filters a { font-size: 1rem; padding: 0.5rem; }
	
	.contact-form { padding: 15px; }
	
	.overview-image { height: 300px; }
	.overview-content { margin: 0 auto; }

	.details-section-title { font-size: 1.8rem; text-align: center; }
	
	.amenity-box { margin: 0 auto; }
	.amenity-box:hover { box-shadow: none; }
	
	location-map { height: 300px; margin-bottom: 20px; }

}

@media only screen and (max-width: 576px) {
	
	.music-control { margin: 0; right: 80px; }
	
}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {}

