/*---------------------------------------------------------------------------------

 Theme Name:   eNet Child Theme for Divi
 Theme URI:    https://www.enetwebservices.com/
 Description:  Test
 Author:       Nick
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.footer-links {
  position: relative;
  float: right;
}
.footer-links a {
  color: #ffffff;
}
.enet-credits {
  float: right;
}

.custom-tab-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 00px 0;
}

.custom-tab {
  width: 30%;
  background-color: #ebb903;
  color: #000000;
  font-size: 14px;
    line-height: 18px;
	font-weight:700;
  text-align: center;
  padding: 6px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 600px) {
  .custom-tab-container {
    flex-direction: column;
    align-items: center;
  }

  .custom-tab {
    width: 80%;
  }
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {    font-family: 'Gorditas', display;}
.custom-video-center .et_pb_section_video_bg {
  overflow: hidden !important;
}

#podcastVideo .mejs-video {
  top: -45%;
}
@media screen and (max-width : 980px) {
	#podcastVideo .mejs-video {
    top: -20%;
  }
}
@media screen and (max-width : 767px) {
	#podcastVideo .mejs-video {
    top: 0;
  }
}
.et_pb_section_0.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {transform:translateY(-1px) !important;}
.btn-bubble {
  color: black;
  background-color: #ebb903;
  background-repeat: no-repeat;
	font-size:20px; font-weight:700;
	border-radius:40px;
}
.btn-bubble:hover, .btn-bubble:focus {
	
  color: white;
  -webkit-animation: bubbles 1s forwards ease-out;
          animation: bubbles 1s forwards ease-out;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 31% 93% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 135% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 96% 102% / 0.92em 0.92em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 94% 106% / 0.75em 0.75em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 63% 82% / 0.95em 0.95em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) -7% 118% / 0.5em 0.5em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 46% 96% / 0.84em 0.84em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 11% 94% / 0.74em 0.74em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 86% 111% / 1.05em 1.05em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 85% 120% / 0.64em 0.64em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 41% 136% / 0.94em 0.94em;
  background-color: #ebb903;
  background-repeat: no-repeat;
}

@-webkit-keyframes bubbles {
  100% {
    background-position: 26% -225%, 20% -84%, 87% -42%, 96% -384%, 55% -208%, -6% -281%, 56% -345%, 21% -364%, 83% -276%, 88% -391%, 42% 35%;
    box-shadow: inset 0 -6.5em 0 #0072c4;
  }
}

@keyframes bubbles {
  100% {
    background-position: 26% -225%, 20% -84%, 87% -42%, 96% -384%, 55% -208%, -6% -281%, 56% -345%, 21% -364%, 83% -276%, 88% -391%, 42% 35%;
    box-shadow: inset 0 -6.5em 0 #0072c4;
  }
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1em 2em;
}

.landscape .et_pb_image_wrap {
  padding-top: 56.25%;
  display: block;
}
.portrait .et_pb_image_wrap {
  padding-top: 177.78%;
  display: block;
}
.landscape .et_pb_image_wrap img,
.portrait .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

#responsive-menu-container {
  z-index: 99999 !important;
}

/* Contact Form */

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #000000 !important;
  margin-bottom: 10px;
  border: solid 1px #b5c199;
  background-color: #ffffff;
}
.wpcf7-submit {
  border: 0px solid #fff;
  color: #00755b;
  background-color: #f5f5f5;
  cursor: pointer;
  padding: 26px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  position: relative;
  float: left;
  margin-left: 20px;
  border-radius: 3px;
}
.wpcf7-submit:hover {
  background-color: rgba(30, 30, 30, 0.6);
  color: #fff;
}
.wpcf7-recaptcha {
  position: relative;
  float: left;
}
.one-half,
.one-third {
  position: relative;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}
.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #024e49;
  background-color: #007069;
  color: #fff;
  position: relative;
  float: right;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
/* END Contact Form */

/* phone button stuff */
#enet_custom_phone {position:fixed; bottom:40px; right: 40px; border-radius:100px; 
    z-index: 999; width: 50px; height:50px; border:2px solid #ffffff; background-color:#333333;}
#enet_custom_phone span {color:#ffffff; font-size:24px; transform: translate(11px, 11px);}
/* end phone button stuff */

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 767px) {
  .one-half,
  .one-third {
    width: 100%;
    margin-right: 0 auto;
  }
}

@media (max-width: 500px) {
  .wp-caption.alignright,
  .wp-caption.alignleft {
    margin: 0 0 20px 0px;
    width: 100%;
    max-width: 100% !important;
  }
}
