/*
Theme Name: Xtrail
Theme URI: https://xtrail.qodeinteractive.com/
Description: Extreme Sports and Outdoors Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: xtrail
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

body .qodef-event-list-holder.qodef-el-standard .qodef-event-list-item-holder .qodef-event-list-category-holder.has-flag {
    /*left: 35px;*/
}
.custom-title-header .qodef-grid {
    margin: 0 auto;
}
.custom-title-header h1{
    font-weight: 700;
}
.cat-flag {
    position: absolute;
    top: 10px;
    width: 30px;
    right: 10px;
    z-index: 99;
}
.cat-flag img {
	border-radius:100%;
}
body .qodef-event-list-holder.qodef-el-standard .qodef-event-list-item-holder .qodef-event-list-category-holder:before {
    transform: none;
}

/* Single event page */
.qodef-ttevents-single .cat-flag {
    bottom: 75px;
    max-width: 60px;
    top: auto;
    left: 10px;
}
.qodef-ttevents-single .cat-flag img {
    border: 1px solid #fff;
}
body .qodef-event-list-category-holder.has-flag {
    /*left: 45px;*/
}
.qodef-title-holder .qodef-title-inner {
    background: #000;
}
.book-event-form {
    padding-bottom: 50px;
}
h1.qodef-post-title {
    font-size: 30px;
    line-height: 1.33em;
}

/* Blog layout */
.layout-swithcer {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    top: -20px;
    position: relative;
}
.layout-swithcer li {
    display:inline-block;
    padding-left:10px;
    cursor:pointer;
}
.layout-swithcer li i {
    padding-left:5px;
}
.layout-swithcer li.active i {
    color: #fed620;
}
.qodef-blog-view.qodef-list-view .qodef-grid-list .qodef-item-space {
    width:100% !important;
    position:static !important;
    margin-bottom: 40px;
}
.qodef-blog-view.qodef-list-view .qodef-page-content-holder .qodef-grid-list .qodef-item-space .qodef-post-heading {
    margin-bottom: 40px;
}
.qodef-blog-view.qodef-list-view .qodef-page-content-holder .qodef-grid-list .qodef-item-space .qodef-post-title {
    font-size: 30px;
}
.qodef-event-list-item-content-holder a:hover {
    color: #000 !important;
}
.tb-event-image, .tribe-events-calendar-list__event-featured-image-link {
    position: relative;
}
.tb-meta-single {
    position: absolute;
    left: 0;
    bottom: 50px;
}
.tb-meta-single .cat-flag {
    position: relative;
    right: 0;
    margin-bottom: 10px;
    top:0;
    left: 10px;
    width: 50px;
}
.tribe-events-calendar-list .tb-meta-single  .cat-flag {
    width: 30px;
}
.tb-meta-single .qodef-event-list-category {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 6px 26px;
    background-color: #fed620;
    z-index: 0;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.025em;
    text-transform: uppercase;
}
.tb-meta-single .qodef-event-list-category:before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fed620;
    -webkit-transform: skew(-15deg,0deg);
    -ms-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.category-dropdown select{
    border-radius: 5px;
    outline: 0;
    padding: 5px 10px;
    border: 1px solid #d5d5d5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.category-dropdown {
    float: right;
    margin-bottom: 10px;
    position: relative;
    top: -7px;

}

.single.single-tribe_events .current-menu-item {
    background: #fed51f;
}
.single.single-tribe_events .qodef-main-menu-line {
    display: none;;
}
.qodef-team-holder.qodef-team-info-on-image span.qodef-team-name {
    line-height: 1;
}
.qodef-side-menu .widget .wp-block-loginout a, button.wpforms-submit {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.qodef-side-menu .widget.qodef-sidearea {
    color: #000;
}
.logged-out.wp-block-loginout {
	display:none;
}
/* User prfofile */
.profile-image {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}
.profile-image img{
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
}
.btn-full-width {
    width:100%;
}
i.material-icons {
    width: 24px;
    display: inline-block;
    margin-right: 5px;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.profile-navigation ul {
    padding: 0;
    list-style: none;
}
.profile-navigation li a {
    text-decoration: none;
    color: inherit;
    display: inherit;
}
.profile-navigation li {
    padding: 1em 0.5em;
    border-left-width: 5px;
    border-left-color: transparent;
    display: block;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    transition: 0.3s;
    text-align: left;
}
.profile-navigation li:hover, .profile-navigation li.active {
    background-color: #fafafa;
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
    border-left: 5px solid rgb(255 213 31);
    padding-left: 2em;
}
.profile-section-title {
    padding-bottom: 10px;
}
.dashboard-content-block {
    padding-bottom: 50px;
}
.dashboard-content-block .form-group label {
    padding-bottom: 5px;
}
select.form-control, .acf-input input[type="url"]{
    position: relative;
    width: 100%;
    margin: 0 0 16px;
    padding: 12px 18px;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: calc(50px - (24px - 2px));
    color: #0a0a0a;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.notify .close {
    display: none;
}
.input-multiselect select, .input-address textarea {
    min-height: 200px;
}

.badge-success {
    background-color: #c7f5d9;
    color: #0b4121;
}
.badge-primary {
    background-color: #cfe0fc;
    color: #0a47a9;
}
.badge-warning {
    background-color: #ffebc2;
    color: #453008;
}

.wdo-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
}
.wdo-modal-content {
    position: relative;
    top: 20%;
    background: #00011a;
    background: -moz-linear-gradient(-45deg,#00011a 0,#8729ae 61%,#00011a 100%);
    background: -webkit-linear-gradient(-45deg,#00011a 0,#8729ae 61%,#00011a 100%);
    background: -webkit-linear-gradient(315deg,#00011a 0,#8729ae 61%,#00011a 100%);
    background: -moz-linear-gradient(315deg,#00011a 0,#8729ae 61%,#00011a 100%);
    background: -o-linear-gradient(315deg,#00011a 0,#8729ae 61%,#00011a 100%);
    background: linear-gradient(135deg,#00011a 0,#8729ae 61%,#00011a 100%);
    margin: auto;
    padding: 30px;
    width: 100%;
    max-width: 650px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -moz-animation-name: animatetop;
    animation-name: animatetop;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
    color: #fff;
}
.wdo-modal-content h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}
.wdo-modal-footer {
    position: relative;
    display: block;
    height: 80px;
    width: 100%;
}
.wdo-modal-content h3 {
    font-size: 24px;
    margin-bottom: 30px;
}
.wdo-modal-content .table {
    color: #fff;
}
.wdo-close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700;
    margin-top: -10px;
    cursor: pointer;
}
.dsf-member-card {
    /*display: none;*/
}
.dsf-member-card h2, .dsf-member-card h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #fff;
}
.dsf-member-card table td, .dsf-member-card table th {
    text-align: left;
    border: 0;
    padding: 0 5px;
}
.dsf-member-card table tbody tr, .dsf-member-card table thead tr {
    border: 0;
}
.dsf-member-card .logo-card {
    max-width: 100px;
    padding-top: 20px;
    text-align: center;
}
.table-light th {
    background: #63277a;
    color: #fff;
}
.dsf-user-search button {
    background: #fed51f;
    border: 0;
    color: #0f0c03;
    padding: 10px;
    max-width: 150px;
    width: 100%;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
}
.result-not-found {
    border: 1px solid #fe807f;
    padding: 10px;
    width: auto;
    display: inherit;
    background: #ffe7e7;
    text-align: center;
}
.filter-results {
    text-align: center;
}
/* CSS Loader */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #63277a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/** Forms **/
.wpforms-field-description .forget-password {
	font-weight:700;
}
.wpforms-field-description .forget-password a {
    color: #eb9c25 !important;
}
a.qodef-icon-has-hover.qodef-side-menu-button-opener-predefined.nav-profile {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    background-color: #fed620;
    padding: 0 44px;
}
.nav-profile .qodef-side-menu-icon-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.nav-profile .qodef-side-menu-title {
    margin: 0 8px 0 0;
    color: #0a0a0a;
}
.nav-profile span.qodef-side-menu-icon.qodef-icon-has-hover {
    max-width: 22px;
}
.logged-in .qodef-drop-down li.login-menu {
	display: none !important;
}

@media (max-width:767px){
	.qodef-mobile-header .qodef-side-menu-button-opener {
        padding: 5px 10px;
        height: auto;
        margin-right: 20px;
        border-radius: 2px;
    }
    .qodef-mobile-header .qodef-side-menu-button-opener .qodef-side-menu-title {
        margin: 0;
        font-size: 12px;
    }
    .qodef-mobile-header .qodef-side-menu-button-opener .qodef-side-menu-icon {
        display:none
    }
}

@media (max-width:580px) {
		body.qodef-side-menu-slide-from-right .qodef-side-menu {
		width: 305px;
		padding: 20px;
	}
	body.qodef-side-menu-slide-from-right .qodef-side-menu .textwidget p {
		padding: 20px 0 0 !important;
	}
	body.qodef-side-menu-slide-from-right .qodef-side-menu .widget.widget_media_image {
		margin-bottom: 0;
		max-width: 80px;
	}
}

/** Reset password form */
.inline-group-field {
    display: flex;
    gap: 10px;
    padding-top: 10px;
}
.inline-group-field input[type="submit"] {
    padding: 10px 20px;
    border: 0;
    background: #ffd51f;
    font-family: inherit;
    line-height: normal;
    height: 54px;
}