/*Custom style -------------------------*/

/* Fix cursor issue - ensure arrow cursor throughout the website */
* {
    cursor: default !important;
}

a, button, .social-icon, .theme_button, .min_width_button, input[type="submit"], input[type="button"], .btnRefresh {
    cursor: pointer !important;
}

.btnRefresh {
    font-size: 14px !important;
    display: inline-block !important;
}

.btnRefresh:before {
    content: "\f021";
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 14px !important;
    display: inline-block !important;
}

/*.header_white .sf-menu > li > a:hover {
    color: #447750;
}*/

.logo img {
    max-width: 130px;
}


footer .logo img {
    max-width: 250px;
}

.theme_buttons.color2 a, .theme_button.color2 {
    background-color: #548235;
    border-color: #548235;
}

#toTop {

    color: #ffffff;
    background: #548235;
}

.media-body {
    line-height: 20px;
    font-size: 16px;
}


.header_white .sf-menu > li.active > a, .header_white .sf-menu > li.sfHover > a, .header_white .sf-menu .current-menu-item > a, .header_white .sf-menu .current-menu-ancestor > a {
    color: #447750;
    /*border-top: 3px solid #e85242;*/
    border-bottom: 3px solid #447750;
}
 

.page_footer p {
    line-height: 18px;
    text-align: justify;
    font-size: 15px;
}
.darklinks p {
    line-height: 18px;
}

h3.entry-title {
    margin-bottom: 5px !important;
}

.product h3.entry-title {
    font-size: 20px;
}

.small-text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.media {
    margin-top: 5px;
}

 .pb-30 {
    padding-bottom:30px;
 }

.section-excerpt {
    font-size: 18px;
    font-style: italic;
}

.content-3lines-ellipsis {
    display: block;
    display: -webkit-box;
    font-size: 0.85rem;
    height: 6.625rem;
    -webkit-line-clamp: 3;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-media img {
    width: 50%;
    border-radius: 100px;
}

.copyright-txt {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.widget_recent_posts li {
    line-height: 12px;
}

.media {
    margin-top: 12px;
}

.highlight4 {
    color: #c3d72d;
    border-color: #c3d72d;
    font-size: 11px;
    margin-right: 5px;
}

.ds .highlight, .ds .highlight1 {
    color: #c3d72d;
    border-color: #c3d72d;
}

.section_padding_top_100 > [class*="container"] {
    padding-top:30px;
}

.section_padding_bottom_75 > [class*="container"] {
    padding-bottom: 35px;
}


/*.intro_section.bottom-overlap-teasers .slide_description_wrapper {
    padding-bottom: calc(5% + 194px);
}
*/
/*.section_intro_overlap .teaser[class*="_bg_color"], .section_intro_overlap .teaser[class*="with_"] {
    padding: 15px;
}*/

.section_padding_top_90 > [class*="container"] {
    padding-top: 25px;
    padding-bottom: 50px;
}

/*.intro_section h2 {
    font-size: 58px;
    line-height: 70px;
    font-weight: bold;
}*/

.intro_section h2 {
    font-size: 3.5rem;
    line-height:60px;
    font-weight: bold;
}

/*.ls .highlight, .ls .highlight1 {
    color: #1da1f2;
    border-color: #1da1f2;
}
*/

.highlight8 {
    color: #d65042;
    border-color: #d65042;
}

.highlight7 {
    color: #099bbb;
    border-color: #099bbb;
}


.highlight5 {
		color: #FF0000;
    border-color: rgb(241 110 41 / 89%);
	 
}

.highlight6 {
    color: #3b5998;
    border-color: #3b5998;
}

.main_bg_color3.transp {
    background-color:#3b5998;
}

.sf-menu a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.sf-menu > li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 -4px;
}

.sf-menu > li > a {
    margin-left: 10px;
    margin-right: 12px;
}



/*Responsive style class -------------------------------------------*/

@media only screen and (max-width:920px) {

.sf-menu > li {
    display: block;
    position: relative;
    vertical-align: middle;
    margin: 0 -4px;
}

}


 
@media (min-width: 400px) {
    .vertical-item.content-padding .item-content {
        padding: 20px 15px;
    }
}


@media(max-width: 767px) {

    .flexslider ul li img  {
        max-width:100% !important;
    }

    .all-scr-cover .slide-image-wrap {
        position: relative;
    }

    .intro_section.all-scr-cover .slide_description_wrapper {
        margin-top: -200px;
    }

    .bg_teaser {
        background-size: contain;
    }

    .min_width_button {
        min-width: 100%;
    }

    /* Mobile responsiveness for social media teasers */
    #services .row {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    #services .to_animate {
        width: 100% !important;
        margin-bottom: 10px;
        flex: 0 0 auto !important;
    }

    /* Fix cursor issue for social media teasers */
    #services .media {
        cursor: default !important;
    }

    #services .social-icon {
        cursor: pointer !important;
    }


}

