@font-face {
  font-family: 'FuturaStd-Light';
  src: url('../fonts/FuturaStd-Light.eot') format('embedded-opentype');
  src: url('../fonts/FuturaStd-Light.otf')  format('opentype');
  src: url('../fonts/FuturaStd-Light.ttf')  format('truetype');
  src: url('../fonts/FuturaStd-Light.svg') format('svg');
  src: url('../fonts/FuturaStd-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Brittany Signature';
	src: url('../fonts/Brittany Signature.eot');
	src: local('☺'), url('../fonts/Brittany Signature.woff') format('woff'), url('../fonts/Brittany Signature.ttf') format('truetype'), url('../fonts/Brittany Signature.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family:'You Rock';
    src: url('../fonts/YouRock-Regular.eot');
	src: url('../fonts/YouRock-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/YouRock-Regular.woff2') format('woff2'),
		url('../fonts/YouRock-Regular.woff') format('woff'),
		url('../fonts/YouRock-Regular.ttf') format('truetype'),
		url('../fonts/YouRock-Regular.otf') format('opentype'),
		url('../fonts/YouRock-Regular.svg#YouRock-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
 

/****************************************** TYPOGRAPHY CSS ******************************************/
html { overflow-x: hidden; width: 100%; }
body { background-color: #fefcf9; padding: 126px 0 0 0; margin: 0; font-size: 16px; color: #313b45; font-family: 'Montserrat', Arial, Helvetica, sans-serif; line-height: 24px; font-weight: 400; height: 100%; overflow-x: hidden !important; width: 100%; position: relative; }
h1, h2, h3, h4, h5, h6, input, select, textarea, button { outline: none !important; }
header, section, footer { display: block; }

/********************* LINK CSS *********************/
a { outline: none !important; text-decoration: none; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
a:hover, a:focus, select:focus, button:focus { outline: none; }
a:hover, a:focus { text-decoration:none; }
* { margin: 0; padding: 0; }

p a{font-weight: 700;}

/********** INPUT **********/
.input-text { background-color: #FFF; border: 3px solid #d5c9b3; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; color: #4a4a4a; display: block; line-height: 48px; height: 48px; padding: 0px 15px; font-size: 16px; outline: none; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.input-text:focus, textarea:focus { border: 3px solid #706c63; }
textarea.input-text { background-color: #FFF;height: auto !important; line-height: 24px; min-height: 50px; line-height: normal; padding: 10px 15px !important; 
display: block; width: 100%; font-size: 16px; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; }
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;color:#acaba5;}
.form-submit .btn { min-width: 160px; /*line-height: 48px;  font-size: 18px;*/ }

::-webkit-input-placeholder { color: #313b45; }
::-moz-placeholder { color: #313b45; }
:-ms-input-placeholder { color: #313b45; }
:-moz-placeholder { color: #313b45; }
label { margin-bottom: 6px; font-weight: 400; }

/********************* HEADING CSS *********************/
h1, h2, h3, h4, h5, h6 { margin: 26px 0 12px 0; line-height: normal; font-weight: 400; /*font-family: 'Cormorant Garamond', serif;*/ }
h1 { font-size: 42px; /*font-family: 'FuturaStd-Light'; */}
h2 { font-size: 32px; }
/*h3 { font-size: 24px; }
h4 { font-size: 19px; }
h5 { font-size: 18px; }
h6 { font-size: 17px; }*/

/********************* P CSS *********************/
p { float: none; margin: 0 0 18px 0; padding: 0; }
p:last-child { margin: 0 0 0px 0; }
p strong { font-weight: 700; }

/********************* LISTING CSS *********************/
ul { margin: 0 0 15px 0; padding: 0; display: block; text-align: left; }
ul li { margin: 0 0 5px 2px; padding: 0 0 0 20px; position: relative; line-height: 22px; list-style: none; }
ul li:last-child { margin-bottom: 0px; }
ul li:before { content: ""; width: 3px; height: 3px; background-color: #313b45; position: absolute; left: 0px; top: 10px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
ul li a { text-decoration: none; font-weight: 400; }
ul li a:hover, ul li a:focus { text-decoration:none; }
ul li ul { margin-left: 15px; margin-top: 14px; }
ol { margin: 0 0 15px 17px; padding: 0; text-align: left; }
ol li { margin: 0 0 5px 0; padding: 0 0 0 0px; position: relative; line-height: normal; list-style: decimal; }
ol li a { text-decoration: none; font-weight: 400; }
ol li a:hover, ol li a:focus { text-decoration:none; }

/********************* IMAGE CSS *********************/
img { border: none; vertical-align: middle; max-width: 100%;height:auto; }
.alignleft { float: left; margin: 7px 30px 20px 0; }
.alignright { float: right; height: auto; margin: 30px 0 20px 30px; }
.aligncenter {  margin: 15px auto; display:block;}

/********************* BLOCKQUOTE CSS *********************/
hr {  margin: 40px 0 40px 0; padding: 0px; }

/*13-04-2021*/
blockquote  {  margin: 60px 0 40px 0;border-top:3px solid #313b45;border-bottom:3px solid #313b45;font-style: italic;position:relative; text-align: center;padding: 46px 30px 40px 30px;}
blockquote:before {content: ""; position: absolute; left: 50%; margin-left: -65px; top: -31px; background: #fefcf9 url(../images/quote.png) no-repeat center top; width: 131px; height: 41px;}


.font-script h2 {
    margin-top: 46px;
    margin-bottom: 56px;
    font-weight: normal;
    color: #313b45;
    font-size: 105px;
    line-height: 60px;font-family: 'You Rock', serif;text-transform: none;

}

/********************* BUTTON CSS *********************/
.btn{ border: none; text-align: center; text-decoration: none; color: #fff; font-weight: 600; display: inline-block; font-size: 16px; letter-spacing: 1.5px; line-height: auto; padding: 15px 22px; margin-top: 15px; text-transform: uppercase; position: relative; box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; vertical-align: middle; }
.btn:hover, .btn:focus { text-decoration:none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;border-bottom: none !important; }

.btn i{font-size: 16px;color: #afa490;transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s;margin-left: 3px;}
.btn:hover i, .btn:focus i{color: #706c63;}
.btn:active i{color: #afa490}

.xs-btn { min-width: 186px; }
.sm-btn { min-width: 234px; }
.md-btn { min-width: 300px; }
.lg-btn { min-width: 360px; }

/********************* HEADER CSS *********************/
.navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; top: 0; }
.navbar-fixed-top { background-color: transparent;  }
header.navbar-fixed-top { padding: 0px;}
.header-nav { float: left; width: 100%; padding: 12px 12px 12px 18px; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;}
.header-top { float: right; width: 100%; text-align:right; background:#efefef; padding: 0px !important;transition: opacity 0.7s ease-in; }
.header-top .btn { font-size:14px; text-transform:uppercase; line-height:23px; padding:0 12px;}
.top-guide span { line-height: 20px; font-size:16px; }
.top-guide span a { display:inline-block; float:right; margin:0 0 0 6px; font-size:15px; }
.logo { width:100%;max-width:326px;float: left; padding-top: 14px; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;}
.logo img { transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out; }


.header-top ul{margin: 0; display: flex;justify-content: space-between;}
.header-top ul li{margin: 0; flex-grow: 1;padding: 0;font-size: 16px; text-transform:uppercase;}
.header-top ul li:before{display:none;}
.header-top ul li a{display: block;border:none !important; text-align: center;color:#706c63;font-weight: 600; letter-spacing: 1.5px;padding: 4px 15px;}
.header-top ul li a.designHounds{background: #d5c9b3;}
.header-top ul li a.design-uncut{background: #afa490;color:#FFF;}
.header-top ul li a.designlink{background: #706c63;color:#FFF;}
.header-top ul li a:hover{background: #313b45 !important;color:#FFF;}

/********************* HEADER STICKY *********************/
.admin-bar .main-header { padding-top: 0; }
.stuck.navbar-fixed-top { background: #fff; -webkit-box-shadow: 0 0 5px rgba(0,1,1,.35); -moz-box-shadow: 0 0 5px rgba(0,1,1,.35); box-shadow: 0 0 5px rgba(0,1,1,.35); }
.stuck.navbar-fixed-top .top-guide span { font-size: 14px; vertical-align: top; }
.stuck.navbar-fixed-top .header-top .btn { line-height: 22px; font-size: 12px; padding-left:10px; padding-right: 10px; }
.stuck .logo { max-width:250px;padding-top: 20px; }
.stuck .logo img { }

.stuck .header-nav{padding: 5px 12px 5px 18px;}

/********************* HEADER TWO CSS *********************/
.header-three .ubermenu-main { margin-top: 0px !important; }
.btn-two { background-color: #b4b2af; padding: 7px 20px; display: inline-block; min-width: 250px; font-size: 20px; text-transform: uppercase; color: #fff; font-weight:500; border: none; margin-top: 15px; }
.btn-two:hover { background: #afa490; color: #fff; border: none; }
.header-two, .header-two.stuck { background: #efedea; }
.logo-two{ z-index: 101 !important; -webkit-transition: max-width .4s ease-in-out, top .4s ease-in-out; -moz-transition: max-width .4s ease-in-out, top .4s ease-in-out; transition: max-width .4s ease-in-out, top .4s ease-in-out; max-width: 231px; position: absolute; left: 15px; top: 9px; right: 15px; margin: 0 auto; text-align: center; }
.header-left { position: absolute; left: 15px; top: 12px; padding: 0; z-index: 102 !important; }
.header-left a { font-size: 14px; font-weight: 500; font-family: "futura-pt",sans-serif; text-transform: uppercase; color: #333333; vertical-align: top; }
.header-left a strong { font-weight: 500; }
.header-left span { width: 26px; background: #b4b2af; color: #fff; display: inline-block; text-align: center; font-weight:700; font-size: 20px; vertical-align: top; margin-left: 5px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.header-left a:hover span { background: #afa490; }
.header-two .ubermenu-nav { margin-top: 0 !important; }
.header-two .header-nav { padding: 0 0 0 15px; }

/********************* HERO THREE CSS *********************/
.page-style-three .main-header { margin-top: -42px; }
.page-style-three .main-header-two { margin-top: -42px; }
.page-style-three .main-header-three { margin-top: -42px; }
.page-style-three .main-header-four { margin-top: -42px; }
.navbar-fixed-top.header-three { background-color: transparent; }
.header-three .header-top { background: #fff; padding: 8px; }
.header-three .header-top span{ font-weight: 400; font-family: 'Noto Serif', serif; font-size: 20px; text-transform: uppercase; }
.header-three #ubermenu-nav-main-2 { width: auto; float: left; padding-left: 55px; margin-top: 0; }
.header-three .header-nav { width: auto; padding: 0 15px 0 30px; background: #eae7e4; position: relative; }
.logo-three { z-index: 101 !important; -webkit-transition: max-width .4s ease-in-out, top .4s ease-in-out; -moz-transition: max-width .4s ease-in-out, top .4s ease-in-out; transition: max-width .4s ease-in-out, top .4s ease-in-out; position: absolute; left: 30px; top: 15px; }
/*.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle { padding: 19px 20px !important; }*/ 
.stuck.navbar-fixed-top.header-three { background-color: inherit; -webkit-box-shadow: inherit; -moz-box-shadow: inherit; box-shadow: inherit; }

.header-three .ubermenu-main { margin-top: 0px !important; }

/********************* HERO BANNER *********************/
.main-header { float: left; width: 100%; position: relative; padding: 0; }
.hero-content { position: absolute; z-index:2; left:0;right:0; top:60px; text-align:center; color:#313b45; /*transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,0); -webkit-transform:translate(-50%,0); -o-transform:translate(-50%,0);*/ background: rgba(255,255,255,0.0); padding: 0px 0px 0px 0px; font-size: 20px; font-weight: 700;}
.hero-content .container { width: 100%; }
.hero-content h1 { font-weight:700;margin: 0 0 30px 0; text-transform: uppercase; color: #fff; }
.hero-content h1 strong{ font-size: 180px; color: #D5C9B3; line-height: 0.28;font-family:'You Rock';font-weight: 400;text-transform: none;}
.hero-content p {color: #fff;}
.hero-content h2 { margin-top: 0px; margin-bottom: 2px; }
.hero-content .btn { margin-left:1px; margin-right: 1px; }
.hero-slider { float:left; width: 100%; }
.fade-slider img { width: 100%; }
.hero-slide {width:100%;float:left; background-size:cover !important;}


.slick-slider .slick-arrow { display: none !important; }
.main-header:hover .slick-slider .slick-arrow, .main-header-two:hover .slick-slider .slick-arrow, .main-header-three:hover .slick-slider .slick-arrow { display:inline-block !important; }
.slick-dots li:before { display:none; }




header .navbar-nav li:before{width: 3px;height: 3px;background-color: #afa490;top:17px;}
header .navbar-nav li:first-child:before, header .navbar-nav li:nth-child(4):before{display:none;}
header .navbar-nav li{padding:4px 17px 4px 21px;margin: 0;}
header .navbar-nav li.separator{display:block;}
header .navbar-nav {width:460px;flex-wrap: wrap;justify-content: flex-end;}
header .navbar-nav .nav-link{color:#313b45;padding: 2px 0 !important;text-transform:uppercase;font-size:15px;}
header .navbar-nav .nav-link.active{color:#313b45;font-weight:700;}
header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link:focus{color:#afa490;}
header .navbar-nav li:nth-last-child(-n+2) a.nav-link{border-bottom: 3px solid #afa490 !important;position: relative;}
header .navbar-nav li:nth-last-child(-n+2) a.nav-link:after{content:""; position: absolute;background-color: #d5c9b3;left: -5px;
right: -5px;top: 0;bottom: -2px;z-index: -1;opacity: 0;transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;}
header .navbar-nav li:nth-last-child(-n+2) a.nav-link.active{font-weight:400;}
header .navbar-nav li:nth-last-child(-n+2) a.nav-link:hover{color:#313b45}
header .navbar-nav li:nth-last-child(-n+2) a.nav-link:hover:after, header .navbar-nav li:nth-last-child(-n+2) a.nav-link.active:after{opacity: 1}
header .navbar{padding-top: 0;padding-bottom: 0;}

.header-nav .container-large{display: flex;}
.navigation-main{width:100%;display: flex;justify-content: space-between;align-items: center;padding-left: 30px;}


/* Brand Section Start */
.select-brands-sections{width:100%;float:left;margin-top: -310px;position: relative;z-index: 1;padding-bottom: 60px;}
.select-brands-sections .row{justify-content: center;}
.select-brands-sections .row.g-5, .select-brands-sections .testimonial-section .row.g-5{--bs-gutter-x: 112px;justify-content: center;}
.brands-block .btn{width:80%;margin: -27px 0 0 0;}
.brands-block {text-align: center;background-color: #fff;  border: 3px solid #afa490;  padding: 30px 16px 70px 16px;}
.brands-block p{min-height: 50px;}
.brands-block h2{font-size: 20px;margin: 0 0 12px 0; text-transform: uppercase;}
.brands-info{display: block;}
.brands-info a{display: block;border: none !important}
.brands-block:hover .btn{background-color: #d5c9b3;color: #706c63;}
.brands-block:hover .btn i {color: #706c63;}

.select-brands-sections .testimonial-block-new{}
.select-brands-sections .testimonial-section{padding: 60px 0 0px 0;}


.testimonial-section{width:100%;float:left; padding: 140px 0 100px 0;}
.testimonial-section .row{justify-content: center}

.measurable-impact-section{width:100%;float:left;padding: 0 0 50px 0;}
.measurable-impact-section .nice-title:before, .whatsin-name-section .nice-title:before{top: 56px;}
.bb-3{border-bottom: 3px solid #afa490;}
.measurable-impact-block{ text-align: center;}
.measurable-number{ width: 231px; height: 231px; margin: 0px auto 15px auto;border-radius: 50%;-webkit-border-radius: 50%;background-color: #313b45;-moz-border-radius: 50%; position: relative;display: flex;justify-content: center;align-items: center;}
.measurable-impact-block.one .measurable-number:before{width: 223px; height: 222px;left:6px;right:0;background:url(../images/circle-1.png) no-repeat;top: 0;background-size: 100%;}
.measurable-impact-block.two .measurable-number:before{width: 279px; height: 210px;left:-26px;right:0;background:url(../images/circle-2.png) no-repeat;background-size: 100%;}
.measurable-impact-block.three .measurable-number:before{width: 237px; height: 232px;left:-4px;right:0;background:url(../images/circle-3.png) no-repeat;background-size: 100%;}
.measurable-number:before{content:""; width:100%;height:100%;margin: 0px auto; position: absolute; background-position: center center; background-size:100%;}
.measurable-impact-list .row{justify-content: center;}

.measurable-number .number-inner{ font-family: 'You Rock';font-size: 180px;font-weight: 400;color:#FFF;line-height: 0;margin-top: -40px;}
.measurable-impact-block h2{font-size:28px;margin-bottom: 0;}
.measurable-number .number-inner strong{font-weight: 400; font-size: 100px;}
.measurable-number .number-inner strong:nth-child(2){font-weight: 400; font-size: 147px;}


/* Recent Brand Partners */
.recent-brand-partners-section{width:100%;float:left; text-align: center;padding: 80px 0 100px 0;}
.section-title h2{font-weight:700; text-transform: uppercase;}
.section-title {margin-bottom: 22px;}
.recent-brand-partners-section .container-small{max-width:670px;}
.partners-logo-main ul{display:flex;flex-wrap: wrap;align-items: center;justify-content: space-between;margin: 0;padding: 0;}
.partners-logo-main ul li{margin: 0;padding: 15px 15px; list-style: none;}
.partners-logo-main ul li:before{display:none;}


/* Run with Our Pack */
.signup-newsletter-section{width:100%;float:left;padding: 100px 0px;}
.signup-newsletter-section .container{position: relative;}
.signup-newsletter-section .nice-title:before{display:none;}
.signup-newsletter-section .nice-title h2{font-weight: 400;text-transform: none;background-color: #313b45;margin: 0 0 0px 0;color:#FFF;position: relative;z-index: 1;padding: 0 50px; font-family: You Rock;font-size: 150px; line-height: 0.46}
.signup-newsletter-section .nice-title {margin: -46px 0 30px 0;}
.signup-newsletter-inner{ background-color: #313b45;color:#FFF;padding: 50px 0px 40px 0px; margin:0 40px; text-align: center;}
.signup-newsletter-inner:after{content:""; position: absolute;left:10px;right:10px;top:60px;bottom:-46px;border: 3px solid #afa490;}
.signup-newsletter{width:100%;max-width:700px;position: relative;margin: 0 auto; z-index: 1;font-size: 24px;line-height:36px;}
.signup-newsletter-form .form-group{width:98%;display: inline-block;padding: 0 10px;margin: 16px 0;}
.signup-newsletter-form .form-group.half{width:49%;}
.signup-newsletter-form{text-align: center;margin: 0px 0 0px 0;}
.signup-newsletter-form .input-text{background-color: transparent;border:none;border-bottom: 3px solid #afa490;font-size: 18px;padding: 10px 0;color:#FFF;line-height: 1.2;
height: auto;}
.signup-newsletter-form input::placeholder {opacity: 1; color: #FFF;}
.signup-newsletter-form .custom-checkbox{display: inline-block !important;margin:0 0 0 30px;}
.signup-newsletter-form .form-group{font-size: 18px;}
.signup-newsletter-section .form-group{font-size: 18px;}
.signup-newsletter-section .btn-block{text-align: center;}
.signup-newsletter-section .btn-block .btn{min-width:280px;margin: 0 0 -188px 0;}


/* ARTICLES & Artifacts */
.article-artifacts-section{width:100%;float:left;padding: 100px 0 0px 0;}
.article-artifacts-list .row{margin: 0 -8px;justify-content: center;}
.article-artifacts-list .col-md-4{padding: 0 8px;}
.article-block{font-size: 20px;line-height: 28px;text-transform: uppercase; text-align: center;}
.article-block h2{font-size: 20px;line-height: 28px;font-weight:700;margin: 0 0 6px 0;}
.article-artifacts-img img{width:100%;height:auto;}
.article-artifacts-info{padding: 15px 70px 0 70px;font-weight: 400;}
.article-artifacts-section .btn-block .btn {min-width: 280px; margin: 30px 0 -26px 0;}
.article-artifacts-section .btn-block { text-align: center;}


/********** INPUT CHECKBOXES **********/
.custom-checkbox, .custom-radio {display: block !important; position: relative; padding-left: 28px; margin-bottom: 12px; cursor: pointer; font-size: 18px; font-weight:400; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;line-height: 1.5;}
.custom-checkbox input, .custom-radio input{position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.custom-checkbox .checkmark { position: absolute; top: 3px; left: 0; height: 18px; width: 18px; background-color: transparent; border-bottom:1px solid #afa490;}
.custom-checkbox:hover input ~ .checkmark, .custom-radio:hover input ~ .checkmark { /*background-color: #dff3f1;*/}
.custom-checkbox input:checked ~ .checkmark{ /*background-color: #47a499;*/border-bottom:1px solid #afa490;}
.custom-checkbox .checkmark:after { content: ""; display: none;}
.custom-checkbox input:checked ~ .checkmark:after, .custom-radio input:checked ~ .checkmark:after { display: block;}
.custom-checkbox .checkmark:after {left: 0px; top: -7px; background: url(../images/check.png) no-repeat;width:28px;height:28px;position: relative;}

.custom-radio input:checked ~ .checkmark { background-color: #FFF;border:1px solid #47a499;}
.custom-radio .checkmark { position: absolute; top: 3px; left: 0; height: 18px; width: 18px; background-color: #FFF; border:1px solid #9aa09f;border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.custom-radio .checkmark:after {left: 3px; top: 3px; width: 10px; height: 10px; background-color: #47a499; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.custom-radio input:checked ~ .checkmark:after  { display: block;}
.custom-radio .checkmark:after { content: ""; position: absolute; display: none;}


/**/
footer .container{max-width: 1360px;}
.footer-main-two{border-top: 3px solid #afa490;}
.footer-right {padding-left: 10px;}
.footer-signup{font-size: 20px;line-height: 26px;}
.footer-signup .title {margin-top:-17px;margin-bottom: 12px;}
.footer-signup .title h2{font-size: 26px;font-weight: 700; line-height: 29px; text-transform: uppercase;margin: 0 0 6px 0;padding: 0 26px;background-color: #fefcf9;}
.footer-signup-form{background-color: #313b45;color: #FFF;padding: 16px 22px 22px 22px;text-align: center;}
.footer-signup-form .form-group{width:100%;padding: 0;font-size: 16px;margin: 7px 0;} 
.footer-signup-form .input-text{font-size:16px;padding: 7px 0;}
.footer-signup-form .custom-checkbox{font-size:16px;margin: 0 0 0 12px;}
.footer-signup-form .btn{width:100%;min-width: inherit;}

.footer-brands-block{text-align: center;}
.footer-brands-block h2{font-size: 24px;line-height:30px;margin: 0 0 10px 0;min-height: 60px;align-items: center;text-transform:uppercase;text-align: center;justify-content: center;display: flex;padding: 0 22px;}
.footer-brands-img{padding: 0  22px;}
.footer-brands-img img{width:100%;height:auto;}
.footer-brands-block .btn{width:100%;margin: 0;padding-left: 12px;padding-right: 12px; letter-spacing: 1.5px;}
.footer-right .row{margin: 0 -15px;justify-content: center;}
.footer-right .col-md-4{padding: 0 15px}
.footer-brands-block a:hover .btn{background-color: #d5c9b3;color: #706c63;}
.footer-brands-block a:hover .btn i {color: #706c63;}

.footer-search .input-text{width:calc(100% - 47px); border: 3px solid #afa490;height:47px; background-color: #fefcf9;border-right:none;}
.footer-search { width:31.3%;position: relative;}
.search-btn{width:47px;height:47px;background-color: #706c63; padding: 14px 10px 12px 10px;position: absolute;right:0;top:0;border: none;transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;}
.search-btn:hover{background-color: #d5c9b3;}

.search-btn span{width:21px;height:21px; background: url(../images/icon-search.png) no-repeat; background-size: 100%;display:inline-block;background-position: top center;}
.search-btn:hover span{background-position: bottom center;}
.footer-social-icon{width:30%;padding-left: 9%;}





/********************* INNER PAGE HEADER CSS *********************/
.page-header { width: 100%;border:none; float: left; margin: 0px 0 0 0; padding: 0px 0 0 0;color:#FFF; position: relative; text-align:center; }
.page-header-img {width:100%;display:flex;justify-content: center;align-items: flex-start; background-color: #313b45 !important;padding: 100px 0 0 0; background-position: center center !important; background-size: cover !important; height:540px;}
.page-header .container {}
.page-header-text { width: 100%;vertical-align: middle;font-size:20px; line-height: 1.25; color: #313b45;}
.page-header h1 { font-weight:700;margin: 0 0 30px 0; text-transform: uppercase; }
.page-header h1 strong{ font-size: 180px; color: #706c63; line-height: 0.28;font-family:'You Rock';font-weight: 400;text-transform: none;}
.page-id-1577 .page-header .container{max-width: 1230px;}

.inner-welcome-section{width:100%;float:left;margin-top: -260px;position: relative;z-index: 1;padding-bottom: 60px;}
.inner-welcome-block{background-color: #fff;border: 3px solid #d5c9b3; padding: 20px 16px 18px 16px;}
.inner-welcome-block h2{font-size: 32px;margin: 10px 0 15px 0;text-transform: uppercase;}
.inner-welcome-section .container-small { max-width: 930px;}
.inner-welcome-img img{width:100%;height:auto;}
.inner-welcome-section .testimonial-section{padding: 90px 0 0px 0;}

.brand-marketting-section{width:100%;fleat:left;/*display: flex;flex-direction: row; padding: 20px 0; border-top: 3px solid #d5c9b3; border-bottom: 3px solid #d5c9b3;*/ position: relative;}
.brand-marketting-section .photo-credit-row{width:100%;fleat:left;display: flex;flex-direction: row; padding: 20px 0; border-top: 3px solid #d5c9b3; border-bottom: 3px solid #d5c9b3; position: relative;}
.marketting-img{width:50%;background-size: cover !important;background-position: center center !important;}
.marketting-content{width:50%; background-color: #313b45;color:#FFF;min-height:550px;padding: 30px 60px 40px 60px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.marketting-content-block{margin: 0 0 30px 0;}
.marketting-content-block:last-child{margin: 0 0 0px 0;}
.marketting-content-block h2{font-size: 28px;color:#FFF;margin: 40px 0 10px 0;}
.marketting-content-block h2:first-child{margin-top: 0px;}

.how-it-work-section{width:100%;float:left;padding: 80px 0 0 0 ;}
.how-it-work-section .container-small{max-width:930px;}
.how-it-work-block{width:100%;display: flex;flex-direction: row-reverse;align-items: center;margin-bottom: 18px;}
.how-it-work-block:nth-child(2n){flex-direction: row;}
.how-it-work-block:nth-child(2n) .how-it-work-content{padding-right: 0;padding-left: 40px;}
.how-it-work-block h2{font-size: 28px;margin: 0 0 18px 0;font-weight:700;text-transform:uppercase;}
.how-it-work-img{width:53%; position:relative; text-align: right;}
.how-it-work-img img{width:100%;height: auto;}
.how-it-work-block:nth-child(2n) .how-it-work-img{text-align:left;}
.how-it-work-content{width:47%;padding-right: 40px;line-height: 21px;margin-top: -26px;}
.how-it-work-section .section-title h2{width:100%;float:left; font-size: 150px; font-weight: 400;color: #706c63;text-align: center;font-family: You Rock;text-transform: none;line-height: 0.8;margin:0;}
.how-it-work-section .section-title{width: 100%;float: left;margin:0 0 50px 0;}
.how-it-works-line{width:3px;height:calc(100% - 105px);position: absolute;background: #d5c9b3;top:0; left:0;right:0;margin: 0 auto;z-index: -1;}
.how-it-work-list{width:100%;float:left;position: relative;padding: 30px 0;}

.ask-questions-section{width:100%;float:left;padding:60px 0 0px 0;}
.ask-questions-section .container-small{max-width:930px;}
.ask-questions-section .nice-title:before{display:none;}
.ask-questions-section .nice-title{margin-bottom: 40px;}
.ask-questions-section .nice-title h2{line-height: 0.8}
.ask-questions-section .nice-title h2 strong{color: #706c63;}
.ask-questions-section .panel-body ul li{margin: 0;}
.ask-questions-section .testimonial-block-new{max-width:300px;}

.ready-togo-section .nice-title {margin: -36px 0 10px 0;}
.ready-togo-section {padding-top:0 !important;padding-bottom: 130px !important;}

.navigation-main .search-btn span{background-position: bottom center;}
.navigation-main form.search-form{margin-top:5px;}
.navigation-main .search-form .form-group2 input.form-control::-webkit-input-placeholder{ display:none;}
.navigation-main .search-form .form-group2 input.form-control::-moz-placeholder{ display:none;}
.navigation-main .form-group2{ position:relative;width:47px; height:42px;overflow:hidden;transition: width 1s;backface-visibility:hidden;}
.navigation-main .form-group2 input.form-control{ position:absolute; top:0; left:47px; outline:none; width:auto; height:42px; margin:0; z-index:10; background: #d5c9b3 !important;outline: none !important;box-shadow: none !important;border: none !important;}
.navigation-main input[type="text"].form-control{ -webkit-appearence:none; -webkit-border-radius:0;}
.navigation-main .form-control-submit,.navigation-main .search-label{ width:47px; height:42px; position:absolute; left:0; top:0; padding:0; margin:0; text-align:center;
  cursor:pointer; line-height:53px; background:#d5c9b3;}
.navigation-main .form-control-submit{ background:#fff; /*stupid IE*/ opacity: 0; color:transparent; border:none; outline:none; z-index:-1;}
.navigation-main .search-label{ z-index:90;}
.navigation-main .form-group2.sb-search-open, .no-js .sb-search-open{ width:300px;}
.navigation-main .form-group2.sb-search-open .search-label, .no-js .sb-search .search-label {background: #d5c9b3;color: #fff;z-index: 11;}
.navigation-main .form-group2.sb-search-open .form-control-submit, .no-js .form-control .form-control-submit {z-index: 90;}


.create-events-section.inner-welcome-section{margin-top: -152px !important;}

.upcoming-events-section{padding: 60px 0px 0px 0px;margin-bottom: 150px;}
.past-events-section .testimonial-block{margin-top:30px;}
.past-events-section .testimonial-section{padding: 12px 0 0px 0 !important;}
.past-events-section{margin-bottom:150px;}
.past-events-section .btn-block{padding-top: 20px !important;}

.about-page-header .page-header-img{height:431px}
.about-page-header h1{margin: 0 0 50px 0;}

.about-page .brand-marketting-section{margin:160px 0 130px 0;}

.about-team-section{width:100%;float:left;padding-bottom: 100px;}
.about-team-section .container-small {max-width: 930px;}
.whatsin-name-section{padding-bottom: 100px;}
.whatsin-name-section .nice-title h2 strong { color: #706c63;}

.about-team-block{border-top: 3px solid #d5c9b3;margin-bottom: 80px;}
.about-team-block .container-small{display: flex;flex-direction: row-reverse;}
.about-team-block:nth-child(odd) .container-small{display: flex;flex-direction: row;}
.about-team-block:last-child{margin-bottom: 0;}
.team-thumb{width:47%;margin-top: -20px;}
.team-info{width:53%;padding-right: 100px;margin-top: -20px;}
.about-team-block:nth-child(odd) .team-info{width:53%;padding-right: 0px;padding-left: 50px;}
.team-info h2{ font-size: 28px;font-weight: 700;line-height: 1.29;text-transform: uppercase;margin: -15px 0 6px 0; background-color: #fefcf9;display: inline;}
.team-info h2 strong{display: inline-block;font-weight: 700;padding:0 22px; background-color: #fefcf9;margin-left: -22px;}
.team-info .team-role{font-size: 24px;margin: 0px 0 30px 0;}
.team-info h4{ font-size: 16px;font-weight: 700;line-height: 1;text-transform: uppercase;margin: 0 0 6px 0;}



/********************* HERO TWO CSS *********************/
.main-header-two { float: left; width: 100%; position: relative; padding: 0; }
.main-header-two .hero-content { color: #313b45; background: rgba(255,255,255,0.80); padding: 0 30px 22px 30px;  }
.main-header-two .hero-slider img { width: 100%; height: auto; }
.main-header-two .hero-content { width: auto; }
.main-header-two h2 { font-size: 30px; text-transform: uppercase; margin-top: 22px; font-weight: 500 !important; }
.main-header-two h1 { font-size: 16px; text-transform: uppercase; margin-top: 8px; font-weight: 500 !important; }

/*************** Page hero 1 *************/
.admin-bar .hero-slide{/*height: calc(100vh - 110px);*/}
.hero-slide{ height: /*calc(100vh - 80px)*/ auto; background-size: cover !important;padding-bottom: 50px;position: relative;}
.hero-slider-img{height: 590px;background-size: cover !important; background-position:center center !important;}
.admin-bar .main-header-two .hero-slide { height: calc(100vh - 106px); }
.main-header-two .hero-slide { height: calc(100vh - 80px); }
.admin-bar .main-header-three .hero-slide{ height: calc(100vh - 110px); }
.main-header-three .hero-slide { height: calc(100vh - 80px); }
.admin-bar .main-header-four .hero-slide{ height: calc(100vh - 200px); }
.main-header-four .hero-slide{ height: calc(100vh - 170px); }
.main-header-three .hero-text{z-index:1;}

/*************** Page hero 2 *************/
.admin-bar.page-style-three .hero-slide{height: calc(100vh - 70px);}
.page-style-three .hero-slide{ height: calc(100vh - 38px); }
.admin-bar.page-style-three .main-header-two .hero-slide { height: calc(100vh - 70px); }
.page-style-three .main-header-two .hero-slide { height: calc(100vh - 38px); }
.admin-bar.page-style-three .main-header-three .hero-slide{ height: calc(100vh - 70px); }
.page-style-three .main-header-three .hero-slide { height: calc(100vh - 38px); }
.admin-bar.page-style-three .main-header-four .hero-slide{ height: calc(100vh - 160px); }
.page-style-three .main-header-four .hero-slide{ height: calc(100vh - 127px); }


/*************** Page hero 2 *************/
body.page-style-two { padding-top: 48px; }
body.admin-bar.page-style-two { padding-top: 45px; }
.page-style-two .ubermenu-main { margin-top: 0 !important; }
.admin-bar.page-style-two .hero-slide{height: calc(100vh - 77px);}
.page-style-two .hero-slide{ height: calc(100vh - 48px); }
.admin-bar.page-style-two .main-header-two .hero-slide { height: calc(100vh - 77px); }
.page-style-two .main-header-two .hero-slide { height: calc(100vh - 48px); }
.admin-bar.page-style-two .main-header-three .hero-slide{ height: calc(100vh - 77px); }
.page-style-two .main-header-three .hero-slide { height: calc(100vh - 48px); }
.admin-bar.page-style-two .main-header-four .hero-slide{ height: calc(100vh - 167px); }
.page-style-two .main-header-four .hero-slide{ height: calc(100vh - 137px); }

.page-style-one .header-top { padding: 5px 10px; }


.main-page-heading-section { float: left; width: 100%; margin: 25px 0; background: #eae7e4; padding: 55px 0px 85px; }
.main-page-heading-section .container-small { text-align: center; max-width: 480px; }
.main-page-heading-section h2 { text-transform: uppercase; }

.pages-post-list { float: left; width: 100%; }
.page-main-box { float: left; width: 100%; margin-bottom: 25px; }
.page-main-box figure { position: relative; padding:0; margin:0; }
.page-main-box figure img { width: 100%; height: auto; }
.page-main-box figure figcaption { position: absolute; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%);}
.page-btn { background-color:rgba(255,255,255,0.75); min-width: 280px; padding: 20px; display: block; color: #333; text-transform:uppercase; font-size: 30px; text-align: center; line-height:normal; font-weight: 500; font-family: "futura-pt",sans-serif; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.page-btn:hover, .page-main-box a:hover .page-btn { background: #afa490; color: #fff; }


.testimonial-section-home { float: left; width: 100%; padding: 100px 0 0; }
.testimonial-section-home .container { max-width: 1080px; }
.testimonial-box { padding-top: 62px; display: block; margin: 0 auto; text-align: center; width: 100%; max-width: 460px; margin: 0 auto; }
.testimonial-box-new { position: relative; margin-bottom: 28px; }
.testimonial-box-new:before { content: ""; position: absolute; left: 50%; margin-left: -25px; top: -63px; background:url(../images/quote.png) no-repeat left top; width: 62px; height: 46px; }
.testimonial-box p { margin-bottom: 22px; }
.testimonial-box p:last-child { text-transform: uppercase; }
.testimonial-section-home .col-md-6 {margin:0 auto; }
.featured-section.featured-section-new  { text-align: center; padding: 55px 0 30px 0; }
.featured-section-new .container { max-width: 1090px; }
.featured-section-new h2 { text-transform: uppercase; }
.featured-item .item { display: inline-block; width: 32.9%;  }

.footer-two { text-align: center; }
.logo-footer { margin-bottom: 25px; }
.footer-two address { line-height: normal; margin: 0; }
.footer-social-icon { /*padding-top: 25px;*/ }
.footer-social-icon ul { width: 100%; text-align: center; margin-bottom: 0; }
.footer-social-icon ul li { display: inline-block; padding: 0 3px; }
.footer-social-icon ul li:before { display: none; }
.footer-social-icon ul li a { font-size: 22px; line-height: 24px; min-width:24px; text-align: center; display: block; color: #313b45;border: none; }
.footer-social-icon ul li a:hover { border: none; color: #afa490; }
.footer-two .footer-links { padding-bottom: 0;padding-top: 0; }

/********************* HERO THREE CSS (PAGE THREE) *********************/
.main-header-three { float: left; width: 100%; position: relative; padding: 0; }
/*.main-header-three{padding: 63px 0 0 0;}*/
.hero-text { background: #333333; padding: 19px 22px; position: absolute; bottom:0; right:0; }
.main-header-three .hero-slider img { width: 100%; height: auto; }
.main-header-three .hero-content { width: auto; }
.main-header-three h1 { font-size: 18px; text-transform: uppercase; font-weight: 500; color: #fff; margin: 0; line-height:normal; }

.main-tagline-section { float: left; width: 100%; padding: 65px 0 90px; }
.main-tagline-section .container-small { max-width: 720px; }
.main-tagline-section .nice-title { text-align: center; padding-bottom: 5px; }
.nice-title { text-align: center; position: relative;margin-bottom:26px;} 
.nice-title:before {content:"";background: #afa490;width:100%;position: absolute;left:0;height: 3px; top: 18px;} 
.nice-title h2 {display:inline-block;font-weight: 700;text-transform: uppercase; background-color: #fefcf9;margin: 0 0 15px 0; position: relative;z-index: 1;padding: 0 26px} 
.nice-title h2 strong{ font-family: 'You Rock';font-size: 150px;font-weight: 400;text-transform: none; line-height: 0.28;} 
.main-heading-left { text-align: right; padding-right: 17px; }
.main-heading-left h2 { font-size: 28px; margin-top: 0;}
.main-heading-right { padding-left: 7px; padding-top: 5px; }

.services-listing-new { float: left; width: 100%; }
.services-listing-new .row {justify-content: center; }
.services-listing-new .col-lg-6 { padding-left: 2px; padding-right: 2px; }
.services-item { float: left; width: 100%; }
.services-item a { border: none; }
.services-item a:hover { border: none; }
.services-item figure { position: relative; }
.services-item figure img { width: 100%; }
.services-item figure figcaption { position: absolute; left: 0; top: 0; }
.services-item .service-btn { margin-bottom: 0px !important; }
.services-item .service-btn .btn { margin: 0; min-width: 255px; text-align: center; }
.services-item a:hover .service-btn .btn { background: #000; color: #fff; }

.footer-three { float: left; width: 100%; position: relative; padding-top: 30px; }
.footer-three a, .footer-three a:hover, .footer-three a:focus { border: none; }
.footer-tagline { text-align: right; padding-right: 28px; }
.footer-tagline h3 { font-size: 24px; line-height: 36px; font-weight: 300; margin-bottom: 0; margin-top: 15px; }
.footer-center { text-align: center; width: 360px; margin: 0 auto; background: #eae7e4; padding: 0 0 15px; position: relative; z-index: 22; }
.footer-center address { margin-bottom: 0; }
.footer-center-btn .btn.md-btn { margin: -18px 0 20px; line-height: 36px; min-width: 238px; }
.footer-center-logo { padding: 15px 0; }
.footer-center .footer-social-icon ul li a { background: #323232; color: #eae7e4; }
.footer-center .footer-social-icon ul li a:hover { background: #afa490; color: #fff; }
.footer-top-right {  padding-left: 10px; }
.footer-top-right h3 { font-size: 24px; font-weight:400; margin:0 0 6px; }
.footer-top-right p { margin-bottom: 12px; max-width: 188px;}
.footer-top-right .btn.md-btn { margin: 0 0 20px; line-height: 36px; min-width: 188px; }

.footer-bottom { width:100%;float: left;display:flex;justify-content: space-between;align-items: center;padding: 60px 0 15px 0;}
.footer-bottom-left { padding-right: 130px; }
.footer-bottom-left a { color: #555555; }
.footer-bottom-left a:hover { text-decoration: underline; }
.footer-bottom .footer-links ul { margin-bottom: 0; }
.footer-bottom-right { padding-left: 130px; padding: 12px 0 12px 220px; color: #5e5c5c; }

/********************* PAGE THREE CSS END *********************/

/********************* SECTION CSS *********************/
section { padding:0 0 80px 0; float:left; width:100%; }
section h1 { text-transform:uppercase; }
.container-small { max-width:830px; width: 100%; padding-left:15px; padding-right:15px; margin:0 auto; }
.single-project .project-page-section .container-small {max-width: 900px;}

.main-page-section { padding-top: 0; padding-bottom: 60px; }

/********* MAIN HEADING SECTION *********/
.main-heading-section { float:left; width: 100%; padding: 55px 0 85px; }
.main-heading-section .container-small { max-width: 480px;}
.main-heading-section h2 { text-align: center; }

/********* HOME PAGE SERVICES SECTION *********/
.home-services-section { float:left; width:100%;  }
.service-title-section { float:left; width:100%; text-align: center; position: relative; z-index: 1; }
.service-title-section h2 { /*max-width: 634px; width: 100%;*/ /*background: #fff;*/ text-align: center; }
.services-listing { margin: 0px 0 0 0; float: left; width: 100%; }
.services-listing .row { margin-left:0px; margin-right: 0px; justify-content: center; }
.services-listing .col-lg-4 { padding-left:0px; padding-right:0px; }
.services-listing .col-lg-4:nth-child(2) .services-box { position: relative;}
.services-listing .col-lg-4:nth-child(2) .services-box figure:after {content:"";width:1px;height: 100%;background-color: #FFFFFF; position: absolute;left: 0;top: 0;}
.services-listing .col-lg-4:nth-child(2) .services-box figure:before {content:"";width:1px;height: 100%;background-color: #FFFFFF; position: absolute;right: 0;top: 0; z-index: 1}

.services-listing .col-lg-6 { padding-left:0px; padding-right:0px; }
.services-listing .col-lg-6:last-child .services-box { position: relative;}
.services-listing .col-lg-6:last-child .services-box figure:after {content:"";width:1px;height: 100%;background-color: #FFFFFF; position: absolute;left: 0;top: 0;}
.services-listing .col-lg-6:last-child .services-box figure:before {display:none;}




.services-box { float: left; width: 100%; }
.services-box figure { position: relative; }
.services-box figure img { width: 100%; }
.services-box figure figcaption { position: relative; left:0; right:0; bottom:0; text-align: center; padding:0px 50px 0 50px; }
.services-box figure h2 { font-size: 20px; font-weight: 700; margin:0 0 10px 0; line-height: 32px; }
.services-box figure h2 strong{ font-size: 20px; font-weight: 400; padding: 0 8px 0 12px;border-left: 3px solid #afa490; }
.services-box figure h2 strong:nth-child(1){ margin-left: 5px; }
.service-btn { margin-top: -31px;margin-bottom: 26px }
.services-box .btn{margin: 0;}
.services-box a:hover .btn { background-color: #d5c9b3;color: #706c63; }
.services-box a:hover .btn i {color: #706c63;}
.home-services-section .btn-block{width:100%;float:left;padding-top: 40px;text-align: center;margin-bottom: -27px;}
.home-services-section .btn-block .btn{min-width:280px;margin: 0;}

/********* FEATURED SECTION *********/
.featured-section { float: left; width: 100%; padding: 80px 0 12px 0;}
.featured-section h2 { text-align: center; margin-bottom: 30px; }
.featured-logo .item { text-align: center; padding: 0 15px; }
.featured-logo .slick-slide img { display: inline-block; }


/********* ABOUT US PAGE *********/
.page-title { text-align: center; padding-bottom:10px; }
.about-photo { padding-bottom: 5px; }
.about-photo .row { margin-left: -10px; margin-right: -10px; justify-content: center; }
.about-photo .col-xs-6 { padding-left: 10px; padding-right: 10px; }
.big-button { margin-top:30px; margin-bottom:50px; text-align: center; }

/********* ABOUT US 2 PAGE *********/
.inner-page-section.about-page-section { padding-bottom: 45px; }
.about-new-section { position: relative; margin-top: 35px; }
.about-new-section:before { content:""; position:absolute; top:0; left:0; right:0; width: 311px; height: 1px; background: #979797; margin: 0 auto; }
.about-new-section h2 { text-align: center; display: inline-block; width: 100%; margin-bottom:6px; }
.about-new-section p:last-child { margin-bottom: 18px;}
.about-new-section .alignleft { margin-top: 20px; }


/********* ABOUT US 3 PAGE *********/
.meet-team-section{width:100%;float:left; background-color: #efefef; padding:50px 0 60px 0;}
.meet-team-block{display:block; text-align:center;}
.team-thumb{display:block; margin-bottom:15px;}
.team-section-title{display:block; text-align:center; margin-bottom:30px;}
.team-section-title h2{ margin:0;}
.team-thumb img{width:100%;}
.meet-team-block h2{font-size:28px !important;margin:0;}

/********* ABOUT US 4 PAGE *********/
.about-4 { padding-bottom: 0; }
.about-4 .team-thumb img { width:100%; }
.about-4 .meet-team-section .col-md-6 { margin-bottom: 20px; }
.about-4 .meet-team-left { vertical-align: top; }
.about-4 .meet-team-right { vertical-align: top; }
.about-4 .meet-team-left .team-thumb { margin-top: 8px; }
.about-4 .meet-team-right h2 { margin-bottom: 6px; }
@media (min-width:1200px) and (max-width:5000px) { 
.about-4 .meet-team-section { margin-top: 10px; }
.about-4 .meet-team-block { display: table; }
.about-4 .meet-team-left { display: table-cell; width: 37%; vertical-align: top; }
.about-4 .meet-team-right { display: table-cell; width: 63%; vertical-align: top; text-align:left; padding: 0 0px 0 35px; }
.about-4 .meet-team-section .col-md-6 { width: 100%; float: none; display: inline-block; vertical-align: top; margin-bottom: 30px; }
.about-4 .meet-team-left .team-thumb { margin-top: 8px; }

}

/********************* BLOG PAGE CSS *********************/
.blog-listing{ width:100%;float:left;}
.blog-listing .row{ justify-content: center;}
/*.blog-listing .col-md-4{ width:32.9%; float:none; display:inline-block; vertical-align:top;}
.blog-listing .col-md-6{ width:49.5%; float:none; display:inline-block; vertical-align:top;}
*/


.blog-post { width:100%; float:left; position:relative;text-align:center; margin-bottom: 30px;}
.blog-post-title {width:100%;display:inline-block; border-top: solid 3px #d5c9b3;}
.blog-date { width:100%;padding:6px 10px;font-size:13px;text-transform:uppercase; font-weight: 600;}
.blog-post a {width:100%;display:inline-block;}
.blog-post h2 {font-size:20px;margin:10px 0;text-transform:uppercase;line-height: 30px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.blog-thumb{ width:100%; float:left; position:relative;}
.blog-thumb img{width:100%;}
.blog-post:hover h2 { color: #afa490; }

.blog-listing-2 { max-width: 810px; }
.blog-page-2 .sidebar { padding-top: 0; }

/********************* BLOG SINGLE PAGE CSS *********************/
.blog-single-page { padding-top: 104px;padding-bottom: 0;}
.blog-single{ width:100%;display:inline-block; padding-bottom:30px; max-width: 740px;}
.blog-single-thumb{display:block;margin-bottom:30px;}
.blog-single-thumb img{width:100%;}
/*.blog-single h2 {text-align: left; }*/
.blog-inner-page .page-title { padding-bottom: 0; max-width: 800px; margin: 0 auto;}
.section-title .title-sub{font-size:16px;text-transform:uppercase;}
.blog-single .section-title h1{ margin-bottom:4px;}
.sidebar{width:100%;max-width:376px;float:right;padding-top: 15px;}

.sidebar{width:100%;}
.sidebar h2{ margin:0 0 15px 0;text-transform:uppercase;}
.sidebar-block{width:100%;float:left; margin-bottom:60px;}
.sidebar-block a{border-bottom: none !important;}
.sidebar-guide{ display:block;text-align: center;margin-top:-5px;}
.sidebar-guide h2{ margin:0 0 12px 0;padding:0px 0px 12px 0px; border-bottom:3px solid #d5c9b3;}
.sidebar-guide .btn, .about-client .btn{ margin:-27px 0 0 0; width: 76%; }

.sidebar-guide:hover .btn, .about-client:hover .btn {background-color: #d5c9b3; color: #706c63;}
.sidebar-guide:hover .btn i, .about-client:hover .btn i {color: #706c63;}
.sidebar-guide-thumb{display:block;}

.about-client{text-align: center;}
.about-client p { }
.about-client-thumb{display:block;}
.about-client-thumb img{width:100%;}
.about-client .btn{}
.about-client:hover .btn{}

.popular-post { text-align:center;}
.popular-post ul { margin:0px; text-align:center; border-top:3px solid #d5c9b3;padding: 18px 0; border-bottom:3px solid #d5c9b3;}
.popular-post ul li { padding:5px 0 18px 0; margin:0; display:block; }
.popular-post ul li:last-child {padding-bottom:5px; }
.popular-post ul li:before { display:none;}
.popular-post ul li a { font-size:20px;color: #313b45; }
.popular-post ul li a:hover, .popular-post ul li a:focus { color: #afa490;}

.featured-post { text-align:center;margin-bottom: 50px}
.featured-post .blog-post{border-top:3px solid #d5c9b3;margin: 0 0 6px 0;}
.featured-post .blog-post h2{margin: 0 0 6px 0;}
.featured-post .blog-post .blog-thumb{margin-bottom: 6px;}

.blog-comments {float: left;position: relative;	width: 100%;padding-bottom: 40px;}
.blog-comments-section {float: left; width: 100%; background: #FFF; border:1px solid #d5c9b3; padding: 0; margin: 0;}
.comment-main-title { float: left; width: 100%;	padding: 16px 20px 20px 55px; position: relative; /*font-family: 'Cormorant Garamond', serif;*/ font-weight: 400; font-size: 24px; background: #d5c9b3; color:#706c63;}
.comment-main-title span{ font-size:18px; }
.contact-main-section .col-xs-12 { margin-bottom: 20px;}
.comment-main-title:before { content: "\f086"; font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
font-size: 21px; position: absolute; left: 23px; top: 18px;}
ul.comments { display: block; width: 100%; float: left;	padding: 0;	margin: 0; list-style: none;}
ul.comments li { float: left; width: 100%; padding: 0; margin: 0; border-top: 1px solid #d5c9b3;}
ul.comments li:before{display:none;}
.user-comment {	float: left; width: 100%; padding: 18px 18px 18px 145px; margin: 0;	position: relative; min-height: 140px;}
.author-img { position: absolute; left: 30px; top: 25px; -webkit-border-radius: 50% 50% 50% 50%; -moz-border-radius: 50% 50% 50% 50%; -ms-border-radius: 50% 50% 50% 50%; border-radius: 50% 50% 50% 50%; width: 94px; height: 94px; float: left; display: block; overflow:hidden;}
.author-img img { width: 100%; height:auto; }
.comment-content {float: left; width: 100%;	padding: 0;	margin: 0;}
.comment-content-top {float: left;width: 100%;position: relative;padding-right: 70px;}
.comment-content-top h5 {float: left;display: inline-block;	font-size: 22px;font-weight: 400;padding: 0;margin: 4px 8px 0 0;line-height: normal;width:auto;}
.comment-content-top h5 a {/*color: #4a4a4a;*/ text-decoration:none; font-weight:400;border:none;}
.comment-content-top h5 a:hover {color: #afa490;}
.comment-content-top span {	display: inline-block;font-weight: 400;padding: 0;margin: 6px 0 0;float: left;line-height: normal;}
.comment-reply-btn {position: absolute;	top: 7px;	right: 0;line-height: 20px;}
.comment-reply-btn a {letter-spacing: 0.5px; text-decoration:none;}
.comment-reply-btn a i {padding-right: 8px;	font-weight: normal;}
.comment-reply-btn a:hover {color: #afa490;}
.comment-content p {line-height: 22px; padding: 5px 0 10px 0;	margin: 0;	letter-spacing: 0.5px;float: left;}
.user-comment-reply {background: none;	padding-left: 190px;}
.user-comment-reply .author-img {left: 74px;}
.post-comment {	float: left; position: relative; width: 100%; }
.post-comment-section {	padding: 22px 0px 0px 0px; margin: 0; float: left; width: 100%;}
.post-comment-title { font-size: 30px; /*font-family: 'Cormorant Garamond', serif;*/ float: left; width: 100%; margin-top:0px;	margin-bottom: 24px;font-weight: 400;font-size: 28px;}
.post-comment-section .btn{ margin:0;}
.comments .children .user-comment { padding-left: 190px; }
.comments .children .user-comment .author-img { left: 74px; }
.comment-reply-btn a { letter-spacing: 0.5px; }

.top-author { text-align: center; }
.top-author p { margin:0;  }
.top-author img { margin-bottom: 0; }
.top-author ul { background-color: #eae7e1; text-align: center;  }
.top-author li { display: inline-block; padding: 10px 10px; margin: 0;}
.top-author li:before { width: 4px; height: 4px; left: -4px; top: 20px; }
.top-author li:first-child:before { display: none; }
.top-author li a { font-size: 16px; color:#4a4a4a; border: none !important; }	


/********************* SERVICES PAGE CSS *********************/
.secondary-menu{width:100%;float:left; border-radius:0px;background:#efefef; position:relative; margin-bottom: 45px; padding-bottom: 0; padding-top: 0; }
@media screen and (min-width: 992px){
.menu-text{ display:none;}
}
.secondary-menu .navbar-nav{ width:100%; float:left; margin:0; text-align:center;}
.secondary-menu .navbar-nav li{ display:inline-block; padding:0px; float:none; margin:0; font-size:17px;}
.secondary-menu .navbar-nav li:before{display:none;}
.secondary-menu .navbar-nav li a:hover, .secondary-menu .navbar-nav li a:focus{ background-color:transparent;}
.secondary-menu .navbar-nav li.active a {font-weight:700;}
.page-title h2 { margin-top:0; }
.no-pad h1 { margin-bottom:0; }
.navbar-toggle .icon-bar { width: 15px; background-color: #000; display: block; width: 22px; height: 2px; border-radius: 1px; }

/********************* SERVICES PAGE CSS 2 *********************/
.design-service-page .container-small { max-width: 910px; }
.services-list-section { float:left; width:100%; }
.services-list-section .col-md-12 { margin-top: 28px; margin-bottom:28px; float: left; }
.services-thumbnail { display: inline-block; float: left; width: 28%; margin-right:4%; }
.services-details { display: inline-block; float: left; width: 68%; }
.services-details h2 { margin-top: -9px; margin-bottom: 9px; }


/********************* CONTACT CSS *********************/
.contact-section { padding-top: 10px; }
.contact-container { max-width: 1004px; margin: 0 auto; }
.contact-first-section { float: left; width:100%; margin-top: 12px; display: inline-block; }
.contact-first-section h2 { margin-top: -10px; margin-bottom: 25px; }
.contact-first-section ul { padding: 0; margin: 0; width: 100%; }
.contact-first-section ul li { padding: 0; margin: 0 0 30px; float: left; text-align:center;  }
.contact-first-section ul li:before { display: none; }
.schedule-section { width:42%;}
.office-picture img { width: 100%; }
.or-section {  width:16%; position: relative; }
.or-section:after { content: ""; position: absolute; left:50%; top:0; bottom:0; width: 2px; background: #bba58f; height: 100%; }
.or-text { width: 74px; height: 74px; line-height: 74px; position: absolute; top: 50%; margin-top:-30px; background: #fff; display: inline-block; left:50%; margin-left: -37px; /*font-family: 'Cormorant Garamond', serif;*/ text-transform:uppercase; font-size: 28px; color:#030303; text-align: center; z-index:5;  }
/*.or-text span { border-bottom: 2px solid #030303; }*/
.request-form-section {  width:42%; }
.schedule-section p { margin-bottom: 0; text-align:left; }
.click-schedule-btn { margin-bottom: 25px; }
.click-schedule-btn .btn { width: 100%; line-height:50px; height:50px; }
.request-form-section fieldset { margin-bottom: 16px; }
.request-form-section label { width: 100%; font-size: 16px; text-align:left; }
.form-input { width: 100%; border-radius: 0; border: 1px solid #293546; height: 48px; line-height:48px; padding-left: 10px; padding-right: 10px; }
.request-form-section fieldset:last-child { margin-bottom: 0; }
.request-form-section fieldset .btn { width: 100%; line-height:50px; height:50px; }
.contact-second-section { float: left; width: 100%; margin-top: 30px; text-align: center; color: #212b63; }
.contact-testimonial-box { float: left; width: 100%; margin-bottom: 35px; }
.email-us-section { color: #4a4a4a; }
.email-us-section p { max-width: 780px; margin: 0 auto; }
.email-us-section p a { position: relative; }
.address-section { float:left; width:100%; text-align: center; background: #e5e5e4; padding: 15px 0; margin-top: 35px; }
.address-section ul { width: 100%; text-align: center; padding: 0; margin: 0; }
.address-section ul li { display: inline-block; padding: 0 14px; line-height: 30px; }
.address-section ul li:before { display: none; }
.address-section ul li:after { content:"I"; position: absolute; right: -5px; top:0; color:#4a4a4a; }
.address-section ul li:last-child:after { display: none; }
.address-section ul li a { color: #4a4a4a; }
.address-section ul li a:hover, .address-section ul li a:focus { color: #212b63; }
.testimonial-block { padding-top: 62px; display: inline-block; margin: 0 auto; text-align: center; width: 100%; }
.contact-form-main { padding-top: 9px; }
.testimonial-block .container-small { max-width: 370px; }
.testimonial-block-new { position: relative; margin: 0 auto 28px auto;width:100%;max-width: 450px; font-weight: 400;}
.testimonial-block-new p:first-child{font-style: italic; }
.testimonial-block-new:before { content:""; position:absolute; left:50%; margin-left:-24px; top: -60px; background:url(../images/quote.png) no-repeat left top; width:49px; height:41px; }
.testimonial-block p { margin-bottom: 15px; }

.contact-page-section { padding-top: 55px; max-width: 950px; margin: 0 auto; }
.contact-page-section .request-form-section { width: 100%; }

.contact-left-section { text-align: center; }
.contact-left-section .office-picture { padding-top: 20px; }
.contact-left-section .office-picture img { width: auto; }
.contact-left-section a { display: block;color:#FFF; }
.contact-left-section a:hover, .contact-left-section a:focus { color:#d5c9b3; }
.contact-left-section p img { padding-bottom: 8px; }
.right-form-title { text-align: center; padding-bottom: 20px; }
.right-form-title h2 { margin-top: -7px; margin-bottom:0px; }
.contact-right-section .btn { margin-top: 10px; }

.contact-page-2 .contact-section {  padding-top: 40px; }
.contact-left { float: left; width: 44%; }
.contact-left h2 { margin-top: 0; }
.contact-left .contact-left-section { width: 100%; }
.contact-left .contact-left-section .office-picture { padding-bottom: 30px; }
.contact-center { float: left; width:12%; text-align:center; }
.contact-center .or-section { width: 100%; height: 600px; }
.contact-center .or-section:after { width: 1px; background-color: #979797; }
.contact-center .or-text span { border-bottom: none; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 300; color: #555555; }
.contact-right { float: left; width: 44%; }
.contact-right .contact-right-section { width: 100%; }

.contact-page-3 { padding-bottom: 15px !important; }
.contact-top-box h2 { margin-bottom: 40px; font-size: 22px;color:#FFF; }
.contact-top-box { width: 516px; padding: 40px 50px 62px; margin: 0 auto; text-align: center; background: #313b45;color:#FFF; }
.contact-section-2 { padding-top: 26px; }
.contact-half { float:left; width: 50%; position: relative; }
.contact-office { position:absolute; left:0; right:0; top:0; bottom:0; width: 100%; height: 100%; background-repeat: no-repeat !important; background-position: center center !important; background-size:cover !important; }
.contact-container-2 .page-title h2 { /*font-size: 42px; line-height: 50px; text-transform: uppercase;*/ }
.lcp-3 { width: 100%;float: left;/*background: #efebe3;*/ position: relative;  }
.lcp-3 .photo-credit{width:100%;float:left; padding: 0 15px;margin-top:10px;}
.lcp-contact-main {  background: #efebe3;  width: 100%; float: left;}

.lcp-3 .photo-credit.brand-marketting {bottom: -35px !important;}
.contact-half .request-form-section { width: 100%; padding: 30px 122px; }
.request-form-section .vfbp-form .btn-primary{width:150px;}

.latest-contact-page{width:100%;float:left;margin:60px 0 0 0;}
.contact-container-2 .page-title h2{text-transform: none;}

/******** CONTACT 4 CSS ********/
.contact-page-4 .contact-page-section {  padding-top: 40px; }
.contact-page-4 .testimonial-block { margin-top: 50px; }
.contact-page-4 .contact-left p:first-child { text-align: left; }


/********************* FAQ PAGE CSS *********************/
.faq-page{ padding-bottom:0px; padding-top: 25px; }
.faq-content { display:block; margin-bottom:22px;}
.faq-page h2.panel-title{ margin:0 0 5px 0; /*font-family: 'Cormorant Garamond', serif;*/ font-size:32px; }
.faq-page h2.panel-title a { color: #010101; }
.faq-page h2.panel-title a:hover { color: #afa490; }
.faq-page .panel-group{ width:100%; display:inline-block; margin:0;}
.faq-page .panel-default > .panel-heading{padding: 0px;color: #293546;background-color: transparent;border:none; margin-bottom:15px;text-align:center;}
.faq-page .panel, .faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body{ border:none;box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
.faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body{background-color: #efefef;padding: 0px 30px 22px 30px;margin-bottom: 15px;}
.faq-page #accordion .panel-title a:before, .faq-page #accordion .panel-title a.collapsed:before{font-family:Verdana, Geneva, sans-serif; content: "x"; position: relative; top: -2px;left: 0px;margin-right:15px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.faq-page #accordion .panel-title a.collapsed:before{content: "+";}
.faq-page #accordion .panel-title a{display: inline-block; padding: 0px 0px 0px 0px; text-align: center; border: none; border-radius: 0; position: relative; transition: all 0.3s ease 0s; text-decoration:none;}
.page-title p:last-child { margin-top:4px; }
.faq-bottom-text { text-align: center; padding: 30px 15px 10px; }

.faq-page .z-tabs > .z-container > .z-content > .z-content-inner { padding-top:36px; padding-bottom: 36px; }

.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a{ margin:0;top: 0px;text-shadow:none;}
.z-tabs.silver > ul > li > a{ background:#FFF;background-image:none !important;color: #000000;border:none;font-size:25px;line-height:30px;font-weight: normal; /*font-family: 'Didot', Arial, Helvetica, sans-serif;*/box-shadow:none !important; -webkit-box-shadow:none !important; -moz-box-shadow:none !important;margin: 0;}
.z-tabs.silver > ul > li.z-active > a, .z-tabs.silver > ul > li > a:hover{color:#afa490;background: #fff;}
.z-tabs.responsive.horizontal.top > ul > li.z-last-row.z-active{top: 0;padding-bottom: 0;margin-top: 0;}
.z-tabs.silver > ul > li:before{display:none;}
.z-tabs.horizontal.z-shadows > .z-container, .z-tabs > .z-container{/*background:#ebe9e3;*/-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; border: none !important;}
ul.z-tabs-desktop {width:100%;display:table !important;}
ul.z-tabs-desktop > li{width:auto !important; float:none !important; display:table-cell;text-align:center;}
.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.z-arrow{right: 10px;}
.z-tabs.horizontal.responsive > ul.z-tabs-desktop:after{ content:""; background:#e0d6cb; position:absolute; left:0px;right:0;top: 17px; height:2px; z-index:0;}
.z-tabs.silver > ul > li > a {display: inline-block;background-color: #FFF;font-size: 25px;text-transform: uppercase;border: none;border-bottom: none !important;border-radius: 0px 0px 0px 0;-webkit-border-radius: 0px;-moz-border-radius: 0px;padding: 2px 30px;position: relative;z-index: 1;}

.faq-four ul.z-tabs-desktop > li{width:auto !important; float:none !important; display:inline-block;text-align:center; padding:0 9px;}
.faq-four ul.z-tabs-desktop {width:100%;display:block !important; text-align:center;}
.faq-four .z-tabs.horizontal.top > ul > li.z-active{top: 0;margin-top: 0;padding-bottom: 0;}
.faq-four .z-tabs.silver > ul > li > a {color:#fff; display: inline-block;background-color: #afa490;font-size: 24px;text-transform: none;border: none;border-bottom: none !important;border-radius: 0px 0px 0px 0;-webkit-border-radius: 0px;-moz-border-radius: 0px;padding: 15px 22px;position: relative;z-index: 1;font-weight: 300; text-shadow:none;}
.faq-four .z-tabs.horizontal.z-shadows > .z-container,.faq-four .z-tabs > .z-container{background:#f4f4f4;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; border: none !important;}
.faq-four .z-tabs.silver > ul > li.z-active > a,.faq-four .z-tabs.silver > ul > li > a:hover{color:#000;background: #f4f4f4;}
.faq-four .z-tabs.silver > ul > li > a:hover { color: #fff; }

.close-button {width: 48px;height: 48px;border-radius: 100px;-moz-border-radius: 100px;-webkit-border-radius: 100px; border: 2px solid #bdb5a5;display: block;text-indent: -9999px;position: relative;float: left;margin-right: 10px;}
.close-button:before, .close-button:after {content: '';width: 28px;height: 2px;background: #bdb5a5;position: absolute;top: 21px;left: 8px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;}
.collapsed .close-button:before {-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);	}
.collapsed .close-button:after {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
.close-button:before {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.close-button:after {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}

.faq-three .faq-page h2 a .close-button { float: none; display: inline-block; width: 42px; height: 42px; border: 1px solid #bdb5a5; margin-right: 15px; }
.faq-three .faq-page h2 a .close-button:before, .faq-page h2 a .close-button:after { width: 24px; height: 1px; top: 19px; left: 8px; }
.faq-three .faq-page .panel.panel-default { background-color: transparent;}
.faq-three .faq-page .panel-body { padding: 0 !important;background: transparent !important;}
.faq-three .panel-body-detail { background-color: #e8e4e1; padding: 55px 100px; }
.faq-three .faq-page h2{ text-align:left; }
.faq-three .faq-page h2 a{ border-bottom:none !important; }


/********************* Instagram PAGE CSS *********************/
.page-title.insta-page-title h1{ font-size:32px; }
.insta-landing-page{width:100%;float:left; padding:15px 0 50px 0; }
.insta-landing-page .container{ max-width:1020px;}
.insta-img{width:100%;float:left; padding-bottom:24px;}
.insta-img img{width:100%;}
.insta-img a{width:100%;display:inline-block;}
.insta-img a:before, .header-center .back-btn a:before {display:none;}

/********************* LANDING PAGE CSS *********************/
.landing-page-main { padding-bottom:0; }
.landing-page-section { background-repeat:no-repeat !important; background-position:center center !important; background-size:cover !important; padding:55px 0; margin: 10px 0 0; float: left; width: 100%; }
.landing-page-section .container-small { max-width:462px; }
.landing-page-section h2 { font-size: 28px; line-height:31px; margin-bottom: 20px; }
.landing-page-form { float:left; background: #fff;  width: 100%; padding: 0px 44px 35px; }
.landing-page-form .form-input { height: 44px; line-height:44px; }
.landing-page-form fieldset { margin-bottom: 9px; }
.landing-form .btn { width: 100%; margin-bottom: 10px; margin-top: 10px; line-height:44px; }
.landing-page-form p:last-child { font-size: 13px; line-height:normal; }

/******** PROJECT PAGE CSS ********/
.project-page-main { padding-top: 0px; }
.project-page-section { float:left; width: 100%; position: relative; }
.project-section{width:100%;float:left; position:relative;}

.project-section-inner{width:100%; float:left; position:relative;}
.project-box{ width:100%;float:left; padding:15px;}
.project-box.half{ width:50%;}
.project-box img{width:100%;}

/******** PROJECT PAGE 2 ********/
.project-page-main-2 .page-title p { text-align: left; }
.project-page-main-2 .page-title p:last-child { margin-top: 25px; }
.project-section-inner-2 { padding: 35px 0 15px; position: relative; }
.project-section-inner-2 .container-small { max-width: 920px; }
.project-slider { position: relative; }
.project-slider img { width: 100%; }
.project-slider.slick-slider .slick-arrow { display: block !important; } 
.project-slider .slick-next { right: 0; }
.project-slider .slick-prev { left: 0; }
.project-slider .slick-prev:before, .project-slider .slick-next:before { opacity: 1; background: #fff; font-size: 64px; font-family:'FontAwesome'; line-height: 70px !important; }
.project-slider .slick-prev:before { content:"\f104"; padding-right:15px; padding-left:12px; }
.project-slider .slick-next:before { content:"\f105";  padding-left:15px; padding-right:12px; }

/******** PROJECT PAGE 3 ********/
.project-page-main-3 { padding-bottom: 90px; }
.project-listing { float: left; width:100%; }
.project-listing .row { /*margin-left: -8px; margin-right: -8px;  */text-align: center; justify-content: center;}
.project-listing .col-md-4 { /*padding-left: 8px; padding-right: 8px;*/}
.project-items { float: left; width: 100%; position: relative; overflow: hidden; margin:24px 0 0;}
.project-items a { color: #fff; }
.project-items figure figcaption h2 { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.project-items:hover figure figcaption h2 { color: #afa490; }
.project-items img { width: 100%; position: relative }
.project-items figure { position: relative; border: solid 1px #979797; margin-bottom: 0px; }
.project-items figure figcaption { position: absolute; left:0; top:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.32); padding: 0 30px; text-align: center;  -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.project-items:hover figure figcaption {background:rgba(0, 0, 0, 0.5); }
.project-items h2 { color: #fff; font-size: 40px; line-height:38px; margin-top: 18px; }


/*** PROJECT BUTTON ****/
.project-page-section .project-arrow { left: 0; right: 0; width: 100%; position: fixed; top: 115px; }
.project-page-section .project-section-inner-2 .project-arrow { top:36px; position:absolute; }
.project-page-section .project-arrow.fixed-btn { position: fixed; top: 90px; }
.project-page-section .project-arrow .btn { margin: 0; min-width: 210px; line-height: 58px; font-size: 16px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.project-page-section .project-arrow .btn.btn-left { padding-left: 10px; padding-right: 15px; float: left; }
.project-page-section .project-arrow .btn.btn-right { padding-right: 10px; float: right;  }
.project-page-section .project-arrow .btn.btn-left .fa-arrow { margin-right: 10px; }
.project-page-section .project-arrow .btn.btn-right .fa-arrow { margin-left: 10px;  -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.project-arrow a .fa-arrow { background: url(../images/arrow.png) no-repeat left top; width: 28px; height: 28px; overflow:hidden; display: inline-block; vertical-align: middle; margin-top: -3px; }
.project-arrow a:hover .fa-arrow, .project-arrow a:focus .fa-arrow { background-position: left bottom;  }

/********************* FOOTER CSS *********************/
footer { float: left; width: 100%; }
address { margin-bottom: 16px; display: block; }
.call-to-action-btn { display: inline-block; width:100%; position: relative; text-align: center; padding-bottom: 14px; }
.call-to-action-btn:after { content:""; position:absolute; left:0; right:0; top:24px; z-index:-1; width:100%; height: 2px; background:#cdcdcd;  }
.call-to-action-btn .btn { margin: 0; }
.footer-details { width: 270px; text-align: center; margin: 0 auto; }
.footer-logo { /*font-family: 'Cormorant Garamond', serif;*/ font-size: 32px; line-height: 36px; padding-bottom: 8px; }
address span { display: block; }
.map { margin-bottom: 15px; }
.footer-links { padding: 20px 0; display: inline-block; width: 40%; }
.footer-links ul { text-align:right; margin-bottom: 0; }
.footer-links ul li { display: inline-block; font-size:14px;line-height: 24px; margin:0; }
.footer-links ul li:before { content:"I"; background-color:transparent; width:auto; height:auto; left:6px; top:0; }
.footer-links ul li:first-child { padding-left: 0; }
.footer-links ul li:last-child { display:block; padding-left: 0; }
.footer-links ul li:first-child:before, .footer-links ul li:last-child::before { display: none; }

.footer-small .footer-links{width:100%;}
.footer-small .footer-links ul{text-align: center;}

/********************* PRESS PAGE CSS *********************/
.press-page-main .section-title h1{ margin: 0; text-transform: uppercase;}
.press-listing{width:100%;float:left;}
.press-box-main{width:100%;float:left;text-align:center;min-height:290px;margin:36px 0px 44px 0px;}
.press-logo{display:block; padding-bottom:26px; min-height:100px;}
.press-logo img{max-height:98px;-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out;}
.press-logo a:hover img, .press-logo a:focus img{opacity:0.7;}
.press-logo a:before {display:none;}
.press-text{display:block;padding-bottom:17px;}
.press-box-inner{width:100%;max-width:294px; margin:0 auto;}
.press-text a:before{display:none;}
.press-text a{font-weight:700;}

/*Added By Developer*/
.comment-form { float: left; width: 100%; }
.sidebar section {padding: 0;}
.post-comment-title.single-comment-title{padding-left: 0px;}
#single-comment-btn, .form-submit .btn{margin-left: 0px;background-image: url("../images/arrow-right.svg"); background-repeat: no-repeat; background-size: 10px auto; background-position: right 30px center;padding-right: 31px;}
#single-comment-btn:hover, #single-comment-btn:focus, .form-submit .btn:hover, .form-submit .btn:focus { background-image: url(../images/arrow-right-hover.svg);background-repeat: no-repeat; background-size: 10px auto; background-position: right 30px center}
.comment-awaiting-moderation{color:#ff0000; margin:0 0 14px 0; text-align:center;}

/* 09-12-2019 */
.insta-landing-page .container-small{max-width:430px;}
.profile-picture{width:112px; margin:0 auto; overflow:hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;}
.profile-picture img{width:100%;}
.whats-heppaning-section{width:100%;float:left; padding:10px 0 0 0;}
.whats-heppaning-section .section-title h1{font-size:28px; line-height:normal; text-transform:uppercase;}
.whats-heppaning-section .section-title{margin: 0 0 5px 0;text-align: center;}
.podcast-block{width:100%;float:left; background-color: #eae7e1; margin-bottom:30px;}
.podcast-block a{display:block;font-weight:normal;color: #333333;padding:15px; }
.podcast-block a:hover .btn, .podcast-block a:focus .btn{background-color: #d5c9b3;border: 1px solid #d5c9b3;color: #706c63;}
.podcast-block a:hover .btn i, .podcast-block a:focus .btn i, .general-block a:hover .btn i, .general-block a:focus .btn i {color: #706c63;}
.podcast-block p{ max-width:230px; display:inline-block; vertical-align:middle; margin:0;}
.podcast-block a:hover p, .podcast-block a:focus p{color: #afa490;}
.podcast-block a:before{display:none;}
.podcast-block .btn{float:right;min-width:inherit;vertical-align:middle;margin:7px 0 0 0;}

.general-block{width:100%;float:left; background-color: #eae7e1; margin-top: 60px; margin-bottom:30px;text-align:center; position:relative;}
.general-block a{display:block;font-weight:normal;color: #333333;padding:0px 22px 21px 22px;}
.general-block a:hover .btn, .general-block a:focus .btn{background-color: #d5c9b3;border: 1px solid #d5c9b3;color: #706c63;}
.general-block .block-thumb{width:100%; max-width:172px; display:inline-block;position:relative;margin-top:-50px;top:-15px;}
.general-block a:before{display:none;}
.general-block h2{ font-size:28px;margin-top:0px;}
.general-block .btn{width:100%;max-width:306px;min-width:inherit;margin:0px 0 0 0;}

.insta-blog-section{width:100%;float:left;padding:10px 0 30px 0;}
.insta-blog-section .section-title h2{ font-size:28px;margin-top:0px;text-transform:uppercase; text-align:center;}
.insta-blog-section .section-title{margin: 0 0 5px 0;}
.insta-blog-section .blog-post-title{bottom: 16px;border-top: none;}
.insta-blog-section .blog-thumb{border-top: solid 3px #d5c9b3;}

.insta-landing-header .navigation-main{top: 0 !important;}
.insta-landing-page a {border-bottom: none !important;}
.insta-landing-page .btn { border:none !important; line-height: normal;padding: 8px 12px;border-radius: 0;font-size: 14px;}

/******* Location Page ***********/
.location-page-section .page-title { padding-bottom: 10px; }
.all-location { float: left; width: 100%; text-align: center; }
.all-location .row { justify-content: center; }
.all-location h2 { text-transform: uppercase; margin-bottom: 20px; color: #666767; }
.all-location a { display: block; width: 100%; border: none;}
.all-location a:hover, .all-location a:focus { border: none; }
.all-location img { width: 100%; height: auto; }
.all-location p { padding: 15px 35px 35px; }
.location-page-section .btn { width: 100%; min-width: 100%; margin: 0;}
.location-page-section .btn:hover { border: none !important; }
.location-page-section .big-button { margin-top: 15px; margin-bottom: 45px; }
.quick-location { background: #f4f4f6; }
.quick-location .row { margin: 0; }
.quick-location .col-md-6 { padding: 0; }
.quick-right-contact { text-align: center; padding: 60px 20px 15px ;}
.quick-right-contact a { color: #4a4a4a; border: none !important; }
.logo-contact span { text-transform: uppercase; font-weight: 700; font-size: 33px; color: #000; }
.quick-right-contact h2 { font-size: 20px; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight: 300; color: #555555; margin-bottom: 25px; }
.location-page-section .testimonial-block { padding-top: 118px; }
.quick-map img { width: 100%; }

.project-page-2col .project-listing .row { justify-content: center; }
.project-page-2col .project-items figure{border: none;}
.project-page-2col .project-items figure figcaption{width:100%;display:inline-block;position:relative;background: #f4f4f6; padding:26px 0;}
.project-page-2col .project-items h2{margin: 0px;font-family:'Open Sans', Arial, Helvetica, sans-serif;font-size:32px;color:#555555;}
.project-page-2col .project-items{ margin-bottom:35px;}

.project-page-3col .project-listing .row{ justify-content: center; }
.project-page-3col .project-items figure{border: none;}
.project-page-3col .project-items figure figcaption{width:100%;display:inline-block;position:relative;background: #FFF; padding:12px 0;}
.project-page-3col .project-items h2{margin: 0px;font-family:'Open Sans', Arial, Helvetica, sans-serif;font-size:32px;color:#555555;}
.project-page-3col .project-items{ margin-bottom:26px;}

.sidebar-search{position:relative;padding:0px 0px 0px 0px;}
.sidebar-search button{position:absolute; right:0px;bottom:0px; width: 47px;height: 47px}
.sidebar-search form{position:relative;}
.sidebar-search .input-text{ width: calc(100% - 44px);border: 3px solid #d5c9b3;padding:5px 15px 5px 15px;height: 47px;font-weight:400;background:#FFF;font-size:16px;}
.sidebar-search h2{ text-align:center;margin: 0 0 10px 0;text-transform:uppercase;}

.popular-post{}
.popular-post ul li a{}
.popular-post ul li h2{ margin: 0 0 22px 0; font-size: 20px;font-weight:400;}

.about-business-section{display:block; padding:22px 0 30px 0; position:relative;}
.about-business-section:before{content:"";position:absolute;width:311px;height:1px;background:#979797;top:0; left:0; right:0; margin:0 auto;}
.about-business-section .title{display:block;text-align:center; margin-bottom:18px;}
.about-business-section .title h2{font-family:'Open Sans', Arial, Helvetica, sans-serif;color:#555555; font-weight:300; margin:0;}
.about-V2-page .page-title p{text-align:left; margin-bottom:22px;}

.portfolio-single-one .page-title { padding-bottom: 30px; }
.portfolio-single-one .project-arrow .btn { min-width: 84px; /*line-height: 60px*/; height: 60px; padding: 8px 0!important; text-align: center; }
.portfolio-single-one .project-arrow a .fa-arrow {  background: url(../images/new-arrow-big.png) no-repeat left top; width: 30px; height: 41px; display: block; padding: 0 !important; }
.portfolio-single-one .project-page-section .project-arrow { max-width: 1190px; margin: 0 auto; top: 226px; }
.portfolio-single-one .project-page-section .project-arrow .btn.btn-left .fa-arrow { margin: 0 auto; }
.portfolio-single-one .project-page-section .project-arrow .btn.btn-right .fa-arrow { margin: 0 auto; }

.portfolio-single-two .page-title p:last-child { padding-left: 20px; padding-right: 20px; text-align: left; }
.portfolio-single-two .project-page-section .project-arrow { top: 293px; }

.design-services-1-page .testimonial-block { padding-top: 110px; }
.design-services-2-page .testimonial-block { padding-top: 100px; }

.affiliate-shop-archive-section .row { justify-content: center; }
.affiliate-shop-archive-section { text-align: center; padding: 28px 0 0; }
.affiliate-shop-item { position: relative; padding-bottom: 3px; margin-bottom: 24px; }
.affiliate-shop-item img { width: 100%; }
.affiliate-shop-item .btn { position:absolute;  left:0; bottom:0; right:0;  width: 100%; margin: 0; }

.affiliate-shop-category-section { text-align: center; float: left; width: 100%; }
.affiliate-shop-category-section .row {justify-content: center;}
.affiliate-category-item { background: #efefef; text-align: center; margin-bottom: 40px; }
.affiliate-category-item img { width: 100%; margin-bottom: 15px; }
.affiliate-category-item p { margin: 0; color: #4a4a4a; }
.affiliate-category-item .btn { width: 100%; margin: 15px 0 0; }


/******* SIDEBAR TWO ***********/
.sidebar-two .sidebar-guide { position: relative; border: none; background: none; margin-bottom: 60px; }
.sidebar-two .sidebar-guide h2 { position: absolute; left: 15px; right: 15px; top: 15px; background: rgba(255,255,255,.8); padding: 6px 15px; text-transform: uppercase; }
.sidebar-two .sidebar-guide.about-aside h2 { padding-top: 20px; padding-bottom: 20px; }
.sidebar-two .btn { min-width: 244px; width: auto; position: absolute; bottom:0; left:15px; right: 15px; z-index: 1; }
.sidebar-two .sidebar-guide-thumb { padding: 0 0px 23px 0px; }
.sidebar-two .sidebar-guide-thumb img { width: 100%; }
.sidebar-two .popular-post { border: none; margin-bottom: 40px; background: #eae7e4; }
.sidebar-two .popular-post h2 { font-size: 32px; text-transform: uppercase; font-weight: 400; }
.sidebar-two .popular-post ul li { padding-bottom: 25px; }
.sidebar-two .popular-post ul li a { font-weight: 400; text-transform: uppercase; font-size: 18px; letter-spacing: 0.5px; }
.sidebar-two .sidebar-search h2 { text-align: left; font-size: 19px; letter-spacing: 2.19px; font-weight: 600; }
.sidebar-two .sidebar-search .input-text { border: none; background: #eae7e4; }

/******* SIDEBAR THREE ***********/
.sidebar-threee .sidebar-guide { border: none; margin-bottom: 60px; background: #eae7e4; }
.sidebar-threee .btn { min-width: 344px; width: auto; }
.sidebar-threee .sidebar-guide-thumb { padding: 0; margin-top: -23px; }
.sidebar-threee .sidebar-guide-thumb img { width: 100%; }
.sidebar-threee .popular-post { border: none; margin-bottom: 40px; background: #eae7e4; }
.sidebar-threee .popular-post h2 { font-family: 'Noto Serif', serif; }
.sidebar-threee .popular-post ul li { padding-bottom: 25px; }
.sidebar-threee .popular-post ul li a { font-weight: 400; }
.sidebar-threee .sidebar-search h2 { font-size: 20px; letter-spacing: 2.19px; font-family: 'Noto Serif', serif; margin-bottom: 15px; }
.sidebar-threee .sidebar-search .input-text { border: 2px solid #b4b2af; padding: 5px 12px; max-width: 320px; }
.sidebar-threee .sidebar-search button { left: inherit; position: absolute; right: 0; bottom: 0; background: #b4b2af; border: none; width: 52px; height: 48px; color: #fff; }



.project-page-section .page-title span {text-transform: uppercase !important;text-align: center;width: 100%;margin: 0 auto;display: inline-block;font-weight:bold;}
.affiliate-shop-category .active {font-weight: bold;}
.project-section-inner-2 .slick-prev::before, .project-section-inner-2 .slick-next::before{background:#000;}
.insta-post-center{text-align:center;}
.insta-post-center .row { justify-content: center; }
.page-style-one .inner-page-section, .page-style-two .inner-page-section {padding-top: 0px;}
.admin-bar.page-style-one .inner-page-section, .admin-bar.page-style-two .inner-page-section {padding-top: 0px;}
.page-style-three .inner-page-section{padding-top: 15px;}
.page-style-three .project-page-main { padding-top: 15px; }
/*.admin-bar.page-style-three .inner-page-section{padding-top: 110px;}*/
.secondary-menu a {text-transform: uppercase; padding: 15px; text-align: center; display: inline-flex; }
.secondary-menu .navbar-nav { justify-content: center; }
.affiliate-shop-category .navbar-nav > li > a {font-size: 15px;}


/********** Landing Page 2 **************/
.landing-page-main-new .container-small { max-width: 860px; }
.landing-page-new-form { padding: 25px 0 80px; }
.landing-page-new-details { padding-left: 15px; }
.top-part-main h2 { font-size: 24px; line-height: 36px; font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#555555; font-weight:300; margin-top: 0px; margin-bottom: 0; }
.middle-part-main h2 { font-size: 28px; line-height: 40px; font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#555555; font-weight:300; }
.landing-page-form-main h2 { font-size: 24px; line-height: 36px; font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#555555; font-weight:300;}
.landing-page-form-main .btn { width: 100%; border: none;  color: #fff; /*line-height: 50px;*/ padding: 0 22px; margin-top: 5px; margin-bottom: 15px; }
.landing-page-form-main p { font-size: 12px; line-height: normal; color: #4a4a4a; }
.landing-page-main-new form {padding: 0 15px;}
.landing-page-main-new form .btn{margin-top: 5px;}

/********** FAQ PAGE 5 CSS **********/
.faq-five .faq-page #accordion .panel-title a {color: #333;text-align:left;width:100%;background-color: #FFF;}
.faq-five .faq-page #accordion .panel-title a.collapsed {background-color: transparent;color:#313b45;}
.faq-five .faq-page #accordion .panel-title a:hover {color: #706c63;}
.faq-five .faq-page h2.panel-title {text-align: left;color: #313b45; border-top: 3px solid #d5c9b3;}
.faq-five .faq-page #accordion .panel-title a::before, .faq-five .faq-page #accordion .panel-title a.collapsed::before, .faq-five .faq-page #accordion .panel-title a::after{content: "";position:absolute; right:18px;left:auto;text-align:right;background: #313b45;} 
.faq-five .faq-page #accordion .panel-title a.collapsed::before, .faq-five .faq-page #accordion .panel-title a.collapsed::after{content: "";position: absolute;right: 15px;top: 29px;background: #313b45;}
.faq-five .faq-page #accordion .panel-title a.collapsed::before, .faq-five .faq-page #accordion .panel-title a::before {content: "";width:18px;height:2px; margin: 0 5px 0 0;right: 15px;top: 29px;} 
.faq-five .faq-page #accordion .panel-title a.collapsed::after {content: "";width:2px;height:18px;top: 21px;right: 28px;opacity:1;} 
.faq-five .faq-page #accordion .panel-title a:after{opacity: 0}



.faq-five .faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body {background-color: #FFF;/*padding-top: 12px;*/}
.faq-five .faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body h4 {font-size: 24px; line-height: 30px;margin: 0 0 6px 0;font-weight: 600;}
.faq-five .faq-page h2.panel-title {font-size: 23px; line-height: 36px;font-weight:500}
.faq-five .faq-page #accordion .panel-title a span {display: block;width: 100%;margin: 0 auto;position: relative;padding: 12px 50px 12px 30px;}
.faq-five .faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body .container-small {width: 100%;padding: 0 0px 0 0px;}
.faq-five .faq-page .panel.panel-default .container-small {max-width: 100%; padding: 0;}
.faq-five .faq-page h2.panel-title {margin: 0 0 0px 0;}
.faq-five .faq-page .panel-default > .panel-heading {margin-bottom:0;}

.contact-page-2 .contact-page-section{padding-top:20px;}
.contact-page-2 .contact-section {padding-top: 0px;}


.blog-inner-page .page-title h1 {text-transform: none;}
.footer-main-two { /*padding-bottom: 20px;*/ }

/********** PORTFOLIO PAGE 4 CSS **********/
.portfolio-4-page .page-title{padding-bottom:5px;}
.portfolio-4-page .project-items{border-top: 14px solid #f1f0ed;margin: 16px 0 22px 0;}
.portfolio-4-page .container-small, .portfolio-single-one .container-small{max-width:1030px !important;}
.portfolio-4-page .project-items:hover figure figcaption { background: rgba(0, 0, 0, 0);}
.portfolio-4-page .project-items figure figcaption{display:block;position: relative;background: rgba(0, 0, 0, 0.0);}
.portfolio-4-page .project-items figure{border:none;}
.portfolio-4-page .project-items h2{font-size:30px;margin-top: 12px;line-height:normal;color: #000000}
.portfolio-4-page .project-items:hover h2{color:#afa490;}
.portfolio-4-page .project-items:last-child {  margin: 0;}

/*.custom-arrow-project {position: relative; width: 100%;}
.portfolio-single-two .project-page-section .custom-arrow-project .project-arrow, .portfolio-single-one .project-page-section .custom-arrow-project .project-arrow  {position: absolute;top: 15px;}*/



/**************** Home Page four ***************/
@import url('https://fonts.googleapis.com/css2?family=Spectral&display=swap');
body.page-style-four { color: #333; }
header.navbar-fixed-top.header-four { padding: 23px 0px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.header-four .ubermenu-main { margin-top:0;  }
.header-four .header-nav { padding: 0 25px; }
.header-four .header-left { left: 25px; top: 27px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.header-four .header-left a { font-size: 20px; font-weight: 400; font-family: 'Lato', sans-serif; text-transform: inherit; letter-spacing: 0; }
.header-four .header-left a strong { font-weight: 400; }
.header-four .header-left span { font-family: 'Open Sans', Arial, Helvetica, sans-serif; width: 33px; background: #b4b2af; font-weight: 400; font-size: 26px; line-height: 30px; }
.header-four .logo-two { max-width: 102px; position: absolute; top: 26px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
/**** STICKY ****/
header.navbar-fixed-top.header-four.stuck { padding: 15px 0px; }
header.navbar-fixed-top.header-four.stuck .header-left { top: 16px; }
header.navbar-fixed-top.header-four.stuck .logo-two { top: 16px; }

/** Menu **/
.header-four .ubermenu .ubermenu-colgroup .ubermenu-column, .header-four .ubermenu .ubermenu-custom-content-padded, .header-four .ubermenu .ubermenu-nonlink, .header-four .ubermenu .ubermenu-retractor, .header-four .ubermenu .ubermenu-submenu-padded, .header-four .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .header-four .ubermenu .ubermenu-target, .header-four .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle { padding: 7px 13px !important; font-family: 'Lato', sans-serif !important;}
.header-four .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { font-size: 16px !important; text-transform: capitalize !important; }
.header-four .ubermenu-main ul li:last-child a.ubermenu-target { text-transform: uppercase !important; }
.header-four .ubermenu-main ul li:last-child a { background: #b4b2af; color: #fff !important; font-family: 'Spectral', serif !important; font-size: 20px !important; min-width: 164px; text-align: center; margin-left: 10px; }
.header-four .ubermenu-main ul li:last-child ul li a.ubermenu-target {font-size: 16px !important;background: transparent;color: #4a4a4a !important; font-family: 'Lato',sans-serif !important; text-transform: none !important;}
.main-header-four .slick-slider .slick-arrow { display: inline-block !important; }
.main-header-four .hero-slide { float: left; width: 100%; }
.hero-four-bottom { float: left; width: 100%; padding: 25px 0; background-color: #eae7e4;}
.hero-four-bottom ul { padding: 0; margin: 0; }
.hero-four-bottom ul li { float: left; width: 50%; text-align: center; padding: 0 15px; margin: 0; }
.hero-four-bottom ul li:before { display: none; }
.hero-four-bottom ul li:first-child:after { content:""; position: absolute; right:0; top: -5px; width: 1px; height: 50px; background: #b4b2af; }
.tagline h1 { font-size: 32px; text-transform: capitalize; margin: 0; padding: 0; font-weight: 700; }
.location-right h2 { font-size: 20px; text-transform: uppercase; line-height: 38px; margin: 0; padding: 0; font-weight: normal; }

body.page-style-four .main-page-section { padding-bottom: 40px; }
.recent-work-four { float: left; width: 100%; padding: 25px 0 100px; }
.four-title { width: 100%; text-align: center; position: relative; z-index: 1; }
.four-title h2 { display: inline-block; background: #fff; font-size: 32px; text-transform: uppercase; padding: 10px 30px; margin: 0; }
.home .px-4 { margin-left: -4px; margin-right: -4px; margin-top: -28px; padding: 0 !important; }
.home .px-4 .col-lg-4, .home .px-4 .col-lg-6 { padding-left: 4px; padding-right: 4px; }
.recent-work-item { float: left; width: 100%; overflow: hidden; }
.home .px-4 a img { width: 100%; height: auto;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out; }
.home .px-4 a:hover img, .home .px-4 a:focus img { -webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }
.page-style-four .insta-landing-page { padding-top: 25px; }

/********************* Testimonial Four CSS *********************/
.testimonial-section-full { float: left; width: 100%; }
.testimonial-section-home.testimonial-section-home-four { padding-top: 0; }
.testimonial-section-home-four .testimonial-box-new:before { /*background: url(../images/quote.png);*/ width: 62px; height: 46px; top: -95px; }
.testimonial-section-home-top { float: left; width: 100%; text-align: center; margin-bottom: 65px; }
.testimonial-section-home-top h2 { font-size: 36px; line-height: 43px; }
.testimonial-section-home-top p { max-width: 545px; margin: 0 auto; font-size: 20px; font-weight: 300; font-family: 'Lato', sans-serif; padding-top: 3px; }
.testimonial-section-home-four .testimonial-box { padding-top: 95px; }
.testimonial-section-home-four .testimonial-box p { max-width: 385px; margin: 0 auto; font-size: 20px; font-weight: 300; font-family: 'Lato', sans-serif; margin-bottom: 22px; }
.testimonial-section-home-four .testimonial-box p:last-child { text-transform: inherit; font-size: 16px; font-weight: 700; }

/********************* Four other CSS *********************/
.pages-post-list-four { margin-top: 105px; }
.pages-post-list-four .px-4 { margin-top: 0; justify-content: center; }
.pages-post-list-four .pages-post-thumb { overflow: hidden; }
.pages-post-list-four .page-btn { background-color: #fff; width: 204px; min-width: 204px; padding: 0 15px; display: inline-block; color: #333; text-transform: uppercase; font-size: 32px;    text-align: center;line-height: 58px; font-weight: 400; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; position: absolute; left: 0; right: 0; float: none; margin: 0 auto; top: -29px; z-index: 1; }
.pages-post-list-four figcaption { position: relative; }

/********************* Featured Four CSS *********************/
.featured-section.featured-section-new.featured-section-four { padding: 55px 0 0; margin: 0; }
.featured-section-inner { float: left; width: 100%; text-align: center; border-top: 1px solid #b4b2af; border-bottom: 1px solid #b4b2af; padding-bottom: 85px; }
.featured-section-four .four-title { margin-top: -27px; margin-bottom: 70px; }
.featured-section-four .four-title h2 { font-size: 28px; }
.featured-section.featured-section-new.featured-section-four .container { max-width: 1114px; }


/********************* FOOTER Four CSS *********************/
.footer-main-four { background: #eae7e4; float: left; width: 100%; }
.footer-four { float: left; width: 100%; position: relative; padding-top: 55px; }
.footer-four .footer-tagline { text-align: left; padding-left: 40px; }
.footer-four .footer-center-btn .btn.md-btn { background: #b4b2af; min-width: 238px; top: 10px; border: none; text-align: center; text-decoration: none; color: #fff; font-weight: 600; isplay: inline-block; font-size: 22px; letter-spacing: normal; line-height: 54px; padding: 0px 22px; margin-top: 15px; text-transform: uppercase; position: relative; box-shadow: none !important;    -webkit-box-shadow: none !important; -moz-box-shadow: none !important; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.footer-four .footer-center-btn .btn.md-btn:hover { background: #afa490; color: #fff; }
.footer-four a, .footer-four a:hover, .footer-four a:focus { border: none; }
.footer-four .middle-section:after { height: 91px; content: ""; width: 1px; position: absolute;  background: #b4b2af; float: right; top: 5px; right: -20px; }
.footer-four .middle-section:before { height: 91px; content: ""; width: 1px; position: absolute; background: #b4b2af; float: right; top: 5px; left: -20px; }
.footer-four .footer-center { text-align: center; width: 150px; margin: 0 auto; padding: 22px 0 15px; position: relative; z-index: 22; }
.footer-four .footer-center-logo { padding: 15px 0; }
.footer-four .footer-top-right { padding-left: 10px; }
.footer-four address { margin-bottom: 16px; display: block; }
.footer-four .footer-top-right p { margin: 0 auto; max-width: 206px; text-align: center; font-size: 20px; line-height: normal; }
.footer-four .footer-top-right p a { color: #333; }
.footer-four .footer-social-icon { padding-top: 0; }
.footer-four .footer-social-icon ul { width: 100%; text-align: center; margin-bottom: 0; }
.footer-four .footer-social-icon ul li { display: inline-block; padding: 0 4px; margin: 0;  }
.footer-four .footer-social-icon ul li a {  background-color: transparent; font-size: 24px; line-height: 24px; min-width: 24px; text-align: center; border: none; display: block; color: #b4b2af; }
.footer-four .footer-social-icon ul li:before { display: none; }
.footer-four .footer-bottom { position: relative; bottom: 0; left: 0; right: 0; font-size: 12px; }
.footer-four .footer-links { padding: 25px 0 18px 0; display: inline-block; width: 100%; }
.footer-four .footer-bottom-left { padding-right: 0px; }
.footer-four .footer-bottom .footer-links ul { margin-bottom: 0; }
.footer-four .footer-links ul li::before { content: "I";  background-color: transparent; width: auto; height: auto; left: 6px; top: 0; }
.footer-four .footer-links ul li:first-child { padding-left: 0; }
.footer-four .footer-links ul li { display: inline-block; font-size: 14px; margin: 0; }
.footer-four .footer-links ul li a { color: #000; border-bottom: none !important; }
.footer-links ul li a:hover { color: #afa490; }
.footer-four .footer-social-icon ul li a:hover { color: #afa490; }

.project-page-section.passed-line .project-arrow { position: absolute; bottom: 15px; top: inherit !important; }

.portfolio-5-page .project-listing .row  { display: flex;
    flex-wrap: wrap;
    justify-content: center;}
/*.portfolio-5-page .project-listing .col-md-4 {width: 33.33333333%;}*/
.portfolio-5-page .project-items:hover figure figcaption {background:rgba(14, 15, 15, 0.0); }
.portfolio-5-page .project-items figure figcaption {text-decoration: none;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}

.page-style-three .landing-page-main { padding-top: 17px; }

.woocommerce .products ul li:before, .woocommerce ul.products li:before { display: none; }
.woocommerce-MyAccount-navigation li { padding-left: 0; margin-left: 0; margin-bottom: 15px; }
.woocommerce-MyAccount-navigation li:before { display: none; }
.woocommerce-MyAccount-navigation li a { border: none !important; color: #000; }
.woocommerce-MyAccount-navigation li a:hover {color: #afa490;}
.woocommerce-page table.cart td.actions #coupon_code { width: 140px;border: 3px solid #d5c9b3;height:51px; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { /*height: 48px; padding-top: 0 !important; padding-bottom:0 !important; line-height: 48px;*/ }
.checkout_coupon.woocommerce-form-coupon .woocommerce .form-row { padding: 0 15px 0 0; }
.checkout_coupon.woocommerce-form-coupon .form-row-last, .checkout_coupon.woocommerce-form-coupon .form-row-last { float: left; }
.recent-work-four .row {justify-content: center;}
.faq-three .faq-page a.collapsed { color: #000;}
.faq-three .faq-page a {color:#afa490; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {display: none ;}



/**/
.photo-credit{font-size: 11px; font-weight: 400;color: #313b45;}
.photo-credit .name{display:block;line-height: 1.2; margin: 2px 0;}
.photo-credit.home-banner{position: absolute;bottom: 0px;left: 15px;}
.photo-credit.inner-welcome{margin: 10px 0 0 0;}
.lcp-3 .photo-credit .name,.photo-credit.inner-welcome .name, .photo-credit.brand-marketting .name, .photo-credit.how-work .name{display: inline-block;}
.lcp-3 .photo-credit .name:nth-child(2), .photo-credit.about-top-photo-credit .name:nth-child(2), .photo-credit.inner-welcome .name:nth-child(2), .photo-credit.brand-marketting .name:nth-child(2), .photo-credit.how-work .name:nth-child(2){margin: 0px 0 0 2px; display: inline-block;border-left: 1px solid #313b45;padding-left: 5px}
.photo-credit.brand-marketting { /*position: absolute; left: 15px; bottom: -40px;*/ padding: 0 15px; margin-top: 10px;}
.photo-credit.how-work {margin: 6px 0 0 0;}



.login-page h2 {text-align: center;margin-top: 0;}
.login-page .woocommerce-form-login, .login-page .woocommerce-ResetPassword {max-width: 600px; margin: 0 auto 60px !important; border: 1px solid #d5c9b3 !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; padding: 20px !important; border-radius: 0px !important; background-color: #eae7e1;}

.woocommerce-form-login, .woocommerce-ResetPassword, .woocommerce form.checkout_coupon, .woocommerce table.shop_table, .woocommerce-MyAccount-content #add_payment_method #payment, .woocommerce .woocommerce-customer-details address {border: 1px solid #d5c9b3 !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; padding: 15px !important; border-radius: 0px !important; background-color:#FFF; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{margin-top: 6px;}
.woocommerce-LostPassword.lost_password a, .woo-default p a{font-size: 16px;}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #706c63 !important; line-height: normal;border: 1px solid #706c63 !important; border-radius: 0 !important;color: #d5c9b3 !important;font-weight: 600; letter-spacing: 1.5px; font-size: 16px; padding: 15px 15px;text-transform: uppercase;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;background-image: url("../images/arrow-right.svg");background-repeat: no-repeat;background-size: 10px auto;background-position: right 12px center;padding-right: 31px;}

.woocommerce-page table.cart td.actions .coupon button.button:hover, .woocommerce-page table.cart td.actions .coupon button.button:focus, .woocommerce-page table.cart td.actions button.button:hover, .woocommerce-page table.cart td.actions button.button:focus, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus, .checkout_coupon.woocommerce-form-coupon button.button:hover, .checkout_coupon.woocommerce-form-coupon button.button:focus, .woocommerce-ResetPassword button.button:hover, .woocommerce-ResetPassword button.button:focus, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:focus, .woocommerce table.my_account_orders .button:hover, .woocommerce table.my_account_orders .button:focus, .account-payment-methods-table .payment-method .button:hover, .account-payment-methods-table .payment-method .button:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus{
  background-color: #d5c9b3 !important;border-color: #d5c9b3 !important;color: #706c63 !important;background-image: url(../images/arrow-right-hover.svg); background-repeat: no-repeat; background-size: 10px auto; background-position: right 12px center;
}


.woocommerce table.my_account_orders .button{letter-spacing: normal;font-size: 14px;padding: 7px 10px;background-size: 8px auto;background-position: right 9px center;
padding-right: 21px;}
.woocommerce table.my_account_orders .button:hover, .woocommerce table.my_account_orders .button:focus{background-size: 8px auto;background-position: right 9px center;}

.woocommerce table.shop_table td a{border: none;}
.woocommerce-order-details, .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {padding: 0 !important;}


.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row--first.form-row.form-row-first{width:100%;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{background-image: url("../images/arrow-right.svg");background-repeat: no-repeat;background-size: 10px auto;background-position: right 12% center;padding-right: 31px;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:active {background-image: url(../images/arrow-right-hover.svg); background-repeat: no-repeat; background-size: 10px auto; background-position: right 12% center;}
.woocommerce-MyAccount-navigation { width: 20%; float: left; margin-bottom: 60px; }
.woocommerce-MyAccount-content { width: 80%; float: left; padding-left: 40px; margin-bottom: 60px; }
.woocommerce-MyAccount-navigation ul{ background:#d5c9b3; margin:0;}
.woocommerce-MyAccount-navigation ul li{ border-bottom:1px solid rgba(255,255,255,0.6); padding:0px; font-weight:300; margin:0;font-size:16px;}
.woocommerce-MyAccount-navigation ul li a{display:block; padding:12px 15px 12px 15px;font-weight:500;color:#313b45;border:none;text-transform: uppercase;}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-MyAccount-navigation ul li.is-active a{background:#706c63;color: #d5c9b3;border:none !important;}
.woocommerce-cart-form .product-name a{border:none !important;}
.woocommerce-MyAccount-navigation ul li:last-child{ border-bottom:none ;}
.woocommerce-MyAccount-navigation ul li:before{display:none !important;}
.woocommerce section ul li::before {display: none;}

.woocommerce-order-details h2, .woocommerce-customer-details h2, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h4, .woocommerce-MyAccount-content h5{margin-top:0;}
.woocommerce-account .addresses .title h3{width:100%;}
.woocommerce-account .addresses .title .edit{float:left;}

.select2-container--default .select2-selection--single{background-color:#FFF;border: 3px solid #d5c9b3;border-radius: 0;-webkit-border-radius: 0; -moz-border-radius: 0;line-height: 48px; height: 48px; padding: 0px 15px 0px 15px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:42px;padding: 0px;color:#000;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:42px;}
.select2-results__option:before{display:none;}
.select2-results__option{font-size:16px;}
.select2-container--open .select2-dropdown--below{border: 1px solid #d5c9b3 !important;}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"]{background-color: #706c63;color:#d5c9b3;}
.woocommerce ul.order_details li{margin-bottom: 15px;width:30%;}

.woocommerce span.onsale{width:50px;height:50px;min-width: inherit; min-height: inherit;font-size:14px}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{font-size:22px;}
.woocommerce ul.products li.product .price{ color: #313b45;font-size:18px; font-weight: 700;}
.woocommerce div.product p.price, .woocommerce div.product span.price {color: #313b45; font-size: 22px;}
.woocommerce ul.products li.product .button{letter-spacing: 0.5px;font-size: 14px;padding: 10px 22px 10px 10px;background-size: 8px auto;background-position: right 8px center;}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus{background-size: 8px auto;background-position: right 8px center;}
.woocommerce .woocommerce-ordering select, .woocommerce div.product form.cart .variations select{background-color: transparent!important;border: solid 3px #d5c9b3;padding: 10px 15px 10px 10px;}
.woocommerce .quantity .qty{width:70px;padding: 0px 6px 0px 10px; text-align: left;height:51px;}
.woocommerce .woocommerce-ordering{margin-bottom: 40px;margin-right:5px;}
.woocommerce div.product form.cart{margin-top:30px;}
.woocommerce div.product form.cart div.quantity { margin: 0 16px 0 0;}
.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del{font-weight:400;}
.single-product  .page-title{margin-bottom: 31px}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border: 1px solid #d5c9b3;background-color:#d5c9b3;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{box-shadow: -2px 2px 0 #d5c9b3;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color: #706c63;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom: 1px solid #d5c9b3;}

.woocommerce div.product form.cart .variations label{margin-top:6px}
.woocommerce-variation-price{margin-bottom: 16px;font-weight: 700;}
.woocommerce .woocommerce-result-count{margin: 12px 0 0 0;}

.single-product .woocommerce-tabs{padding-top:30px;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{background-color: #eae7e1;}
.woocommerce-message, .woocommerce-info {border-top-color: #706c63;}
.woocommerce-message::before, .woocommerce-info::before {color: #706c63;}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{margin-top: -7px;margin-bottom: -15px;padding: 8px 12px;font-size: 14px;letter-spacing: 0.5px;padding-right: 22px;background-size: 8px auto;background-position: right 12px center;}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{width:100px;}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{float: right}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{height:51px;}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { border: 1px solid #d5c9b3 !important;background-color: #FFF; border-radius: 0px;}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{padding: 0}
#add_payment_method #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:before{display:none !important;}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{background-color: #eae7e1;color:#313b45}
#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row{padding: 10px 0 0 0;}
.wc-stripe-elements-field, .wc-stripe-iban-element-field{height:51px;border: 3px solid #d5c9b3 !important;padding: 14px !important;}
.wc-stripe-elements-field, .wc-stripe-iban-element-field{height:51px;border: 3px solid #d5c9b3 !important;padding: 14px !important;}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{border-color:#eae7e1 !important;border-right-color: transparent !important;border-left-color: transparent !important;border-top-color: transparent !important; }
.woocommerce-checkout-payment button{width:auto !important;margin-top:15px !important;}

.woocommerce-address-fields button.button, .woocommerce-EditAccountForm.edit-account button.button{margin: 15px 0 0 4px;}

.tribe-events ul li::before { display: none;}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {background-color:#706c63 !important;font-weight:600 !important; border-radius: 0px !important;  color: #d5c9b3;text-transform:uppercase; }
.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover {background-color:#d5c9b3 !important;color:#706c63 !important;}
.tribe-common .tribe-common-c-btn:hover .tribe-common-c-svgicon, .tribe-common a.tribe-common-c-btn:hover .tribe-common-c-svgicon, .tribe-common .tribe-common-c-btn-border:hover .tribe-common-c-svgicon, .tribe-common a.tribe-common-c-btn-border:hover .tribe-common-c-svgicon{color:#706c63 !important;}

.tribe-common li a, .tribe-events .tribe-events-calendar-list__event-featured-image-link{border:none !important}
.tribe-events .datepicker > div { display: block;}
.event-main-section .datepicker > div { display: block;}
.tribe-events .datepicker .day, .tribe-events .datepicker .datepicker-switch, .tribe-events .datepicker .day, .tribe-events .datepicker .dow{color: #706c63 !important;font-weight: 400 !important;font-family: 'Montserrat';}
.tribe-events, .tribe-common .tribe-common-b2, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input, .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small, .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common li, .tribe-common a, .tribe-common abbr, .tribe-common acronym, .tribe-common address, .tribe-common applet, .tribe-common article, .tribe-common aside, .tribe-common audio, .tribe-common b, .tribe-common big, .tribe-common blockquote, .tribe-common canvas, .tribe-common caption, .tribe-common center, .tribe-common cite, .tribe-common code, .tribe-common dd, .tribe-common del, .tribe-common details, .tribe-common dfn, .tribe-common div, .tribe-common dl, .tribe-common dt, .tribe-common em, .tribe-common embed, .tribe-common fieldset, .tribe-common figcaption, .tribe-common figure, .tribe-common footer, .tribe-common form, .tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common header, .tribe-common i, .tribe-common iframe, .tribe-common img, .tribe-common ins, .tribe-common kbd, .tribe-common label, .tribe-common legend, .tribe-common li, .tribe-common main, .tribe-common mark, .tribe-common menu, .tribe-common nav, .tribe-common object, .tribe-common ol, .tribe-common output, .tribe-common p, .tribe-common pre, .tribe-common q, .tribe-common ruby, .tribe-common s, .tribe-common samp, .tribe-common section, .tribe-common small, .tribe-common span, .tribe-common strike, .tribe-common strong, .tribe-common sub, .tribe-common summary, .tribe-common sup, .tribe-common table, .tribe-common tbody, .tribe-common td, .tribe-common tfoot, .tribe-common th, .tribe-common thead, .tribe-common time, .tribe-common tr, .tribe-common tt, .tribe-common u, .tribe-common ul, .tribe-common var, .tribe-common video, .tribe-events-back a, .tribe-events-back a:visited, .tribe-events-schedule h2, .tribe-events-schedule .tribe-events-cost, .tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul, .tribe-events-related-events-title, .tribe-events-single ul.tribe-related-events li, .tribe-events-single ul.tribe-related-events li .tribe-related-events-title, .tribe-events-nav-pagination{font-family: 'Montserrat' !important;font-weight: 400;font-size:16px;}

.tribe-events-single-event-title, .tribe-events-event-meta dd, .tribe-events-event-meta dt, .tribe-events-single .tribe-events-sub-nav{font-family: 'Montserrat' !important;}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous{padding: 0;}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next:before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous:before{display:none;}
.tribe-events .datepicker .day.active {background: #706c63 !important;color:#d5c9b3 !important;}
.tribe-events .datepicker .day {line-height: 24px !important;}
.tribe-events .datepicker .day.current, .tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover{background-color: #d5c9b3;}
.tribe-events .tribe-events-c-view-selector__list-item-link:focus .tribe-events-c-view-selector__list-item-text, .tribe-events .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-text{color: #706c63;}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border, .tribe-events-single ul.tribe-related-events li .tribe-related-events-title a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a, .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a{border:none;}


.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover{background-color: #706c63;color:#d5c9b3;}
.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited{border:none!important;}

.tribe-common time, .tribe-common time span, .tribe-events-related-events-title{font-size:24px;}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button{width:100%;max-width: 300px;font-size: 16px;}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text{text-transform: uppercase;}
.tribe-events-calendar-month__day-date time{font-size:16px !important;}
.tribe-common .tribe-common-c-svgicon {color: #d5c9b3 !important;}
.tribe-events .tribe-events-c-view-selector__button--active:before {display: none;}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {width: 300px;}
#tribe-events-pg-template{margin-bottom: 80px}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner{background-color: #d5c9b3;}
.tribe-events-event-meta a:focus, .tribe-events-event-meta a:hover {color: #afa490;}

 
.wshs-post-simple-list li strong { font-weight: normal;}
.tribe-events-single ul.tribe-related-events{width: 100%; flex-wrap: wrap;}
.tribe-events-single ul.tribe-related-events li { flex: 30% 0 0;}
.home .services-box a:hover figcaption h2 ,.article-artifacts-list a:hover .article-artifacts-info h2 {color: #706c63;}  
.press-box-inner:hover .press-text a {color: #706c63; border-bottom:2px solid #706c63;}
address.tribe-events-address span { display: inline-block !important;}
.tribe-events-single-section .tribe-events-venue-map {width: 390px;}
.tribe-events-single-section .tribe-events-venue-map>iframe { max-height: 100%;}
.tribe-events-meta-group.tribe-events-meta-group-venue { width: 210px;}
.woocommerce span.onsale {background-color:#afa490; }

.woocommerce ul.order_details li:before ,.woocommerce-error li:before {display: none !important;}
.stuck .header-top {margin-top: -30px; }
.header-top { -webkit-transition: margin 0.24s ease-in-out; -moz-transition: margin 0.24s ease-in-out; transition: margin 0.24s ease-in-out;}
.comment-reply-link svg { position: relative; top: -2px; left: -4px; height: 18px; width: 19px;  fill: #313b45;   -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
 a.comment-reply-link:hover svg {fill: #afa490;  }

 .apply-btn {margin-top:0px;   max-width: 300px;min-width: 300px;  padding: 8px 12px;}
 a.apply-btn{ border-bottom:none !important; color: #d5c9b3;}
 /*.apply-btn.btn:focus, .apply-btn.btn:hover {background-color: #d5c9b3;} */
 a.apply-btn.btn:focus , a.apply-btn.btn:hover {color: #706c63; background-color: #d5c9b3;}
  .tribe-events-single .tribe-common .tribe-common-c-btn-border{ background-color: #d5c9b3 !important;
    color: #706c63 !important;}
 .tribe-events-single .tribe-common .tribe-common-c-btn-border:hover,.tribe-events-single .tribe-common .tribe-common-c-btn-border:focus {background-color: #706c63 !important;color: #d5c9b3 !important;}
 .tribe-common .tribe-common-c-svgicon { color: #706c63 !important;}
 .tribe-events-single .tribe-common .tribe-common-c-btn-border:hover .tribe-common-c-svgicon {color: #d5c9b3 !important;}

.photo-credit.about-top-photo-credit {
  text-align: left;
  padding: 0 15px;
  margin-top: 10px;
}
.photo-credit.about-top-photo-credit .name { display: inline-block; text-align: left;}
.photo-credit-row .photo-credit {padding: 0 15px;  margin-top: 10px;  width: 100%;  float: left;}


.signup-newsletter-section.event-hide-sec { padding-top: 10px;}
.ready-togo-section.hide-testimonial-sec {padding-top:100px !important;}
.single-post .blog-inner-page .blog-single h2{font-size: 24px; line-height: 32px; margin-bottom: 30px;}
.blog-listing .blog-post-title {display: flex; justify-content: center;  align-items: center;}
.insta-blog-section .blog-post { margin-bottom: 10px;}



.tribe-events-single.custom-events-single .tribe-events-back { text-align: center; }
.tribe-events-single.custom-events-single .tribe-events-schedule.tribe-clearfix, .tribe-events-single.custom-events-single .tribe-events-schedule.tribe-clearfix h2 { margin-top: 0; }
.tribe-events-single.custom-events-single .tribe-events-notices, .tribe-events-single.custom-events-single .tribe-events-notices ul { text-align: center; }
.tribe-events-single.custom-events-single .tribe-events-notices ul li:before { display: none; }
.tribe-events-single.custom-events-single .tribe-events-schedule.tribe-clearfix, .tribe-events-single.custom-events-single .tribe-events-schedule.tribe-clearfix h2 { text-align: center; width: 100%; }
.tribe-events-single.custom-events-single ._form ._form-label { margin-bottom: 2px; }
.tribe-events-single.custom-events-single ._form input, .tribe-events-single.custom-events-single ._form input {
  height: 30px;
  line-height: 30px;
  color: #313b45;
}
.tribe-events-single.custom-events-single ._form ._form_element._full_width { margin-bottom: 16px; }


.tribe-events-single.custom-events-single ._checkbox-radio{display: inline-block;}
.tribe-events-single.custom-events-single ._form {
  margin: 0 0 35px;
}

.tribe-events-single.custom-events-single .tribe-events-meta-group .tribe-events-single-section-title {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  color: #313b45;
  font-size: 32px;
  text-transform: inherit;
  margin-top: 0;
}
.tribe-events-single.custom-events-single .tribe-events-meta-group-details dl dd {
  /*margin-top: -29px !important;
  left: 74px;
  position: relative;*/
}

.tribe-events-single.custom-events-single ._submit, .tribe-events-single.custom-events-single ._form ._submit{background-position: right 22px center;padding-right:40px;}
.tribe-events-single.custom-events-single ._form ._submit:hover, ..tribe-events-single.custom-events-single ._form ._submit:focus, ..tribe-events-single.custom-events-single ._form ._submit:active{background-position: right 22px center;}

.tribe-events-single.custom-events-single ._checkbox-radio span label, .tribe-events-single.custom-events-single ._checkbox-radio span label{margin: 0 30px 0 0;}
.tribe-events-single.custom-events-single input::placeholder, .tribe-events-single.custom-events-single textarea::placeholder {opacity: 1; color: #313b45;}

.tribe-events-single.custom-events-single textarea {
  width: 100%;
  height: 80px;
  border-radius: 0 !important;
  border: none;
  box-shadow: none !important;
  border-bottom: 3px solid #afa490;
  background: #fefcf9;
}
.tribe-events-single.custom-events-single textarea:focus { 
  border: none;
  box-shadow: none !important;
  border-bottom: 3px solid #afa490;
  background: #fefcf9;
}

.tribe-events-single.custom-events-single ._custom-checkbox, .tribe-events-single.custom-events-single ._checkbox-radio {
  display: inline-block!important;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  margin-bottom: 6px;
  margin-top: 4px;
}
.tribe-events-single.custom-events-single ._checkbox-radio input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;right:0;}
.tribe-events-single.custom-events-single ._checkbox-radio span label{padding-left:25px;cursor: pointer;margin: 0;font-size: 16px;font-weight: 400;}
.tribe-events-single.custom-events-single ._checkbox-radio span label{cursor: pointer;position: relative;}
.tribe-events-single.custom-events-single ._checkbox-radio span label:before{content: ""; width:18px;border:none;border-bottom: 1px solid #afa490;position: absolute;top: 3px;left: 0;height: 18px;}
.tribe-events-single.custom-events-single ._checkbox-radio input:checked ~ span label:before { background-color: transparent;}
.tribe-events-single.custom-events-single ._checkbox-radio span label:after { content: ""; position: absolute; display: none;}
.tribe-events-single.custom-events-single ._checkbox-radio input:checked ~ span label:after { display: block;}
.tribe-events-single.custom-events-single ._checkbox-radio span label:after { left: 0px;top: -2px;background: url(../images/check.png) no-repeat;width: 28px;height: 28px;position: absolute;}
.tribe-events-single.custom-events-single ._checkbox-radio { margin-right: 20px; }
.tribe-events-single.custom-events-single .tribe_events { overflow: visible !important; }

.tribe-events-single.custom-events-single .tribe-events-single-event-description.tribe-events-content { text-align: center; }
.tribe-events-single.custom-events-single .tribe-events-meta-group.tribe-events-meta-group-details { text-align: center; }
.tribe-events-single.custom-events-single dl { text-align: center; }
.tribe-events-single.custom-events-single .events-apply-btn h2 { text-align: center; }