/* 
 Theme Name:     webber360
 Theme URI:      http://webber360.com/weboldal-keszites
 Author:         Webber360.com
 Author URI:     https://webber360.com
 Template:       Divi
 Version:        1.0
 Description:    Custom Child Theme
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Typography Custom CSS */

body {
    font-weight: 400 !important;
}

/* FOOTER BOTTOM */

.custom-footer-bottom {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-transform: none;
    float: right;
}

.custom-footer-bottom a {
    padding-left: 5px;
    font-weight: bold;
    color: #333;
}

.custom-footer-bottom a:hover {
    opacity: 0.8;
}

/* EU COOKIE LAW */

button.pea_cook_btn {
    background: #f28560 !important;
    border: 1px solid #f28560 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none !important;
    margin-left: 20px !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}