/*
	Theme Name: Genesis Sample
	Theme URI: https://demo.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 2.6.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: 'seravekregular';
    src: url('fonts/seravek-webfont.eot');
    src: url('fonts/seravek-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/seravek-webfont.woff2') format('woff2'),
         url('fonts/seravek-webfont.woff') format('woff'),
         url('fonts/seravek-webfont.ttf') format('truetype'),
         url('fonts/seravek-webfont.svg#seravekregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'seravekbold';
    src: url('fonts/seravek-bold-webfont.eot');
    src: url('fonts/seravek-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/seravek-bold-webfont.woff2') format('woff2'),
         url('fonts/seravek-bold-webfont.woff') format('woff'),
         url('fonts/seravek-bold-webfont.ttf') format('truetype'),
         url('fonts/seravek-bold-webfont.svg#seravekbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
    /*font-weight: normal;
    font-style: normal;*/
}
@font-face {
    font-family: 'OpenSansSemi';
    src: url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    /*font-weight: normal;
    font-style: normal;*/
}


html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'seravekregular', 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

*:focus {
	border: 2px dotted #f5c000 !important;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	/*word-break: break-all;*/
	word-break: normal;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: url(images/bg-header-2020.jpg) no-repeat 50% 0% #0b0b0b;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 0 30px;

	height: 165px;
}
.site-header .wrap {

	max-width: 980px;
	margin: 0 auto;
	padding: 0px 26px;
	/*border: thin solid red;*/
}

/* Title Area
--------------------------------------------- */

.title-area {
	/*float: left;
	padding-bottom: 0px;
	padding-top: 0px;*/

	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	max-width: 928px;
	position: absolute;
	width: 100%;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.title-area a img {
	max-height: 140px;
	/*padding-top: 15px;*/
	/*padding-bottom: 15px;*/
	width: auto;
	margin-top: 15px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	padding-bottom: 15px;
	position: relative;
	/*margin-top: 120px;*/
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
}

#contenido .wrap {
	/*border: thin solid red;*/
	max-width: 980px;
	margin: 0 auto;
	padding: 0 26px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Titulo apartado
--------------------------------------------- */

.tituloppal {
	background: #f5c000;
	height: auto;
}
.tituloppal .wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0px 26px;
}
.tituloppal h2 {
	margin: 0px;
	color: #ffffff;
}
span.ppalblanco {
	/* color: white !important; */
	color: #404040 !important;
	font-family: 'seravekbold';
	font-size: 18px !important;
	line-height: 24px !important;
	top: -4px;
	position: relative;
	text-transform: uppercase;
}
span.ppalnegro {
	color: black !important;
	font-family: 'seravekbold';
	font-size: 18px !important;
	line-height: 24px !important;
	top: -4px;
	position: relative;
}
span.ppalblanco a {
	text-decoration: none !important;
	color: white;
}
span.ppalnegro a {
	color: black;
	text-decoration: none !important;
}




/* Home
--------------------------------------------- */
#franja-ult-partidos {
	width: 100%;
	background-color: white;
	height: 106px;
	/* display: none !important; */
}
#franja-ult-noticias {
	width: 100%;
	background-color: #292c31;
	/*background-color: #0b0b0b;*/
	/*height: 456px;*/
	min-height: 456px;
	z-index: 9;
}
#franja-ult-noticias div {
	font-size: 20px;
	line-height: 24px;
	font-family: 'seravekbold';
	color: #1e2024;
}
.page-template-page_home .home .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 26px;
}
.bannerabono {
	position: relative;
	width: 100%;
	height: 265px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	top: -40px;
	z-index: 5;
}
#franja-tv-noticias {
	width: 100%;
	background-color: #1e2024;
	position: relative;
	/*top: -77px;*/
	top: -78px;
	z-index: 1;
}
#aptdo-noticias {
	padding-bottom: 40px;
}
.page-template-page_home #aptdo-noticias .one-third:nth-child(5), .page-template-page_home #aptdo-noticias .one-third:nth-child(6), .page-template-page_home #aptdo-noticias .one-third:nth-child(7), .page-template-page_home #aptdo-noticias .one-third:nth-child(8) {
	margin-top: 30px;
}
#franja-rrss {
	background-color: white;
	position: relative;
	top: -50px;
}

#franja-rrss .tit-home, #franja-rrss #contenedor-rrss {
	display: none;
}
#figuras-home {
	background: url(images/figuras-home.png) 50% 50% no-repeat;
	background-size: auto 1114px;
	height: 1114px;
	width: auto;
	position: absolute !important;
	width: 665px;
	height: 1114px;
	z-index: 20;
}
.texto-rrss {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-family: 'seravekbold';
	color: #1e2024;
}
#franja-rrss ul li {
	display: inline;
}
#franja-rrss li {
	padding-right: 13px;
}
#franja-rrss li.last {
	padding-right: 0px;
}
#franja-rrss ul {
	margin-top: 25px;
	margin-bottom: 40px;
}
.contenedor-twitter {
	height: 293px;
	overflow-y: scroll;
}
#contenedor-facebook {
	height: 293px;
	overflow-y: scroll;
}
.titulo-coloreado {
	/*color: #f5c000;*/
	color: #dda800;
}
#contenedor-rrss {
	width: 100%;
	height: 295px;
	margin-bottom: 50px;
}
.tit-home {
	margin-bottom: 28px;
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: #1e2024;
}
#aptdo-tv .one-half {
	margin-bottom: 0px;
}
#aptdo-tv, #aptdo-noticias {
	margin-bottom: 38px;
	margin-top: 40px;
}
#imgDer {
	float: right;
}
.page-template-page_home .home {
	margin-bottom: 0px;
}
/* Slider - arrow */
.slick-next {
	background: url(images/ico-next.png) 50% 50% no-repeat !important;
	margin-right: -504px !important;
}
.slick-prev {
	background: url(images/ico-prev.png) 50% 50% no-repeat !important;
	margin-left: -504px !important;
}
.slick-dots {
	bottom: 12px !important;
}
#containerslidehome .slick-next {
	margin-right: -494px !important;
	top: 85% !important;
}
#containerslidehome .slick-prev {
	margin-left: -494px !important;
	top: 85% !important;
}

.home-page .slide-rel {
	display: flex !important;
	flex-flow: row;
	background: #0b0b0b;
}

/*.slide-rel {
	position: relative;
}*/

.titulo-slider {
	/*position: absolute;
	top: 0;
    right: 0;*/
    height: 100%;
	width: 100%;
	max-width: 650px;
    background: rgba(11, 11, 11, 1);
    color: #fff;
	padding: 140px 45px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.titulo-slider a {
	text-decoration: none;
}

.titulo-slider h2, .titulo-slider h3 {
	font-family: 'seravekbold';
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	font-size: 50px;
	color: #f5c002;
}

.titulo-slider h3 {
	font-size: 22px;
	color: #fff;
	line-height: 22px;
	margin: 40px 0;
}


.titulo-slider .boton-titulo {
	background: #f5c002;
	max-width: 150px;
	width: 100%;
	text-align: center;
	padding: 5px 10px;
}

.titulo-slider .boton-titulo a {
	color: #0b0b0b;
	text-decoration: none;
	font-family: 'seravekbold';
	text-transform: uppercase;
}


#franja-ult-partidos {
	overflow: hidden;
	top: -20px;
	height: 97px;
	position: relative;
}
#franja-ult-partidos .sp-row.sp-post td {
	border: 2px solid white !important;
}
#franja-ult-partidos .paginate_button.next:after {
	content: url(images/next-partidos.png);
	padding-left: 10px;
	top: 16px;
	position: relative;
}
#franja-ult-partidos .paginate_button.previous:before {
	content: url(images/prev-partidos.png);
	padding-right: 10px;
	top: 16px;
	position: relative;
}
#franja-ult-partidos #contenedor-eventos {
	top: -5px;
	position: relative;
}
#franja-ult-partidos #contenedor-eventos .sportspress{
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 26px;
}
#franja-ult-partidos #contenedor-eventos .dataTables_paginate.paging_simple_numbers span {
	display: none;
}
#franja-ult-partidos #contenedor-eventos .sp-event-title a {
	text-decoration: none !important;
	text-transform: uppercase !important;
	text-transform: uppercase;
	color: #292c31 !important;
	font-family: seravekbold !important;
	font-weight: normal;
	font-size: 1.8rem !important;
	font-size: 17px !important;
}
#franja-ult-partidos #contenedor-eventos h4.sp-event-title {
    font-size: 1.3rem !important;
    position: relative !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    color: #292c31 !important;
    font-family: seravekbold !important;
    font-weight: normal;
}
#franja-ult-partidos #contenedor-eventos .sp-event-title a:hover {
	text-decoration: none !important;
}
#franja-ult-partidos #contenedor-eventos .sp-template-event-blocks .sp-event-date {
	font-size: 16px !important;
}
#franja-ult-partidos #contenedor-eventos .sp-data-table th, .page-template-page_temporada .sp-data-table td {
	border: none !important;
	border-bottom: 1px solid #919191 !important; 
}
#franja-ult-partidos #contenedor-eventos .sp-result {
    /* color: #dda800 !important; CRKS ACCESIBILIDAD */
	color: #8F6D00 !important;
    font-size: 16px !important;
}
#franja-ult-partidos #contenedor-eventos .dataTables_paginate.paging_simple_numbers a {
	/*color: #292c31 !important;*/
	font-size: 11px;
	line-height: 13px;
	font-family: 'seravekbold' !important;
	text-transform: uppercase !important;
}
#franja-ult-partidos #contenedor-eventos tbody {
	border: none !important;
    border-bottom: 1px solid #eee !important;
}
#franja-ult-partidos #contenedor-eventos .sp-data-table {
	border: none !important;
}
#franja-ult-partidos #contenedor-eventos .sp-event-blocks.sp-data-table.sp-paginated-table.dataTable.no-footer {
	margin: 0 auto !important;
	max-width: 750px;
}
#franja-ult-partidos #contenedor-eventos .sp-table-wrapper .dataTables_paginate {
	position: relative;
	top: -100px;
}
#franja-ult-partidos #contenedor-eventos .team-logo img{
	top: 20px;
	position: relative;
}



/* Slider - dots */
.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid white;
    margin-right: 7px !important;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: white;
    border-radius: 100%;
    border: 1px solid white;
    width: 10px !important;
    height: 10px !important;
}
.slick-dots li button:before {
	content: ' ' !important;
}
.slick-dots li.slick-active button:before {
	content: ' ' !important;
}
#ico-noticias {
	background: url(images/ico-noticias.png) 50% 50% no-repeat;
	background-size: 60px 44px;
	width: 60px;
	height: 44px;
	display: inline-block;
	position: relative;
	top: -16px;
	float: right;
	right: -15px;
}
/*.page-template-page_temporada #contenedor-eventos a {
	pointer-events: none;
	cursor: default;
	word-wrap: 
}*/
#ico-videos {
	background: url(images/ico-videos.png) 50% 50% no-repeat;
	background-size: 60px 51px;
	width: 60px;
	height: 51px;
	display: inline-block;
	position: relative;
	top: -16px;
	float: right;
	right: -15px;
}
.page-template-page_temporada .sp-calendar-link.sp-view-all-link {
	display: none !important;
}
.page-template-page_temporada #DataTables_Table_0_paginate {
	display: none !important;
}
.page-template-page_home .noticia-home .titulo {
	font-size: 30px;
	line-height: 36px;
	font-family: 'seravekbold';
	color: white !important;
	font-weight: normal !important;
}
.page-template-page_home .noticia-home .excerpt {
	font-size: 15px;
	line-height: 26px;
	font-weight: normal !important;
	font-family: 'seravekregular' !important;
	border-bottom: 1px solid #f5c000;
}
.page-template-page_home .noticia-home .date {
	color: #f5c000;
	font-size: 14px;
	line-height: 28px;
	font-family: 'seravekbold';
	border-bottom: 1px solid #f5c000;
	text-transform: capitalize;
}
/*
.sp-event-blocks tr:nth-child(2){
	display: none;
}*/
.page-template-page_home #franja-tv-noticias div {
	color: white;
}
.page-template-page_home #franja-tv-noticias .date {
	color: #f5c000;
	font-size: 12px;
	line-height: 14px;
	font-family: 'seravekbold';
	text-transform: uppercase;
}
.page-template-page_home #franja-tv-noticias .titulo a{
	color: white;
	text-decoration: none !important;
}
.page-template-page_home #franja-tv-noticias .titulo h3 {
	font-size: 20px !important;
	line-height: 22px !important;
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	margin-bottom: 0px;
}
/* CB tv */
.page-template-page_home #aptdo-tv iframe {
	height: 160px;
	width: 100%;
}
.page-template-page_home #aptdo-tv p {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'seravekbold';
	color: white;
	margin-bottom: 15px;
}
/* Noticia y tv */
.inner-noticia-home {
    width: 100%;
	object-fit: cover;
	height: 180px;
}
.div-noticias {
	margin-bottom: 21px; 
	margin-top: 40px; 
	color: white;
}
.div-noticias a {
	text-decoration-color: white !important;
	color: white !important;
	text-decoration: none !important;
}
.div-noticias a:hover, .div-noticias a:focus, .div-noticias a:active {
	text-decoration-color: none !important;
	text-decoration: none !important;
}
/* Noticias destacadas */
.noticia-destacada .titulo h3{
	font-size: 30px;
	line-height: 36px;
	/*font-family: 'seravekbold';*/
	color: white;
	font-weight: normal !important;
	margin-bottom: 0px;
	/*font-family: Arial !important; */
	font-family: 'OpenSans' !important;
}
.noticia-destacada .titulo a {
	text-decoration: none !important;
	color: white !important;
}
.noticia-destacada .date span {
	font-size: 14px;
	line-height: 28px;
	font-family: 'seravekbold';
	/* color: #f5c000; */
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
}
.home-page .noticia-destacada .date span {
	color: #dda800;
}
.noticia-destacada .date {
	margin-bottom: 15px;
}
.noticia-destacada div.excerpt {
	/*border-top: 1px solid #f5c000;
	border-bottom: 1px solid #f5c000;*/
	border-top: 1px solid #dda800;
	border-bottom: 1px solid #dda800;
	font-family: 'seravekregular' !important;
	color: white !important;
	font-size: 15px !important;
	line-height: 26px !important;
	font-weight: normal !important;
	margin-bottom: 0px;
	padding-top: 16px;
	padding-bottom: 17px;
}
#franja-ult-noticias .slick-dots {
	display: none !important;
}

/* la imagen modificar */
.noticia-destacada .one-half {
	height: 316px;
	overflow-y: hidden;
}
.noticia-destacada .one-half img {
	height: 100%;
	object-fit: cover;
}
.noticia-destacada .one-half .imagen-noticias {
	height: 100%;
}


/* Equipo
--------------------------------------------- */
.page-template-page_equipo #figura-equipo {
	display: none;
	background: url(images/figuras-fondo/figura-equipo.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	background-position: ;
}
.page-template-page_equipo .bannersuperior {
	position: absolute;
	width: 100%;
	/*height: 580px;*/
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_equipo #contenido {
	margin-top: 280px;
}
.page-template-page_equipo .apartado {

	float: left;
	width: 100%;
	margin-top: 2em;
}
.page-template-page_equipo .apartado .tituloaptdo h2 {

	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-family: seravekbold;
	font-weight: normal;
	font-size: 2rem;
	font-size: 22px;
	font-size: 35px !important;
	line-height: 43px !important;
}
.page-template-page_equipo .apartado .listado-personas .one-third {
	margin-bottom: 2.564102564102564%;
	min-height: 360px;
}
.page-template-page_equipo .apartado .listado-personas .contenido {
	position: relative;
}
.page-template-page_equipo .apartado .listado-personas .contenido a {
	text-decoration: none;
}
.page-template-page_equipo .apartado .listado-personas .contenido h4, .page-template-page_equipo .apartado .listado-personas .contenido h3 {
	text-transform: uppercase;
	color: #292c31;
	font-family: seravekbold;
	font-weight: normal;
	font-size: 1.8rem;
	font-size: 20px;
	margin: 10px 0px 8px;
	display: inline-block;
}
/* .page-template-page_equipo .apartado .listado-personas .contenido h3 {
	height: 24px;
	overflow: hidden;
} */
.page-template-page_equipo .claim-ficha {
	background-color:  #f5c000;
	width: 64px;
	height: 22px;
	border-radius: 15px;
	right: 0px;
	position: absolute;
	bottom: 0px;
}
.page-template-page_equipo .claim-ficha a, .page-template-page_equipo .claim-ficha span {
	color: #1e2024;
	font-family: 'seravekbold';
	font-size: 15px;
	line-height: 18px;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	padding-left: 11px;
	top: 2px;
	position: absolute;
}
.page-template-page_equipo .apartado .listado-personas .contenido h4 span {
	color: #f5c000;
	position: absolute;
	right: 0;
}
.page-template-page_equipo .apartado .listado-personas .contenido p {
	margin-bottom: 0px;
	/* color: #979797; CRKS ACCESIBILIDAD */
	color: #666;
	font-family: seravekbold;
	font-weight: normal;
	font-size: 1.2rem;
	font-size: 15px;
	line-height: 1.2rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.page-template-page_equipo .dorsal {
	right: 0px;
	display: inline-block;
	position: absolute;
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	line-height: 30px;
	font-size: 20px;
	font-family: 'seravekbold';
	padding-top: 5px;
}

/* Ficha jugador */

.single-persona .bannersuperior {
	position: absolute;
	width: 100%;
	height: 531px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.single-persona #contenido {
	margin-top: 420px;
}
.single-persona .contenido .datos-arriba {
	border-bottom: 1px solid #808080;
	float: left;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.single-persona .contenido .datos-abajo {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.single-persona .contenido .datos-arriba h4,
.single-persona .contenido .datos-abajo h4 {
	color: #f5c000;
	font-family: 'seravekbold';
	font-weight: normal;
	font-size: 1.8rem;
	font-size: 20px;
}
.single-persona .contenido .datos-arriba p,
.single-persona .contenido .datos-abajo p {
	color: #979797;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 18px;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 20px;
}
.single-persona .contenido .datos-arriba p span {
	font-family: 'seravekbold';
}
.single-persona .contenido .datos-arriba .estadisticastotales {
	border-bottom: 1px solid #808080;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.single-persona .contenido .datos-arriba .estadisticastotales p,
.single-persona .contenido .datos-arriba .estadisticaspartidos p {
	margin-bottom: 5px;
}
.single-persona .contenido .datos-arriba .estadisticastotales p span,
.single-persona .contenido .datos-arriba .estadisticaspartidos p span {

	font-size: 22px;
	font-size: 2rem;
}
.single-persona .ssba.ssbp-wrap{
	display: none;
}

.single-sp_player .bannersuperior {
	position: absolute;
	width: 100%;
	height: 300px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.single-sp_player #contenido {
	margin-top: 420px;
}
.single-sp_player .contenido .datos-arriba {
	border-bottom: 1px solid #808080;
	float: left;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.single-sp_player .contenido .datos-abajo {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.single-sp_player .contenido .datos-arriba h4,
.single-sp_player .contenido .datos-abajo h4,
.single-sp_player .contenido .datos-arriba h3,
.single-sp_player .contenido .datos-abajo h3 {
	color: #f5c000;
	font-family: 'seravekbold';
	font-weight: normal;
	font-size: 1.8rem;
	font-size: 20px;
}
.single-sp_player .contenido .datos-arriba p,
.single-sp_player .contenido .datos-abajo p {
	color: #979797;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 18px;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 20px;
}
.single-sp_player .contenido .datos-arriba p span {
	font-family: 'seravekbold';
}
.single-sp_player .contenido .datos-arriba .estadisticastotales {
	border-bottom: 1px solid #808080;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.single-sp_player .contenido .datos-arriba .estadisticastotales p,
.single-sp_player .contenido .datos-arriba .estadisticaspartidos p {
	margin-bottom: 5px;
}
.single-sp_player .contenido .datos-arriba .estadisticastotales p span,
.single-sp_player .contenido .datos-arriba .estadisticaspartidos p span {

	font-size: 22px;
	font-size: 2rem;
}
.single-sp_player .contenido .datos-arriba p a {
	text-decoration: none;
	color: unset;
}
.single-sp_player .contenido .datos-arriba .meritos-deportivos {
	margin-top: 60px;
	color: #979797;
}
.single-sp_player .ssba.ssbp-wrap{
	display: none;
}
.palmares li {
	color: #979797;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 18px;
	font-size: 1.6rem;
	line-height: 2rem;
	padding-bottom: 20px;
}
.single-sp_player #figura-ficha-jugadores {
	display: none;
	background: url(images/figuras-fondo/figura-ficha-jugadores.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	background-position: ;
}

/* FGicha Staff */
.single-sp_staff .contenido .datos-arriba h4, .single-sp_staff .contenido .datos-abajo h4 {
    color: #f5c000;
    font-family: 'seravekbold';
    font-weight: normal;
    font-size: 1.8rem;
    font-size: 20px;
}
.single-sp_staff .contenido .datos-arriba p, .single-sp_staff .contenido .datos-abajo p {
    color: #979797;
    font-family: 'seravekregular';
    font-weight: normal;
    font-size: 18px;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
}
.single-sp_staff .contenido .datos-arriba p span {
    font-family: 'seravekbold';
}
.single-sp_staff #contenido {
    /*margin-top: 420px;*/
    margin-top: 20px;
}
.single-sp_staff .contenido .datos-arriba {
    border-bottom: 1px solid #808080;
    float: left;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
}





/* Youtube Player */

.single-persona .contenido .videos {
	float: left;
	width: 100%;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}




/* Temporada
--------------------------------------------- */

.page-template-page_temporada .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_temporada #contenido {
	margin-top: 300px;
	padding-top: 30px;
}
.page-template-page_temporada #contenido .tituloaptdo h2 {
	margin-bottom: 30px;
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-family: 'seravekbold';
	font-size: 25px;
	line-height: 30px;
}

.page-template-page_temporada tbody {
	border: none !important;
    border-bottom: 1px solid #eee !important;
}
.page-template-page_temporada .sp-data-table {
	border: none !important;
}
.page-template-page_temporada .sp-event-title a {
	text-decoration: none !important;
	text-transform: uppercase !important;
	text-transform: uppercase;
	color: #292c31 !important;
	font-family: seravekbold !important;
	font-weight: normal;
	font-size: 1.8rem !important;
	font-size: 20px !important;
}
.page-template-page_temporada h4.sp-event-title {
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-transform: uppercase;
    color: #292c31 !important;
    font-family: seravekbold !important;
    font-weight: normal;
    font-size: 1.8rem !important;
    font-size: 20px !important;
}
.page-template-page_temporada .sp-event-title a:hover {
	text-decoration: none !important;
}
.page-template-page_temporada .sp-template-event-blocks .sp-event-date {
	font-size: 16px !important;
}
.page-template-page_temporada .sp-data-table th, .page-template-page_temporada .sp-data-table td {
	border: none !important;
	border-bottom: 1px solid #919191 !important; 
}
.page-template-page_temporada .sp-result {
	/* color: #dda800 !important; CRKS ACCESIBILIDAD */
	color: #8F6D00 !important;
	font-size: 16px !important;
}
.page-template-page_temporada .sp-template {
    margin-bottom: 0px !important;
}
.page-template-page_temporada .team-logo.logo-odd, .page-template-page_temporada .team-logo.logo-even{
	margin-top: 30px;
}
.page-template-page_temporada #contenedor-eventos {
	border-top: 1px solid #919191 !important; 
}

.page-template-page_temporada .evento-home .sp-row a {
	pointer-events: none;
}



/* Page Tienda - Productos
--------------------------------------------- */
.page-template-page_tienda .tit-filtro {
	cursor: pointer;
}
.page-template-page_tienda .tit-filtro.lapalma {
	display: flex;
	align-items: center;
}
.page-template-page_tienda .tit-filtro.lapalma img {
	width: 30px;
	height: 20px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #f5c000 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top-color: #f5c000 !important;
}
#media_image-2 h3{
	display: none;
}
#media_image-2 {
	margin-top: 40px;
}
.page-template-page_tienda .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_tienda #contenido {
	margin-top: 300px;
	padding-top: 30px;
}
.page-template-page_tienda #contenido .tituloaptdo h2 {
	margin-bottom: 30px;
	/* color: #f5c000; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-family: 'seravekbold';
	font-size: 25px;
	line-height: 30px;
}
.woocommerce-loop-product__title {
	font-size: 20px !important;
	line-height: 30px !important;
	font-family: 'seravekbold';
	color: #1a181b;
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding: 0px !important;
}
.productos-tienda a {
	text-decoration: none !important;
}
.productos-tienda .guiatallas {
	font-size: 18px;
    line-height: 20px;
    font-family: 'seravekbold' !important;
    /* color: #ffcc00; CRKS ACCESIBILIDAD */
	color: #8F6D00;
}
.carrito-page .shop_table .actions .coupon {
	display: none;
}
.page-template-page_tienda #genesis-sidebar-primary {
	display: none;
}
.woocommerce-Price-amount.amount{
	font-size: 23px;
	line-height: 30px;
	font-family: 'seravekbold';
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	/*bottom: 2px;
	position: relative;*/
}
.button.product_type_variable.add_to_cart_button, .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background-color: #f5c000;
	color: #1e2024;
	font-family: 'seravekbold';
	font-size: 15px;
	line-height: 18px;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	padding-left: 11px;
	font-weight: normal !important;
	border-radius: 15px;
	width: 100px;
	height: 22px;
	padding: 2px 0px;
	float: right;
}
.productos-tienda img {
	margin-bottom: 10px !important;
}
a.button.product_type_variable.add_to_cart_button, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	margin: 0px !important;
}
a.button.product_type_variable.add_to_cart_button:hover, 
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, 
a.button.product_type_variable.add_to_cart_button:focus, 
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:focus, 
a.button.product_type_variable.add_to_cart_button:active, 
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:active {
	background-color: #f5c000 !important;
	color: #1e2024 !important;
}
#carrito {
	background: url(images/carrito_compra.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	height: 16px;
	width: 16px;
	margin-right: 10px;
	top: 3px;
	position: relative;
}
#contenedor-carrito a {
	text-decoration: none !important;
	color: #1e2024;
	font-family: 'seravekbold';
	font-size: 15px;
	line-height: 18px;
}
#contenedor-carrito span, #contenedor-carrito div {
	display: inline-block;
	color: #1e2024;
	padding-left: 15px;
	text-align: left;
	float: left;
	padding-top: 8px;
}
#contenedor-carrito {
	border-radius: 15px;
	width: 100%;
	height: 35px;
	text-align: center;
	background-color: #f5c000;
	margin-bottom: 10px;
}
.page-template-page_tienda .price {
	float: left;
	margin: 0px;
}
/* Tienda selectores de productos */
#categoria-ropa {
	display: none;
}
#categoria-productos {
	display: none;
}
#categoria-pack {
	display: none;
}
#categoria-mochilas {
	display: none;
}
#categoria-bufandas {
	display: none;
}
#categoria-banderin {
	display: none;
}
#categoria-balones {
	display: none;
}
#categoria-accesorios {
	display: none;
}
#categoria-outlet {
	display: none;
}
#categoria-tallasgrandes {
	display: none;
}
#categoria-tallaspeq {
	display: none;
}
#categoria-mascarillas {
	display: none;
}
#categoria-lapalma {
	display: none;
}
#categoria-auriweekend {
	display: none;
}


.single-product .descripcion-corta {
	display: none;
}

/* Modificar precios */
.page-template-page_tienda .price span:nth-child(2){
	/*display: none;*/

}
.page-template-page_tienda .price {
	color: transparent;
}
.page-template-page_tienda .woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product .price {
	/*color: transparent !important;*/
	color: black !important;
	position: relative;
	bottom: 2px;
	font-family: 'seravekbold';
}
.page-template-page_tienda .woocommerce ul.products li.product .button {
	margin-top: 0px !important;
}
.postid-547 .single-product .descripcion-tienda, .postid-12809 .single-product .descripcion-tienda, .postid-495 .single-product .descripcion-tienda, .postid-12794 .single-product .descripcion-tienda, .postid-17427  .single-product .descripcion-tienda {
	height: 320px;
}

/*OUT OF STOCK:  11 DE OCT 2022*/
.woocommerce ul.products li.product .outofstock{
	top: 15px;
    right: 0;
    left: auto;
    margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product .onsale{
	top: 15px !important;
}


.woocommerce span.outofstock {
    background-color: red;
    border-radius: 0;
    line-height: 1.75;
    min-height: auto;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    min-width: 3.236em;
    padding: 0.202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
}
p.stock.out-of-stock{
	width: 100%;
}



/* Slider Publicidad Tienda */
#container-slide-tienda .slidehome {

}
#container-slide-tienda {

}
.page-template-page_tienda #containerslidehome .slick-next {
	margin-right: -50% !important;
}
.page-template-page_tienda #containerslidehome .slick-prev {
	margin-left: -50% !important;
}


/* Filtro de busquedas */
.page-template-page_tienda #search-2, .page-template-page_tienda #categories-2, .page-template-page_tienda #archives-2 {
	display: none;
}
.page-template-page_tienda #yith_woocommerce_ajax_search-2 {

}
#genesis-sidebar-primary #yith_woocommerce_ajax_search-2 {
	display: none;
}
.one-third #yith_woocommerce_ajax_search-2 {
	display: none;
}
.page-template-page_tienda .one-third #yith_woocommerce_ajax_search-2 {
	display: block;
}
.tit-filtro {
	border-radius: 15px;
	width: 100%;
	height: 35px;
	text-align: center;
	background-color: #f5c000;
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 2px;
	text-align: left;
	padding-left: 12px;
}
.tit-filtro-precio {
	border-radius: 15px;
	width: 100%;
	height: 35px;
	text-align: center;
	background-color: #e4e4e4;
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 2px;
	padding-left: 0px !important;
	text-align: center;
}
.tit-filtro-especial {
	font-family: 'seravekbold';
	font-size: 18px;
	line-height: 18px;
	color: #1e2024;
	background-color: none !important;
	height: auto;
	padding: 20px 0px;
}
.tit-filtro span {
    display: inline-block;
    color: #1e2024;
    padding-right: 10px;
	font-family: 'seravekbold';
	font-size: 15px;
	line-height: 18px;
	padding-left: 15px;
}
.tit-filtro-precio span {
    display: inline-block;
    color: #1e2024;
    padding-right: 10px;
	font-family: 'seravekbold';
	font-size: 15px;
	line-height: 18px;
	padding-left: 15px;
}



/* Page producto */
.single-product #genesis-sidebar-primary {
	display: none;
}
.single-product .variations_form.cart + .price, .single-product .cart + .price {
	display: none;
}
.single-product .quantity input {
	padding: 0px !important;
}
.single-product .quantity {
	margin-left: 40px !important;
	float: left !important;
	margin-left: 250px !important;
	top: -74px;
	position: relative;
}
.single-product .precio {
	font-size: 23px;
	line-height: 30px;
	font-family: 'seravekbold' !important;
	/* color: #f5c000; */
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	margin-left: 40px;
	width: calc(50% - 40px) !important;
	float: left;
	/*top: -40px;*/
	top: 52px;
	position: relative;
}
.product-type-variable .precio{
	top: -40px;
}
.product-type-simple .quantity {
	top: 14px;
}
.product-type-simple .single_add_to_cart_button.button.alt {
    top: 14px;
}
.single-product .variations tbody {
	bottom: 12px !important;
	position: relative;
}
.single-product .variations_form.cart .single_add_to_cart_button {
	float: right;
	margin-left: 40px;
	position: relative;
	top: -75px;
}
.single-product #contenedor-carrito {
	border-radius: 15px;
	width: 180px;
	height: 35px;
	text-align: center;
	background-color: #f5c000;
	margin-bottom: 10px;
	float: right;
	top: -57px;
	position: relative;
}
.single-product .product_meta {
	display: none;
}
.single-product .tituloaptdo h2{
	width: 100%;
    /* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
    font-size: 25px;
    line-height: 30px;
    font-family: 'seravekbold' !important;
    margin-top: 32px;
    margin-bottom: 22px;
    font-weight: normal !important;
}
.single-product .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.single-product #contenido {
	margin-top: 300px;
}
.single-product h1.product_title.entry-title {
	text-transform: uppercase;
	color: #292c31;
	font-family: seravekbold;
	font-weight: normal;
	font-size: 1.8em;
	margin: 10px 0px 8px;
	display: inline-block;
}
.single-product .related.products img{
	max-height: 300px;
	width: auto;
}
.single-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	overflow: hidden;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}
.single-product .related.products h2 {
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-size: 25px;
	line-height: 30px;
	font-family: 'seravekbold' !important;
	margin-top: 32px;
	margin-bottom: 22px;
	font-weight: normal !important;
}
/* Titulo de los productos relacionados */
.single-product .related.products h2.woocommerce-loop-product__title {
	color: #292c31 !important;
}
.single-product .related.products .button {
	top: -35px;
}
.single-product .related.products {
	border-top: 1px solid black;
	margin-top: 32px 
}
/* Sección de variaciones del producto */
.single-product .variations_form.cart button {
	background-color: #f5c000 !important;
	color: #1e2024 !important;
	font-family: 'seravekbold';
	font-size: 15px !important;
	line-height: 18px !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	padding-left: 11px;
	font-weight: normal !important;
	border-radius: 15px !important;
	width: 100px;
	height: 32px;
	padding: 2px 0px;
}
.single_add_to_cart_button.button.alt {
	background-color: #f5c000 !important;
	color: #1e2024 !important;
	font-family: 'seravekbold';
	font-size: 15px !important;
	line-height: 18px !important;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	padding-left: 11px;
	font-weight: normal !important;
	border-radius: 15px !important;
	width: 100px;
	height: 32px;
	padding: 2px 0px;
}
.single-product .woocommerce button.button, .woocommerce button.button.alt {
	padding: 6px 20px !important;
}
.single-product .variations label {
	color: ;
	font-size: ;
	line-height: ;
	font-family: 'seravekbold' !important;
	text-transform: uppercase;
}
.page-template-page_tienda .products .button{
	position: relative !important;
}
.single-product .woocommerce-product-details__short-description {
	display: none;
}
.single-product .descripcion-tienda {
	color: #666666;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 16px;
	line-height: 2rem;
	max-width: 50%;
	float: left;
	margin-left: 40px;
	width: calc(50% - 40px);
	position: relative;
	top: -40px;
	padding-top: 13px;
	/*height: 283px;*/
	height: 335px;
	/*overflow-y: scroll;*/
}
.postid-16511.single-product .descripcion-tienda {
	height: 335px;
}
.postid-16748.single-product .descripcion-tienda {
	height: 375px;
}
.descripcion-tienda p {
	margin-bottom: 20px !important; 
}
.single-product .descripcion-corta {
	text-align: left;
	text-transform: uppercase;
	color: #979797;
	font-size: ;
	font-family: 'seravekregular';
	max-width: 50%;
	float: left;
	margin-left: 40px;
	width: calc(50% - 40px);
	top: -40px;
	position: relative;
	border-bottom: 1px solid #979797;
}
.single-product .descripcion-corta p {
	margin-bottom: 10px;
}
.single-product .variations {
	float: left;
	width: calc(50% - 40px) !important;
	margin-left: 40px;
	position: relative;
	top: -40px;
	border-bottom: 1px solid black !important;
	margin-top: 15px;
}
.single-product .variations tr, .single-product .variations td{
	display: contents !important;
}
.single-product .variations select {
	width: 100px;
	padding: 0px;
}
.single-product .woocommerce div.product form.cart .variations select {
	min-width: 100px;
}
.single-product .variations tbody {
	border: none !important;
}
.single-product .woocommerce div.product form.cart .variations label {
    font-weight: normal !important;
    padding-right: 5px;
}

/* carrito de compra que aparece al comprar */
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #f5c000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: white;
    border-top-color: #f5c000;
}
.single-product .woocommerce-message .button.wc-forward {
	display: none;
}



#containerslidehometienda {
	display: none;
}

/*Page Carrito
--------------------------------------------- */
.woocommerce form .form-row .required {
	color: #9b2525 !important;
}
.woocommerce-info a, .woocommerce-terms-and-conditions-link, .woocommerce-privacy-policy-link {
	color: #333 !important;
}
.page-template-page_carrito .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_carrito #contenido {
	margin-top: 300px;
	padding-top: 30px;
}
.page-template-page_carrito #contenido .tituloaptdo h2 {
	margin-bottom: 30px;
	/* color: #f5c000; */
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-family: 'seravekbold';
	font-size: 25px;
	line-height: 30px;
}
/* Quitar más métodos de envío cuando se produce el envío gratuito */
#shipping_method li:not(:last-of-type){
	display: none;
}
#shipping_method li:nth-child(1) {
	display: block !important;
}
.product-name a {
	color: #333;
	text-decoration: none !important;
}




/* Page Finalizar compra 
--------------------------------------------- */
.woocommerce-checkout .content {
	max-width: 980px;
	padding: 0px 26px;
	margin: 0 auto;
	float: none !important;
	margin-top: 40px;
}
.woocommerce-checkout #genesis-sidebar-primary {
	display: none;
}


/* Page Historia 
--------------------------------------------- */
.page-template-page_historia .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_historia #contenido {
	margin-top: 300px;
}
.page-template-page_historia #contenido div p {
	color: #666666;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 32px;
	/* text-align: justify; */
}
.page-template-page_historia #contenido div p strong {
	color: black;
	font-family: 'seravekregular' !important;
}
.botonera-images {
	padding-top: 5px;
}
.botonera-images img {
	margin-bottom: 20px;
}
.page-template-page_historia #contenido .one-half {
	width: calc(50% - 14px) !important;
	margin-left: 28px;
}
.page-template-page_historia #contenido .one-half.first {
	margin-left: 0px;
}
.page-template-page_historia #contenido {
	padding-top: 25px;
}
.page-template-page_historia #contenido p a {
	text-decoration: none !important;
}
.page-template-page_historia .botonera-images img {
	max-width: 450px;
}



/* Page Our club
--------------------------------------------- */
.page-template-page_club_en #datos-club li{
	color: #666666;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
.page-template-page_club_en #datos-club ul {
	margin-bottom: 27px;
	padding-left: 45px;
}
.page-template-page_club_en #datos-club p:nth-child(3) {
	margin-bottom: 0px;
}
.page-template-page_club_en #datos-tickets2 p:nth-child(2) {
	padding-left: 45px;
}
.page-template-page_club_en #datos-tickets2 p:nth-child(1),
.page-template-page_club_en #datos-tickets2 p:nth-child(3),
.page-template-page_club_en #datos-tickets2 p:nth-child(5),
.page-template-page_club_en #datos-tickets2 p:nth-child(7) {
	margin-bottom: 0px;
}
.page-template-page_club_en #datos-tickets2 p:nth-child(5),
.page-template-page_club_en #datos-tickets2 p:nth-child(6),
.page-template-page_club_en #datos-tickets2 p:nth-child(7),
.page-template-page_club_en #datos-tickets2 p:nth-child(8) {
	padding-left: 45px;
}
.page-template-page_club_en .historia {
	margin-bottom: 30px;
}
#datos-tickets2 h4, #datos-tickets2 h4 a {
	font-family: 'seravekbold';
	font-size: 15px !important;
	line-height: 24px !important;
	color: #dda800 !important;
}
#datos-tickets2 h4 {
	padding-left: 45px;
}
.page-template-page_club_en .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_club_en #contenido {
	margin-top: 300px;
}
.page-template-page_club_en #contenido div p {
	color: #666666;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	/* text-align: justify; */
	margin-bottom: 27px;
}
.botonera-images {
	padding-top: 5px;
}
.botonera-images img {
	margin-bottom: 20px;
}
.page-template-page_club_en #contenido .one-half {
	width: calc(50% - 14px) !important;
	margin-left: 28px;
}
.page-template-page_club_en #contenido .one-half.first {
	margin-left: 0px;
}
.page-template-page_club_en #contenido p a {
	text-decoration: none !important;
}
.page-template-page_club_en #contenido strong {
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	font-size: 20px;
	line-height: 32px;
	color: #666666;
}
.page-template-page_club_en #contenido div {
	font-family: 'seravekregular';
	font-size: 20px;
	line-height: 32px;
	color: #666666;
	padding-bottom: 5px;
}
.page-template-page_club_en #contenido div a {
	font-family: 'seravekbold' !important;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none !important;
	/*color: #f5c000 !important;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
}
.page-template-page_club_en #contenido .segundacol a {
	text-decoration: none !important;
	font-family: 'seravekregular' !important;
	font-weight: normal !important;
	font-size: 20px !important;
	line-height: 32px !important;
	color: #666666 !important;
}
.images-historia-en img {
	margin-bottom: 28px;
}
.page-template-page_club_en .primeracol:nth-child(8), .page-template-page_club_en .primeracol:nth-child(10){
	top: -32px;
	position: relative;
}
.page-template-page_contacto .primeracol:nth-child(8), .page-template-page_contacto .primeracol:nth-child(10){
	top: -32px;
	position: relative;
}
.page-template-page_club_en #contenido .tit-amarillo {
	width: 100%;
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-size: 25px;
	line-height: 30px;
	font-family: 'seravekbold' !important;
    margin-top: 32px;
    margin-bottom: 25px;
}
.page-template-page_club_en #contenido strong {
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	font-size: 15px;
	line-height: 24px;
	color: #666666 !important;
}
.page-template-page_club_en #contenido div {
	font-family: 'seravekregular';
	font-size: 20px;
	line-height: 32px;
	color: #666666;
	padding-bottom: 5px;
}
.page-template-page_club_en #contenido div a {
	font-family: 'seravekbold' !important;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none !important;
	/*color: #f5c000 !important;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
}
.page-template-page_club_en #contenido .segundacol a {
	text-decoration: none !important;
	font-family: 'seravekregular' !important;
	font-weight: normal !important;
	font-size: 20px !important;
	line-height: 32px !important;
	color: #666666 !important;
}
.page-template-page_club_en #contenido #datos-tickets a {
    font-family: 'seravekbold' !important;
    font-size: 15px !important;
    line-height: 24px !important;
    text-decoration: none !important;
    color: #666666 !important;
}

/* Page Our club de
--------------------------------------------- */
.page-template-page_club_de #datos-club li{
	color: #666666;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
.page-template-page_club_de #datos-club ul {
	margin-bottom: 27px;
	padding-left: 45px;
}
.page-template-page_club_de #datos-club p:nth-child(3) {
	margin-bottom: 0px;
}
.page-template-page_club_de #datos-tickets2 p:nth-child(2) {
	padding-left: 45px;
}
.page-template-page_club_de #datos-tickets2 p:nth-child(1),
.page-template-page_club_de #datos-tickets2 p:nth-child(3),
.page-template-page_club_de #datos-tickets2 p:nth-child(5),
.page-template-page_club_de #datos-tickets2 p:nth-child(7) {
	margin-bottom: 0px;
}
.page-template-page_club_de #datos-tickets2 p:nth-child(5),
.page-template-page_club_de #datos-tickets2 p:nth-child(6),
.page-template-page_club_de #datos-tickets2 p:nth-child(7),
.page-template-page_club_de #datos-tickets2 p:nth-child(8) {
	padding-left: 45px;
}
.page-template-page_club_de .historia {
	margin-bottom: 30px;
}
#datos-tickets2 h4, #datos-tickets2 h4 a {
	font-family: 'seravekbold';
	font-size: 15px !important;
	line-height: 24px !important;
	/* color: #dda800 !important; CRKS ACCESIBILIDAD */
	color: #8F6D00 !important;
}
#datos-tickets2 h4 {
	padding-left: 45px;
}
.page-template-page_club_de .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_club_de #contenido {
	margin-top: 300px;
}
.page-template-page_club_de #contenido div p {
	color: #666666;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	/* text-align: justify; */
	margin-bottom: 27px;
}
.botonera-images {
	padding-top: 5px;
}
.botonera-images img {
	margin-bottom: 20px;
}
.page-template-page_club_de #contenido .one-half {
	width: calc(50% - 14px) !important;
	margin-left: 28px;
}
.page-template-page_club_de #contenido .one-half.first {
	margin-left: 0px;
}
.page-template-page_club_de #contenido p a {
	text-decoration: none !important;
}
.page-template-page_club_de #contenido strong {
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	font-size: 20px;
	line-height: 32px;
	color: #666666;
}
.page-template-page_club_de #contenido div {
	font-family: 'seravekregular';
	font-size: 20px;
	line-height: 32px;
	color: #666666;
	padding-bottom: 5px;
}
.page-template-page_club_de #contenido div a {
	font-family: 'seravekbold' !important;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none !important;
	/*color: #f5c000 !important;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
}
.page-template-page_club_de #contenido .segundacol a {
	text-decoration: none !important;
	font-family: 'seravekregular' !important;
	font-weight: normal !important;
	font-size: 20px !important;
	line-height: 32px !important;
	color: #666666 !important;
}
.images-historia-en img {
	margin-bottom: 28px;
}
.page-template-page_club_de .primeracol:nth-child(8), .page-template-page_club_en .primeracol:nth-child(10){
	top: -32px;
	position: relative;
}
.page-template-page_contacto .primeracol:nth-child(8), .page-template-page_contacto .primeracol:nth-child(10){
	top: -32px;
	position: relative;
}
.page-template-page_club_de #contenido .tit-amarillo {
	width: 100%;
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-size: 25px;
	line-height: 30px;
	font-family: 'seravekbold' !important;
    margin-top: 32px;
    margin-bottom: 25px;
}
.page-template-page_club_de #contenido strong {
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	font-size: 15px;
	line-height: 24px;
	color: #666666 !important;
}
.page-template-page_club_de #contenido div {
	font-family: 'seravekregular';
	font-size: 20px;
	line-height: 32px;
	color: #666666;
	padding-bottom: 5px;
}
.page-template-page_club_de #contenido div a {
	font-family: 'seravekbold' !important;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none !important;
	/*color: #f5c000 !important;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
}
.page-template-page_club_de #contenido .segundacol a {
	text-decoration: none !important;
	font-family: 'seravekregular' !important;
	font-weight: normal !important;
	font-size: 20px !important;
	line-height: 32px !important;
	color: #666666 !important;
}
.page-template-page_club_de #contenido #datos-tickets a {
    font-family: 'seravekbold' !important;
    font-size: 15px !important;
    line-height: 24px !important;
    text-decoration: none !important;
    color: #666666 !important;
}




/* Page Contacto
--------------------------------------------- */
.page-template-page_contacto .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_contacto #contenido .one-half img{
	margin-bottom: 0px !important;
}
.page-template-page_contacto #contenido {
	margin-top: 300px;
}
.page-template-page_contacto #contenido .tit-amarillo {
	width: 100%;
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-size: 25px;
	line-height: 30px;
	font-family: 'seravekbold' !important;
    margin-top: 32px;
    margin-bottom: 22px;
}
.primeracol {
	width: 224px;
	display: inline-block;
	font-family: 'seravekbold' !important;
	font-size: 20px;
	line-height: 36px;
	color: #666666;

}
.segundacol {
	width: 575px;
	display: inline-block;
	font-family: 'seravekregular';
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}
.page-template-page_contacto #contenido strong {
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	font-size: 20px;
	line-height: 32px;
	color: #666666;
}
.page-template-page_contacto #contenido div {
	font-family: 'seravekregular';
	font-size: 20px;
	line-height: 32px;
	color: #666666;
	padding-bottom: 5px;
}
.page-template-page_contacto #contenido div a {
	font-family: 'seravekbold' !important;
	font-size: 20px;
	line-height: 32px;
	text-decoration: none !important;
	/*color: #f5c000 !important;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
}
.page-template-page_contacto #contenido .segundacol a {
	text-decoration: none !important;
	font-family: 'seravekregular' !important;
	font-weight: normal !important;
	font-size: 20px !important;
	line-height: 32px !important;
	color: #666666 !important;
}
.page-template-page_contacto #contenido .one-half {
	width: calc(50% - 13px) !important;
	margin-left: 26px;
}
.page-template-page_contacto #contenido .one-half.first {
	margin-left: 0px !important;
}
.page-template-page_contacto #contenido #datos-contacto {
	border-bottom: 1px solid black;
	padding-bottom: 25px;
}



/* Page Patrocinadores
--------------------------------------------- */
.page-template-page_patrocinadores .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_patrocinadores #contenido {
	margin-top: 300px;
}
.logo-crokis-patrocinadores {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.page-template-page_patrocinadores .patrocinadores-principales .one-third {
	height: 146px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;

	display: flex;
	align-items: center;
	text-align: center;
}
.page-template-page_patrocinadores .patrocinadores-principales .one-third img {
	max-height: 146px;
}
.page-template-page_patrocinadores .patrocinadores-principales .one-third a {
	margin: 0 auto;
}
/* logos medios colaboradores */
.page-template-page_patrocinadores .logos-medios-colaboradores .one-third {
	height: 100px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;

	display: flex;
	align-items: center;
	text-align: center;
}
.page-template-page_patrocinadores .logos-medios-colaboradores .one-third img {
	max-height: 100px;
}
.page-template-page_patrocinadores .logos-medios-colaboradores .one-third a {
	margin: 0 auto;
}

#primer-patrocinador {
	margin-top: 30px;
}

.page-template-page_patrocinadores .patrocinadores-oficiales .one-third {
	height: 146px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;

	display: flex;
	align-items: center;
	text-align: center;
}
.page-template-page_patrocinadores #patro-oficial h2 {
	margin-bottom: 20px !important;
}
.page-template-page_patrocinadores .patrocinadores-oficiales .one-third img {
	max-height: 146px;
	margin: 0 auto;
}
.page-template-page_patrocinadores .patrocinadores-oficiales .one-third a {
	margin: 0 auto;
}

.page-template-page_patrocinadores .logos-copatrocinadores .one-third {
	height: 160px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;

	display: flex;
	align-items: center;
	text-align: center;
}
.page-template-page_patrocinadores .logos-copatrocinadores .one-third img {
	max-height: 160px;
	margin: 0 auto;
}
.page-template-page_patrocinadores .logos-copatrocinadores .one-third a {
	margin: 0 auto;
}

.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth {
	height: 130px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;

	display: flex;
	align-items: center;
	text-align: center;
}
.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth img {
	max-height: 130px;
	margin: 0 auto;
}
.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth a {
	margin: 0 auto;
}
.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth {
	width: 20.076923076923077% !important;
	margin-left: 5.564102564102564%;
}
.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth.first {
	margin-left: 0px;
}

.page-template-page_patrocinadores .logos-acuerdos-institucionales .one-third {
	height: 136px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;

	display: flex;
	align-items: center;
	text-align: center;
}
.page-template-page_patrocinadores .logos-acuerdos-institucionales .one-third img {
	max-height: 136px;
	margin: 0 auto;
}
.page-template-page_patrocinadores .logos-acuerdos-institucionales .one-third a {
	margin: 0 auto;
}

.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth {
	height: 165px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;

	display: flex;
	align-items: center;
	text-align: center;
}
.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth img {
	max-height: 165px;
	margin: 0 auto;
}
.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth a {
	margin: 0 auto
}

.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth {
	width: 20.076923076923077% !important;
	margin-left: 5.564102564102564%;
}
.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth.first {
	margin-left: 0px;
}
 
.aptdo-patro {
	border-bottom: 1px solid black;
	margin-bottom: 30px;
}
.page-template-page_patrocinadores #contenido .tituloaptdo h2 {
	margin-bottom: 20px;
}
/* Centrar los logos vertical y horizontalmente */





/* Page Noticias
--------------------------------------------- */
.page-template-page_noticias #unaentrada {
	margin-bottom: 40px !important;
}
.page-template-page_noticias .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_noticias #contenido {
	margin-top: 299px;
	padding-top: 32px;
}
.page-template-page_noticias .titulo h3{
	color: #1e2024;
	font-size: 20px;
	line-height: 24px;
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.page-template-page_noticias .titulo a {
	text-decoration: none !important;
}
#listado-noticias .date {
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-size: 14px;
	line-height: 24px;
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	text-transform: capitalize;
}
.page-template-page_noticias .etiquetas {
	text-transform: uppercase;
	color: #808080;
	font-family: 'seravekbold';
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
}
.page-template-page_noticias .excerpt {
	font-size: 15px;
	line-height: 24px;
	font-family: 'seravekregular';
	color: #666666;
}
.page-template-page_noticias .excerpt p {
	margin-bottom: 10px;
}
.page-template-page_noticias .imagen-noticias {
	margin-bottom: 20px;
}
.page-template-page_noticias .ssba-share-text {
	display: none;
}
.page-template-page_noticias .tag-der {
	float: right;
	bottom: 8px;
	position: absolute;
	right: 0;
}
.page-template-page_noticias .tag-der a, .single-post .tag-der a {
	text-decoration: none;
}
.page-template-page_noticias .ssba.ssba-img {
	padding: 0px;
	padding-right: 6px; 
}
.page-template-page_noticias .tag-der br {
	display: none;
}
.page-template-page_noticias #unaentrada {
	/*margin-bottom: 45px;*/
	margin-bottom: 0px;
}
.page-template-page_noticias #genesis-sidebar-primary {
	display: none;
}
.page-template-page_noticias .widget-wrap h3 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-family: 'seravekbold';
	font-weight: normal !important;
	color: #1e2024;
}
.page-template-page_noticias .search-form input {
	background-color: #cccccc;
	border-radius: 15px;
	border-color: #cccccc;
	color: #1e2024;
	padding: 5px;
	padding-left: 10px;
}
.page-template-page_noticias .widget-wrap .cat-item a{
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-size: 14px;
	line-height: 24px;
	font-family: 'seravekbold';
	text-transform: uppercase;
	text-decoration: none !important;
}
.page-template-page_noticias .widget-wrap li.cat-item {
	display: inline-block;
}
.page-template-page_noticias #categories-2 .widget-wrap li:after {
  content: "/  ";
  color: #4d4d4d;
}
.page-template-page_noticias #archives-2 a {
	color: black;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 28px;
	font-family: 'seravekbold';
	text-transform: uppercase !important;
}
.page-template-page_noticias #archives-2 li:before {
	content: "> ";
	color: black;
}




/* Noticias por categoria */
.category .etiquetas {
	text-transform: uppercase;
	color: #808080;
	font-family: 'seravekbold';
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.category .excerpt a {
	pointer-events: none !important;
	cursor: default !important;
	color: #666666;
	text-decoration: none !important;
}
.category .titulo a {
    text-decoration: none !important;
}
.category .titulo h3 {
    color: #1e2024;
    font-size: 20px;
    line-height: 24px;
    font-family: 'seravekbold' !important;
    font-weight: normal !important;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.category #contenido .tituloaptdo h2{
	/*color: #f5c000;*/
	color: #dda800;
	font-family: 'seravekbold';
	font-size: 25px !important;
	line-height: 30px !important;
	text-transform: uppercase !important;
	margin-top: 20px;
	
}
.category .excerpt {
	font-size: 15px;
	line-height: 24px;
	font-family: 'seravekregular';
	color: #666666;
}
.category .excerpt p {
	margin-bottom: 10px;
}
.category .imagen-noticias {
	margin-bottom: 20px;
}
.category .ssba-share-text {
	display: none;
}
.category .tag-der {
	float: right;
	bottom: 5px;
	position: relative;
}
.category .ssba.ssba-img {
	padding: 0px;
	padding-right: 6px; 
}
.category .tag-der br {
	display: none;
}
.category #unaentrada {
	/*margin-bottom: 45px;*/
	margin-bottom: 0px;
}
.category #genesis-sidebar-primary {
	display: none;
}
.category .widget-wrap h3 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-family: 'seravekbold';
	font-weight: normal !important;
	color: #1e2024;
}
.category .search-form input {
	background-color: #cccccc;
	border-radius: 15px;
	border-color: #cccccc;
	color: #1e2024;
	padding: 5px;
	padding-left: 10px;
}
.category .widget-wrap .cat-item a{
	/*color: #f5c000;*/
	color: #dda800;
	font-size: 14px;
	line-height: 24px;
	font-family: 'seravekbold';
	text-transform: uppercase;
	text-decoration: none !important;
}
.category .widget-wrap li.cat-item {
	display: inline-block;
}
.category #categories-2 .widget-wrap li:after {
  content: "/  ";
  color: #4d4d4d;
}
.category #archives-2 a {
	color: black;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 28px;
	font-family: 'seravekbold';
	text-transform: uppercase !important;
}
.category #archives-2 li:before {
	content: "> ";
	color: black;
}



/* Page Noticias Single
--------------------------------------------- */
.noticias-single .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.noticias-single .contenido {
	max-width: 980px;
	/*width: 100%;*/
	padding: 0px 26px;
	margin: 0 auto;
	margin-top: 299px;
	padding-top: 30px; 
}
.noticias-single .ssba-share-text {
	display: none;
}
.contenido .two-thirds #ssba-classic-2 {
	display: none;
}
.contenido .two-thirds .etiquetas #ssba-classic-2 {
	display: block !important;
}
.noticias-single .date {
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-size: 14px;
	line-height: 24px;
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	text-transform: capitalize;
}
.noticias-single .etiquetas {
	text-transform: uppercase;
	color: #666;
	font-family: 'seravekbold';
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.noticias-single iframe {
	width: 100%;
}
.noticias-single .tag-der {
	float: right;
	bottom: 5px;
	position: relative;
}
.noticias-single .tag-der br {
	display: none;
}
.noticias-single .imagen-noticias {
	margin-bottom: 20px;
	text-align: center;
}
.noticias-single h3.titulo{
	color: #1e2024;
	font-size: 20px;
	line-height: 24px;
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.noticias-single .contenido .two-thirds p {
	font-size: 15px;
	line-height: 24px;
	font-family: 'seravekregular';
	color: #666666;
	/* text-align: justify; CRKS ACCESIBILIDAD */
	text-align: left;
}
.single-post #genesis-sidebar-primary {
	display: none;
}
.single-post #archives-2 {
	display: none;
}
.single-post .rel_posts li {
	list-style: none;
}
.single-post a.title_rel {
	color: #1e2024;
	font-size: 16px;
	line-height: 19px;
	font-family: 'seravekbold';
	text-transform: uppercase;
	text-decoration: none !important;
}
.single-post .rel_posts h3{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-family: 'seravekbold';
	font-weight: normal !important;
}
.single-post .rel_posts ul {
	margin: 0px;
}
.single-post .rel_posts {
	margin-top: 40px;
}
.single-post .noticias-single .widget-wrap h3 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-family: 'seravekbold';
	font-weight: normal !important;
	color: #1e2024;
}
.single-post .noticias-single .search-form input {
	background-color: #cccccc;
	border-radius: 15px;
	border-color: #cccccc;
	color: #1e2024;
	padding: 5px;
	padding-left: 10px;
	width: 100%;
}
.single-post .noticias-single  .search-form {
	width: 100%;
	margin-bottom: 0px;
}
.single-post .noticias-single .widget-wrap .cat-item a{
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-size: 14px;
	line-height: 24px;
	font-family: 'seravekbold';
	text-transform: uppercase;
	text-decoration: none !important;
}
.single-post .noticias-single .widget-wrap li.cat-item {
	display: inline-block;
}
.single-post .noticias-single #categories-2 .widget-wrap li:after {
  content: "/  ";
  color: #4d4d4d;
}
.single-post .noticias-single #categories-2 {
	margin-bottom: 30px;
}
.single-post .noticias-single #categories-2 ul {
	margin: 0px;
}
.single-post .noticias-single #categories-2 h3 {
	margin-bottom: 10px;
}
.img-post-rel img {
	/*height: 180px;*/

}


/* Page Palmarés
--------------------------------------------- */
.page-template-page_palmares .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_palmares #contenido {
	margin-top: 300px;
	padding-top: 58px;
}
.page-template-page_palmares #contenido div.una-copa img {
	margin-bottom: 10px;
	min-height: 265px;
	max-height: 265px;
	object-fit: cover;
	object-position: center;
}
.page-template-page_palmares #contenido .year {
	font-size: 25px;
	line-height: 30px;
	font-family: 'seravekbold';
	color: #1a181b;
	border-top: 1px solid black;
	padding-top: 20px;
	padding-bottom: 10px;
}
.page-template-page_palmares #contenido .titulo-copa {
	/*font-size: 25px;*/
	font-size: 23px;
	line-height: 30px;
	font-family: 'seravekbold';
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
}
.page-template-page_palmares #contenido div.una-copa {
	text-align: center;
	width: calc(calc(100% - 62px) / 3);
	margin-left: 31px;
	margin-bottom: 90px;
}
.page-template-page_palmares #contenido div.una-copa a {
	text-decoration: none;
}
.page-template-page_palmares #contenido div.first.una-copa {
	margin-left: 0px;
}
.page-template-page_palmares .palmares {
	margin-bottom: 0px;
}
.page-template-page_palmares .copas-palmares-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 60px;
}
.page-template-page_palmares .copas-palmares-list .una-copa {
	/* width: 25% !important; */
	width: 33% !important;
	margin: 0 !important;
	padding: 25px 8px 25px;
}



/* Page Cantera
--------------------------------------------- */
.page-template-page_plantilla_infantil .bannersuperior {
	position: absolute;
	width: 100%;
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page_plantilla_infantil #contenido {
	margin-top: 300px;
	padding-top: 25px;
}
.page-template-page_plantilla_infantil #contenido table {
    border-collapse: collapse;
    width: 100%;
}
.page-template-page_plantilla_infantil #contenido table .vacia {
    
}
.page-template-page_plantilla_infantil #contenido table#contenido-cantera td, .page-template-page_cantera #contenido table#contenido-cantera th {
    border-bottom: 1px solid #979797;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    font-family: 'seravekbold';
    color: #666666;
}
.page-template-page_plantilla_infantil #contenido table .tit-tabla{
	/*color: #f5c000;*/
	color: #dda800;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	/*border-bottom: 1px solid black;*/
	padding-bottom: 5px;
	text-align: center;
}
.page-template-page_plantilla_infantil #contenido tr th:nth-child(1) {
	width: 9.004310%;
	margin-right: 32px !important;
}
.page-template-page_plantilla_infantil #contenido tr th:nth-child(2) {
	width: 35.8233%;
	margin-right: 32px !important;
}
.page-template-page_plantilla_infantil #contenido table#titulo-cantera {
	border-collapse: separate;
	margin-bottom: 0px;
	border-spacing: 28px 0px;
}
table#titulo-cantera td, tr {
	border-bottom: none !important;
}
table#titulo-cantera th {
	/*border-bottom: 1px solid #979797;*/
	border-bottom: none !important;
}
.page-template-page_plantilla_infantil #contenido table#titulo-cantera tbody {
	border-bottom: none !important;
}
.page-template-page_plantilla_infantil #contenido table td {
	padding-left: 38px;
}
.page-template-page_plantilla_infantil #contenido table td.year, td.posicion, td.altura {
	/*padding-right: 28px;*/
	text-align: center;
	padding-left: 0px;
}
.page-template-page_plantilla_infantil #contenido table#titulo-cantera td {
	padding-left: 0px !important;
}
.page-template-page_plantilla_infantil #contenido tr th:nth-child(3) {
	width: 14.008621%;
	margin-right: 32px !important;
}
.page-template-page_plantilla_infantil #contenido tr th:nth-child(4) {
	width: 12.3923%;
	margin-right: 32px !important;
}
.page-template-page_plantilla_infantil #contenido tr th:nth-child(5) {
	width: 15.40948%;
}
.page-template-page_plantilla_infantil #contenido .tituloaptdo h2{
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-family: 'seravekbold';
	font-size: 25px;
	line-height: 30px;
}
.page-template-page_plantilla_infantil td.altura {
	/*padding-right: 60px;*/
	padding-right: 38px;
}
.page-template-page_plantilla_infantil td.posicion{
	padding-right: 0px;
	padding-left: 50px !important;
	text-align: left !important;
}
.page-template-page_plantilla_infantil #contenido-entrenadores {
	font-family: 'seravekbold';
	font-size: 15px;
	color: #666666;
	line-height: 18px;
	text-transform: uppercase !important;
}
.page-template-page_plantilla_infantil #contenido-entrenadores p {
	margin-bottom: 20px;
}
.page-template-page_plantilla_infantil #contenido td {
	color: #666666 !important;
	font-size: 16px !important;
	font-family: 'seravekbold' !important;
}
.page-template-page_plantilla_infantil #contenido tr:nth-child(1) th {
	text-align: center;
	/* color: #dda800 !important; CRKS ACCESIBILIDAD */
	color: #8F6D00 !important;
	line-height: 18px;
	font-size: 15px !important;
	font-family: 'seravekbold' !important;
	text-transform: uppercase !important;
}







/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

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

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-prefooter {
	background-color: #1e2024;
	padding: 1em 0 2.5em;
}
.site-prefooter .wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 13px;
}
.site-prefooter .wrap h3 {
	font-family: seravekbold;
	color: #ffffff;
	font-weight: normal;
	font-size: 19px;
	font-size: 1.9rem;
}
.site-prefooter .wrap .one-fifth {
	width: 20%;
	display: inline-block;
	margin: 0px;
	border-right: 1px solid #ffffff;
}
.site-prefooter .wrap .one-fifth.first {
	border-left: 1px solid #ffffff;
}
.site-prefooter .wrap .one-fifth img {
	width: 90%;
	max-width: 195px;
	margin: 0 auto;
}

.site-footer {
	/*background-color: #292c31;*/
	background-color: #0b0b0b;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 30px 0px;
	text-align: center;
}
.site-footer .wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 26px;
}
.site-footer p {
	margin-bottom: 0;
}
.site-footer .footer-left {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	-webkit-flex-direction: column;
}
.site-footer .footer-left img {
    margin: 20px 0;
}
.site-footer .footer-left img:nth-child(2) {
	max-width: 400px;
	width: 100%;
}
.site-footer .footer-menu {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	float: left;
	margin: 2em 0;
	padding-bottom: 20px;
}
.site-footer .footer-menu .one-half {
	border: thin solid white;
}
.site-footer .footer-menu p {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 20px;
} 
.site-footer .footer-menu p a {	
	color: #f5c000;
	text-decoration: none;	
	padding-left: 30px;
	/*background: url(images/ico-balon-white.png) no-repeat 0% 50% transparent;*/
	text-transform: uppercase;

}
.site-footer .footer-menu ul li {
	text-align: left;
	padding-left: 51px;
	/*padding-left: 60px;*/
}
.site-footer .footer-menu ul li a {
	color: #ffffff;
	text-decoration: none;	
	text-transform: uppercase;
}
.site-footer .footer-menu p a:before {
	content: url(images/ico-balon-white.png);
	margin-right: 10px;
}

/* Info contacto */

.site-footer .footer-data p {
	color: #ffffff;
	position: relative;
}
.site-footer .footer-data a {
	color: #ffffff;
	text-decoration: none;	
	padding-left: 17px;
	position: relative;
} 
.site-footer .footer-data a.mail {
	padding-left: 22px;
}
.site-footer .footer-data a.mail:before {
	content: url(images/ico-mail.png);
	position: absolute;
	top: 2px;
	margin-left: -25px;
}
.site-footer .footer-data a.tel:before {
	content: url(images/ico-tel.png);
	position: absolute;
	top: 1px;
	margin-left: -18px;
}
.site-footer .footer-data a.fax:before {
	content: url(images/ico-fax.png);
	position: absolute;
	top: 2px;
	margin-left: -22px;
}
.site-footer .footer-data p.map:before {
	content: url(images/ico-map.png);
	position: absolute;
	top: 2px;
	margin-left: -20px;
}
.site-footer .footer-bottom {
	padding-top: 3em;
}
.site-footer .footer-bottom a {
	color: #f5c000;
	text-decoration: none;
}
.site-footer .footer-bottom span {
	color: #ffffff;
	padding: 0px 10px;
}



.page-template-page_patrocinadores #contenido .tituloaptdo h2 {
	/*color: #f5c000;*/
	/* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
	font-size: 25px;
	line-height: 30px;
	font-family: 'seravekbold' !important;
	font-weight: normal !important;
}


/* Menú
---------------------------------------------------------------------------------------------------- */
#menu-item-20 a.sf-with-ul, #menu-item-728 a.sf-with-ul, #menu-item-7255 a.sf-with-ul, #menu-item-7030 a.sf-with-ul, #menu-item-21249 a.sf-with-ul {
	pointer-events: none;
	cursor: default;
}
.enlace-endesa {
	display: inline;
	width: 50px;
	margin-right: 30px;
	position: absolute;
	left: 276px;
	top: 8px;
}
.enlace-endesa img {
	margin-top: 0 !important;
}
#contenedor-menu-superior {
	background: url(images/iconos-menu/banner-menu.png) 50% 50% no-repeat;
	width: 609px;
	height: 44px;

	float: right;
}
header .enlace-publi {
	position: absolute;
	right: 0;
	width: 280px;
	height: 70px;
	display: block;
	margin-top: 50px;
	display: none !important;
}
  
header .enlace-publi img {
	width: 280px !important;
	height: 70px !important;
	display: block;
	margin-top: 5px !important;
}
#menu-item-7255 .sub-menu{
	position: absolute;
	top: 45px;
}
#genesis-nav-primary .wrap {
	padding: 0px;
}
.footer-menu .one-third.last li:nth-child(1), .footer-menu .one-third.last p a{
	cursor: default;
	pointer-events: none;
}
/* Sección superior */
/* Enlaces */
#elementos-enlaces {
	color: white;
	font-family: 'seravekbold';
	text-transform: uppercase;
	

	width: auto;
	padding-left: 40px;
	padding-top: 10px;
	padding-top: 3px;
}
#elementos-enlaces span {
	top: 4px;
	position: relative;
}
#elementos-enlaces a {
	color: white;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}
#elementos-enlaces ul {
	width: auto;
}
#elementos-enlaces li {
	display: inline-block;
	/*margin-right: 20px;*/
	margin-right: 5px;
}
#elementos-enlaces img {
	/* margin-right: 10px; */
	margin-right: 7px;
	margin-top: 7px;
	width: 20px;
}
/* Redes sociales */
#elementos-rrss {
	text-align: right;

	width: auto;
	position: relative;
	top: -75px;
	margin-right: 10px;
	float: right;
	/* margin-top: 30px; */
	margin-top: 35px;
}
#elementos-rrss li {
	display: inline-block;
	margin-right: 6px;
}
#elementos-rrss ul {
	width: auto;
	margin-right: 22px;
}
#elementos-rrss .idioma {
	position: relative;
}

#elementos-rrss .otros-idiomas {
	position: absolute;
	display: none;
	right: 3px;
	width: 23px;
}

#elementos-rrss .idioma:hover .otros-idiomas {
	display: block;
}
.img-temporada {
	padding-top: 0px !important;
	top: -5px !important;
	position: relative !important;
}
.img-tienda {
	padding-top: 0px !important;
	top: -5px !important;
	position: relative !important;
}
/* Sección our club no mostrar en menu normal */
#genesis-nav-primary #menu-item-809 {
	display: none;
}
#genesis-nav-primary #menu-item-7029 {
	display: none;
}
#genesis-nav-primary #menu-item-6939, #genesis-nav-primary #menu-item-6940, #genesis-nav-primary #menu-item-6942 {
    display: none;
}




/* Eliminar recuadro en los enlaces en firefox
------------------------------------------------ */
a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }



/* Temporadas */
.page-template-page_home .sportspress .sp-post a{
	pointer-events: none;
	cursor: default;
}


/* Slide home  movil desaparecer */
.slider-home-movil, .slider-hometienda-movil {
	display: none; 
}

/* Paginacion listado noticias
---------------------------------------------------------------------------------------------------- */

.page-nav {
	text-align: center;
	margin-top: 30px;
}
.page-nav a,
.page-nav span {
	margin: 0px 4px;
	text-decoration: none;
}
.page-nav a.prev,
.page-nav span.prev  {
	float: left;
	margin: 0px;
}
.page-nav a.next,
.page-nav span.next {
	float: right;
	margin: 0px;
}



/* Noticxias - ocultar enlaces */
.page-template-page_noticias .excerpt a {
	pointer-events: none !important;
	cursor: default !important;
	color: #666666;
	text-decoration: none !important;
}
#franja-ult-noticias .excerpt a {
	pointer-events: none !important;
	cursor: default !important;
	color: white;
	text-decoration: none !important;
}
#franja-ult-noticias .excerpt p {
	margin-bottom: 15px !important;
}
#franja-ult-noticias .excerpt div {
	font-family: 'seravekregular' !important;
	color: white !important;
	font-size: 15px !important;
	line-height: 26px !important;
	font-weight: normal !important;
}
.single-post .rel_posts {
	display: none;
}

/* Home - Instagram movil */
#instagram-movil {
	display: none;
}
/* Home slide superior */
.page-template-page_home #containerslidehome .slick-slide img {
	display: block;
    text-align: center;
    /* margin: 0 auto; */
    display: block;
    
    height: 600px;
    object-fit: cover;
	width: 100%;
}
.page-template-page_home .row.slider {
	background-color: #0b0b0b;
}
.page-template-page_home .slider-home-web, .page-template-page_home .slider-hometienda-web {
	/*background-color: #23282e;*/
	background-color: #0b0b0b;
	max-width: 1920px;
	margin: 0 auto;
}

.page-template-page_home .slider-hometienda-web,
.page-template-page_home .slider-hometienda-web .slide-rel,
.page-template-page_home .slider-hometienda-movil .slide-rel {
	background-color: #fff;
}

.page-template-page_home .slider-home-web .slick-dotted.slick-slider,
.page-template-page_home .slider-hometienda-web .slick-dotted.slick-slider,
.page-template-page_home .slider-hometienda-movil .slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.page-template-page_home .slider-hometienda-movil .slick-dotted.slick-slider {
	margin-top: 20px !important;
}

.page-template-page_home .slider-hometienda-movil {
	/*background-color: #23282e;*/
	background-color: #fff;
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
	overflow-x: hidden;
}


/* Page Categorias 
.categorias-noticias .content {
	max-width: 980px;
	width: 100%;
	padding: 0px 26px;
	margin: 0 auto;
	float: none !important;
}
*/
.categorias-noticias .bannersuperior {
	position: absolute;
	width: 100%;
	/*height: 580px;*/
	height: 299px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.categorias-noticias #contenido {
	margin-top: 280px;
}


/* ocultar forzado slider home 2 */


/* Politica de cookies */
.cn-button.bootstrap {
	background-image: linear-gradient(to bottom,#dda800,#dda800) !important;
	background-color: #dda800 !important;
}
.cn-button.bootstrap:hover {
	background-image: linear-gradient(to bottom,#dda800,#dda800) !important;
	background-color: #dda800 !important;
}


/* Tienda stock */
.tit-filtro-precio {
	display: none;
}
.single-product .woocommerce-variation.single_variation {
	display: block;
	width: 50%;
	float: right;
	top: -20px;
	position: absolute;
}
.single-product .stock {
	text-align: left;
	position: relative;
	width: 150px;
	padding-left: 20px;
	display: block;
}
.woocommerce-variation-availability {
	display: none;
}


/* Variación personalizada */

.single-product .variations_form.cart {
	width: 48%;
	float: right;
	margin-top: 60px;
}

.single-product .cart {
	width: 48%;
	float: right;
}

.single-product .cart span.price {
	font-size: 23px;
	line-height: 30px;
	font-family: 'seravekbold' !important;
	color: #8F6D00 !important;
}

.single-product .variations_form.cart .variations {
	width: 100% !important;
	margin-left: 0 !important;
}

.single-product .variations_form.cart .single_variation_wrap .precio {
	margin-left: 0px;
}

.single-product .woocommerce-variation-add-to-cart .wapf-field-row {
	display: block !important;
}

.single-product .woocommerce-variation-add-to-cart .wapf-field-row .wapf-field-container {
	width: 100% !important;
	float: right !important;
}

.single-product .woocommerce-variation-add-to-cart .wapf-field-row .wapf-field-container .wapf-input::placeholder {
	color: #333;
	opacity: 0.5;
}

.single-product .woocommerce-variation-add-to-cart .wapf-field-row .wapf-field-container .wapf-field-description{
	font-weight: 600;
}

.single-product .woocommerce-variation-add-to-cart .wapf-product-totals .wapf--inner {
	width: 100% !important;
	float: right !important;
}

.single-product .woocommerce-variation-add-to-cart .wapf-product-totals .wapf--inner .price.amount {
	font-size: 23px !important;
	line-height: 30px !important;
	font-family: 'seravekbold' !important;
	/* color: #ffcc00 !important; */
}

.single-product .woocommerce-variation-add-to-cart .wapf-product-totals .wapf--inner .price {
	display: block !important;
}

.single-product .woocommerce-variation-add-to-cart .quantity, .single-product .variations_form.cart .single_add_to_cart_button {
	top: 20px;
}

.single-product .woocommerce-variation-add-to-cart .quantity{
	margin-left: 210px !important;
}

.single-product .woocommerce-variation-add-to-cart .wapf-field-row .wapf-field-container .wapf-pricing-hint {
	display: none;
}

.single-product .related.products {
	width: 100%;
	display: block;
	float: left;
}

@media only screen and (max-width: 650px) {
	.single-product .variations_form.cart, .single-product .cart  {
		width: 100%;
		float: right;
	}

	.single-product .woocommerce-variation-add-to-cart .wapf-field-row .wapf-field-container {
		width: 100% !important;
		float: none !important;
	}

	.single-product .woocommerce-variation-add-to-cart .wapf-product-totals .wapf--inner {
		width: 100% !important;
		float: none !important;
	}

	.single-product .woocommerce-variation-add-to-cart .quantity, .single-product .variations_form.cart .single_add_to_cart_button {

		margin-left: 0 !important;
	}

	#franja-ult-partidos #contenedor-eventos .logo-odd {
		margin-left: 0 !important;
	}
	#franja-ult-partidos #contenedor-eventos .logo-even {
		margin-right: 0 !important;
	}

}

@media only screen and (max-width: 980px) {
	.single-product .woocommerce-variation-add-to-cart .quantity, .single-product .variations_form.cart .single_add_to_cart_button {

		margin-left: 0 !important;
	}

	.page-template-page_home .slider-home-movil .slick-dotted.slick-slider {
		margin-bottom: 0 !important;
	}

	header .enlace-publi img {
		width: 100% !important;
		height: 70px !important;
		display: block;
		margin-top: 2% !important;
		max-width: 280px;
		max-height: 70px;
		object-fit: contain;
	}

	header .enlace-publi {
		margin-top: 8px;
		left: 75px;
		width: 29%;
		z-index: 9999;
	}
}




/* Page Fundación */
.page-template-page_seccion_fundacion .bannersuperior {
    position: absolute;
    width: 100%;
    height: 580px;
    height: 299px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-page_seccion_fundacion #contenido {
    margin-top: 300px;
}
.page-template-page_seccion_fundacion #contenido .tit-amarillo {
    width: 100%;
    /* color: #f5c000; */
    /* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
    font-size: 25px;
    line-height: 30px;
    font-family: 'seravekbold' !important;
    margin-top: 32px;
    margin-bottom: 22px;
}
.page-template-page_seccion_fundacion #contenido td:nth-child(1),
.page-template-page_seccion_fundacion #contenido th:nth-child(1) {
	font-size: 20px;
	line-height: 32px;
	font-family: 'seravekbold' !important;
	color: #666666;
}
.page-template-page_seccion_fundacion #contenido td:nth-child(2),
.page-template-page_seccion_fundacion #contenido th:nth-child(2) {
	font-family: 'seravekregular' !important;
	font-size: 20px;
	line-height: 32px;
	color: #666666;
}
.page-template-page_seccion_fundacion #contenido th:nth-child(2) a {
	text-transform: none;
}
.page-template-page_seccion_fundacion .cont-apt {
	font-family: 'seravekregular' !important;
	font-size: 20px;
	line-height: 32px;
	color: #666666;
}
.page-template-page_seccion_fundacion .noticia-destacada .titulo h3 {
	color: #1e2024; !important;
}
.page-template-page_seccion_fundacion .noticia-destacada div.excerpt {
	color: #666666 !important;
	border-bottom: none;
}
.page-template-page_seccion_fundacion .noticia-destacada {
	margin-bottom: 30px;
}
.page-template-page_seccion_fundacion #contenido td {
	border-top: none !important;
}
.page-template-page_seccion_fundacion #contenido tbody {
    border-bottom: none !important;
}
.page-template-page_seccion_fundacion #contenido .cont-apt li:before {
	content: '	>';
	margin-right: 5px;
}
.page-template-page_seccion_fundacion #contenido .cont-apt li {
	margin-left: 45px;
}



/* Sección Fundación 
---------------------- */
.page-template-page_seccion_fundacion .colaboradores-fundacion .one-third {
	height: 146px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;

	display: flex;
	align-items: center;
	text-align: center;
	margin-left: 2.564102564102564% !important;
}
.page-template-page_seccion_fundacion .colaboradores-fundacion .one-third.first {
	margin-left: 0px !important;
}
.page-template-page_seccion_fundacion .colaboradores-fundacion .one-third img {
	max-height: 146px;
}
.page-template-page_seccion_fundacion .colaboradores-fundacion .one-third a {
	margin: 0 auto;
}
.page-template-page_seccion_fundacion .escuelita a {
	text-decoration: none;
}


.page-template-page_tienda .product_type_variable, .page-template-page_tienda .product_type_simple {
    background-color: #f5c000 !important;
    color: #1e2024 !important;
    font-family: 'seravekbold';
    font-size: 15px !important;
    line-height: 18px !important;
    text-decoration: none !important;
    text-align: center !important;
    text-transform: uppercase;
    padding-left: 11px !important;
    font-weight: normal !important;
    border-radius: 15px !important;
    width: 100px !important;
    height: 22px;
    padding: 2px 0px !important;
    float: right;
}

#contenedor-eventos a#DataTables_Table_0_previous {
    width: 20px;
    color: transparent !important;
}
a#DataTables_Table_0_next {
    color: #292c31 !important;
}

.enlace-temporada a {
	color: #292c31 !important;
    font-size: 11px;
    line-height: 13px;
    font-family: 'seravekbold' !important;
    text-transform: uppercase !important;
    padding-left: 26px;
}
#cont-enlace-temporada {
	width: 100%;
	max-width: 928px;
	text-align: left;
	margin: 0 auto !important;
	height: 0px;
}
#cont-enlace-temporada.temp-movil {
	display: none;
}
#contenedor-eventos .enlace-temporada a {
    position: relative;
    /*top: 42px;*/
    top: 0px;
    text-decoration: none;
}


.product-type-simple .stock.in-stock {
	display: none !important;
}





/* Sección de búsqueda */
.search-results .bannersuperior {
    position: absolute;
    width: 100%;
    height: 299px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.search-results #contenido {
    margin-top: 299px;
    padding-top: 32px;
}
.search-results .widget-wrap h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-family: 'seravekbold';
    font-weight: normal !important;
    color: #1e2024;
}
.search-results .search-form input {
    background-color: #cccccc;
    border-radius: 15px;
    border-color: #cccccc;
    color: #1e2024;
    padding: 5px;
        padding-left: 5px;
    padding-left: 10px;
}
.search-results .widget-wrap li.cat-item {
    display: inline-block;
}
.search-results .widget-wrap .cat-item a {
    color: #f5c000;
    color: #dda800;
    font-size: 14px;
    line-height: 24px;
    font-family: 'seravekbold';
    text-transform: uppercase;
    text-decoration: none !important;
}
.search-results #categories-2 .widget-wrap li::after {
    content: "/ ";
    color: #4d4d4d;
}
.search-results #listado-noticias h2 {
    color: #1e2024;
    font-size: 20px;
    line-height: 24px;
    font-family: 'seravekbold' !important;
    font-weight: normal !important;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.search-results #listado-noticias h2 a:hover,
.search-results #listado-noticias h2 a:active,
.search-results #listado-noticias h2 a:focus,
.search-results #listado-noticias h2 a:visited,
.search-results #listado-noticias h2 a:link {
	color: #1e2024;
}
.search-results #listado-noticias .entry-content p, .search-results #listado-noticias .entry-content p a {
    font-size: 15px;
    line-height: 24px;
    font-family: 'seravekregular';
    color: #666666;
    text-decoration: none !important;
    margin-bottom: 0px;
}
.search-results #listado-noticias .entry-content {
	border-top: 1px solid #979797;
	padding-top: 5px;
	margin-top: 5px;
}
.search-results #listado-noticias .entry-content p a:hover,
.search-results #listado-noticias .entry-content p a:active,
.search-results #listado-noticias .entry-content p a:focus,
.search-results #listado-noticias .entry-content p a:visited,
.search-results #listado-noticias .entry-content p a:link {
	color: #1e2024;
}
.search-results #listado-noticias article {
	margin-bottom: 40px;
}



/*
*/
.postid-9733 .one-half.last h4, .postid-9733 .one-half.last .estadisticastotales {
	display: none;
}


#cboxLoadedContent {
	overflow: hidden !important;
}




/* Páginas legales */
.page-template-page_legales #contenido {
	padding-top: 58px;
}
.page-template-page_legales .ppalnegro {
	text-transform: uppercase;
}
.page-template-page_legales #contenido div p {
    color: #666666;
    font-family: 'seravekregular';
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: justify;
}
.page-template-page_legales #contenido table td, .page-template-page_legales #contenido table th {
    color: #666666;
    font-family: 'seravekregular';
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: justify;
}
.page-template-page_legales #contenido div p strong {
    color: black;
    font-family: 'seravekregular' !important;
}

.page-template-page_legales #contenido li {
	list-style-type: disc;
	margin-left: 15px;
	color: #666666;
	font-family: 'seravekregular';
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
}



/* Seccion campus home */
#franja-col-campus .titulo-info {
    font-family: 'seravekbold';
    font-size: 20px;
    line-height: 24px;
    color: black;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #f5c000;
    padding: 10px 0px;
}
#franja-col-campus .edad {
    font-size: 15px;
    line-height: 24px;
    color: black;
    text-align: center;
    font-family: 'seravekbold';
}
#franja-col-campus .desc-info, #franja-col-campus .desc-info a {
    font-size: 15px;
    line-height: 24px;
    color: black;
    text-align: center;
    text-decoration: none;
}
#seccion-col-campus {
	margin-bottom: 50px;
}
#franja-tv-noticias {
	top: 0px !important;
}
#franja-rrss {
    top: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}




/* temporada banner home */
.enlace-temporada-movil, .enlace-temporada-movil a {
	color: #292c31 !important;
    font-size: 11px;
    line-height: 15px;
    font-family: 'seravekbold' !important;
    text-transform: uppercase !important;
    padding-left: 0px;
    display: block;
    width: 100%;
    text-align: center !important;
    /*margin-top: 5px;*/
    margin-top: 25px;
}
.wrap.temporal-temp-movil img {
	max-height: 70px;
}
.enlace-temporada {
    color: #292c31 !important;
    font-size: 11px;
    line-height: 15px;
    font-family: 'seravekbold' !important;
    text-transform: uppercase !important;
    padding-left: 0px;
    margin-top: 5px;
}
.enlace-temporada a {
	line-height: 15px;
	padding-left: 0px;
}
#franja-ult-partidos {
    top: -15px;
}
#franja-ult-partidos .one-third {
	width: 31.623931623931625% !important;
	float: left !important;
	margin-left: 2.564102564102564% !important;
}
#franja-ult-partidos .one-third.first {
	margin-left: 0px !important;
}
#franja-ult-partidos .cont-temp-movil {
	width: 100%;
	text-align: center;
}
.temporal-temp-web {
	display: block;
}
.temporal-temp-movil {
	display: none;
}



/* crokis OCULTAR BANNERS - cambio temporal */
/*#web-central-home, #movil-central-home, 
#web-patrocinador-home2, #movil-patrocinador-home2, .banner-prefooter {
	display: none !important;
}*/

#web-central-home a, #web-central-home-campus a {
	height: 100%;
	display: block;
	background: #292c31;
	/*background: #0b0b0b;*/
}

#web-central-home a img, #web-central-home-campus a img {
	width: 100%;
}

.page-template-page_home .banner-prefooter {
	display: block !important;
}

/*#temp-anterior {
	display: none !important;
}*/


/* Modificación Crokis - Black Friday */
.page-template-page_tienda.page-id-490 .bannersuperior {
	display: none;
}
.page-template-page_tienda.page-id-490 #contenido {
    margin-top: 0px;
}


/* Franja calendario */
/*#franja-ult-partidos {
	display: none;
}
.page-template-page_home .slick-dotted.slick-slider {
    margin-bottom: 0px;
}*/


/* Aviso Coronavirus */
.aviso-especial p {
	font-size: 20px !important;
	line-height: 30px;
	font-family: 'seravekregular' !important;
	color: #1e2024;
	text-align: justify;
	background-color: #f5d769;
	padding: 15px;
	margin-top: 60px;
}

/* franja acequia - jun 2020 */
.page-template-page_home #pie .banner-prefooter {
	display: none !important;
}

/* Formulario Sendinblue */
.sib_signup_form {
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	font-family: 'seravekregular';
	margin-bottom: 30px;
}
.sib_signup_form h2 {
	color: #f5c002;
	font-family: 'seravekbold';
	text-transform: uppercase;
}
.sib_signup_form .sib-email-area input {
	width: 100%;
	max-width: 370px;
	padding: 0 10px;
	border-radius: 20px;
	font-size: 1em;
}

.sib_signup_form label.sib-email-area {
	margin-right: 30px;
}

.sib_signup_form p {
	margin: 15px 0;
}

.sib_signup_form .sib-default-btn {
	background-color: #dfae01 !important;
	text-transform: uppercase;
	font-family: 'seravekregular';
	color: #0b0b0b !important;
}

.sib_signup_form .sib-default-btn:hover, .sib_signup_form .sib-default-btn:focus {
	background-color: #dfae01;
}

.sib_signup_form a {
	color: #f5c002;
}

#menu-mainmenu li span .menu-mvl {
	display: none;
}

#franja-ult-partidos #contenedor-eventos .logo-odd {
	margin-left: 105px;
}
#franja-ult-partidos #contenedor-eventos .logo-even {
	margin-right: 105px;
}


.widget-wrap .tax-title a {
    /* color: #f5c000; */
    /* color: #dda800; CRKS ACCESIBILIDAD */
	color: #8F6D00;
    font-size: 14px;
    line-height: 24px;
    font-family: seravekbold;
    text-transform: uppercase;
    text-decoration: none !important;
}
.widget-wrap .tax-image {
	display: none;
}

	
/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px){
	.single-product .descripcion-tienda {
		margin-left: 0 !important;
	}

	.single-product .variations_form.cart {
		margin-top: 0;
	}
}


@media screen and (min-device-width: 1920px) { 
	.bannersuperior {
		background-size: contain !important;
		background-color: #292c31;
	}
}
@media only screen and (max-width: 1919px){
	.bannersuperior {
		background-size: cover !important;
	}
}



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

	/* Site Header
	--------------------------------------------- */

	.site-header {
		/*position: fixed;*/
		width: 100%;
		z-index: 9999;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #0073e5;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		/*padding-top: 15px;*/
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
		/*padding-top: 122px;*/
		/*top: 110px;*/
		padding-bottom: 0px;
		z-index: 10;
		margin-top: 120px;
	}

	#menu-mainmenu li a span {
		color: white;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 19px;
		font-family: 'seravekbold';
	}
	.genesis-nav-menu .sub-menu a {
		border:none;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
	.genesis-nav-menu .sub-menu a span {
		color: #f5c002 !important;
	}
	
	#menu-mainmenu li a {
		text-decoration: none !important;
	}
	.sub-menu li a, .sub-menu li {
		background: #292c31 !important;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 20px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 0px;
		/*max-width: 1140px;*/
		max-width: 100%;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		/*width: 65%;*/
		width: 100%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}		

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: 33.33%; /* fallback for older browsers */
		width: calc(100% / 3);
	}
}


@media only screen and (max-width: 980px){
	header .enlace-publi {
		display: none !important;
	}
	.primeracol {
		width: 25%;
	}
	.segundacol {
		width: 75%;
	}

	.bannersuperior {
		background-color: transparent !important;
	}


	/* Home
	----------------------------------------- */
	#franja-rrss {
		max-width: 100%;
		padding: 0px 26px;
	}
	#franja-ult-noticias {
		width: 100%;
		max-width: 100%;
	}
	.page-template-page_home #containerslidehome .slick-slide img {
		/*height: auto !important;*/
		height: 33vh !important;
		width: 100%;
	}


	/* Menu - Responsive - movil */
	.page-template-page_cantera #contenido table#titulo-cantera {
	    border-collapse: separate;
	    border-spacing: 0px 0px;
	}
	#menu-mainmenu img {
		display: none;
	}
	#menu-item-809 img {
		display: block;
	}
	.sub-menu-toggle {
		color: #f5c002;
	}
	.sub-menu-toggle:hover {
		color: #f5c002;
	}
	#menu-item-20 a, #menu-item-728 a, #menu-item-7255 a, #menu-item-21249 a, #menu-item-24340 a, #menu-item-21255 a, #menu-item-21254 a, #menu-item-21253 a {
		pointer-events: none;
		cursor: default;
	}
	#menu-item-21249 .menu-item-has-children > a {
		pointer-events: none !important;
		cursor: default !important;
	}
	#menu-item-20 .sub-menu a, #menu-item-728 .sub-menu a, #menu-item-21249 .sub-menu a, #menu-item-24340 .submenu a, #menu-item-21255 .submenu a, #menu-item-21254 .submenu a, #menu-item-21253 .submenu a {
		pointer-events: all;
		cursor: pointer;
	}



	/* Page Tienda
	--------------------------------- */
	.page-template-page_tienda #media_image-2 {
	    margin-top: 40px;
	    text-align: center;
	}



	/* Menu superior
	--------------------------------- */
	#contenedor-menu-superior #elementos-rrss {
		display: none !important;
	}
	header .enlace-endesa {
		display: none !important;
	}
	#contenedor-menu-superior {
		background: none !important;
	}
	/* eliminamos temporalmente menu superior */
	#contenedor-menu-superior {
	    float: right;
		right: 0px;
		margin-right: 120px;
		margin-top: 5px;
		width: 100%;
		position: relative;
		margin-right: 0px;
		padding-right: 108px;
	}
	#elementos-enlaces li {
		margin-right: 10px;
	}
	.site-header {
		position: fixed;
		z-index: 100000;
		width: 100%;
	}
	#elementos-enlaces {
		padding-left: 0px;
	}
	#elementos-enlaces a {
	    color: white;
	    font-size: 1.2rem;
	    line-height: 19px;
	}
	#elementos-enlaces img {
	    margin-right: 10px;
	    margin-top: 10px;
	    width: 20%;
	}
	.site-header .wrap {
	    max-width: 100%;
	    margin: 0 auto;
	    padding: 0px !important;
	    width: 100%;
	    position: relative;
	}
	.escudo-header {
		max-width: 50px !important;
		z-index: 100;
	}
	#genesis-mobile-nav-primary {
		margin-right: 0px;
		margin-top: 30px; 
	}
	
	/* Cabecera 
	.title-area {
	    max-width: 100%;
	}*/


	/* Menu superior movil */
	/* Version tablet cabecera */
	.site-header {
		position: fixed;
		/*height: 110px;*/
		/*height: 150px !important;*/
		/*height: 150px;*/
	}
	#contenedor-menu-superior {
	    padding-right: 68px !important;
	    text-align: right;
	}
	#elementos-enlaces {
	    padding-top: 0px;
	    margin-top: 27px;
	    padding-left: 5px;
	}


	/* Page Tienda Producto
	------------------------ */
	.single-product .related.products .products.columns-3 li {
		width: width: 30.75% !important;
	}



	/* Page Home
	--------------- */
	.slider-home-movil, .slider-hometienda-movil {
		display: block; 
	}
	.slider-home-web, .slider-hometienda-web {
		display: none;
	}

	.titulo-slider {
		width: 100%;
		padding: 35px 20px 0;
		max-width: 300px;
		min-width: 200px;
	}
	.titulo-slider h2 {
		line-height: 21px;
		font-size: 20px;
		text-decoration: none;
	}
	.titulo-slider h3 {
		line-height: 16px;
		font-size: 15px;
		text-decoration: none;
	}
	.titulo-slider .boton-titulo {
		background: rgb(221, 168, 0);
		max-width: 120px;
		width: 100%;
		text-align: center;
		padding: 5px 10px;
	}
	.titulo-slider .boton-titulo a {
		color: #0b0b0b;
		text-decoration: none;
		font-family: 'seravekbold';
		text-transform: uppercase;
		font-size: 15px;
	}

	.page-template-page_home #contenedor-rrss .one-third {
		float: left;
		margin-left: 2.564102564102564% !important;
		width: 31.623931623931625% !important;
	}
	.page-template-page_home #contenedor-rrss .one-third.first {
		float: left;
		margin-left: 0px !important;
		width: 31.623931623931625% !important;
	}
	/* Slider */
	.page-template-page_home #containerslidehome .slick-prev {
	    margin-left: -50% !important;
		top: 75% !important;
	}
	#containerslidehome .slick-next {
	    margin-right: -50% !important;
		top: 75% !important;
	}
	/* Sección noticias */
	.noticia-destacada .one-half {
		width: 48.717948717948715% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.noticia-destacada .one-half.first {
		width: 48.717948717948715% !important;
		float: left;
		margin-left: 0px !important;
	}
	#franja-ult-noticias .slick-next {
		margin-right: -52% !important;
	}
	#franja-ult-noticias .slick-prev {
		margin-left: -52% !important;
	}
	#franja-ult-noticias .slidehomenoticias{
		padding-left: 10px;
		padding-right: 10px;
	}
	.noticia-destacada .titulo h3 {
	    font-size: 1.5rem !important;
	    line-height: 20px !important;
	}
	#franja-ult-noticias .excerpt p, #franja-ult-noticias .excerpt div {
		font-size: 1.3rem !important;
	}
	/* tv */
	#aptdo-tv .one-half {
		width: 48.717948717948715% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	#aptdo-tv .one-half.first {
		margin-left: 0px !important;
	}
	/* Noticias y tv */
	#franja-tv-noticias #aptdo-noticias .one-third {
		float: left;
		margin-left: 2.564102564102564% !important;
		width: 31.623931623931625% !important;
	}
	#franja-tv-noticias #aptdo-noticias .one-third.first {
		float: left;
		margin-left: 0px !important;
	}
	.page-template-page_home #franja-rrss #imgDer,
	.page-template-page_home #franja-rrss #imgIzq {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.page-template-page_home #imgIzq {
		margin-bottom: 26px !important;
	}
	.page-template-page_home .slider-publicidad .slick-slide img {
		height: auto !important;
	}


	/* Page Noticias 
	------------------ */
	.page-template-page_noticias #contenido .two-thirds {
		float: left;
		margin-left: 0px !important;
		width: 65.81196581196582% !important;
	}
	.page-template-page_noticias #contenido .one-third {
		width: 31.623931623931625% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	


}


@media only screen and (max-width: 960px) {
	#menu-mainmenu li span {
		color: white;
		text-transform: uppercase !important;
	}
	#menu-mainmenu li a {
		text-decoration: none;
	}
	#menu-mainmenu li {
		background-color: #292c31;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
	#genesis-nav-primary {
		width: 226px;
		background-color: #292c31;
	}
	#genesis-mobile-nav-primary {
		width: 42px;
		height: 42px;
		background-color: #f5c002;
		padding: 0px;
		padding-left: 11px;
		right: 0px;
		position: absolute;
		margin-right: 26px;
	}

	/* Cabecera para móviles horizontales */
	.site-header {
	    height: 90px !important;
	}
	/*
	.page-template-page_cantera #contenido tr th:nth-child(3) {
		width: 14.008621%;
		margin-right: 32px !important;
	}
	.page-template-page_cantera #contenido tr th:nth-child(4) {
		width: 12.3923%;
		margin-right: 32px !important;
	}
	.page-template-page_cantera #contenido tr th:nth-child(5) {
		width: 15.40948%;
	}
	*/


	/* Sección our club mostrar en menu movil */
	#genesis-nav-primary #menu-item-809 {
		display: block;
	}
	#genesis-nav-primary #menu-item-7029 {
		display: block;
	}
	#genesis-nav-primary #menu-item-7029 img {
		display: block;
		position: relative;
		top: -3px;
		display: inline;
		border-radius: 100% !important;
		padding-left: 0px !important;
		margin-left: 10px;
	}
	#genesis-nav-primary #menu-item-6939, #genesis-nav-primary #menu-item-6940, #genesis-nav-primary #menu-item-6942 {
	    display: block;
	}
	#genesis-nav-primary {
		display: none;
		right: 0px;
		position: absolute;
		z-index: 100;
		margin-right: 26px;
	}
	#genesis-nav-primary .sub-menu li {
		background-color: #292c31;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: #292c31;
	}
	#menu-mainmenu li span {
	    color: white;
	    text-transform: uppercase !important;
	    padding-left: 30px;
	    color: #f5c000;
	    font-family: 'seravekbold' !important;
	}
	#menu-mainmenu li span .menu-mvl {
		padding-left: 0 !important;
		display: inline;
	}
	#menu-item-809 img {
		display: inline;
	}
	.sub-menu li {
		border-bottom: none !important;
		margin-right: 15px; 
	}
	.genesis-responsive-menu {
		padding-bottom: 0px;
	}
	#menu-mainmenu {
	    top: 72px;
	    /*top: 52px;*/
	    position: absolute;
	}
	.menu-toggle:hover{
		color: #292c31;
	}

	/* Sección cabecera */
	.tituloppal .wrap {
		width: 100%;
	}

	/* Page Historia 
	--------------------------------- */
	.page-template-page_historia #contenido .one-half {
		width: 48.717948717948715% !important;
		margin-left: 2.564102564102564%;
		float: left;
	}
	.page-template-page_historia #contenido .one-half.first {
		margin-left: 0px !important;
		float: left;
	}


	/* Page Palmarés 
	--------------------------------- */
	.copas-palmares .one-third {
		width: 31.623931623931625% !important;
		margin-left: 2.564102564102564% !important;
		float: left;
	}
	.copas-palmares .one-third.first {
		margin-left: 0px !important;
		float: left;
	}
	


	/* Page Equipo 
	--------------------------------- */
	.page-template-page_equipo .listado-personas .one-third {
		width: 31.623931623931625% !important;
		margin-left: 2.564102564102564% !important;
		float: left;
	}
	.page-template-page_equipo .listado-personas .one-third.first {
		margin-left: 0px !important;
		float: left;
	}



	/* Page Our Club 
	--------------------------------- */
	.page-template-page_club_en #contenido .one-half {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	.page-template-page_club_en #contenido .one-half.first {
		margin-left: 0px;
	}

	/* Page Our Club de
	--------------------------------- */
	.page-template-page_club_de #contenido .one-half {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	.page-template-page_club_de #contenido .one-half.first {
		margin-left: 0px;
	}


	/* Page Patrocinadores
	--------------------------------- */
	.page-template-page_patrocinadores .patrocinadores-oficiales .one-third {
		width: 31.623931623931625% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.page-template-page_patrocinadores .patrocinadores-oficiales .one-third.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-acuerdos-institucionales .one-third {
		width: 31.623931623931625% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.page-template-page_patrocinadores .logos-acuerdos-institucionales .one-third.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-copatrocinadores .one-third {
		width: 31.623931623931625% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.page-template-page_patrocinadores .logos-copatrocinadores .one-third.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth {
		width: 23.076923076923077%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth.first {
		margin-left: 0px;
	}

	.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth {
		width: 23.076923076923077% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-medios-colaboradores .one-third {
		width: 31.623931623931625% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.page-template-page_patrocinadores .logos-medios-colaboradores .one-third.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth {
		width: 23.076923076923077% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth.first {
		margin-left: 0px !important; 
	}


	/* Page Single Player
	--------------------------------- */
	.single-sp_player .datos-arriba .one-half {
		width: 48.717948717948715% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.single-sp_player .datos-arriba .one-half.first {
		width: 48.717948717948715% !important;
		margin-left: 0px !important;
	}


	/* Footer
	--------------------------------- */
	.footer-menu .one-third {
		width: 31.623931623931625% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.footer-menu .one-third.first {
		width: 31.623931623931625% !important;
		float: left;
		margin-left: 0px !important;
		padding-left: 0px !important;
	}
	.footer-menu .one-third.last {
		width: 31.623931623931625% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}


	/* Contacto
	--------------------------------- */
	.page-template-page_contacto .datos-contacto .one-half {
		width: 48.717948717948715% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.page-template-page_contacto .datos-contacto .one-half.first {
		width: 48.717948717948715% !important;
		margin-left: 0px !important;
		float: left;
	}
	.page-template-page_contacto #contenido .one-half {
		width: 48.717948717948715% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.page-template-page_contacto #contenido .one-half.first {
		width: 48.717948717948715% !important;
		margin-left: 0px !important;
		float: left;
	}
	.page-template-page_contacto #contenido .one-half.first img {
		margin: 0 auto !important;
		text-align: center !important;
	}

	

	.single-post .noticias-single .search-form input {
		width: auto !important;
	}



	/* Menú móvil scroll */
	#menu-mainmenu {
	    max-height: 75vh;
	    overflow-y: scroll;
	}


	/* Seccion campus */
	#seccion-col-campus .one-third {
		width: 31.623931623931625% !important;
		margin-left: 2.564102564102564% !important;
		float: left;
	}
	#seccion-col-campus .one-third.first {
		margin-left: 0px !important;
	}

	/* Seccion campus */
	#seccion-col-campus .one-third {
		width: 31.623931623931625% !important;
		margin-left: 2.564102564102564% !important;
		float: left;
	}
	#seccion-col-campus .one-third.first {
		margin-left: 0px !important;
	}
}

@media only screen and (max-width: 959px){
	.slider-cbctv {
		margin: 30px auto 25px;
	}
}


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

	.temporal-temp-web {
		display: none;
	}
	.temporal-temp-movil {
		display: block;
	}


	/* Noticias single-post */
	.single-post .noticias-single #categories-2 ul {
	    margin: 0px;
	    text-align: center;
	}
	.single-post .noticias-single .search-form {
		text-align: center;
	}
	.single-post .noticias-single .contenido .one-third {
		margin-bottom: 60px;
		text-align: center;
	}

	/* Pág noticias */
	.page-template-page_noticias .noticias #categories-2 ul {
	    margin: 0px;
	    text-align: center;
	}
	.page-template-page_noticias .noticias .search-form {
		text-align: center;
	}
	.page-template-page_noticias .noticias .one-third {
		margin: 0px auto !important;
		margin-bottom: 60px !important;
		text-align: center;
		margin-top: 20px !important;
	}


	/* Page Historia 
	--------------------------------- */
	.page-template-page_historia #contenido .one-half {
		width: 100% !important;
		margin-left: 0px;
		float: left;
	}
	.page-template-page_historia #contenido .one-half.first {
		margin-left: 0px !important;
		float: left;
	}
	.page-template-page_historia .botonera-images {
		text-align: center;
	}


	/* Page Our Club 
	--------------------------------- */
	.segundacol {
    	width: 60%;
	}
	.primeracol {
    	width: 40%;
	}



	 #contenido {
	    margin-top: 250px !important;
	    padding-top: 25px;
	}



	/* Page Noticias 
	------------------ */
	.page-template-page_noticias #contenido .two-thirds {
		float: left;
		margin-left: 0px !important;
		width: 100% !important;
		margin-bottom: 26px;
	}
	.page-template-page_noticias #contenido .one-third {
		width: 100% !important;
	}


	.page-template-page_seccion_fundacion #contenido td:nth-child(1),
	.page-template-page_seccion_fundacion #contenido th:nth-child(1) {
		display: block;
		width: 100%;
		word-break: initial;
	}
	.page-template-page_seccion_fundacion #contenido td:nth-child(2),
	.page-template-page_seccion_fundacion #contenido th:nth-child(2) {
		display: block;
		width: 100%;
		padding: 0px;
		word-break: initial;
	}
	.page-template-page_seccion_fundacion .noticia-destacada .titulo h3 {
	    margin-top: 20px;
	    font-size: 20px !important;
	}


	.single-post .noticias-single .contenido {
		margin-top: 250px;
	}

	.page-template-page_palmares .copas-palmares-list .una-copa {
		width: 50% !important;
	}

	header .enlace-publi {
		width: 25%;
	}
}



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

	/* Crokis 17 abr 2019 - Page legales */
	.page-template-page_legales #contenido {
		margin-top: 0px !important;
	}


	/* Page Our Club 
	--------------------------------- */
	.page-template-page_club_en #contenido .one-half {
		width: 100% !important;
		float: left;
		margin-left: 0px;
	}
	.page-template-page_club_en #contenido .one-half.first {
		margin-left: 0px;
	}

	/* Page Our Club de
	--------------------------------- */
	.page-template-page_club_de #contenido .one-half {
		width: 100% !important;
		float: left;
		margin-left: 0px;
	}
	.page-template-page_club_de #contenido .one-half.first {
		margin-left: 0px;
	}


	/* Page Patrocinadores 
	--------------------------------- */
	.page-template-page_patrocinadores .patrocinadores-oficiales .one-third {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.page-template-page_patrocinadores .patrocinadores-oficiales .one-third.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-acuerdos-institucionales .one-third {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.page-template-page_patrocinadores .logos-acuerdos-institucionales .one-third.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-medios-colaboradores .one-third {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.page-template-page_patrocinadores .logos-medios-colaboradores .one-third.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth {
		width: 100%;
		margin-left: 0px !important;
	}
	.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-copatrocinadores .one-third {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.page-template-page_patrocinadores .logos-copatrocinadores .one-third.first {
		margin-left: 0px !important;
	}

	.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth.first {
		margin-left: 0px !important; 
	}

	.page-template-page_patrocinadores .entry.patrocinadores{
		margin-bottom: 60px !important;
	}


	/* Contacto
	--------------------------------- */
	.page-template-page_contacto #contenido .one-half {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.page-template-page_contacto #contenido .one-half.first {
		width: 100% !important;
		margin-left: 0px !important;
		float: left;
	}
	.page-template-page_contacto .primeracol:nth-child(8), .page-template-page_contacto .primeracol:nth-child(10) {
		top: 0px !important;
	}


	/* Footer 
	--------------------------------- */
	.footer-menu .one-third.first {
		padding-left: 0px !important;
	}
	.footer-menu .one-third {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.footer-menu .one-third.first {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.footer-menu .one-third.last {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	#footer-menu .one-third p, #footer-menu .one-third ul, #footer-menu .one-third li, #footer-menu .one-third a {
		margin: 0 auto !important;
		text-align: center !important;
	}
	.site-footer .footer-menu p {
		text-align: center !important;
		padding-left: 0px !important;
	}
	.site-footer .footer-menu a {
		text-align: center !important;
		padding-left: 0px !important;
	}
	.site-footer .footer-menu ul, .site-footer .footer-menu li {
		text-align: center !important;
		padding-left: 0px !important;
	}


	/* Cantera 
	--------------------------------- */
	.page-template-page_plantilla_infantil td.altura {
		padding-right: 0px !important;
	}
	.page-template-page_plantilla_infantil td.posicion {
		padding-left: 0px !important;
	}
	.page-template-page_plantilla_infantil #contenido table td {
	    padding-left: 10px !important;
	    /* padding-left: 0px !important; */
	}
	.page-template-page_plantilla_infantil #contenido tr:nth-child(1) th {
	    text-align: center;
	    /* color: #dda800 !important; CRKS ACCESIBILIDAD */
		color: #8F6D00 !important;
	    line-height: 1.2rem;
	    font-size: 0.9rem !important;
	    font-family: 'seravekbold' !important;
	    text-transform: uppercase !important;
	}
	.page-template-page_plantilla_infantil #contenido td {
	    color: #666666 !important;
	    font-size: 1.1rem !important;
	    font-family: 'seravekbold' !important;
	}
	.page-template-page_plantilla_infantil #contenido tr th:nth-child(1) {
	    width: 10.004310% !important;
	}
	.page-template-page_plantilla_infantil #contenido tr th:nth-child(3) {
	    width: 10.008621% !important;
	}
	.page-template-page_plantilla_infantil #contenido-entrenadores p {
		font-size: 1.2rem !important;
	}
	.page-template-page_plantilla_infantil #contenido tr th:nth-child(2) {
    	width: 38.8233% !important;
    }
    .page-template-page_plantilla_infantil #contenido td span{
    	overflow-wrap: normal !important;
    }


    #contenido {
	    margin-top: 170px !important;
	    padding-top: 25px;
	}

   

   /* Page Home
   ----------------*/
    .titulo-slider {
		width: 100%;
		padding: 25px 15px 0;
		min-width: 155px;
		/*display: none;*/
	}
	.titulo-slider h2 {
		line-height: 12px;
		font-size: 14px;
		text-decoration: none;
	}
	.titulo-slider h3 {
		line-height: 12px;
		font-size: 10px;
		text-decoration: none;
		margin: 20px 0;
	}
	.titulo-slider .boton-titulo {
		background: rgb(221, 168, 0);
		max-width: 90px;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.titulo-slider .boton-titulo a {
		color: #0b0b0b;
		text-decoration: none;
		font-family: 'seravekbold';
		text-transform: uppercase;
		font-size: 12px;
	}
   #franja-ult-partidos #contenedor-eventos .sp-event-title a {
   		font-size: 1.3rem !important;
   		top: 12px !important;
		position: relative !important;
   }
   #franja-ult-partidos #contenedor-eventos .sp-template-event-blocks .sp-event-date {
   		font-size: 1.3rem !important;
   }
   .page-template-page_home .sp-event-title a {
   		font-size: 1.3rem !important;
   } 
   .page-template-page_home .sportspress table {
   		/*max-width: calc(100% - 180px) !important;*/
   }
   #franja-ult-partidos #contenedor-eventos .sportspress {
   	padding-left: 10px !important;
   	padding-right: 10px !important;
   }
   #franja-ult-partidos #contenedor-eventos .logo-odd img {
	    top: 10px;
	    position: relative;
	    margin-left: 30px;
	}
	#franja-ult-partidos #contenedor-eventos .logo-even img {
	    top: 10px;
	    position: relative;
	    margin-right: 30px;
	}
	#franja-ult-partidos #contenedor-eventos .paginate_button {
		color: transparent !important;
		font-size: 0px !important;
	}
	#franja-ult-partidos #contenedor-eventos .sp-table-wrapper .dataTables_paginate .next, 
	#franja-ult-partidos #contenedor-eventos .sp-table-wrapper .dataTables_paginate .previous {
		margin-top: 20px !important;
	}
	#franja-ult-partidos #temp-anterior {
		display: none;
	}
	#franja-ult-partidos .sp-calendar-link.sp-view-all-link {
		display: none !important;
	}
	/* Sección noticias - home */
	.noticia-destacada .one-half, .noticia-destacada .one-half.first {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	/* tv */
	#aptdo-tv .one-half {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	#aptdo-tv .one-half.first {
		margin-left: 0px !important;
	}
	#franja-tv-noticias #aptdo-noticias .one-third {
		float: left;
		margin-left: 0px !important;
		width: 100% !important;
		margin-bottom: 26px;

		margin: 0 auto 26px !important;
		float: unset !important;
	}
	#franja-tv-noticias #aptdo-noticias .one-third.first {
		float: left;
		margin-left: 0px !important;
	}
	#franja-tv-noticias #aptdo-noticias .one-third .out-noticia-home {
		text-align: center;
	}
	/* Apis redes sociales */
    .page-template-page_home #contenedor-rrss .one-third {
		float: left;
		margin-left: 0px !important;
		width: 100% !important;
		margin-bottom: 26px;
	}
	.page-template-page_home #contenedor-rrss .one-third.first {
		float: left;
		margin-left: 0px !important;
		width: 100% !important;
	}
	#franja-rrss .wrap {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	#franja-rrss ul {
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	/* Carrusel de noticias*/
	.page-template-page_noticias #unaentrada {
		margin-bottom: 26px !important;
	}
	/* Instagram movil */
	#instagram-movil {
		display: block;
	}
	#instagram-web {
		display: none;
	}



	/* Page Single product */
	.single-product .descripcion-tienda {
	    color: #666666;
	    font-family: 'seravekregular';
	    font-weight: normal;
	    font-size: 16px;
	    line-height: 2rem;
	    max-width: 100%;
	    float: none;
	    margin-left: 0px;
	    width: 100%;
	    position: relative;
	    top: -40px;
	    padding-top: 13px;
	    /*height: 283px;*/
	    height: auto;
	}
	.single-product .quantity {
	    margin-left: 40px !important;
	    float: left !important;
	    margin-left: 120px !important;
	}
	.product-type-simple .single_add_to_cart_button.button.alt {
	    top: 24px;
	}
	.single-product .variations {
	    float: left;
	    width: 100% !important;
	    margin-left: 0px;
	    position: relative;
	    top: -40px;
	    border-bottom: 1px solid black !important;
	}

	.single-product .related.products .button {
		top: 0px !important;
	}
	.single-product #contenedor-carrito {
		top: 0px;
		margin-bottom: 30px;
	}
	.single-product .precio {
	    margin-left: 0px;
	    width: 100% !important;
	}
	.single-product .stock {
		display: block;
	}
	.page-template-page_carrito .bannersuperior {
		display: none;
	}
	.page-template-page_carrito #contenido {
	    margin-top: 0px !important;
	}
	.woocommerce-message {
		margin-top: 60px !important;
	}
	.single-product .stock {
		padding-left: 0px;
	}


	.single-post .noticias-single .contenido {
		margin-top: 170px;
	}



	/* Seccion campus */
	#seccion-col-campus .one-third img {
		width: 100%;
	}
	#seccion-col-campus .one-third {
		margin-bottom: 15px;
	}
	#seccion-col-campus .one-third {
		width: 100% !important;
		margin-left: 0px !important;
		float: left;
	}



	#franja-ult-partidos {
	    height: 110px !important;
	}
	/*.temp-movil {
		display: none !important;
	}*/

	header .enlace-publi {
		display: none;
	}
}



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

	/* Page Equipo 
	--------------------------------- */
	.page-template-page_equipo .listado-personas .one-third {
		margin-bottom: 40px !important;
		width: 100% !important;
		margin-left: 0px !important;
	}


	/* Page Patrocinadores */
	.page-template-page_patrocinadores .logos-proveedores-oficiales .one-fourth {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.page-template-page_patrocinadores .logos-empresas-colaboradoras .one-fourth {
		width: 100% !important;
		margin-left: 0px !important;
	}

	/* Page Jugador Info*/
	.single-sp_player .datos-arriba .one-half {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.single-sp_player .datos-arriba .one-half.first {
		width: 100% !important;
		margin-left: 0px !important;
	}


	/* Page Temporada 
	--------------------------------- */
	#page-template-page_temporada .sp-event-title {
		margin-top: 20px !important;
	}


	/* Version moviol cabecera */
	.site-header {
		position: fixed;
		height: 110px;
	}
	#genesis-mobile-nav-primary {
		margin-right: 0px !important;
	}
	#menu-mainmenu {
	    top: 72px;
	    position: absolute;
	    float: right;
	    right: -26px;
	}
	.site-header {
	    padding: 0 10px;
	}
	#contenedor-menu-superior {
	    right: 0px;
	    margin-top: 5px;
	    width: 100%;
	    position: relative;
	    margin-right: 0px;
	    padding-right: 42px;
	    float: right;
	    text-align: right;
	}
	#elementos-enlaces img {
	    margin-right: 5px;
	    /*width: 20%;*/
	    width: 20px;
	}
	#elementos-enlaces li {
	    height: 30px;
	    margin-right: 30px;
	}
	#elementos-enlaces .last-item-enlaces {
	    margin-right: 0px !important;
	}



	/* Page Tienda
	------------------- */
	.page-template-page_tienda .products.columns-2 li {
		width: 100% !important;
		margin: 0 auto !important;
	}

	.page-template-page_tienda .products.columns-2 .add_to_cart_button{
		width: 100px !important;
		top: 2px;
	}
	.page-template-page_tienda #contenido .wrap {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.page-template-page_tienda #contenido .tituloaptdo, 
	.page-template-page_tienda #contenido .two-thirds, 
	.page-template-page_tienda #contenido .one-third {
		padding-left: 26px;
		padding-right: 26px;
	}


	


	/* Menu footer */
	/*
	.footer-menu {
		text-align: center;
	}*/


	#contenido {
	    margin-top: 125px !important;
	    padding-top: 25px;
	}


	/* Cabecera móvil 
	------------------ */
	.title-area {
		margin: 0 auto;
		text-align: center;
	}
	.escudo-header {
		position: relative !important;
		margin-top: 26px !important;
		margin-bottom: 5px !important;
	}
	#contenedor-menu-superior {
	    padding-right: 0px !important;
	    margin-top: 0px !important;
	    bottom: 5px;
	    text-align: center !important;
	    margin-top: 10px !important;
	}
	#elementos-enlaces {
	    margin-top: 0px;
	    padding-top: 0px;
	    padding-left: 0px;
	}


	.single-post .noticias-single .contenido {
		margin-top: 125px;
	}


	/* Cabecera para móviles horizontales */
	.site-header {
	    height: 150px !important;
	}




	/* CROKIS NOV */
	#cont-enlace-temporada {
		display: none;
	}
	#cont-enlace-temporada.temp-movil {
		display: block;
		width: 100%;
		max-width: 928px;
		text-align: left;
		margin: 0 auto !important;
		height: 0px;
	}
	.enlace-temporada a {
		padding-left: 20px !important;
	}


}



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

	.site-prefooter .wrap .one-fifth,
	.site-prefooter .wrap .one-fifth.first {
		width: 90%;
		padding: 10px 0;
		border-bottom: 1px solid #ffffff;
		border-left: none;
		border-right: none;
	}
	.site-prefooter .wrap .one-fifth.last {
		border-bottom: none;
	} 
	.site-prefooter .wrap h3 {
		margin: 15px 0px 0px 0px;
	}



	/* Page Palmarés 
	--------------------------------- */
	.copas-palmares .one-third {
		width: 100% !important;
		margin-left: 0px !important;
	}



	/* Page Our Club 
	--------------------------------- */
	.segundacol {
    	width: 100%;
	}
	.primeracol {
    	width: 100%;
	}
	.page-template-page_club_en .primeracol:nth-child(8), .page-template-page_club_en .primeracol:nth-child(10) {
		top: 0px !important;
	}
	.page-template-page_club_de .primeracol:nth-child(8), .page-template-page_club_de .primeracol:nth-child(10) {
		top: 0px !important;
	}

	.page-template-page_palmares .copas-palmares-list .una-copa {
		width: 100% !important;
		margin-bottom: 30px !important;
	}


}

@media only screen and (max-width: 330) {
	/*PopUp tienda*/
	.popup_buttons button{
		font-size: 13px;
		padding: 10px;

	}

	.popup_buttons button:first-child{
		margin-left: 10px;
	}

	.popup_buttons{
		margin-top: 20px;
	}

}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


