/*
Theme Name: Vertex Education
Theme URI: https://vertexteducation.com
Author: Krystal Hayes
Author URI: https://vertexteducation.com
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Suranna&display=swap");
/* Legacy Colors */
/* Legacy Fonts */
/* Sizes */
/* Legacy Colors */
/* Legacy Fonts */
/* Sizes */
.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2, .woocommerce-page #customer_details.col2-set .col-2 {
  clear: both;
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
  text-align: left;
  padding-bottom: 20px;
  max-width: inherit;
  flex: none;
}

.woocommerce div.product form.cart .button {
  float: right;
}

.woocommerce button.button.alt {
  background-color: #cf10a6;
}

.woocommerce button.button.alt:hover {
  background-color: #011E41;
}

.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce a.remove {
  color: #d3ced2 !important;
  height: 25px;
  width: 25px;
  text-align: right;
  float: right;
  font-weight: 400;
}

.woocommerce a.remove:hover {
  background: white !important;
  color: #cf10a6 !important;
  height: 25px;
  width: 25px;
  text-align: right;
  float: right;
}

.woocommerce form .form-row .required {
  color: #cf10a6 !important;
}

/* Legacy Colors */
/* Legacy Fonts */
/* Sizes */
#gform_totals_1 {
  display: none;
}

.quantity {
  display: none;
}

.product_meta {
  display: none;
}

.gform_wrapper .gform_footer {
  margin: 0px !important;
  padding: 10px 0px !important;
}

.gfield_select {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Legacy Colors */
/* Legacy Fonts */
/* Sizes */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #707070;
}

h1 {
  font-family: "Suranna", serif;
  color: white;
  font-size: 100px;
}

h2 {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 24px;
}

h3 {
  font-family: "Suranna", serif;
  color: #cf10a6;
  font-size: 40px;
}
h3:after {
  border-bottom: 3px;
  border-color: #cf10a6;
  border-width: 100px;
}

h4 {
  font-family: "Suranna", serif;
  color: #011E41;
  font-size: 30px;
}

.large {
  font-size: 18px;
}

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-gray {
  background-color: #F2F2F2;
  padding-top: 0px;
}

.clearfix {
  clear: both;
}

@media (max-width: 768px) {
  .copyright span {
    display: block;
  }
}

/* Legacy Colors */
/* Legacy Fonts */
/* Sizes */
header, #header {
  height: 185px;
}
header .header-logo img, #header .header-logo img {
  position: absolute;
  z-index: 5000;
}

/* Legacy Colors */
/* Legacy Fonts */
/* Sizes */
#footer {
  background: white;
}
#footer a {
  color: #707070;
}
#footer a:hover {
  color: #cf10a6;
}
#footer .footer-logo img {
  max-width: 250px;
}

/* Legacy Colors */
/* Legacy Fonts */
/* Sizes */
#hero-form-holder {
  position: relative;
  clear: both;
  height: 100vh;
  max-height: 1480px;
}
@media (max-width: 767px) {
  #hero-form-holder {
    height: 100vh;
    position: inherit;
  }
}
@media (min-width: 768px) {
  #hero-form-holder {
    height: 100vh;
  }
}
@media (min-height: 1201px) and (min-width: 992px) {
  #hero-form-holder {
    height: calc(100vh - 300px);
  }
}
@media (max-height: 1200px) and (min-width: 992px) {
  #hero-form-holder {
    height: 100vh;
  }
}
@media (max-height: 800px) and (min-width: 992px) {
  #hero-form-holder {
    height: calc(100vh + 300px);
  }
}
@media (max-height: 500px) and (max-width: 992px) {
  #hero-form-holder {
    height: calc(100vh + 600px);
  }
}
@media (max-height: 740px) and (max-width: 420px) {
  #hero-form-holder {
    height: calc(100vh + 140px);
  }
}
@media (min-width: 1200px) {
  #hero-form-holder {
    height: calc(100vh + 200px);
  }
}

#hero-image {
  margin-top: -185px;
}

.carousel-inner .carousel-item {
  height: 100vh;
  max-height: 1280px;
  vertical-align: top;
  min-height: 800px;
  background: no-repeat center center scroll;
  background-size: cover;
  background-position: center center;
}
@media (min-height: 900px) and (min-width: 1800px) {
  .carousel-inner .carousel-item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .carousel-inner .carousel-item {
    height: auto;
    min-height: 300px;
  }
}

.inside-hero {
  height: 300px;
  background-position: center center;
  background-size: cover;
}

#top-form-box {
  position: absolute;
  background: none;
  background-color: transparent;
  z-index: 5000;
  bottom: 0px;
}
@media (max-width: 767px) {
  #top-form-box {
    position: relative;
    margin-top: -160px;
  }
  #top-form-box .row:first-child {
    display: none;
  }
}
#top-form-box hr {
  width: 200px;
  border-color: #011E41;
  border-width: 2px;
  margin-left: 0px;
}
#top-form-box #form-holder {
  min-height: 500px;
  width: 100%;
  min-width: 550px;
}
@media (max-width: 767px) {
  #top-form-box #form-holder {
    width: 85%;
    min-width: 85%;
    margin: 0px auto;
  }
}
@media (min-width: 768px) {
  #top-form-box #form-holder {
    width: 85%;
    min-width: 85%;
    margin: 0px auto;
  }
}
@media (min-width: 992px) {
  #top-form-box #form-holder {
    min-width: 550px;
  }
}
@media (min-width: 1200px) {
  #top-form-box #form-holder {
    min-width: 550px;
  }
}

#top-form-box-inside {
  position: relative;
  background: none;
  background-color: transparent;
  z-index: 5000;
  margin-top: -150px;
}

.image-content-section img {
  width: 100%;
}
.image-content-section hr {
  width: 100px;
  border-color: #cf10a6;
  border-width: 3px;
}
.image-content-section hr.left {
  margin-left: 0px;
}
.image-content-section hr.right {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .image-content-section hr.left {
    margin-left: -15px;
  }
  .image-content-section hr.right {
    margin-right: -15px;
  }
}
.image-content-section .image-holder {
  background-position: center center;
  background-size: cover;
  padding: 20px;
  margin: 10px 15px;
  min-width: 300px;
  width: auto;
}
.image-content-section .image-holder .image-border {
  border: 3px white solid;
  height: 100%;
  min-height: 250px;
  position: relative;
}
@media (min-width: 768px) {
  .image-content-section .border-right-blue {
    padding: 20px 0px 20px 20px;
    border-right: solid 25px #011E41;
    margin: 0px;
  }
  .image-content-section .border-right-blue .image-border {
    border-right: none;
  }
  .image-content-section .border-left-blue {
    padding: 20px 20px 20px 0px;
    border-left: solid 25px #011E41;
    margin: 0px;
  }
  .image-content-section .border-left-blue .image-border {
    border-left: none;
  }
}

.divider-blue {
  padding: 15px 10px;
  background-color: #011E41;
  color: white;
  font-size: 20px;
}

.pillar-image {
  height: 295px;
  padding: 20px;
  margin-bottom: 28px;
  background: #011E41;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.pillar-image h3 {
  font-size: 30px;
}
.pillar-image .border-white {
  border: 3px solid white;
}
.pillar-image .bluebottom {
  padding-top: 225px;
}
@media (max-width: 767px) {
  .pillar-image {
    height: 295px;
  }
  .pillar-image .bluebottom {
    padding-top: 225px;
  }
}
@media (min-width: 768px) {
  .pillar-image {
    height: 225px;
  }
  .pillar-image .bluebottom {
    padding-top: 125px;
  }
}
@media (min-width: 992px) {
  .pillar-image {
    height: 255px;
  }
  .pillar-image .bluebottom {
    padding-top: 185px;
  }
}
@media (min-width: 1200px) {
  .pillar-image {
    height: 295px;
  }
  .pillar-image .bluebottom {
    padding-top: 225px;
  }
}

.list-style ul {
  list-style: none;
  font-size: 18px;
  padding-left: 0px;
}
.list-style ul li {
  padding-bottom: 5px;
}
.list-style ul li strong {
  color: #cf10a6;
  font-weight: 400;
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */