/*
    Template: pearl
    Theme Name: Osborn Glass Theme
    Theme URI: https://www.indigoross.co.uk
    Author: IndigoRoss
    Author URI: hhttps://www.indigoross.co.uk
    Description: Pearl WP is a true multi-niche WordPress theme, which consist of several micro-niche themes. Each micro-niche layout has its own features, modules and specifications. You can use UI modules from any layout and mix it with other UI modules. 300+ UI modules and 250+ prebuilt pages are available for use. Open the shell and find the Pearl!
    Version: 1.1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: beauty salon, blog, business, church, coach, construction, consulting, corporate, ecommerce, multipurpose, music, portfolio, restaurant, transportation, travel, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: pearl-child-theme
*/

.stm_posts_list_style_10 .stm_posts_list_single__icon_box.latest {
    background-color: #40bf00;
	display: none !important;
}

.stm_posts_list_style_10 .stm_posts_list_single__icon_box.popular {
    background-color: #ffaa00;
	display: none !important;
}
.stm_single_post_style_17 .post_info .stm_posts_list_single__icon_box.latest {

    background-color: #40bf00;
	display: none !important;

}

.stm_posts_list_style_10 .stm_posts_list_single__icon_box.trending {
    background-color: #289dfd;
    display: none !important;
}

.stm_posts_list_style_10 .stm_posts_list_single__icon_box.hot {
    background-color: #ff0000;
    display: none !important;
}

.stm_single_post_style_17 .post_info .stm_posts_list_single__icon_box.hot {
    background-color: #ff0000;
    display: none !important;
}

.stm_single_post_style_17 .post_info .stm_posts_list_single__icon_box.trending {
    background-color: #289dfd;
    display: none !important;
}

.h1, h1 {
    color: #74b548 !important;

}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a, html body .stm-navigation__fullwidth ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {
    padding: 0 !important;
    margin: 8px 0 !important;
    border: 0;
    letter-spacing: 0;
    text-transform: none;
    background-color: transparent !important;
    font-weight: normal;
    font-size: 12px;
}

html body .stm-navigation__default ul li.stm_megamenu > ul.sub-menu > li {
    padding: 0 15px 0 15px;
}

.stm-header__row_color_bottom::before {
    background-color: rgba(224, 224, 224, 0.9) !important;
}

.btn_secondary.btn_solid {
    background-color: #74b548 !important;
}

.stm_markup_right.stm_markup_50 > .stm_markup__content {
	font-size: 13px;
}

.fa-vk::before {
    content: "\f04b" !important;
}

.fa-git::before {
    content: "\f179" !important;
}

html body .stm-navigation__default ul li.stm_megamenu:hover ul.sub-menu, html body .stm-navigation__fullwidth ul li.stm_megamenu:hover ul.sub-menu {
    transition: all .25s ease !important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    margin-top: -30px;
}

/* new template */

.btn {
    background: #4796ac;
    color: white !important;
    border-radius: 0;
}

.btn:hover {
    background: #2a344e !important;
}

.section-separator {
    height: 80px;
}

.hero-buttons a {
    padding: 12px 35px;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: none;
    background: rgba(116, 172, 71, 0.75);
}

.hero-buttons a:hover {
    background:white !important;
    text-decoration: none !important;
}

#new-hero-banner {
    height: 460px;
}

#new-hero-banner h1 {
    color: white !important;
}

#new-hero-banner .paragraph {
    font-size: 18px;
    margin-bottom: 18px;
    max-width: 800px;
}

#accordion .accordion-heading span{
    width: 24px;
    height: 24px;
    background: #74b548;
}

#accordion .accordion-heading span:before {
    content: "";
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    margin-left: -8px;
    margin-top: -1px;
    transition: all .5s ease;
}

#accordion .accordion-heading span:after {
    content: "";
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    margin-left: -8px;
    margin-top: -1px;
    transform: rotate(0);
    transition: all .5s ease;
}

#accordion .accordion-heading.collapsed span:after {
    transform: rotate(90deg);
}

#accordion .accordion-heading:hover span {
    background: #74b548;
}

#accordion .accordion-text {
    font-size: 18px;
    padding-bottom: 16px;
}

#accordion .accordion-text i {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 0 2px;
}

#accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.address-wrap {
    background: #74b548;
    font-size: 18px;
}

.address-wrap h3 {
    font-size: 18px !important;
    font-weight: bold;
    line-height: 1.4;
}

#contact-form .form-wrap {
    background: #f7f7f7;
    border: 4px solid #74b548;
    padding: 30px;
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media(min-width: 768px) {

    #new-hero-banner {
        height: 680px;
    }

}

.videos-page {
    padding: 50px 0;
}

.videos-page h1 {
    text-align: center;
}

.videos-page .video-page-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.videos-page .video-container {
    display: flex;
    flex-wrap: wrap;
}

.videos-page .object-cover-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videos-page .video-item {
    width: 50%;
    padding: 0 1rem;
    margin-top: 2rem;
}

.videos-page .play-button {
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.embed {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.embed-16by9 {
    padding-bottom: 56.25%;
}

@media (max-width: 768px) {
    .videos-page .video-item {
        width: 100%;
        padding: 0;
    }
}