/*
Theme Name: Karimix Theme
Theme URI: 
Author: Carr Design Ltd.
Author URI: https://www.carrdesign.co.uk/
Description: Karimix theme based on Bootstrap 4.
Version: 1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: karimix
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,
#fixed-bottom-menu,
#wp-admin-bar-vc_inline-admin-bar-link {display: none}

/**
 * ----------------------------------------
 * fonts
 * ----------------------------------------
 */
@font-face {
    font-family: 'Pink_and_Brown';
    src: url('fonts/Pink_and_Brown-Regular.eot');
    src: local('Pink_and_Brown Regular'), local('Pink_and_Brown-Regular'),
        url('fonts/Pink_and_Brown-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pink_and_Brown-Regular.woff2') format('woff2'),
        url('fonts/Pink_and_Brown-Regular.woff') format('woff'),
        url('fonts/Pink_and_Brown-Regular.ttf') format('truetype'),
        url('fonts/Pink_and_Brown-Regular.svg#Pink_and_Brown-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/**
 * ----------------------------------------
 * 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: #260c0c;
	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: #d5671c;
}
b, strong {
    font-weight: 600;
}
.text-color-primary {
	color: #d5671c;
}
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-karimix {
    padding: 8px 12px;
    background-image: none;
    background-color: #d5671c;
    color: #FFF;
    border: 2px solid #d5671c;
    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-karimix:hover {
	background-color: #000;
	color: #FFF;
}
.btn-karimix-transparent {
	background-color: transparent;
	border: 2px solid #d5671c;
	text-decoration: none;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	padding: 8px 12px;
	border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
	outline: none;
	color: #FFF;
}
.btn-karimix-transparent:hover {
	background-color: #FFF;
	color: #81438d;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

::selection {
	background: #d5671c; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
	background: #d5671c; /* Gecko Browsers */
	color: #fff;
}
.pagination a.page-link {
    color: #FFF !important;
    background-color: #d5671c !important;
}
.pagination .page-link:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #d5671c !important;
}
.page-item.disabled .page-link {
    color: #d5671c !important;
    background-color: transparent !important;
}

.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: "begum", sans-serif;
	font-weight: 600;
	color: #d5671c;
}
h1 {
	font-size: 48px;
	margin-bottom: 15px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
p {font-size: 16px; line-height: 26px;}

.header-right {
    position: relative;
}
.jumbo-menu-button {
    padding: 0px 15px;
}
.jumbo-menu-button::before, 
.jumbo-menu-button::after, 
.jumbo-menu-button div.jumbo-menu-button-middle {
    width: 32px;
    height: 3px;
    margin: 5px 0;
}
.jumbo-menu-button::after {
    width: 20px;
    height: 3px;
    margin: 5px 0 5px auto;
}
.jumbo-menu-button-label::before {
    top: 2px;
    left: -110px;
    font-weight: 600;
    font-size: 16px;
}
.jumbo-by-bonfire .menu > li > a, 
.jumbo-by-bonfire .sub-menu > li > a {
    font-weight: 600;
}
.jumbo-by-bonfire-column .menu > li {
    margin: 0 18px 20px 18px;
}
.jumbo-by-bonfire li ul.sub-menu {
    padding: 0;
}
.bonfire-jumbo-main-desc {
    display: none !important;
}
.jumbo-by-bonfire li {
    padding: 0 0 20px 0 !important;
	min-width: auto !important;
}
.jumbo-menu-button-active {
    display: none !important;
}
.jumbo-by-bonfire .menu > li.active > a {
	color: #fcdba3;
	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;
}
.jumbo-custom-activator {
	color: #FFF;
	font-weight: 600;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 2;
	display: inline-block;
    cursor: pointer;
    max-width: 70px;
}
.jumbo-custom-activator .line {
	display: block;
    height: 3px;
    width: 32px;
    border-radius: 25px;
    background: #262828;
    margin: 5px 0;
	margin-left: 10px;
}
.jumbo-custom-activator .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
}
.jumbo-custom-activator .line2 {
	transition: transform 0.2s ease-in-out;
}
.jumbo-custom-activator .line3 {
	transform-origin: 0% 100%;
	transition: transform 0.4s ease-in-out;
	width: 20px;
	margin-left: 22px;
}
.jumbo-custom-activator:hover .line {
	background: #d5671c;
}

/*header#main_header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}*/

/* ---------------- 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;
	position: relative;
    left: auto;
    right: auto;
    z-index: 9;
    width: 100%;
	background-position: 50% 0;
    background-size: cover;
}
#header.fixed {
	background-color: #FFF;
	opacity: 1;
	/*backdrop-filter: blur(10px);*/
	animation: slideDown 0.35s ease-out;
}
body.admin-bar #header.fixed {
	top: 32px !important;
}
#header a {
	text-decoration: none;
    color: #000;
}
header img {
	display: table;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
    height: auto;
    max-width: 100%;
}
#header.fixed li.mega-main_logo a {
	height: 90px !important;
    line-height: 70px !important;
    padding: 5px 9px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .vc_cta3-container {
	margin-bottom: 0px !important;
}
/*.home_welcome {
	background: url(img/home_welcome_bg_v2.png) no-repeat right center transparent;
}*/
.home_welcome h1 {
	color: #260c0c;
	font-size: 90px;
	font-weight: 600;
	padding-bottom: 0px;
}
.home_welcome h1.pink_brown {
	font-family: 'Pink_and_Brown';
    font-size: 120px;
    letter-spacing: 2px;
    font-weight: 300;
    padding-left: 40px;
    line-height: 110px;
	color: #d5671c;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 40px;
}
.home_welcome h2.pink_brown {
	font-family: 'Pink_and_Brown';
    font-size: 42px;
    letter-spacing: 1.5px;
    font-weight: 300;
    line-height: 50px;
	color: #260c0c;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 10px;
}
.home_welcome p {
	padding-bottom: 80px;
}
.home_scroller {
	/*background: url(img/home_scroller_bg.png) no-repeat center 0 / cover transparent;*/
    background-color: #d5671c;
}
.home_scroller h1 {
	font-family: "begum", sans-serif;
    font-weight: 600;
    font-size: 36px;
    padding-top: 60px;
    color: #FFF;
    text-align: center;
    padding-bottom: 20px;
}
.typewriter h1 {
	color: #fff;
	font-weight: 800;
	font-size: 66px;
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	/*white-space: nowrap;*/ /* Keeps the content on a single line */
	margin: 0 auto 10px; /* Gives that scrolling effect as the typing happens */
	animation: typing 2s steps(20, end);
}
h3.ts-box-icon-title {
	text-shadow: 1px 1px 1px #000;
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	white-space: nowrap; /* Keeps the content on a single line */
	margin: 0 auto 10px; /* Gives that scrolling effect as the typing happens */
	animation: typing 2s steps(20, end);
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

.home_section p {
	font-weight: 400;
}
.home_services h1 {
	color: #260c0c; 
	font-size: 20px; 
	margin-top: 15px;
	margin-bottom: 10px !important;
}
.home_services .ih-item.square {
    height: auto;
	border: 10px solid #EEE !important;
	margin-bottom: 10px;
}
.home_services .ih-item.square .img {
    height: 250px !important;
    overflow: hidden;
}
.home_services .ih-item.circle {
    margin: 0 auto !important;
}
.home_services .ih-item.circle .img img {
    padding: 5px !important;
}
.food_service_markets ul li {
	color: #FFF;
	padding-bottom: 20px;
}
.food_service_markets ul li strong {
	letter-spacing: 0.7px;
    font-family: "begum", sans-serif;
}
.shine {
	position: relative;
	overflow: hidden;
}
.shine::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	content: "";
	display: block;
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
	z-index: 2;
}
.shine:hover::before, .shine:focus::before {
	-webkit-animation: shine 0.85s;
		  animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.home_purple_section {
	background-color: #81438d;
	padding: 15px 0 20px;
}
.home_purple_section h1 {
	color: #FFF;
	font-size: 24px;
}
.home_purple_section img {
	float: left;
    margin-right: 20px;
    height: 120px;
    width: auto;
}
.home_purple_section .btn {
	margin-bottom: 35px;
}

h3.widget-title {
	font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #FFF;
}

/* 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: #d5671c;
	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: #d5671c;
	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: #d5671c !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 17px;
    margin: 0 0 15px;
    border: 2px solid #d5671c;
    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 #d5671c;
    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 .menu-products-container {
	background: #F9F9F9;
}
.sidebar .menu-products-container ul li a {
	display: block;
}
.sidebar .menu-products-container ul li:hover {
	background-color: #d5671c;
}
.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: #260c0c;
	padding-top: 30px;
	color: #FFF;
	font-size: 16px;
}
#site-footer a {
	color: #FFF
}
#footer-row {
    padding-bottom: 30px;
}
/*#footer_bottom {
	background-color: #262828;
    color: #FFF;
    font-size: 13px;
    padding: 10px 0;
	line-height: 28px;
}
#footer_bottom a, #footer_bottom a:focus {
	color: #FFF
}*/
#site-footer .footer-logo img {
	display: table;
    margin: 0 auto 10px 0;
	max-width: 180px !important;
}
.footer-column-1 h1 {
	margin-bottom: 0px;
	color: #FFF;
	font-size: 70px;
	padding: 35px 0;
}
footer p {
	line-height: 24px;
}
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: #FFF;
    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: 8px;
}
.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: 33px;
    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 ul.list-inline li:nth-child(even) i {
	border-radius: 30%;
}
#footer_bottom ul {
	list-style: none;
	margin-bottom: 0;
}
#footer_bottom p {
	margin: 0px;
}
.inner_banner {
	position: relative;     
	overflow: hidden;
}
.inner_banner:before {
	background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: '';
	opacity: 0.2;
}
.inner_banner .inner_title {
	/*display: inline-block;
    max-width: 620px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    padding: 15px 65px;*/
    display: inline-block;
    position: absolute;
    top: calc(50% - 32px);
    left: 5%;
	z-index: 1;
}
.inner_banner .inner_title h2 {
    /*margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 400;
    font-size: 36px;
    text-shadow: 2px 2px 8px #252525;
    text-align: center;
	letter-spacing: 3px;*/
	margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 700;
    font-size: 54px;
    text-align: center;
    letter-spacing: 2px;
	text-shadow: 2px 2px 8px #000;
}
.inner_banner_title_line_left, 
.inner_banner_title_line_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 45px;
    height: 2px;
    background: #FFF;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    content: '';
}
.inner_banner_title_line_left {
	left: 0;
}
.inner_banner_title_line_right {
	right: 0;
}
/*.inner_banner img {animation: kenburns 20s infinite;}*/

.inner_banner .inner_arrow {
    position: absolute;
    margin: 0 auto;
    padding-top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 12px;
    clear: both;
}
.inner_banner .inner_arrow .inner_arrow_body {
    margin-left: 5px;
    width: 1px;
    height: 25px;
    background: #FFF;
}
.inner_banner .inner_arrow .inner_arrow_head {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
}
.custom-shape-divider-bottom-karimix {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	z-index: 7;
}

.custom-shape-divider-bottom-karimix svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 48px;
}

.custom-shape-divider-bottom-karimix .shape-fill {
    fill: #FFFFFF;
}
.home_image_row .wpb_content_element {
	margin-bottom: 0px !important;
}
.home_image_row .wpb_content_element .ultimate-hover-item {
	margin-top: 0px !important;
}
.home_image_row .effect-hover {
	background: transparent !important;
}
.home_image_row img {
	max-height: 300px;
}

/* News */
h2.news_heading {
	margin-top: 0px;
	font-size: 22px;
}
h2.news_heading a {
	text-decoration: none;
	position: relative;
}
h2.news_heading a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #d5671c;
	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;
}
h2.news_heading a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
article.post .post-meta,
article.page .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}
article.post .post-meta > span,
article.page .post-meta > span {
    display: inline-block;
    padding-right: 8px;
}
article.post .post-meta i,
article.page .post-meta i {
    margin-right: 3px;
	color: #d5671c;
}
article.post .post-image,
article.page .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;
}

.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: #d5671c;
}*/

.author-block img {
	max-width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}
.jumbo-by-bonfire-column .menu > li > a::before {
    background-image: url(img/divider-02.png) !important;
    background-size: 20px auto !important;
    opacity: 0.9 !important;
}
.karimix_home_grid h4 {
	color: #000 !important;
	font-size: 18px;
}
.karimix_home_grid .vc_gitem_row .vc_gitem-col {
	padding: 10px 10px 0;
}
.karimix_home_grid .vc_gitem-post-data {
    margin-bottom: 0px;
}
.karimix_home_grid .vc_btn3.vc_btn3-size-md {
	padding: 10px 15px;
	margin-top: 25px;
}
.karimix_home_grid .vc_btn3.vc_btn3-size-md:hover {
	background-color: #000 !important;
	color: #FFF !important;
}
.karimix_news h4 {
    margin-bottom: 0px !important;
}
.slick-slider {
	padding-bottom: 10px;
}
.home_scroller .slick-prev {
    left: 10px !important;
}
.home_scroller .slick-next {
    right: 25px !important;
}
.slick-prev, .slick-next {
    top: 30% !important;
    -webkit-transform: translate(0, -30%) !important;
    -ms-transform: translate(0, -30%) !important;
    transform: translate(0, -30%) !important;
}
.slick-slider h2 {
	font-family: "halyard-display", sans-serif;
	letter-spacing: 1px;
}
.three_buttons h1 {
	font-family: 'Pink_and_Brown';
    font-weight: 200;
    font-size: 60px;
    color: #FFF;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 30px;
    font-style: italic;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}
.three_buttons p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px;
}
.three_buttons > .vc_column_container > .vc_column-inner {
	box-shadow: 10px 10px 0px #260c0d;
}
.three_buttons > .vc_column_container:nth-child(2) > .vc_column-inner {
	box-shadow: 10px 10px 0px #d5671c;
}
.home_testimonials h1 {
	text-align: center;
	font-size: 32px;
    color: #FFF;
    padding-bottom: 30px;
}
.newsletter_form h1 {
	text-align: center;
	font-size: 28px;
    color: #260c0c;
    padding-bottom: 30px;
}
.home_testimonials .sp-testimonial-free-wrapper .sp-testimonial-free {
    border-radius: 50px 50px 50px 0px !important;
    padding: 20px;
	height: 100%;
}
.home_testimonials .sp-testimonial-item {
    height: 100% !important;
}
.home_testimonials h2.sp-testimonial-post-title {
	font-size: 22px !important;
	font-style: italic;
	letter-spacing: 1px;
}
.home_testimonials h2.sp-testimonial-post-title:before {
    content: '\201C';
    display: inline-block;
    color: #fcdca3;
    font-size: 5em;
    top: 35px;
    position: absolute;
    left: 30px;
	font-style: normal;
}
.home_testimonials h2.sp-testimonial-post-title:after {
    content: '\201D';
    display: inline-block;
    color: #fcdca3;
    font-size: 5em;
    top: 35px;
    position: absolute;
    right: 30px;
	font-style: normal;
}
.sp-testimonial-client-testimonial {
    max-width: 60%;
    display: table;
    margin: 0 auto 30px !important;
}
/*.home_testimonials h4.sp-testimonial-client-name {
    display: inline-flex;
    justify-content: flex-start;
    width: 60%;
}*/
.newsletter_form {
	padding-top: 30px;
	padding-bottom: 40px;
	display: none;
}
.is-menu-wrapper {
    right: 20px;
    top: 58px !important;
}
.admin-bar .is-menu-wrapper {
    top: 90px !important;
}
.is-menu-wrapper svg.search-icon {
	width: 30px !important;
    height: 30px !important;
}
.is-menu-wrapper svg.search-icon .search-icon-path {
    fill: #260c0c !important;
}
.is-menu-wrapper .is-form-style.is-form-style-3 label {
    width: calc(100% - 50px) !important;
}
.is-menu-wrapper .is-form-style input.is-search-input {
    color: #260c0c;
    padding: 0 20px;
    font-size: 16px !important;
    height: 50px;
    border: 1px solid #d5671c !important;
    font-family: "begum", sans-serif;
}
.is-menu-wrapper .is-form-style button.is-search-submit {
    width: 50px;
    height: 50px;
}
.is-menu-wrapper .is-form-style input.is-search-submit, .is-menu-wrapper .is-search-icon {
    color: #fcdba3;
    background: #d5671c;
    font-size: 16px !important;
    border: 1px solid #d5671c;
    height: 50px;
	width: 50px;
    padding-top: 12px !important;
}
.is-menu-wrapper .is-search-icon svg {
    width: 26px;
}
.is-menu-wrapper .is-form-style .is-search-submit path {
    fill: #fcdba3;
}
.is-menu-wrapper .is-menu.is-dropdown .search-close {
    top: calc(100% + 12px);
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent !important;
}
.nf-form-content input[type=submit] {
    background: #260c0c !important;
    color: #fcdba3 !important;
}
p.wpsm_team_1_b_desc i {
    vertical-align: middle;
    padding-right: 5px;
    color: #d5671c;
}
.vc_custom_heading h4 {
	min-height: 72px;
}


@media (max-width: 767px) {
	header#main_header {
		position: relative !important;
	}
	#header {
		position: relative !important;
		background-color: #FFF !important;
	}
	#header a {
		font-size: 12px;
	}
	header img {
    	margin: 10px auto;
	}
	.jumbo-custom-activator {
		top: 45px;
		left: 15px;
	}
	.jumbo-menu-button-label:before {
		content: '' !important;
	}
	.jumbo-by-bonfire ul.menu {
		padding: 0;
		width: 60%;
    	margin: 0 auto;
	}
	.jumbo-by-bonfire-column .menu > li > a {
		margin-bottom: 30px !important;
	}
	.jumbo-by-bonfire-column #menu-primary-navigation li.hide_mobile {
		display: none;
	}
	.home_welcome {
		background: url(img/home_welcome_bg_mobile.jpg) center bottom / contain no-repeat transparent;
	}
	.home_welcome h1.pink_brown {
		font-size: 80px;
		letter-spacing: 2px;
		padding-left: 0px;
		padding-top: 10px;
		text-align: center;
	}
	.home_welcome h1 {
		padding-bottom: 25px;
		text-align: center;
		line-height: 75px;
	}
	.home_welcome p {
		padding-bottom: 110px;
	}
	.home_scroller {
		background: url(img/home_scroller_bg_mobile.jpg) no-repeat center 0 / cover transparent;
	}
	.home_services .image-wrapper {
		margin-bottom: 20px;
	}
	.home_section .vc_column-inner {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.inner_banner .inner_title h2 {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.home_scroller {
		background-size: 100% 100%;
	}
	#site-footer {padding-top: 10px;}
	#footer-row {padding-bottom: 0px}
	.footer-column-1 h1 {
		font-size: 60px;
		padding: 20px 0;
	}
	.footer-column-1, .footer-column-2, .footer-column-3, .footer-column-4 {
		margin-bottom: 15px;
	}
	.footer-column-1 h3.widget-title {
		text-align: center;
	}
	.footer-column-1 {
		text-align: center;
	}
	.footer-column-4 {
		display: flex;
	}
	.footer-column-4 .widget {
		flex: 1 1 0px;
	}
	.footer-right img {
		margin: 0 auto !important;
	}
	.site-footer ul.list-inline {
		margin: 7px auto 0 auto;
	}
	#footer_bottom, #footer_bottom .text-right {
		text-align: center;
	}
	.inner_banner img {
		animation: none;
		min-height: 150px;
	}
	.inner_banner:after {
		background-size: 100% 16px;
		height: 16px;
	}
	.inner_banner .inner_arrow {
		bottom: 10px;
	}
	.inner_banner .inner_arrow .inner_arrow_body {
		height: 15px;
	}
	.inner_banner .inner_title {
		top: 40%;
		white-space: nowrap;
	}
	.reverse_row {        
		flex-direction: column-reverse !important;  
	}
	h1 {margin-top: 0; font-size: 26px;}
	h2 {font-size: 22px}
	h3 {font-size: 18px}
	p {font-size: 15px}
	
	#footer_bottom p {font-size: 13px;}
	.jumbo-buttons-wrapper {right: 0px !important; top: 26px !important;}
	.jumbo-heading-image-wrapper img {min-width: 75px !important;}
	.jumbo-by-bonfire li ul.sub-menu {padding-top: 30px;}
	.home_about .vc_column-inner {min-height: 280px;}
	.ts-icon-counter {
		margin-bottom: 20px !important;
	}
	#site-footer .footer-logo img {
		margin: 0 auto 10px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	h1 {
		font-size: 28px !important;
		margin-top: 0;
	}
	h2 {font-size: 26px !important;}
	h3 {font-size: 22px;}
	p {
		font-size: 15px;
		line-height: 24px;
	}
	.jumbo-custom-activator {top: 24px; right: 15px;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		line-height: 65px;
		height: 65px;
		padding: 0px 10px;		
		font-size: 12px;
	}
	#mega-menu-wrap-primary #mega-menu-primary img {
		max-height: 40px;
		max-width: 140px;
	}
	.home_services h1 {
		font-size: 24px !important;
	}
	.grid figure h2 {
		font-size: 18px !important;
		letter-spacing: 0px;
		padding-top: 25%;
	}
	
	.inner_banner .inner_title h2 {
		font-size: 26px;
	}
	.inner_banner:after {
		height: 24px;
		background-size: 100% 24px;
	}
	.btn {
		padding: 8px 14px;
		font-size: 14px;
	}
	h3.card-title {
		line-height: 1.3;
		margin: 30px auto 20px;
	}
	.karimix_home_grid .vc_gitem_row .vc_gitem-col {
		padding: 10px 0px 0;
	}
	.karimix_home_grid .vc_gitem-zone-a .vc_gitem-row-position-middle, 
	.karimix_home_grid .vc_gitem-zone-b .vc_gitem-row-position-middle {		
		top: 60%;
		transform: translate(0,-40%);
	}
	.site-footer ul.list-inline>li {
		padding-right: 6px;
	}
	.site-footer ul.list-inline i {
		width: 32px;
		height: 32px;
		line-height: 29px;
	}
	#section_6 img.mealor_accre {
		padding-top: 10px;
		padding-bottom: 275px;
	}
}
@media (min-width: 992px) and (max-width: 1195px) {
	figure.effect-roxy figcaption {
		padding: 2em 1em;
		text-align: center;
	}
	.inner_banner .inner_title {
    	top: 60%;
	}
	figure.effect-roxy figcaption::before {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
}

/* 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) {
	header .header-right {padding-top: 5px; padding-bottom: 5px;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		line-height: 65px;
		height: 65px;
		padding: 0px 15px;
		font-size: 14px;
	}
	#mega-menu-wrap-primary #mega-menu-primary img {
		max-height: 40px;
		max-width: 160px;
	}
}

/* Hide Jumbo between resolutions */
@media (min-width: 767px) and (max-width:5000px) {
	.jumbo-custom-activator {
		display:none;
	}
}