/* HEADER */
.wraper_header_top {
    background: #000;
}

.header_top_item ul.header-social li a {
    font-size: 14px;
}

.is-sticky .wraper_header_main, 
.blog.home-concept-one .blog-item > .holder > .data .btn,
.areas-of-practise.main-concept-one .areas-of-practise-item > .holder .data .btn {
    background: #133C46 !important;
}


.areas-of-practise.main-concept-one .areas-of-practise-item > .holder .data h4 a {
    color: #133C46 !important;
}

body.no-inner-banner .wraper_header_main {
    background: #133C46;
}

.header_top_item ul.header-contact li{
    color: #FFF;
}

.header_top_item ul.header-social li a {
    color: #FFF;
}
.nav > [class*='menu-'] > ul.menu > li > a {
    color: #FFDEBF;
}
.nav > [class*='menu-'] > ul.menu > li > a:before {
    background: #FFDEBF;
}
.wraper_header_bannerinner > .container {
    min-height: 300px;
}
.header_bannerinner {
    display: none;
}

.header_main .responsive-nav {
    font-size: 24px;
    color: #fff;
    margin-top: 18px;
}

.sidr {
    background: #133C46;
}

/* CONTENT */
.areas-of-practise.main-concept-two .areas-of-practise-item > .holder .data .btn,
.areas-of-practise.main-concept-two .areas-of-practise-item > .holder .data .btn:hover {
    background: #133C46 !important;
}

.wpcf7 form.sent .wpcf7-response-output, .contact-form.home-concept-one .wpcf7-list-item-label {
    color: #fff;
}

.contact-form.home-concept-one .form-row.button {
    text-align: left;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 9px 30px 12px 30px;
    background: #396670;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* BLOG */
.post.style-three .entry-header .entry-meta, .post.single-post .entry-header .entry-meta {
    display: none;
}

/* FOOTER */
.wraper_footer_top, .wraper_footer_main {
    background: #133C46;
}

.footer_top_item p:not(.widget-title) strong,
.footer_top_item:before,
.footer_main_item > .widget .widget-title,
.footer_main_item > .widget h6:not(.widget-title),
.footer_main_item > .widget.widget_archive ul li:before, .footer_main_item > .widget.widget_categories ul li:before, .footer_main_item > .widget.widget_meta ul li:before, .footer_main_item > .widget.widget_pages ul li:before, .footer_main_item > .widget.widget_nav_menu ul li:before, 
.footer_copyright ul.menu li a
{
    color: #FFDEBF;
}

.wraper_footer_main {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
}

.footer_main_item {
    border-right: 1px #000 solid;
    border-left: 1px #000 solid;
}

.wraper_footer_copyright {
    background: #000;
}
.footer_copyright p {
    color: #fff;
}

/* MEDIA QUERIES */
@media screen and (min-width:321px) and (max-width:479px){
    .wraper_header_main {
        background: #133C46;
    }
}

@media screen and (max-width: 479px) { 
    .footer_main > [class*='col-']:first-child .footer_main_item, .footer_main > [class*='col-']:last-child .footer_main_item {
        border-left: none;
        border-right: none;
    }
    
    .footer_main_item {
        border-left: none;
        border-right: none;
        border-top: 1px solid #000;
    }
    .wraper_footer_main{
        border-top: none;
        border-bottom: none;
    }
}

@media screen and (min-width: 992px) {
    .wpcf7-form {
        position: relative;
    }
    .wpcf7-form-control-wrap.recaptcha {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}