/*
  sentobar Toolkit Styles
*/

/*  ==========================================================================
    Table of Content
    ==========================================================================

    1.0 Section Heading
    2.0 Services
        2.1 Services 1
        2.2 Services 2
        2.3 Services 3
    3.0 Callout
    4.0 Project
    5.0 Counter
    6.0 Team
    7.0 Testimonial
    8.0 Sponsor
    9.0 Icon List
    10.0 Contact Form
    11.0 Branding
    12.0 Slider
    13.0 Buttons
    14.0 Videos
    15.0 Spacing
    16.0 Notice Box
    17.0 Accordion
    18.0 Social Share
    19.0 Subscribe Form
    20.0 Pricing List
    21.0 Blog

    ==========================================================================
    sentobar
    ========================================================================== */

/* ==========================================================================
   1.0 Section Heading
   ========================================================================== */
.section-heading h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    color: #222;
}
.section-heading p{
    margin-bottom: 0;
}
/* Global Transition */
a,
a:hover{
    transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   2.0 Services
   ========================================================================== */
.service-item{
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.service-item:before{
    background-color: rgba(17,17, 17, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
   z-index: 2;
}
.service-item img{
    display: block;
    transition: all 0.8s ease-in-out;
    width: 100%;
}
.service-item:hover img{
    -webkit-filter: blur(4px); /* Chrome, Safari, Opera */
    filter: blur(4px);
    transition: all 0.2s ease-in-out;
}
.service-item .post-info{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 30px;
    z-index: 10;
}
.service-item .post-info p{
    font-weight: normal;
    margin: 0;
}
.service-item .post-info a{
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}
.service-item .post-info a:hover{
    color: #fff;
    text-decoration: underline;
    opacity: 1;
}

/* ==========================================================================
   2.1 Services 2
   ========================================================================== */
.service-box-2{
    display: block;
    text-align: center;
}
.service-box-2 .service-icon{
    background-color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #222;
    margin: 0 auto;
}
.service-box-2 img{
    max-width: 100%;
    margin-bottom: 15px;
}
.service-box-2 img:hover{
    transition: all 0.2s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.service-box-2 h4{
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    color: #303133;
}
.service-box-2 p{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 22px;
}
.service-box-2 a{
    font-size: 12px;
    text-transform: uppercase;
    color: #555;
    margin-top: 10px;
}
.service-box-2 a:hover{
    color: #9e8a78;
    text-decoration: none;
}
/* ==========================================================================
   2.2 Services 3
   ========================================================================== */
.service-box-3{
    position: relative;
    padding: 60px 20px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}
.service-box-3 h4{
    margin: 0 0 5px;
    padding: 0;
}
.service-box-3 p{
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 14px;
}
.service-box-3 a{
    font-size: 12px;
    font-weight: 400;
}
.service-box-3 a:hover{
    color: #9e8a78;
    text-decoration: underline;
}
.service-box-3:hover h4,
.service-box-3:hover a{
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.service-box-3:hover p{
    color: #ddd;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.service-box-3 .hover-img{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.service-box-3 .hover-img:before{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.service-box-3:hover .hover-img{
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   3.0 Callout
   ========================================================================== */
.wt-callout{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wt-callout h2{
    margin-bottom: 10px;
}
.wt-callout.wt-callout-align-center{
    flex-direction: column;
}
.wt-callout.wt-callout-align-center .wt-callout-left{
    margin-bottom: 20px;
}
.wt-callout.wt-callout-align-center .wt-callout-right,
.wt-callout.wt-callout-align-center .wt-callout-left{
    text-align: center;
    padding: 0;
}
.wt-callout.box_center{
    justify-content: center;
}
.wt-callout.box_center .wt-callout-left{
    flex: inherit;
}
.wt-callout .wt-callout-left{
    flex: 1;
}
.wt-callout .wt-callout-right{
    width: auto;
    padding-left: 60px;
}
.wt-callout.box_center .wt-callout-right{
    padding-left: 30px;
}
.wt-callout.wt-callout-align-left .wt-callout-right{
    order: -1;
    padding-right: 60px;
    padding-left: 0
}
.wt-callout-desc{
    font-weight: normal;
    margin: 0;
}
.wt-callout-btn{
    background-color: #9e8a78;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    padding: 15px 30px;
    border-radius: 2px;
    font-weight: 600;
    font-family: 'Open Sans', serif;
}
.wt-callout-btn:hover{
    color: #fff;
    opacity: 0.8;
}
.wt-callout-btn .wt-callout-icon-align-left{
    order: -1;
}

@media (max-width: 750px) {
    .wt-callout{
        display: block;
    }
    .wt-callout.box_center{
        text-align: center;
    }
    .wt-callout .wt-callout-right{
        padding-left: 0;
        margin-top: 20px;
    }
    .wt-callout.wt-callout-align-left .wt-callout-right{
        padding: 0;
    }
    .wt-callout-btn{
        display: inline-block;
    }
    .section-heading p br,
    .section-heading h2 br{
        display: none!important;
    }
}


/* ==========================================================================
   4.0 Gallery
   ========================================================================== */
.grid-gallery {
	max-width: 100%;
	list-style: none;
	padding: 0;
    margin: 0;
}
.grid-gallery li {
	display: block;
	float: left;
	padding: 5px;
	width: 33.33%;
	opacity: 0;
}
.grid-gallery li a{
    transition: all 0.2s ease-in-out;
}
.grid-gallery li a:hover{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
}
.grid-gallery.column-2 li{
    width: 50%;
}
.grid-gallery.column-4 li{
    width: 25%;
}
.grid-gallery.column-1 li{
    width: 100%;
}
.grid-gallery li.shown,
.no-js .grid-gallery li,
.no-cssanimations .grid-gallery li {
	opacity: 1;
}
.grid-gallery li a,
.grid-gallery li img {
	outline: none;
	border: none;
	display: block;
	width: 100%;
}

/* Effect 1: opacity */
.grid-gallery.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
.grid-gallery.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid-gallery.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid-gallery.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid-gallery.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid-gallery.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid-gallery.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid-gallery.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
	.grid-gallery li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.grid-gallery li {
		width: 100%;
	}
}

/* ==========================================================================
   5.0 Counter
   ========================================================================== */
.counter-box h3{
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 5px;
}
.counter-box h4{
    font-size: 16px;
    text-transform: uppercase;
}
.counter-box i{
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}

/* ==========================================================================
   6.0 Team
   ========================================================================== */
.team-members{
    text-align: center;
}
.team-box{
    position: relative;
    overflow: hidden;
}
.team-box img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.team-box:hover img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
}
.team-box:hover .team-info{
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.team-info{
    background-color: rgba(158, 138, 120, 0.8);
    padding: 20px 10px;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -100px;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.team-info h4{
    margin-bottom: 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    letter-spacing: 0;
}
.team-info p{
    margin: 0;
}
.team-social{
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
.team-social li{
    display: inline-block;
}
.team-social li a{
    background-color: #fff;
    color: #555;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    font-size: 10px;
    border-radius: 2px;
}
.team-social li a:hover{
    color: #fff;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   7.0 Testimonial
   ========================================================================== */
.review-box{
    padding: 30px;
}
.review-box h4{
    font-family: 'Open Sans', serif;
    font-size: 16px;
    font-weight: 400;
}
.review-box p{
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.2px;
}

/* Ratings */
.ratings{
    display: block;
    margin: 0 -3px 0!important;
}
.ratings li{
    display: inline-block;
    color: #777;
    font-size: 12px;
}
.ratings.star-5 li{
    color: #FED701;
}
.ratings.star-4 li:nth-child(-n+4){
    color: #FED701;
}
.ratings.star-3 li:nth-child(-n+3){
    color: #FED701;
}
.ratings.star-2 li:nth-child(-n+2){
    color: #FED701;
}
.ratings.star-1 li:nth-child(-n+1){
    color: #FED701;
}
.nav-center .owl-nav{}
.nav-bottom .owl-nav div,
.nav-center .owl-nav div{
    background-color: #fafafa;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #eee;
    position: absolute;
    left: -40px;
    top: calc(50% - 20px);
    text-align: center;
    font-size: 10px;
    color: #777;
}
.nav-center .owl-nav div.owl-next{
    left: auto;
    right: -40px;
}
.nav-bottom .owl-nav div{
    top: auto;
    bottom: -60px;
    left: 0;
}
.nav-bottom .owl-nav div.owl-next{
    right: auto;
    left: 50px;
}

@media all and (max-width: 992px) {
    .nav-center .owl-nav div.owl-next{
        right: 0;
    }
    .nav-center .owl-nav div{
        left: 0;
    }
}
.testi-carousel .owl-dots{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -20px;
    text-align: center;

}
.testi-carousel .owl-dots div{
    background-color: #ddd;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 2px;
    transition: all 0.3s linear;
    transform: scale(0.8);
}
.testi-carousel .owl-dots div.active{
    background-color: #fff;
    transition: all 0.3s linear;
    transform: scale(1);
}
.review-box .client-info{
    position: relative;
    padding-left: 100px;
    padding-top: 20px;
    min-height: 80px;
}
.review-box .client-info img{
    width: 80px!important;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.review-box.center .client-info{
    padding-left: 0;
}
.review-box.center .client-info img{
    position: inherit;
    margin: 0 auto;
    margin-bottom: 15px;
}

/* ==========================================================================
   8.0 Sponsor
   ========================================================================== */
.sponsor-list{}
.sponsor-list .sponsor-box{
    padding: 5px;
    cursor: pointer;
}
.sponsor-box img{
    opacity: 0.6;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
.sponsor-box:hover img{
    opacity: 1;
}
/* Carousel Settings */
.sponsor-carousel.nav-center .owl-nav div{
    background-color: transparent;
    border: none;
    color: #555;
    font-size: 16px;
}

/* ==========================================================================
   9.0 Icon List
   ========================================================================== */
.wt-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.wt-list .list-item{
    position: relative;
    padding-left: 75px;
}
.wt-list .list-item .list-icon{
    border-style: solid;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
}
.wt-list .list-item .list-icon i,
.wt-list .list-item .list-icon span{
    width: 100%;
    display: block;
    text-align: center;
}
.wt-list .list-item h4{
    margin-bottom: 0;
}
.wt-list .list-item p{
    margin: 0;
    font-weight: normal;
}

/* ==========================================================================
   10.0 Contact Form
   ========================================================================== */
.wpcf7{
    max-width: 100%!important;
}
.wt-cf7-form{}
.wt-cf7-form .wpcf7 .wpcf7-response-output{
    margin-top: 40px;
}
.wt-cf7-form form p{
    margin: 0!important;
    text-align: center;
}
.cf7-col-row{
    margin: 0 -10px;
    display: block;
    margin-bottom: 0;
}
.cf7-col-row .cf7-col{
	float: left;
	width: 50%;
	padding: 0 10px;
}
.wt-cf7-form .wpcf7-form label{
    color: #555;
    font-size: 12px;
}
.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap input{
    border: 1px solid #ddd;
    padding: 12px .75rem;
}
.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap input:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #9e8a78;
}
.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea{}
.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #9e8a78;
}
.wt-cf7-form .wpcf7-form-control{
	margin-top: 0;
}

.wpcf7 select:not([size]):not([multiple]), select.form-control:not([size]):not([multiple]) {
    height: 50px!important;
}
.wpcf7 select:not([size]):not([multiple]):focus, select.form-control:not([size]):not([multiple]):focus{
    outline: none;
    box-shadow: none;
}
.wt-cf7-form span.wpcf7-list-item {
	display: inline-block;
    margin: 5px 15px 0 0;
}
.wt-cf7-form .nice-select.wpcf7-form-control{
    height: 50px;
    display: block;
    width: 100%;
}
.wt-cf7-form .nice-select.wpcf7-form-control span{
    line-height: 48px;
}
.wt-cf7-form .nice-select.wpcf7-form-control .list{
    width: 100%;
}
.wt-cf7-form .wpcf7 input[type="submit"]{
	color: #fff;
	background-color: #9e8a78;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    width: auto;
    border: none;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.wt-cf7-form .wpcf7 input[type="submit"]:focus,
.wt-cf7-form .wpcf7 input[type="submit"]:hover{
    background-color: #897666;
    color: #fff;
}
.wt-cf7-form .wpcf7 input[type="submit"]:focus{
    border: none;
    outline: 0;
    box-shadow: none;
}
.wt-cf7-form .wpcf7-form-control.wpcf7-submit{
	margin-bottom: 0!important;
}
@media all and (max-width: 767px) {
    .cf7-col-row{
	    margin: 0;
	}
	.cf7-col-row .cf7-col{
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
}

/* ==========================================================================
   11.0 Branding
   ========================================================================== */
.wt-branding{}
.wt-branding .site-title{
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: #9e8a78;
    font-size: 24px;
}
.wt-branding .site-description{
    text-transform: uppercase;
    font-size: 16px;
}

/* Navigation Menu */
.wt-menu-wrap{
    position: relative;
}
.wt-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.wt-menu li{
    display: inline-block;
}
.wt-menu li a{
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
}
.wt-menu li.current_page_item a,
.wt-menu li a:hover{
    color: #111;
}

@media all and (max-width: 767px) {
    .wt-menu {
        display: none;
    }
    .wt-menu-wrap .slicknav_btn{
        margin: 6px 5px 15px;
    }
}

/* ==========================================================================
   12.0 Slider
   ========================================================================== */
.display-table{
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}
.slider-text {
    width: 100%;
}
.slider-text h1{
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #fff;
    line-height: 45px;
}
.nivo-caption a{
    display: inline-block!important;
}
.slider-text p {
    margin-bottom: 15px;
}
.slider-text .slider-btn{
    padding: 15px 20px;
    background-color: #9e8a78;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #9e8a78;
    border-radius: 3px;
}
.slider-text .slider-btn:hover{
    opacity: 0.8;
}
.slider-wrapper {
    position: relative;
}
.nivo-caption {
    height: 100%;
    opacity: 1;
    background: transparent;
    overflow: visible;
}
/* nivo directionNav css */
.nivo-directionNav a {
    font-size: 13px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #b7b7b7;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #fff!important;
    top: calc(50% - 20px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.nivo-directionNav a.nivo-prevNav {
    left: 25px;
}
.nivo-directionNav a.nivo-nextNav {
    right: 25px;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
    left: 15px;
    opacity: 0.7;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
    right: 15px;
    opacity: 0.7;
}
.nivo-directionNav a:hover{
    opacity: 1!important;
}

/* nivo controlNav css */
.nivo-controlNav {
    padding: 0;
    position: absolute;
    z-index: 12;
    bottom: 30px;
    width: 100%;
}
.nivo-controlNav a {
    background-color: transparent;
	width: 12px;
	height: 12px;
    border: 2px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 0 5px;
	transition: all 0.3s ease-in-out;
    line-height: 12px;
}
.nivo-controlNav a.active {
    background-color: #9e8a78;
    border: 2px solid #9e8a78;
}

/* Nivo Thumb Style */
.nivo-controlNav.nivo-thumbs-enabled{}
.nivo-controlNav.nivo-thumbs-enabled a {
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0.7;
}
.nivo-controlNav.nivo-thumbs-enabled a img{
    width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a.active{
    opacity: 1;
    border: none;
    background-color: transparent;
}
@media (max-width: 992px) {
    .nivo-caption .slider-text h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .section-heading{
        margin-bottom: 40px!important;
    }
}
@media all and (max-width: 767px) {
	.nivo-caption .slider-text h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
		text-align: center!important;
    }
	.nivo-caption .slider-text .btn-group-left,
	.nivo-caption .slider-text .btn-group-right,
	.nivo-caption .slider-text .btn-group-center{
		display: none;
	}
    .elementor-text-editor br,
    p br{
        display: none!important;
    }
	.slider-wrapper .nivo-controlNav,
	.slider-text p{
		display: none!important;
	}
    .nivo-directionNav a{
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }
}

/* ==========================================================================
   13.0 Buttons
   ========================================================================== */
.btn-align-left a{
    margin-right: 10px;
}
.btn-align-center a{
    margin: 0 5px;
}
.btn-align-right a{
    margin-left: 10px;
}
.sentobar-btn{
    background-color: #9e8a78;
    display: inline-block;
    padding: 15px 25px;
    font-weight: 700;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.sentobar-btn:hover{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
}

/* ==========================================================================
   14.0 Videos
   ========================================================================== */
.sentobar-video.embed-responsive{
    border: 1px solid #ddd;
    padding: 5px;
}

/* ==========================================================================
   15.0 Spacing
   ========================================================================== */
.sentobar-spacing {
    display: block;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    outline: none !important;
}

/* ==========================================================================
   16.0 Notice Box
   ========================================================================== */
.sentobar-notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.sentobar-notice.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.sentobar-notice.notice-lg {
    padding: 35px;
    font-size: large;
}
.sentobar-notice.notice-success {
    border-color: #80D651;
}
.sentobar-notice.notice-success > strong {
    color: #80D651;
}
.sentobar-notice.notice-info {
    border-color: #45ABCD;
}
.sentobar-notice.notice-info > strong {
    color: #45ABCD;
}
.sentobar-notice.notice-warning {
    border-color: #FEAF20;
}
.sentobar-notice.notice-warning > strong {
    color: #FEAF20;
}
.sentobar-notice.notice-danger {
    border-color: #d73814;
}
.sentobar-notice.notice-danger > strong {
    color: #d73814;
}

/* ==========================================================================
   17.0 Accordion
   ========================================================================== */
.accordion {
  width: 100%;
  max-width: 1080px;
  height: 250px;
  overflow: hidden;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
  font-family: Unna,sans-serif;
  text-overflow: clip;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}
.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}
.accordion ul:hover li {
  width: 8%;
}
.accordion ul:hover li:hover {
  width: 60%;
}
.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 600px) {
  body {
    margin: 0;
  }
  .accordion {
    height: auto;
  }
  .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}

/* Half Background Color */
.elementor-section.half-bg{
    position: relative;
    z-index: 1;
}
.elementor-section.half-bg:before {
    width: 50%;
    height: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.elementor-section.half-bg.bg-right:before{ left: auto; right: 0; }
.elementor-section.half-bg.dark:before{ background-color: #111; }
.elementor-section.half-bg.grey:before{ background-color: #ddd; }
@media (max-width: 992px) {
    .elementor-section.half-bg:before{ display: none; }
    .wt-list .list-item p br{
        display: none;
    }
}
@media (max-width: 591px) {
    .sponsor-list .col-sm-3{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ==========================================================================
   18.0 Social Share
   ========================================================================== */
.social-share {
    display: block;
    margin: 0;
}
.social-share span{
    margin-right: 10px;
}
.social-share a{
    color: #555;
    font-size: 14px;
    margin-right: 10px;
}
.social-share a:hover{
    color: #333;
}

/* Social Icons */
.wt-social-icons{
    display: block;
    margin: 0!important;
}
.wt-social-icons.left{
    text-align: left;
}
.wt-social-icons.left li:not(:last-of-type){
    margin-right: 20px;
}
.wt-social-icons.center{
    text-align: center;
}
.wt-social-icons.center li{
    margin: 0 10px;
}
.wt-social-icons.right{
    text-align: right;
}
.wt-social-icons.right li:not(:first-of-type){
    margin-left: 20px;
}
.wt-social-icons li{
    display: inline-block;
}
.wt-social-icons li a{
    color: #ddd;
    font-size: 12px;
}
.wt-social-icons li a:hover{
    color: #fff;
    opacity: 0.7;
}
.widget ul.wt-social-icons li a{
    color: #999;
}
.widget ul.wt-social-icons li a:hover{
    color: #313335;
    opacity: 1;
}
/* ==========================================================================
   19.0 Subscribe Form
   ========================================================================== */
.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.subscribe_form input.input{
    display: block;
    background-color: #333;
    color: #fff;
    border: none;
    font-size: 12px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    border-radius: 0;
    width: 70%;
    transition: all 0.5s ease-in-out;
}
.subscribe_form input.input:focus{
    color: #fff;
}
.subscribe_form .submit{
    background-color: #9e8a78;
    color: #fff;
    font-family: "Open Sans", serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 30%;
    border-radius: 0;
    letter-spacing: 1;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
    background-color: #897666;
    transition: all 0.5s ease-in-out;
}
.subscribe_form input::-webkit-input-placeholder{
   color: #ddd !important;
}
.subscribe_form input:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;
}
.subscribe_form input::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;
}
.subscribe_form input:-ms-input-placeholder{
   color: #ddd !important;
}
.mc4wp-form-submitted .mc4wp-error{
    margin-top: 50px;
}
.mc4wp-form-submitted .mc4wp-error p{
    color: #ddd;
}
.mc4wp-form-submitted .mc4wp-error p a{
    color: #ddd;
}

/* ==========================================================================
   20.0 Pricing List
   ========================================================================== */
.wt-pricing-box{
    background-color: #fcf9f7;
    padding: 50px;
    display: block;
    text-align: center;
}
.wt-pricing-box .pricing-icon{
    display: block;
    text-align: center;
    margin: 0 0 25px;
}
.wt-pricing-box .pricing-icon img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.wt-pricing-box .pricing-icon i{
    font-size: 50px;
    color: #9e8a78;
}
.wt-pricing-box .pricing-title{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.wt-pricing-box .pricing-title:before{
    background-color: #dddddd;
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}
.wt-pricing-box .pricing-title h3{
    font-size: 28px;
    line-height: 1.1;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    color: #313335;
    letter-spacing: 1px;
    margin: 0;
}
.wt-pricing-box .pricing-title h4{
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: #313335;
    margin: 10px 0 0;
}
.wt-pricing-box .desc{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777;
}
.wt-pricing-box .price-btn{
    background-color: #938a78;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-top: 30px;
}
.wt-pricing-box .price-btn:hover{
    opacity: 0.9;
}

/*Widget About*/
.widget-about{}
.widget-about .widget-brand{
    display: block;
    margin-bottom: 20px;
}
.widget-about-info{
    display: block;
    color: #999;
    font-size: 15px;
    font-family: "Open Sans", serif;
    line-height: 1.73;
    letter-spacing: .2px;
}
.widget-about-info span{
    font-family: 'Open Sans', serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}
.widget .widget-about-info span{
    color: #313335;
}
.widget-about .wt-social-icons{
    margin-top: 20px!important;
}
.widget-about .wt-social-icons li{
    padding: 0;
}
.widget-about .wt-social-icons li:before{
    display: none;
}

/* Custom Venobox */
.vbox-content {
    height: 100vh;
}
.vbox-container img {
    height: 100%;
}

/* ==========================================================================
   21.0 Blog
   ========================================================================== */
.el-blog-posts{
    margin-top: -15px;
    margin-bottom: -15px;
}
.archive .el-blog-posts .blog-post,
.blog .el-blog-posts .blog-post,
.search .el-blog-posts .blog-post{
    padding: 15px;
}
.el-blog-posts .entry_thumb {
    position: relative;
    overflow: hidden;
}
.el-blog-posts .entry_thumb-link img {
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.el-blog-posts .entry_thumb-link::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.el-blog-posts .entry_thumb:hover .entry_thumb-link::before {
    opacity: 1;
    visibility: visible;
}
.el-blog-posts .entry_thumb:hover .entry_thumb-link img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.el-blog-posts .entry_text {
    padding: 30px 25px;
    background-color: #fcf9f7;
}
.el-blog-posts .entry_title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.el-blog-posts .entry_title a {
    color: #222222;
    text-decoration: none;
}
.el-blog-posts .entry_title a:hover,
.el-blog-posts .entry_title a:focus {
    color: #938a78;
}
.el-blog-posts .entry_meta a,
.el-blog-posts .entry_date {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #777;
}
.el-blog-posts .entry_date a {
    margin-bottom: 0;
}
.el-blog-posts .entry-excerpt .page-links{
    padding-bottom: 0;
}
.el-blog-posts .entry_meta {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 25px;
}
.el-blog-posts .entry_meta a {
    color: #777;
    text-decoration: none;
}
.el-blog-posts .entry_meta a:hover{
    color: #222;
}
.el-blog-posts .entry_meta-links a::after {
    content: ", ";
}
.el-blog-posts .entry_meta-links a:last-child::after {
    display: none;
}
