/* ************************************************   
Theme Name: XSport
Author: Templines
Version: 2.4.3
Description: Sport WooCommerce Theme.
Theme URI:  http://sport.templines.org/
Author URI: https://themeforest.net/user/templines/portfolio
License: Themeforest Licenses
License URI: https://themeforest.net/licenses
Tags: left-sidebar,right-sidebar
Text Domain: xsport
*/


#wp-calendar {
    width: 100%;
}

#wp-calendar td,
#wp-calendar th {
    border: 1px solid #eee;
    padding: 5px;
    text-align: center;
}

.wp-caption {
    max-width: 100%;
    list-style: none;
    background: none;
}

.wp-caption-text {
    list-style: none;
    padding: 10px;
    background: none;
}

.gallery-caption {
    list-style: none;
    background: none;
}

.bypostauthor {
    list-style: none;
    background: none;
}

.sidebar .block_content img {
    height: auto;
    margin: 10px 0 10px;
    max-width: 100%;
}

.wp-tag-cloud {
    padding: 0;
    margin: 0;
}

.wp-tag-cloud li {
    border: medium none !important;
    display: inline-block !important;
    margin: 0;
    padding: 0 !important;
}

.main-content td,
.main-content th,
.main-contenttd,
.main-content td {
    border: 1px solid #ddd;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.main-content img {
    max-width: 100%;
    height: auto;
}

.main-content iframe {
    max-width: 100%;
}



/*Debug*/


.logged-in .navbar-fixed-top {
    top: 32px;
}


.top-search .dropdown-menu a:after {
    display: none !important;
}

.clearfix.images {
    width: 100% !important;
}


/*Register*/

.woocommerce-account #respond input#submit,
.woocommerce-account .woocommerce a.button,
.woocommerce-account button.button,
.woocommerce-account input.button {

    border: 1px solid #ddd !important;
    color: inherit !important;
}

#customer_login input[type="checkbox"] {
    visibility: inherit;
}

@media only screen and (max-device-width : 768px) {

    .cd-events td {
        display: table;
        margin: 10px;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

    table,
    .cd-events tbody,
    .cd-events tr {
        display: inline-block;
        width: 100%;
    }


    html .events-content h3 {
        color: #fff !important;
        text-align: center;
        padding-top: 15px;
    }


    html .x-coutdown {
        margin: 0 auto;
        padding: 0;
    }


    .cd-events p {
        display: none !important;
    }

    html .events-content .events-date {
        font-size: 12px !important;
        text-align: center !important;
    }


    .mobile-menu {
        display: block !important;
        padding: 10px;
        background: #000;
        color: #fff;
    }

    .mobile-menu + .yamm {
        display: none;
    }


}


.mobile-menu {
    display: none;
}

.woocommerce #review_form #respond .form-submit input {
    background: none repeat scroll 0 0 #000;
    left: auto;
    color: #fff !important;
}


html .woocommerce ul#shipping_method li {

    text-indent: 0;

}




/*9.09.2015*/


.single_variation_wrap {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    background: none repeat scroll 0 0 #f7f7f7;
}


.variations_button {
    padding-bottom: 10px;
    display: inline-block;
    padding-top: 10px;
}

.reset_variations {
    position: relative;
    top: 5px;
}


.variations_button .qty {
    float: left;
    margin: 3px 10px 0 0px;
}


html .woocommerce div.product form.cart .variations label {
    font-weight: normal;
    color: #888;
    position: relative;
    top: 2px;
    font-size: 15px;
}


.variations_button .cart.button {
    padding: 8px 10px !important;
}

html .product-right .amount {
    margin-right: 10px;
}


.product-right .amount + .amount {
    margin-left: 10px !important;
}

.variations {
    margin: 10px 0;
}


.btn-action-item a.btn-cart {
    top: -4px !important;
}

html .wpb_map_wraper iframe {
    pointer-events: auto;
}


html .product-image {
    min-height: 290px;
}


html .product-image img {
    max-width: 100%;
    height: auto;
    min-width: 252px;
}



.woocommerce-shipping-fields input[type=checkbox] {
    visibility: visible !important;
    margin: 10px;
    position: relative;
    top: 10px;
}

.woocommerce-shipping-fields .checkbox {
    display: inline-block !important;
    float: right;

}


.terms input[type=checkbox] {
    visibility: visible !important;
    margin: 10px;
}

.related.products .product-bottom del {
    font-size: 22px !important;
    margin-left: 10px !important;
    position: relative;
    top: 5px;
}



.product-bottom .price-box .price {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    display: inline-block;
    font-family: "oswaldbook";
    margin-right: 0;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 14px;
}


.isotope-item .product-bottom .price-box .price {

    padding: 0 !important;

}


html .page-header-shop.page-header .breadcrumb {
    margin-top: 20px;
    max-width: 60%;
}


.bg-slideshow li .bg-slide {
    -webkit-animation: imageAnimation 18s linear infinite 0s;
}


/**
 * Parallax
 */
.vc_parallax {
    position: relative;
    overflow: hidden;
}

.vc_parallax > * {
    position: relative;
    z-index: 1;
}

.vc_parallax .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0%;
}

.vc_parallax-inner iframe {
    max-width: 1000%;
}

.vc_video-bg-container {
    position: relative;
}

.vc_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.vc_video-bg iframe {
    max-width: 1000%;
}

/*26.10.2015*/

html .page-header-shop.page-header {
    background-attachment: inherit !important;
}

.yamm .bg-slideshow + .vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.product-grid li.product-category {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 15px 0;
    position: relative;
    vertical-align: top;
    width: 19%;
}

html .product-category h3 {
    font-family: "oswaldbook";
    font-size: 15px;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
}

.product-category img {
    display: none !important;
}


@media only screen and (min-device-width: 768px) {

    html .pix-header2 .yamm {
        position: fixed;
        top: 0px;
    }


    html .logged-in .pix-header2 .yamm {
        position: fixed;
        top: 20px;
    }

}


#pix-shop .product-grid li:nth-child(3n) {
    margin-right: 40px !important;
}


/*21.01.2016*/

.vc_tta-panel-title a {
    font-size: 13px;
    color: #888888;
    text-transform: uppercase;
}

html .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
html .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
    margin-left: 14px !important;
}

/*27.04.2016*/

html .banner-full-width {
    margin-bottom: 0px;
}


/**/


@media only screen and (max-device-width : 770px) {

    html .mobile-menu {
        background: #000 none repeat scroll 0 0;
        color: #fff;
        display: block !important;
        height: 50px;
        padding: 10px;
    }

    .mobile-menu span {
        background: #fff none repeat scroll 0 0;
        display: block;
        height: 3px;
        position: relative;
        width: 30px;
        z-index: 9999;
        margin-top: 6px;
    }

}





.compose-mode .home-section .vc_row {
    overflow: inherit;
}

.compose-mode .review-slider li {
    margin: 0 2% 60px;
    width: 46%;
}

.compose-mode .details-review {
    width: 70%;
}

.entry-footer .entry-meta li {
    list-style: none;
}

.entry-footer .entry-meta li span {
    margin-right: 5px;
}

.widget_archive .screen-reader-text {
    display: none !important;
}

html .yamm #main-menu .dropdown-menu ul {
    margin-left: 100%;
    margin-top: -36px;
}



html .header {
    margin-bottom: 30px;
}

html .page-header-shop.page-header {
    margin: -30px 0 0px;
}



.textwidget img {
    max-width: 100%;
    height: auto;
}

.header .top-header .menu-item-has-children {
    margin-right: 10px;
}

.header .top-header .menu-item-has-children > a:after {
    display: none !important;
}

.widget_categories .screen-reader-text {
    display: none !important;
}


.theme-plugin-not-installed .popover-shorty,
.theme-plugin-not-installed .comments-header,
.theme-plugin-not-installed .box-date-post,
.theme-plugin-not-installed .top-header,
.theme-plugin-not-installed .about-autor,
.theme-plugin-not-installed .breadcrumb {
    display: none !important;
}

.theme-plugin-not-installed .type-post.sticky:after {
    display: none;
}

.theme-plugin-not-installed .post.sticky .entry-title > a {
    color: red;
}

html .comments-list .children {
    list-style: none outside none;
    margin: 0 0 0 25px;
    padding: 0;
}


html .woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    visibility: inherit;
    position: relative;
    top: -1px;
    margin-right: 2px;
}


.isotope-frame .btn-action-item a .fa-shopping-cart {
    top: -2px;
}

.isotope-frame .btn-action-item a i {
    top: 1px;
}


html .variations_button .qty {
    float: left;
    margin: 0;
}

.woocommerce-variation-add-to-cart .button {
    margin-right: 10px !important;
}

.tribe-bar-views-inner {
    display: none !important;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    background: #eee !important;
}


.datepicker.datepicker-dropdown.dropdown-menu td {
    border: 1px solid #ccc;
}

.datepicker .month {
    padding: 3px;
}

.tribe-events-tooltip {
    padding: 25px;
}

.popover-title {
    font-family: 'oswaldbook';
    text-transform: uppercase;
    font-size: 15px !important;
}

.popover-content {
    font-size: 13px !important;
}

.woocommerce table.shop_table th {
    font-family: 'oswaldbook';
    text-transform: uppercase;
}

.cart-collaterals {
    padding-top: 25px;
}


.coupon .button {
    margin-top: 2px !important;
}


html .woocommerce-cart .cart-collaterals .cart_totals tr td,
html .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border: 1px solid #ddd !important;
    padding: 10px;
}

.cart_totals h2 {
    font-size: 20px;
}


.title-option,
.demo_changer h4 {
    display: none !important;
}

.popover-shorty .fa:before {
    margin-left: 0 !important;
}

html .woocommerce div.product .product_title {
    text-transform: inherit;
}

.page-header .page-title {
    margin-top: 0 !important;
}


.page-header-shop.page-header .page-header .page-title {
    margin-top: 15px !important;
}

html aside .widget ul > li {
    text-transform: inherit;
}


html .tribe-events-schedule h2 {
    font-size: 14px;
}

.x-cdr span {
    font-size: 25px !important;
}





.entry-main .alignleft.wp-block-button {
    margin-right: calc(2 * 1rem);
    margin-top: 0;
}

.entry-main .alignright.wp-block-button {
    margin-right: 0;
    margin-left: calc(2 * 1rem);
    margin-top: 0;
}

.entry-main .wp-block-button {
    margin: 32px 0;
}


.entry-main .wp-block-cover.alignleft {
    max-width: calc(4 * (100vw / 12));
    margin-right: calc(2 * 1rem);
}

.entry-main .wp-block-cover {
    padding: 1rem 10%;
}


.entry-main .wp-block-cover .wp-block-cover-text {

    font-size: 1.6875em;
    font-weight: bold;
    line-height: 1.25;
    padding: 0;
    color: #fff;
}


.entry-main .blocks-gallery-item {
    width: calc((100% - 64px)/5);
    margin-right: 16px;
}


.entry-main .blocks-gallery-image,
.entry-main .blocks-gallery-item {
    width: calc((100% - 16px)/2);
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}


.entry-main .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}






.blocks-gallery-grid,
.wp-block-gallery {
    margin-left: 0 !important;
}

.post .entry-main {
    overflow: hidden;
}

.page-title-default {
    margin: 10px 0 20px 0;
    padding: 0;
    text-transform: uppercase;
    clear: both;
    display: none;
}


.theme-plugin-not-installed .page-title-default {
    display: block;
}


.main-content img.alignright {
    clear: right;
}

.wp-link-text {
    clear: both;
}

.wp-link-text a {
    text-decoration: underline;
}
