/*
Theme Name: Goldenkeys
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
body {
    font-size: 18px!important;
    letter-spacing: 0.5px;;
}

.title-line h3{
    font-size: 32px;
    position: relative;
}

.title-line h3:after {
    content: '';
    display: block;
    margin-top: 24px;
    content: ' ';
    max-width: 320px;
    width: 100%;
    border: 2px solid #d0b75a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px #d0b75a;
    -webkit-box-shadow: inset 0 1px 1px #d0b75a;
    -moz-box-shadow: inset 0 1px 1px #d0b75a;
}

.gk-button {
    padding: 7px 15px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0.09px #d0b75a;
    -webkit-transition: ease-out .4s;
    -moz-transition: ease-out .4s;
    transition: ease-out .4s;
    text-align: center;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    background-color: #313131;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(315deg,#D0B75A 0,#F7E582 52.6%,#C7A34C 100%);
    color: #fff !important;
    font-weight: bold;
}

.gk-button.gk-button-2 {
    background-color: #fff;
    color: #313131 !important;
    font-weight: normal;
}

.gk-button.gk-button-2:hover {
    background-color: #d0b75a !important;
    color: #313131 !important;
}

.gk-button:hover {
    color: #f7e582 !important;
    background: rgba(0,0,0,.5)!important;
}

.header.transparent .header-bg-color {
    background-color: #313131;
}


.nav>li.has-icon>a>i {
    background: -webkit-linear-gradient(#F7E582, #C7A34C, #C7A34C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
}

.home-section .banner h3 {
    font-size: 32px;
    line-height:1.3;
}

.absolute-footer {
    display: none;
}

.tt-color-main h3 {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    background: linear-gradient(315deg,#D0B75A 0,#F7E582 52.6%,#C7A34C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    position: relative;
}

.tt-color-main h3::after {
    display: block;
    margin-top: 24px;
    content: ' ';
    width: 120px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 60px);
    bottom: -20px;
}

.absolute-footer {
    display: none;
}

.nav-sidebar.nav-vertical>li {
    border-style: solid;
    border-width: 1px;
    border-image: linear-gradient(to left,#d0b75a 1%,#f7e582 50%,#c7a34c 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

.mobile-sidebar.no-scrollbar {
    margin: 15px;
}