/* GLOBAL */
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #181C20;
}
h1, h2, h3, h4, h5 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 600;
}
h1 {
	font-size: 48px;
	margin-bottom: .25em;
}
@media only screen and (max-width: 600px) {
	h1 {
	font-size: 36px;
	margin-bottom: .25em;
}
}
h2 {
	font-size: 36px;
}
@media only screen and (max-width: 600px) {
	h2 {
		font-size: 28px;
	}
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}

.divider {
	border-top-color: #DFE5E8;
	padding: 30px 0;
}
@media only screen and (max-width: 600px) {
	.divider {
		padding: 15px 0;
	}
}

.filter .filter-nav {
	margin-bottom: 40px;
}
.chip {
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 15px;
	height: auto;
}
.filter .filter-tag#tag-0:checked~.filter-nav .chip[for=tag-0], 
.filter .filter-tag#tag-1:checked~.filter-nav .chip[for=tag-1], 
.filter .filter-tag#tag-2:checked~.filter-nav .chip[for=tag-2], 
.filter .filter-tag#tag-3:checked~.filter-nav .chip[for=tag-3], 
.filter .filter-tag#tag-4:checked~.filter-nav .chip[for=tag-4], 
.filter .filter-tag#tag-5:checked~.filter-nav .chip[for=tag-5], 
.filter .filter-tag#tag-6:checked~.filter-nav .chip[for=tag-6], 
.filter .filter-tag#tag-7:checked~.filter-nav .chip[for=tag-7], 
.filter .filter-tag#tag-8:checked~.filter-nav .chip[for=tag-8] {
	background: #4AAF6C;
}

/* BUTTONS */
.btn {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
}
.btn.btn-primary {
	background-color: #F4C44E;
	color: #203046;
	border: 0;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	border-radius: 50px;
}
.btn.btn-primary:hover, 
.btn.btn-primary:active,
.btn.btn-primary:focus
{
	background-color: #FFB500;
	color: #203046;
}
.btn.btn-secondary {
	background-color: #F3F3F3;
	color: #203046;
	border: 0;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	border-radius: 50px;
}
.btn.btn-lg {
	padding: 10px 20px;
	font-size: 16px;
}

/* HEADER */
#header {
	background: #ffffff;
	height: 100px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	z-index: 10;
	position: fixed;
}
@media only screen and (max-width: 1000px) {
	#header {
		height: 70px;
	}
}
#header .navbar .navbar-section {
	height: 100px;
}
@media only screen and (max-width: 1000px) {
	#header .navbar .navbar-section {
		height: 70px;
	}
}
#header .navbar .navbar-section.left #mobile-menu-icon {
	display: none;
	background: url('/images/mobile-menu-icon.png');
	background-size: 24px 24px;
  	transition: 250ms ease-in;
}
@media only screen and (max-width: 1000px) {
	#header .navbar .navbar-section.left #mobile-menu a {
		display: none;
	}
	#header .navbar .navbar-section.left #mobile-menu-icon {
		display: block;
		z-index: 100;
		height: 24px;
		width: 24px;
		margin: 0 0 0 5px;
	}
	#header .navbar .navbar-section.left #mobile-menu.active {
		display: fixed;
		background: #fff;
		width: 120px;
		height: auto;
		min-height: 100px;
		margin: 0;
		position: absolute;
		z-index: 2;
		top: 85px;
		border-radius: 10px;
		box-shadow: 0px 1px 23px 0px rgba(0, 0, 0, 0.25);
	}
	#header .navbar .navbar-section.left #mobile-menu.active a {
		display: block;
		margin: 15px 15px;
	}
	#header .navbar .navbar-section.left #mobile-menu-icon.active {
		background: url('/images/close-icon.png');
		background-size: 24px 24px;
		transition: all 0.4s ease-in-out;
	}
}
#header .navbar .navbar-section.left #mobile-menu {
	display: inline-block;
}

#header .navbar .navbar-section.left a.btn {
	margin: 0 12px 0 0;
	color: #283755;
}
@media only screen and (max-width: 1000px) {
	#header .navbar .navbar-section.left a.btn {
		margin: 0 15px 0 0;
	}
}
#header .navbar .navbar-section.left .btn.btn-link {
	color: #283755;
	line-height: 0px;
	border-radius: 30px;
	padding: 20px 15px;
}
#header .navbar .navbar-section.left .btn.btn-link:hover, #header .navbar .navbar-section.left .btn.btn-link.active{
	background-color: #F3F3F3;
	color: #4AAF6C;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
#header .navbar .navbar-center img {
	padding-top: 25px;
}
@media only screen and (max-width: 1000px) {
	#header .navbar .navbar-center img {
		padding-top: 15px;
		width: 100px;
	}
}
#header .navbar a {
	text-transform: uppercase;
	font-family: "Albert Sans", sans-serif;
	font-weight: 600;
}
#header .navbar .navbar-section.right img {
	margin: 8px 15px;
	height: 24px;
}
@media only screen and (max-width: 600px) {
	#header .navbar .navbar-section.right img {
		margin: 8px 10px;
	}
}
#header .navbar .navbar-section.right a {
	height: 40px;
}

/* FOOTER */
footer p {
	display: inline-block;
}
footer p:after {
	content: " | ";
	padding: 0 10px;
	color: #BBBBBB;
}
footer p:last-child:after {
	content: '';
}
@media only screen and (max-width: 600px) {
	footer p {
		display: block;
	}
	footer p:after {
		content: '';
	}

}

/* MAIN */
#main {
	background-image: url('/images/wood-background.jpg');
	background-repeat: repeat-x;
	background-size: auto 250px;
	background-position: 0 -5px;
	min-height: 800px;
	padding-top: 145px;
}
@media only screen and (max-width: 1000px) {
	#main {
		padding-top: 80px;
	}
}
.hero p {
	font-size: 18px;
	font-weight: 400;
}
.hero-body img {
	border-radius: 10px;
}
@media only screen and (max-width: 600px) {
	.hero.hero-sm {
		padding-bottom: 20px;
	}
}
#main h2 {
	margin-bottom: 30px;
}
.card {
	border-radius: 10px;
	margin: 0 10px 30px;
	border: 0;
}
.card .card-image:last-child img {
	border-radius: 10px;
}
.card-wrapper {
	margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
	.card-wrapper {
		margin-bottom: 50px;
	}
}

.btn.after-card {
	position: relative;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 30px;
}

/* CHANNELS */
.channels-wrapper .results {
    padding: 0 0 10px;
    display: inline-block;
    min-width: 100%;
    height: 85%;
    display: table;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 50px;
}
.channels-wrapper .updated-date {
    text-align: center;
}
.channels-wrapper .updated-date strong {
    font-weight: 600;
}
.channels-wrapper .sorting-desc:after {
    content: '\2193';
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.channels-wrapper .sorting-asc:after {
    content: '\2191';
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.channels-wrapper .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    text-align: center;
    width: 1200px;
    top: 42%;
}
.channels-wrapper .lds-ring div {
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 8px;
    border: 4px solid #dddddd;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #dddddd transparent transparent transparent;
}
.channels-wrapper .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.channels-wrapper .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.channels-wrapper .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.channels-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.channels-wrapper .sticky {
    position: sticky;
    top: 100px;
    z-index: 10;
}
@media only screen and (max-width: 1000px) {
	.channels-wrapper .sticky {
	    top: 70px;
	}
}
.channels-wrapper .sticky.is-pinned {
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.channels-wrapper th {
    background: #4AAF6C;
    font-size: 14px;
    font-weight: 400;
    padding: 25px 20px;
    text-align: left;
    vertical-align: middle;
    width: 120px;
    color: #fff;
}
.channels-wrapper th:first-child {
	border-top-left-radius: 5px;
	
}
.channels-wrapper th:last-child {
	border-top-right-radius: 5px;
}
.channels-wrapper tr {
    border-bottom: 1px solid #dddddd;
}
.channels-wrapper tr:last-child {
    border-bottom: none;
}
.channels-wrapper th:last-child {
    border-right: none;
}
.channels-wrapper th[data-sort="int"]:hover {
    cursor: pointer;
}
.channels-wrapper thead {
    height: 45px;
}

.channels-wrapper td {
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    width: 115px;
}

@media only screen and (max-width: 840px) {
	.channels-wrapper td.views, 
	.channels-wrapper td.videocount, 
	.channels-wrapper td.startdate, 
	.channels-wrapper td.country, 
	.channels-wrapper th.country-sort, 
	.channels-wrapper th.joined-sort, 
	.channels-wrapper th.videocount-sort, 
	.channels-wrapper th.views-sort {
		display: none;

	}
	.channels-wrapper th {
		width: 80px;
		padding: 10px;
	}
	.channels-wrapper td {
		width: 60px;
		padding: 10px;
	}
	.channels-wrapper td.logo {
		width: 60px;
		padding: 10px 0 10px 20px;
	}
	.channels-wrapper .subscribers-sort:after {
		display: none;
	}
}

/* PRIVACY COOKIE CONSENT */
.cc-nb-main-container, .freeprivacypolicy-com---pc-dialog {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 30px;
    background: #fff;
    padding: 20px;
}
.freeprivacypolicy-com---reset, .freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
    background: none;
    max-width: 600px;
}
.freeprivacypolicy-com---pc-dialog {
    max-width: 600px;
}
.cc-nb-buttons-container button {
    border-radius: 50px;
}
    