/*
Theme Name: Restaurant and Cafe Child
Theme URI: https://raratheme.com/wordpress-themes/restaurant-and-cafe/
Template: restaurant-and-cafe
Author: Rara Theme
Author URI: http://raratheme.com/
Description: Restaurant and Cafe WordPress child theme.
Tags: one-column,two-columns,right-sidebar,custom-menu,featured-images,flexible-header,post-formats,sticky-post,threaded-comments,translation-ready,custom-background,footer-widgets,full-width-template,theme-options,e-commerce,food-and-drink,blog
Version: 1.0.0.1542148867
Updated: 2018-11-13 22:41:07

*/

h1, h2, h3, h4, h5, h6 {
	clear:none;
}

#crumbs {
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    color: #302f2f;
    padding: 8px 0 8px 175px;
}

.section-1 .col .img-holder img {
	border-radius: 0; 
	-webkit-border-radius: 0; 
}

.product-grid {
	display: flex;
	flex-wrap: wrap;
}

.product-grid .single-product {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
	text-align: center;
}

.product-grid .single-product .entry-title {
	margin-top: 10px;
}

.product-grid .single-product .product-image {
	display: block;
	position: relative;
	padding-bottom: 100%;
	width: 100%;
}

.product-grid .single-product .product-image span {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #333;
    padding: 20px;
}

.product-grid .single-product .product-image img {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.85);
}

.top-nav {
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 4;
    padding: 5px 0 5px;
    background: #000;
}

.top-nav .container {
	position: relative;
}

.top-nav .custom-logo-link {
	position: absolute;
	top: 0;
	left: 0;
}

.top-nav .menu-top-nav-container {
	text-align: right;
	float: right;
}

.header-social-wrap {
	float: right;
}

.header-social-wrap h1 {
	display: none;
}

.header-social-wrap ul.social-networks {
	display: inline-block;
    margin: 0;
    padding: 0;
}

.header-social-wrap ul.social-networks li {
	display: inline-block;
	padding: 0 10px;
}

.header-social-wrap ul.social-networks li a:hover {
	text-decoration: none;
}

.top-nav .menu-top-nav-container #top-navigation {
	padding: 0;
	margin: 0;
}

.top-nav .menu-top-nav-container #top-navigation li {
	display: inline-block;
	margin-left: 15px;
}

.top-nav .menu-top-nav-container #top-navigation li a:hover {
	text-decoration: none;
	color: #fff;
}

.site-header {
	padding-top: 50px;
}

.banner .banner-text {
    bottom: 35%;
}

.banner .btn-scroll-down {
	bottom:8%;
}

.content-section .text-holder .main-title {
    font-size: 38px;
    line-height: 42px;
    color: #3f3d33;
    font-weight: 400;
    font-family: 'Cardo', serif;
    position: relative;
    padding-bottom: 22px;
    margin: 0 0 21px;
}

.content-section .main-title:after {
    width: 66px;
    height: 1px;
    background: #ebda9a;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.content-section img {
	border: 6px solid #F7F0D7;
}

.content-section {
    padding: 76px 0;
}

.section-2 .text-holder {
    padding: 20px 0 0 9px;
}

#primary .post .post-thumbnail img, #primary .page .post-thumbnail img {
	border: 6px solid #F7F0D7;
	float:right;
	margin-left: 1.5em !important;
    margin-bottom: 1.5em !important;
    max-width:500px;
}

#mobile-header {
	margin-top:0;
	margin-bottom:20px;
}

#mobile-header span {
	font-size:30px;
	background:transparent;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width:auto;
}

#primary .page .entry-content table.shop_table  td {
	padding:1em;
}
#menu-item-4120 a,
#menu-item-4121 a,
#mobileCTAButtons ul li a{
background:#9db05c;
  color:#000000;
  padding:5px 10px;
}
#mobileCTAButtons a{
display:inline;}
#menu-item-4120 a:hover,
#menu-item-4121 a:hover,
#mobileCTAButtons ul li a:hover{
  background:#d61e0a;
  color:#000000;

}
#mobileCTAButtons ul{
list-style:none;
}
#mobileCTAButtons ul li{
display:inline;
}
#mobileCTAButtons{
display:none;
  float:right;
}
.header-social-wrap{
margin-left:20px;
}
#menu-item-4120 a, #menu-item-4121 a, #mobileCTAButtons ul li a{
text-decoration:none;
}
#menu-item-4120 a:focus, #menu-item-4121 a:focus, #mobileCTAButtons ul li a:focus,
#menu-item-4120 a:hover, #menu-item-4121 a:hover, #mobileCTAButtons ul li a:hover{
  text-decoration:none;
}
@media(max-width:1200px) {
	.btn-scroll-down { 
		display:none;
	}
}

@media(max-width:990px) {
  #menu-item-4120,
  #menu-item-4121{
  display:none!important;}
  #mobileCTAButtons{
display:block;
    margin-right:20px;
}
  #mobileCTAButtons a{
  margin-right:20px;}
  #mobile-header a{
  display:inline-block;
    float:right;
  }
}
@media(max-width:767px) {
	.content-section {
		padding:1.5em;
	}
	.content-section img.alignleft,
	.content-section img.alignright {
		float:none;
		display:block;
		margin-left:auto !important;
		margin-right:auto !important;
		margin-top:1.5em !important;
		margin-bottom:1.5em !important;
	}
  .site-header {
  background:#000000;
  }

}


@media(max-width:550px) {
  #mobileCTAButtons a{
  margin-right:3px;}
  #mobileCTAButtons{
  	margin-right:5px;
  }
  .top-nav .custom-logo{
  	width:160px;
  }
}

@media(max-width:450px) {
  .top-nav .custom-logo{
  width:140px;
  }
  #menu-item-4120 a, #menu-item-4121 a, #mobileCTAButtons ul li a{
  font-size:13px;
  }
}
@media(max-width:400px) {
 .top-nav .custom-logo {
    width: 120px;
  }
  #mobileCTAButtons ul li a {
    font-size: 12px;
  }
}
@media(max-width:350px) {
 .top-nav .custom-logo {
    width: 105px;
  }
  #mobileCTAButtons{
  margin-right:26px;
    width:100%;
  }
  
    #mobileCTAButtons ul li a {
    font-size: 10px;
    top: -9px;
     position: relative;
  }
}