
/*
 * Web Fonts.
 */

@font-face {
    font-family: 'Apercu';
    src: url('../eot/apercu-bold.eot');
    src: url('../eot/apercu-boldd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/apercu-bold.woff') format('woff'),
    url('../ttf/apercu-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Signpainter';
    src: url('../eot/signpainter.eot');
    src: url('../eot/signpainterd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/signpainter.woff') format('woff'),
    url('../ttf/signpainter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Signpainter';
    src: url('../eot/signpainter-houseslant.eot');
    src: url('../eot/signpainter-houseslantd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/signpainter-houseslant.woff') format('woff'),
    url('../ttf/signpainter-houseslant.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Signalist';
    src: url('../eot/signalist.eot');
    src: url('../eot/signalistd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/signalist.woff') format('woff'),
    url('../ttf/signalist.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Knockout';
    src: url('../eot/knockout.eot');
    src: url('../eot/knockoutd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/knockout.woff') format('woff'),
    url('../ttf/knockout.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url('../eot/apercu-regular.eot');
    src: url('../eot/apercu-regulard41d.eot#iefix') format('embedded-opentype'),
    url('../woff/apercu-regular.woff') format('woff'),
    url('../ttf/apercu-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hunterswood';
    src: url('../eot/hunterswood-regular.eot');
    src: url('../eot/hunterswood-regulard41d.eot#iefix') format('embedded-opentype'),
        url('../woff2/hunterswood-regular.woff2') format('woff2'),
        url('../woff/hunterswood-regular.woff') format('woff'),
        url('../ttf/hunterswood-regular.ttf') format('truetype'),
        url('../svg/hunterswood-regular.svg#Hunterswood-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: AzoSans;
    src: url("../otf/azosansuberw01regular.otf") format("opentype");
}



/*
 * Container.
 */

#boxed {
    background: #fff;
}

/*
 * Helpers.
 */

.hide {
    display: none !important;
}

.bold, strong, b {
    font-weight: bold;
    font-family: "Roboto", "Open Sans", "Open+Sans", "Helvetica", "Arial", sans-serif!important;
}

.clear {
    width:100%;
    clear:both;
}

.main-content ul {
    margin-left:0;
}

.iga-red {
    color: #E4291B;
}

/*
 * UI button.
 */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.nectar-button,
input[type=submit], button[type=submit], input[type="button"],
.button {
    padding: 8px 17px!important;
}

.ascend .nectar-button,
body.ascend .nectar-button.see-through-2 {
    border-radius: 6px !important;
}

.ascend .nectar-button:hover,
body.ascend .nectar-button.see-through-2:hover {
    background-color: #C32115 !important;
}
.ascend .container-wrap input[type="submit"], .ascend .container-wrap button[type="submit"],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.nectar-button,
input[type=submit], button[type=submit], input[type="button"],
.button {
    cursor: pointer !important;
    border-radius: 6px !important;
    display: inline-block;
    font-family: "Oswald", "Roboto", "Helvetica", "Arial", sans-serif !important;
    transition: background 0.3s !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.5px !important;
    padding: 12px 28px !important;
    color: #ffffff;
    background-color: #E4291B !important;
}

/* Standard red button. */
input[type=submit], button[type=submit], input[type="button"],
.button.primary {
    background: #d22d27;
    color: #fff;
}

.button.primary:hover {
    background: #ad2520;
}

/* Styles buttons that are in an active state, e.g. when a recipe has been saved. */
.button.active {
    background: #bb2822;
    color: #fff;
}

/* Secondary dark grey button. */
.button.secondary {
    background: #3F3E3E;
    color: #fff;
}

/*
 * UI tabs.
 */

.tabbed > ul li a {
    font-family: "Knockout", "Roboto", "Open Sans", "Open+Sans", "Helvetica", "Arial", sans-serif!important;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff!important;
    background-color: #c2c2c2;
}

/*
 * UI card.
 */

.card {
    overflow: auto;
    padding: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
}

.card-white {
    background: #fff;
}

.card-grey {
    background: #fafafa;
}

.card-offset {
    margin-top: -50px;
}

.card-bordered {
    border: 1px solid #c2c2c2;
}

.card-title {
    color: #d42b1e;
}

.card-body {
    padding: 5px;
}

.card-thumbnail {
    max-width: 100%;
    margin-bottom: 0!important;
}

/*
 * UI lists.
 */

.list {
    display: block;
    overflow: auto;
    margin-bottom: 20px;
}

.list .row {
    padding:0;
}

.list.vertical {
    padding-left: 25px;
    margin-bottom:0!important;
    list-style: decimal outside!important;
}

.list.vertical li {
    margin-bottom: 25px;
    padding-left:10px;
}

.list.inline {
    overflow: auto;
    padding: 10px 0;
}

.list.inline li {
    float:left;
    display:block;
    margin-right:25px;
}

.list.bordered {
    border-top: 1px solid #3f3e3e;
    border-bottom: 1px solid #3f3e3e;
}

/*
 * Search.
 */

body.ascend #search-outer #search input[type="text"] {
    text-transform: none!important;
}

/*
 * Secondary Header
 */



@media only screen and (max-width: 1000px) and (min-width: 601px) {
    header#top .col.span_3 {
        left: 44% !important;
    }
}
@media only screen and (max-width: 600px) and (min-width: 551px) {
    header#top .col.span_3 {
        left: 42% !important;
    }
}
@media only screen and (max-width: 550px) and (min-width: 451px) {
    header#top .col.span_3 {
        left: 41% !important;
    }
}
@media only screen and (max-width: 450px) and (min-width: 351px) {
    header#top .col.span_3 {
        left: 39% !important;
    }
}
@media only screen and (max-width: 350px) {
    header#top .col.span_3 {
        left: 38% !important;
    }
}

body[data-header-color="custom"] #header-secondary-outer nav > ul > li > a {
    border-left: none!important;
}

#header-secondary-outer nav > ul > li > a, body #header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class^="icon-"], #header-secondary-outer #social li a i {
    color: #fff!important;
    font-size: 12px!important;
}

#header-secondary-outer #social li a:hover i, #header-secondary-outer nav > ul > li:hover > a, #header-secondary-outer nav > ul > li.current-menu-item > a, #header-secondary-outer nav > ul > li.sfHover > a, #header-secondary-outer nav > ul > li.sfHover > a span.sf-sub-indicator [class^="icon-"], #header-secondary-outer nav > ul > li.current-menu-item > a span.sf-sub-indicator [class^="icon-"], #header-secondary-outer nav > ul > li.current-menu-ancestor > a, #header-secondary-outer nav > ul > li.current-menu-ancestor > a span.sf-sub-indicator [class^="icon-"], body #header-secondary-outer nav > ul > li:hover > a span.sf-sub-indicator [class^="icon-"] {
    color: rgba(255, 255, 255, 0.86)!important;
}

@media all and (min-width: 1001px){
    #header-secondary-outer ul li.secondary-menu-shop-online,
    #header-secondary-outer ul li.secondary-menu-catalogue {
        display: none;
    }
    #header-secondary-outer .container {
        border-bottom: 1px solid #D9D9D9 !important;
    }


    #header-secondary-outer ul li.secondary-menu-select-store-link-desktop {
        display: flex;
        align-items: center;
        border-right: 1px solid #D9D9D9;
        padding-right: 13px;
        height: 22px;
        position: relative;
        top: 6px;

    }
    #header-secondary-outer ul li.secondary-menu-select-store-link-desktop a.store-locator-link {
        padding-top: 3px !important;
        font-weight: bold;

    }
    #header-secondary-outer ul li.secondary-menu-select-store-link-desktop a.store-locator-link:hover {
        color:  #e4291b !important;
    }
    #header-secondary-outer ul li.secondary-menu-select-store-link-desktop a.span-show-store-details-link-desktop {
        padding-top: 6px !important;
    }

    #header-secondary-outer ul li.secondary-menu-select-store-link-desktop span.iga-opentime {
        margin-left: 30px;
        margin-right: 10px;

    }

    #header-secondary-outer ul li.secondary-menu-select-store-link-desktop a.store-locator-link:before {
        content: url(../svg/store_locator_icon.svg);
        position: relative;
        top: 3px;
        margin-right: 7px;
    }

    #header-secondary-outer ul li.secondary-menu-select-store-link-desktop span i {
        font-size: 16px;
        margin-left: 10px;
    }

    .secondary-menu-select-store-link-mobile {
        display: none;
    }
    

}

.secondary-menu-select-store-link-mobile .storeInfo a:hover,
.store-details-modal.modal a:hover {
    color:  #e4291b;
}
.store-details-modal.modal #modalStoreName {
    font-size: 14px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}

.store-details-modal.modal #modalStoreAddress {
    padding-top: 20px;
}

.store-details-modal.modal #modalStoreTimings {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.store-details-modal.modal #modalStoreName:before {
        content: url(../svg/store_locator_icon.svg);
        position: relative;
        top: 3px;
        margin-right: 7px;
    }

.store-details-modal.modal .modalstoreExtraDetail {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}


.store-details-modal.modal .modalstoreExtraDetail .modalStoreSection {
    border-right: 1px solid #D9D9D9;
    width: 50%;
}

.store-details-modal.modal .modalstoreExtraDetail #modalStoreDirections,
.store-details-modal.modal .modalstoreExtraDetail #modalStoreMoreDetails {
    padding-left: 15px;
}

.store-details-modal.modal #modalStoreDisclaimer {
    color:  #848484;
    padding-top:  10px;
}


.store-details-modal.modal #modalStorePhNo:before {
        content: url(../svg/phone.svg);
        position: relative;
        top: 3px;
        margin-right: 7px;
}


.store-details-modal.modal #modalStoreDirections:before {
        content: url(../svg/get_directions.svg);
        position: relative;
        top: 3px;
        margin-right: 7px;
}


.store-details-modal.modal #modalStoreChangeStore:before {
        content: url(../svg/store_locator_icon.svg);
        position: relative;
        top: 3px;
        margin-right: 7px;
}


.store-details-modal.modal #modalStoreMoreDetails:before {
        content: url(../svg/more_info.svg);
        position: relative;
        top: 3px;
        margin-right: 7px;
}




.store-details-modal.modal {
    border-radius: 0px;
    box-shadow: none;
    padding: 15px !important;
    top: 37px;
    position: fixed;
    max-width: 375px !important;
    font-size: 16px;
    
}


@media all and (max-width: 679px) {
    .store-details-modal.modal {
        left: 50%;
        transform: translate(-50%, 0);
        right: auto;
        max-width: 100% !important;
    }
}



@media all and (max-width: 1000px) {
    .store-details-modal.modal {
        right: calc((100% - 679px) / 2);
    }
}


@media all and (min-width: 1001px){
    
    .store-details-modal.modal {
        right: calc((100% - 980px) / 2);
    }


}


@media all and (min-width: 1300px){

    .store-details-modal.modal {
        right: calc((100% - 1200px) / 2);
        
    }


}

.store-details-panel-desktop {
    width: 320px;
    height: 300px;
    background: Tomato;
    color: white;
    padding: 20px;
    position: fixed;
    top: 73px;
    right: 140px;
    bottom: 0;
    display: none;
    z-index: 99;
}

.secondary-menu-select-store-link-mobile .storeInfoDiv,
.secondary-menu-select-store-link-desktop .storeInfoDiv {
    cursor: pointer;
}


@media all and (max-width: 1000px) {


    .store-details-modal.modal a.close-modal {
        background-image: url(../collapse.html);
        top: 12px;
        right: 10px;
    }
    #header-secondary-outer ul li.secondary-menu-home-link,
    #header-secondary-outer ul li.secondary-menu-about-iga,
    #header-secondary-outer ul li.secondary-menu-select-store-link-desktop {
        display: none !important;
    }

    
    .secondary-menu-select-store-link-mobile {
        height: 50px;
        display: inline-block; 
        align-items: center;
        font-size: 15px;
        background: #ffffff;
        width:  100%;
        vertical-align: middle;
    }

    .secondary-menu-select-store-link-mobile .storeNameDiv:before {
        content: url(../svg/store_locator_icon.svg);
        position: relative;
        top: 3px;
        margin-right: 7px;

        
    }
    .secondary-menu-select-store-link-mobile .storeNameDiv {
        padding-left: 10px;
        float:  left;
        line-height: 50px;
    }

    

    .secondary-menu-select-store-link-mobile .storeInfoDiv {
        padding-right: 10px;
        float: right;
        font-weight: bold;
        line-height: 50px;
    }

    .secondary-menu-select-store-link-mobile span i {
        font-size: 16px;
        margin-left: 6px;
    }


    #mobile-menu .menu-shop-online {
        display: none;
    }

    #boxed #header-secondary-outer .container {
        max-width: 100% !important;
    }
    #header-secondary-outer nav > ul > li {
        min-width: 48%;
    }

    #header-secondary-outer nav ul.sf-menu {
        border-top: none !important;
    }
    #header-secondary-outer nav > ul > li > a {
        font-family: "Oswald";
        letter-spacing: 0.5px;
        font-size: 16px !important;
    }
    #header-secondary-outer .secondary-menu-shop-online a:before {
        content: url(../svg/shop_online_truck_icon.svg);
        margin-right: 7px;

    }
    #header-secondary-outer .secondary-menu-shop-online a:after {
        width: 2px;
        height: 60px;
        background-color: #ffffff;
        content: '';
        position: absolute;
        top: -10px;
        right: -3px;
    }


    #header-secondary-outer .secondary-menu-catalogue a:before {
        content: url(../svg/view_catalogue_button_icon.svg);
        margin-right: 7px;

    }

    #header-secondary-outer nav ul.sf-menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


@media all and (max-width: 450px)  {
    .secondary-menu-select-store-link-mobile .storeNameDiv {
          white-space: nowrap; 
          width: 220px; 
          overflow: hidden;
          text-overflow: ellipsis; 
    }
}

@media all and (max-width: 400px)  {
    .secondary-menu-select-store-link-mobile .storeNameDiv {
          width: 200px; 
    }
}


/* on super small screens, hide the icons */
@media all and (max-width: 335px)  {
    .secondary-menu-select-store-link-mobile .storeNameDiv {
          width: 180px; 
    }

    #header-secondary-outer .secondary-menu-catalogue a:before,
     #header-secondary-outer .secondary-menu-shop-online a:before {
        display: none !important;

    }
}







/*
 * Fonts.
 */

a {
    color: #d42b1e;
}

h1,h2,h3,h4,h5,h6,p,body,em,i,b {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


input[type=text], input[type=number], textarea, input[type=email], input[type=password],
input[type=tel], input[type=url], input[type=search], input[type=date],
.widget_search .search-form input[type=text],
.newsletter-widget form input[type=email],
span.subheader,
.subheader,
body, p, h5, h6,
#sidebar h4 {
    font-family: "Roboto", "Open Sans", "Open+Sans", "Helvetica", "Arial", sans-serif!important;
}

@media all and (max-width:  1000px ) {
    body, p {
        font-size: 16px;
    }
}

input[type=submit],
button[type=submit],
input[type="button"],
a.oswald-link-button {
    font-family: "Oswald", "Open Sans", "Open+Sans", "Helvetica", "Arial", sans-serif!important;
}

a.oswald-link-button {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #E4291B;
}


#sidebar h4 {
    font-weight: bold!important;
}

input[type=text], input[type=number], textarea, input[type=email],
input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
    font-size: 16px;
    color: #3f3e3e;
    line-height:22px;
    border-radius:  6px;
    background-color: #ffffff;
    border:  1px solid #D1D0CE;
}


.iga-newsletter-frm-footer .fields_div {
    flex-direction: column;
}



ol li {
    margin-bottom: 24px;
}

.subheader {
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #3f3e3e;
}

.iga-tile img {
    border-radius: 10px;
}


/* IGA Recipe card */

.iga-recipe-card img {
    margin-bottom: 18px !important;
    width: auto !important;
    height: 330px !important;
    border-radius: 10px;
    max-height: 330px;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    position: relative;

}

@media all and (min-width: 1000px) and (max-width: 1300px) {
    .iga-recipe-card img {
        height: auto !important;
    }
}


/*
 * Social Icons.
 */

a.pinterest-share i, a.facebook-share i, a.twitter-share i, .google-plus-share i, [class^="icon-"].icon-salient-heart, [class^="icon-"].icon-salient-heart-2, .linkedin-share i {
    color: #3f3e3e!important;
    transition: none!important;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    font-size: 16px!important;
}

a.twitter-share,
a.google-plus-share,
a.linkedin-share,
a.facebook-share {
    padding-right: 2px;
}

a.google-plus-share {
    padding-right: 0;
}

a.google-plus-share i {
    font-size: 15px!important;
}

.nectar-social > * {
    border-right: none;
}

.social-text {
    display:none!important;
}

.nectar-sharing, .n-shortcode .nectar-love, .nectar-sharing-alt {
    padding: 0 5px;
}

.social-sharing {
    margin-top:15px;
    text-align: right;
}

.nectar-love,
span.count,
.nectar-love-count {
    display:none!important;
}

body .facebook-share.hovered i,
body .twitter-share.hovered i,
body .pinterest-share.hovered i,
body .google-plus-share.hovered i,
body .linkedin-share.hovered i {
    color: #3f3e3e!important;
}

/*
 * Sidebar
 */

.recent_posts_extra_widget
.post-widget-text a {
    position: relative;
    top: 15px;
}

.recent_posts_extra_widget
.post-widget-text span {
    display: none;
}
/*
 * Navigation.
 */


.page-template-template-community #header-outer,
.single-communityposts #header-outer {
    border-bottom: 1px solid #f1f1f1;
}

body[data-header-color="custom"] header#top nav ul #search-btn > div {
    border-right:1px solid #D9D9D9!important;
    padding-right: 12px!important;
    padding-left:15px!important;
    margin-right:7px;
}

header#top nav > ul > li.megamenu a .sf-sub-indicator .icon-angle-down:before,
#mobile-menu .megamenu .sf-sub-indicator .icon-angle-down:before {
    content: url(../svg/dropdown.svg);
    height: 8px;
    width: 12px;
}


header#top nav > ul > li.menu-shop-online {
    background-color: #E4291B;
    border-radius: 6px;
}
header#top nav > ul > li.menu-shop-online:hover {
    background-color: #930C1B;
}


header#top nav > ul > li.menu-shop-online > a {
    font-family: Oswald;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 10px !important;
    padding-bottom: 11px !important;
}

body #header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li.menu-shop-online > a:hover {
    color: #ffffff !important;

}

#mobile-menu ul li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.sf-menu .menu-store-locator {
    position: relative;
    top: -2px;
}
.sf-menu .menu-store-locator a:before,
#mobile-menu .menu-store-locator a:before {
    content: url(../svg/store_locator_icon.svg);
    position: relative;
    top: 3px;
    margin-right: 7px;
}


.sf-menu li a {
    font-family: "Roboto", "Open Sans", "Open+Sans", "Helvetica", "Arial", sans-serif;
}

.sf-menu li.current_page_item {
    font-weight: bold;
}




#header-secondary-outer {
    border-bottom: none!important;
}

#header-secondary-outer .container {
    min-height: 33px !important;
    padding: 0 10px !important;
}

header#top nav > ul > li.megamenu > ul > li > a {
    border-bottom: 2px solid #eaeaea!important;
}

#header-outer.small-nav header#top {
    box-shadow: 0px 1px rgba(0, 0, 0, 0.09)!important;
}

header#top nav > ul > li.megamenu > ul > li > a {
    font-family: 'Roboto';
    font-weight: 800!important;
    font-size: 16px;
    text-transform: none!important;
    margin-bottom: 5px;
    letter-spacing: 0px;
}

/*
 * Toggles
 */

.toggle h3 a {
    font-size: 19px!important;
    line-height: 34px!important;
    font-weight: 600!important;
    color: #444!important;
    padding: 10px 0!important;
    font-family: "Roboto", "Open Sans", "Open+Sans", "Helvetica", "Arial", sans-serif!important;
}

/*
 * Mobile styles.
 */

.show-on-small {
    display: none;
}

@media only screen and (max-width: 600px) {

    body .row .col.section-title h1, body h1 {
        font-size: 30px!important;
        line-height: 36px!important;
    }

    .show-on-large {
        display: none;
    }

    .show-on-small {
        display: block;
    }

    .card {
        padding:0;
        box-shadow: none;
    }

    .card-offset {
        margin-top:0;
    }

    .button {
        margin-bottom: 10px;
    }

    header.row {
        padding-bottom: 0;
    }

    .avatar, .comment-list li.comment > div img.avatar {
        display: none;
    }

    .card-body {
        padding: 15px;
    }

}

/*
 * Salient fixes
 */

body.page-template-page-sidebar-php .main-content > .row > #post-area, body.page-template-page-sidebar-php .main-content > .row > #sidebar, body.page-template-page-left-sidebar-php .main-content > .row > #post-area, body.page-template-page-left-sidebar-php .main-content > .row > #sidebar {
    margin-top: 0!important;
}

/*
 * Catalogue
 */

.gigya-change-store {
    width: 958px;
    margin: 0 auto;
    text-align: right;
    margin-bottom: 15px!important;
}

/*
 * Search.
 */

#search-outer .ui-widget-content li span.desc {
    display:none!important;
}

.search-suggest-catalogue {
    text-align:center;
}

.search-suggest-catalogue h3 {
    font-weight: 300!important;
    margin-top:50px;
}

/*
 * Footer.
 */

.icon-footer-social {
    display: inline-block;
    width: 20px!important;
    text-align: left;
    font-size: 18px!important;
}

.ascend #footer-outer .widget h4, .ascend #sidebar h4 {
    margin-bottom: 16px!important;
    font-family: "Knockout", "Roboto", "Helvetica", "Arial", sans-serif!important;
    color: #fff;
    font-size: 24px;
}

.ascend #sidebar h4 {
    color: #3F3E3E!important;
}

/*---------------slick slider--------------*/

.slick_mobile .slick-arrow i{font-size:54px;background-color: transparent !important;}
.slick_mobile .slick-prev, .slick_mobile .slick-next {
    top: 50%!important;
}
.slick_mobile .slick-prev::before, .slick_mobile .slick-next::before{display:none !important;}

/* Nectar Slider */

@media all and (max-width: 1000px) {
    .nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
        padding: 0px 50px;
    }
}

.nectar-slider-wrap .swiper-slide.black_overlay .image-bg {
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

/* iga slick card */

.iga-slick-card .iga-slick-image{
    width: auto;
    height: 340px;
    margin: 0px 10px 20px 10px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    background-repeat: no-repeat;
    transition: 0.50s;
    -webkit-transition: 0.50s;
    position: relative;
}




.iga-slick-card .iga-slick-image:hover  {
 cursor: pointer;
}

.iga-slick-card .iga-slick-image:hover {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
}


.iga-slick-carousel-cell .iga-slick-img-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.iga-slick-card .iga-slick-title {
    font-weight: bold !important;
    text-align: left;
    margin: 0px 10px;
}

.iga-slick-card .iga-slick-title a {
    color: #30302F;
}

.iga-slick-card .iga-slick-title a:hover {
    color: #E4291B;
}

.iga-slick-card .iga-slick-category {
    margin: 5px 10px !important;
    font-size: 13px !important;
    text-align: left;
}
.iga-slick-carousel .slick-prev,
.iga-slick-carousel .slick-next {
    top: 43% !important;
}


.iga-slick-carousel .slick-prev {
    left: -20px !important;

}
.iga-slick-carousel .slick-next {
    right: -20px !important;
}

.iga-slick-carousel .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    color: #E4291B !important;
    opacity: 1;

}

.iga-slick-carousel .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #E4291B !important;
    opacity: 1;

}


/* IGA CARD BEING USED ON THE SOUL STORIES PAGE */

.iga-cards-row .vc_column-inner{
    padding-bottom: 10px;
}

.iga-card {
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    margin-bottom: 76px;
}

.iga-card-no-border {
    padding-bottom: 20px
}
.iga-card.iga-cta {
    padding-top: 50px !important;
    padding-bottom: 50px!important;
}

@media all and (max-width: 1000px) {

    .iga-card {
        margin-bottom: 62px !important;
    }
    .iga-card.iga-cta {
        padding-top: 100px !important;
        padding-bottom: 100px!important;
    }
}

.iga-card .row-bg.using-image {
    border-radius: 10px;
}

.iga-card .iga-card-content {
    padding: 0px 20px;
    text-align: center;
}

.iga-card .nectar-video-box {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.iga-card .nectar-video-box[data-color="extra-color-3"] a.nectar_video_lightbox {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
}


.iga-card .top-rounded-corners {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 20px;

}

.iga-card .inner,
.iga-card-no-border .inner {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0px !important;
}

.iga-card-no-border .rounded-corners,
.iga-card .rounded-corners {
    border-radius: 10px;

}

.iga-card-no-border .rounded-corners,
.iga-card .rounded-corners,
.iga-card .top-rounded-corners {
    transition: 0.50s;
    -webkit-transition: 0.50s;
}

.iga-card-no-border .rounded-corners:hover,
.iga-card .rounded-corners:hover,
.iga-card .top-rounded-corners:hover  {
      transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
}


.iga-card-no-border .iga-tag,
.iga-card .iga-tag {
    font-size: 13px;
    padding-bottom: 0px;
    margin-top: 10px;
}

.iga-card-no-border a,
.iga-card a {
    color: #30302F;
    cursor: pointer;
}
.iga-card-no-border a:hover,
.iga-card a:hover {
    color: #E4291B;
}

/* LOCALS MATTER */

/* hide the newsletter signup for locals matters pages */


/* Flickity Carousel for IGA */

.iga-carousel {
    display: block;
}

@media all and (max-width: 1000px)  {
    .iga-carousel {
        display: none;
    }
}

.iga-carousel-cell {
  width: 100%; /* full width */
  max-height: 300px; /* height of carousel */
  margin-right: 10px;
  border-radius: 10px;
  display: flex;
}


.iga-carousel-cell .img-content {
    width: 50%;
    max-height: 300px;
    min-height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media all and (min-width: 1000px) and (max-width: 1300px) {
    .iga-carousel-cell .img-content {
        min-height: 225px;
    }
}
.iga-carousel-cell .text-content {
    width: 50%;
    padding: 3% 5%;
}

@media all and (min-width: 1000px) and (max-width: 1300px) {
    .iga-carousel-cell .text-content {
        padding: 1% 5%;
    }
}


.iga-carousel-cell .text-content p {
    padding-bottom: 20px;
}

.iga-carousel .flickity-page-dots {
    text-align: right !important;
}

.iga-carousel .flickity-button-icon {
  fill: #E4291B;
}

.iga-carousel .flickity-prev-next-button .arrow {
    fill: #E4291B
}

.iga-carousel .flickity-page-dots .dot:before {
    display: none;
}

.iga-carousel .flickity-page-dots .dot {
    width: 6px !important;
    height: 6px !important;
    margin: 0px 3px !important;
}



/* mobile */

.iga-mobile-carousel {
    display: none;
}

@media all and (max-width: 1000px)  {
    .iga-mobile-carousel {
        display: block;
    }
    .iga-mobile-carousel .flickity-viewport {
         min-height: 490px;
    }
}

@media only screen and (max-width: 600px) {
    .iga-mobile-carousel .flickity-viewport {
         min-height: 430px;
    }
}




@media only screen and (max-width: 350px) {
    .iga-mobile-carousel .flickity-viewport {
         min-height: 295px;
    }
}


.iga-mobile-carousel-cell {
    width: 100%; /* full width */
    max-height: 550px; /* height of carousel */
    margin-right: 10px;
    border-radius: 10px;
}


.iga-mobile-carousel-cell .img-content img {
    border-radius: 10px;
}


.iga-mobile-carousel-cell .text-content h2 {
    margin-bottom: 20px;
}


.page-template-template-community #newsletter_signup,
.single-communityposts #newsletter_signup {
    display: none;
}


.localsmatter_footer_cta_logo {
    width: 208px !important;
}


.locals_matter_category {
    margin-bottom: 25px;
}
.locals_matter_category_label {
    background-color: rgba(255,255,255,0.15);
    transition: background-color 0.2s ease-out, left 0.2s ease-out;
    transition: color 0.2s ease-out, left 0.2s ease-out;
    border-radius: 6px;
    padding: 10px 15px;
    max-width: 150px;
    color: #ffffff !important;
}

.locals_matter_category_label:hover {
    background-color: rgba(255,255,255,1);
    color: #30302F !important;
}


#boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2.locals_banner_title {
    max-width: 500px;
    margin-bottom: 20px;
}

.locals_banner_title {
    font-size: 40px !important;
    font-weight: bold !important;
    line-height: 52px !important;
    padding-bottom: 15px;
    opacity: 1 !important;
    padding-top: 0px !important;
}

@media all and (max-width: 1000px) {
    .locals_banner_title {
        font-size: 26px !important;
        line-height: 30px !important;
    }
}

@media only screen and (max-width: 690px) {
    .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, #boxed .swiper-slide .content h2.locals_banner_title {
        font-size: 26px!important;
        line-height: 30px!important;
    }
}

@media only screen and (max-width: 1000px) {
    #boxed .swiper-slide .content .iga-slider .locals_matter_category a {
        padding: inherit !important;
        font-size: inherit !important;
    }
    #boxed .swiper-slide .content .iga-slider a.nectar-button {
        padding: 12px 45px !important;
        font-size: 22px!important;
    }
}

.locals_banner_title.center {
    margin: 0px auto;
}

.locals_banner_title.white {
    color: #ffffff;
}

.locals_banner_subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.locals_banner_subtitle.white {
    color: #ffffff;
}
.page-template-template-community .container-wrap {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;

}


.single-communityposts .container-wrap
 {
    padding-top: 15px;
    margin-top: -30px;
}

.border-grey {
    border-bottom: 1px solid #B2B2B2;
}

.back-arrow {
    display: inline-flex;
    align-items: center;
}
.back-arrow .back-image {
    width: 38px !important;
    height: 38px !important;
    background-image: url('../png/back_button.png');
    margin-bottom: 0px !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.back-arrow .back-image:hover {
    background-image: url('../png/back_button_hover_state.png');
}

.back-link {
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}

.spacer-90 {
    margin-top: 90px;
}
.spacer-50 {
    margin-top: 50px;
}
.spacer-30 {
    margin-top: 30px;
}


.section_top_localsmatter {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    z-index: 13;
}

.section_top_localsmatter h3 {
    text-align: left;
}


/*.section_headings_localsmatter {
    padding-bottom: 15px;
}*/

@media all and (max-width: 1300px) {
    .section_top_localsmatter h3.localsmatter {
        text-align: center;
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .section_top_localsmatter .col.span_4  {
        margin-bottom: 0px;
        margin-top: 15px;
        width: 100%;
    }

    .section_top_localsmatter .col.span_4 h3 {
        text-align: center;
        margin: 0px auto;
    }

    .section_top_localsmatter .col.span_8  {
        margin-bottom: 0px;
        margin-top: 0px;
        width: 100%;
    }

    .single-communityposts .container-wrap {
        padding-top: 0px;
        margin-top: 0px;
    }


}

.single-communityposts #localsMatter-sidebar {
   background-color: #F1F1F1 !important;
   padding: 42px 30px 0px 30px !important;
}


@media all and (max-width: 1000px) {
    .single-communityposts #localsMatter-sidebar {
        padding-top: 60px;
        margin-bottom: 0px !important;
    }
}

.color_iga_grey {
    color: #30302F;
}

/*
h1.h1-knockout {
    font-family: Knockout !important;
    color: #30302F;
    font-size: 68px;
    letter-spacing: 6.8px;
    line-height: 78px;
    text-transform: uppercase;
    text-align: center;
}*/

h1.h1_localsmatter {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold;
    color: #30302F;
}


h1.h1_localsmatter_smallfont {
    font-size: 13px  !important;
    line-height: 21px !important;
    color: rgba(48, 48, 47, 0.6);
    font-weight: normal;
}
h2.h2_localsmatter,
.h2.h2_localsmatter {
    font-size: 26px !important;
    line-height: 28px !important;
    font-weight: bold;
}

h2.h2-knockout,
h1.h2-knockout {
    font-family:  'Knockout', 'Roboto', sans-serif !important;
    color: #30302F;
    font-size: 50px !important;
    letter-spacing: 5px;
    line-height: 55px !important;
    text-transform: uppercase;
    text-align: center;
}

h3.h3_localsmatter_knockout {
    font-family: 'Oswald', 'Knockout', 'Roboto', sans-serif !important;
    color: #30302F;
    font-size: 20px !important;
    letter-spacing: 0.5px !important;
    line-height: 59px !important;
    text-transform: uppercase;
    margin-bottom: 3px !important;
    margin-top: 3px !important;

}



@media all and (max-width: 1299px) {

    h3.h3_localsmatter_knockout {
        font-size: 19px !important;
        line-height: 34px !important;
    }


}


h4.h4_localsmatter {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: bold !important;
    color: #30302F;

}


h6.h6_localsmatter {
    font-size: 13px;
    line-height: 21px;
    color: #30302F;
}

/*
h4.localsmatter {
    font-size: 22px;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
}*/

/*@media all and (max-width: 1000px) {
    h1.h1-knockout {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}*/



.display-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-more-link {
    white-space: nowrap;
}



.subnav__localsmatter > ul {
    margin: 18px 0px 18px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align: right;
    width: 90%;
    display: flex;
    justify-content: space-around;
}


.subnav__localsmatter > ul > li {
   margin-right: auto;
    display: inline-block;
}

.subnav__localsmatter ul li:last-child {
    padding-right: 5px;
}

body .subnav__localsmatter ul li:first-child {
    margin-left: 0;
}

@media all and (max-width: 1300px) {

    .subnav__localsmatter ul {
        text-align: center;
        width: 100%;
    }

}
@media (max-width: 1000px) {

body .section_top_localsmatter .span-9 {
    margin-bottom: 0;
}

    .subnav__localsmatter {
        padding-bottom: 0;
    }

    .subnav__localsmatter li {
        padding: 10px 10px 15px 10px;
    }

     .subnav__localsmatter ul {

        white-space: nowrap;
        overflow-x: scroll;
        margin: 0px;
        padding: 0 10px;
        /*-ms-overflow-style: none;
        scrollbar-width: none;*/

    }

    /*.subnav__localsmatter ul::-webkit-scrollbar {
        display: none;
    }*/

}

@media all and (max-width: 1300px) and (min-width: 1000px) {
.section_top_localsmatter h3 {
    padding: 14px 0 0 0;
}

}

@media all and (max-width: 1000px) {


    h3.h3_localsmatter_knockout {
        text-align: center;
        width: 100%;
        max-width: unset;
        padding-top: 20px;
    }

    .subnav__localsmatter > ul {
        display: block;
    }

    .subnav__localsmatter > ul:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: -10px;
      right: 0;
      bottom: 15px;
      pointer-events: none;
      background-image: linear-gradient(to right, rgba(255,255,255,0), white 85%);
      width: 15%;
      height: 50px;
    }
     .subnav__localsmatter > ul:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: -10px;
      left: -30px;
      bottom: 15px;
      pointer-events: none;
      background-image: linear-gradient(to left, rgba(255,255,255,0), white 85%);
      width: 10%;
      height: 50px;
    }

     .subnav__localsmatter ul {
        padding: 0px 30px;
    }


}

.subnav__localsmatter ul ul {

    position: absolute;
    text-align: center;
    padding: 0px 14px;
    padding-top: 3px;
    background: #ffffff;
    display: none;
    top: 27px;
    height: 85px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 6px;


}

.subnav__localsmatter ul ul li {
    padding: 5px 0px;
    text-align: left;
}

.subnav__localsmatter ul ul li > a:hover {
    color: #E4291B;
}

@media all and (max-width: 1000px) {
    .subnav__localsmatter ul ul {
        right: 0;
        top:  45px;
    }
}
.subnav__localsmatter ul li:hover > ul {
    display: block;
}

.subnav__localsmatter a {
    color: #3f3e3e;
    font-size: 13px;
}

.subnav__localsmatter > ul > li.current-menu-item > a,
.subnav__localsmatter > ul > li.current-menu-parent > a {
    padding: 18px 15px 21px 15px;
    font-weight: bold;
    border-bottom: 5px solid #E4291B;

}

@media all and (max-width: 1000px ) {


    .section_top_localsmatter .span_3 {
    margin-bottom: 5px;
    }

.section_top_localsmatter .span-9 {
    margin-bottom: 0;
    }



    body .subnav__localsmatter > ul > li.current-menu-item > a, 
    body  .subnav__localsmatter > ul > li.current-menu-parent > a,
    body  .subnav__localsmatter > ul > li  > a {
    display: block;
    padding: 14px 6px;
    }

    .subnav__localsmatter li {
    padding: 0 10px;
    }



}

.community-related-posts {
    display: inline-flex;
    padding-bottom: 50px;
}

.community-related-post {
    text-align: center;
}

.community-related-post .img_wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.community-related-post .img_wrapper img {
    transition: 0.50s;
    -webkit-transition: 0.50s;
    border-radius: 10px;
}

.community-related-post .img_wrapper img:hover  {
      transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
}

.community-related-post h3:hover,
.community-related-post .cat_name:hover {
    color: #E4291B;
}

.community-related-post .cat_name {
    padding-bottom: 7px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #30302F;
}

.single-communityposts .community_post_date {
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
}

.single-communityposts .main-content  ul {
    padding-left: 40px;
}

.single-communityposts .comm_post_image {
    margin: 0px 0px 0px 0px;
    position: relative;
}

.single-communityposts .comm_post_image img {
 margin-bottom: -5px;
 border-radius: 10px;
}


.single-communityposts #post-area .standard_section {
    padding-
}
.single-communityposts .post_header_info {
    margin-bottom: 10px;
}


.category .breadcrumbs span,
.category .breadcrumbs a,
.tag span,
.tag .breadcrumbs a,
.page-breadcrumbs,
.single-communityposts .breadcrumbs {
    font-size: 13px !important;
}

.single-communityposts .breadcrumbs {
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.single-communityposts #post-title-area {
    padding-bottom: 0px;
}

.category .breadcrumbs a,
.tag .breadcrumbs a,
.page-breadcrumbs a,
.page-breadcrumbs span,
.single-communityposts .breadcrumbs a,
.single-communityposts .breadcrumbs span {
    color: rgba(48, 48, 47, 0.5) !important;
}


/* tags and categories page */

.category .excerpt,
.tag .excerpt,
.post-type-archive-communityposts .excerpt {
    display: none;
}

.category .container-wrap,
.tag .container-wrap,
.post-type-archive-communityposts .container-wrap {
    margin-top: 0px !important;
    padding-top: 100px !important;
}

.category .post-content,
.tag .post-content,
.post-type-archive-communityposts .post-content {
    padding-left: 0px;
}

.category .post-featured-img img,
.tag .post-featured-img img,
.post-type-archive-communityposts img {
    border-radius: 10px;
}

.category .masonry.classic_enhanced .masonry-blog-item .inner-wrap ,
.tag .masonry.classic_enhanced .masonry-blog-item .inner-wrap,
.post-type-archive-communityposts .masonry.classic_enhanced .masonry-blog-item .inner-wrap{
    box-shadow: none !important;
}

.category .masonry.classic_enhanced .masonry-blog-item .article-content-wrap ,
.tag .masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
.post-type-archive-communityposts .masonry.classic_enhanced .masonry-blog-item .article-content-wrap
 {
    padding: 0px 10px !important;
    text-align: center;
}

.category .section-title ,
.tag .section-title,
.post-type-archive-communityposts .section-title{
    display: none;
}

.category .page-title,
.tag .page-title,
.post-type-archive-communityposts .page-title {
    padding-bottom: 20px;
}


.category .post-header,
.tag .post-header,
.post-type-archive-communityposts .post-header{
    color: #30302F !important;
}
.category .breadcrumbs,
.tag .breadcrumbs,
.post-type-archive-communityposts .breadcrumbs {
    padding-bottom: 30px;
}

/* email footer mobile */


@media (max-width: 480px) and (min-width: 0) {



            body #newsletter_signup .fsNameFirst,
            body #newsletter_signup #fsRow2523453-2 {
            width: 100% !important;
            margin: 0 0 12px 0 !important;
            }

            body #newsletter_signup .fsNameLast,
            body #newsletter_signup #fsRow2523453-3 {
            width: 100% !important;
            margin: 0 0 12px 0 !important;
            }


            body #newsletter_signup form a {
            font-size: 14px;
            }

            body #newsletter_signup #fsSubmit2523453 {
            width: 100% !important;
            }

            body #newsletter_signup #fsRow2523453-4 {
            width: 100% !important;
            clear: both !important;
            margin: 0 0 20px 0 !important;
            }

            #newsletter_signup .fsBody .fsRowBody #label47213626 .fsLabel {
            padding-top: 5px;
            }


            body #newsletter_signup > .col {
            margin-bottom: 0;
            max-width: 85%;
            margin: 0 auto;
            float: none;
            }



}

@media only screen and (max-width: 1000px) and (min-width: 1px) {


    body  header#top .col.span_3 {
    width: auto!important;
    }

    body  .container-wrap {
    padding-top: 40px;
    margin-top: 0;
    }


 body.home  .container-wrap {
    padding-top: 0;
    }
 body.home  .container-wrap  > .container {
    padding-left:0;
padding-right: 0;    }


}





/* Arrows */

.slick-prev::before, .slick-next::before {
    color: black !important;
    font-size: 40px;
}


.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'Ã¢â€ Â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'Ã¢â€ â€™';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'Ã¢â€ â€™';
}
[dir='rtl'] .slick-next:before
{
    content: 'Ã¢â€ Â';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'Ã¢â‚¬Â¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {

   

    .subnav__localsmatter > ul {
        display: block;
        padding-bottom: 0;
    }

        body .col.center img.localsmatter_footer_cta_logo   {
        margin-top: 30px!important;
        }

        h3.locals_matter_header_text {
        font-size: 16px;
       padding-top: 20px;
        margin-top: 10px;
        text-align: center;
        }

        .locals_matter_header_button a {
        padding: 8px 35px !important;
        font-size: 22px;
        }



}



.slick-prev,
.slick-next {
    z-index: 10;
}

.h4_localsmatter {
    max-width: 240px;
    margin: 0 auto;
}

.cta-article-end {
  padding: 10px 16px 2px;
    background: #F1F1F1;
    border-radius: 10px;
    margin-top: 25px;
}


body .single-communityposts ul.credits {
    margin-bottom: 20px;
}

 #post-area ul.checkbox {
    margin: 30px 0;
 }

 #post-area ul.checkbox li {
    background: url(../gif/check.gif) top left no-repeat;
    background-size: 20px;
    list-style: none;
    padding-left: 30px;
    margin: 20px 0;
}

 #post-area ul.ticked li {
    background: url(../gif/tick.gif) top 2px left 0 no-repeat;
    background-size: 17px;
    list-style: none;
    padding-left: 30px;
    margin: 20px 0;
}







.single-communityposts #post-area ul {
    padding-left: 0;
}

#post-area ul.checkbox li {
    line-height: 21px;
}


.single-product #newsletter_signup {
    display: none !important;
}


.section_top_localsmatter {
    background: #fff;
}

.subnav__localsmatter a {
    padding: 15px 2px; }

}


@media only screen and (max-width: 1200px) {
    .sale-heading h1 {
        font-size: 75px !important;
        line-height: 41px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sale-heading h1 {
        font-size: 55px !important;
        line-height: 55px !important;
        margin-bottom: 10px !important;
    }
}


.flickity-slider .flickity-button:focus {
    box-shadow: none!important;
}

.mb-0 {
    margin-bottom: 0 !important;
}



.adv-link img {
    width:100%;
}





/* ADBLOCK CSS */


body [data-advadstrackid] {
    display: block !important;
}


.dnone {
    display:none!important;
}

.native #Mobile_slider_row {
    margin-top:-70px!important;
}

.native  .dnone {
    display:block!important;
}

@media (max-width:767px) and (min-width:690px) {
    
 .native  #Mobile_slider_row {
    margin-left:-7.5%!important;
}
   
}


 
 @media (max-width:689px) and (min-width:400px) {
    
 #Mobile_slider_row {
    margin-left:-9.5%!important;
}
   
}


body #mobile-menu {
 top: 0;
}


/* COMMPOSTS ARCHIVE CSS */

@media (max-width:767px) {
    
    
        .page-template-template-community .vc_row-fluid .wpb_column {
        margin-bottom: 0;
        }

        .page-template-template-community  .vc_row-fluid .wpb_column.comm-itm {
        width: 100%;
        margin-right: 0px!important;
        margin-left: 0px;
        margin-bottom: 10px;
        }


        .comm-itm .vc_column-inner > .wpb_wrapper {
        display:flex;
        }

        .comm-itm .wpb_text_column.wpb_content_element.iga-card-content2 {
        width: 70%;
        padding: 0 10px 0 16px;
        }

        .comm-itm .wpb_text_column.wpb_content_element.iga-card-content2 .iga-tag {
        text-align: left!important;
        margin-top: -6px;
        }

        .comm-itm .wpb_text_column.wpb_content_element.iga-card-content2 h4.h4_localsmatter {
        text-align: left!important;
        margin: 0;
        }

        .page-template-template-community .wpb_column.comm-itm img.img-with-animation {
        border-radius: 8px!important;
        }

        .comm-itm .img-with-aniamtion-wrap.center {
        width: 30%;
        }
}



.iga-mobile-carousel-cell .text-content h2 {
    margin-bottom: 20px;
    margin: 20px 0 0 0;
    line-height: 1.3!important;
}

.textzero  .col p {
        padding-bottom: 0!important;
}


.post-type-archive-articles .container.main-content {
    margin-top: 70px;
}




/* PRELOADER CSS UPDATES LMCP */

.page-template-template-community #desktop-lottie-animation > svg,
.page-template-template-community #mobile-lottie-animation > svg {
    position: absolute;
    z-index: 1;
    width: 130px!important;
    height: 130px!important;
    left: 50%;
    top: 50%;
    margin: -65px 0 0 -65px;
}


.page-template-template-community .iga-carousel-cell,
.page-template-template-community .iga-mobile-carousel-cell{
background-color:#fff!important;

}

.page-template-template-community .main-carousel .flickity-viewport {
 z-index:2;
}



