

/* BOX WEBSITE */
body {background-color: #fff!important;}

.wrapper {
    max-width: 1920px;
    margin: auto;
}

header {
    margin: auto !important;
    max-width: 1920px;
    left: auto !important;
}
/* BOX WEBSITE */


/* BLOG STYLING */

.blog_single h2.entry_title {
    display: none !important;
}.blog_single img.attachment-full.size-full.wp-post-image {
    margin-top: 40px;
    border: 2px solid rgba(0,0,0,0);
    box-shadow: 3px 2px 20px 2px rgba(0, 0, 0, 0.22);
}

ol li {
    margin-left: 15px;
    list-style-position: outside;
    padding-left: 8px;
}


/* BLOG STYLING END */



.q_progress_bar .progress_title_holder {
    margin: 0 0 11px;
}

 nav.main_menu>ul>li.active>a>span:not(.plus) {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 12px 23px;
border-radius: 3px;
background-color: #fff;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a{
    opacity: 1;
}

.footer_top .widget_nav_menu ul li {
    padding: 0;
}

.footer_bottom a, .footer_bottom ul li a {
    color: #fff;
}

.testimonial_title_holder h5 {
    font-size: 25px;
}

p.testimonial_author {
    font-family: 'Arvo', serif;
}

.testimonials_c_holder .testimonial_content_inner {
    padding: 53px 45px 44px;
}

.testimonials_c_holder .testimonial_content_inner .testimonial_image_holder {
    margin-bottom: 16px;
}

.testimonials_c_holder .testimonial_content_inner .testimonial_rating_holder {
    margin: 27px 0 19px;
}

.testimonials_c_holder .testimonial_content_inner .testimonial_author {
    margin-top: 23px;
}

.wpcf7 form.wpcf7-form p {
    margin-bottom: 12px;
}

.qode-lower-section-z-index .full_section_inner {
z-index: 19;
}

 @media only screen and (min-width: 768px){
.qode-info-card .qode-info-card-image,
.qode-info-card .qode-info-card-text-holder {
border-right: 1px solid #eeedee;
}
}

@media only screen and (max-width: 600px) {
.subtitle {
    display: none;
}
.title.title_size_medium h1 {
    font-size: 30px;
    line-height: 31px;
}
}