/*
Theme Name:		 Global Mavrix
Description:	 Global Mavrix is a child theme of Flash
Template:		 flash
Version:		 1.0.2
Text Domain:	 globalmavrix
*/

.logo .logo-text {
  display: none;
}

#google_language_translator {
  display: none;
}

.lang-links {
  display: flex;
  justify-content: flex-end;
}
.lang-links span {
  margin-right: 10px;
  cursor: pointer;
}
.lang-links span.active {
  font-weight: bold;
  cursor: auto;
}
body.home .everest-forms button.button:not(.button-large) {
  background: #30afb8;
  height: 45px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.footer-contacts,
.footer-contacts a {
  font-size: 14px;
  color: #fff;
}
.footer-contacts div {
  padding-bottom: 20px;
}

.contact-page {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -40px;
}
.contact-page .contacts div,
.contact-page h3 {
  padding-bottom: 20px;
}
.contact-page .contacts div a {
  color: #606060;
}
.page-id-798,
.page-id-796,
.page-id-775,
.page-id-773,
.page-id-779 {
  overflow: auto;
}
.home-contact-form {
  margin-top: 30px;
}
.cs-home-icon figure.service-image-wrap {
    width: 90px;
    height: 90px;
    min-width: 90px;
}
.cs-home-icon .tg-service-widget .service-title-wrap {
    padding-left: 20px;
    padding-top: 5px;
}
.cs-home-icon .service-icon-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-mobile {
  display: none;
}
#top-footer .tg-column-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo-footer-block {
  width: 33%;
}
.logo-footer-block img {
  margin-top: -10px;
  margin-left: 50px;
}

.mavrixfooter{
    display: flex;
    color: #fff;
    justify-content: center;
}
.mavrixfooter div{
  margin-right: 20px;
}
.mavrixfooter div a{
  color: #fff;
}
.mavrixfooter div bold{
  font-weight: 900;
}
.everest-forms .everest-forms-notice{
  margin-bottom: 100px;
}
.cs-panel-row-style.panel-row-style {
  height: 342px;
}
.cs-cta.cta-wrapper .section-title-wrapper .section-title{
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    font-size: 40px;
}
h3.cs-h3-heading{
  font-size: 35px;
}
.error-404.not-found .tg-column-wrapper{
  display: flex;
  padding: 20px;
  min-height: 50vh;
}

@media (max-width: 987px) {
    .cs-home-icon .tg-service-widget.tg-service-layout-1 {
        margin: 0px 0px;
    }
    .cs-home-icon .service-wrapper{
      display: flex;
    }
    .error-404.not-found .tg-column-wrapper{
      flex-direction: column;
    }
}

@media (max-width: 1025px) {
  .logo-footer-block {
    width: 20%;
  }
}
@media (max-width: 980px) {
  .cs-mobile {
    display: block;
    float: right;
    padding: 24px 30px;
  }
  #top-footer .tg-column-wrapper .tg-column-3 {
    width: 100%;
  }
  .logo-footer-block {
    margin-left: 0px;
    width: 100%;
    padding-bottom: 30px;
  }

  .logo-footer-block img {
    margin-left: 0px;
    padding-bottom: 30px;
  }
  .mavrixfooter{
    flex-direction: column;
  } 
  .mavrixfooter div{
    padding-bottom: 10px;
  }
}
