/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* =============================== */
/***************/
/* 	GENERAL RULES  */
/***************/

.hidden-content {
	display: none;
}


/* =============================== */
/***************/
/* 	Fix Theme Styles  */
/***************/

.q_logo {
	left: unset;
	top: unset;
}

header:not(.centered_logo) .q_logo img {
    top: -98px;
	height: 300px !important;
    left: -66px;
}

.media-page__blog-posts .latest_post_holder ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

div.latest_post_holder.image_on_the_left_boxed>ul>li:not(:first-child) {
	padding-top: 0px;
}

.column1.footer_col1 img {
	width: 200px;
}

.column1.footer_col1 .wpb_wrapper {
	text-align: center;
}

.blog__header { 
	min-height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog__content .latest_post_holder ul  {
	display: flex;
	flex-direction: column;
}

.latest_post_holder.minimal>ul>li:not(:first-child) {
	padding-top: 18px;
}

.cu_post-item {
    padding: 25px;
	display: flex;
	gap: 60px;
}

.cu_post-item .cu_post-title {
	margin: 15px 0px;
	font-size: 16px;
}

.cu_post-date {
	padding: 2px 4px;
    color: #161414;
    font-size: 12px;
	background: #e2e2d3;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.page-numbers {
	background: #e2e2d3;
    padding: 4px 8px;
    margin: 0 4px;
    text-decoration: none;
    border-radius: 4px;
}

.page-numbers.current {
    background: #d38d49;
	color: #fff;
}

.page-numbers:hover {
    background: #d38d49;
	color: #fff;
}

.next:hover {
    background: #d38d49;
}

.portfolio_page-template-default .content_bottom {
	display: none;
}

.companies-section .slides {
	width: auto !important;
    margin-left: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    row-gap: 68px;
}

.companies-section .slides::after,
.companies-section .slides::before {
	display: none;
}

.companies-section .slides li {
	margin: 0 !important;
	width: auto !important;
	padding: 0 48px;
}

.companies-section .testimonial_content_inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* .companies-section .testimonial_text_holder {
	flex-grow: 1;
	display: flex;
} */

.companies-section .testimonial_text_inner {
	display: flex;
	flex-direction: column-reverse;
	gap: 24px;
	justify-content: space-between;
}

.investment-fields__title h3 {
	font-size: 24px;
	line-height: 1.3;
}

.investment-field__item p:has(strong) {
	margin-bottom: 12px;
}

.investment-field__item-details-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 10px;
}

.investment-field__item-details-list li {
	margin-right: 6px;
	font-weight: 500;
}

.investment-field__item-details-list li:not(:last-child)::after {
	content: ','
}
/* =============================== */

.cf-header {
	display: block;
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
	color: #494949;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

.cf-container {
	margin-bottom: 20px;
}

.cf-main-container {
	-webkit-box-shadow: 10px 10px 34px -15px rgb(0 0 0 / 34%);
    -moz-box-shadow: 10px 10px 34px -15px rgb(0 0 0 / 34%);
	box-shadow: 10px 10px 34px -15px rgb(0 0 0 / 34%);
}

.hide {
	display: none !important;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz {
	background-color: rgb(255 255 255 / 50%);
    border-color: rgb(173 173 159);
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled])  {
    background-color: #e2e2d3 !important;
    border-color: rgb(173 173 159) !important;
    border-width: 1px;
    color: #000000;
    color: #494949;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    padding: 0 20px;
    -webkit-box-shadow: 0px 0px 17px -5px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px 0px 17px -5px rgb(0 0 0 / 34%);
    box-shadow: 0px 0px 17px -5px rgb(0 0 0 / 34%);
    transition: all 0.25s;
	border-radius: 0;
}
    
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:hover, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    color: #878787;
    border-color: rgb(165 165 165 / 70%) !important;
	-webkit-box-shadow: 0px 0px 18px -3px rgb(0 0 0 / 34%);
	-moz-box-shadow: 0px 0px 18px -3px rgb(0 0 0 / 34%);
    box-shadow: 0px 0px 18px -3px rgb(0 0 0 / 34%);
}

.cf-button {
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.page_title h1 {
	font-size: 47px;
    line-height: 60px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	color: #ffffff;
    font-family: 'Vidaloka', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}

.pageheader {
	padding-top: 40vh;
	padding-bottom: 40vh;
}


@media only screen and (max-width: 768px) {
	.justify_mob * {
		text-align: justify !important;
	}
	
	.pageheader {
		padding-top: 12vh;
		padding-bottom: 12vh;
	}
	
	.page_title h1 {
		font-size: 30px;
		line-height: 60px;
	}
}