/* ------------------------------------------------ */
/*	   				WPR MENU 						*/
/* ------------------------------------------------ */

/*	MENU: 							Primary Menu	*/
/*	Menu title text 				blank			*/
/*	Display menu from width(px): 	1300 			*/
/*	Menu container width(%): 		80				*/
/*	Menu bar background:			#b06528			*/
/*	Menu container background: 		#b06528 		*/
/*	Menu item hover background: 	#640d09			*/
/*	Active menu item background: 	#640d09			*/
/*	Search input within menu:		DISABLED		*/

/* ------------------------------------------------ */


/* ------------------------ */
/*		OTHER DEFAULTS		*/
/* ------------------------ */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
html{
	margin: auto;
	margin-top: 0 !important;
	overflow-x: hidden;
	max-width: 1920px;
}
body{
	margin: auto;
	background: #F7EBDB;
	background: linear-gradient(#b3793c, #fff, #efd5b4);
	height: 100%;
	font-family: 'Lato';
	margin: 0 !important;
	max-width: 1920px;
	overflow-x: hidden;
}

a, a:hover, a:focus{
	text-decoration: none;
	transition: ease 0.4s;
	color: #640D09;
}

.object-fit{
	object-fit: cover;
}

.aligns-center{
	text-align: center;
}

.fullWidths{
	width: 100%;
}
.small-view{
	display: none;
}
.img-hover{
	transition:ease 0.4s;
}
/* ------------------------ */
/*			BUTTONS			*/
/* ------------------------ */
.btn-bg-bg{
	font-size: 23px;
	color: #fff;
	font-weight: 800;
	outline: unset;
    margin: auto;
    padding: 21px 45px;
    background-size: cover;
	background-position-x: center;
    background-position-y: center;
    text-transform: uppercase;
    border:5px solid transparent;
    border-radius: 5px;
    position: relative;
}

.btn-bg-bg:hover,.btn-bg-bg:focus{
    padding: 21px 60px;
    border-color:#7d3b00;
    color: #fff;
}

.backToTop:hover{
	cursor: pointer; 
	opacity: 1; 
	transition: ease 0.5s; 
	box-shadow: 1px 2px 13px #000;
}
.backToTop{
	display: none;
	position:fixed; 
	bottom:0; 
	right:0; 
	margin-right: 2%; 
	margin-bottom: 2%; 
	border-radius: 100%; 
	border:5px solid #75412a; 
	color:#fff; 
	z-index:999; 
	padding:0.5% 0.8%; 
	background: #75412a;
	opacity: 0.8;
	transition: ease 0.5s; 
}

/* ------------------------ */
/*			FONTS			*/
/* ------------------------ */
.main-title{
	font-size: 45px;
	color: #640C08;
	transition: ease 0.4s;
	font-weight: 700;
}
.label{
	color: #DCB680;
	font-size: 18px;
}
.label a{
	color: #fff;
	transition: ease 0.4s;
}
.nav-label{
	color: #B06528;
	font-size: 18px;
	transition: ease 0.4s;
	font-weight: 700;
}
.nav-label:hover, .label a:hover{
	color: #640D09;
	transition: ease 0.4s;
}
.white-title{
	font-size: 45px;
	color: #fff;
	transition: ease 0.4s;
	font-weight: 700;
}
.white-con-lg{
	font-size: 27px;
	color: #fff;
	transition: ease 0.4s;
}

.white-con-mg{
	font-size: 18px;
	color: #fff;
	transition: ease 0.4s;
}

.white-con-sm{
	font-size: 14px;
	color: #fff;
	transition: ease 0.4s;
	font-weight: 400;
}

.main-content{
	font-size: 23px;
	color: #464646;
	transition: ease 0.4s;
}
.white-main{
	font-size: 23px;
	color: #fff;
	transition: ease 0.4s;
}

.main-title-sm{
	font-size: 30px;
	color: #640C08;
	font-weight: 800;
	margin: 50px 0 20px;
}
.main-subtt-sm{
	font-size: 20px;
	color: #640C08;	
	font-weight: 800;
	margin-bottom: 45px;
}


/* ------------------------ */
/*			FOOTER			*/
/* ------------------------ */

footer{
    padding-top: 200px;
	position: relative;
	z-index: 0;
	margin-top: -280px;
	background-size: cover;
	background-repeat: no-repeat;
}

.f-border-bot{
	max-height: 90px;
	margin-top: 20px;
	width: 100%;
}
.copyright{
	text-transform: uppercase;
}
.hr-divider{
	margin: 30px 0;
}

.footer-cols .col-lg-4{
	height:50px;
	max-height:50px;
}

.footer-cols img{
	max-height:50px;	
}
.houzzz{
	text-align: right;
	padding-right: 60px;
}
.houzzz img{
	max-height:80px;		
	position: relative;
    bottom: 20px;
}
/* ------------------------ */
/*		BODY CONTENT		*/
/* ------------------------ */

.b-bg-img{
	position: absolute;
	position: absolute;
    margin-top: 150px;
    width: 100%;
    z-index: 0;
    box-shadow: 1px 10px 200px -35px #000;
}
.page-layout{
	position: relative;
	top: -120px;
	z-index: 2;
}
.contents-here{
	max-width: 70%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0 60px;
    box-shadow: 0px 10px 44px -14px #000;
}

.full-title h1{
	padding: 20px 50px;
}

/* ------------------------ */
/*			HEADER			*/
/* ------------------------ */
.icon-img {						/*MOBILE AND LOCATION ICONS*/
    max-height: 53px;
    margin-right: 20px;
}
.h-head{						/*MOBILE AND LOCATION CONTAINER*/
	z-index: 1000;
    position: relative;
    top: -110px;
    text-align: center;
}
.h-head.h-l{					/*MOBILE CONTAINER*/
	float: left;
}
.h-head.h-r{					/*LOCATION CONTAINER*/
	float: right;
}
.h-border-top{					/*HEDEAR IMAGE*/
	width: 100%;
	z-index: 100;
	position: relative;
}

/* ------------------------ */
/*		  HEADER LOGO		*/
/* ------------------------ */
.h-logo {
    position: absolute;
    top: 150px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 240px;
    transition: ease 0.4s;
}
.h-logo:hover, .img-hover:hover{
	transform: scale(0.9);
	-ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari 3-8 */
}

/* ------------------------------------ */
/*	   MENU NAVIGATION LOGGED IN		*/
/* ------------------------------------ */

header#site-header{
	background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -30px;
    position: relative;
} 

.primaryMenu{
	max-width: 60%;
	max-width: max-content;
	max-width: fit-content;
    padding: 0;
    margin: auto;
    margin-top: 50px;
	max-width: 67%;
	z-index: 0;
	transition: ease 0.4s;
}
.primaryMenu .menu-item{
	list-style: none;
    display: inline-block;
    padding: 20px 50px;
    text-align: center;
    margin: 0;
    position: relative;
}
.primaryMenu .menu-item:first-child{
	margin-left: 50px;
}
.primaryMenu .menu-item:last-child{
	margin-right: 50px;
}
.primaryMenu a{
	color: #B06528;
	font-size: 18px;
	transition: ease 0.4s;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.primaryMenu a:hover, .primaryMenu a:focus, .primaryMenu .active a{
	color: #640D09;
	font-size: 18px;
	transition: ease 0.4s;
}
.navigations{
	position: fixed;
	left: 0;
	right: 0;
	top: 15px;
	z-index: 100;
	max-width: 1920px;
	margin: auto;
}
.primaryMenu .menu-item span{
	position: absolute;
    right: 0;
    top: 20px;
    bottom: 0;
    vertical-align: middle;
}
.primaryMenu .menu-item span.lefty{
	right: unset;
	left: 0;
}

/* ------------------------ */
/*	  FIXED NAVIGATIONS		*/
/* ------------------------ */
.navigations.fixed-na{
	z-index: 99999;	
	transition: ease 0.4s;
}
.navigations.fixed-na .primaryMenu{
	max-width: 100%;	
	transition: ease 0.4s;
	margin-top: 0;
	background-image: none !important;
	background: #d4ad7b !important;
	background: linear-gradient(#a4601f, #d4ad7b, #a4601f) !important;
}
.navigations.fixed-na .primaryMenu .menu-item{
	padding: 30px 0 20px;
	width: calc(80% / 6);
}
.navigations.fixed-na .primaryMenu .menu-item:nth-child(3){
	margin-right: 100px;
}
.navigations.fixed-na .primaryMenu .menu-item:nth-child(4){
	margin-left: 100px;
}
.h-logo.fixed-na{
	position: fixed;
	top: 0;
	max-width: 150px;
	transition: ease 0.4s;
	z-index: 999999;
}
.navigations.fixed-na .primaryMenu .menu-item span{
	top: 30px;
}
.navigations.fixed-na .primaryMenu .menu-item a{
	color: #000 !important;	
}
.navigations.fixed-na .primaryMenu .menu-item a:hover, 
.navigations.fixed-na .primaryMenu .menu-item a:focus, 
.navigations.fixed-na .primaryMenu .active a{
	color: #640D09 !important;
}



/* ------------------------------------ */
/*	   MENU NAVIGATION LOGGED OUT		*/
/* ------------------------------------ */
.navigations.fixedNavLoggedOut{
	top: -15px;
}

/* ---------------------------- */
/*		HOMEPAGE BANNER			*/
/* ---------------------------- */
#banner{
	position: relative;
}
#banner .carousel-inner{
	top: -85px;
}
#banner .item{
    height: 600px;
    background-size: cover;
    background-attachment: initial;
    background-repeat: no-repeat;
    transition: ease 0.4s;
    background-position: center center;
}
.caption{
	text-align: center;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
}
.b-caption{
	margin: 0;
	color: #FF9D00;
	background: -webkit-linear-gradient(#FFCF83, #ffffff);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.caption h1{
	font-size: 70px;
	font-weight: 800;
	margin-bottom: 20px;
}
.caption h2{
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 50px;
}
.caption h3{
	font-size: 23px;
	font-weight: 500;
	color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
}
/*TEXT SHADOW RENDER -- KASI DI GUMAGANA SA WEBKIT ANG TEXT-SHADOW -- CHAROT*/
.b-caption:after {
	text-shadow: 5px 3px 7px #000;
    color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    text-align: center;
    background: transparent;
}
.blackBGOverlay{
	position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#banner .banner-pagi{
	width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 140px;
    text-align: center;
}
#banner .banner-pagi button,
#banner .banner-pagi button:focus{
	background: rgba(255,255,255,0.2);
	border:2px solid transparent;
	transition: ease 0.4s;
	color: #fff;
	width: 56px;
	height: 56px;
	font-size: 25px;
	outline: unset;
}
#banner .banner-pagi button:hover{
	transition: ease 0.4s;
	background: rgba(0,0,0,1);
	border:2px solid #000;
}
#banner .banner-pagi button:nth-child(1){
	margin-right: 20px;
}

/* ---------------------------- */
/*		INNERPAGE BANNER		*/
/* ---------------------------- */

.NOThome-wrapper .page-banner{
	height: 400px;
	margin-top: -20px;
	background-size: cover;
    background-attachment: fixed;
}
.NOThome-wrapper .p-banner-content h1{
	padding-top: 100px;
	text-shadow: 1px 1px 5px #000;
	color: #fff;
	text-transform: capitalize;
	font-size: 80px;
	font-weight: 800;
	text-align: left;
}
.NOThome-wrapper .contents-here{
	padding: 70px 90px 80px;
}

.content-editor-contents p{
	font-size: 18px;
	color:#464646;
	margin-bottom: 30px;
	line-height: 30px;
}

/* ---------------------------- */
/*		INNER PAGES 			*/
/* ---------------------------- */
.NOThome-wrapper,
.NOThome-wrapper .page-container main,
#NOThome-wrapper{
	background:#F7EBDB !important;
}

.notHomeSection{
	position: relative;
    z-index: 2;
}

/* ---------------------------- */
/*		SERVICES LAYOUT 2 		*/
/* ---------------------------- */
.services-layout-2 .desc{
	font-size: 18px;
	color: #212121;
}
.services-layout-2 .h-block{
	font-size: 25px;
	color: #464646;
	font-style: italic;
	background: #EEEEEE;
	padding: 20px;
    text-align: center;
    margin: 50px 0;
}
.main-subtt-sm:first-child {
    margin-top: 0;
}
.services2-row .s2-img-img{
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.s2-short-desc{
	margin-bottom: 35px; 
}
.s2-short-desc p{
	font-size: 18px;
	color: #212121;
	line-height: 30px;
	margin-bottom: 25px;
}
.s2-g-btn{
	margin-top: 40px;
	text-align: center;
}
.btn-s2-bg{
	color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 20px 55px;
    background-size: contain;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.btn-s2-bg:hover{
	border: 10px double #cd8233;
	color:#fff;
	transition: ease 0.4s;
}

.s2-short-desc ul{
	list-style: none;
	column-count: 2;
}
.s2-short-desc li
.s2-short-desc li:before{
	content:'-';
	padding-right: 8px;
}
/* ---------------------------- */
/*	TESTIMONIALS				*/
/* ---------------------------- */
.strong-view.default .testimonial{
	border:none !important;
}
.testimonial-inner{
	position: relative;
	border:none !important;
}
.tt-rating {
    position: absolute;
    top: 10px;
}
.tt-rating .star {
    font-size: 30px;
}
.testimonial-content{
	margin: 60px 0;
}
.tt-name{
	font-size:30px;
	font-weight: 800;
	color:#640C08;
	text-align: left;
    position: absolute;
    bottom: 0;
}

.strong-view .nav-links a,
.strong-view .nav-links span{
	color:#222222 !important;
	font-size:16px !important; 
	padding: 5px 10px;
	transition: ease 0.4s;
	font-weight: 800;
    margin: 0 12px !important;
}

.strong-view .nav-links a.current, 
.strong-view .nav-links span.current,
.strong-view .nav-links span:hover,
.strong-view .nav-links a:hover{
	color:#fff !important;
	background-color: #8D4C0C !important;
    border: 3px ridge #7C3510;
    outline: 2px solid rgba(124, 53, 16, 0.5);	
	padding: 5px 10px;
	transition: ease 0.4s;
}
.strong-view .prev.page-numbers,
.strong-view .next.page-numbers{
	padding: 0 5px !important;
}
.strong-view .prev.page-numbers:hover,
.strong-view .next.page-numbers:hover{
	background-color:none !important;		
	background: none !important;
	color: #222222 !important;
	border: none;
	outline: none;
	
}



/* ---------------------------- */
/*	LAYOUT ABOUT US WITH FORM	*/
/* ---------------------------- */

.bout-con {
    font-size: 23px;
    font-weight: 500;
    color: #464646;
}
.bout-con p{
	line-height: 35px;
    margin-bottom: 50px;
}
.bout-con a{
    top: 80px;
}

/* ---------------------------- */
/*	LAYOUT SERVICES WITH 2COLS	*/
/* ---------------------------- */

.ser-container{
	padding: 10px 50px;
	margin-top: 100px;
	margin-bottom:	100px;
}
.ser-container .row{
	margin-bottom: 60px;
}

.ser-container .img-c2{
	padding: 30px;
	background-repeat: no-repeat;
	background-size: cover; 
    max-height: 500px;
    border-radius: 5px;
    transition: ease 0.4s;
}
.ser-container .img-c1{
	padding: 30px;	
	background-repeat: no-repeat;
	background-size: cover;
	transition: ease 0.4s;
}
.ser-container .img-c1 img{
    width: 100%;
    border: 15px solid #fff;
    transition: ease 0.4s;
}

.ser-container .img-c2:hover{
	transition: ease 0.4s;
	cursor: pointer;
}

.ser-container .txt-c2 a{
    top: 80px;
}

.ser-container .righty-con {
    padding-left: 30px;
}

.ser-container .left-con {
    padding-right: 30px;
}

/* ------------------------ */
/*	  LAYOUT BANNER ADS		*/
/* ------------------------ */

.banner-ad{
	position: relative;	
	padding: 10px 50px;
}
.banner-ad-container{
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    max-height: 280px;
    border-radius: 5px;
}
.ban-ad-logo{
	max-height: 214px;
}

.banner-ad-container .row{
	position: relative;
}

.banner-ad-container .row .col-lg-9{
	height: 100%;
}
.banner-ad-container .row .col-lg-3{
	padding: 50px;
}
.banner-ad-container .ad-content{
	padding: 65px 40px;
}


/* ------------------------ */
/*	  LAYOUT GALLERY		*/
/* ------------------------ */

.gal{
	padding: 10px 50px;
	margin: 60px 0;
}
.gal .content-title{
	margin: 20px auto 40px;
}
.gal .g-img-container{	
	margin-bottom: 10px;
	display: inline;
	padding:25px;
}
.gal .g-img-cont{
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: ease 0.4s;
    border-radius: 5px;
}
.gal .g-img {
    overflow: hidden;
    padding: 25px;
    position: relative;
    transition: ease 0.4;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.gal .g-img:hover{
	transition: ease 0.4;
	cursor: pointer;
}
.g-img .blackBGOverlay{
	margin: 35px;
	transition: ease 0.4s;
	opacity: 0.8;
}
.gal .g-img:hover .blackBGOverlay{
	opacity: 0;
}

.gal .g-gallery-img{
	object-fit: cover;
	transition: ease 0.4s;
	border:10px solid #fff;
	width: 100%;
	height: 250px;
}

.g-btn-nav{						/*GALLERY BUTTON NAVIGATION CONTAINER*/
	clear: both;
    position: relative;
    padding: 30px 0;
}
.gal .g-btn-nav button{
	border:	none;
	background: none;
	outline: none;
	transition: ease 0.4s;
}
.gal .g-btn-nav .btn-left, 
.gal .g-btn-nav .btn-left:focus{
	position: relative;
	left: 15px;
}
.gal .g-btn-nav span{
	display: none;
}
.gal .g-btn-nav .btn-left:hover{
	transition: ease 0.4s;
	left: -25px;
}
.gal .g-btn-nav .btn-right, 
.gal .g-btn-nav .btn-right:focus{
	float: right;
	margin-right: 15px;
}
.gal .g-btn-nav .btn-right:hover{
	transition: ease 0.4s;
	margin-right: -25px;
}
.gal .btn-word{
	position: absolute;
    left: 20%;
    right: 20%;
    margin: auto;
    text-align: center;	
}
.gal .btn-word button{
	background: #E0BB86;
    height: 6px;
    width: 40px;
    transition: ease 0.4s;
    cursor: default !important;
}

.gal .btn-word button.active-btn{
	background: #AA6520;
    transition: ease 0.4s;
}
.no-more-msg{
	display: none;
	clear: both;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 200px;
    left: 0;
    right: 0;
    background: #bd8950;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
}

/* ------------------------ */
/*	  MODAL FOR IMAGES		*/
/* ------------------------ */

#g-gal{								
    background: rgba(0,0,0,0.8);
    z-index: 9999999999999999;
	overflow-y: auto;
}

#g-gal .modal-dialog{
	margin: auto;
    width: 80%;
    width: fit-content;
    width: max-content;
    top: 200px;
    margin-bottom: 100px;
	max-width: 100%;
}
#g-gal .modal-content{
	background: #000;
}
.modal-img-gal{
	width: 100%;
}
#g-gal .close{
	position: absolute;
    right: -1px;
    top: -25px;
    z-index: 9999999999;
    font-size: 30px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    opacity: 1;
    padding: 1px 10px 0;
    transition: ease 0.4s;
}
#g-gal .close:hover{
	transition: ease 0.4s;
	color: #b88045;
}


/* ------------------------ */
/*	  BROWSER CHECK			*/
/* ------------------------ */


.IE-img{
	margin-top: -150px;
}

/*** Browser Compatibility ***/
/*
* Mozilla
*/
@-moz-document url-prefix() { /*ANY FIREFOX VERSION*/
    
} 
/*
* MS Edge
*/
@supports (-ms-ime-align:auto){
    .navigations.fixed-na #menu-primary-menu span img {
    	display: none;
    }

    #g-gal .modal-dialog {
		width: 30%;
    }

    .btn-s2-bg:hover {
    	border: 5px double #cd8233;
    }

    .btn-s2-bg {
    	padding: 10px 20px !important;
    }
}
/*
* Internet Explorer
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .btn-s2-bg {
    	padding: 10px 20px !important;
    }

    #g-gal .modal-dialog {
		width: 30% !important;
    }

    .primaryMenu .menu-item span.lefty {
    	left: -75px;
    }
}

