/*
Theme Name: OB Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of O&B Theme
Author: O&B
Author URI: https://www.orangeandbergamot.com/
Version: 1.0.0
Template: ob
*/
@import url("../ob/style.css");

@font-face {
	font-family: 'Optima Regular';  
	src: url(font/Optima_Regular.TTF);  
}
h2, h3, h4, h5 {
	font-family: 'Optima Regular';
}

/* GLOBAL */
.side-qcontent .q_elements_item_content {
    max-width: 600px;
    min-width: 250px;
    margin: 0px auto;
}
.full_width .vc_row > .full_section_inner {
	max-width: 1600px;
	margin: 0 auto;
}
@media all and ( min-width: 768px ) {
	.full_width .vc_row.m-w-full > .full_section_inner {
		max-width: 100%;
		padding: 0 30px;
	}
}
.p-100 {
	padding: 0 100px;
}
.m-100 {
	margin: 0 100px;
}
.hide {
	display: none;
}
#gdpr-cookie-consent-show-again {
	right: 10% !important;
}
#back_to_top {
	bottom: 190px;
}

/* HEADER */
.header_top {
	height: 100px;
}
.header_top p {
	font-family: 'Optima Regular';
	line-height: 100px;
	color: #4C4C4E;
  	font-size: 24px;
  	letter-spacing: 0;
  	margin: 0;
}
.header_top .left {
	float: left !important;
}
.header_top .right {
	float: right !important;
}
.header_top p span {
	margin-left: 50px;
}
@media all and ( max-width: 1000px ) {
	.header_top p {
		line-height: 32px;
		padding: 13px 15px;
	}
}

/* FOOTER */ 
.footer_top .widget.widget_nav_menu li {
	padding: 0 0 23px;
}
#text-5 p {
	margin-top: 12px;
}
.footer_bottom {
	height: auto;
}
.footer_top, .footer_top.footer_top_full {
	position: relative;
}
#text-8 {
	position: absolute;
    bottom: 0;
    right: 20px;
}

/* NEWSLETTER */
.mc4wp-form-fields {
	display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #4C4C4E;
}
.mc4wp-form input[type="email"] {
    color: #373A36 !important;  
    font-size: 16px;    
    line-height: 19px;
    border-radius: 0px;
    font-weight: 400;
    font-family: 'Lato';
    background: transparent;
    border: 0;
    width: 90%;
    box-sizing: border-box;
    float: left;
    padding: 14px;
}
.mc4wp-form input[type="email"]:focus,
.mc4wp-form input[type="submit"]:focus {
	outline: 0;
}
.mc4wp-form input[type="submit"] {
    color: #373A36 !important;
    margin: 0px;
    font-family: FontAwesome;
    width: 10%;
    box-sizing: border-box;
    float: right;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 14px 0;
    font-size: 16px;
    line-height: 19px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000000;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #000000;
}

/* POP UP */
#pum-35 {
	overflow: hidden;
}
.pum-theme-26, .pum-theme-default-theme {
	background-color: rgb(232 214 190 / 0.8);
}
.pum-theme-26 .pum-container, .pum-theme-default-theme .pum-container {
	margin-bottom: 0;
	padding: 0;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0;
}

/* HOME */
.carousel-inner .slider_content {
	padding: 0 30px;
}
.carousel-inner p,
.carousel-inner h2 {
	text-shadow: none;
}
.carousel-inner h2 {
	margin: 0;
}
.carousel-inner p {
	margin: 0 0 48px;
}
.p-absolute img {
	position: absolute;
    left: 22%;
    top: -165px;
}
.no-padding>.vc_column-inner {
	padding: 0;
}
.bridget-jackie-section {
	padding: 0 100px;
}
.z-index-1 {
	z-index: -1;
}
.box-with-padding>.vc_column-inner {
	padding: 0 65px 0 185px;
}
.testimonial_content_inner {
	padding: 0 190px;
}
.testimonials .testimonial_text_inner p {
	margin: 0;
}
.testimonials_holder .flex-direction-nav a {
	border: 1px solid #4C4C4E;
	border-radius: 0;
}
.bordered-box {
	padding: 0 0 55px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    margin: 0 15px;
    position: relative;
}
.bordered-box>.vc_column-inner {
	padding: 0;
}
.article-slider .flex-direction-nav {
	display: block;
    text-align: center;
    margin-top: 30px;
}
.article-slider .flex-nav-prev,
.article-slider .flex-nav-next {
	display: inline-block;
}
.article-slider .qode_content_slider .flex-direction-nav a {
	display: inline-block;
    position: unset;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
}
.article-slider .qode_content_slider .flex-direction-nav a i {
	line-height: 30px;
    color: #4C4C4E;
}
.read-more-link {
	position: absolute;
	bottom: 25px;
}
.p-25 {
	padding: 0 25px;
}
.qode-advanced-image-gallery {
	position: absolute;
    left: 22%;
    top: -165px;
}
.qode-advanced-image-gallery .owl-nav .owl-next, .qode-advanced-image-gallery .owl-nav .owl-prev {
	position: unset;
	display: inline-block;
}
.qode-advanced-image-gallery .owl-nav .qode-next-icon, .qode-advanced-image-gallery .owl-nav .qode-prev-icon {
	font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #303030;
    color: #000;
    border-radius: 0;
}
.owl-nav {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.qode-advanced-image-gallery .owl-nav .qode-prev-icon {
	margin-right: 5px;
}
.qode-advanced-image-gallery .owl-nav .qode-next-icon {
	margin-left: 5px;
}
.vp-id-168 .swiper-container {
	overflow: inherit;
	cursor: auto !important;
	text-align: center;
}
.vp-id-168 .vp-portfolio__item-wrap,
.vp-id-168 .vp-portfolio__item-wrap .vp-portfolio__item {
	min-height: 100%;
	height: 100%;
}
.vp-id-168 .vp-portfolio__item {
	box-sizing: border-box;
    border: 1px solid #EFEFEF;
}
.vp-id-168 .vp-portfolio__item-wrap .vp-portfolio__item-meta {
	padding-bottom: 58px;
	position: inherit;
}
.vp-id-168 .vp-portfolio__item-wrap .vp-portfolio__item-meta .vp-portfolio__item-meta-read-more {
	position: absolute;
    bottom: 24px;
    left: 32px
}
.vp-id-168 .vp-portfolio__items-arrow {
	position: unset;
	display: block;
	margin-top: 24px;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	opacity: 1;
	border: 1px solid #4C4C4E;
	color: #4C4C4E;
}
.vp-id-168 .vp-portfolio__items-arrow-prev,
.vp-id-168 .vp-portfolio__items-arrow-next {
	display: inline-block;
}
.vp-id-168 .vp-portfolio__items-style-default .vp-portfolio__item-img-overlay {
	cursor: auto;
}
.vp-id-168 .vp-svg-icon {
	height: 1.8em;
}
.vp-id-168 .vp-portfolio__item-meta-read-more {
	font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.vp-id-168 .vp-portfolio__item-meta-read-more:after {
	content: ">>";
}
.vp-id-168 .vp-portfolio__item-meta-title {
	margin-bottom: 24px;
    color: #4C4C4E;
    font-family: 'Optima Regular';
    font-size: 36px;
    letter-spacing: 0;
    line-height: 44px;
}
.vp-id-168 .vp-portfolio__item-meta-excerpt {
	color: #4C4C4E;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 31px;
    opacity: 1;
}
.vp-portfolio__items-style-default .vp-portfolio__item:hover .vp-portfolio__item-img img {
	transform: none;
}
.vp-id-168 .vp-portfolio__item-meta-read-more:hover {
	color: #ffdce7 !important;
}
.qode-accordion-holder .qode-title-holder {
    text-transform: none;
    font-style: normal;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 700;
    background-color: transparent;
    border-bottom: 1px solid #4c4c4e;
}
.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
    color: #fff;
    background-color: #cfe8ef;
}
.qode-accordion-mark-icon span:before {
	content: "\35";
}
.qode-accordion-holder .qode-title-holder.ui-state-active .qode-accordion-mark-icon span:before {
	content: "\33";
}

/* RESPONSIVENESS */
@media all and ( min-width: 1200px ) {
	.carousel-inner .slider_content_outer {
		width: 1600px;
		max-width: 100%;
	}
}
@media all and ( min-width: 1024px ) {
	.pum-theme-26 .pum-content, .pum-theme-default-theme .pum-content {
		width: 1032px;
	}
}
@media all and ( min-width: 1000px ) {
	.header_top {
		max-width: 900px;
    	margin: 0 auto;
	}
	.header_inner {
		background: rgba(255,220,231,1);
	}
}
@media all and ( max-width: 1600px ) {
	.p-30 {
		padding: 0 30px;
	}
}
@media all and ( max-width: 1024px ) {
	.box-with-padding>.vc_column-inner {
		padding: 0 65px;
	}
}
@media all and ( max-width: 1000px ) {
	.testimonial_content_inner {
		padding: 0 50px;
	}
	.vp-id-168 .vp-portfolio__item-meta-title {
		font-size: 24px;
		line-height: 30px;
	}
	.p-100 {
		padding: 0 50px;
	}
	.header_top {
		width: 100%;
	}
	.header_top .left {
		width: 70%;
	}
	.header_top .right {
		width: 30%;
	}
	.bridget-jackie-section {
		padding: 0 30px;
	}
}
@media all and ( min-width: 769px ) {
	.article-slider .vc_column_container>.vc_column-inner .wpb_wrapper div:nth-child(5) {
		display: none;
	}
	.footer_bottom_holder p br {
		display: none;
	}
	.d-flex .full_section_inner {
		display: flex;
	}
}
@media all and ( max-width: 768px ) {
	.carousel-inner .slider_content {
		padding: 0;
	}
	.carousel-inner .item .image {
		background-image: url(/wp-content/uploads/2020/11/hero-mobile.jpg) !important;
		background-position: right;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner .slider_content {
		vertical-align: top;
	}
	.carousel-inner .left .q_slide_subtitle, .carousel-inner .left .text, .carousel-inner .left h2, .carousel-inner .left p {
		text-align: center !important;
	}
	.carousel-inner .slider_content .text {
		margin: 40px 0 0;
	}
	.p-absolute img,
	.qode-advanced-image-gallery {
		position: unset;
	}
	.box-with-padding>.vc_column-inner {
		padding: 0 35px;
	}
	.bordered-box {
		margin: 0 0 30px;
	}
	.article-slider .vc_column_container>.vc_column-inner .wpb_wrapper div:nth-child(4) {
		display: none;
	}
	.m-100 {
		margin: 0 15px;
	}
	.testimonial_content_inner {
		padding: 0;
	}
	.mobile-padding {
		padding: 0 50px;
	}
	.h-100 {
		height: 100px !important;
	}
	.h-50 {
		height: 50px !important;
	}
	.h-30 {
		height: 30px !important;
	}
	.h-15 {
		height: 15px !important;
	}
	.mobile-center {
		text-align: center !important;
	}
	.footer_top_holder .three_columns>.column1, 
	.footer_top_holder .three_columns>.column2, 
	.footer_top_holder .three_columns>.column3,
	.footer_bottom_holder .two_columns_50_50>.column1, 
	.footer_bottom_holder .two_columns_50_50>.column2 {
		width: 100%;
	}
	.footer_top, .footer_top.footer_top_full {
		padding-right: 30px;
    	padding-left: 30px;
	}
	.footer_top .three_columns .column2 .column_inner>div,
	.footer_top .three_columns .column3 .column_inner>div {
		margin: 0;
	}
	.three_columns>.column2>.column_inner,
	.three_columns>.column3>.column_inner {
		padding: 0;
	}
	.footer_top .footer_col2 {
		margin-top: 15px;
	}
	.footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom,
	.footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom {
		text-align: center;
	}
	.footer_bottom_holder {
		padding-top: 30px;
	}
	.footer_bottom {
		padding-top: 0;
	}
	#text-8 {
		position: unset;
	}
	.header_top p a,
	.learn-more-btn {
		max-width: 100%;
    	width: 100px;
    	text-align: center;
	}
	.header_top {
		height: auto;
	}
	.header_top p {
		padding: 20px 15px;
	}
	.pum-theme-26 .pum-container, .pum-theme-default-theme .pum-container {
		margin: 0 20px;
	}
	.bridget-jackie-section {
		padding: 0;
	}
	.no-padding>.vc_column-inner {
		padding: 0 50px;
	}
	.meet-bridget-jackie h3,
	.meet-bridget-jackie p,
	.qode-accordion-content-inner p,
	.resources-text h4 {
		text-align: center;
	}
	.ui-accordion-content-active {
		padding-bottom: 55px !important;
    	border-bottom: 1px solid rgb(76, 76, 78);
	}
	.w-55 {
		width: 70%;
	}
	.w-45 {
		width: 30%;
	}
	.w-55.vc_column_container>.vc_column-inner,
	.w-45.vc_column_container>.vc_column-inner {
		padding: 0;
	}
	.full_width .vc_row.d-flex-center > .full_section_inner {
		display: flex;
		align-items: center;
	}
	.resources-text h4 {
		font-size: 24px;
    	line-height: 32px;
    	padding: 20px 15px;
	}
	.pum-theme-26 .pum-content h2, .pum-theme-default-theme .pum-content h2 {
		font-size: 30px;
    	line-height: 40px;
	}
}
@media all and ( max-width: 600px ) {
	.main-testimonial h4 {
		font-size: 18px;
    	line-height: 22px;
	}
	.main-testimonial-author p {
		font-size: 14px;
  		line-height: 20px;
	}
	.meet-bridget-jackie p {
		font-size: 14px;
  		line-height: 20px;
	}
	.qode-accordion-holder .qode-title-holder {
		font-size: 14px;
		line-height: 17px;
	}
	.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
		color: #4C4C4E;
    	background-color: transparent;
	}
	.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
		padding-left: 0;
	}
	.qode-accordion-holder .qode-accordion-content {
		padding: 0;
	}
	.qode-accordion-content-inner p {
		font-size: 14px;
  		line-height: 20px;
	}
	.section-heading,
	.section-heading a {
		font-size: 18px;
    	line-height: 22px;
    	text-transform: capitalize;
    	text-align: center;
	}
	.testimonials .testimonial_text_inner p {
		font-size: 14px !important;
    	line-height: 20px;
	}
	.testimonials .testimonial_text_inner p.testimonial_author {
		font-size: 13px !important;
		margin-top: 50px;
	}
	.vp-id-168 .vp-portfolio__item-meta-title {
		font-size: 18px;
    	line-height: 22px;
	}
	.vp-id-168 .vp-portfolio__item-meta-excerpt {
		font-size: 12px;
    	line-height: 20px;
	}
	.section-text p {
		font-size: 14px;
  		line-height: 20px;
	}
	.footer-floating-btn {
		bottom: 130px !important;
	}
	#back_to_top {
		bottom: 250px;
	}
	#nav_menu-2,
	#text-5 {
		margin-bottom: 0 !important;
	}
}
@media all and ( max-width: 480px ) {
	#sb_instagram #sbi_images .sbi_item {
		display: none;
	}
	#sb_instagram #sbi_images .sbi_item:first-child {
		display: block;
	}
	.header_top .left,
	.w-55 {
		width: 55%;
	}
	.header_top .right,
	.w-45 {
		width: 45%;
	}
	.header_top .left p,
	.resources-text h4 {
		font-size: 16px;
    	letter-spacing: 0;
    	line-height: 19px;
    	padding: 20px 15px;
	}
	.header_top .right p,
	.learn-more-btn {
		padding: 20px 0;
	}
	.header_top {
		padding: 0 10px;
	}
	.d-flex-center {
		margin: 0 10px;
	}
	.carousel-inner .item .image {
		background-position: center 0;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
		font-size: 18px !important;
    	line-height: 22px !important;
	}
	.carousel-inner p {
		font-size: 14px !important;
    	line-height: 20px !important;
    	margin: 0 0 15px;
    	padding-top: 15px !important;
	}
	.carousel-inner .slider_content .text .qbutton {
		margin: 0 !important;
    	padding: 5px 30px;
    	border-width: 0.5px !important;
	}
	.footer-floating-btn a {
		width: 210px !important;
	}
	.article-title {
		font-size: 18px;
  		line-height: 22px;
	}
	.article-description {
		font-size: 12px;
  		line-height: 20px;
	}
	.footer_top p,
	.footer_top a:not(.qbutton),
	.mc4wp-form input[type="email"],
	.footer_bottom p,
	.footer_bottom p a, 
	.footer_bottom span {
		font-size: 12px;
		line-height: 17px;
	}
	.footer_top h5 {
		font-size: 18px;
  		line-height: 22px;
	}
}

/* STICKY BUTTON */
.footer-floating-btn {
	position: fixed;
	bottom: 87px;
    z-index: 9999;
    right: 0;
}
.footer-floating-btn a {
	display: block;
	font-family: 'Optima Regular';
    width: 320px;
    background-color: #E8D6BE;
    padding: 24px 27px;
    color: #4C4C4E !important;
}
#sticky-btn a:hover {
	color: #E8D6BE !important;
	background-color: #4C4C4E;
}
