/*
Theme Name: Peg & Grill Custom
Template: jimmy-spices-2021-custom
Theme URI: https://www.colabdigital.co.uk
Author: Colab Digital
Author URI: https://www.colabdigital.co.uk
Description: Bespoke WordPress theme designed and developed by Colab Digital Limited, Birmingham, UK.
Version: 1.0.8
*/


/* GENERAL */

body {
	color:#113d5b;
	font-size:16px;
	background-color:#211F1E;
	font-family: basic-sans, sans-serif;
}
h1, h2, h3 {
	font-family: bely-display, sans-serif;
	font-weight: 400;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
}
a {
	color:#8f6833;
    font-weight: 600;
}
a:hover {
	color:#043f5d;
}
p strong {
	font-weight: 600;
}

/* BUTTONS */

a.wp-block-button__link,
a.wp-block-button__link.no-border-radius,
.gform_body input[type="button"],
.gform_body input[type="submit"],
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files,
ul.slides li a {
	font-family: bely-display, sans-serif!important;
    font-size: 16px!important;
}

/* HEADER */

header {
    background-image: none;
    background-attachment: scroll;
	background-color: #113d5b;
}
.headerContent {
    height: calc(100vh - 80px);
    padding: 40px 0;
}
header .headerContent .logo {
    width: 230px;
    margin: 0 auto 40px;
}
header .overlay {
    background-color: #113d5b;
    opacity: 1;
}
header p a {
    color: #8f6833;
}
header p a:hover {
    color: #ffffff;
}

/* COLAB TABS BLOCK */

.tab button {
	color: #113d5b;
	background:#fff;
	font-family: basic-sans, sans-serif;
}
.tab button:hover,
.tab button.active {
	background: #113d5b;
	color:#fff;
}

/* FORM STYLES */

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    box-shadow: 0 0 0 1px #113d5b;
}
.gform_body input[type="button"],
.gform_body input[type="submit"],
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    background-color: #113d5b !important;
}
footer a:hover {
    color: #ffffff;
}


@media (max-width:10000px) and (min-width:1201px) {
 
/* MENU */
	
#mobMenu ul li a {
	font-size: 12px;
	letter-spacing: 5px;
}
#mobMenu ul li.highlight,
#mobMenu ul li:hover {
	background-color: #8f6833;
}

}

/* SLIDER */
	
.slide-caption-1 p {
	font-family: bely-display, sans-serif;
}
.slide-caption-2 p {
	text-transform: uppercase;
	font-weight: 600;
}
	
@media only screen and (max-width: 1200px) {

/* HEADER */
	
header .headerContent .logo {
    top: 22px!important;
    width: 220px!important;
    margin-left: -110px!important;
}
.mobileNavBook {
    right: 0;
    background-color: #113d5b;
}    
.mobileNavWhatsapp {
    left: 0;
    background-color: #8f6833;
}    
.mobileNavBook a:hover,
.mobileNavWhatsapp a:hover {
    color: #fff;
}    

/* MOBILE MENU */

a.mMenuBT {
    background-color: #8f6833!important;
}
.mm {
    background: #8f6833!important;
}

/* FOOTER */

.footerMenu ul li a {
	text-transform: uppercase;
	font-size: 12px;
}

}