/*
 Theme Name:   Amplitubes Child
 Theme URI:    http://amplitubes.com/
 Description:  Amplitubes Child Theme
 Author:       Créations Univers
 Author URI:   https://creationsunivers.com
 Template:     amplitubes
 Version:      1.0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  amplitubes
*/


/*
GOLD
C=7.5 M=21.5 Y=60 K=0
R=235 G=197 B=122 
Web: #FFDD7C
*/


/* General */

html {
    background: #000;
}
.post, .page, .entry-content {
    margin: 0;
}
#main {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 50px;
    padding-top: 70px;
}

@media screen and (max-width: 768px) {
    #main {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* Admin */
.edit-link {
    display: none;
}

/* Typo */

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

body {
    font-family: 'Arimo', sans-serif;
}
h1 {
	font-size: 2.5em;
}
a, a:visited, a:focus {
    color:#FFDD7C;
    text-decoration: none;
}
a:hover {
    color:#FFDD7C;
    text-decoration: underline;
}
.entry-content ul {
    margin-left: 0;
}


/* Buttons */

.button,
.woocommerce a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
input[type="submit"].wpcf7-submit {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
}
.button:visited, .button:focus,
input[type="submit"].wpcf7-submit:visited, input[type="submit"].wpcf7-submit:focus  {
    color: #fff !important;
}
.button:hover,
.woocommerce a.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
input[type="submit"].wpcf7-submit:hover {
    background-color: #fff;
    color: #000 !important;
    cursor: pointer;
    text-decoration: none !important;
}


/* Forms */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    background: #000;
    border-color: #FFDD7C;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #fff;
}


/* Navigation */

#header-container {
    background: #FFF;
}
header#masthead {
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    height: 75px;
}
.site-branding {
    display: flex;
}
.site-branding .custom-logo-link {
    width: 240px;
    height: 50px;
}
.site-branding .custom-logo {
    width: 240px;
}
.main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main-navigation a {
    font-size: 16px;
    color: #000 !important;
    padding: 10px 30px;
}


    /* Sticky */

body.home #header-container:not(.sticky) .site-branding {
    /*opacity: 0;*/
    transition-duration: 0.5s;
}
body.home #header-container.sticky .site-branding {
    opacity: 1;
    transition-duration: 0.5s;
}
#header-container .st0 {
    fill: #000;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.sticky + #primary {
    padding-top: 75px;
}


.mega-sub-menu {
    padding-bottom: 0 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 60px;
}
.max-mega-menu > li > ul.mega-sub-menu {
    transform: translateX(-40%) !important;
}
.mega-sub-menu ul:nth-child(1) li ul:nth-child(1) > li:nth-child(1) > a.mega-menu-link {
    align-items: center;
    display: flex !important;
    font-style: italic;
    height: 50px !important;
    margin-bottom: 20px !important;
    max-width: 160px !important;
    padding-left: 60px !important;
    position: relative !important;
    text-transform: initial !important;
}
.mega-sub-menu ul:nth-child(1) li ul:nth-child(1) > li:nth-child(1) > a.mega-menu-link::before {
    background-color: #FFDD7C !important;
    background-position: 10px 10px !important;
    background-repeat: no-repeat !important;
    background-size: 30px 30px !important;
    border-radius: 50%;
    content: "" !important;
    content: "a";
    display: block !important;
    height: 50px !important;
    left: 0;
    position: absolute !important;
    width: 50px !important;
}
.mega-sub-menu ul:nth-child(1) li:nth-child(1) ul:nth-child(1) > li:nth-child(1) > a.mega-menu-link::before {
    background-image: url(/wp-content/themes/amplitubes-child/assets/images/icon-amplifier.svg) !important;
}
.mega-sub-menu ul:nth-child(1) li:nth-child(2) ul:nth-child(1) > li:nth-child(1) > a.mega-menu-link::before {
    background-image: url(/wp-content/themes/amplitubes-child/assets/images/icon-electric-guitar-1.svg) !important;
}
.mega-sub-menu ul:nth-child(1) li:nth-child(3) ul:nth-child(1) > li:nth-child(1) > a.mega-menu-link::before {
    background-image: url(/wp-content/themes/amplitubes-child/assets/images/icon-effects.svg) !important;
}
.mega-sub-menu ul:nth-child(1) li:nth-child(4) ul:nth-child(1) > li:nth-child(1) > a.mega-menu-link::before {
    background-image: url(/wp-content/themes/amplitubes-child/assets/images/icon-equalizer.svg) !important;
}
li#mega-menu-72-1,
li#mega-menu-459-1 {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: calc( 100% + 40px ) !important;
}
.mega-menu-inventaire li {
    padding: 0 !important;
}
.mega-menu-inventaire li a {
    background: #FFDD7C;
    width: 100% !important;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}
.mega-menu-inventaire li a:hover {
    text-decoration: none;
}
.nav-inventaire > a.mega-menu-link {
    font-weight: 700 !important;
}
.mega-menu-inventaire li a:hover {
    background: #000;
    color: #FFDD7C !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 p {
    margin: 0 !important;
}
@media screen and (max-width: 1368px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        left: 50%;
    }
}


.nav-rv a {
    background: #000 !important;
    color: #fff !important;
}
.nav-rv a:hover {
    background: #FFDD7C !important;
    color: #000 !important;
}


    /* Facebook Link */
    /* https://fontawesome.com/license */
    /* Fill color changed to white */

.mega-nav-fb-logo a {
    align-items: center !important;
    background: #000 !important;
    border-radius: 50% !important;
    display: flex !important;
    font-size: 0 !important;
    height: 24px !important;
    justify-content: center !important;
    margin-left: 30px !important;
    padding: 0 !important;
    width: 24px !important;
}
.mega-nav-fb-logo a::after {
    background-image: url(/wp-content/themes/amplitubes-child/assets/images/facebook-white.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
    content: "" !important;
    display: block !important;
    height: 16px !important;
    width: 16px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.nav-fb-logo a.mega-menu-link {
    font-size: 0 !important;
}

/* Mobile menu */

@media screen and (max-width: 1100px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        line-height: 40px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu {
        transform: inherit !important;
    }
    .mega-sub-menu ul:nth-child(1) li ul:nth-child(1) > li:nth-child(1) > a.mega-menu-link {
        max-width: inherit !important;
    }
    .mega-nav-fb-logo {
        padding: 10px !important;
    }
    .mega-nav-fb-logo a {
        margin-left: 0 !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link:not(.dashicons-facebook-alt) {
        font-size: 18px !important;
    }
}


/* Title area */

header.entry-header {
    align-items: center;
    background-image: url(/wp-content/themes/amplitubes-child/assets/images/title-bg-02.jpg);
    background-position: top center;
    background-size: cover;
    border-bottom: 10px solid #FFDD7C;
    display: flex;
    justify-content: center;
    min-height: 160px;
    padding: 20px;
}
.home header.entry-header {
    align-items: flex-end;
    background-image: url(/wp-content/themes/amplitubes-child/assets/images/title-bg-01.jpg);
    background-position: bottom center;
    background-size: cover;
    border-bottom: none;
    display: flex;
    min-height: 400px;
}
h1.entry-title {
    color: #FFDD7C;
}
/*
@media screen and (max-width: 1024px) {
    header.entry-header {
        background-size: 160%;
    }
}
@media screen and (max-width: 767px) {
    header.entry-header {
        background-size: 240%;
    }
}
*/


    /* Home Header */

#home-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#home-header-logo {
    width: 100%;
    max-width: 500px;
}
.home #home-header h1.entry-title {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 80px;
    margin-top: 15px;
    max-width: 650px;
    text-align: center;
    text-transform: uppercase;
}
html[lang="en-US"] .home #home-header h1.entry-title {
    max-width: 630px;
}
.woocommerce  #home-header h1.entry-title {
    margin-bottom: 40px;
    margin-top: 40px;
}


/* Page Accueil */

#home-products-bubble-links .elementor-widget-image a {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 180px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    width: 180px;
}
#home-products-bubble-links .elementor-widget-image a:hover {
    background: #FFDD7C;
}
#home-products-bubble-links .elementor-widget-image img {
    width: 100%;
    height: auto;
}
#home-products-bubble-links p {
    margin-top: 0;
    margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
    #home-products-bubble-links .elementor-widget-image a {
        height: 120px;
        padding: 25px;
        width: 120px;
    }
    #home-products-bubble-links p {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 480px) {
    #home-products-bubble-links .elementor-widget-image a {
        height: 100px;
        padding: 20px;
        width: 100px;
    }
}

#outside-the-greater-montreal-region p {
    margin: 0;
}


    /* Témoignages */

#temoignages-carousel {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
#temoignages-carousel .temoignage-texte {
    font-style: italic;
}
#temoignages-carousel .temoignage-nom {
    font-weight: bold;
    text-align: right;
}
.slick-next, .slick-prev {
    top: 40%;
    width: 60px;
}
.slick-prev {
    left: calc( -12% - 30px );
}
.slick-next {
    right: calc( -12% - 30px );
}
.slick-prev:before, .slick-next:before {
    color: #000;
    font-family: 'Arimo';
    font-size: 120px;
    line-height: 30px;
    height: 10px;
}
.slick-prev:before {
    content: "«";
}
.slick-next:before {
    content: "»";
}
@media screen and (max-width: 768px) {
    .slick-prev:before, .slick-next:before {
        font-size: 60px;
    }
}


/* Brands */

#offered-brands-list {
    text-transform: uppercase;
}
#offered-brands-list .brand-separator {
    color: #FFDD7C;
    font-weight: bold;
}


/* Page Inventaire */

.post-type-archive,
.archive {
    background-color: #282828;
    background-image: url(/wp-content/themes/amplitubes-child/assets/images/motif-small.png);
}
.page-inventaire {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 50px;
    padding-top: 70px;
}
.page-inventaire #main {
    padding-top: 0px;
}
.page-inventaire #inventaire-contenu {
    flex-grow: 1;
    margin-left: 20px;
}
.page-inventaire #inventaire-contenu #primary {
    padding: 20px;
}
.woocommerce .woocommerce-breadcrumb,
p.woocommerce-result-count,
form.woocommerce-ordering {
    display: none;
}
.page-inventaire .woocommerce-result-count {
    color: #fff;
    text-shadow: 0 0 20px #000;
}

@media screen and (max-width: 1100px) {
    .page-inventaire {
        flex-direction: column-reverse;
    }
    .page-inventaire #inventaire-sidebar, .page-inventaire #inventaire-contenu {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}


    /* Produits */

.product a {
    background: #000;
    display: block;
    padding-bottom: 30px;
    text-align: center;
}
.product a h2, .product a p {
    margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
}
.product a h2 {
    color: #ffffff;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 10px;
}
.product a p, .product a li {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: left;
}
.woocommerce ul.products li.product .price {
    color: #FFDD7C;
    font-size: 24px;
}


    /* Sidebar */

.page-inventaire  #inventaire-sidebar {
    background-color: #000;
    padding: 10px 30px 50px;
    width: 320px;
}
.page-inventaire #inventaire-sidebar .widgettitle {
    color: #FFDD7C;
    font-size: 20px;
}
.page-inventaire #inventaire-sidebar .product-categories {
    margin: 0;
    padding-left: 0px;
    list-style: none;
}
.page-inventaire #inventaire-sidebar .product-categories > li {
    margin-bottom: 10px;
}
.page-inventaire #inventaire-sidebar .product-categories > li > a {
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
}
.page-inventaire #inventaire-sidebar .product-categories > li > ul {
    list-style: none;
    margin-left: 10px;
    padding-left: 0 !important;
}
.page-inventaire #inventaire-sidebar .product-categories > li > a:hover,
.page-inventaire #inventaire-sidebar .product-categories > li.current-cat > a {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .page-inventaire  #inventaire-sidebar {
        width: 100%;
    }
}


/* WooCommerce - Single Product */

.content-area {
    background: #000;
    color: #fff;
}
.single-product .product {
    display: inline-block;
}
a.woocommerce-product-gallery__trigger {
    padding-bottom: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 10px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #FFDD7C;
    font-size: 24px;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper ul {
    margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper #tab-description {
    display: block !important;
}
.single-product .related.products h2 {
    padding-top: 70px;
}
@media screen and (max-width:767px) {
    .product-cta {
        text-align: center;
        margin-bottom: 100px;
        margin-top: 50px;
    }
}


/* Page Promotions */

.promo-cta p {
    margin-top: 0 !important;
}


/* Page Contact */

.page-contact-form form label {
    color: #fff;
}


/* Footer */

footer.site-footer {
    background: #000;
    border-top: 10px solid #FFDD7C;
    color: #fff;
}
#footer-widgets {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 50px;
}
a.footer-logo svg {
    width: 240px;
}
footer.site-footer h2.widgettitle {
    color: #FFDD7C;
    font-size: 28px;
}
#footer-widgets p {
    font-size: 18px;
    line-height: 26px;
}
.footer-links p {
    color: #fff;
    margin: 10px 0 !important;
}
.footer-links p i {
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 10px;
    padding: 5px 4px 5px 5px;
}
.footer-heures p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    max-width: 270px;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
}
.footer-heures p:not(:last-child) {
    border-bottom: 1px solid #222;
}
.footer-heures p span {
    min-width: 120px;
    display: inline-block;
}
#right-footer-icons {
    display: flex;
}
#right-footer-icons a {
    width: 50px;
    background: #FFDD7C;
    border-radius: 50%;
    height: 50px;
    padding: 10px;
}
#right-footer-icons a:not(:last-child) {
    margin-right: 25px;
}
#right-footer-icons a svg {
    width: 30px;
    height: auto;
    fill: #000 !important;
}
#right-footer-button {
    display: table;
    margin-left: auto;
    margin-top: 30px;
}

@media screen and (max-width: 1100px) {
    footer.site-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer-widgets {
        flex-direction: column;
        align-items: center;
    }
    #right-footer-button {
        margin-right: auto;
    }
}

    /* Copyright */

.site-info {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* reCaptcha */

.grecaptcha-badge {
    display: none !important;
}
.g-recaptcha-notice {
    color: #fff;
    font-size: 15px;
}
.g-recaptcha-notice a {
    color: #fff !important;
}