/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
@charset "UTF-8";
/*GLOBALS*/

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400 800;
    font-display: swap;
    src: url(https://www.zonadepadel.es/modules/cssoptimizer/views/fonts/raleway/Raleway-Italic-VariableFont_wght.ttf) format("truetype supports variations"),
    url(https://www.zonadepadel.es/modules/cssoptimizer/views/fonts/raleway/Raleway-Italic-VariableFont_wght.ttf) format("truetype-variations");
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "BeVietnamPro";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wp-site-blocks {
    padding-top: 0;
		padding-bottom: 0;
}

a {
    text-decoration: none;
}


.zdp-sprite {
    background-image: url(https://www.zonadepadel.es/themes/child_classic/assets/img/sprites_new.png?v1.00);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}


img, svg {
    vertical-align: middle;
}


.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}


body .is-layout-flow > * + * {
    margin-block-start: 0;
}


h1.wp-block-post-title {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 10px !important;
		margin-top: 10px !important;
		font-size: 70px;
}

p.short_description {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #141414;
		margin-bottom: 63px;
		margin-top: 15px;
}


.type-post img {
    max-width: 100%;
    height: 297px !important;
    object-fit: cover;
}

.title-bold {
    font-size: 30px;
    font-weight: 500;
    color: #141414;
		margin-bottom: 15px !important;
	  margin-block-start: 15px !important;
    display: block;
}

.category_post, .category_post a {
    font-family: "Arial";
    color: #797979;
    font-size: 15px;
		text-transform: none;
		margin-bottom: 4px;
}

.post h3.entry-title, .post h3.entry-title a {
    font-size: 24px;
    margin: 0;
    color: #141414;
    font-weight: 800;
    text-transform: none;
    display: -webkit-box;
    overflow: hidden;
    height: 67px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
		text-decoration: none;
}

.post .entry-header p {
    height: 75px;
    font-family: "Arial";
    color: #141414;
    font-size: 16px;
		line-height: 26px;
}

.datetime {
    font-family: "Arial";
    font-size: 15px;
    color: #797979;
    display: block;
    width: 100%;
}

.post .datetime:before {
    content: "";
    background: transparent linear-gradient(90deg, #DDDDDD 0%, #DDDDDD 0%, #FFFFFF 100%) 0% 0% no-repeat;
    height: 2px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.post-article, .wp-block-post-template.is-flex-container li.wp-block-post {
    margin-bottom: 50px;
}

span.category_post a:after {
    background: #797979;
    position: relative;
    display: inline-block;
    width: 1px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    content: "";
    top: 3px;
}

span.category_post a:last-child:after {
    display: none;
}

.post p {
    height: 76px;
    color: #141414;
    line-height: 26px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
		margin-top: 10px;
		font-family: 'Arial';
    font-size: 16px;
}

.post h3.entry-title a:hover {
    color: #FF4F00;
}

nav.navigation.pagination {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #141414;
		margin-bottom: 15px;
}

nav.navigation.pagination a {
    color: #141414;
}

nav.navigation.pagination a, nav.navigation.pagination span {
	font-family: 'Arial';
	margin-left: 5px;
	margin-right: 5px;
	line-height: 15px;
	position: relative;
}

nav.navigation.pagination a:hover, 
nav.pagination span.page-numbers.current {
    border-bottom: 2px solid black;
    font-weight: 700;
}

a.page-numbers.pagination-prev, a.page-numbers.pagination-next {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #F0F0F0;
		border: none !important;
}

.pagination .nav-links {
    display: inline-flex;
    align-items: center;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0 !important;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    /*margin-left: auto;
    margin-right: auto;*/
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

button.slick-arrow {
    top: -60px;
    position: absolute;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    padding: 0;
    background: #F0F0F0;
    z-index: 1;
    right: 12px;
}

button.slick-arrow.slick-prev {
    right: 61px;
}

.container.get_all_posts, .all_posts_container {
    margin-top: 0 !important;
		position: relative;
}

nav.navigation.pagination:last-child {
    margin-bottom: 0;
		margin-top: 20px;
}

button.slick-arrow:hover, a.page-numbers.pagination-prev:hover, a.page-numbers.pagination-next:hover {
    background: #0E0E0E;
}


button.slick-arrow:before, a.page-numbers.pagination-prev:before, a.page-numbers.pagination-next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://www.zonadepadel.es/blog/wp-content/uploads/2023/04/Sprite-Blog-@1x.png);
}

button.slick-arrow.slick-prev:before, a.page-numbers.pagination-prev:before {
    background-position-y: -1054px;
}

button.slick-arrow.slick-next:before, a.page-numbers.pagination-next:before {
    background-position-y: -1098px;
}

button.slick-arrow.slick-next:hover:before, a.page-numbers.pagination-next:hover:before {
    background-position-y: -1185px;
}

button.slick-arrow.slick-prev:hover:before, a.page-numbers.pagination-prev:hover:before {
    background-position-y: -1141px;
}

button.slick-arrow.slick-prev.slick-disabled:before {
    background-position-y: -967px;
}

button.slick-arrow.slick-next.slick-disabled:before {
    background-position-y: -1011px;
}

button.slick-arrow.slick-prev.slick-disabled, button.slick-arrow.slick-next.slick-disabled {
    background: #F0F0F0;
    cursor: auto;
}

.get_all_posts nav.navigation.pagination:first-child, .all_posts_container nav.navigation.pagination:first-child {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin-bottom: 20px;
}

.wp-block-term-description p, .single-post p.wp-block-post-excerpt__excerpt {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #141414;
}

.archive .container.container-featured-posts {
    margin-top: 56px;
}

ul#breadcrumb {
    margin-top: 50px;
    padding-left: 0;
    list-style: none;
    font-family: "Arial";
    color: #8D8D8D;
    font-size: 13px;
    text-transform: none;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    position: relative;
}

ul#breadcrumb li.item-current {
    color: #444444;
    font-weight: 600;
}

ul#breadcrumb:after {
    content: "";
    background: transparent linear-gradient(90deg, #DDDDDD 0%, #DDDDDD 0%, #FFFFFF 100%) 0% 0% no-repeat;
    height: 2px;
    width: 100%;
    position: relative;
    display: block;
    bottom: 2px;
    margin-top: 8px;
}

ul#breadcrumb a {
    color: #8D8D8D;
}

ul#breadcrumb a:after {
    background: #D3D3D3;
    position: relative;
    display: inline-block;
    width: 2px;
    height: 12px;
    margin-left: 11px;
    margin-right: 11px;
    content: "";
    top: 1px;
}

.single-post h1.wp-block-post-title, .single-post .wp-block-post-excerpt {
    max-width: 1300px;
}

.single-post .wp-block-post-content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Arial';
		padding: 0px;
}

.single-post .wp-block-post-content a {
    color: #FF4F00;
    font-weight: 600;
    text-decoration: underline;
}

.metadata-container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Arial';
        padding-left: 0;
        padding-right: 0;
				margin-top: 12px !important;
}


.wp-block-post-author .wp-block-post-author__avatar {
    border-radius: 30px;
    border: 4px solid #DDDDDD;
		margin-right: 12px;
}

.wp-block-post-author .wp-block-post-author__avatar img {
    border-radius: 30px;
}

.wp-block-post-author {
    display: flex;
    align-items: center;
}

.wp-block-post-author__name {
    font-family: "Arial";
    font-size: 15px;
    color: #797979;
}

.single-post figure.alignwide.wp-block-post-featured-image {
    margin-top: 52px !important;
}

div#ez-toc-container ul li a {
    background: #E6E6E6;
    padding-left: 41px;
		padding-right: 41px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 2px;
    display: block;
    color: #141414 !important;
    font-size: 18px;
    text-decoration: underline;
		font-weight: 400;
}

div#ez-toc-container ul li a:hover {
    background: #FF4F00;
    color: white !important;
}

div#ez-toc-container p.ez-toc-title {
	color: #141414;
	font-weight: 600;
	font-size: 24px;
	padding-left: 40px;
	margin-bottom: 12px;
	display: block;
}

.container-datetime {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wp-block-post-excerpt {
    margin-top: 0px !important;
}

.single-post .wp-block-post-content h2 {
    text-align: center;
    color: #141414;
    font-size: 36px;
    font-weight: 600;
		margin-top: 55px;
}

.single-post .wp-block-post-content iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
		margin-top: 35px;
    margin-bottom: 35px;
		max-width: 100%!important;
    height: 641px!important;
    width: 100%;
}

.single-post .wp-block-post-content h3 {
    text-align: center;
    color: #141414;
    font-size: 30px;
    font-weight: 600;
		margin-top: 35px;
}

.venta {
    max-width: 815px !important;
    box-shadow: 0px 0px 20px #00000033;
    border: 1px solid white;
    border-radius: 5px;
    padding: 30px;
		margin-top: 20px !important;
    margin-bottom: 34px !important;
	  display: flex;
    flex-wrap: wrap;
}

.venta .preciosproductos span.precio {
    background: #FF4F00;
    color: white;
    height: 32px;
    display: inline-block;
    width: auto;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
}

.venta .preciosproductos span.precioold {
    color: #787878;
    font-size: 14px;
    font-weight: 600;
		float: right;
    line-height: 32px;
}

.wp-block-post-content .venta ul {
    padding-left: 0;
    list-style: none;
		margin-bottom: 8px;
		margin-top: 35px;
}

.wp-block-post-content .venta ul li {
    background: #F0F0F0;
    padding: 22px;
    margin-bottom: 2px;
		line-height: 24px;
		min-height: 0;
}

.venta a.comprarahora {
    background: transparent linear-gradient(0deg, #FF5010 0%, #FF8B15 100%) 0% 0% no-repeat padding-box;
    color: white !important;
    text-decoration: none !important;
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
		padding: 16.5px 22px;
}

.container-related-posts .title-bold {
    text-align: center;
}

.container-related-posts {
    margin-top: 54px !important;
}

.single-post .wp-block-post-content table tr td {
    border-bottom: 2px solid #F0F0F0;
		padding: 8px 20px;
}

.single-post .wp-block-post-content table {
    margin-left: auto;
    margin-right: auto;
		border-spacing: 3px;	
}

.wp-block-post-template.is-flex-container {
    margin-top: 0;
}

.wp-block-term-description, .wp-block-term-description p {
    margin-top: 15px !important;
}

.wp-block-term-description h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #141414;
    margin-top: 55px;
    margin-bottom: 18px;
}

.archive p.video-container {
    margin-top: 40px !important;
}

.fotoproducto, .preciosproductos {
    width: 50%;
}

.venta p{
	  width: 100%;
    clear: both;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
}

.venta  br {
    display: none;
}

.fotoproducto {
	text-align: center;
}

.wp-block-post-content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 4px;
    line-height: 22px;
    display: flex;
    vertical-align: middle;
    align-items: center;
		padding-top: 9px;
    padding-bottom: 9px;
}

.wp-block-post-content ul li:before {
    content: "";
    background: #F0F0F0;
    height: 100%;
    width: 15px;
    position: absolute;
    left: -30px;
}

.wp-block-post-content ul {
    padding-left: 30px;
		margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-post-content .venta ul li:before {
    display: none;
}

.single .wp-block-post-content figcaption {
    font-size: 14px;
    color: #797979;
    padding-top: 8px;
}

.wp-block-post-content ul li strong, .wp-block-post-content ul li a {
    display: contents;
}

div#ez-toc-container ul li {
    display: block;
}

.single-post .wp-block-post-content .biografias {
    background: white;
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    display: table;
    margin-bottom: 47px;
    padding: 12px;
    position: relative;
    width: 700px;
    max-width: 100%;
    padding-top: 15px;
    margin-top: 42px;
}

.single-post .wp-block-post-content .biografias h3 {
    display: inline;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
}

.single-post .wp-block-post-content .biografias p {
    margin-top: 0;
}

.single-post .wp-block-post-content .biografias p:last-child {
    margin-bottom: 0;
}

.single-post .wp-block-post-content h4 {
    text-align: center;
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    margin-top: 55px;
}

.single-post .wp-block-post-content img {
    display: block;
    max-width: 100%;
    height: auto ;
    margin: 0 auto;
}

.single-post .wp-block-post-content table th {
    background: #F0F0F0;
}

.single-post .wp-block-post-content table th {
    font-weight: 600;
    font-size: 18px;
    color: #141414;
    height: 51px;
    border: none;
		text-align: left;
    padding: 0 20px;
}

.single-post .wp-block-post-content figure {
    max-width: 100%;
		margin-bottom: 34px;
		margin-top: 34px;
}

.single-post .wp-block-post-content p {
    margin-top: 0;
    margin-bottom: 15px;
		line-height: 28px;
}

.single-post .wp-block-post-content h2, .single-post .wp-block-post-content h3, .single-post .wp-block-post-content h4 {
    margin-bottom: 15px;
}

.single-post .wp-block-post-content table[role="grid"] thead tr:first-child td {
    border-top: 2px solid #F0F0F0;
}

nav.navigation.pagination a.page-numbers.pagination-next {
    margin-right: 0;
		margin-left: 13px;
}

.single-post .has-global-padding.is-layout-constrained.wp-block-group {
    padding: 0;
}


h1.wp-block-post-title {
    line-height: 70px;
}

.wp-block-term-description {
    margin-bottom: 40px !important;
}

nav.navigation.pagination a.page-numbers.pagination-prev {
    margin-left: 0;
    margin-right: 13px;
}

.container-related-posts .type-post img {
    width: 100%;
}

.category_post {
    height: 23px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		line-height: 20px;
    margin-bottom: 7px;
}

.post-article article.post figure {
    margin-bottom: 20px;
}

.wp-block-post-terms__separator {
    white-space: nowrap !important;
}

a:where(:not(.wp-element-button)):focus {
    text-decoration: none;
}

.wp-block-term-description .video-container iframe {
    width: 948px;
    height: 535px;
}


ul#breadcrumb {
    height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul#breadcrumb li {
    display: inline;
}

.search h1.alignwide.title-bold.wp-block-query-title {
    margin-bottom: 60px !important;
}

.single-post .metadata-container .datetime {
    font-size: 15px;
}


.single-post .wp-block-post-content table tr td {
    line-height: 18px;
}


.wp-block-comments h2 {
    color: #141414;
    font-size: 42px;
    font-weight: 600;
    margin-top: 55px;
}

.comment-respond h3#reply-title {
    font-size: 30px;
    font-weight: 500;
    color: #141414;
    margin-bottom: 15px !important;
    display: block;
}

#commentform input#submit {
    background: transparent linear-gradient(0deg, #FF5010 0%, #FF8B15 100%) 0% 0% no-repeat padding-box;
    color: white !important;
    text-decoration: none !important;
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 16.5px 22px;
    font-weight: 600;
}

a.comment-reply-link:active, .wp-block-comment-edit-link a:active {
    color: inherit;
}

.featured-image img {
    max-width: 100%;
    height: auto;
		margin: 0 auto;
    display: block;
}

.single-post .featured-image {
    margin-top: 60px;
}

.related-posts .wp-block-post-terms__separator:last-child {
    display: none;
}

.related-posts .title-bold {
    text-align: center;
}

.related-posts {
    margin-block-start: 55px !important;
}

.related-posts .type-post img {
    width: 100%;
}


.search-no-results .all_posts_container button.wp-block-search__button.has-icon.wp-element-button {
    background: transparent linear-gradient(0deg, #FF5010 0%, #FF8B15 100%) 0% 0% no-repeat padding-box;
    color: white !important;
    text-decoration: none !important;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 0 22px;
    height: 33px;
    width: 33px;
    position: relative;
    top: -5px;
    margin-left: 0;
}

.all_posts_container .wp-block-search__inside-wrapper {
    text-align: left;
}

.search-no-results .all_posts_container button.wp-block-search__button.has-icon.wp-element-button svg {
    min-width: 0;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wp-block-search__input::-webkit-search-cancel-button {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	button.slick-arrow:before, a.page-numbers.pagination-prev:before, a.page-numbers.pagination-next:before {
    background-image: url(https://www.zonadepadel.es/blog/wp-content/uploads/2023/04/Sprite-Blog-@2x.png);
		background-size: 44px;
}
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 768px){
	.hidden-md-up {
			display: none !important;
	}
	.container-md, .container-sm, .container {
        max-width: 100%;
    }
	.d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px){
	.container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px){
	.hidden-xl-up {
    display: none !important;
	}
}

@media (min-width: 1400px){
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1590px;
}
}

@media (max-width: 1200px){
	.type-post img {
    height: 211px !important;
	}
}
	
	.title-bold {
    font-size: 28px;
}

.category_post, .category_post a {
    font-size: 13px;
}

.post h3.entry-title, .post h3.entry-title a {
    font-size: 20px;
    height: 54px;
    line-height: 27px;
}

.post p {
    font-size: 13px;
    line-height: 20px;
    height: 59px;
		margin-top: 5px;
}

.datetime {
    font-size: 13px;
}

.post .datetime:before {
    margin-bottom: 6px;
}
	
	p.short_description {
    margin-bottom: 48px;
	}
	
	ul#breadcrumb {
        margin-top: 45px;
		margin-bottom: 50px;
	}
	
	.wp-block-term-description, .wp-block-term-description p {
    font-size: 15px;
	}
	
	.wp-block-term-description h2 {
    font-size: 34px;
	}
	.wp-block-term-description p, .single-post p.wp-block-post-excerpt__excerpt{
		font-size: 15px;
	}
	html::-webkit-scrollbar {
    display: none;
	}
	.wp-block-term-description h2 {
    margin-top: 37px;
	}
	.single-post .wp-block-post-content h2 {
    margin-top: 37px;
	}
	.single-post .wp-block-post-content h3 {
    margin-top: 30px;
	}
	.single-post figure.alignwide.wp-block-post-featured-image {
    margin-top: 35px !important;
	}
	nav.navigation.pagination:last-child{
		margin-top: 20px;
	}
	.post-article article.post figure {
    margin-bottom: 13px;
}

.category_post {
    margin-bottom: 0px;
}

.post-article article.post p {
    margin-top: 5px;
}
	.wp-block-post-template.is-flex-container li.wp-block-post {
    margin-bottom: 30px;
}
	.single-post .featured-image {
    margin-top: 34px;
	}

@media (max-width: 992px){
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(50% - 0.63em);
	}
	.type-post img {
    height: 201px !important;
	}
	h1.wp-block-post-title {
    font-size: 60px;
    line-height: 60px;
	}
	.single-post .wp-block-post-content p {
    font-size: 15px;
	}
	.single-post .wp-block-post-content h2 {
			font-size: 34px;
			margin-top: 37px;
	}
	.venta{
		padding: 24px;
	}
	.wp-block-term-description .video-container iframe {
    width: 100%;
    height: 420px;
	}
	.wp-block-term-description {
    margin-bottom: 67px !important;
	}
	.single-post .wp-block-post-content iframe {
    height: 420px !important;
	}
	.single-post .wp-block-post-content h3 {
    margin-top: 31px;
	}
	ul#breadcrumb {
    margin-top: 30px;
	}
	.single-post .wp-block-post-content iframe {
    margin-top: 30px;
    margin-bottom: 30px;
	}
	.post-article article.post figure {
    margin-bottom: 17px;
}

.category_post {
    margin-bottom: 4px;
}
}

@media (max-width: 781px){
}

@media (max-width: 768px){
	.wp-block-search__inside-wrapper {
    display: none;
	}
	.related-posts {
    margin-block-start: 49px !important;
	}
}

@media (max-width: 576px){
	h1.wp-block-post-title {
    font-size: 50px;
		line-height: 50px;
	}
	p.short_description {
			font-size: 15px;
			margin-bottom: 56px;
	}
	.get_all_posts nav.navigation.pagination:first-child, .all_posts_container nav.navigation.pagination:first-child {
			margin-bottom: 30px;
	}
	.title-bold {
			text-align: center;
	}
	.get_fpc_post_grid .title-bold {
			text-align: left;
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
			width: 100%;
			margin-bottom: 8px;
	}
	.type-post img {
			height: 247px !important;
	}
	.post p {
    margin-top: 4px;
	}
	ul#breadcrumb {
    margin-bottom: 40px;
	}
	.wp-block-term-description .video-container iframe {
    height: 247px;
	}
	.search h1.alignwide.title-bold.wp-block-query-title{
		margin-bottom: 15px !important;
	}
	.home h1.wp-block-post-title {
    margin-top: 55px !important;
	}
	.post-article, .wp-block-post-template.is-flex-container li.wp-block-post {
    margin-bottom: 8px;
	}
	nav.navigation.pagination:last-child {
    margin-top: 14px;
	}
	main {
		margin-bottom: 60px !important;
	}
	.single-post .metadata-container .datetime, .wp-block-post-author__name{
		font-size: 14px;
	}
	div#ez-toc-container ul li a {
    font-size: 16px;
	}
	.single-post .wp-block-post-content h2 {
			font-size: 32px;
	}
	.single-post .wp-block-post-content iframe {
			height: 247px !important;
	}
	.single-post .wp-block-post-content h3 {
			font-size: 28px;
	}
	.single-post .container-related-posts .post-article {
    margin-bottom: 28px;
	}
	.single-post .container-related-posts .post-article:last-child {
			margin-bottom: 0;
	}
	.container-featured-posts span.title-bold {
    text-align: left;
	}
	.fotoproducto, .preciosproductos 	{
    width: 100%;
	}

	.fotoproducto {
			margin-bottom: 20px;
	}

	.venta {
			padding: 22px;
	}
	.single-post .wp-block-post-content table th {
    font-size: 16px;
	}
	.single-post .wp-block-post-content table tr td {
			font-size: 15px;
	}
	.wp-block-term-description {
    margin-bottom: 37px !important;
	}
	.venta a.comprarahora {
    padding: 21.5px 22px;
	}
	.related-posts .post-article {
    margin-bottom: 28px;
	}
	.related-posts .post-article:last-child {
    margin-bottom: 0;
	}
}

@media (max-width: 478px){
	.title-bold {
    font-size: 26px;
	}
}

/* Bootstrap */


.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
	.d-sm-block {
    display: block !important;
  }
	.d-sm-flex {
    display: flex !important;
  }
	.row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
	
  .col-sm {
    flex: 1 0 0%;
  }
	.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
	.d-md-block {
    display: block !important;
  }
	.d-md-flex {
    display: flex !important;
  }
	.row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md {
    flex: 1 0 0%;
  }
	.col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
	.d-lg-block {
    display: block !important;
  }
	.d-lg-flex {
    display: flex !important;
  }
	.row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg {
    flex: 1 0 0%;
  }
	.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
	.d-xl-block {
    display: block !important;
  }
	.d-xl-flex {
    display: flex !important;
  }
	.d-xl-none {
    display: none !important;
  }
	.row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl {
    flex: 1 0 0%;
  }
	.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
	.row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
	.col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}



@-webkit-keyframes openmenu {
        0% {
            left: -100%;
        }
        100% {
            left: 0%;
        }
    }

    @-moz-keyframes openmenu {
        0% {
            left: -100%;
        }
        100% {
            left: 0%;
        }
    }

    @-o-keyframes openmenu {
        0% {
            left: -100%;
        }
        100% {
            left: 0%;
        }
    }

    @keyframes openmenu {
        0% {
            left: -100%;
        }
        100% {
            left: 0%;
        }
    }

    @-webkit-keyframes closemenu {
        0% {
            left: 0%;
        }
        100% {
            left: -100%;
        }
    }

    @-moz-keyframes closemenu {
        0% {
            left: 0%;
        }
        100% {
            left: -100%;
        }
    }

    @-o-keyframes closemenu {
        0% {
            left: 0%;
        }
        100% {
            left: -100%;
        }
    }

    @keyframes closemenu {
        0% {
            left: 0%;
        }
        100% {
            left: -100%;
        }
    }

/* Blog menu (WordPress categories) – same mobile behaviour as shop dropdowns */
.dropdown-menu.menu-dropdown ul.menu-ul.blog {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

@media (max-width: 1199.98px) {
    #header .dropdown-menu.menu-dropdown.blog-dropdown {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: none;
    }

    /* global.css hides .menu-ul on mobile except .brands / .pickleball */
    #header .blog-dropdown ul.menu-ul.blog,
    #header ul.menu-ul.blog {
        display: flex !important;
        flex-direction: column;
    }

    #header .blog-dropdown li.sub-most-important-marcas {
        width: 100%;
        float: none;
        padding: 8.5px 0 9.5px 15px;
        border-bottom: 1px solid #e2e2e2;
    }

    #header .blog-dropdown .menu-ul.blog .menu-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: var(--color-text-light);
        font-size: 13px;
        line-height: 22px;
        font-weight: 400;
    }
}