/**
Theme Name: Underwater Math
Theme URI: http://csharks.com
Author: CSHARKS
Author URI: http://csharks.com
Version: 1.0.0
**/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.font1 {
    font-family: 'Open Sans', sans-serif;
}

.font2 {
    font-family: 'Secular One', sans-serif;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

.button,
input[type="button"] {
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 0.5em 2em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.button-green {
    background-color: #5EFFC5;
    color: #0a47ae;
}

.button-yellow {
    background-color: #dcff5e;
    color: #1473F3;
}
.form-submit-btn{
	    background-color: #51ffe8;
    transition: ease-in-out 0.5s;
    color: #0a47ae;
    padding: 0.7em 2em 0.6em 2em;
	border:1px solid transparent;
}


/***/
path {
    stroke: #7b8ff2;
    fill: #5effce !important;

    transition: fill .4s ease;
    transform-origin: center center;
}

path:hover {
    fill: #f47b12 !important;
    cursor: pointer;
    transform: scale(1.005, 1.005);
}

/* #map-container {
    display: flex;
    justify-content: center;
    align-items: center;
} */

#us-map {
   display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
	left: -5%;
}

#details-box {
    box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
    opacity: 0%;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 18px;
    position: absolute;
    color: white;
    font-family: "Poppins";
    background-color: black;
    width: fit-content;
    transform: translateX(-50%);
    transition: opacity .4s ease;
    z-index: 1;
}
.US-map{
	position:relative;
	margin: 5rem 0;
}
.footer-nav{
    background: rgb(0 0 0 / 20%);
	position: relative;
	    display: flex;
}
.footer-nav .footer-nav-div{
	
    display: flex;
    flex-direction: row;
        padding: 3rem 0 1rem;
	gap: 5rem;
	margin:auto;
}
.footer-nav .footer-left .site-logo img{
	width: 200px;
}
.footer-nav .footer-right{
	display: flex;
        gap: 7rem;
}
.footer-nav .footer-right ul{
	    list-style-type: none;
}
.footer-nav .footer-right ul li {
       margin-bottom: 2.5rem;
}
.footer-nav .footer-right ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
	    font-size: 0.9em;
	text-transform:uppercase;
	transition:0.5s ease-in-out;
}
.footer-nav .footer-right ul li a:hover {
    color: #51ffe8;
}
.footer-nav .footer-right .social-icons{
	display: flex;
    flex-direction: column;
    gap: 1rem;
}
.copyright {
    position: relative;
    width: 100%;
    color: white;
    text-align: center;
    background: rgb(0 0 0 / 42%);
    padding: 1rem 0;
    font-size: 14px;
}
.site-title{
	text-transform: uppercase;
}
.site-title.usa-statemap:before{
	background-repeat: no-repeat;
    content: '';
    width: 600px;
   // height: 370px;
	height: 780px;
    position: absolute;
    left: 55%;
    opacity: 0.3;
    transform: translate(-60%, -25%);
    z-index: -1;
	
}
.usa-statemap.Texas:before{
	background-image:url(https://underwatermath.com/wp-content/themes/underwatermath/assets/images/texas-map.svg);
}
.site-title.usa-statemap.Georgia:before{
	background-image:url(https://underwatermath.com/wp-content/themes/underwatermath/assets/images/georgia-map.svg);
}

.content-div .page-container .page{
	    margin: 10rem 0;
	    min-height: auto;
}
.schoolpricingform input:not([type="submit"]), .schoolpricingform select, .Contact-us-form.wpforms-container-full .wpforms-form input[type=text], .Contact-us-form.wpforms-container-full .wpforms-form input[type=email], .Contact-us-form.wpforms-container-full .wpforms-form input[type=number], .Contact-us-form.wpforms-container-full .wpforms-form input[type=email], .Contact-us-form.wpforms-container-full .wpforms-form select{
	height: 40px;
    border: 1px solid #eee;
    border-radius: 30px;
    background-color: #0C57B4;
    color: #fff !important;
    padding: 0.5em 1.5em;
    width: 100%;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
	    outline-color: transparent;
}
 .Contact-us-form.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
	 border: 1px solid #eee;
    border-radius: 5px;
    background-color: #0C57B4;
    color: #fff !important;
    padding: 0.5em 1.5em;
    width: 100%;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
	     outline-color: transparent;
}
form.schoolpricingform, .Contact-us-form form{
	color: #fff !important;
	background: rgb(52 65 157 / 40%);
    padding: 2.5rem 2.5rem;
    border-radius: 5px;
}
.social-icons a {
    background: rgb(255 255 255);
    padding: 0.1rem;
    border-radius: 60px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: ease-in-out 0.5s;
    border: 1px solid transparent;
}
.social-icons a:hover{
	    background: transparent;
    border: 1px solid #fff;
}
.social-icons img {
    height: 20px;
}
.news-letter-form #wpforms-form-158{
	    display: flex;
}
.news-letter-form #wpforms-form-158 input.wpforms-field-large{
	border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 50px;
    border: 1px solid #eee;
    background-color: #0C57B4;
    color: #fff !important;
    padding: 0.5em 1.5em;
    width: 300px;
    letter-spacing: 0.5px;
}
.news-letter-form #wpforms-form-158 button.wpforms-submit{
	    background-color: #51ffe8;
    transition: ease-in-out 0.5s;
    color: #0a47ae;
    padding: 0.6em 2.5em 0.5em 1.5em;
    height: 50px;
    font-size: 1em;
    font-weight: bold;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


.news-letter-form #wpforms-form-158 button.wpforms-submit:hover, div.wpforms-container-full.Contact-us-form .wpforms-form button[type=submit]:hover, .form-submit-btn:hover{
	    background-color: #3ffc6b00;
    border: 1px solid #fff;
    color: #fff !important;
}
.page-template-default .content-div .page-container .page.comingsoon-page{
	margin-bottom:0;
}
.contact-us-page-div .contact-us-label {
	grid-template-columns: 30px auto !important;
    padding: 0.8rem 1rem;
    border-radius: 15px;
	 border: 1px solid transparent;
	transition: ease-in-out 0.5s;
	margin-bottom:1rem;
}

.contact-us-page-div .contact-us-label:hover {
    background-color: rgb(52 65 157 / 20%);
    border: 1px solid #fff;
}
.contact-us-page-div .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 4%;
    word-break: break-word;
}
.contact-us-page-div .wp-block-media-text__content p{
    margin:0 !important;
	font-size: 1em !important;
}

.contact-us-page-div h2{
	margin-top: 2rem;
}
div.wpforms-container-full.Contact-us-form .wpforms-form button[type=submit]{
	background-color: #51ffe8;
    transition: ease-in-out 0.5s;
    color: #0a47ae;
    border-radius: 50px;
    padding: 0.7em 2em 0.6em 2em;
	transition: ease-in-out 0.5s;
	font-weight:bold;
}
/*floting pricing css*/
.floting-pricing{
	    width: 500px;
        position: fixed!important;
    right: -500px;
    bottom: 0;
    left: auto!important;
    transform: unset!important;
    border-radius: 0;
    transition: .2s ease;
    z-index: 1020;
	    background: rgb(0 0 0 / 25%);
    border-top-left-radius: 10px;
	height: 460px;
}
.floting-pricing.pricing-show{
	    right: 0px;
    height: 460px;
    bottom:
}
.floting-pricing form.schoolpricingform{
	    padding: 2.2rem 1.2rem 0.5rem;
	    gap: 15px;
}
.floting-pricing form.schoolpricingform select, .floting-pricing .schoolpricingform input:not([type="submit"]){
	    margin-bottom: 0rem;
}
/*.floting-pricing-div .pricing-fixed-plugin-button {
	    border-radius: 50%;
    bottom: 20px;
    right: 50px;
    font-size: 1.25rem;
    z-index: 990;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 16%);
    cursor: pointer;
    position: fixed!important;
    padding: 15px;
    width: 100px;
    height: 100px;
    transition: .2s ease;
	background: rgb(255 255 255 / 70%);
}
.floting-pricing-div .pricing-fixed-plugin-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 50%;
    right: -96px;
    font-size: 1rem;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 16%);
    cursor: pointer;
    position: fixed!important;
    padding: 10px 15px;
    transition: .2s ease;
    background: #fff;
    font-weight: 600;
    transform: rotate(-90deg);
    color: #0a47ae !important;
	border: 1px solid transparent;

}*/

.floting-pricing-div .pricing-fixed-plugin-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 50%;
    right: -106px;
    font-size: 1rem;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 16%);
    cursor: pointer;
    position: fixed!important;
    padding: 10px 15px;
    transition: .2s ease;
    background: #fff;
    font-weight: 600;
    transform: rotate(-90deg);
    color: #0a47ae !important;
    border: 1px solid transparent;
    width: 285px;
    text-align: center;
}



.floting-pricing-div .pricing-fixed-plugin-button:hover{
	background: rgb(10 71 174 / 70%);
    border: 1px solid #fff;
    color: #fff !important;
}
.floting-pricing-div .pricing-fixed-plugin-button > img {
    display: inline-block;
	width: 100%;
   }
.fixed-plugin-close-button{
	position: absolute;
    right: 23px;
    top: 5px;
}

/*floting pricing close button css*/
.close {
      position: absolute;
    right: 16px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
    background: transparent;
    border: none;
    cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
     position: absolute;
    left: 13px;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #fff;
    top: 0;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


.floting-pricing .schoolpricingform input:not([type="submit"]), .floting-pricing .schoolpricingform select{
	    background-color: rgb(0 0 0 / 20%);
}
.floting-pricing .schoolpricingform select option {
  background: rgb(12 87 180 / 88%);
	padding-top:5px
}
.floting-pricing .form-submit-btn{
	    margin-top: 0.7rem;
}

.floting-pricing .schoolpricingform label {
    font-size: 14px;
}

.pricing-fixed-plugin-button path {
    stroke: transparent;
    fill: transparent !important;
}


#circle {
  position: relative;
}

#circle text {
  font-family: "Helvetica Neue", Arial;
  font-size: 20px;
  font-weight: bold;
	word-spacing: 7px;
}

#circle svg {
    position: absolute;
    left: -70px;
    top: -70px;
    width: 240px;
    height: 240px;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.site-nav ul li a:hover {
    color: #51ffe8;
}
div.wpforms-container-full .wpforms-form label.wpforms-error{
	color: #ff4200;
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error{
	border: 1px solid #fd3535;
}
.vertical-card-info .cta-button{
	transition: ease-in-out 0.5s;
}
.vertical-card-info .cta-button:hover {
    background-color: #3ffc6b00;
    box-shadow: -2px 5px 8px 1px rgb(3 59 160);
    border: 1px solid #fff;
    color: #fff;
}


.button-menu li {
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.button-menu li a{
    background-color: #5EFFC5;
    color: #1473F3;
    border-radius: 30px;
    padding: 0.5em 2em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
	border: 1px solid transparent;
	transition: ease-in-out 0.5s;
}

.button-menu li:nth-child(1) a {
    background-color: #51FFE8;
}

.button-menu li:nth-child(2) a{
    background-color: #3FFC6B;
}

.button-menu li a {
    color: #0a47ae !important;
}

.privacy-section{
	margin-top:3.5rem;
}
.mt-4  p {
    margin: 0.5em 0;
}


.site-nav .button-menu li a:hover {
    background-color: #3ffc6b00;
    box-shadow: -2px 5px 8px 1px rgb(3 59 160);
    border: 1px solid #fff;
    color: #fff !important;
}
.pricing-page div.wpforms-container-full{
	width:100%;
}

/* ovelay popup*/

.buttons {
  text-align: center;
}
.buttons a {
  display: inline-block;
  background: #e74a54;
  color: #fff;
  padding: 10px 40px;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.overlay {
  /*background: #e74a54;*/
	background: rgb(0 0 0 / 55%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.overlay.is-on {
  opacity: 1;
  visibility: visible;
}
.overlay.is-on .content {
  opacity: 1;
  visibility: visible;
  top: -10%;
}
.overlay .content {
  position: absolute;
  top: -50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 39rem;
  height: fit-content;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	    background: #fff;
	transform: translate(10px, 10px);
}

#close {
  position: absolute;
 right: 3px;
    top: 10px;
  font-size: 15px;
  color: #999;
  cursor: pointer;
}
.overlay .content .has-text-align-center{
	    margin-bottom: 1rem;
	    font-size: 1.5em;
	color: #0a47ae;
}
.overlay .content .US-map {
    margin: 2.2rem 0 2rem;
}
.overlay .content .close:before, .overlay .content .close:after{
	background-color: #0a47ae;
}



/* top nav CSS*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: rgba(0, 46, 156, 0.8);
    z-index: 99;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.site-header .header-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-container .site-logo img {
    height: 160px;
    position: relative;
    top: 45px;
}

.site-title {
    font-family: 'Secular One', sans-serif;
    font-size: 6em;
    color: white;
    text-shadow: 0px 0px 25px rgb(21 79 175);
}

.site-subtitle {
    margin-top: -15px;
    font-family: 'Secular One', sans-serif;
    font-size: 1.5em;
    color: white;
    text-shadow: 0px 0px 15px rgb(21 79 175);
}

.site-nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.site-nav-menu-btn {
    display: none;
}

.site-nav-close-btn {
    display: none;
}

.site-nav-menu {
    display: none;
}

.header-container nav.site-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 20px;
}

.site-nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
	cursor:pointer
}
.form-iframe{
	height: 100%;
    width: 100%;
    border: none;
    padding: 0rem;
}


.overlay.is-on .content {
  opacity: 1;
  visibility: visible;
  top: -10%;
}
.floting-pricing.pricing-show{
	    right: 0px;
    height: 460px;
    bottom:
}
.overlay.is-on, .pricing-overlay.is-on {
  opacity: 1;
  visibility: visible;
}
.pricing-overlay.is-on .content {
    opacity: 1;
    visibility: visible;
    top: -10%;
	border-radius: 5px;
    overflow: hidden;
    background: #0c57b4;
}

[data-id="TX"], [data-id="GA"], [data-id="FL"], [data-id="KY"],[data-id="AL"], [data-id="NC"], [data-id="MS"]{
    fill: #f47b12 !important;
}

/* Responsive CSS*/
@media all and (max-width:1500px) {
	.overlay.is-on .content {
	  top: 10%;
	}
}
@media all and (max-width:1100px) {

}
@media all and (max-width:500px) {
	.floting-pricing-div .pricing-fixed-plugin-button{
		right: -89px;
		top: 70%;
		font-size: 0.9rem;
	}
	.floting-pricing{
		width: 100%;
	}
	.floting-pricing{
		top: 100px;
	}
	.footer-nav .footer-right .footer-menu-start, .footer-nav .footer-right .footer-menu-end{
		display:none;
	}
	.footer-nav .footer-nav-div{
		gap: 2rem;
		padding: 3rem 0 2rem;
		flex-direction: column;
	}
	.footer-nav .footer-right .social-icons{
		flex-direction: row;
		gap: 3rem;
		justify-content: center;
	}
	.floting-pricing.pricing-show{
		overflow: auto;
		height: 100%;
		background: rgb(20 64 135);
		border-radius: 0;
	}
	.floting-pricing form.schoolpricingform{
	   background: rgb(20 64 135);
}
	.site-header{
		z-index: 1021;
	}
	
	
}

