/*!
Theme Name: sef
Theme URI:
Author: The Creative Momentum - John Marco Alcaria
Author URI: https://www.thecreativemomentum.com/
Description: Child Theme for sef Custom WordPress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sef
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*Bootstrap Overrides*/
/*Global*/
.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.vc_row.container, .container {
  margin-left: auto !important;
  margin-right: auto !important
}

.row {
  position: relative;
}

.rev_slider_wrapper {
  z-index: 7 !important;
  overflow: hidden !important
}

.vc_carousel-inner img {
  margin: 0 auto;
}

.vc_carousel-inner .vc_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.vc_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  float: left;
  width: 100%;
}

/* Hide Rev Slider Overlay */
.rev_slider .slotholder:after {
  display: none;
}

.hero_section .vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.custom_section .vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.wpb_single_image {
  position: relative;
}

.wpb_single_image img {
  margin: 0 !important;
  border-radius: 0;
}

.equal-height-columns .vc_btn3-container {
  position: absolute;
  bottom: 0;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

.equal-height-columns .wpb_column {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.aligncenter {
  text-align: center;
}

.inline-element {
  display: inline-block;
  margin: 0 15px 15px 15px;
}

/* Constant Contact  form - Global*/
.ctct-form.form-control {
  height: auto;
  background: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ctct-form-field {
  margin-right: 10px !important;
  margin-bottom: 18px !important;
  vertical-align: top;
  text-align: left;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

.ctct-form-field.fullwidth-field {
  -ms-flex: 0 0 97.5%;
  flex: 0 0 97.5%;
  max-width: 97.5%
}

.ctct-form-field-submit {
  -ms-flex: 0 0 0;
  flex: 0 0 0;
  max-width: auto;
}

.button.ctct-button {
  display: none;
}

.ctct-submit {
  font-size: 23px !important;
  font-weight: 600;
  height: auto;
  padding: 0.8rem 30px !important;
}

.ctct-disclosure,
p.ctct-form-field.ctct-form-field-hidden {
  display: none !important
}

.ctct-form-wrapper .ctct-message {
  border: 1px solid;
  padding: 10px;
  margin-top: 10px;
}

.join_form .ctct-form-field {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.join_form .ctct-submit.form-control {
  width: auto;
  padding: 0.5rem 20px !important
}

.join_form input[type="email"] {
  padding-left: 20px;
}

.yellow_bio {
  position: relative;
}

.yellow_bio:after {
  background: #F69E00;
  content: "";
  position: absolute;
  width: 400px;
  height: 340px;
  right: -240px;
  top: -100px;
  z-index: -1;
}

.blue_bio {
  position: relative;
}

.blue_bio:after {
  background: #005A9D;
  content: "";
  position: absolute;
  width: 400px;
  height: 340px;
  left: -240px;
  top: -100px;
  z-index: -1;
}

.blue_bio img,
.yellow_bio img {
  border-radius: 5px;
  box-shadow: 0 0 249px 0 rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0 0 249px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 0 249px 0 rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0 0 249px 0 rgba(0, 0, 0, 0.32);
}

/* Twitter Plugin */
.ctf-tweets {
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .main-nav ul li {
    padding: 0 6px;
  }

  .resources_section .f_content h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .alter_section h2 {
    font-size: 55px;
  }

  .map_section .news_widget {
    top: 44%;
    left: 4%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1330px) {
  .main-nav ul li {
    padding: 0 1px;
  }
}

@media screen and (max-width: 992px) {

  .yellow_bio:after,
  .blue_bio:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .ctct-form-field,
  .ctct-form-field.fullwidth-field {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

.slick-list {
  float: none !important;
}

.wFormContainer .inputWrapper select[multiple] {
  height: 200px !important;
  min-height: 200px;
  overflow: scroll;
}

@media screen and (max-width: 768px) {
  .project_section .hero_content .slide_heading_big {
    font-size: 70px;
    line-height: 70px;
  }
}

.custom_video .video_title {
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .custom_video .video_title {
    font-size: 34px !important;
    line-height: 32px !important;
  }
}
