/* 
Theme Name: Get The Coast 2021
Theme URI: https://www.getthecoast.com
Description: Yea cool.
Author: GTC
Author URI: https://www.getthecoast.com
Template: hello-elementor
Version: 1.0.6
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.in-article-ads {
    text-align: center;
    padding: 2%;
    background: #f9f9f9;
    margin: 0 auto 5%;
}

.in-article-ads iframe {
    width: inherit;
}

.jwplayer {
	margin-bottom: 40px;
}

.jwplayer .video-caption {
    margin-top: 5px;
    font-size: 12px;
    color: #666666;
}

.article-sponsor.gb-block-notice .gb-notice-title {
	padding: 0.1em 1em;
	font-size: 14px;
}

.article-sponsor.gb-block-notice .gb-notice-text {
    border: solid 1px #333;
	font-size: 14px;
}

.in-article-sign-up {
    padding: 30px;
    margin-bottom: 35px;
	    background: rgb(98 0 238 / 5%);
    border: 1px solid rgb(98 0 238 / 10%);
	    text-align: center;
}

.in-article-sign-up p {
    font-size: 14px;
}

.in-article-sign-up .wp-block-button__link {
    font-size: 14px;
    font-weight: 700;
}

.promoted-by {
    font-size: 11px;
    text-transform: uppercase;
	    width: 100%;
    display: inline-block;
	text-align: center;
}

.sponsor-logo {
	    text-align: center;
}

.event-menu .elementor-nav-menu .tribe-events-before-html ul li {
	margin: 0;
}

.tribe-events-widget {
	padding: 3%;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.article-sponsor {
    background: #f9f9f9;
    display: block;
    border: 1px solid #eeeeee;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
    
}

.article-sponsor span {
    font-size: 12px;
    font-weight: 700;
    color: #999999;
    line-height: 1;
        display: block;
        margin: 0 0 5px 0;
}

.article-sponsor p {
    margin-bottom: 0px;
	font-size: 14px;
}

.sponsor-logo {
    max-width: 90px;
}

//Newsletter styles

h5.intro-header
h5.intro-header span,
h5.intro-header mark {
	color: #166dfc;
	font-size: 18px;
}

h2.callout-heading {
	color: #000;
}

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

    .article-sponsor span {
        font-size: 12px;
        font-weight: 700;
        color: #999999;
        line-height: 1;
        display: block;
        margin: 0 0 5px 0;
    }
    
    .article-sponsor p {
        font-size: 14px;
        line-height: 1.3;
    }

}