/* ===================================================================================

* Theme Name: OptiBoom Child
* Theme URI: https://rrdevs.net/demos/wp/optiboom/
* Author: RRdevs
* Author URI: https://themeforest.net/user/rrdevs/portfolio
* Description: OptiBoom Child – Digital Marketing & SEO Agency WordPress Theme
* Version: 1.0.1
* Template: optiboom
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.header{background: #fff; box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); }
.about-list svg{width: 14px !important; color: #fb5252;}
.primary-header-inner .header-logo img{max-width: 80px;}

.primary-header-inner.inner-2 .header-menu-wrap ul li a{color: #000;}

.primary-header-inner.inner-2 .header-menu-wrap ul li.menu-item-has-children:after{color: #000;}
.page-header{display: none;}

.section-heading .section-title span{background: linear-gradient(81deg, #1f55a6 0%, #1f55a6 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-feature-settings: "clig" off, "liga" off; display: inline-block; position: relative;}
.gradient-text {
    background: linear-gradient(81deg, #1f55a6 0%, #1f55a6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: "clig" off, "liga" off;
}
.service-item .service-btn a:hover{background-color: #1f55a6;}
.counter-wrap.wrap-2:before{background: #000}
.counter-wrap.wrap-2 .counter-item p{text-align: center;}

.filter-items .single-item {
    margin-top: 15px;
}

.blog-content p{color: #000;}
.post-content-wrap .post-meta{margin-bottom: 0;}
.post-content-wrap .post-content{border-bottom-color: #1f55a6 !important;}
.post-content .title a{background: linear-gradient(#000 0%, #000 98%); background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.post-content-wrap .post-meta li:nth-child(1){display: none;}
.post-content-wrap .post-meta li:nth-child(2){display: none;}
.post-card{margin-bottom: 15px;}

.feature-section{padding: 0 0 !important;}
.about-content-2 a{display: none;}
.feature-item .feature-left{column-gap: 0px;}
#optiboom_footer_info_one-1 .site-logo a img{display: none;}
#submit{    color: var(--pb-color-text-body);
    border: 1px solid var(--pb-color-common-purple);
}
.request-form .form-group .form-control{margin-top: 20px; margin-bottom: 0;}
.wpcf7 form.sent .wpcf7-response-output{border-color: green !important; text-align: center !important; color: #fff !important; background: green !important; border-radius: 10px !important; margin-top: 0 !important;}
.success{color: red;}