/*
Theme Name: Windor Child
Theme URI: http://webdesign-finder.com/windor
Template: windor
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
Description: Windor is a high-quality solution for a website that is going to be suitable for any manufacturing company, factory or plant, no matter the size of the maufacture itself.
Tags: custom-header,left-sidebar,right-sidebar,post-formats,full-width-template
Version: 1.1.0
*/

/*gutenberg*/
p[class*="-font-size"],
p[style*="font-size"] {
    line-height: 1.3em;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
    margin-top: .5em;
}
.wp-block-quote cite:before,
.wp-block-pullquote cite:before {
    margin-top: 0;
}

.wp-block-button a.wp-block-button__link {
    color: #fff;
    border: 2px solid #32373c;
}
.wp-block-button .wp-block-button__link:hover {
    background-color: transparent;
    color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #32373c;
    color: #fff;
}

ul.wp-block-gallery.alignwide {
    width: 100%;
}

.entry-content .wp-block-table.is-style-stripes td {
    border-color: grey;
}

.selectize-control.single {
    margin-bottom: 15px;
}

blockquote.wp-block-quote[style*="text-align:right"] cite {
    text-align: right;
}

.wp-block-archives.wp-block-archives-dropdown {
    margin-bottom: 20px;
}

.item-content .entry-content::after{
    content: '';
    clear: both;
    display: block;
}

.wp-block-column .wp-block-quote:first-child{
    margin-top: 0;
}

#attachment_612{
    display: none;
}

#attachment_612 + p{
    display: none;
}



a.logo {
    min-width: none;
    height: 100px;
    margin: 14px 0 15px;
}

a.logo img {
    width: auto;
    height: 100%;
    margin: 0;
}

.page_toplogo .header-infos .header-infos-inner {
    justify-content: flex-end;
}

.header-infos-inner-socials {
    display: flex;
}

.header-infos-inner-socials .social-icons {
    display: flex;
    gap: 10px;
}

.header-infos-inner-socials .social-icons  a.social-icon {
    border: 1px solid #c9ccd1;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;    
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-infos-inner .header-quote {
    background-color: var(--colorMain);
    color: white;
    font-size: 20px;
    padding: 1rem 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.header-infos-inner .header-quote i {
    font-size: 16px;
    margin-right: 6px;
}

@media screen and (max-width: 991px) {
    .page_toplogo .header-infos .header-infos-inner {
        display: flex;
        flex-direction: column;
    }

    .header-infos-inner-socials {
        justify-content: center;
    }

    .header-infos-inner-socials .social-icons a.social-icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
    }
    .social-icons a.social-icon:before {
        font-size: 12px;
    }

    .shortcode-info-item .ii-icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
    }
    .shortcode-info-item .ii-text {
        font-size: 12px;
        line-height: 16px;
    }

    .header-infos-inner .header-quote {
        font-size: 16px;
    }

    .page_toplogo .logo {
        margin-bottom: 0;
    }

}





