﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #4D5061; /* added to test pallet */
}
/** Firefox specific rule so font is NOT shown Bold **/
@-moz-document url-prefix() {
    body {
        font-weight: 200;
    }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
}

.header-area .top-header {
        width: 100%;
        height: 60px;
        background-color: #292929;
}

@media only screen and (max-width: 767px) {
    .header-area .top-header {
        height: 80px;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header .top-header-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-area .top-header .top-headline p {
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .header-area .top-header .top-headline p {
        display: none;
    }
}

.header-area .top-header .top-headline p span {
    /*	color: #ffaf02;*/
    color: #E8C547; /* added to test pallet */
}

.header-area .top-header .top-quick-nav a {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    margin-right: 30px;
}

    .header-area .top-header .top-quick-nav a:last-child {
        margin-right: 0;
    }

    .header-area .top-header .top-quick-nav a:hover, .header-area .top-header .top-quick-nav a:focus, .header-area .top-header .top-quick-nav a.active {
        /*	color: #ffaf02;*/
        color: #E8C547; /* added to test pallet */
    }

.header-area .cryptos-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    height: 125px;
}

@media only screen and (max-width: 767px) {
    .header-area .cryptos-main-menu {
        height: 80px;
    }
}

.header-area .cryptos-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .cryptos-main-menu .classy-navbar {
    height: 125px;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .cryptos-main-menu .classy-navbar {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .cryptos-main-menu .classy-navbar {
        height: 80px;
    }
}

.header-area .cryptos-main-menu .classy-navbar .classynav ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

    .header-area .cryptos-main-menu .classy-navbar .classynav ul li a:hover, .header-area .cryptos-main-menu .classy-navbar .classynav ul li a:focus {
        /*	color: #ffaf02;*/
        color: #E8C547; /* added to test pallet */
    }

.header-area .cryptos-main-menu .classynav ul li .dropdown li a, .header-area .cryptos-main-menu .classynav ul li .megamenu li a {
    font-size: 14px;
}

.header-area .cryptos-main-menu .classynav .header-newsletter-form {
    margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .cryptos-main-menu .classynav .header-newsletter-form {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .cryptos-main-menu .classynav .header-newsletter-form {
        margin-left: 18px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .cryptos-main-menu .classynav .header-newsletter-form {
        margin-left: 18px;
        margin-top: 15px;
    }
}

.header-area .cryptos-main-menu .classynav .header-newsletter-form form {
    width: 265px;
    height: 35px;
    background-color: #eef3f6;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .cryptos-main-menu .classynav .header-newsletter-form form {
        width: 220px;
    }
}

.header-area .cryptos-main-menu .classynav .header-newsletter-form form input {
    width: 100%;
    height: 35px;
    border: none;
    background-color: transparent;
    padding: 0 15px;
    font-size: 12px;
    font-style: italic;
}

.header-area .cryptos-main-menu .classynav .header-newsletter-form form button {
    width: 90px;
    height: 35px;
    border: none;
    background-color: #eef3f6;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    color: #292929;
    cursor: pointer;
    /*	border-bottom: 2px solid #ffaf02;*/
    border-bottom: 2px solid #E8C547; /* added to test pallet */
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .header-area .cryptos-main-menu .classynav .header-newsletter-form form button:hover {
        background-color: #292929;
        /*	color: #ffaf02; */
        color: #E8C547; /* added to test pallet */
    }


.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0px;
}



.bg-overlay, .bg-overlay2 {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

    .bg-overlay::after {
        background-color: rgba(10, 12, 18, 0.9);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

    .bg-overlay2::after {
        background-color: rgba(177, 179, 185, 0.22);
        /* background-color: #eef3f6; */
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

.height-100 {
    height: 100% !important;
}

.dark .classycloseIcon .cross-wrap span {
    background-color: #fff
}

.pdl-100 {
    padding-left: 100px !important;
}

.pdr-100 {
    padding-right: 100px !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.bottom-footer-area {
    background-color: #090f1a;
    text-align: center;
    height: 60px;
}





/* CSS Document */
.header-search-form {
    /*margin-left: 50px;*/
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: #ffaf02;
    border-radius: 30px;
    padding: 5px;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 25px;
    transition: width 0.5s linear;
}

input[type="search"]::placeholder {
    /* Firefox, Chrome, Opera */
    text-align: center;
}

.searchbar:hover > .search_input {
    padding: 5px;
    width: 225px;
    caret-color: red;
    transition: width 0.5s linear;
}

.searchbar:hover > .search_icon {
    background: #ffaf02;
    color: #253A83;
    display: flex;
    /*margin-top: -2rem;
	background: white;
	*/
}

button.button.search_icon {
    background-color: transparent;
    border: none;
}

.search_icon {
    float: right;
    height: 30px;
    width: 30px;
    /*display: flex;
	justify-content: center;
	align-items: center;	
	*/
    border-radius: 50%;
}

    .search_icon > i {
        font-size: 25px;
        padding: 2px;
        /*color: white; */
    }

        .search_icon > i:hover {
            color: white;
        }

.fa-search:before {
    content: "\f002";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* :: 11.0 Footer Area CSS */
.main-footer-area {
    background-color: #232323;
}

    .main-footer-area .footer-widget .widget-title {
        margin-bottom: 45px;
    }

        .main-footer-area .footer-widget .widget-title h6 {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 0;
            color: #ffffff;
            margin-top: 10px;
            text-transform: uppercase;
        }

    .main-footer-area .footer-widget .footer-social-info {
        margin-top: 30px;
        display: block;
    }

        .main-footer-area .footer-widget .footer-social-info a {
            display: inline-block;
            color: #8e8e8e;
            margin-right: 25px;
        }

            .main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus {
                /*color: #ffaf02;*/
                color: #E8C547; /* added to test pallet */
            }

    .main-footer-area .footer-widget .single--blog-post {
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }

        .main-footer-area .footer-widget .single--blog-post:last-child {
            margin-bottom: 0;
        }

        .main-footer-area .footer-widget .single--blog-post a {
            display: block;
            color: #8e8e8e;
            font-family: "Open Sans", sans-serif;
            margin-bottom: 5px;
        }

            .main-footer-area .footer-widget .single--blog-post a:hover {
                /*color: #ffaf02;*/
                color: #E8C547; /* added to test pallet */
            }

            .main-footer-area .footer-widget .single--blog-post a p {
                margin-bottom: 0;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
            }

                .main-footer-area .footer-widget .single--blog-post a p:hover {
                    /*color: #ffaf02;*/
                    color: #E8C547; /* added to test pallet */
                }

        .main-footer-area .footer-widget .single--blog-post span {
            margin-bottom: 0;
            font-size: 14px;
            /*color: #ffaf02;*/
            color: #E8C547; /* added to test pallet */
        }

    .main-footer-area .footer-widget .useful-links li {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 75%;
        width: 75%;
    }

        .main-footer-area .footer-widget .useful-links li a {
            font-size: 14px;
            font-family: "Open Sans", sans-serif;
            margin-bottom: 5px;
            display: block;
            color: #8e8e8e;
        }

            .main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
                /*color: #ffaf02;*/
                color: #E8C547; /* added to test pallet */
            }

.bottom-footer-area {
    background-color: #090f1a;
    text-align: center;
    height: 60px;
}

    .bottom-footer-area p {
        font-size: 14px;
        margin-bottom: 0;
        font-family: "Open Sans", sans-serif;
    }

        .bottom-footer-area p a {
            color: #8e8e8e;
            font-size: 14px;
            font-family: "Open Sans", sans-serif;
        }

            .bottom-footer-area p a:hover {
                /*color: #ffaf02;*/
                color: #E8C547; /* added to test pallet */
            }


address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}


/**************************  Additional Font Colors *********************/
.font-gold {
    color: #ffaf02;
}

.font-blue {
    color: #4135FF;
}

.font-white {
    color: #ffffff;
}

.font-teal {
    color: teal;
}

ul.useful-links li {
    padding: 5px;
}

.main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
    color: #ffaf02;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

#scrollUp {
    background-color: #ffaf02;
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    #scrollUp:hover {
        background-color: #141414;
    }

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
    }
}

/*.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}


.breakpoint-off .classynav ul li .dropdown {
    width: 300px;
}*/

#partialHead ul {
    list-style: none;
    text-align: center;
}

#partialHead ul li {
     padding: 5px;
     font-size: large;
     display: inline;
     text-align: center;
     border: 1px solid black;
     border-radius: 10px;
     background: #c4c4c4;
}

li a {
    text-decoration: none;
}