/**
 File exists purely to hook into wp_add_inline_styles();

 Author: Obox Themes
 Author URI: http://www.oboxthemes.com/
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.SupporterCount {
	display: block;
	margin-bottom: 7px;
}
.digit {
    display: inline-block;
    width: 2em;
    background-color: #444;
    border-radius: 0.2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
    padding: 4px 2px;
    margin-right: 3px;
    box-shadow: 1px 1px 1px rgb(4 4 4 / 35%);
    background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #3A3A3A), color-stop(0.5, #444444) );
}
.acordeon-list {
	margin-top: 15px;
	margin-bottom: 15px;
}
.acordeon-list li {
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 10px;
}
.col-petition__title {
	min-height: 70px;
}
.col-petition__btn-title a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
}
.col-petition .col-petition__mob-btn a {
	width: 90%;
}
.custom-icon-list li svg {
	width: 60px!important;
	max-height: 60px;
}
.header-dl_btn-mob {
	margin-bottom: 0!important;
}
.header-dl_btn-mob a {
	width: 100%!important;
}

@media screen and (min-width: 751px) {
	.petition-counter {
		display: block;
	    width: auto!important;
	    height: auto;
	    position: fixed!important;
	    bottom: 7px;
	    right: 40px;
	    background: #FFFF00;
	    color: #000;
	    border: 2px solid #000;
	    text-transform: uppercase;
	    font-family: "Oswald", Sans-serif;
	    font-size: 13px!important;
	    font-weight: 400;
	    background-color: #FFFF00;
	}
	.petition-counter a {
		padding: 7px 5px !important;
	}
	#up_btn {
		margin-top: -50px;
	}		
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
	.petition-counter {
		right: 20px;
	}
}
@media screen and (max-width: 750px) {
	.header__logo a {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 220px;
		z-index: 999;
	}
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-top: 0;
	}
	.elementor-16 .elementor-element.elementor-element-10c01b0, .elementor-258 .elementor-element.elementor-element-11e65dd {
		padding: 10px 10px 2px 10px;		
	}
	.elementor-14 .elementor-element.elementor-element-3730d59 .elementor-button, .elementor-14 .elementor-element.elementor-element-8841531 .elementor-button, #petition-counter__rr {
		width: 100%;
		max-width: 370px;
	}
	.petition-counter {
		background: #FFFF00;
		margin-top: -16px;
		padding: 1px;
	}
	#up_btn {
		margin-top: 0;
	}
	.col-petition__title {
		min-height: unset;
	}
	.elementor-16 .elementor-element.elementor-element-7dcbecc {
		margin-bottom: 0;
	}
	#petition-counter_mm {
		display: none;
	}
	.main-bnr {
		background-image: url(/wp-content/themes/layers-elementor/assets/images/main-mob_bg.jpg) !important;
	}	
}