/*-----------------
* palette
* ----------------
*
*/

@font-face{
  font-family: SFPro;
  src: url("/app/themes/MediaorbTheme/assets/fonts/SFPRODISPLAYREGULAR.OTF")
}

/******** GLOBAL *******/

html {

}
body {
  font-size: 19px;
  font-family: SFPro;
  color: #262626;
}
input, form {
  color: #111;
}
input {
  padding: 5px 10px;
}
.img-responsive {
  object-fit: cover;
  width: auto;
  height: auto;
}
a {
  text-decoration: none;
  color: #57D6FF;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #57D6FF;
  text-decoration: underline;
}
.button,
a.button,
.btn,
input.wpcf7-form-control.wpcf7-submit,
input[type="submit"] {
  background-color: #090762;
  border: 2px solid #090762;
  color: #fff;
  padding: 9px 44px;  
  border-color: transparent;
  border-radius: 30px;
 /* border-top-right-radius: 36px;
  border-bottom-left-radius: 36px; */
  font-family: 'Poiret One', cursive;
  font-weight: 800;
}
.button:hover,
a.button:hover,
.btn:hover,
input.wpcf7-form-control.wpcf7-submit:hover{
  background-color: transparent;
  border: 2px solid #57D6FF;
  color: #57D6FF;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 100%;
    margin-top: 12px;
    padding: 9px;
    border: solid 1px #000066;
    border-radius: 2px;
}
.breadcrumbs i{
  margin: 0 2.5px;
}
.breadcrumbs {
  margin-top: 30px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 800;
}
h1, .h1 {
  font-size: 28px;
}
h2, .h2 {
  font-size: 20px;
}
h3, .h3 {
  font-size: 18px;
}
h4, .h4 {
  font-size: 11px;
}
ul.alternating {
    text-align: left;
}

.sep-space{
  margin-bottom: 30px;
}

.blue-box{
  background: #000066;
  padding: 60px;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
}

.overlay_clear_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-align: left;
  padding: 30px;
}

.customNextBtn2, .customPrevBtn2 {
  height: 30px;
  width: 30px;
  border: 2px solid #262626;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  margin: 0 5px;
  cursor: pointer;
}

.reviews-slider {
  display: flex;
  justify-content: center;
}

#removes a{
  color: #262626;
}

.cicrle-overlay:hover .circle-text{
  border: 2px solid #57D6FF;
}

.circle-text{
  border: 2px solid #fff;
  padding: 15px 45px;
}


.text-light-white{
  color: rgba(255,255,255,0.5) !important;
}

.image-content{
  position: relative;
}

.image-content .container {
  width: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 85%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.height-set{
  height: 600px;
}

.image-margin{
  margin: 30px 0;
}

.width-full{
  width: 100%;
}

.white-hr{
  background-color: #fff;
      margin-bottom: 35px;
}

.grey-content{
background: rgb(145,145,145);
background: linear-gradient(180deg, rgba(145,145,145,1) 0%, rgba(144,144,144,1) 74%, rgba(73,73,73,1) 100%);
color: #fff;
}

.grey-content	.page-header span {
color: rgba(255,255,255,0.5) !important;
}

.circle-text{
  text-align: center;
  margin-top: 30px;
}


.cicrle-overlay img{
  border-radius: 50%;
}


.cicrle-overlay{
margin-bottom: 30px;
}
.overlay_margin{
margin-bottom: 30px;
}

.customNextBtn, .customPrevBtn {
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
}

.customPrevBtn{
margin-left: 10px;
}

.review_icons div{
display: flex;
}

a.link-reviews {
  float: right;
}

.review_icons {
  display: flex;
   margin-bottom: 15px;
  justify-content: space-between;
}

.review_text{
font-size: 22px;
}

.stars{
  padding: 0px;
  margin: 0px;
  list-style: none;
      display: flex;
}

.stars li:nth-child(1){
      margin: 0 0 0 3.5px;
}

.stars li{
  margin: 0 2.5px;
}

.dark-blue-strip{
  background: #000066;
  color: #fff;
}

.row_box_items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.button-wrap {
  padding: 0px;
  margin: 0px;
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.height-full{
      height: 100%;

}
.overlay_wrap{
  position: relative;
}

  .overlay_box{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 102, 0.2);
  color: #fff;
  text-align: center;
}

  .margin-top-60 {
    margin-top: 60px;
  }

  .page-header span {
    color: #707070;
    font-size: 17px;
  }

  .home-top-line-wrap {
    padding-bottom: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .line {
    border-bottom: 1px solid #262626;
    width: 100%;
  }

  .text-home-top-line {
    width: 60%;
  }

  .home-top-wrap {
    font-style: italic;
    font-weight: 100;
    font-size: 17px;
    border-bottom: 1px solid #262626;
    width: 90%;
    margin: auto;
  }


  .page-header {
    border-bottom: none;
    padding: 0 0 30px;
  }

  .content-strip {
    padding: 60px 0;
  }

  .home-right {
    position: relative;
  }

  .post-items-right {
    background: rgba(0, 0, 102, 0.25);
    color: #fff;
    top: 0;
    position: absolute;
    right: 0;
    padding: 30px 90px;
    text-align: center;
  }

  .home-right a {
    font-weight: 800;
    color: #fff;
  }

  .home-right li {
    margin: 7.5px 0;
  }

  .left-bottom-btn {
    margin-top: 15px;
    text-align: right;
    margin-right: 60px;
  }

  .home-left-bottom {
    color: #fff;
    text-align: center;
  }

  .home-left-bottom a {
    color: #fff;
  }

  .numbers {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .home-left-top {
    background: rgba(0, 0, 102, 0.5);
    padding: 30px;
    color: #fff;
    width: 100%;
    text-align: center;
  }

  .home-image-full {
    width: 100%;
    height: 100%;
  }
  .home-page-top {
    position: relative;
    height: 850px;
  }

  .overlay-home {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .margin-top-45{
    margin-top: 45px;
  }

  .home-left {
    height: 100%;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .height-full {
    height: 100%;
  }

  .home-left-bottom,
  .home-left-bottom {
    position: relative;
  }

  .post-items {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
  }

  .btn-row {
    margin: 15px auto auto;
    display: flex;
    justify-content: space-between;
    width: 70%;
  }

  .page-header-small {
    padding: 0 0 15px;
  }

  .overlay_wrap:hover .overlay_box {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    min-height: 100%;
}

.overlay_box{
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;

  min-height: 0%;

}

.home-links a{
 color: #262626; 
 opacity: 0.7;
}

.home-links a:hover{
  text-decoration: underline;
 }
 
 .page-header span {
  color: #707070;
  font-size: 17px;
  display: inline-block;
}

ul.home-links {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}

ul.home-links li{
  margin-right: 10px;
}

.text-light-white a{
  color: rgba(255,255,255,0.8) !important;
}

.text-light-white a:hover{
  text-decoration: underline;
}

textarea.wpcf7-form-control.wpcf7-textarea.match-he {
  margin: 0px;
}
.captcha-image .cf7ic_instructions span {
    color: #57D6FF;
    font-weight: bold;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], select.wpcf7-form-control.wpcf7-select{
  width: 100%;
  color: black;
  padding: 8px;
  border-radius: 2px;
  height: 50px;
  width: 100%;
  border-radius: 2px;
  margin: 10px 0;
  border: 1px solid #000066;
  color: #464444;
  font-size: 15px;
}

.wpcf7-textarea{
  width: 100%;
  color: black;
  padding: 8px;
  border-radius: 2px;
  height: 200px;
  width: 100%;
  border-radius: 2px;
  margin: 10px 0;
  border: 2px solid #000066;
  color: #464444;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button, .fieldset-cf7mls .cf7mls_back {
  background-color: #57D6FF;
  border: 2px solid #57D6FF;
  color: #fff;
  padding: 9px 44px;
  border-color: transparent;
  border-top-right-radius: 36px;
  border-bottom-left-radius: 36px;
  font-family: 'Poiret One', cursive;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.box-contact-blue-wrap .wpcf7-list-item {
  display: inline-block;
  margin: 0 15px 0 0 ;
}

.top_service_wrap {
  width: 80%;
  margin: auto;
}

.cf7mls-btns .cf7mls_next.action-button:hover, .cf7mls-btns .cf7mls_back.action-button:hover, .fieldset-cf7mls .cf7mls_back:hover {
  background-color: transparent;
    border: 2px solid #57D6FF;
    color: #57D6FF;
}

.row.row_contact_form {
  display: flex;
  align-items: center;
}

.box-contact-blue-wrap {
  background: #000066;
  padding: 15px 30px;
  color: #fff;
  height: calc(100% - 26px);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #464444;  
  font-size: 15px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #464444;
    font-size: 15px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #464444;  
  font-size: 15px;
}

.cf7mls-btns span, .fieldset-cf7mls .cf7mls_back span{
  height: 20px;
  font-size: 13px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding: 0px;
  margin: 0 10px;
  cursor: pointer;
}

.time_block .fa{
  margin-right: 7.5px;
}

.time_block {
  height: 100%;
  border: 1px solid #eaeaea;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dropdown_wraps {
  width: 80%;
  margin: auto;
  text-align: center;
}

.blue_box_contact {
  background: #57D6FF;
  padding: 15px;
}

.blue_box_contact {
  background: #57D6FF;
  padding: 15px;
  color: #fff;
  height: 100%;
}

.dark_blue_box_contact{
  background: #000066;
  padding: 15px;
  color: #fff;
  height: 100%;
}

.box-contact-blue-wrap p{
  margin: 0px;
}

.blue_box_contact label{
  margin-top: 15px;
  margin-bottom: 15px;
}

.blue_box_contact .wpcf7-list-item{
  margin-left: 0px;
}

span.wpcf7-form-control.wpcf7-checkbox.top_checkboxes {
  margin-bottom: 30px !;
  margin-bottom: -10px;
  display: block;
  text-align: center;
}

.bottom-content-form {
  text-align: center;
  display: flex;
  justify-content: center;
}

.bottom-content-form  span.wpcf7-list-item.first.last {
  margin: 15px 0;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  float: none;
  font-weight: 900;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
  display: none;
}

.content_form_top{
  text-align: center;
}

.grey-strip{
  background-color: #f7f7f7;
}

.page-header-forms {
  background: #000066;
  padding: 10px 0 1px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

ul.form_top_button_wrap {
  list-style: none;
  padding: 0px;
  margin: 0 0 25px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

ul.form_top_button_wrap li:nth-child(2){
  margin: 0px 15px;
}

.content-strip-small-top{
  padding: 15px 0 60px 0;
}

.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:before, .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:before {
  background: #57D6FF;
}

.cf7mls_progress_bar li .cf7_mls_count_step {
  display: block;
  color: #fff;
  font-size: 15px;
}

select.wpcf7-form-control.wpcf7-select{
  position: relative;
}

select.wpcf7-form-control.wpcf7-select:after{
  
}

.block_alternating_boxes_wrap {
  padding: 30px 0;
}

.col-contact-wrap{
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

.col-contact-wrap img{
  width: 100%;
}

.location_title{
  font-weight: 700;
  margin-top: 5px;
}

.location_email{
  font-weight: 700;
  margin: 5px 0;
}

/******** Responsive ***********/

/* XXL */
@media (max-width: 1400px) {

}

/* XL */
@media (max-width: 1200px) {

}

/* L */
@media (max-width: 992px) {

}

/* M */
@media (max-width: 768px) {

}

/* S */
@media (max-width: 576px) {

}

/* XS */
@media (max-width: 0px) {

}


