/*
Theme Name: Kristain Thompson
Theme URI: http://www.kristainthompson.com/
Description: Custom theme for Kristain Thompson
Author: Catch Digital Strategy
Author URI: http://www.catchdigitalstrategy.com/
Version: 1.0
*/

@import url('bootstrap/css/bootstrap.css');
@import url("https://use.typekit.net/bap5ifs.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

html, body {
    height: 100%;
}

body {
    background: #f7f7f7;
    color: #333;
    font-family: "tablet-gothic", sans-serif;
    font-weight: 400;
}

a, a:hover, a:focus {
    color: #c20f2f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4 {
    color: #c20f2f;
    font-family: "bebas-neue-pro-expanded", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1 span, h2 span, h3 span, h4 span {
    text-transform: none;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 12px;
    line-height: 18px;
}

.post {
    padding-bottom: 20px;
}

.text-justify {
    text-align: justify;
}

.date {
    position: relative;
    top: -8px;
    color: #a1a4b3;
    text-transform: uppercase;
}

.hide, .hide a {
    display: none !important;
}

img {
    max-width: 100%;
}

figure > img, figure > a > img {
    width: auto;
    height: auto;
}

input[type=text], input[type=email], textarea, select {
    margin: 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 10px;
    background: #fff;
    color: #333;
    font-size: inherit;
    -webkit-appearance: none;
}

textarea {
    height: 200px;
}

input[type=submit], button, .button, input[type=submit]:focus, button:focus, .button:focus {
    display: inline-block;
    margin: 0;
    border: 0px none;
    border-radius: 0;
    padding: 10px 30px;
    background: #c20f2f;
    color: #fff;
    font-family: "bebas-neue-pro-expanded", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

input[type=submit]:hover, button:hover, .button:hover {
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

/* HEADER */

#header {
    background: #fff;
}

#header #logo a {
    display: inline-block;
}

#header #menu .navbar {
    padding: 0;
}

#header #menu .navbar .navbar-nav li a {
    display: block;
    opacity: 1.0;
    color: #1a1a1a;
    font-family: "bebas-neue-pro-expanded", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#header #menu .navbar .navbar-nav li a:hover {
    color: #c20f2f;
    text-decoration: none;
}

#header #menu .navbar .navbar-nav li.donate a {
    display: block;
    background: #c20f2f;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#header #menu .navbar .navbar-nav li.donate a:hover {
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1400px) {
    #header #logo img {
        height: 120px;
    }
    #header #menu {
        padding-top: 40px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 20px;
        line-height: 40px;
    }
    #header #menu .navbar .navbar-nav li.donate {
        padding-left: 12.5px;
    }
    #header #menu .navbar .navbar-nav li.donate a {
        padding: 0 25px 0 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #header #logo img {
        height: 110px;
    }
    #header #menu {
        padding-top: 37px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 36px;
    }
    #header #menu .navbar .navbar-nav li.donate {
        padding-left: 10px;
    }
    #header #menu .navbar .navbar-nav li.donate a {
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header #logo img {
        height: 100px;
    }
    #header #menu {
        padding-top: 34px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 7.5px 0 7.5px;
        font-size: 16px;
        line-height: 32px;
    }
    #header #menu .navbar .navbar-nav li.donate {
        padding-left: 7.5px;
    }
    #header #menu .navbar .navbar-nav li.donate a {
        padding: 0 15px 0 15px;
    }
}

@media (min-width: 992px) {
    #header {
        padding: 10px 0 10px 0;
    }
    #header #menu .navbar {
        float: right;
    }
    #header #menu .navbar .navbar-nav li ul {
        display: none;
    }
    #header #menu .navbar .navbar-nav li:hover ul {
        display: block;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 0;
        box-shadow: 1px 1px 2px 1px rgba(76, 78, 100, .25);
        background: #fff;
    }
    #header #menu .navbar .navbar-nav li:hover ul li a {
        padding: 0 10px 0 10px;
        color: #4c4e64;
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 991px) {
    #header {
        padding: 15px;
    }
    #header #logo {
        padding-left: 10px;
    }
    #header #logo img {
        height: 100px;
    }
    #header #logo img {
        position: relative;
        z-index: 1000;
    }
    #header #menu {
        margin-top: -48px;
    }
    #header #menu .navbar {
        display: block;
        width: 100%;
        text-align: right;
    }
    #header #menu .navbar .navbar-toggler {
        margin-top: 4px;
        margin-bottom: 14px;
        border: 0px none;
        border-radius: 0;
        padding: 11px;
        background: transparent;
        font-size: 20px;
        line-height: 20px;
    }
    #header #menu .navbar .navbar-toggler:focus {
        background: transparent;
        box-shadow: none;
    }
    #header #menu .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28194, 15, 47, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    #header #menu .navbar .navbar-nav {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    #header #menu .navbar .navbar-nav li a {
        font-size: 18px;
        line-height: 36px;
    }
    #header #menu .navbar .navbar-nav li ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #header #menu .navbar .navbar-nav li.donate {
        padding-top: 10px;
    }
    #header .button {
        display: block;
        padding: 0;
        background: #c20f2f;
        color: #fff;
        font-family: "bebas-neue-pro-expanded", sans-serif;
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
    }
    #header .button:hover {
        background: #1a1a1a;
        color: #fff;
    }
}

/* BANNER */

#banner h1 {
    margin: 0;
    text-align: center;
}

@media (min-width: 1400px) {
    #banner {
        height: 600px;
    }
    #banner h1 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #banner {
        height: 525px;
    }
    #banner h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner {
        height: 450px;
    }
    #banner h1 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    #banner {
	    position: relative;
	    overflow: hidden;
        background: url('images/banner.jpg') 50% 0% no-repeat;
        -webkit-background-size: cover;
        -moz-backround-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #banner #signup {
        position: relative;
        top: 50%;
	    transform: translate(0,-50%);
    }
    #banner #signup #content {
        padding: 30px 30px 15px;
        background: rgba(0, 0, 0, 0.5);
    }
    #banner #signup h1 {
        padding-bottom: 20px;
        color: #fff;
    }
    #banner #signup input[type="submit"] {
        background: #c20f2f;
        color: #fff;
    }
    #banner #signup input[type="submit"]:hover {
        background: #fff;
        color: #c20f2f;
    }
}

@media (max-width: 991px) {
    #banner {
	    background: #c20f2f;
	    position: relative;
	    overflow: hidden;
        /* background: url('images/banner.jpg') 50% 0% no-repeat; */
        -webkit-background-size: cover;
        -moz-backround-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #banner #signup {
        padding: 20px;
    }
    #banner #signup h1 {
        color: #fff;
        padding-bottom: 10px;
    }
    #banner #signup input[type="submit"] {
        background: #1a1a1a;
        color: #fff;
    }
    #banner #signup input[type="submit"]:hover {
        background: #fff;
        color: #1a1a1a;
    }
    #banner #signup .gform_wrapper.gravity-theme form .gfield_validation_message {
        color: #fff;
    }
}

/* JOIN */

#signup label {
    /* display: none; */
}

#signup .gchoice input {
    vertical-align: top;
}

#signup input[type=submit] {
    width: 100%;
}

#signup .gform_footer {
    padding: 10px 0;
}

@media (min-width: 1400px) {
    #signup input {
        font-size: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #signup input {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #signup input {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #signup input {
        font-size: 16px;
    }
    #signup .gchoice label {
        color: #fff;
    }
}

/* PANE */

/* .entry .wp-block-columns {
    margin-bottom: 0;
}

.entry .wp-block-column {
    margin-bottom: 1.75em;
} */

#page {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1400px) {
    .pane {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pane {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.emblem {
    display: block;
    width: 96px;
    height: 96px;
    margin: 0px auto;
    background: url('images/emblem.png') 50% 50% no-repeat;
    background-size: 96px 96px;
}

.issue {
    display: block;
    padding-bottom: 10px;
    color: #c20f2f;
    font-size: 48px;
    text-align: center;
}

.with-border img {
    border: 2px solid #f0f0f0;
}

/* INTRO */

#intro {
    padding-left: 20px;
    padding-right: 20px;
}

#intro h1, #intro h2, #intro h3, #intro h4 {
    color: #c20f2f;
}

#intro .post {
    padding-bottom: 0;
}

@media (min-width: 1400px) {
    #intro .post .entry {
        font-size: 22px;
        line-height: 150%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #intro .post .entry {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #intro .post .entry {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 991px) {
    #intro .post .entry {
        font-size: 18px;
        line-height: 150%;
    }
}

/* NEWS */

#news .post {
    margin-top: 30px;
    margin-bottom: 30px;
}

#news img {
    border: 2px solid #f0f0f0;
}

@media (max-width: 991px) {
    #news img {
        margin-bottom: 15px;
    }
}

/* CONNECT */

#connect {
    background: #1a1a1a;
}

@media (min-width: 992px) {
    #connect .widget {
        margin: 20px 0;
    }
}

@media (max-width: 991px) {
    #connect {
        padding-left: 20px;
        padding-right: 20px;
    }
    #connect .widget {
        max-width: 500px;
        margin: 20px auto;
    }
}

/* ACTION */

#action {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
}

#action a {
    color: #fff;
    font-family: "bebas-neue-pro-expanded", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#action a:hover {
    color: #c20f2f;
    text-decoration: none;
}

#action a span {
    display: block;
    padding-bottom: 10px;
    color: #c20f2f;
    font-size: 48px;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#action a:hover span {
    color: #fff;
}

@media (min-width: 992px) {
    #action a {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #action #act1, #action #act3 {
        width: 33.3%;
    }
    #action #act2 {
        width: 33.4%;
        border-left: 3px solid #c20f2f;
        border-right: 3px solid #c20f2f;
    }
}

@media (max-width: 991px) {
    #action {
        padding-left: 15px;
        padding-right: 15px;
    }
    #action a {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #action #act2 {
        border-top: 3px solid #c20f2f;
        border-bottom: 3px solid #c20f2f;
    }
}

/* FOOTER */

#footer {
    padding: 40px 0 40px 0;
    background: #fff;
    color: #1a1a1a;
    text-align: center;
}

#footer a {
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#footer a:hover {
    color: #c20f2f;
}

#footer #logo {
    padding-bottom: 30px;
}

#footer #links {
    padding-bottom: 30px;
}

#footer #links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer #links ul li {
    margin: 0;
    padding: 0;
}

#footer #links ul li a {
    display: block;
    color: #1a1a1a;
    font-family: "bebas-neue-pro-expanded", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#footer #links ul li a:hover {
    color: #c20f2f;
}

#footer #links ul li.donate > a {
    background: #c20f2f;
    color: #fff;
}

#footer #links ul li.donate > a:hover {
    background: #1a1a1a;
    color: #fff;
}

#footer #social {
    padding-bottom: 30px;
}

#footer #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #c20f2f;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
}

#footer #social a img {
    width: 36px;
    height: 36px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#footer #social a:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

#footer #disclaimer {
    display: inline-block;
    border: 1px solid #1a1a1a;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer #legal {
    padding-top: 30px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    #footer #logo img {
        height: 120px;
    }
    #footer #links ul li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 20px;
        line-height: 40px;
    }
    #footer #links ul li.donate {
        padding-left: 12.5px;
    }
    #footer #links ul li.donate a {
        padding: 0 25px 0 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #footer #logo img {
        height: 110px;
    }
    #footer #links ul li a {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 36px;
    }
    #footer #links ul li.donate {
        padding-left: 10px;
    }
    #footer #links ul li.donate a {
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #footer #logo img {
        height: 100px;
    }
    #footer #links ul li a {
        padding: 0 7.5px 0 7.5px;
        font-size: 16px;
        line-height: 32px;
    }
    #footer #links ul li.donate {
        padding-left: 7.5px;
    }
    #footer #links ul li.donate a {
        padding: 0 15px 0 15px;
    }
}

@media (min-width: 992px) {
    #footer #links ul li {
        display: inline-block;
    }
    #footer #links ul li ul {
        display: none;
    }
    #footer #links ul li.donate {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {
    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer #logo img {
        height: 100px;
    }
    #footer #links ul li a {
        font-size: 18px;
        line-height: 36px;
    }
    #footer #links ul li ul {
        display: none;
    }
    #footer #links ul li.donate {
        padding-top: 10px;
    }
    #footer .button {
        display: block;
        margin-top: 0.5rem;
        padding: 0;
        background: #c20f2f;
        color: #fff;
        font-family: "bebas-neue-pro-expanded", sans-serif;
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
    }
    #footer .button:hover {
        background: #1a1a1a;
        color: #fff;
    }
}

/* VIDEO */

div.video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

div.video iframe, div.video object, div.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-device-width: 700px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 700px), only screen and (max-width: 767px) {
	div.video { padding-top: 0; }
}

/* GRAVITY FORMS */

.gform_wrapper.gravity-theme form .gfield_label {
    margin-bottom: 4px;
    font-weight: 400;
}

.gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}

.gform_wrapper.gravity-theme .gform_footer input {
    margin: 0px auto;
}

.gform_wrapper.gravity-theme form .gfield_required {
    color: #c20f2f;
    font-size: inherit;
}

.gform_required_legend {
    display: none;
}

#gf_form_focus:focus-visible, .gform_validation_errors:focus-visible, .gform_fields:focus-visible {
    outline: 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff !important;
    margin-bottom: 20px !important;
    border: 1px solid #c20f2f !important;
    box-shadow: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    color: #c20f2f !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.gform_wrapper.gravity-theme form .description, .gform_wrapper.gravity-theme form .gfield_description, .gform_wrapper.gravity-theme form .gsection_description, .gform_wrapper.gravity-theme form .instruction {
    padding: 2px 0;
    font-size: 12px;
}

.gform_wrapper.gravity-theme form .gform_body .gfield_error label {
    color: inherit;
}

.gform_wrapper.gravity-theme form .gfield_error [aria-invalid="true"] {
    border: 1px solid #ebebeb;
}

.gform_wrapper.gravity-theme form .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme form .gfield_error label, .gform_wrapper.gravity-theme form .gfield_error legend, .gform_wrapper.gravity-theme form .gfield_validation_message, .gform_wrapper.gravity-theme form .validation_message, .gform_wrapper.gravity-theme form [aria-invalid="true"] + label, .gform_wrapper.gravity-theme form label + [aria-invalid="true"] {
    color: #c20f2f;
}

.gform_wrapper.gravity-theme form .gfield_validation_message, .gform_wrapper.gravity-theme form .validation_message {
    margin: 0;
    border: 0px none;
    padding: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.wpcf7-form-control .captcha-image {
    width: 100%;
    border: 0px none;
}

.wpcf7-form-control .captcha-image .captcha_instructions span {
    text-transform: lowercase;
}

/* COLUMNS */

@media (min-width: 600px) and (max-width: 781px) {
    .entry .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        flex-grow: 1;
    }
    .entry .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}

/* IMAGES */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

@media (min-width: 992px) {
    .entry .wp-block-image .alignleft {
        margin: 15px 20px 10px 0;
    }
    .entry .wp-block-image .alignright {
        margin: 15px 0 10px 20px;
    }
	img.alignleft {
        margin: 10px 20px 10px 0;
    }
	img.alignright {
        margin: 10px 0 10px 20px;
    }
}

@media (max-width: 991px) {
    .entry .wp-block-image .alignleft {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .entry .wp-block-image .alignright {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
	img.alignleft {
        float: none;
        display: block;
        margin: 10px auto;
    }
	img.alignright {
        float: none;
        display: block;
        margin: 10px auto;
    }
}

img.aligncenter {
    display: block;
    margin: 0px auto;
}

.clear {
    clear: both;
}