/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

button.cky-btn-revisit.elementor-icon-list-text {
	all: unset;
	cursor: pointer;
}

* {
	letter-spacing: 0px !important;
}

.by--ov {
	overflow: hidden;
}

.by--parallax-section {
	position: relative;
	overflow: hidden;
}

.by--parallax-section::before {
	content: "";
	position: absolute;
	top: -30%;
	left: 0;
	width: 100%;
	height: 180%;
	opacity: 1 !important;

	background-image: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	transform: translate3d(0, 0, 0);
	will-change: transform;

	z-index: 0;
	transform: translateY(var(--parallax-y, 0px));
}

@media only screen and (max-width: 767px) {
	.page-id-200 .by--parallax-section {
		background-position: right !important;
	}
	.by--parallax-section::before {
		display: none !important;
	}
}

.by--parallax-section > * {
	position: relative;
	z-index: 1;
}

a:hover, p a:hover {
	color: #316994;
}

::selection {
	background: #92C1C7;
}

::-moz-selection {
	background: #92C1C7;
}

.elementor-heading-title {
	text-transform: none;
}

/* Owl Slider */
#owl-text-slider {
	cursor: grab;
}

#owl-text-slider .item {
	text-align: center;
	font-family: "Albert Sans", Sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
}

#owl-text-slider .owl-stage-outer {
    overflow: visible;
	max-width: 800px;
}

#owl-text-slider .owl-item {
    opacity: 0.3;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

#owl-text-slider .owl-item strong {
	display: block;
}

#owl-text-slider .owl-item.center {
    opacity: 1;
    transform: scale(1);
}

.by--text-slider .e-con-inner {
	overflow: hidden;
	position: relative;
}

.by--text-slider .e-con-inner:before {
	content: "";
	position: absolute;
	left: -99px;
	top: 0;
	width: 192px;
	height: 100%;
	z-index: 3;
	background: url('./assets/img/gradiend-shadow-right.png') right top no-repeat;
}

.by--text-slider .e-con-inner:after {
	content: "";
	position: absolute;
	right: -99px;
	top: 0;
	width: 192px;
	height: 100%;
	z-index: 3;
	background: url('./assets/img/gradiend-shadow-left.png') left top no-repeat;
}


/* Custom Slider Blog */
.custom-slider {
    position: relative;
    width: 100%;
	padding-top: 100px;
}

.custom-slider .hfe-post-content {
	padding: 20px 0 !important;
}

.custom-slider .hfe-post-title {
    font-size: 24px;
    text-transform: capitalize;
	margin-bottom: 13px !important;
}

.custom-slider .hfe-posts-grid {
    display: flex !important;
    will-change: transform;
	touch-action: pan-y;
}

.custom-slider .hfe-post-card {
	background: none !important;
	box-sizing: border-box;
	flex: 0 0 auto !important;
	width: 300px !important; /* adjust as needed */
	contain: unset;
	margin-right: 20px;
}

/* Slider Buttons */
.slider-prev,
.slider-next {
    position: absolute;
    top: 50px;
    transform: translateY(-50%);
    z-index: 10;
    color: #000;
    border: none;
	width: 48px;
	height: 48px;
    cursor: pointer;
	border-radius: 0 !important;
    background-color: transparent !important;
}

.slider-prev {
	left: 0px;
	background: url('./assets/img/fi_chevron-left-2.png') center no-repeat;
}
.slider-next { 
	right: 0px; 
	background: url('./assets/img/fi_chevron-left-1.png') center no-repeat;
}

.slider-bg-blue .slider-prev {
	background: url('./assets/img/fi_chevron-white-left.png') center no-repeat;
}

.slider-bg-blue .slider-next {
	background: url('./assets/img/fi_chevron-white-right.png') center no-repeat;
}

.slider-prev:disabled,
.slider-next:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.by--blog-post {
	padding: 150px 0 0 0;
}

.by--blog-post .container {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 15px;
}

.by--post-info {
	display: flex !important;
	column-gap: 10px;
	margin-bottom: 20px;
}

.by--post-info .entry_date {
	font-size: 12px;
	color: #1A1A32;
}

.by--post-info .tags_text a {
	font-size: 12px;
	padding: 0px 12px;
	background: #F2F2F2;
	border-radius: 50px;
	color: #1A1A32 !important;
	height: 26px;
	display: inline-block;
	min-width: 40px;
	text-align: center;
}

.by--post-info .tags_text a:hover {
	background: #bdf473;
}

.post_text_inner .entry_title {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 40px;
}

.by--blog-post .post_image {
	margin-bottom: 50px;
}

.single-post .blog_single h3 {
	font-weight: bold;
	font-size: 24px;
	text-transform: inherit;
	margin-bottom: 13px;
}

.single-post .blog_single h3 a,
.custom-slider .hfe-post-title a,
.hfe-post-title a {
	color: #1A1A32;
}

.single-post .blog_single h3 a:hover,
.custom-slider .hfe-post-title a:hover,
.hfe-post-title a:hover {
	color: #316994;
}

.single-post .blog_single .wp-block-buttons .wp-block-button__link {
	background: #BDF473;
	border: none;
	text-align: center;
	width: auto;
	font-size: 14px !important;
	height: 45px;
	padding: 0 25px;
	text-transform: inherit;
	font-weight: normal;
	margin-top: 50px;
	margin-bottom: 100px;
}

.by--blog-post .post_text_inner,
.by--blog-post .post_text_inner .e-con-inner {
	padding-top: 0 !important;
}

.by--blog-post .post_text_inner .elementor-element {
	padding: 0;
}


.single-post .blog_single blockquote {
	font-size: 40px;
	font-weight: 300;
	font-style: italic;
	color: #316994;
	line-height: 48px;
	margin: 50px 0;
	border-left: 2px solid #316994;
	padding: 0 0 0 20px;
}

.by--news-single {
	background: #F2F2F2;
	padding: 100px 0;
}

.by--news-single .e-con-inner {
	max-width: 1240px;
	margin: 0 auto;
	display: block;
}

.by--news-single .by--news-page .hfe-posts-grid {
	grid-template-columns: repeat(1, 1fr);
	column-gap: 30px;
	row-gap: 30px;
	padding: 0 15px;
}

.by--news-single .by--news-page .hfe-post-image {
	margin-bottom: 20px;
}

.by--news-single .by--news-page .hfe-post-meta {
	margin-bottom: 15px;
}

.by--post-navigation {
	padding-bottom: 100px;
}

.by--post-navigation .container {
	display: flex;
	justify-content: space-between;
}

.by--post-navigation .by--overview a {
	font-size: 14px;
}

.by--post-navigation .by--overview a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('./assets/img/fi_chevron-left.png') center no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}

.team-info p {
	margin: 0;
}

.by--scroll-effect {
	opacity: 0.25;
	transition: opacity 0.3s ease;
}

.by--contact-form input[type=text]:focus,
.by--contact-form input[type=email]:focus,
.by--contact-form input[type=number]:focus,
.by--contact-form input[type=checkbox]:focus,
.by--contact-form input[type=checkbox]:focus:before,
.by--contact-form textarea:focus {
	outline: none !important;
	box-shadow: none !important;
	border-bottom-width: 1px !important;
}

.by--contact-form button[type=submit] {
	color: #000000 !important;
}

.by--contact-form input[type=checkbox]:focus,
.by--contact-form input[type=checkbox]:focus:before {
	border-bottom: none !important;
}

.by--contact-form input[type=checkbox] {
	background: #fff !important;
	border: none !important;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25) !important;
	margin: 0 !important;
}

.by--contact-form input[type=checkbox]:checked:before {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.by--contact-form input[type=checkbox]:checked:after {
	left: calc(-2px + var(--wpforms-field-border-size, 1px)) !important;
	top: calc(-1px + var(--wpforms-field-border-size, 1px)) !important;
}

.by--contact-form input::-webkit-input-placeholder {
	color: #1A1A32 !important;
	font-size: 24px;
	font-weight: 300;
	opacity: 1 !important;
}

.by--contact-form input::-moz-placeholder {
	color: #1A1A32 !important;
	font-size: 24px;
	font-weight: 300;
	opacity: 1 !important;
}

.by--contact-form input:-moz-placeholder {
	color: #1A1A32 !important;
	font-size: 24px;
	font-weight: 300;
	opacity: 1 !important;
}

.by--contact-form input:-ms-input-placeholder {
	color: #1A1A32 !important;
	font-size: 24px;
	font-weight: 300;
	opacity: 1 !important;
}

.by--contact-form textarea:-ms-input-placeholder {
	color: #1A1A32 !important;
	font-size: 24px;
	font-weight: 300;
	opacity: 1 !important;
}

.by--contact-form textarea:-moz-placeholder {
	color: #1A1A32 !important;
	font-size: 24px;
	font-weight: 300;
	opacity: 1 !important;
}

.by--contact-form textarea::-webkit-input-placeholder {
	color: #1A1A32 !important;
	font-size: 24px;
	font-weight: 300;
	opacity: 1 !important;
}

.by--contact-form textarea::-moz-placeholder {
	color: #1A1A32 !important;
	font-size: 24px;
	font-weight: 300;
	opacity: 1 !important;
}

.by--sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #1A1A32;
	transform: translateY(-120%);
	transition: transform 0.3s ease;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

/* When visible */
.by--sticky-header.is-visible {
	transform: translateY(0);
}

.by--sticky-header.by--sticky-header-inner {
	background: #fff !important;
	box-shadow: none;
}

@media (max-width: 767px) {
	.by--sticky-header {
		display: none !important;
	}

	#owl-text-slider .item {
		font-size: 20px;
		line-height: 30px;
	}

	.by--text-slider .e-con-inner:after,
	.by--text-slider .e-con-inner:before {
		display: none;
	}

	/*.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
		position: fixed !important;
		height: 100vh;
		width: 100% !important;
		top: 120px;
		left: 0 !important;
		background-color: #1A1A32 !important;
	}

	.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active ul {
		display: block;
	}

	.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active li {
		border: none !important;
		margin-bottom: 10px !important;
	}

	.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active li a {
		border-radius: 0 !important;
		background: none;
		background-color: transparent !important;
		color: #fff !important;
		font-size: 20px;
		line-height: 28px;
		font-weight: 300 !important;
	}*/
}

@media (min-width: 992px) {
	.by--blog-post .container {
		padding: 0;
	}
	
	.by--news-single .by--news-page .hfe-posts-grid {
		grid-template-columns: repeat(3, 1fr);
		padding: 0;
	}

	.custom-slider .hfe-post-card {
		width: 400px !important;
	}
}

@media (max-width: 1259px) {
	.by--scroll-effect {
		opacity: 1;
	}

	#owl-text-slider .owl-stage-outer {
		overflow: hidden;
	}
}

.parallax-section {
    will-change: transform;
    transform: translateZ(0);
}