/*
Theme Name: TBP
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.shadow {
	box-shadow: 50px 50px 50px rgb(0 0 0 / 6%);
}

.bg-blend-mode-darken {
	background-blend-mode: darken;	
}
.blend-mode-darken img {
	mix-blend-mode: darken;	
}
.or-ob {
	transform: skewY(-12deg);
	box-shadow: 0px 30px 50px rgb(0 0 0 / 15%);
}
.swiper-slide {
	width: auto !important;
    height: 500px !important;
}
figure.swiper-slide-inner, .swiper-slide img {
    height: 100% !important;
}

mark {
	background: transparent;
	color: #fff;
	
   text-shadow:
	   	1px 1px 0 #000,
     	-1px -1px 0 #000,  
      	1px -1px 0 #000,
      	-1px 1px 0 #000,
       	1px 1px 0 #000;
}
.ing h2 {
	margin-bottom:30px;
}
@media all and (min-width: 768px) {
	.team figure.gallery-item:first-child {
		transform: scale(1.15);
	}
}
@media all and (min-width: 1600px) {
.row-ob	.col-r-ob .elementor-element-populated {
	padding: 0 40% 0 0 !important;
	}
}
@media all and (min-width: 1025px) and (max-width: 1315px) {
	.or-ob {
		top: -100px !important; 
	}
	.row-ob.elementor-section .elementor-container {
		align-items: center !important;
	}
    
    .row-ob	.col-r-ob .elementor-widget-container {
		padding: 0 !important;
		margin: 0 0 -30px 0 !important;
	}
}