/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/*Custom CSS Sheet*/

/*Hide on Mobile class*/
@media (min-width: 980px){
 
    .hide-desktop{
    display: none !important;
    }
}
 
    @media (max-width: 980px){
    .hide-mobile{
    display: none !important;
    } 
}

    @media (max-width: 980px){
    .header-banner{
    display: none !important;
    }
}

/* main H tags*/
.post-entry h1,
.wpb_text_column h1,
.elementor-text-editor h1,
.woocommerce .page-description h1{
    font-size: 24px;
}
.post-entry h2,
.wpb_text_column h2,
.elementor-text-editor h2,
.woocommerce .page-description h2{
    font-size: 22px;
}
.post-entry h3,
.wpb_text_column h3,
.elementor-text-editor h3,
.woocommerce .page-description h3{
    font-size: 20px;
}
.post-entry h4,
.wpb_text_column h4,
.elementor-text-editor h4,
.woocommerce .page-description h4{
    font-size: 18px;
}
.post-entry h5,
.wpb_text_column h5,
.elementor-text-editor h5,
.woocommerce .page-description h5{
    font-size: 16px;
}
.post-entry h6,
.wpb_text_column h6,
.elementor-text-editor h6,
.woocommerce .page-description h6{
    font-size: 14px;
}
/* footer menu header H4 tags*/
.footer-widget-wrapper .widget .widget-title .inner-arrow{
    font-weight: 410!important;
    font-family: 'Raleway', sans-serif;
}
/* footer social link text font weight*/
ul.footer-socials li a span{
    font-weight:400!important;
    font-family: 'Raleway', sans-serif;
}
/*mainmenu width and margin*/
#navigation ul.menu > li, #navigation .menu > ul > li {
    margin-right: 22px !important;
}
/*submenu width and margin*/
#navigation ul.menu ul a, #navigation .menu ul ul a {
    margin: 0 12px;
    padding: 12px 0;
    min-width: 200px;
}
/*top bar menu allignment und item font*/
.penci-headline .pctopbar-item:last-child:not(:first-child) {
    float: right;
}
ul.penci-topbar-menu > li > a, div.penci-topbar-menu > ul > li > a {
    font-size: 14px;
    font-weight: 410 !important;
}
