/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.elementor-icon svg {
	margin-bottom: -5px;
    height: unset!important;
}

:focus{
	outline: unset!important;
}

.padding-container{
	padding-left: 5vw!important;
	padding-right: 5vw!important;
}

.margin-container{
	margin-left: 5vw!important;
	margin-right: 5vw!important;
	width: calc(100% - 10vw)!important;
	max-width: calc(100% - 10vw)!important;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 0;
}

.button-style a:hover{
    border-radius: 110px!important;
    transition: .2s ease-in;
}

.button-style a{
    transition: .3s ease-out;
}

 a.privacy-button{
    color: #c96548!important;
	font-weight: bold!important;
}

.cky-notice-btn-wrapper button {
    font-size: 15px;
}

.cky-notice-group p {
    font-family: 'Proxima Nova';
	line-height: 20px;
}

p.cky-title {
    font-family: 'Proxima Nova';
    font-size: 16px;
    text-transform: uppercase;
	letter-spacing: 1.5px;
}

.cky-btn {
    line-height: 1em;
	margin: 0 20px 0 0!important;
}

.cky-btn:hover{
	border-radius: 100px!important;
	opacity: 1!important;
}

@media(min-width:768px){
    .read-more {
        height: fit-content!important;
    }
}

@media(max-width:767px){
.break{
    display: none;
}
	
.cky-notice-group p {
	text-align: center;
}

p.cky-title {
	text-align: center;
}
	
.cky-consent-container {
    width: 100%!important;
}
	
.cky-box-bottom-left {
    bottom: 0!important;
    left: 0!important;
}

.cky-consent-container .cky-consent-bar {
    border-radius: 0!important;
}

.cky-notice-btn-wrapper button {
    margin-top: 12px!important;
	width: fit-content!important;
	padding: 10px!important;
}
}

@media(max-width:440px){
.cky-notice-btn-wrapper button {
    margin-top: 12px!important;
	width: fit-content!important;
	padding: 10px!important;
}

.cky-notice-btn-wrapper {
    flex-direction: row-reverse!important;
}

.cky-btn {
    line-height: 1em;
	margin: 0 10px 0 10px!important;
}
}

