:root {
    --theme-yellow: #ffa800;
    --theme-dark-blue: #001b33;
}

/* ----------------------------------------------------------------
	General
-----------------------------------------------------------------*/

body {
    font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-dark-blue);
}

#page-title {
    padding: 2rem 0;
}

#page-title h1 {
    color: #001b33;
}

#page-title h1 {
    font-weight: 500;
}

#page-menu {
    height: 44px;
    line-height: 44px;
}

.menu-link {
    color: var(--theme-dark-blue);
}

.sub-menu-container .menu-item > .menu-link {
    color: var(--theme-dark-blue);
}

.mega-menu-style-2 .mega-menu-title > .menu-link {
    color: var(--theme-dark-blue);
}

.i-circled {
    color: var(--theme-dark-blue);
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
    color: var(--theme-dark-blue);
}

.fbox-content h3 {
    color: var(--theme-dark-blue);
}

/* ----------------------------------------------------------------
	Mega Menu
-----------------------------------------------------------------*/

@media (min-width: 992px) {

    .mega-menu-small .mega-menu-content {
        left: -240px;
    }

}

/* ----------------------------------------------------------------
	Home Page
-----------------------------------------------------------------*/

.slider-caption {
    height: 90%;
    max-width: 450px;
}

.slider-caption > div {
    background-color: rgba(255,255,255,0.9);
    border-radius: 2px;
    padding: 40px;
}

.slider-caption h2 {
    font-size: 24px;
}

.slider-caption h4 {
    margin-bottom: 15px;
}

.slider-caption p {
    margin-top: 0px;
    font-size: 18px;
}

.dark .slider-caption { background-color: rgba(0,0,0,0.75) }

/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/

.fbox-content p {
    color: #555;
}

/* ----------------------------------------------------------------
	List Item and Dropdown Colors
-----------------------------------------------------------------*/

.list-group-item.active {
    background-color: #FFA800;
    border-color: #FFA800;
}

.dropdown-item.active, .dropdown-item:active {
    color: #495057;
    background-color: #e6e9ec;
}

/* ----------------------------------------------------------------
	Modified Button Styles
-----------------------------------------------------------------*/

.button.button-dark {
    background-color: #001b33;
}

.button.button-dark:hover { background-color: #002d55; }

.dark .button-dark:not(.button-border):not(:hover),
.dark .button:hover {
    background-color: #e89900;
}

.dark .button-light:not(.button-border):hover {
    background-color: #dcdcdc;
    color: var(--theme-dark-blue);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-light {
    color: var(--theme-dark-blue);
}

.button.button-light:hover {
    background-color: #dcdcdc;
    color: var(--theme-dark-blue);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button:hover {
    background-color: #e89900;
}

.no-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.no-button-link {
    padding: 0;
    color: #FFA800;
}

.no-button-link:hover {
    color: #222;
}

.no-button-link-underline:hover {
    text-decoration: underline;
}

.button-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.50;
}

button:disabled, button[disabled] {
    opacity: 50%;
}

.button.button-dark:hover:disabled {
    background-color: #001b33;
}

.button.button-light:hover:disabled {
    background-color: #EEE;
    color: #001B33;
    text-shadow: none;
}

.button:hover:disabled {
    background-color: #FFA800;
}

.portfolio-meta li span {
    width: 120px;
}

.toggle-header,
.accordion-header {
    color: var(--theme-dark-blue);
}

/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
    border: 2px solid #001b33;
    color: #001b33;
}

.button.button-border:not(.button-fill):hover {
    background-color: #001b33;
}

.button.button-border.button-light:hover {
    color: #001b33;
}

/* ----------------------------------------------------------------
	Notifications
-----------------------------------------------------------------*/

.notifications .badge {
    position: absolute;
    top: 3px;
    right: 12px;
    padding: 3px 5px;
    border-radius: 50%;
}

.high-priority {
    color: #721c24;
    background-color: #f8d7da;
}

.high-priority:hover {
    text-decoration: none;
    color: #721c24;
    background-color: #f5c6cb;
}

/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/

.checkbox-style:checked + .checkbox-style-3-label:before {
    background: #FFA800;
}

.option {
    font-weight: normal;
    text-transform: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #FFF;
}

.disabled:checked + .disabled-label:before {
    background: #EEE;
}

/* ----------------------------------------------------------------
	Alert Bar
-----------------------------------------------------------------*/

#close-bar {
    color: #FFA800;
}

#close-bar:hover {
    color: white;
}

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

.dark #footer,
#footer.dark {
    background-color: #001B33;
}

.dark .copyright-links a:hover {
    color: #FFA800;
}

/* ----------------------------------------------------------------
	Misc.
-----------------------------------------------------------------*/

.hover-text-white:hover {
    color: white;
}

.widget {
    margin-top: 25px;
}

.sidebar-widgets-wrap .widget {
    padding-top: 25px;
}

.widget:not(:first-child) .widget-filter-reset { top: 25px; }

.slider-caption:not(.dark) h2 {
    color: var(--theme-dark-blue);
    text-shadow: none;
}

/* ----------------------------------------------------------------
	Callout
-----------------------------------------------------------------*/

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.bd-callout-primary {
    border-left-color: #007bff;
}

.bd-callout-secondary {
    border-left-color: #6c757d;
}

.bd-callout-success {
    border-left-color: #28a745;
}

.bd-callout-danger {
    border-left-color: #dc3545;
}

.bd-callout-warning {
    border-left-color: #ffc107;
}

.bd-callout-info {
    border-left-color: #17a2b8;
}

.bd-callout-light {
    border-left-color: #f8f9fa;
}

.bd-callout-dark {
    border-left-color: #343a40;
}

.bd-callout-white {
    border-left-color: #fff;
}

/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {
    height: 70px;
}

@media (min-width: 992px) {

    .header-size-custom .header-wrap-clone {
        height: calc( 70px + 1px );
    }

    #header.header-size-custom + .include-header {
        margin-top: calc( -70px - 2px );
    }

    .header-size-custom.sticky-header-shrink #header-wrap #logo img {
        height: 70px;
    }

    .header-size-custom .menu-container > .menu-item > .menu-link {
        padding-top: 24px; /* (70px - 22px)/2 */
        padding-bottom: 24px; /* (70px - 22px)/2 */
    }

    .header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
        padding-top: 24px; /* (70px - 22px)/2 */
        padding-bottom: 24px; /* (70px - 22px)/2 */
    }

    /*Special Classes for Making Captain Item Stand Out*/

    .header-size-custom .menu-container > .menu-item > .menu-link-box {
        padding-top: 8px; /* (70px - 22px)/2 */
        padding-bottom: 8px; /* (70px - 22px)/2 */
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link-box {
        padding-top: 8px; /* (70px - 22px)/2 */
        padding-bottom: 8px; /* (70px - 22px)/2 */
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .menu-link-box {
        border: 1px solid #001b33;
        border-radius: 3px;
    }

    .menu-item:hover > .menu-link,
    .menu-item.current > .menu-link {
        border-color: #FFA800;
    }
}

/* ----------------------------------------------------------------
	Icon list
-----------------------------------------------------------------*/

.iconlist {
    margin-left: 0.75rem;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}

/* ----------------------------------------------------------------
	Non-Clickable Tags
-----------------------------------------------------------------*/

.skillscloud { margin-bottom: -2px; }

.skillscloud span {
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    border: 1px solid #E5E5E5;
    font-size: 13px !important;
    color: #666;
    border-radius: 2px;
}

.photo-credit-wrap {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.photo-credit {
    font-weight: normal;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 0.7rem;
}

/* ----------------------------------------------------------------
	Vimeo Embed
-----------------------------------------------------------------*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------
	Clients
-----------------------------------------------------------------*/

.clients-grid .grid-item a { opacity: 1; }

.clients-grid .grid-item a:hover { opacity: 0.6; }

/*Your smartphone screen width*/
@media (max-width: 370px){
    #user-notifications{
        display: none;
    }
}

.skills li > span {
    top: 9px;
}

/* ----------------------------------------------------------------
	GDPR Message
-----------------------------------------------------------------*/

.gdpr-settings {
    left: 1rem;
    opacity: 0;
    padding: 1.5rem;
}

.gdpr-settings.dark {
    background-color: rgba(0,0,0,.7);
}

.invalid-feedback a {
    text-decoration: underline !important;
    color: #dc3545;
}
