/*
 Theme Name:   Raino Child Theme
 Theme URI:    http://themesvila.com/themes-wp/raino
 Description:  This is raino Child Theme
 Author:       Masum Billah
 Author URI:   https://www.templatemonster.com/authors/themesvila/
 Template:     raino
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, right-sidebar
 Text Domain:  raino-child
*/


body{
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}

a{
	color: #61be75;
	text-decoration: none;
}
a:hover{
	color: #1a1a1a;
	text-decoration: none;
}

.section-title span{
	color: #61be75;
}
.section-title span:before,
.section-title span:after{
	background-color: #61be75;
}


.row-eq-height{
	display: inline-flex;
	margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
	width: calc(100% + var(--gap));

	flex-wrap: nowrap;
	--gap: 12px;
}

.row-eq-height > *{
	margin: var(--gap) 0 0 var(--gap);

	flex: 1 1 0;
}

.btn-home-border:hover,
.btn-home-border:focus{
	background: #ffffff;
	color: #61be75;
}

.navbar-fixed{
	background: #000000;
}

/* Our team */

.our-team{
	position: relative;
}

.team-area{
	background: none;
}

#team .section-title h2{
	color: #ffffff;
}

#team{
	position: relative;
}

#team::after{
	background-image: url(images/team-bear.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	   -moz-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.single-team{
	background: #000000;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
}

.single-team a:hover{
	color: #ffffff;
}

ul.social li{
	padding: 0 !important;
}

ul.social li::before{
	display: none;
}

.our-team{
	height: 100%;
}

.our-team .social{
	width: 100% !important;
}

.our-team .social a{
	transform: none !important;
}

.single-team{
	height: 100%;
	margin-bottom: 0;
}

.single-team h2{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	        border-radius: 10000px;
	   -moz-border-radius: 10000px;
	-webkit-border-radius: 10000px;
	margin-bottom: 20px;
	padding-top: 100%;
	position: relative;
}

.single-team h3{
	text-align: center;
}

.modal-content{
	background: #000000;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: 0 0 60px rgb(0 0 0 / 100%);
	color: #ffffff;
	font-size: 20px;
}

.modal-content h4{
	color: #ffffff;
	margin-bottom: 20px;
}

.modal-header{
	border: none;
}

.modal-header .close{
	color: #ffffff;
	text-shadow: none;
}

/*
#team .container{
	position: relative;
	z-index: 2;
}
*/

/* Focus */

#focus > .elementor-background-overlay{
	opacity: 1 !important;
}

#focus > .elementor-background-overlay::before{
	/*background: rgba(0,0,0,0.49);
	background:    -moz-linear-gradient(top, rgba(0,0,0,0.49) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.49)), color-stop(80%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.49) 0%, rgba(0,0,0,0) 80%);
	background:      -o-linear-gradient(top, rgba(0,0,0,0.49) 0%, rgba(0,0,0,0) 80%);
	background:     -ms-linear-gradient(top, rgba(0,0,0,0.49) 0%, rgba(0,0,0,0) 80%);
	background:         linear-gradient(to bottom, rgba(0,0,0,0.49) 0%, rgba(0,0,0,0) 80%);
	*/
	background-image: url(images/gradient.png);
	background-position: top left;
	background-repeat: repeat-x;
	-webkit-background-size: auto 100%;
	   -moz-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
	content: '';
	display: block;
	height: 20%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	/*
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	*/
}


#focus > .elementor-background-overlay::after{
	background-image: url(images/gradient2.png);
	background-position: top left;
	background-repeat: repeat-x;
	-webkit-background-size: auto 100%;
	   -moz-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
	bottom: -2px;
	content: '';
	display: block;
	height: 20%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

#focus .elementor-container{
	z-index: 3;
}

#focus .focus-item,
#focus .focus-item > div{
	height: 100%;
}

.elementor-widget-container ul{
	list-style: none;
	margin: 0;
}

.elementor-widget-container ul li{
	padding-left: 25px;
	position: relative;
}

.elementor-widget-container ul li::before{
	background: #61be75;
	        border-radius: 10px;
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	content: '';
	height: 10px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 10px;
}

/* Contact */

.bear-address .elementor-widget-container{
	padding-top: 20px;
	text-align: center;
}

#contact .elementor-widget-container ul{
	display: inline-block;
}

#contact .elementor-widget-container ul li.elementor-icon-list-item{
	padding-bottom: 20px;
	padding-left: 0 !important;
}


#contact .elementor-widget-container ul li::before{
	display: none;
}

#contact h3{
	color: #ffffff;
	font-size: 24px;
	margin-top: 20px;
}

#contact h3 span{
	color: #61be75;
}

#contact .section-title h2{
	color: #ffffff;
}

.footer{
	background-color: #000000;
	padding: 0 0 25px 0;
}

#topcontrol{
	background: #61be75;
}



@media (max-width: 767px){
	.row-eq-height{
		display: block;
	}
}


@media (min-width: 768px){
	.row-eq-height{
		flex-wrap: wrap;
	}
	.team-item{
		max-width: none;

		flex-basis: 40%;
	}
}


@media (min-width: 992px){
	.row-eq-height{
		flex-wrap: nowrap;
	}
	.team-item{
		max-width: none;

		flex-basis: 20%;
	}

	.modal-dialog{
		max-width: 800px;
	}


	.bear-address .elementor-widget-container{
		padding-top: 0;
		text-align: left;
	}
}


@media (min-width: 1200px){
	.team-item{
		max-width: 20%;
	}
}
