/*
Theme Name: Velvet Care
Author: Zjednoczenie.com
Author URI: https://zjednoczenie.com
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#cookie-notice{
    background-color: rgba(255, 255, 255, 1) !important;
}
#cn-notice-text{
    color: #000 !important;
    display: inline-block !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #30302e !important;
    width: 50% !important;
    text-align: left !important;
}
#cn-notice-text a{
    text-decoration: underline;
}
#cn-accept-cookie.button.bootstrap{
    display: inline-block !important;
    margin: 0 !important;
    padding: 14px 0 18px !important;
    width: 190px !important;
    background: #ed1e52 !important;
    border: 1px solid #ed1e52 !important;
    color: #fff !important;
    border-radius: 8px !important;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: "Exo 2",sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    margin-left: 15px !important;
    
}
#cn-accept-cookie.button.bootstrap:hover{
    background-color: #fff !important;
    color: #ed1e52 !important;
}
.cookie-notice-container{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ed1e52 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
@media (max-width: 767px){
    #cn-notice-text{
        width: 100% !important;
        text-align: center !important;
        display: block !important;
        padding-bottom: 20px !important;
    }
    .cookie-notice-container{
        display: block !important;
    }
}