/*
 Theme Name:   Discover Gloucester
 Version:      0.1
 Template:     stout_heart_core
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  stoutheart
*/

@import url("css/typography.css");
@import url("css/global.css");
@import url("css/events.css");
@import url("css/blog.css");
@import url("css/header.css");
@import url("css/footer.css");
@import url("css/home.css");
@import url("css/queries.css");
@import url("css/tribe.css");

.container {
    max-width: 1280px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.per-event {
    height: 100% !important;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.per-event h3 {
    margin-bottom: 0;
    min-height: 54px;
}

.per-event .event-date {
    margin-top: 0;
    font-size: 14px;
}

body.postid-18653 .tribe-community-events .tribe-section.tribe-section-taxonomy {
    display: block !important;
}

body.postid-18653 .tribe-community-events .tribe-section.tribe-section-taxonomy.tribe-section-taxonomy--post_tag {
    display: none !important;
}

.event-slider {
    margin: 0;
    padding: 0 30px;
}

.event-slider .slick-prev {
    left: 0;
    width: 30px;
    height: 55px;
}

.event-slider .slick-next {
    right: 0;
    width: 30px;
    height: 55px;
}

.event-slider .slick-slide {
    height: 100%;
}

.event-slider .slick-prev:before {
    color: #1f2a44;
    content: "\f053";
    font-size: 3rem;
    font-family: "Font Awesome 5 Pro";
}

.event-slider .slick-next:before {
    color: #1f2a44;
    content: "\f054";
    font-size: 3rem;
    font-family: "Font Awesome 5 Pro";
}

.widget-button a {
    background-color: #1f2a44;
    border: 1px solid #1f2a44;
    color: #fff !important;
    border-radius: 5px;
    font-family: "Cabin", sans-serif;
    transition: 200ms;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px;
    transition: 0.3s ease;
}

li.widget-button,
li.widget-button:hover {
    padding: 0px;
    background: unset !important;
}

.widget-button a:hover {
    background-color: #006c90;
}

#visit_widget_button.right_bottom {
    display: none !important;
}

.gd-ads-wrap {
    display: flex;
    gap: 10%;
    justify-content: space-between;
    align-items: center;
}

.dg-ad-col img {
    width: 100%;
    height: auto;
}

div#featured-business-header {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
div#featured-business-header h2 {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gloucester-400-width {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.business-spotlight-text {
    color: #000000;
}
.business-spotlight-text * {
    hyphens: none;
}
.featured-business-header {
    margin-top: 20px;
}
.featured-business-header h2 {
    background: #3e4162;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: white;
    padding: 15px;
}
.featured-business-content {
    background-color: #f8f8f8;
    padding: 50px 20px;
    display: flex;
    gap: 20px;
}

.featured-business-content * {
    hyphens: none;
}
.featured-business-img img {
    height: auto;
    width: 160px;
}
@media (max-width: 768px) {
    .gd-ads-wrap {
        flex-direction: column;
    }
    div#featured-business-header h2 img,
    .featured-business-header h2 img {
        display: none;
    }
}

@media (max-width: 1024px) {
    li.widget-button {
        display: none !important;
    }
}
