/*
Theme Name: Gaspard Child
Theme URI: https://gaspard.qodeinteractive.com
Description: A child theme of Gaspard
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0.1
Text Domain: gaspard
Template: gaspard
*/

/* General classes for overriding Base Theme */
.p-regular p, .p-regular p a {
	color: #363636 !important;
}
.qodef-section-title .qodef-m-subtitle, .p-regular p a:hover {
	color: #a8251c !important; 
}
.h-regular-white h2, .h-regular-white h3, .h-regular-white h4, .h-regular-white h5, .h-regular-white h6, .h-regular-white .qodef-m-subtitle {
	color: #ffffff !important;
}

/* Vancouver Menu background photo */
.vancouver-menu .qodef-m-image img {
	filter: brightness(75%)
}

.lonsdale-tabs ul li a {
	color: #a8251c;
}
.lonsdale-tabs ul li a:hover {
	color: #000;
	}
.lonsdale-tabs .qodef-tabs-navigation li a::after {
	background-color: #000 !important;
}

/* Menu Containers on Menu pages */
.menu-containers .qodef-m-image img {
	max-height:525px;
	flex: 1;
}
.menu-containers .qodef-banner .qodef-m-content-inner > .qodef-m-title {
	text-align: center;
}

/* Style for Footer Tables, Side Area Opener */
.footer-table, .footer-table tr, .footer-table td {
	border: 0 !important;
	padding: 0;
	color: #ffffff;
}
#gaspard_core_side_area_opener-2 .qodef-opener-icon .qodef-m-icon{
	width: 36px;
	height: 36px;
}

#qodef-side-area{
	padding: 25px;
	line-height: 1.65em;
	font-size: 16px;
}
#qodef-side-area .widget {
	margin: 0 0 20px;
}
#qodef-page-header .widget a{
	color: #000;
}
.qodef-sidearea-custom-text p{
	color: #ffffff;
}

/* FOOTER */
#qodef-page-footer .qodef-social-icons-group {
	justify-content: center;
}
#qodef-page-footer-bottom-area {
	padding: 20px;
/* 	background-color: #474747 !important; */
}

#qodef-page-footer-top-area {
	padding: 20px;
/* 	background-color: #474747 !important; */
}

/* MOBILE NAVIGATION */
.qodef-mobile-header-navigation {
	padding-left: 20px;
	padding-right: 20px;
}
.qodef-mobile-header-opener{
	color: #000;
}

/* THEME OVERRIDE BELOW */
@media only screen and (max-width: 480px) {
  .qodef-content-grid {
    width: 100% !important;
  }
}
/* END THEME OVERRIDE */

@media only screen and (max-width: 774px) {
#block-24 {
	margin-top: -20px !important;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
#block-24 {
	padding-top: 30px !important;
	}
}



/* Media Queries */
@media screen and (min-width: 1024px) {
#qodef-page-footer-top-area {
	padding: 75px;
	}

#qodef-side-area {
	padding: 50px !important;
	width: 600px !important;
	}
	
#qodef-page-footer-bottom-area {
	padding: 0;
	}

}
