/*
Theme Name: alone
Theme URI: http://bearsthemes.com/wordpress/alone/
Author: Bearsthemes
Author URI: http://bearsthemes.com/
Description: The Bears is created by <a href="http://bearsthemes.com">Bearsthemes</a>.
Version: 8.0.3
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: alone
Domain Path: /languages
*/
.home .count_block .counting {
	font-size: 80px;
}
.home .stats .stats-block {
	text-align: center;
}
.home .stats .stats-block p {
	font-size: 26px;
}	

.home .stats .stats-block .stat-unit {
	font-weight: bold;
	font-size: 34px;
}
.col-2 {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;    
	align-items: center;
}
.col-2 .col {
	flex: 0 0 50%;
}
.stats-block {
	margin-top: 30px;
	display: block;
    line-height: 1;
}
.counting {
	font-size: 14em;
	color: #36cd1e;
	font-weight: 500;
}
.stat-unit {
    font-size: 40px;
    font-weight: 500;
}
.sib-form {
	border: unset !important;
	padding: 0 !important;
}
.sib-form .checkbox_tick_positive {
	margin: 0 10px 0 0;
}
@media(max-width: 768px) {
	.col-2 .col {
		flex: 0 0 100%;
	}
	.counting {
		font-size: 8em;
	}
}
@media(max-width: 500px) {
	.home .count_block {
		display: block;
	}
	.counting {
		font-size: 6em;
	}
}
.bt-sidebar .bt-col-inner {
    background: none !important;
}
/* RYAN MENU EDITS */
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item a, .bt-header.header-2 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item a, .bt-header.header-3 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item a, .bt-header-mobi.header-mobi .bt-header-mobi-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item a {
	    font-size: 16px!important;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item:not(:first-child), .bt-header.header-2 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item:not(:first-child), .bt-header.header-3 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item:not(:first-child), .bt-header-mobi.header-mobi .bt-header-mobi-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item:not(:first-child) {
    margin-left: 20px!important;
}
