/*
 * Responsive Style
 */


/*	Table of Content
========================
	# 
========================
*/

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0em;
    margin-left: 0em;
}

.dropdown .dropdown-menu {
    border-radius: 0;
    padding: 8px;
}

.navigation-mobile {
    position: fixed;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    position: relative;
    border-bottom: 4px solid #eb154f;
    display: none;
    background: #FFF;
}

.home-btn {
    padding: 10px;
    background: #c7ab61;
}

.navigation {
    position: fixed;
    width: 100%;
    height: 120px;
    padding: 0 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    /* background: #c7ab61; */
    background: #FFFFFF;
    border-bottom: 4px solid red;
    top: 0;
    left: 0;
    right: 0;
}

.extra-header-border {
    border-bottom: 20px solid #c7ab61;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.navigation-left,
.navigation-right {
    flex-grow: 1;
    flex-basis: 0;
}

.navigation-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
}

.navigation-center {}

.navigation-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation-right>div {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: #c7ab61;
    /*padding: 5px;*/
}

.cat-style {
    border: none !important;
}

.navigation .bi-brightness-high-fill,
.navigation .bi-list {
    font-size: 24px;
    color: var(--bb-sec-black-color);
    padding-right: 24px;
}

.navigation2 {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 86px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    background: none;
}

.navigation2 .navigation-left,
.navigation2 .navigation-right {
    flex-grow: 1;
    flex-basis: 0;
}

.dt-box {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    /* width: 166px; */
    margin-top: 48px;
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dt-box .number {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 44px;
    color: var(--bb-pri-red-color);
    line-height: 60px;
    width: auto;
    height: 60px;
    background-image: url("border-60.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.dwrap {
    margin-left: 22px;
}

.date {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.dt-box .month {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.year {
    transform: rotate(-90deg);
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: -38px;
    height: 32px;
}

.social-header {
    position: fixed;
    z-index: 1000;
    width: 50px;
    height: 100vh;
    /* background: #f2f2f2; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
    right: 4px;
}

.btn-social {
    border-radius: 0;
    margin-bottom: 4px;
    background: var(--bb-sec-black-color);
    color: var(--bb-accent-color);
    border: none;
}

.btn-social:hover {
    background: var(--bb-pri-red-color);
    border-color: var(--bb-pri-red-color);
    color: var(--bb-accent-color);
}

.top-logo-header {
    width: 515px;
    display: flex;
    height: auto;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 0 80px;
}

.top-tagline-h {
    height: 28px;
}

.top-dt-wrapper {
    padding-left: 16px;
    display: flex;
}

.home-btn {
    height: 50px;
    width: 50px;
    display: grid;
    place-content: center;
}

.tool-tip {
    position: relative;
    display: inline-block;
}

.tool-tip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: var(--bb-sec-black-color);
    color: #fff;
    text-align: center;
    padding: 12px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 40%;
    margin-top: 40px;
}

.tool-tip:hover .tooltiptext {
    visibility: visible;
}

.tool-tip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--bb-sec-black-color) transparent;
}

.modal-black .modal-content {
    background: #c7ab61;
    color: ;
}

.modal-black .modal-footer {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
}

.modal-black .modal-header {
    border: none;
}

.modal-black .menu-sub-form {
    margin-top: 80px;
}

.modal-black .menu-sub-form h2 {
    margin-bottom: 12px;
}

.modal-black .menu-sub-form .form-control {
    border-radius: 0;
}

.modal-black .menu-sub-form button.btn.btn-outline-secondary {
    border-radius: 0;
    background: var(--bb-pri-red-color);
    color: #fff;
    border: none;
}

.modal-white {}

.modal-white .modal-header {
    border-radius: 0;
    border: 0;
    background: #f2f2f2;
}

.modal-white .modal-footer {
    border-radius: 0;
    border: 0;
    background: #f2f2f2;
}

.modal-white .modal-body {
    padding: 24px 24px;
}

.modal-white .form-control {
    border-radius: 0;
}

.modal-white .btn {
    position: relative;
    z-index: 2;
    border-radius: 0;
    border: 0;
    /*background: var(--bb-sec-black-color);*/
    color: #fff;
}

.modal-white .form-select {
    border-radius: 0;
}

.modal-white h2 {
    margin-bottom: 24px;
}

span.ico {
    display: none;
}


/* 	==========================================================================
	
	========================================================================== */

@media (max-width: 479px) {
    .navigation-mobile {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }
    .top-logo-h img {
        width: 180px;
    }
    .top-tagline-h img {
        width: 45px;
    }
    .nav-link {
        font-size: 32px;
    }
    .navigation {
        display: none;
    }
    .navigation2 {
        display: none;
    }
    .modal-black .modal-footer {
        font-size: 10px;
    }
    li.list-group-item {
        padding: 12px 0;
    }
    .modal-big-menu li.list-group-item a {
        font-size: 24px;
    }
}


/* 	==========================================================================
	
	========================================================================== */

@media (min-width: 480px) and (max-width: 575px) {
    .navigation-mobile {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }
    .top-logo-h img {
        width: 250px;
    }
    .top-tagline-h img {
        width: 60px;
    }
    .nav-link {
        font-size: 32px;
    }
    .navigation {
        display: none;
    }
    .navigation2 {
        display: none;
    }
    .modal-big-menu li.list-group-item a {
        font-size: 24px;
    }
}


/* 	==========================================================================
	Small devices (landscape phones, 576px and up)
	========================================================================== */

@media (min-width: 576px) and (max-width: 767px) {
    .navigation-mobile {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }
    .top-logo-h img {
        width: 250px;
    }
    .top-tagline-h img {
        width: 60px;
    }
    .nav-link {
        font-size: 32px;
    }
    .navigation {
        display: none;
    }
    .navigation2 {
        display: none;
    }
    .modal-big-menu li.list-group-item a {
        font-size: 24px;
    }
}


/* 	==========================================================================
	Medium devices (tablets, 768px and up)
	========================================================================== */

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-mobile {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }
    .top-logo-h img {
        width: 250px;
    }
    .top-tagline-h img {
        width: 60px;
    }
    .nav-link {
        font-size: 32px;
    }
    .navigation {
        display: none;
    }
    .navigation2 {
        display: none;
    }
    .modal-big-menu li.list-group-item a {
        font-size: 24px;
    }
}


/* 	==========================================================================
	Large devices (desktops, 992px and up)
	========================================================================== */

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation-mobile {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }
    .top-logo-h img {
        width: 250px;
    }
    .top-tagline-h img {
        width: 60px;
    }
    .nav-link {
        font-size: 32px;
    }
    .navigation {
        display: none;
    }
    .navigation2 {
        display: none;
    }
}


/* 	==========================================================================
	X-Large devices (large desktops, 1200px and up)
	========================================================================== */

@media (min-width: 1200px) and (max-width: 1365px) {
    .top-btn-right {
        display: block;
    }
    span.txt {
        display: block;
    }
}


/* 	==========================================================================
	XX-Large devices (larger desktops, 1400px and up)
	========================================================================== */

@media (min-width: 1366px) and (max-width: 1599px) {
    span.ico {
        display: none;
    }
}


/* 	==========================================================================
	XXX-Large devices (larger desktops, 1600px and up)
	========================================================================== */

@media (min-width: 1600px) and (max-width: 1910px) {
    span.ico {
        display: none;
    }
}