/*
Theme Name: Olidor Group Theme
Theme URI: 
Author: Carr Design Ltd.
Author URI: https://www.carrdesign.co.uk/
Description: Olidor Group theme based on Bootstrap 4.
Version: 1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: olidor
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready
This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.
*/

#wp-admin-bar-wpseo-menu,
#wp-admin-bar-cs-explain,
#wp-admin-bar-vc_inline-admin-bar-link {display: none}

/**
 * ----------------------------------------
 * animation
 * ----------------------------------------
 */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



/*
Required WordPress CSS
*/
a {
	color: #000;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
a:focus, a:hover {
	color: #732638;
}
b, strong {
    font-weight: 600;
}
.text-color-primary {
	color: #732638;
}
body.home.custom-background {
    background-color: #FFF !important;
}
.page-container {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-olidor {
    padding: 8px 12px;
    background-image: none;
    background-color: #732638;
    color: #FFF;
    border: 2px solid #732638;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.btn-olidor:hover {
	background-color: #000;
	color: #FFF;
}
.btn-olidor-white {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
	text-decoration: none;
	text-transform: uppercase;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}
.btn-olidor-white:hover {
	background-color: #FFF;
	color: #732638;
}
.ts-icon-counter .ts-counter-value {
	font-weight: 700 !important;
}
.ts-icon-counter .ts-counter-note {
    font-size: 16px;
    font-weight: 600 !important;
}

::selection {
	background: #732638; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
	background: #732638; /* Gecko Browsers */
	color: #fff;
}
.pagination a.page-link {
    color: #FFF !important;
    background-color: #732638 !important;
}
.pagination .page-link:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #732638 !important;
}
.page-item.disabled .page-link {
    color: #732638 !important;
    background-color: transparent !important;
}
.service-hover-effect {
	opacity:1;
	transition:ease opacity 300ms
}
.service-hover-effect:hover {
	opacity:.85
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
h1, h2, h3, h4, h5, h6 {
	font-family: "quincy-cf", serif;
	color: #732638;
	font-weight: 600;
}
.heading_stroke {
	-webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #732638;
}
h1 {
	font-size: 42px;
	margin-bottom: 20px
}
h2 {
	font-size: 36px;
	margin-bottom: 15px;
}
h3 {
	font-size: 30px;
}
p {font-size: 17px; line-height: 30px;}

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
    width:100%;z-index:300;transform: translateZ(0);
    transition:all 0.3s; /* Effect for switching from .fixed to static */
}
/* when class="float-panel fixed" */
.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);animation:slide-down 0.2s;opacity:0.9;}

/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}
#header {
	font-size: 16px;
	text-align: left;
	background-color: #FFF;
}
#navigation.fixed {
	opacity: 1;
	animation: slideDown 0.2s ease;
}
body.admin-bar #navigation.fixed {
	top: 32px !important;
}
#header a {
	text-decoration: none;
    color: #000;
}
#header img {
	display: table;
    margin: 15px auto 15px 0;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
    height: auto;
    max-width: 220px;
}
#header .search-form {
	margin: 38px 0 38px auto;
	max-width: 300px;
}
#header .search-form #form-search-input {
	border: 0px;
    border-bottom: 2px solid #732638;
    border-radius: 0px;
    max-width: 300px;
}
#header .search-form #form-search-input::placeholder {
	color: #e8d4d4;
	opacity: 1;
}
#header .search-form #form-search-input::-ms-input-placeholder {
	color: #e8d4d4;
}
#header .search-form .input-group-btn {
	display: none;
}
#navigation {
	background-color: #c94526;
	font-family: "quincy-cf", serif;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .vc_cta3-container {
	margin-bottom: 0px !important;
}
.home_welcome {
	background: url(img/bg_O.png) no-repeat 0 center / 500px auto #732638;
	color: #FFF;
	padding-top: 100px;
	padding-bottom: 100px;
}
.home_bakery {
	background: url(img/home_bakery.jpg) no-repeat 0 0 / 56% auto #FFF;
}
.home_bakery img {
	visibility: hidden;
}
.home_bakery h1 {
	color: #c94526;
}
.home_bakery p {
	color: #732638;
	margin-right: 20%;
}
.home_bowl {
	background: url(img/home_bowl.jpg) no-repeat right 0 / 65% auto #c94526;
}
.home_bowl img {
	visibility: hidden;
	max-width: 460px !important;
}
.home_bowl h1 {
	color: #c7c29e;
	margin-left: 10%;
}
.home_bowl p {
	color: #e8d4d4;
	margin-left: 10%;
}
h3.widget-title {
	font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #732638;
}

/* Sidebar Menu Skin */
.sidebar .widget ul li, .sidebar .widget .textwidget {
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar .widget ul li.active > a,  .sidebar .widget ul li.current-menu-item > a,  .sidebar .widget ul li a:hover {
	color: #732638;
	text-decoration: none;
}
.sidebar .widget .textwidget p {
	padding: 15px 20px !important;
	display: block;
	position: relative;
	z-index: 10;
	text-decoration: none;
}
.sidebar .widget ul li a {
	padding: 10px !important;
	display: block;
	position: relative;
	z-index: 10;
	text-decoration: none;
}
.sidebar .widget ul li.current-menu-item a {
	font-weight: 600;
	padding-left: 20px !important;
}
.sidebar .widget ul li a:hover {
	padding-left: 20px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.sidebar .widget ul li > a:before {
	content: "";
	position: absolute;
	width: 70%;
	height: 3px;
	bottom: -3px;
	left: 20px;
	background-color: #732638;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.sidebar .widget ul li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.sidebar .widget ul.sub-menu li {
	padding: 0 10px 0 10px;
}
#sidebar .widget {
	margin-bottom: 25px
}
.sidebar h1 {
    color: #732638 !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 17px;
    margin: 0 0 15px;
    border: 2px solid #732638;
    border-bottom: 0;
    display: block;
    max-width: 100%;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
}
.sidebar h1::before, .sidebar h1::after {
    border-bottom: 2px solid #732638;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 50px;
}
.sidebar h1::before {
    left: 0;
}
.sidebar h1::after {
    right: 0;
}
.sidebar .search-form {
    background: #F9F9F9;
    padding: 20px;
}

.sidebar .ccm-page-list, .sidebar .widget_recent_entries ul, .sidebar .custom-html-widget, .sidebar .menu-about-menu-container {
	background: #F9F9F9;
    padding: 15px;
}
.sidebar .ccm-page-list a {
	display: inline-block;
	margin-bottom: 10px;
    min-height: 30px;
	font-size: 16px;
    color: #333333;
    background: #fff;
    padding: 3px 10px;
    border-radius: 2px;
	float: none !important;
}
.sidebar .ccm-page-list a:hover, .sidebar .custom-html-widget a:hover {
	color: #353535;
}
#site-footer {
	background-color: #e8d4d4;
	padding-top: 30px;
	color: #732638;
    font-size: 17px;
}
#site-footer a {
	color: #732638;
	text-decoration: none;
}
#footer-row {
    padding-bottom: 30px;
}
#footer_bottom {
	background-color: #732638;
    color: #FFF;
    font-size: 15px;
    padding: 10px 0;
    line-height: 32px;
    letter-spacing: 0.3px;
}
#footer_bottom a, #footer_bottom a:focus {
	color: #732638;
}
#site-footer .footer-logo img {
	display: table;
    margin: 0 auto 30px 0;
    width: 200px;
}
.footer-column-1 .widget:not(:last-child) {
	margin-bottom: 10px;
}
.footer-column-1 .widget .textwidget p {
	line-height: 22px;
}
.footer-column-3 img {
	max-width: 170px !important;
    margin: 25px auto 0 0;
    display: table;
}
footer p {
    font-size: 14px;
	font-weight: 400;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
    /*display: inline-block;*/
}
footer ul li a {
    position: relative;
	text-decoration: none;
	color: #FFF;
	line-height: 30px;
}
footer ul li a:hover,
footer ul li.active a {
	text-decoration: none;
}
footer ul li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #c94526;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer ul li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.site-footer ul.list-inline {
    font-weight: bold;
    padding: 0;
    margin: 7px 0 0 0;
    display: table;
}
.site-footer ul.list-inline>li {
	display: inline-block;
	padding-right: 10px;
}
.site-footer ul.list-inline li a {
	color: #FFF;
	text-decoration: none;
}
.site-footer ul.list-inline li a:before {
    content: '';
    background: transparent;
}
.site-footer ul.list-inline i {
	color: #FFF;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    transition: transform 1s;
    transform-style: preserve-3d;
    line-height: 36px;
    text-align: center;
}
.site-footer ul.list-inline i:hover {
	-webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
	        animation: pulsate-bck 0.5s ease-in-out infinite both;
}
.site-footer i.fa-facebook-f,
.site-footer i.fa-linkedin-in {
    background-color: #732638;
}
.site-footer i.fa-instagram,
.site-footer i.fa-x-twitter {
    background-color: #c94526;
}
.site-footer .address {
    background: url(img/address.png) no-repeat left top / 36px transparent;
    padding-left: 44px;
}
.site-footer .phone {
    background: url(img/phone_footer.png) no-repeat left top / 28px transparent;
    padding-left: 44px;
    margin-top: 15px;
    line-height: 28px;
}
.site-footer .email {
    background: url(img/email_footer.png) no-repeat left top/30px transparent;
    padding-left: 44px;
    margin-top: 15px;
    line-height: 30px;
}
#footer_bottom p {
	margin: 0px;
}
.inner_banner {
	position: relative;     
}
.inner_banner .inner_title {
	padding: 70px 65px;   
}
.inner_banner .inner_title h2 {
    margin: 0;
    padding: 0;
    text-align: center;
}
.inner_banner_title_line_left, 
.inner_banner_title_line_right {
    position: absolute;
    top: 50%;
    width: 200px;
    height: 1px;
    background: #c94526;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    content: '';
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.inner_banner_title_line_left {
	left: 10%;
}
.inner_banner_title_line_right {
	right: 10%;
}
article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}
article.post .post-meta > span {
    display: inline-block;
    padding-right: 8px;
}
article.post .post-meta i {
    margin-right: 3px;
	color: #732638;
}
article.post .post-image {
    margin: 0;
    position: relative;
    z-index: 0;
}
.sidebar #wp-members img.avatar {
	float: left;
    margin: 0 4px 4px 0;
}

.post-media img {
	max-width: 100%;
	height: auto;
}
.bsui img.rounded-circle {
    max-width: 150px;
}

.nf-form-content label {
    font-size: 16px !important;
}
.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 5px !important;
}
.nf-error .nf-error-msg {
    font-size: 13px !important;
}
/*.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #732638;
}*/
.author-block img {
	max-width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}


@media (max-width: 767px) {
	#header {		
    	transform: none !important;
	}
	#header.fixed {
		position: relative !important;
	}
	header img {
    	margin: 10px auto 10px 10px;
	}
	header img {
    	width: 170px;
	}
	#header.fixed img {
		width: 170px;
	}
	#header .search-form {
		margin: 27px 0 28px auto;
		max-width: 170px;
	}
	.home_welcome {
		background: url(img/bg_O.png) no-repeat 0 center / 300px auto #732638;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.home_bakery, .home_bowl {
		background: none;
	}
	.home_bakery img, .home_bowl img {
		visibility: visible;
		max-width: 100% !important;
	}
	.home_bakery h1, .home_bowl h1 {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.home_bakery p {
		margin-right: 0px; 
		padding-bottom: 20px;
	}
	.home_bowl {
		background-color: #c94526;
	}
	.home_bowl h1 {
		margin-left: 0px;
	}
	.home_bowl p {
		margin-left: 0px;
		padding-bottom: 20px;
	}
	.inner_banner .inner_title h2 {
		letter-spacing: 2px;
	}
	.inner_banner_title_line_left, .inner_banner_title_line_right {
		width: 80px;
	}
	#site-footer .footer-logo img {
		display: table;
		margin: 0 auto 30px;
		width: 170px;
	}
	.footer-column-1, .footer-column-2, .footer-column-3 {
		margin-bottom: 15px
	}
	.footer-column-1 h3.widget-title {
		text-align: center;
	}
	.footer-column-1 {
		text-align: center;
	}	
	.site-footer ul.list-inline {
		margin: 7px auto 0 auto;
	}
	#footer_bottom, #footer_bottom .text-right {
		text-align: center;
	}	
	.inner_banner:after {
		background-size: 100% 16px;
		height: 16px;
	}	
	.inner_banner .inner_title {
		top: 40%;
		white-space: nowrap;
	}
	.reverse_row {        
		flex-direction: column-reverse !important;  
	}
	h1 {margin-top: 0; font-size: 30px;}
	h2 {font-size: 26px}
	h3 {font-size: 22px}
	p {font-size: 15px; line-height: 26px;}
	
	#footer_bottom p {font-size: 13px;}			
}
@media (min-width: 768px) and (max-width: 1023px) {
	h1 {
		font-size: 30px !important;
		margin-top: 0;
	}
	h2 {font-size: 26px !important;}
	h3 {font-size: 22px;}
	p {
		font-size: 16px;
		line-height: 28px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {margin: 0px !important;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {padding: 0 22px !important; font-size: 17px !important}
	.home_welcome {
		background: url(img/bg_O.png) no-repeat 0 center / 400px auto #732638;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.inner_banner .inner_title h2 {
		font-size: 26px;
	}
	.home_bakery h1 {
		margin-bottom: 5px;
		padding-top: 15px;
	}
	.home_bakery p {
		margin-right: 0px;
		padding-bottom: 15px;
	}
	.home_bowl {
		background: url(img/home_bowl.jpg) no-repeat right 0 / 70% auto #c94526;
	}
	.home_bowl h1 {
		margin-left: 0px;
	}
	.home_bowl p {
		margin-left: 0px;
	}
	.home_bowl img {
		max-width: 300px !important;
	}
	.btn {
		padding: 8px 14px;
		font-size: 14px;
	}
	.site-footer ul.list-inline>li {
		padding-right: 6px;
	}
	.site-footer ul.list-inline i {
		width: 32px;
		height: 32px;
		line-height: 29px;
	}
}
@media (min-width: 992px) and (max-width: 1195px) {
	#header .search-form {
		margin: 37px 0 37px auto;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {margin: 0px 12px 0px 0px !important;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {padding: 0 30px !important;}
	.inner_banner .inner_title {
    	top: 60%;
	}
}

/* Small devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
	.footer-column-1, .footer-column-2 {
		margin-bottom: 25px
	}
	.inner_banner .inner_title {
    	top: 60%;
	}
}

/* Medium devices (desktops) */
@media (min-width: 1024px) and (max-width: 1195px) {
	.home_bowl {
		background: url(img/home_bowl.jpg) no-repeat right 0 / 70% auto #c94526;
	}
	.home_bowl img {
		max-width: 400px !important;
	}
}