/*
Theme Name: Basedent
Theme URI: https://www.toladis.hr/
Description: OceanWP child theme.
Author: Toladis
Author URI: https://www.toladis.hr/
Template: oceanwp
Version: 1.0
*/

:root {
	--color-green: #0b6479;
	--color-blue: #41b0ff;
	--color-blue-dark: #2793ff;
}
#topbar-template {
	display: block;
}
#site-logo #site-logo-inner a:hover img {
	opacity: 0.9;
}
#top-bar .elementor-social-icon {
	background-color: transparent;
}
#top-bar .elementor-icon.elementor-social-icon {
	width: auto;
	height: auto;
}
.oceanwp-mobile-menu-icon a:focus {
	outline: none;
}
.background-image-page-header-overlay {
	background: rgba(0,0,0,0.5);
	background: linear-gradient(90deg, rgba(23,68,100,1) 30%, rgba(23,68,100,0) 100%);
	opacity: unset !important;
}
.page-header.background-image-page-header .page-header-title {
	display: inline-block;
}
.page-header.background-image-page-header .page-header-title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -5px;
	width: 50%;
	height: 5px;
	background: #41b0ff;
	visibility: visible;
}
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
	background-color: #F7FCFF;
    border-style: solid;
    border-width: 2px;
	border-radius: 5px;
    border-color: #E9EEF8;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	background-color: #fff1f1;
	border-color: #dc3232;
}
.elementor-widget:not(:last-child) { 
	margin-bottom: 20px !important; 
} 
.home .footer-cta,
.error404 .footer-cta,
.hide-footer-cta .footer-cta {
	display: none;
}
.lds-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10000;
}
.loaded .lds-wrap {
	visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #333;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
	#top-bar {
		padding: 5px 0;
	}
	#main header.page-header {
		height: 200px !important;
	}
	.page-header.background-image-page-header .page-header-title::after {
		height: 2px;
	}
}
