/*
Theme Name: Chez Christophe Gokarna
Template: foodhunt
Author: Felix Fouillet
Author URI: https://ffouillet.fr
Description: This theme is a Child Theme of the "Foodhunt" one.
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/

/* Topbar (Phone, mail and social media) */
.topbar {
    border-bottom: 1px solid #EFEFEF;
}

.topbar .tg-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar .tg-container::before,
.topbar .tg-container::after {
    display: none;
}

.topbar_content_left span {
    padding-right: 1em;
    font-size: 0.8em;
}

.topbar .tg-container > div {
    display: inline-block;
}

.bottom-header {
    background-color: white;
}

/* Menu with logo */
#ccg-menu-bar h1 {
    margin-bottom: 0px;
}

#ccg-menu-bar .tg-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ccg-menu-bar .tg-container::before,
#ccg-menu-bar .tg-container::after {
    display: none;
}

#ccg-menu-bar #site-navigation ul li a {
    padding : 35px 0;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color : #666;
}

.mobile-menu-wrapper {
    background-color: rgb(197, 157, 95);
    text-align: right;
}

#menu-mobile li{
    border-bottom: 1px solid rgb(116, 116, 116);
    font-family: "Libre Baskerville", sans-serif;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}

#menu-mobile li:last-child{
    border-bottom: none;
}

#menu-mobile ul li > a:hover{
    color : #ffffff;
}

/* Slider */
#home-slider {
    max-height: 452px;
}

#home-slider .slider-title {
    font-size : 38px;
    margin-bottom: 0px;
}

#home-slider .slider-icon {
    margin-bottom: 10px;
}

#home-slider .slider-content {
    font-size : 16px;
    font-family: "Libre Baskerville", sans-serif;
    text-shadow: 1px 1px 1px #333;
}

/* Because of slider resize, change content position */
#home-slider .slider-content-wrapper {
    top : calc(50px + 23%);
}

#home-slider {
    border-bottom: 4px solid #c59d5f;
}

/* Div that hover slider bottom */
#featuretext_container {
    padding: 10px 0;
    position: relative;
    background: #FFF;
    width: 100%;
    margin: -70px auto 0px;
    max-width: 1160px;
    margin-bottom: 40px;
    z-index: 700;
    border-radius: 0.6em;
    webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.featuretext_top h3 {
    color : rgb(116, 116, 116);
    padding: 12px;
    font-size: 3.4rem;
    font-family: "Great Vibes", sans-serif;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    margin: 20px;
}

.featuretext_button {
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #FFF;
    margin-left: 10px;
}

.featuretext_button a {
    color: #FFF;
    background-color: #c59d5f;
    padding: 12px;
    font-size: 1.2rem;
    text-align: center;
    width: 120px;
    text-transform: uppercase;
    border-radius: 0.4em;
    vertical-align: top;
}

/* Section 1 - About Us */
#foodhunt_about_us_widget-1 .section-wrapper {
    padding: 30px 0 60px;
}

/* Section 2 - Three products, Brasserie Like */

#ccg_foodhunt_service_widget-2 .section-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ccg-service-img {
    border-radius: 0%;
    display: inline-block;
    margin: 10px 0 5px;
    overflow: hidden;
    width: 290px;
}

.ccg-service-block h3 {
    color : #c59d5f;
    font-size: 24px;
    font-family: "Great Vibes", sans-serif;
    font-weight: 400;
    background-image: url("assets/scribble.png");
    background-origin: padding-box;
    background-position: 50% 100%;
    background-position-x: 50%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    padding : 12px 0;
    text-transform: none;
}

#ccg_foodhunt_service_widget-2 .service-desc p{
    color: #333;
    font-size: 1.2rem;
    font-family: "Libre Baskerville", sans-serif;
}


/* Second services section */
#ccg_second_foodhunt_service_widget-2 .service-wrapper .tg-column-wrapper div.clearfix {
    padding-bottom: 120px;
}

/* Mirrored about us section */
#ccg_mirrored_foodhunt_about_us_widget-2 .about-content-wrapper{
    float: left;
}

#ccg_mirrored_foodhunt_about_us_widget-2 .about-img{
    float: right;
}

/* Footer */
.footer-phone {
    display: inline-block;
    margin-left : 10px;
}

.footer-mail {
    display: inline-block;
    margin-left : 10px;
}

#bottom-footer .copyright {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
