/*
Theme Name: DODO Blocks
Theme URI: https://dodo.nl/
Author: DODO Internet
Author URI: https://dodo.nl/
Description: Theme from DODO Internet and Studioviv. This theme only works in combination with the plugin Advanced Custom Field PRO. And can be intregrated with WooCommerce and Contact Form 7.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: ONLY for DODO and Studioviv
Text Domain: dodo-gutenberg-theme
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

:root {
    --dodo-gold-color: #eadbb2;
    --dodo-gray-color: #b7b7b7;
    --dodo-black-color: #000;
    --dodo-white-color: #fff;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: #111;
    font-family: 'Oswald', sans-serif;
}

p {
    font-size: 20px;
}

.btn:focus,
a:focus {
    outline: none;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

#wpadminbar {
    z-index: 900;
}

a {
    color: #eadbb2;
    font-weight: normal;
}

a:hover {
    color: #b7b7b7;
}

ul.toc,
ul.toc ul {
    list-style: none;
    text-transform: uppercase;
    padding-left: 1rem;
}

ul.toc a {
    color: #fff;
}

ul.toc a:hover {
    color: #eadbb2;
}

hr.gold {
    opacity: 0.5;
    border-top: 1px solid var(--dodo-gold-color);
}

hr.gray {
    border-top: 1px solid #333;
    opacity: 1;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.navbar-gold {
    border-top: 1px solid #eadbb2;
    border-bottom: 1px solid #eadbb2;
}

.col-toc {
    border-left: 1px solid #333;
}

ul.toc li::before {
    content: "-";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 0.75em;
    margin-left: -1em;
  }

ul.toc > li {
	margin-bottom: 6px;
}

ul.toc > li > a{
	font-weight: bold !important;
}

ul.toc > li > ul > li a{
	color: #ccc;
}

@media (hover: hover) and (pointer: fine) {
    #cursor {
        z-index: 1100;
        position: fixed;
        left: 0;
        top: 0;
        pointer-events: none;
        will-change: transform;
        display: none;
    }

    #cursor .cursor--inner {
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        border: solid 1px #b7b7b7;
        box-shadow: 0px 0px 100px 15px rgba(183, 183, 183, 0.1);
        outline: solid 1px rgba(0, 0, 0, 0.5);
    }


}

.navbar-nav {
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #eadbb2;
    font-family: 'Bebas Neue', cursive;
    font-size: 3rem;
}

@media only screen and (max-width: 992px) {
    .navbar.navbar-expand-lg {
        border-top: 1px solid #eadbb2;
        border-bottom: 1px solid #eadbb2;
    }
}

.socials-header a {
    text-decoration: none;
    color: #fff;
}

.socials-header a:hover {
    color: #eadbb2;
}

.navbar-toggler {
    background: none;
    border: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 44px;
    height: 2px;
    border-radius: 1px;
    margin: 10px 0 4px 0;
    transition: all 0.2s;
}

.navbar-toggler .icon-bar {
    background: #b7b7b7;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-link::before,
.navbar-nav .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    background-color: #fff;
    transition: width .25s ease, background-color .25s ease;
}

.navbar-nav .nav-link::before {
    top: 0;
    left: 5%;
}

.navbar-nav .nav-link::after {
    bottom: 0;
    right: 5%;
}


.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:hover::after {
    width: 100%;
    background-color: #eadbb2;
}

.navbar-nav .active .nav-link::before,
.navbar-nav .active .nav-link::after {
    width: 100%;
    background-color: #eadbb2;
}

.navbar-nav .active .nav-link {
    color: #eadbb2;
}

#back-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eadbb2' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    border: solid 1px transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
}

@media (hover: hover) {
    #back-top-btn:hover {
        border: solid 1px #eadbb2;
    }
}

a.gold {
    color: #eadbb2;
    font-weight: normal;
    text-decoration: none;
}

a.gold:hover {
    text-decoration: underline;
}

.dodo-gold-color {
    color: #eadbb2;
}

.dodo-gray-color {
    color: #b7b7b7;
}

.dodo-black-color {
    color: #000;
}

.dodo-white-color {
    color: #fff;
}

.dodo-gold-bg-color {
    background-color: #eadbb2;
}

.dodo-gray-bg-color {
    background-color: #b7b7b7;
}

.dodo-black-bg-color {
    background-color: #000;
}

.dodo-white-bg-color {
    background-color: #fff;
}

.collab-modal {
    --bs-modal-bg: #111;
    --bs-modal-color: #fff;
    --bs-modal-border-color: #eadbb2;
    --bs-modal-header-border-color: #eadbb2;
    --bs-modal-border-radius: 0;
}

.collab-modal a,
.collab-modal a h3 span{
    text-decoration: none;
    color: #fff;
}

.collab-modal a h3 span:hover {
    color: #eadbb2;
}

.wpcf7 label,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
    width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
    outline: 0;
    border-radius: 0;
    border: 1px solid #eadbb2;
    background-color: #111;
    color: #fff;
    padding: 12px 12px;
    margin-top: 6px;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
    border: 1px solid #b7b7b7;
}

.wpcf7 input[type=submit] {
    outline: 0;
    border-radius: 0;
    border: 1px solid #eadbb2;
    background-color: #111;
    color: #fff;
    padding: 6px 24px;
}

.wpcf7 input[type=submit]:hover {
    background-color: #eadbb2;
    color: #111;
}

.wpcf7-response-output {
    color: #fff;
}