/*
Theme Name: Narcos
Description: Narcos - Approved by the Colombian cartel.
Author: Pablo Escobar
Version: 1.0
Requires at least: 4.9
Requires PHP: 7.0
Tested up to: 6.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.main-menu > .menu-item:hover .sub-menu li {
    white-space: nowrap;
}


.main-content a.site-button {
    position: relative;
    padding: 9px 25px;
    border-radius: 25px;
    background: #F5D99A;
    color: #262627;
    border: 1px solid #F5D99A;
    text-transform: uppercase;
    line-height: normal;
    transition: .3s;
    display: block;
    margin: auto;
    width: fit-content;
    text-align: center;
}



.main-content a.site-button:hover {
     background: transparent;
     color: #F5D99A;
}


@media screen and (max-width: 768px) {
    .top {
        padding-top: 80px;
    }

    span.mobile-menu-toggler {position: relative;}

    span.mobile-menu-toggler:before {
        content: " ";
        width: 60px;
        height: 60px;
        position: absolute;
        top: -100%;
        bottom: -100%;
        margin: auto;
        left: -16px;
    }
	
	.header {
		position: fixed;
		width: 100%;
		left: 0;
		z-index: 999;
	}

	.top {padding: 0;}

	.nav-wrap.show {
		overflow: auto;
		position: fixed;
	}

    .logo-wrap {
        width: auto;
        padding: 0;
        position: relative;
    }

    .top {
        background: #1f2024;
        padding: 1rem;
    }

    .top {
        display: flex;
        flex-direction: row;
        z-index: 333333;
        position: relative;
        background: #202024 !important;
    }


    main#main {
        padding-top: 80px !important;
    }

    .btn-wrap {
        gap: 5px;
    }
}

@media screen and (max-width: 500px) {
    .custom-logo-link img {
        max-width: 100px !important;
    }
}

@media screen and (max-width: 410px) {
    .btn-wrap {
        gap: 5px;
    }

    .custom-logo-link img {
        max-width: 80px !important;
    }

    .btn-wrap a {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-content table {
    border: 1px solid #9b9b9b;
}

.main-content table td {
    border: 1px solid #9b9b9b;
    padding: 10px;
}
