/*
 Theme Name:   EnterpriseRed Theme
 Theme URI:    http://squelchdesign.com
 Description:  Consultex Child Theme
 Author:       Gareth Street
 Author URI:   http://squelchdesign.com
 Template:     consultex
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url('../consultex/style.css');



/*=TYPOGRAPHY
--------------------------------------------------------------------------------------------------------------------- */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

.tt-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-family: 'Lato', sans-serif;
}
.tt-footer ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-family: 'Lato', sans-serif;
}
.tt-footer :-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-family: 'Lato', sans-serif;
}
.tt-footer :-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-family: 'Lato', sans-serif;
}


/*=VC/THEME ELEMENT FIXES
--------------------------------------------------------------------------------------------------------------------- */

/* The theme uses the tinyMCE text editor (not the visual editor) to wrap their text in HTML (AHHHH). I am moving
 * the styles to apply them directly to elements, and not to classes declared in the text editor */
body.squelch .wpb_text_column .wpb_wrapper > h3 {
    line-height: 35px;
    color: #242424;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

body.squelch .wpb_text_column .wpb_wrapper > h4 {
    color: #bf1f27;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 28px;
}
body.squelch .wpb_text_column .wpb_wrapper > h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

body.squelch div.post h6 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

body.squelch .overview_content {
    margin-top: 0;
}

body.squelch .wpb_text_column .wpb_wrapper > p {
    color: #000;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    margin: 0 0 14px;
}

body.squelch .wpb_text_column .wpb_wrapper > h2 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-top: 0;
}
/** End text editor fixes **/


/* Footer fix - Changing the way the footer handles itself, using flex instead of percentage widths and floats
 * (at lower screen sizes, the footer dumps everything using float, causing the columns to be out of sync in the
 * wrong places).
 */
body.squelch footer.tt-footer div.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
body.squelch footer.tt-footer div.row div.footer-1,
body.squelch footer.tt-footer div.row div.footer-2,
body.squelch footer.tt-footer div.row div.footer-3,
body.squelch footer.tt-footer div.row div.footer-4 {
    flex-basis: 25%;
    width: auto;
}
@media screen and (max-width: 991px) {
    body.squelch footer.tt-footer div.row div.footer-1,
    body.squelch footer.tt-footer div.row div.footer-2,
    body.squelch footer.tt-footer div.row div.footer-3,
    body.squelch footer.tt-footer div.row div.footer-4 {
        flex-basis: 50%;
    }
}

@media screen and (max-width: 768px) {
    body.squelch footer.tt-footer div.row div.footer-1,
    body.squelch footer.tt-footer div.row div.footer-2,
    body.squelch footer.tt-footer div.row div.footer-3,
    body.squelch footer.tt-footer div.row div.footer-4 {
        flex-basis: 100%;
        min-height: 0;
    }
    body.squelch footer.tt-footer div.row div.footer-2,
    body.squelch footer.tt-footer div.row div.footer-3 {
        margin-bottom: 4em;
    }
}

body.squelch footer.tt-footer div.row div.col-lg-3.col-md-3.col-sm-6.col-xs-12.footer-2,
body.squelch footer.tt-footer div.row div.col-lg-3.col-md-3.col-sm-6.col-xs-12.footer-3 {
    padding: 0 15px;
}
/** End footer fix **/

body.squelch .wpb_text_column ul {
    list-style-type: disc;
    list-style-position: inside;
    color: #898989;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    padding-left: 10px;
}

body.squelch .wpb_text_column .latest-blog-posts ul {
    padding-left: 0;
}

body.squelch .row ul.tt-archive {
    list-style-type: none;
}

body.squelch .row ul.tt-archive > li {
    margin-bottom: 0;
    position: relative;
}

body.squelch .row ul.tt-archive > li:before {
    content: "\f040";
    font-family: "FontAwesome";
    font-size: 52px;
    position: absolute;
    bottom: -12px;
    right: 2px;
    z-index: 0;
    opacity: 0.2;
}

body.squelch .row div.simple-text p,
body.squelch .row ul.tt-archive > li .tt-archive-bottom {
    font-size: 14px;
}

body.squelch .row div.simple-text {
    margin-top: 28px;
}

body.squelch .row div.simple-text p {
    color: #797979;
}

body.squelch .row div.simple-text a {
    color: #bf1f27;
}

body.squelch .wpb_text_column ul > li {
    margin-bottom: 0.5em;
}

body.squelch .service-benifits {
    margin-top: 0;
}

body.squelch .service-benifits ul > li {
    text-indent: -30px;
    padding: 0 0 0 30px;
    color: #555;
    font-size: 12px;
    margin-bottom: 1em;
    line-height: 22px;
}

body.squelch .service-benifits.larger-list-text ul > li {
    font-size: 14px;
}

body.squelch .service-benifits ul {
    margin-top: 10px;
}

body.squelch .vc_images_carousel .vc_carousel-control .icon-next {
    left: 100%;
}

body.squelch .vc_images_carousel .vc_carousel-control .icon-prev {
    left: 0%;
}

body.squelch .about_banner .tt-tittle {
    font-size: 30px;
}

body.squelch .categoriesList {
    margin-bottom: 20px;
}

body.squelch h5.widget_title.h5 {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    body.squelch .mid-content-cta h2.vc_custom_heading {
        padding-left:  15px;
        padding-right: 15px;
        text-align: center;
    }

    /* Overriding inline style */
    body.squelch .mid-content-cta h2.vc_custom_heading[style] {
        text-align: center !important;
    }

    body.squelch .mid-content-cta .ers-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5em;
    }
}
@media screen and (min-width: 992px) {
    body.squelch .about_banner .row .col-md-6.col-sm-6 {
        width: 65%;
    }
}
@media screen and (max-width: 991px) {
    body.squelch .tt-header .top-inner {
        margin-top: 7px;
    }
}
@media screen and (max-width: 368px) and (min-width: 296px) {
    body.squelch .tt-header .logo img {
        width: auto;
    }
}
@media screen and (max-width: 424px) {
    body.squelch div.er-counter div.er-counter-row {
        flex-basis: 100%;
    }
}



/*=HOME
--------------------------------------------------------------------------------------------------------------------- */

body.squelch .er-counter .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    body.squelch .experts .col-md-offset-1 {
        margin-left: 0;
    }
}

body.squelch .er-counter .wpb_wrapper > h2 {
    margin-bottom: 1em;
    flex-basis: 100%;
}

body.squelch .er-counter .er-counter-row > h3.count-row-title {
    float: none;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.33em;
    margin-top: 0.5em;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}

body.squelch .er-counter .er-counter-row {
    margin-bottom: 2em;
    text-align: center;
    flex-basis: 50%;
}

body.squelch .er-counter .er-counter-row:before {
    content: '\f05b';
    font-size: 75px;
    color: #bf1f27;
    margin-top: -8px;
    display: block;
    text-align: center;
    font-family: 'FontAwesome';
}

body.squelch .er-counter .er-counter-row .er-counter-wrap > h3 {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    margin-bottom: 0em;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
}

body.squelch .er-counter .er-counter-row .er-counter-wrap > p {
    display: none;
}


body.squelch .er-counter .er-counter-row .er-counter-wrap > h3.counter {
    margin-right: 0.2em;
    margin-left: 0.1em;
}

body.squelch .mid-content-cta div.ers-btn > a.c-btn {
    background: #fff;
    color: #bf1f27;
    transition: color 0s;
}

body.squelch .mid-content-cta div.ers-btn > a.c-btn:hover {
    background: #000;
    color: #fff;
}

body.squelch .er-counter .er-counter-row .er-counter-wrap {
    display: inline-block;
    margin-top: -7px;
}

body.squelch .latest-blog-posts .row > h3.tt-tittle {
    padding-left: 15px;
}

body.squelch .vc_carousel-inner .vc_inner > a {
    margin: 0 auto;
    display: block;
}

body.squelch .single-project-item .infos-inner {
    display: none;
}

body.squelch .single-project-item:hover .infos-inner {
    transition: all 800ms linear;
    opacity: 1;
    display: inline;
    top: 55%;
}



/*=PARTNERS
--------------------------------------------------------------------------------------------------------------------- */

body.squelch .categoriesList li {
    margin-bottom: 5px;
    padding-bottom: 0;
    border: none;
}

body.squelch .row .blogAside .widget ul li a {
    color: #000000;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 17px;
    display: block;
    background: #f1f1f1;
    padding: 17px 29px;
    text-decoration: none;
    outline: none;
    text-transform: capitalize;
}

body.squelch .tt-header .main-nav > ul > li:last-child {
    display: none;
}

body.squelch .row .blogAside .widget_recent_entries ul li a {
    font-size: 14px;
}

body.squelch .er-cta a.c-btn {
    display: block;
    margin: 0 auto;
    width: 180px;
}

body.squelch .er-cta .wpb_text_column .wpb_wrapper > h4 {
    color: #fff;
    position: relative;
    z-index: 5;
}

body.squelch .er-cta {
    position: relative;
}
body.squelch .er-cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}

body.squelch.single-clients .blogContent {
    margin-bottom: 0;
}

body.squelch img.alignright {
    margin-top: 1em;
}

body.squelch .wpb_text_column.feature-text .wpb_wrapper > p {
    color: #7e7e7e;
    font-size: 14px;
}

/* Overriding important tags set by VC */
body.squelch .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
    width: 8.15em !important;
    height: 8.15em !important;
}

/* Overriding important tag set by VC */
body.squelch .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 4em !important;
}

body.squelch #menu-partners {
    padding-left: 0;
}

body.squelch .blogAside li.widget + li.widget {
    margin-top: 48px;
}

body.squelch .watch-overview .ers-btn a.c-btn {
    width: 100%;
    border-radius: 0;
    text-align: center;
    background: #bf1f27;
}

body.squelch .watch-overview .ers-btn a.c-btn:hover {
    background: #000;
}



/*=SOLUTIONS
--------------------------------------------------------------------------------------------------------------------- */

/* Overriding important tag set in parent theme's style.css */
body.squelch .tt-quality-title.wpb_content_element {
    margin-bottom: 25px !important;
}

body.squelch .service-sub-content ul li {
    font-size: 16px;
    text-indent: -10px;
    margin-left: 16px;
}

body.squelch.postid-31 .service-sub-content ul li {
    margin-left: 0;
    text-indent: -29px;
}

body.squelch .call-to-action .wpb_text_column.wpb_content_element .wpb_wrapper > p {
    font-size: 18px;
    line-height: 36px;
    color: #1a1a1a;
    font-weight: 600;
    text-shadow: -10px 0 100px #c0262b;
}

body.squelch .call-to-action .wpb_text_column.wpb_content_element .wpb_wrapper > h2 {
    text-shadow: -10px 0 100px #c0262b;
    font-size: 1em;
}

body.squelch .call-to-action .wpb_text_column.wpb_content_element .wpb_wrapper .vc_btn3-container button.vc_general {
    background-color: #c0262b;
}

body.squelch.single-services.postid-31 div.about_banner {
    background-position: 100% 80%;
}

body.squelch.single-services.postid-32 div.about_banner {
    background-position: 100% 35%;
}

body.squelch.single-services.postid-34 div.about_banner .tt-tittle {
    font-size: 34px;
}

body.squelch .single-project-item .img-holder img {
    height: auto;
}

body.squelch .single-content h4 {
    bottom: 10px;
    font-size: 14px;
    color: #fff;
}

body.squelch .single-project-item:hover .this-infos {
    background: rgba(191,31,39,0.75);
}

body.squelch .wpb_text_column > .wpb_wrapper > h5 {
    font-size: 16px;
}

body.squelch .box-content {
    background: #f1f1f1;
    border: none;
}

body.squelch .box-content .box.alt-bg {
    background-color: #f1f1f1;
}

body.squelch .box-content .box {
    border-right: 1px solid rgba(142,154,175,0.15);
    padding: 20px;
}

body.squelch .box-content .box.no-icon {
    padding: 26px;
}

body.squelch .box-content .box:last-child {
    border-right: none;
}

body.squelch .box-content .box h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0.75em;
}

body.squelch .box-content .box h4 {
    font-size: 15px;
}

body.squelch .box-content .box p {
    font-size: 14px;
    color: #797979;
}

body.squelch .box-content .box.dark p {
    color: #fff;
}

body.squelch .box-content .box.dark h3 {
    color: #fff;
}

body.squelch .box-content .box p > a {
    font-weight: 600;
}

body.squelch .box-content .box p > strong {
    color: #bf1f27;
}

body.squelch .box-content .box p:last-child {
    margin-bottom: 0;
}

body.squelch .box-content .box [class^="flaticon1-"]:before,
body.squelch .box-content .box [class*=" flaticon1-"]:before,
body.squelch .box-content .box [class^="flaticon1-"]:after,
body.squelch .box-content .box [class*=" flaticon1-"]:after {
    margin-left: 0;
}

body.squelch .wpb_text_column.wpb_content_element.small-print p {
    font-size: 12px;
    color: #797979;
}

body.squelch .cta .wpb_text_column .wpb_wrapper > h3 {
    text-shadow: 0 0 1px #fff;
    font-size: 26px;
}

body.squelch .tagline .wpb_text_column .wpb_wrapper > p {
    font-size: 2.25em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    color: #bf1f27;
}

body.squelch ul.menu > li.current-menu-parent > ul.sub-menu > li.current-menu-item > a > span,
body.squelch div.row aside.blogAside ul.categoryList > li.activeCat > a,
body.squelch div.row aside.blogAside .widget_categories ul > li.current-cat > a,
body.squelch div.row aside.blogAside ul.menu > li.current-menu-item > a,
body.squelch div.row aside.blogAside ul.menu > li.current-menu-parent > ul.sub-menu > li.current-menu-item > a {
    color: #fff;
}

body.squelch ul.menu > li.current-menu-item   > a > span,
body.squelch ul.menu > li.current-menu-parent > a > span {
    color: #bf1f27;
}

body.squelch ul.menu > li.current-menu-parent > ul.sub-menu > li.current-menu-item > a {
    background: #000;
}

body.squelch div.row aside.blogAside .widget ul > li > a:active,
body.squelch div.row aside.blogAside .widget ul > li.current-cat > a,
body.squelch div.row aside.blogAside .widget ul > li > a:hover,
body.squelch div.row aside.blogAside ul.categoryList > li.activeCat > a,
body.squelch div.row aside.blogAside ul.categoryList > li > a:hover,
body.squelch .row .blogAside ul.menu > li.current-menu-item > a,
body.squelch .row .blogAside ul.menu > li.current-menu-parent > ul.sub-menu > li.current-menu-item > a,
body.squelch .row .blogAside ul.menu > li > a:hover,
body.squelch .row .blogAside ul.menu > li > ul.sub-menu > li.current-menu-item > a:hover {
    background: #bf1f27;
    color: #fff;
}

@media screen and (min-width: 992px) {
    body.squelch .tt-header.stick .main-nav ul li.current-menu-item ul li a {
        color: #000;
    }
    body.squelch .tt-header.stick .main-nav ul li.current-menu-item ul li a:hover {
        color: #fff;
    }
}


@media screen and (max-width: 425px) {
    /* Overriding VC important tags */
    body.squelch .desktop-border {
        border-width: 0 !important;
        padding-bottom: 5em !important;
    }
}



/*=HEADER
--------------------------------------------------------------------------------------------------------------------- */

body.squelch .tt-header .top-info {
    font-size: 14px;
}

body.squelch .tt-header .top-info a {
    font-size: 16px;
}

body.squelch .tt-header .top-line-left .top-info i.fa.fa-map-marker {
    font-size: 16px;
    margin-right: 3px;
}

body.squelch .about_banner {
    height: 270px;
}

body.squelch .about_banner .contentpadding {
    padding: 110px 0;
}

body.squelch .top-level > a {
    cursor: auto;
}

body.squelch .cd-search input {
    background: rgba(21,22,23,0.8);
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 991px) {
    body.squelch header .main-nav ul li ul.sub-menu {
        display: block;
    }
    body.squelch .tt-header {
        position: static;
    }
    body.squelch .tt-header-margin {
        height: 0;
    }
    body.squelch.admin-bar .tt-header .toggle-block {
        padding: 0;
    }
    body.squelch .tt-header .main-nav ul li ul.sub-menu li a {
        color: #fff;
        font-size: 14px;
        padding: 8px 16px;
    }
    body.squelch .mobileSearch {
        display: none;
    }
}



@media screen and (max-width: 1200px) and (min-width: 991px) {
    body.squelch .tt-header-margin {
        height: 149px;
    }
}

@media screen and (max-width: 768px) {
    body.squelch .tt-header .top-line-left {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    body.squelch .tt-header .top-line {
        min-height: 95px;
    }

    body.squelch .tt-header.stick .top-line {
        min-height: 133px;
    }

    body.squelch .tt-header-margin {
        height: 10px;
    }
}



/*=STICKY HEADER
--------------------------------------------------------------------------------------------------------------------- */

body.squelch .sticky-logo img {
    width: 160px;
    height: auto;
}

@media screen and (min-width: 992px) {
    body.squelch .tt-header.stick .sticky-logo {
        margin-top: 5px;
    }
}



/*=CONTACT (+ FORM)
--------------------------------------------------------------------------------------------------------------------- */

body.squelch.page-id-218 div.about_banner {
    background-position: bottom;
}

body.squelch .tt-footer.inner {
    padding-bottom: 75px;
}

body.squelch .form-group .half-column {
    width: 100%;
}

body.squelch .form-group .half-column + .half-column {
    margin-left: 1.3em;
}

body.squelch .form-group.flex {
    display: flex;
}

body.squelch .contact-form input,
body.squelch .contact-form textarea {
    background-image: url('../../uploads/2018/03/worn-dots-red-2.png');
    background-repeat: no-repeat;
}

body.squelch .contact-form input {
    background-position: 5px center;
    padding: 6px 20px 6px 42px;
}

body.squelch .contact-form textarea {
    background-position: 5px 5px;
    padding: 10px 20px 10px 42px;
}

@media screen and (max-width: 980px) {
    body.squelch.page-id-218 .entry-content .text_block .contentpadding {
        padding-bottom: 0;
    }
}



/*=PAGE TITLE
--------------------------------------------------------------------------------------------------------------------- */

body.squelch div.about_banner:before {
    background: rgba(0, 0, 0, 0.42);
}

body.squelch div.about_banner {
    background-position: center;
}



/*=FOOTER
--------------------------------------------------------------------------------------------------------------------- */

body.squelch footer.tt-footer table.er-contact-details > thead > tr > th,
body.squelch footer.tt-footer table.er-contact-details > tbody > tr > th,
body.squelch footer.tt-footer table.er-contact-details > tfoot > tr > th,
body.squelch footer.tt-footer table.er-contact-details > thead > tr > td,
body.squelch footer.tt-footer table.er-contact-details > tbody > tr > td,
body.squelch footer.tt-footer table.er-contact-details > tfoot > tr > td {
    border: none;
    vertical-align: top;
    padding: 8px 12px 8px 0;
}

body.squelch footer.tt-footer table.er-contact-details > tbody > tr > th > i.fa {
    color: #c5c5c5;
}

body.squelch footer.tt-footer table.er-contact-details > tbody > tr > th > i.fa.fa-map-marker {
    font-size: 24px;
}

body.squelch footer.tt-footer table.er-contact-details > tbody > tr > th > i.fa.fa-phone {
    font-size: 17px;
}

body.squelch footer.tt-footer table.er-contact-details > tbody > tr > td > span {
    color: #858585;
}

body.squelch .tt-footer-list .textwidget > p {
    color: #858585;
}

body.squelch footer.tt-footer h4.tt-foooter-title.h5 {
    height: 40px;
}

body.squelch footer.tt-footer .widget + div.empty-space + .widget  {
    margin-top: 35px;
}

body.squelch footer.tt-footer .widget div.menu-solutions-container {
    margin-top: 1.2em;
}

body.squelch footer.tt-footer #tmc_footer_socials-1  {
    margin-top: 0;
}

body.squelch footer.tt-footer .wpcf7-text {
    width: 100%;
    background-color: #f1f1f1;
    color: #000;
    padding: 6px 10px;
    border-radius: 1px;
}

body.squelch footer.tt-footer .wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 7px 17px;
}

body.squelch div.wpcf7-response-output {
    color: #e9e9e9;
}

body.squelch .textwidget div.accreditations img {
    width: auto;
    margin-left: 13px;
}

body.squelch footer.tt-footer #media_image-2.widget {
    margin-top: 27px;
}



/*=BLOG
--------------------------------------------------------------------------------------------------------------------- */

body.squelch .wpb_video_widget .wpb_video_wrapper {
    padding-top: 25%;
}



/*=COOKIE LAW INFO BAR
--------------------------------------------------------------------------------------------------------------------- */

/* Overriding inline styles */
body.squelch #cookie-law-info-bar[style] {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.02em;
}

body.squelch #cookie-law-info-bar .cli-plugin-button,
body.squelch #cookie-law-info-bar .cli-plugin-button:visited {
    background: none;
}



/*=LEGAL PAGES
--------------------------------------------------------------------------------------------------------------------- */

body.squelch .wpb_text_column.legal-text ol,
body.squelch .wpb_text_column.legal-text ul {
    font-size: 13px;
    margin: 12px 0;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
}



/*=SEARCH
--------------------------------------------------------------------------------------------------------------------- */

body.squelch.search-results .blog-posts div.hentry {
    padding-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}

body.squelch.search-results .blog-posts div.hentry + div.hentry {
    padding-top: 2em;
}

body.squelch.search-results ul.page-numbers {
    margin-left: 0;
    margin-top: 30px;
}



/*=COOKIE
--------------------------------------------------------------------------------------------------------------------- */

body.squelch #cookie-law-info-bar {
    padding: 1.5em 0;
}

/* Overriding inline style */
body.squelch #cookie-law-info-bar[style] {
    border-top-width: 2px !important;
}


