/*
Theme Name: Default
Theme URI: 
Author: Shayan Habib
Author URI: 
Description: 
Version: 3.6
Tested up to: 6.0
Requires at least: 3.6
Requires PHP: 5.2.4
Text Domain: default
*/


.c-scrollbar {
	height: 100vh;
	z-index: 60;
}

#header.inverted .module-logo img:nth-child(1) {
    display: block;
    opacity: 0;
}

@media (min-width: 1200px) {
	.box-inner {
		padding: 50px 10%;
	}
}

#cookie-notice {
    font-family: "apercu", sans-serif;
}

.cookie-notice-container {
    padding: 8px 2%;
}

.cn-text-container {
    margin: 0 auto;
}

.cn-button.bootstrap,
.cn-button.wp-default {
    min-height: 0;
}

.cn-button {
    font-family: 'staff', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1 !important;
    vertical-align: middle;
    background: none !important;
    padding: 0 !important;
    color: #00ffd0 !important;
}


.cbd-link {
    display: none;
    position: absolute;
    bottom: 5%;
    right: 2%;
    z-index: 1;
    color: rgba(0, 0, 0, 0.3);
    text-decoration: none;

}
.cbd-link svg{
    margin-bottom: -4px;
    margin-right: 6px;
}
footer{
    position: relative;
}
@media (max-width : 600px) {
    .cbd-link {
        bottom: 3%;
        left: 4%;
    }
}


.megamenu .col-lg-3 {
    margin: 10px 0 !important;
}

.nav-primary .megamenu {
    z-index: 5;
}

@media (min-width: 800px){
    #header .module-logo a {
        position: relative;
        top: -18px;
    }
    .scrolled #header .header-container .module-logo a {
        top:auto;
    }
}


table {
    margin: 0 0 20px;
}
table, th, td {
    border: 1px solid #ccc;
}