/*
Theme Name: Moderno-Child
Theme URI: https://parkofideas.com/moderno/
Text Domain: moderno-child
Description: Fashion & Furniture Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: moderno
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

:root {
    --text-transform: none;
}

/**** Social icons ****/

header .c-soc__link:first-child {
    color: #1877F3;
}
header .c-soc__link:nth-child(2) {
    color: #FF0069;
}
header .c-soc__link:nth-child(3) {
    color: #25D366;
}
header .c-soc__link:last-child {
    color: #000;
}
footer .c-ip-social__link--square::before {
    display: none !important;
}
footer .c-ip-social__link--square:first-child {
    background-color: #1877F3;
}
footer .c-ip-social__link--square:nth-child(2) {
    background-color: #FF0069;
}
footer .c-ip-social__link--square:nth-child(3) {
    background-color: #38d956;
}
footer .c-ip-social__link--square:last-child {
    background-color: #80579d;
}
footer .c-ip-social__link:hover {
    color: #fff !important;
    background: #454545;
}

/**** Hero ****/

#hero-slider,
.bdt-prime-slider-skin-general,
.bdt-slideshow,
.bdt-slideshow > ul {
    max-height: 700px;
}
.bdt-sub-title {
    margin-bottom: 10px;
}
.bdt-sub-title > .bdt-ps-sub-title {
    background-color: #000;
    padding: 8px 15px 10px 15px;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover,
.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover {
    background: #000;
    border-color: #000;
    width: 48px;
    border-radius: 60px;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-previous::before,
.bdt-prime-slider-skin-general .bdt-prime-slider-next::before {
    display: none;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover ,  
.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg,
.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg {
    transform: translateX(0);
}

/**** Repromaterijal page ****/

.large-h2 {
    font-size: 72px;
    color: #c69657;
}
.fullwidth-accordion .c-ip-accordion__wrap {
    max-width: 100%;
}

/**** Media Queries ****/

@media (max-width: 767px) {
    .large-h2 {
        font-size: 24px;
    }
}