/*
 Theme Name:   Ruffer Child
 Theme URI: https://themeholy.com/wordpress/ruffer/
 Description:  This is a child theme for Ruffer WordPress Theme
Author URI: https://themeforest.net/user/themeholy
 Author URI:   #
 Template:     ruffer
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  ruffer-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
    background-color: #F3F1F2;
    border-left: 20px solid #b41e27;
}
.header-logo .logo img {
    padding-left: 20px;
}

.header-layout1 .logo-bg:after {
    background-color: #A01707;
}

.service-featured_content {
    margin: -80px 0px 0 !important;
    padding: 0 15px 15px !important;
}

@media (min-width: 992px) {
    .text-lg-end {
        display: none;
    }
}

@media (max-width: 767px) {
.header-layout1 .logo-bg:before, .header-layout1 .logo-bg:after {
    background-color: #fff;
    border-left: 0px;
}
	.header-logo .logo img {
    padding-left: 0px;
}
}

.th-menu-wrapper .mobile-logo {
	background-color: #fff;
}

.header-logo {
    width: 80% !important;
}


