

.header_bottom_widget.widget_text .qbutton.center {
    position: relative !important;
    top: 8px !important;
}

///// blog post title area ///// 

body.single.single-post .post .date {display: none;}

.single-post .blog_holder article .post_text_inner h2:first-child {
display: none !important;
}

///// MAIN MENU ///// 

nav.main_menu > ul > li > a {
    padding: 0 21px;
}

body header .q_logo img.mobile {
    height: 81px !important;
    position: relative;
    top: 0px;
}
body div.q_slider{
padding-top: 0px;
}


.testimonials_holder .flex-direction-nav a {
    width: 32px;
    height: 32px;
}

.testimonials_holder .flex-direction-nav li:first-child {
    margin-right: 2px;
}

.testimonials_holder .flex-direction-nav li {
    margin-top: 45px;
}

.testimonials_holder .flex-direction-nav a:before {
    height: 28px;
    width: 28px;
    line-height: 27px;
    font-size: 20px;
}

.testimonials .testimonial_text_inner p.testimonial_author {
    margin-top: 36px;
}

 .qbutton .qode_button_icon_element, .qbutton i {
vertical-align: middle;
}

.q_accordion_holder.accordion .ui-accordion-header {
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
}

.q_accordion_holder.accordion h6.ui-accordion-header {
    padding: 6px 0;
}

.header_bottom_right_widget_holder {
    padding-left: 34px;
}

.carousel-inner .slider_content .slide_anchor_holder .slide_anchor_button {
    font-size: 51px;
    color: #ffffff;
}

p {
    line-height: 28px;
    margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px !important;
}

.q_accordion_holder.accordion.without_icon .ui-accordion-header span.tab-title {
    padding: 0 0 0 63px;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
    text-transform: Uppercase;
}


@media only screen and (max-width: 600px) {
.carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
    font-size: .4em !important;
    line-height: 0.9em !important;
}

@media only screen and (max-width: 600px) {
.carousel:not(.advanced_responsiveness) .carousel-inner .q_slide_subtitle span {
    font-size: .8em;
    line-height: 1.5em !important;
    margin-top: 7px;
}
}


 /////// LIST / BULLET POINTS ///////

.q_list.circle ul > li::before {
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    top: 9px;
    background-color: #1f3f51;
    display: block;
    content: '';
    border-radius: 25px;
}

.q_list.circle ul, .q_list.number ul {
    color: #1f3f51;
    display: block;
    list-style-type: none;
    line-height: 22px;
    margin: 0px;
    padding: 0;
    list-style-position: outside !important;
    margin-left: 30px !important;
}

@media only screen and (max-width: 480px) {
    .q_list.circle ul > li::before {
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    top: 9px;
    background-color: #1f3f51;
    display: block;
    content: '';
    border-radius: 25px;
}
}

@media screen and (max-width: 736px) {
    .title.title_size_medium h1 {
        font-size: 26px;
        line-height: 36px;
    }
}