/*
Theme Name: Titan
Theme URI: https://titanwms.com
Author: Ryan Miller Front-End Developer at Titan Web Marketing Solutions
Author URI: https://titanwms.com
Description: A Gutenberg-ready bootstrap 4 theme created and modified based off of the Twenty Nineteen Theme.
Requires at least: WordPress 4.9.6
Version: 3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: titan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Titan is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc and the Twenty Nineteen Theme.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Titan Utilizes Reboot from Bootstrap to provide normalizing styles.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

#Website Colors  
#Typography
#Bootstrap Margin Fix
#Media
  ## Captions
  ## Galleries
#Transition Mixin and Normalizing Styles
#Header Blocks
#Footer Blocks
#Home Hero Content Block
#Home Content Blocks
#Internal Hero Content Block
#Internal Content Blocks
#Gravity Forms
#Custom Site Style by Developer

--------------------------------------------------------------*/
/*---
Website Colors
---*/
.white {
  color: #f4f4f4;
}

.primary {
  color: #00C0F3;
}

.secondary {
  color: #231F20;
}

.dkgray {
  color: #58595B;
}

.primary-bg {
  background-color: #00C0F3;
}

.secondary-bg {
  background-color: #231F20;
}

.ltgray-bg {
  background-color: rgba(21, 0, 0, 0.2);
}

.white-bg {
  background-color: #f4f4f4;
}

/*---
Typography  
---*/
/* Define Fonts for the Website */
a {
  font-size: inherit;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #00C0F3;
}

body {
  font-size: 10px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #58595B;
}

p, .screen-reader-text,
input[type=search],
.tos-list,
li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
h1.hero {
  font-size: 48px;
  font-weight: 400;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-size: 40px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 425px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 23px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}

nav ul li {
  font-size: inherit;
}

/*---
Bootstrap Margin Fix
---*/
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*---
Media
---*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: 22.5px;
  min-height: inherit;
  width: 22.5px;
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc((66.6666666667vw - 28px) / 2);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .wp-caption.aligncenter {
    left: calc((50vw - 28px) / 2);
  }
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  color: #767676;
  font-size: 12px;
  margin: 0;
  padding: 15px;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 15px;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

/*-------
Transition Mixin and Normalizing Styles
-------*/
html {
  scroll-behavior: smooth;
}

.search-submit {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
  padding: 10px 25px;
  background-color: #00C0F3;
  border: solid 3px #00C0F3;
}
.search-submit:hover {
  background-color: transparent;
  color: #231F20;
  border-color: #231F20;
}

.search {
  position: relative;
  top: -20px;
}

/*---
Header Blocks
---*/
/*--Dropdown Blue Box Fix--*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
}

/*--- Import Color Mixins ---*/
.white {
  color: #f4f4f4;
}

.primary {
  color: #00C0F3;
}

.secondary {
  color: #231F20;
}

.dkgray {
  color: #58595B;
}

.primary-bg {
  background-color: #00C0F3;
}

.secondary-bg {
  background-color: #231F20;
}

.ltgray-bg {
  background-color: rgba(21, 0, 0, 0.2);
}

.white-bg {
  background-color: #f4f4f4;
}

/*--- Collapse Header Navigation ---*/
img.custom-logo {
  width: 100%;
  max-width: 130px;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  .custom-logo-link {
    display: inline-block;
  }
  img.custom-logo {
    display: block;
    margin: 0 auto;
  }
  .brand-flex {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
}
/*-------
Transition Mixin
-------*/
/*--------*/
.navbar {
  z-index: 1000;
  padding: 0;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
}

/*-------
Desktop
--------*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    color: #000000;
    border-bottom: solid 2px transparent;
    border-radius: 0px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 2px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: solid 1px #000000;
    color: #000000;
  }
  .navbar-expand-lg .navbar-nav .active .nav-link {
    color: #000000;
    border-bottom: solid 1px #000000;
  }
  .dropdown-item {
    padding: 15px 20px 10px;
    background-color: transparent;
    color: #000000;
    text-align: left;
    border-top: 1px solid #eeeeee;
    text-transform: uppercase;
  }
  .dropdown-item:hover {
    color: #00C0F3;
  }
  .header-main-container .nav-fill .dropdown-menu .nav-item:first-child {
    border-top: solid 3px #00C0F3;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
  }
  img.custom-logo {
    max-width: 200px;
  }
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  margin-top: 0;
}

.navbar-nav .show > .nav-link {
  color: #58595B;
}

/*-------
## Mobile
-------*/
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: left;
    border-bottom: solid 1.5px #000000;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 20px 20px;
  }
  #menu-item-29 .nav-link {
    border: none;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .active > .nav-link,
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show,
  .navbar-nav .show > .nav-link {
    color: #f4f4f4;
    background-color: black;
  }
  .navbar-brand img {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .dropdown-item {
    padding: 20px;
    background-color: transparent;
    color: #000000;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: solid 1.5px #000000;
  }
  .dropdown-item:hover {
    color: #f4f4f4;
    background-color: #00C0F3;
  }
  .navbar-header {
    width: 100%;
  }
  .nav-phone {
    color: #00C0F3;
    font-size: 18px;
    padding-right: 15px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-toggler {
    top: 20px;
    border: none;
    position: absolute;
    right: 10px;
    z-index: 64;
  }
  .navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
  }
  #titan-nav {
    position: absolute;
    z-index: 10;
    top: 0px;
    padding-top: 60px;
    left: 0;
    transition: 0.001s;
    text-align: center;
    background-color: #00C0F3;
    width: 100%;
  }
  /*---- Dropdown Toggle ----*/
  /* Icon 4 */
  #nav-icon4 {
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
  }
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 0px;
  }
}
/*--- Social Menu ---*/
.social-nav {
  display: flex;
  justify-content: flex-end;
}
.social-nav p, .social-nav .screen-reader-text,
.social-nav input[type=search] {
  font-size: 18px;
}

.social-menu {
  margin-left: 15px;
}

.social-menu li {
  display: inline-block;
}
.social-menu li a {
  color: #f4f4f4;
  padding: 0px 7.5px;
  line-height: 0.1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-menu li a:hover {
  color: #231F20;
}

.screen-reader-text {
  display: none;
}

.social-phone {
  font-size: 18px;
  color: #f4f4f4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-phone:hover {
  color: #00C0F3;
}

@media (max-width: 991px) {
  .social-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .social-btns {
    border-radius: 0px;
    font-size: 25px;
    display: block;
  }
  .social-menu li a {
    color: #00C0F3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .social-menu li a:hover {
    color: #231F20;
  }
}
@media (max-width: 767px) {
  .social-phone {
    display: block;
  }
  .social-nav {
    flex-flow: column;
    justify-content: center;
    text-align: center;
  }
  .social-menu {
    margin-left: 0px;
  }
}
/*--Menu Top----*/
.top-menu ul li {
  font-size: 12px !important;
  color: white;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0 12px;
}
.top-menu p, .top-menu .screen-reader-text,
.top-menu input[type=search],
.top-menu a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #00C0F3;
}
.top-menu .social-nav a {
  font-size: 18px;
}

.nav-primary {
  background-color: #ffffff;
  color: #171717;
  padding: 0px;
}
.nav-primary ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #171717;
}

.icon-button {
  border-radius: 2px;
}
.icon-button a:hover {
  background-color: #707070 !important;
}

/*------*/
.search-pop {
  display: none;
  transition: transform 5000ms;
}
.search-pop ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.search-pop ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.search-pop :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.search-pop :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.search-pop ::-webkit-input-placeholder {
  color: #000000;
}
.search-pop :-moz-placeholder {
  /* FF 4-18 */
  color: #000000;
  opacity: 1;
}
.search-pop ::-moz-placeholder {
  /* FF 19+ */
  color: #000000;
  opacity: 1;
}
.search-pop :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.search-pop ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}
.search-pop ::placeholder {
  /* modern browser */
  color: #000000;
}
.search-pop .search-submit {
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 25px 8px;
  margin: 0;
  top: -3px;
  position: relative;
  border-radius: 0;
}
.search-pop .search-submit:hover {
  background-color: #000000;
  color: #f4f4f4;
  border: solid 3px #000000;
}
.search-pop input.search-input {
  padding: 8px 10px 6px;
  border: solid 2px #000000;
}

a.search-icon svg.svg-inline--fa.fa-times.fa-w-11 {
  display: none !important;
}

a.search-icon.acitve svg.svg-inline--fa.fa-times.fa-w-11 {
  display: inline-block !important;
}

a.search-icon.acitve svg.svg-inline--fa.fa-search.fa-w-16 {
  display: none !important;
}

.search-pop.show {
  display: block;
  transition: transform 500ms;
  transform: translateY(-60px);
  position: absolute;
  top: 160px;
  margin: 0 auto;
}

.hp-icons {
  max-width: 135px;
}

/*---
Footer Blocks
---*/
.white {
  color: #f4f4f4;
}

.primary {
  color: #00C0F3;
}

.secondary {
  color: #231F20;
}

.dkgray {
  color: #58595B;
}

.primary-bg {
  background-color: #00C0F3;
}

.secondary-bg {
  background-color: #231F20;
}

.ltgray-bg {
  background-color: rgba(21, 0, 0, 0.2);
}

.white-bg {
  background-color: #f4f4f4;
}

footer {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #F4F4F4;
}

.footer-text p, .footer-text .screen-reader-text,
.footer-text input[type=search], .footer-text a {
  color: #150000;
  font-size: 14px;
  margin-bottom: 0px;
}

/*---
Home Hero Content Block
---*/
.home-top {
  background-image: url("/wp-content/themes/titan/images/home-top.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

/*---
Home Content Blocks
---*/
.hp-icons {
  max-width: 135px;
}

.service-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1.5px;
}
.service-bg.one {
  background-image: url("/wp-content/themes/titan/images/placeholder-1.jpg");
}
.service-bg.two {
  background-image: url("/wp-content/themes/titan/images/placeholder-1.jpg");
}
.service-bg.three {
  background-image: url("/wp-content/themes/titan/images/placeholder-1.jpg");
}

.color-overlay {
  min-height: 280px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(35, 31, 32, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.color-overlay:hover {
  background-color: transparent;
  visibility: hidden;
}
.color-overlay:hover .service-box-text {
  display: none;
  visibility: hidden;
}

.swapping-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swapping-wrapper.image-r {
  background-image: url("/wp-content/themes/titan/images/swap-image-r.png");
}
.swapping-wrapper.image-l {
  background-image: url("/wp-content/themes/titan/images/swap-image-l.png");
}
@media (max-width: 991px) {
  .swapping-wrapper.image-r, .swapping-wrapper.image-l {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .swapping-wrapper img {
    display: none !important;
  }
}

/*---
Home Bottom Blocks
---*/
.home-bot {
  background-image: url("/wp-content/themes/titan/images/home-bot.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 240px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*---
Internal Hero Content Block
---*/
.internal-head {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 310px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*---
Internal Content Blocks
---*/
/*---
Internal Bottom Blocks
---*/
/*---
Gravity Forms
---*/
.gform_wrapper {
  margin: 0px 0px 5px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  border-radius: 0;
  border: none;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important;
}

.gform_wrapper textarea {
  margin-top: 12px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 7px !important;
}

.gform_wrapper .gform_footer {
  text-align: center;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
}

.gform_wrapper .gform_footer input.button {
  font-size: 18px !important;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  white-space: normal;
  margin-right: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #00C0F3;
  color: #f4f4f4;
  padding: 10px 25px 8px;
}
.gform_wrapper .gform_footer input.button:hover {
  background-color: #f4f4f4;
  color: #231F20;
}

/* Chrome Width Issue */
.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important;
}

@media (max-width: 640px) {
  .gform_wrapper select {
    min-height: 2.5rem !important;
    padding: 5px 4px !important;
  }
}
/*---
Custom Site Styles by Developer
---*/
/*--- Buttons ---*/
.btn {
  font-size: 21px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  background-color: transparent;
  border-radius: 0px;
  white-space: normal;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.primary-btn {
  color: #f4f4f4;
  background-color: #00C0F3;
}
.btn.primary-btn:hover {
  background-color: #f4f4f4;
  color: #00C0F3;
}
.btn.secondary-btn {
  color: #f4f4f4;
  background-color: #231F20;
}
.btn.secondary-btn:hover {
  background-color: #f4f4f4;
  color: #231F20;
}
.btn.white-btn {
  background-color: #f4f4f4;
  color: #00C0F3;
}
.btn.white-btn:hover {
  color: #f4f4f4;
  background-color: #00C0F3;
}

/*---Homepage---*/
.home .bg-site {
  background-image: url("/wp-content/uploads/Component-5-e1691704329598.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: #1b1b1b;
  position: relative;
  z-index: 999;
}

.bg-site {
  background-image: url("/wp-content/uploads/Component-5-e1691701734621.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #1b1b1b;
}

.bg-site-page {
  background-image: url("/wp-content/uploads/Component-5-e1691701734621.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #1b1b1b;
}

.home-row-2-wrap h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 95.836%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 480px) {
  .home-row-2-wrap h2 {
    font-size: 44px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .home-row-2-wrap h2 {
    font-size: 55px;
    line-height: 45px;
  }
}

#hr-home .vc_sep_line {
  border-width: 18px !important;
}

.other-stations img {
  max-width: 180px;
  padding: 0px 5px;
}
@media (max-width: 768px) {
  .other-stations img {
    max-width: 130px;
  }
}
@media (max-width: 45px) {
  .other-stations img {
    padding-bottom: 10px;
  }
}
.other-stations p, .other-stations .screen-reader-text,
.other-stations input[type=search] {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.other-stations .stations {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  padding: 11px 0px;
}
.other-stations .stations a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .stations {
    justify-content: space-around;
    padding: 11px 15px !important;
  }
  .stations a {
    font-size: 11px !important;
  }
}
@media (max-width: 425px) {
  .stations {
    flex-direction: column;
  }
}
.twang ul {
  padding-left: 0px;
}

.header-home-row {
  width: 100%;
  height: 100%;
}
.header-home-row .stations-box h2 {
  background-color: #00C0F3;
  margin-bottom: 0px !important;
  padding: 3px 7px;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 7px;
}
.header-home-row .stations-box .stations {
  background-color: #ffffff;
}

.main-title h2 {
  position: relative;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 425px) {
  .main-title h2 {
    font-size: 32px;
  }
}

.title-read p, .title-read .screen-reader-text,
.title-read input[type=search] {
  display: inline-block;
  font-size: 14.601px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.846px; /* 122.222% */
  text-decoration-line: underline;
  text-transform: uppercase;
}

.srr-title {
  display: inline;
}

.footer-social-box {
  text-align: center;
}
.footer-social-box .social-nav-footer {
  padding-top: 61px;
  padding-bottom: 35px;
}
.footer-social-box svg.svg-inline--fa {
  font-size: 32px;
  color: #0f0f0f;
  margin: 0 9px;
  text-align: center;
}

.footer-bottom-row a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.footer-bottom p, .footer-bottom .screen-reader-text,
.footer-bottom input[type=search],
.footer-bottom-left p,
.footer-bottom-left .screen-reader-text,
.footer-bottom-left input[type=search] {
  color: white;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.icon-button {
  border-radius: 2px;
}
.icon-button a:hover {
  background-color: #707070 !important;
}

.icon-button-face {
  border-radius: 8px !important;
}
.icon-button-face a:hover {
  background-color: #004a5e !important;
}
.icon-button-face .vc_btn3.vc_btn3-style-custom {
  background-image: none !important;
}

.text-home-whats {
  position: relative;
}
@media (min-width: 768px) {
  .text-home-whats .h-center:before {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 200px;
    height: 30px;
    background-color: white;
    left: 35px;
    top: 50%;
    position: absolute;
  }
  .text-home-whats .h-center:after {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 200px;
    height: 30px;
    background-color: white;
    right: 35px;
    top: 50%;
    position: absolute;
  }
}

.title-sponsor {
  position: relative;
}
@media (min-width: 768px) {
  .title-sponsor h3:before {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 182px;
    height: 10px;
    background-color: white;
    left: 35px;
    top: 50%;
    position: absolute;
  }
  .title-sponsor h3:after {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 182px;
    height: 10px;
    background-color: white;
    right: 35px;
    top: 50%;
    position: absolute;
  }
}

.h2-home h3 {
  position: relative;
}
@media (min-width: 768px) {
  .h2-home h3:before {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 230px;
    height: 10px;
    background-color: #00c0f3;
    left: 0px;
    top: 30%;
    position: absolute;
  }
  .h2-home h3:after {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 230px;
    height: 10px;
    background-color: #00c0f3;
    right: 0px;
    top: 30%;
    position: absolute;
  }
}

.main-title-lake h2 {
  position: relative;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .main-title-lake h2:before {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 200px;
    height: 10px;
    background-color: white;
    left: 15px;
    top: 30%;
    position: absolute;
  }
  .main-title-lake h2:after {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 200px;
    height: 10px;
    background-color: white;
    right: 0px;
    top: 30%;
    position: absolute;
  }
}

.main-title-follow h2 {
  position: relative;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 68.75% */
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .main-title-follow h2:before {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 65px;
    height: 10px;
    background-color: white;
    left: 0px;
    top: 50%;
    position: absolute;
  }
  .main-title-follow h2:after {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 65px;
    height: 10px;
    background-color: white;
    right: 0px;
    top: 50%;
    position: absolute;
  }
}

.lake-news ul {
  padding-left: 15px;
}

.sidebar-content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #171717;
}

.home-sidebar-main ul {
  padding-left: 0 !important;
}
.home-sidebar-main .wp-block-separator {
  border: none;
  border-bottom: 12px solid #00C0F3;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.home-sidebar-main hr {
  width: 100% !important;
}
.home-sidebar-main .wp-block-separator-title {
  border: none;
  border-bottom: 1px solid black !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-search__button {
  margin-left: 0px !important;
}

.srr-source-above_title a {
  display: block;
}

.srr-title a {
  display: block;
}

.srr-summary {
  margin-top: 15px;
}

/*-----------------------Our Djs----------------------------*/
.first-row-dj {
  padding-top: 130px;
}
.first-row-dj h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 95.836%; /* 76.669px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .first-row-dj h1 {
    font-size: 60px;
  }
}
.first-row-dj h2 span {
  color: #f1171a;
}
.first-row-dj hr {
  width: 100%;
  border-top: 18px solid #00C0F3;
  margin-top: 3px;
}
.first-row-dj .email {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.djs-content .dj-info {
  padding-bottom: 70px;
  padding-top: 150px;
  border-bottom: 1px solid white;
}
.djs-content .dj-info h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: white;
}
.djs-content .dj-info p, .djs-content .dj-info .screen-reader-text,
.djs-content .dj-info input[type=search] {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}

.dj-bottom {
  padding-top: 55px;
  padding-bottom: 100px;
}
.dj-bottom h2 {
  color: #ffffff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.dj-bottom h2 span {
  color: #00c0f3;
}
.dj-bottom p, .dj-bottom .screen-reader-text,
.dj-bottom input[type=search] {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.dj-bottom p a, .dj-bottom .screen-reader-text a,
.dj-bottom input[type=search] a {
  color: #fff;
}

.text-dj {
  padding-top: 20px;
  border-bottom: 1px solid white;
}
.text-dj p, .text-dj .screen-reader-text,
.text-dj input[type=search] {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 149.7%;
  color: white;
}

.dj-info:last-child {
  border-bottom: 0px solid;
}

.site-footer p, .site-footer .screen-reader-text,
.site-footer input[type=search] {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 21px;
  color: #150000;
}
.site-footer p a, .site-footer .screen-reader-text a,
.site-footer input[type=search] a {
  color: #f1171a;
}

/*--------------- Search ---------------*/
.entry-title {
  font-size: 24px;
  font-weight: 700;
}

.entry-content {
  color: #ffffff;
}

/*************************Advertise**********************************/
.form-adv .gform_wrapper {
  padding: 60px 40px 40px 40px;
  background: #0b0000;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 8px;
}
.form-adv .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-adv .gform_wrapper textarea {
  background: transparent !important;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.form-adv select {
  background: transparent !important;
  padding-left: 2px;
  color: white;
  border-bottom: 2px solid #fff !important;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: 400;
  font-size: 19px;
}
.form-adv select option {
  background-color: #171717;
}
.form-adv select::placeholder {
  font-size: 19px;
  line-height: 22px;
}
.form-adv input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
}
.form-adv select {
  font-size: 19px !important;
  line-height: 22px !important;
  padding-left: 3px !important;
  margin-bottom: 65px !important;
}
.form-adv textarea {
  margin-top: 60px !important;
  height: 50px !important;
}
.form-adv textarea::placeholder {
  color: #fff; /*hexcode to change color of placeholder */
  font-size: 19px !important;
  line-height: 22px !important;
}
.form-adv .gform_wrapper .gform_footer input.button {
  padding: 8px 16px;
  background: #00c0f3;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
}
.form-adv .gform_wrapper .gform_footer {
  justify-content: center;
}
.form-adv h2 {
  font-size: 52px;
}

.main-title-adv h2 {
  position: relative;
  font-size: 52px;
}
@media (min-width: 768px) {
  .main-title-adv h2:before {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 100px;
    height: 6px;
    background-color: #00c0f3;
    left: 0px;
    top: 35%;
    position: absolute;
  }
  .main-title-adv h2:after {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 100px;
    height: 6px;
    background-color: #00c0f3;
    right: 0px;
    top: 35%;
    position: absolute;
  }
}

.title-adv h2 {
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 102.336%; /* 81.869px */
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .title-adv h2 {
    font-size: 44px;
  }
}

.sep-adv .vc_sep_line {
  border-top-width: 18px !important;
}

.content-adv p, .content-adv .screen-reader-text,
.content-adv input[type=search] {
  font-style: normal;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}
.content-adv h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 25px;
  text-transform: uppercase;
}
.content-adv h2 {
  font-size: 64px;
}

.btn-adv {
  font-size: 26.407px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}

/*---------------------About---------------------------*/
@media (max-width: 450px) {
  .about-title h1 {
    font-size: 40px;
  }
}

.about-info p, .about-info .screen-reader-text,
.about-info input[type=search] {
  font-size: 24px;
}

.form-about .gform_wrapper {
  padding: 40px 40px 40px 40px;
  background: #5f5f5f;
}
.form-about .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-about .gform_wrapper textarea {
  background: transparent !important;
  border-bottom: 2px solid #fff;
  color: #ffffff;
}
.form-about select {
  background: transparent !important;
  padding-left: 2px;
  color: white;
  border-bottom: 2px solid #fff !important;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: 400;
  font-size: 19px;
}
.form-about select option {
  background-color: #171717;
}
.form-about select::placeholder {
  font-size: 32px;
  line-height: 22px;
}
.form-about input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
}
.form-about select {
  font-size: 19px !important;
  line-height: 22px !important;
  padding-left: 3px !important;
  margin-bottom: 65px !important;
}
.form-about textarea {
  height: 50px !important;
}
.form-about textarea::placeholder {
  color: #fff; /*hexcode to change color of placeholder */
  font-size: 24px !important;
  line-height: 22px !important;
}
.form-about .gform_wrapper .gform_footer input.button {
  padding: 9px 16px;
  background: #00c0f3;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: black;
}
.form-about .gform_wrapper .gform_footer {
  justify-content: center;
}

.text-about {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-title-about h4 {
  position: relative;
  font-size: 32px;
}
@media (min-width: 768px) {
  .main-title-about h4:before {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 100px;
    height: 6px;
    background-color: white;
    left: 0px;
    top: 50%;
    position: absolute;
  }
  .main-title-about h4:after {
    content: "";
    display: inline-block;
    width: 19%;
    max-width: 100px;
    height: 6px;
    background-color: white;
    right: 0px;
    top: 50%;
    position: absolute;
  }
}

.footer-bottom p, .footer-bottom .screen-reader-text,
.footer-bottom input[type=search] {
  font-style: normal;
}
.footer-bottom p a, .footer-bottom .screen-reader-text a,
.footer-bottom input[type=search] a {
  color: black;
}

.footer-bottom-left p, .footer-bottom-left .screen-reader-text,
.footer-bottom-left input[type=search] {
  font-style: normal;
}
.footer-bottom-left p a, .footer-bottom-left .screen-reader-text a,
.footer-bottom-left input[type=search] a {
  color: black;
}

.border-left {
  border-left: 1px solid #000000 !important;
}
@media (max-width: 992px) {
  .border-left {
    border-left: 0px solid #000000 !important;
  }
}

.text-top p, .text-top .screen-reader-text,
.text-top input[type=search] {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-box .radio-live {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #00c0f3 0%, #477bff 100%);
  width: 100%;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: all 0.4s ease;
  color: white;
  text-transform: uppercase;
}
.header-box .radio-live svg {
  margin-right: 10px;
}
.header-box .radio-live h2 {
  padding-top: 5px;
  margin-left: 40px;
  align-self: center;
}
.header-box .radio-live:hover {
  background: #707070;
}

@media (min-width: 1024px) {
  .lake-news {
    padding-right: 50px !important;
  }
}/*# sourceMappingURL=style.css.map */