/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*Section overlay*/
.clb_custom_bg_section:before {
	content: '';
  	position: absolute;
  	width: 480px;
  	height: 480px;
  	border-radius: 100%;
  	mix-blend-mode: multiply;
	  background-color: #0099fc;
	  top: 0px;
    right: 0px;
}
.clb_custom_bg_section .wpb_wrapper{
  z-index: 1;
}
@media (max-width: 1080px) {
  .clb_custom_bg_section:before {
    width: 400px;
    height: 400px;
    top: 62px;
  }
}
@media (max-width: 768px) {
  .clb_custom_bg_section:before {
    top: 32px;
    right: -20px;
  }
  .site-header .site-branding .logo img{
  	max-height: 28px !important;
  }
}
@media (max-width: 753px) {
  .clb_custom_bg_section:before {
    left: 0px;
  }
}
@media (max-width: 480px) {
  .clb_custom_bg_section:before {
    width: 500px;
    height: 500px;
    top: -62px;
    left: -20px;
  }
}

.vc_row.clb_custom_hero_section {
	background-position: 0 !important;
}
.clb_custom_icon {
	max-width: 46px;
}
@media (max-width: 768px) {
  	.clb_custom_hero_section {
    	min-height: auto !important;
    	background-size: cover !important;
  	}
}

.bottom-overlay:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    width:100%;
    opacity: .7;
    background: linear-gradient(180deg,transparent 0,#fff 82%,#fff);
}
.bottom-overlay-primary:after  {
    opacity: 1;
    content: '';
    background: linear-gradient(180deg,rgba(48,67,74,0) 0,#011522 82%,#011522);
}
.bottom-overlay-secundary:after  {
    opacity: 1;
    content: '';
    background: linear-gradient(180deg,rgba(48,67,74,0) 0,#0099fc 82%,#0099fc);
}
.bottom-overlay-white:after  {
    opacity: 1;
    content: '';
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255, 255, 255, 0.6) 35%,rgba(255,255,255,0.9) 80%,#fff 100%)

}
.underline-line span{
  border-bottom: 1px solid white;
}
.primary-color{
  color: #0099fc;
}
.z-index-1{
  z-index: 1;
}
.overflow-visible{
  overflow: visible !important;
}
.big-text-section{
    top: -90px;
    font-weight: 700;
    color:
    #e8f6ff;
    font-size: 10vw;
    position: absolute;
    text-align: right;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.big-text-section-about{
  top: 0px;
  font-style: italic;
  z-index: 0;
  font-weight: normal;
  text-align: left;
   font-size: 14vw;
  transform: translateY(-100%);
}
.site-header.mobile-hamburger-position-left .right-part .clb-hamburger{
  display: none !important;
}


.section-sticky-buttons {
  padding: 10px 15px 13px 17px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #027bce;
	color:white;
  z-index: 100;
  display: block;
  box-shadow: #d0d0d0 0px -1px 4px;

}
/*@media only screen and (max-width: 767px) {
  .section-sticky-buttons{
    display: block !important;
    }
}*/
.section-sticky-buttons a{
  width: 100%;
  padding: 7px 18px;
	color: #027bce !important;
	background-color: white;
	border-color: white;
	margin-top:10px;
}

