/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

@media screen and (max-width: 1190px) {
  .slider__text--big {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 700px) {
  .slider__text--big {
    font-size: 25px !important;
  }
}

.elementor-widget-ivideopopup .elementor-widget-container {
  background-size: contain !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.main-navigation > ul > li.current-menu-item > a:before {
  opacity: 0;
}

.main-navigation > ul > li.current-menu-item:hover > a:before {
  opacity: 1;
} 

.wpcf7-submit {
  border: 1px solid white;
  background-color: #1a1a1a;
  padding: 10px 30px;
  color: white;
  transition: all 0.3s linear;
}

.wpcf7-submit:hover {
  border: 1px solid #1a1a1a;
  background-color: white;
  color: #1a1a1a;
};