/*
	Theme Name: SBC Theme Boilerplate
	Theme URI: http://solutionsbycarson.com
	Author: Solutions By Carson LLC
	Author URI: http://solutionsbycarson.com
	Description: Custom, proprietary theme for Solutions By Carson
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles
---------------------------------------*/
@import "dist/css/global.css";

/* Adjustments
---------------------------------------*/
.wp-block-group {
    display: block;
    overflow: hidden;
}

#page_main img,
#page_main iframe {
    max-width: 100%;
}

.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-showing,
.html5-video-player.ended-mode,
.html5-video-player.ytp-fullscreen {
    max-width: 100%;
    overflow: hidden;
}

#video a,
a {
    color: #fcb216;
    text-decoration: underline;
}
#video a:hover,
a:hover {
    color: #e8a313;
}

.primary-bg a,
.secondary-bg a,
.d-primary-bg a,
.d-secondary-bg a,
.xd-primary-bg a,
.tertiary-bg a {
    color: white;
}
.primary-bg a:hover,
.secondary-bg a:hover,
.d-primary-bg a:hover,
.d-secondary-bg a:hover,
.xd-primary-bg a:hover,
.tertiary-bg a:hover {
    color: white;
    opacity: 0.9;
}

.card.hor a.card-img-container {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    display: block;
}

.card.hor a.card-img-container img {
    display: block;
    width: 100%;
    height: auto;
}
.card.hor .row,
.card.hor .row .col {
    align-items: center;
}

@media only screen and (min-width: 786px) and (max-width: 986px) {
    #archive_section .container {
        max-width: 100%;
    }
    .card.hor . head {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 768px) {
    .card.hor {
        margin-bottom: 1.5rem;
    }
}
figure.wp-block-gallery.aligncenter,
figure.wp-block-gallery.aligncenter > ul.blocks-gallery-grid {
    justify-content: center !important;
}

#archive_section .card {
    margin-bottom: 1.5rem !important;
}
a.carousel-control-prev {
    display: none!important;
}
a.carousel-control-next {
    display: none!important;
}
ol.carousel-indicators {
    display: none;
}