/* My Custom CSS Edits */

/* General */
.ex-sm{padding:15px 0;}
.support{text-decoration: none!important;}
.hr-alt{margin-top: 0;margin-bottom: 0;width: 80%;margin-left: auto;margin-right: auto;border: 1px dashed #111;}
.ignore{pointer-events: none;}
.small-section{padding: 20px 0;}
iframe {border: 0px;overflow: hidden;}
/* Table */
th{cursor: pointer;color:#fff;}
.spectable{max-width: 80vw!important;font-size: 14px!important;}
.tpl-alt-tabs > li{width:20vw;}
.tpl-tabs-cont{padding-bottom:10px!important;}
.table-hover > tbody > tr:hover{background-color:none;}
a, b, div, ul, li{border:none!important}
/* Fonts Text */
.short-list{font-size: 15px!important;margin-bottom: 0.8em!important;text-align: left;}
a{text-decoration:none;}
.nocur{cursor:default!important;color:#111;font-weight:500;}
.works-filter a.active{color:#fff;font-weight:600;}
.works-filter a.active:hover,.works-filter a:hover{color: #C79E6D;}
.owl-prev, .owl-next{display: none;}
.work-title{font-size:14px;font-weight: 800;color:#C79E6D}
/* .main-nav.dark .inner-nav ul > li > a */
.inner-nav ul li a:hover{font-weight: 800;color:#C79E6D}
.work-item a, .work-item a:hover{font-size: 14px;font-weight: 600;}
.biohead span {color:#c29777;letter-spacing: 1px;}
.section-text strong{color: #C79E6D;}
.team-item-detail{color:#fff;}
/*.owl-prev, .owl-next{color: #C79E6D;font-weight: 800;font-size:50px}*/
/* Color */
.tpl-alt-tabs li.active a, .tpl-alt-tabs li.active a:hover, .tpl-alt-tabs li.active a:focus, .tpl-alt-tabs li a:hover{color:#C79E6D;}
blockquote, .section-text{color:#737373;}
.no-mobile .team-item:hover .team-item-descr{color: #C79E6D;}
.color{color:#C79E6D!important;}
/* BG Color */
.scroll-down::before,.main-nav.color{background: #C79E6D;}
.owl-prev::before, .owl-next::before{background: none;}
.btn-clr{background-color: none;}
.bglist{padding: 10px;color: #f7eedc;background-color:#141414aa;}
.page-loader,.no-mobile .team-item:hover .team-item-image::after{background: rgb(17, 17, 17);}
/* Background */
.bg-info,.bg-pink,.work-item:hover{background-color: rgba(17, 17, 17, 0.85);}
.bg-pink-alt{background:linear-gradient(180deg, #C79E6D 0%, #fff 100%);}
.bg-dark .hover-c a:hover{color:#C79E6D;}
.bg-alt{background-color: #eaeaea;}
.works-grid.hover-white .work-item:hover .work-img:after{background: rgba(250,250,250, .2);}
.bg-color,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background-color: #C79E6D;}
/* Reponsive */
@media screen{.header-mobile{display:hidden!important;}}
@media only screen and (max-width: 800px) {
    .tpl-alt-tabs > li{width:25vw;}
    .small-xs{width:100%;}}
/* Buttons */
.btn-alt:hover{background:#C79E6D!important;}
a.link-to-top{color: #C79E6D;}
.buy-button i{left:0;top:0;font-size:35px;}
.buy-button::before{background:#C79E6D;}
.btn-mod.btn-border {color: #d8d8d8;border-color:rgba(199, 158, 109, 0.226);}
.watchhere:hover,.btn-color{background-color:#C79E6D!important;}
/* Sizing */
.small-alt{padding: 40px 0;}
.fixed-height-alt{min-height: 70vh;}
.img-alt{width: 50%;}
/*.post-ht{height: ;}*/
.pad0{padding:0!important;}
.scroll-down::before{width:50px;height:50px;}
.scroll-down-icon{width:40px;height:30px;font-size:25px;}
/* Carousel */
.work-full-slider .owl-pagination, .content-slider .owl-pagination{display: none;}
/* Lists */
ul {list-style-type: none;margin: 0;padding: 0;}
.clear-list {text-decoration: none!important;color: #e8dfcc!important;/*color: #1a1a1a!important;*/font-weight: 700;}
.myList {text-align:left;}
/* Animation */
.blog-posts-carousel-alt li img{
    -webkit-transition: all 5.00s cubic-bezier(0.000, 0.000, 0.580, 1.000)!important;  
    -moz-transition: all 5.00s cubic-bezier(0.000, 0.000, 0.580, 1.000)!important; 
    -o-transition: all 5.00s cubic-bezier(0.000, 0.000, 0.580, 1.000)!important;
    -ms-transition: all 5.00s cubic-bezier(0.000, 0.000, 0.580, 1.000)!important; 
    transition: all 5.00s cubic-bezier(0.000, 0.000, 0.580, 1.000)!important;
}