/* menu font */
#site-navigation ul li a {
    font-size: 16px;
}

/* Title bar background of pages */
.breadcrumb-trail.breadcrumbs {
    background: #dfcfc0 none repeat scroll 0 0;
   }

/* Next and Previous buttons in header slider */

.tg-slider-widget .swiper-button-next:before {
	background: transparent;
}

.tg-slider-widget .swiper-button-prev:before {
	background: transparent;
}

/*product section */
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc {

    background: transparent -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0))) repeat scroll 0 0;
    background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0)) repeat scroll 0 0;
}

/* product thumbnail text */
.feature-product-section .tg-feature-product-widget .feature-title-wrap a {
    font-size: 18px;
    color: #141414;
    font-weight: 800;
}

/* Product next and previous button hide */
.post-navigation .nav-previous{
display: none;
}
.post-navigation .nav-next{
display: none;
}

/* Impactmeter text */
#pg-642-3 .widget h3 {
font-weight:700;
font-size:18px;
}


/* Impact meter plus replacement */
.fa-plus:before {
    content: "+";
}

/* check if needed */
@media (max-width: 980px){
#site-navigation ul li.menu-item-has-children .sub-toggle{
background-color: #af2e2e85;
}
}


/* download card */
.w3eden .card {
    background-color: #f0f0f0 !important;
    background-clip: border-box;
    border: 3px solid rgb(240 240 240 / 63%);
    border-radius: 1rem;
    padding-top: 25px !important;
    
}

.w3eden .btn-primary:hover{
    background-color: #dfcfc0;
    border-color: #dfcfc0;
    color: #b85b51;
    box-shadow: none;
}

.w3eden .btn-primary {
    background-color: #b85b51;
    border-color: #b85b51;
    color: #FFFFFF;
}

.w3eden .text-muted {
    color: #b85b51!important;
}

/* remove bullet overlapping footer menu */

#bottom-footer .footer-menu{
list-style: none;
}

/* lightbox-prettybox, removal of page count and next prev buttons 
div.pp_default .pp_nav {
   
    display: none;
}
*/

/* pods pagination
 
.pods-pagination-advanced {
display: block;
width: 100%;
text-align: center;
}

.pods-pagination-number {
border: 1px solid;
border-radius: 15px;
height: 30px;
width: 30px;
display: inline-block;
vertical-align: middle;
line-height: 30px;
font-weight: bold;
font-size: 16px;
}
*/

/*

.post-navigation .nav-previous{
display: none;
}
.post-navigation .nav-next{
display: none;
}

.single .entry-thumbnail{
text-align: center;
}
*/

/* in service widget image size */
figure.service-image-wrap {
width: 15%;
float: left;
margin-right:20px;
}



/*
.swiper-slide {
    width: 200 !important;
    }

element.style {
    width: 200px;
}

client-slide swiper-slide swiper-slide-active {width: 200px;}
client-slide swiper-slide swiper-slide-next {width: 200px;}
*/