/*
Theme Name: Chip Saltsman
Theme URI: http://www.chipsaltsman.com/
Description: Custom theme for Chip Saltsman
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/vtz3jvw.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: #002868;
    color: #333;
    font-family: "dm-sans", sans-serif;
    font-weight: 400;
}

a, a:hover, a:focus {
    color: #cc0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

h1 {
    color: #002868;
    font-family: "trajan-pro-3", serif;
    font-weight: 600;
}

h2, h3, h4 {
    color: #002868;
    font-weight: 700;
}

h1 span, h2 span, h3 span, h4 span {
    text-transform: none;
}

h1 a, h2 a, h3 a, h4 a {
    color: #002868;
    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;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #cc0000;
    text-decoration: none;
}

b, strong {
    color: #002868;
    font-weight: 700;
}

small {
    font-size: 12px;
    line-height: 18px;
}

.post {
    padding-bottom: 20px;
}

.post .entry p {
    text-align: justify;
}

.post .entry p.has-text-align-center {
    text-align: center;
}

.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 #efefef;
    border-radius: 0;
    padding: 10px;
    background: #f7f7f7;
    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: #cc0000;
    color: #fff;
    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: #002868;
    color: #fff;
    text-decoration: none;
}

/* HEADER */

#header {
    background: #002868;
}

#header #logo a {
    display: inline-block;
}

#header #menu .navbar {
    padding: 0;
}

#header #menu .navbar .navbar-nav li a {
    display: block;
    opacity: 1.0;
    color: #fff;
    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: #cc0000;
    text-decoration: none;
}

#header #menu .navbar .navbar-nav li.action a {
    display: block;
    background: #cc0000;
    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.action a:hover {
    background: #fff;
    color: #cc0000;
    text-decoration: none;
}

@media (min-width: 1400px) {
    #header #logo img {
        height: 60px;
    }
    #header #menu {
        padding-top: 10px;
    }
    #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.action {
        padding-left: 12.5px;
    }
    #header #menu .navbar .navbar-nav li.action a {
        padding: 0 25px 0 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #header #logo img {
        height: 60px;
    }
    #header #menu {
        padding-top: 12px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 36px;
    }
    #header #menu .navbar .navbar-nav li.action {
        padding-left: 10px;
    }
    #header #menu .navbar .navbar-nav li.action a {
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header #logo img {
        height: 60px;
    }
    #header #menu {
        padding-top: 14px;
    }
    #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.action {
        padding-left: 7.5px;
    }
    #header #menu .navbar .navbar-nav li.action a {
        padding: 0 15px 0 15px;
    }
}

@media (min-width: 992px) {
    #header {
        padding: 20px 0 20px 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: 60px;
    }
    #header #logo img {
        position: relative;
        z-index: 1000;
    }
    #header #menu {
        margin-top: -56px;
    }
    #header #menu .navbar {
        display: block;
        width: 100%;
        text-align: right;
    }
    #header #menu .navbar .navbar-toggler {
        margin-top: 4px;
        margin-bottom: 0px;
        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%28255, 255, 255, 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.action {
        padding-top: 10px;
    }
    #header .button {
        display: block;
        padding: 0;
        background: #cc0000;
        color: #fff;
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
    }
    #header .button:hover {
        background: #fff;
        color: #cc0000;
    }
}

/* BANNER */

#banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #002868;
    text-align: center;
}

#banner video {
    left: 50%;
    top: 50%;
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    z-index: 1;
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#banner #intro {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#banner #intro h1 {
    margin: 0 0 10px 0;
    color: #fff;
}

#banner #intro p {
    color: #fff;
}

#banner #intro .button {
    margin: 10px;
}

@media (min-width: 992px) {
    #banner {
        padding-top: 0px;
        padding-bottom: 31.25%;
        height: 0;
    }
    /* #banner #intro p {
        font-size: 150%;
    } */
}

@media (max-width: 991px) {
    #banner {
        height: 62.5%;
    }
}

@media (min-width: 1400px) {
    #banner #intro h1 {
        font-size: 54px;
        line-height: 54px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #banner #intro h1 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner #intro h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner #intro h1 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    #banner #intro h1 {
        font-size: 30px;
        line-height: 30px;
    }
    #banner #intro h1 span {
        display: block;
    }
}

/* PANE */

#page {
    background: #fff;
    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: 32px;
    height: 32px;
    margin: 0px auto;
    background: url('images/emblem.png') 50% 50% no-repeat;
    background-size: 32px 32px;
}

@media (min-width: 992px) {
    .profile figure {
        width: 50%;
    }
}

.frame img {
    border: 1px solid #efefef;
    padding: 10px;
    background: #f7f7f7;
}

/* INTRO */

/* #intro {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

#intro .post {
    padding-bottom: 0;
}

@media (min-width: 1400px) {
    #intro .post .entry {
        font-size: 29px;
        line-height: 150%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #intro .post .entry {
        font-size: 25px;
        line-height: 150%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #intro .post .entry {
        font-size: 21px;
        line-height: 150%;
    }
}

@media (max-width: 991px) {
    #intro .post .entry {
        font-size: 18px;
        line-height: 150%;
    }
} */

/* CLIENTS */

#clients {
    padding-bottom: 20px;
    text-align: center;
}

#clients a {
    display: inline-block;
    filter: grayscale(0%);
    opacity: 1.0;
    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;
}

#clients a:hover {
    filter: grayscale(0%);
    opacity: 1.0;
}

#clients a img {
    padding: 15px;
}

@media (min-width: 992px) {
    #clients a {
        /* width: 12.5%; */
        width: 16.66%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #clients a {
        /* width: 25%; */
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    #clients a {
        width: 50%;
    }
}

/* NEWS */

#news .post {
    margin-top: 30px;
    margin-bottom: 30px;
}

#news img {
    border: 2px solid #f0f0f0;
}

@media (max-width: 991px) {
    #news img {
        margin-bottom: 15px;
    }
}

/* SOCIAL */

.social a {
    display: inline-block;
    margin: 2px;
    border: 2px solid #002868;
    padding: 2px;
    border-radius: 50%;
    line-height: 100%;
    overflow: hidden;
}

.social a img {
    width: 24px;
    height: 24px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.social a:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

/* SIGNUP */

#signup {
    padding: 20px;
    background: #cc0000;
    color: #fff;
}

#signup label {
    /* display: none; */
}

#signup .gchoice input {
    vertical-align: top;
}

#signup .gform_body .gfield--input-type-text, #signup .gform_body .gfield--input-type-email {
    margin-bottom: 16px;
}
#signup .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}

#signup .gform_footer {
    padding-bottom: 0;
}

#signup input[type=submit] {
    width: 100%;
    margin-bottom: 0;
    background: #002868;
    color: #fff;
}

#signup input[type=submit]:hover {
    background: #fff;
    color: #002868;
}

#signup .gfield_validation_message {
    color: #fff;
}

@media (min-width: 1400px) {
    #signup input {
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #signup input {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #signup input {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    #signup #form {
        display: table;
        width: 100%;
    }
    #signup .gform_body {
        display: table-cell;
        width: 80%;
    }
    #signup .gfield {
        margin-bottom: 0 !important;
    }
    #signup .gform_footer {
        display: table-cell;
        width: 20%;
        margin-top: 0 !important;
        padding-left: 2%;
        padding-top: 0 !important;
    }
    #signup input[type="submit"] {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    #signup {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #signup input {
        font-size: 16px;
    }
    #signup .gchoice label {
        color: #fff;
    }
    #signup .gform_footer {
        margin-top: 0;
        padding-top: 0;
    }
}

/* FOOTER */

#footer {
    padding: 40px 0 40px 0;
    background: #002868;
    color: #fff;
    text-align: center;
}

#footer a {
    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;
}

#footer a:hover {
    color: #cc0000;
}

#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: #fff;
    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: #cc0000;
}

#footer #links ul li.action > a {
    background: #cc0000;
    color: #fff;
}

#footer #links ul li.action > a:hover {
    background: #fff;
    color: #cc0000;
}

#footer #social {
    padding-bottom: 30px;
}

#footer #social a {
    display: inline-block;
    margin: 3px;
    border: 3px solid #fff;
    padding: 4px;
    border-radius: 50%;
    background: #cc0000;
    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 #legal {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    #footer #logo img {
        height: 60px;
    }
    #footer #links ul li a {
        padding: 0 12.5px 0 12.5px;
        font-size: 20px;
        line-height: 40px;
    }
    #footer #links ul li.action {
        padding-left: 12.5px;
    }
    #footer #links ul li.action a {
        padding: 0 25px 0 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #footer #logo img {
        height: 60px;
    }
    #footer #links ul li a {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 36px;
    }
    #footer #links ul li.action {
        padding-left: 10px;
    }
    #footer #links ul li.action a {
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #footer #logo img {
        height: 60px;
    }
    #footer #links ul li a {
        padding: 0 7.5px 0 7.5px;
        font-size: 16px;
        line-height: 32px;
    }
    #footer #links ul li.action {
        padding-left: 7.5px;
    }
    #footer #links ul li.action 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.action {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {
    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer #logo img {
        height: 60px;
    }
    #footer #links ul li a {
        font-size: 18px;
        line-height: 36px;
    }
    #footer #links ul li ul {
        display: none;
    }
    #footer #links ul li.action {
        padding-top: 10px;
    }
    #footer .button {
        display: block;
        margin-top: 0.5rem;
        padding: 0;
        background: #cc0000;
        color: #fff;
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
    }
    #footer .button:hover {
        background: #fff;
        color: #cc0000;
    }
}

/* 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: #cc0000;
    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 #cc0000 !important;
    box-shadow: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    color: #cc0000 !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: #cc0000;
}

.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: 10px 20px 10px 0;
    }
    .entry .wp-block-image .alignright {
        margin: 10px 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;
}