/*
Theme Name: Oak Child
description: Rain Gutter Express - Oak
Template: oak-parent
Version: 1.0.0
Text Domain: oak
Author: BCW
*/


nav.sticky {background:#ddd;position:fixed;width:100%;height:auto;z-index:9999;top:0;}
nav.sticky .navbar {margin-bottom: 0;}

 #banner.banstick {margin-top:0;}

.submotto {
	display: block;
	font-size: 18px;
}
.dropdown-menu {
	background: var(--color-1);
	top: 154%;
}
.dropdown-menu>li>a {
	color: #fff;
	font-size: 16px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover {
	background: var(--color-2);
}
.dropdown-menu>.active>a {
	background: var(--color-1);
}
/* -- YOUTUBE VIDEO -- */
.youtube-outter {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.youtube {
	position: relative;
	max-width: none;
	padding-top: 56.8%;
}
.youtube iframe, .youtube object, .youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#header {
	position: relative;
}
#banner {
	overflow: hidden;
	height: 31vw !important;
	position: relative;
}
.banner-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social-section {
	margin: 50px 0;
	text-align: center;
}
.social-section h2 {
	margin-bottom: 30px;
}
.social-section .links {
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 25px;
	align-items: center;
	justify-content: space-around;
}
.social-section .link {
	flex: 0 1 auto;
}
.social-section .link img {
	height: 80px;
	width: auto;
}


.gallery-img { width:100%; padding-bottom: 90%;  margin: 15px auto; position: relative; overflow: hidden; border:5px solid var(--color-2);-webkit-transition: all ease-in-out .3s;
-ms-transition: all ease-in-out .3s;
-o-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;}
.gallery-img:hover {border:5px solid var(--color-1);}
.gallery-img img {border:none !important; margin:0; transition:none;position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); /* adjust width */ width: 100%; height:auto;-webkit-transition: all ease-in-out .3s;
-ms-transition: all ease-in-out .3s;
-o-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;}
.gallery-img img:hover {transform: translate(-50%,-50%);}

.reviews-section-heading{
	margin: 20px 0;
}
.reviews-section-image img{
	margin: 20px 0;
	border: none;
}
.review{
	margin: 0 0 60px 0;
}
.fa-star{
	color: #ddbc03;
}