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

/*************** ADD CUSTOM CSS HERE.   ***************/
.pt-1 {padding-top: 10px !important;}
.pt-2 {padding-top: 20px !important;}
.pt-3 {padding-top: 30px !important;}
.pb-1 {padding-bottom: 10px !important;}
.pb-2 {padding-bottom: 20px !important;}
.pb-3 {padding-bottom: 30px !important;}
.m-auto {margin: 0 auto;}
.float-s {float: left;}
.d-flex {display: flex; align-items: center;}
.logo-footer {width: 150px; flex: 0 0 150px; margin-right: 50px;}
.footer-wrapper {border-top: 2px solid #b39053;}
.footer {padding: 20px 0 0;}
.text-gold {color: #ffcc00;}
strong {color: #ffcc00;}
.border-gold {border-bottom: 2px solid #d4a100;}
ul.ul-custom { list-style: none;}
ul.ul-custom li {position: relative; margin-left: 0; padding-left: 35px; margin-bottom: 0;}
ul.ul-custom li i {position: absolute; left: 0; top: 4px; font-size: 20px; line-height: 20px; width: 20px; height: 20px; border-radius: 50%; background: #ffcc00; text-align: center; color: #000;}
ul li {margin-bottom: 0;}
.accordion-inner {padding: 0 2.3em;}
.top-divider {border-top:unset;}
p {margin-bottom: 1rem;}
ol li::marker {color: #ffcc00;}
.col {padding: 0 15px;}

ul.keyword-table {list-style: none; margin-left: 0; text-align: center; margin-bottom: 0;}
ul.keyword-table li {background: #1a1a1a; padding: 5px 20px; margin:0; border: 1px solid #d4a100; font-size: 16px;}
ul.keyword-table li:first-child {background: #310a02 !important; font-weight: 500;}
ul.keyword-table > li:nth-of-type(odd) {background-color: #131313 ;}

.footer-nav {position: fixed; left: 0; bottom: 0; width: 100%;
    background: rgb(34,34,34);
    background: linear-gradient(180deg,#2e2e2e 19%,#000 100%);
    border-top: 1px solid #000;
    z-index: 1;
    padding: 10px 0;
}
ul.footer-button {
    display: inline-block;
    list-style: none;
    width: 100%;
    margin-bottom: 0;
}
ul.footer-button li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
}
.footer-nav .fas, .footer-nav .fab {
    color: #ffcc00;
    margin-right: 10px;
    background: transparent;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #ffcc00;
    border-radius: 50%;
}
#footer {margin-bottom: 60px;}

.top-login-item .form-group {
    width: 18%;
    margin: 3px 1%;
    float: left;
    font-size: 16px!important;
}

.top-login-item input, .top-login-item input:focus, .top-login-item input:focus-visible {
    background: #000;
    border: 2px solid #cca34c;
    margin-bottom: 0;
    border-radius: 3px;
    color: #fff;
}

.top-login-item button {margin-bottom: 0; border: 0; min-height: 0;}

.top-login-item .btn-green, .top-login-item .btn-red, .top-login-item input {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    transition: .3s ease-in-out;
    height: 40px;
}

.title-login {
    color: #fff;
    float: left;
    width: 18%;
    margin: 0 1%;
      margin-top: 0px;
    text-align: right;
    margin-top: 11px;
  }

.btn-red, .btn-red:hover {background-color: #e70000 !important; padding: 6px 0; border-radius: 3px;}
.btn-green, .btn-green:hover {background-color: #00b900 !important; border-radius: 3px;}

.header-block {background: #111111;}

.entry-header .posted-on, .entry-header .byline, .entry-header .entry-category {display:none !important;}

.is-outline:hover, .primary.is-outline:hover {color: #000 !important;}

.tagcloud a:hover {
  border-color: unset !important;
  background-color: unset !important;
}




@media only screen and (max-width: 991px) {
    .d-flex {flex-wrap: wrap; text-align: center;}
    .logo-footer  {text-align: center; margin-bottom: 20px; width: 100%; margin-right: 0; flex: unset;}
}

@media only screen and (max-width: 849px) {
    /*Menu Mobile*/
    #header .show-for-medium.flex-left {margin-right: unset !important; width: 100%; margin-left: auto;}
    #header .mobile-nav.nav.nav-left {justify-content: flex-end;}
    .nav > li.has-icon > a > i {color: #fff;}
    .nav > li > a {font-size: 1.1em;}
    .footer-nav .fas, .footer-nav .fab {display: block; margin: 0 auto;}
    ul.footer-button li {font-size: 14px;}
    #footer {margin-bottom: 80px;}
    .title-login {width: 100%; margin-top: 0; text-align: center; margin-bottom: 10px;}
    .top-login-item .form-group {width: 23%;}
}

@media only screen and (max-width: 676px) {
    .top-login-item .form-group {width: 48%;}
}

@media only screen and (max-width: 549px) {
   .home .header-block {display: none;}
}