@import url('https://fonts.googleapis.com/css2?family=Jockey+One&display=swap');
@import url("https://use.typekit.net/hdw8spc.css");

@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&family=Khand:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/*
Theme Name: WP Bootstrap Starter New (2024.04.09.)
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
  position: absolute;
  width: 80px;
  top: -27px;
  z-index: 100;
}

@media (min-width: 992px) {
  .navbar-brand > a {
    top: -25px;
  }
}

@media (min-width: 992px) {
  .navbar-brand > a {
    width: 131px;
    top: -96px;
  }
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

.header_top__link_search{
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('img/top_header/icon_search.svg');
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
  min-width: 100px;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 14.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}




/* *****************************************************************************************************************************
********************************************************************************************************************************
// DVSC Kézilabda Akadémia
********************************************************************************************************************************
***************************************************************************************************************************** */

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/

.container {
  max-width: 1240px!important;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body{
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  color: #000;
  letter-spacing: .3px;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Bakbak One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 30px;
  padding-bottom: 0;
  line-height: 1.2;
}

h2.title_section{
  margin: 0 0 30px;
  padding: 0;
  line-height: 1;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

a{
  color: #DC0714;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover{
  color: #DC0714;
  text-decoration: none;
}

p a, span a, td a{
  display: inline-block;
  color: #DC0714;
  text-decoration: none;
  font-weight: 500;
}

p > a::after, span > a::after, td > a::after{
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #DC0714;
  transition: width .3s;
}

p a:hover::after, span a:hover::after, td a:hover::after{
  color: #DC0714;
  width: 100%;
}

.link--more{
  font-family: "Bakbak One", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/

.bg_red{
  background-color: #DC0714!important;
}
.bg_black{
  background-color: #202020!important;
}
.bg_gold{
  background-color: #BF9461!important;
}
.bg_white{
  background-color: #fff!important;
}
.bg_lgrey{
  background-color: #f6f6f6 !important;
}

.text_red{
  color: #DC0714!important;
}
.text_black{
  color: #202020!important;
}
.text_gold{
  color: #BF9461!important;
}
.text_white{
  color: #fff!important;
}

/*--------------------------------------------------------------
## Overlays
--------------------------------------------------------------*/

.overlay::before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay30::before{
  background: rgba(0,0,0,.3);
}

.overlay45::before{
  background: rgba(0,0,0,.45);
}

.overlay60::before{
  background: rgba(0,0,0,.6);
}

.overlay75::before{
  background: rgba(0,0,0,.75);
}

.overlay90::before{
  background: rgba(0,0,0,.9);
}

/*--------------------------------------------------------------
## Background image
--------------------------------------------------------------*/
.bg_cover{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg_coverFix{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*--------------------------------------------------------------
## Ratio
--------------------------------------------------------------*/

.ratio11{
  width: 100%;
  padding-top: 100%;
}

.ratio43{
  width: 100%;
  padding-top: 75%;
}

.ratio169{
  width: 100%;
  padding-top: 56.25%;
}

/*--------------------------------------------------------------
## Position
--------------------------------------------------------------*/
.posRel{
  position: relative;
}

/*--------------------------------------------------------------
## Moving
--------------------------------------------------------------*/
.move-down-135{
  /* margin-bottom: -135px; */
  margin-bottom: -150px;
}

@media (min-width: 992px) {
 .move-down-135{
  /* margin-bottom: -135px; */
  margin-bottom: -90px;
  } 
}

/*--------------------------------------------------------------
## Dividers
--------------------------------------------------------------*/

hr.dashed {
  border-top: 2px dashed #999;
}

hr.dotted {
  border-top: 2px dotted #999;
}

hr.solid {
  border-top: 2px solid #999;
}

hr.hr-text { /* HOW TO USE: <hr data-content="AND" class="hr-text"> */
position: relative;
  border: none;
  height: 1px;
  background: #999;
}

hr.hr-text::before {
  content: attr(data-content);
  display: inline-block;
  background: #fff;
  font-weight: bold;
  font-size: 0.85rem;
  color: #999;
  border-radius: 30rem;
  padding: 0.2rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.space{
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  margin: 0;
}

.space15{
  display: block;
  width: 100%;
  height: 15px;
}

.space30{
  display: block;
  width: 100%;
  height: 30px;
}

.space60{
  display: block;
  width: 100%;
  height: 60px;
}

.space80{
  display: block;
  width: 100%;
  height: 80px;
}

.space120{
  display: block;
  width: 100%;
  height: 120px;
}

/*--------------------------------------------------------------
## Borders
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .border_right_grey{
    border-right: 1px solid #eaeaea;
  }
  .border_right_grey:last-child{
    border-right: 0;
  }
}

/*--------------------------------------------------------------
## Borders 'n Shadows
--------------------------------------------------------------*/

.shadowed::after{
  content: url(img/shadow/shadow-to-left.png);
}

.bordered{
  border: 6px solid #fff;
}

/*--------------------------------------------------------------
## Hovers
--------------------------------------------------------------*/

.hover{
  -webkit-transition: all 320ms ease-out;
  -moz-transition: all 320ms ease-out;
  -ms-transition: all 320ms ease-out;
  -o-transition: all 320ms ease-out;
  transition: all 320ms ease-out;
}

.hover--scale:hover{
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hover--border{
  border: 0px solid transparent;
}

.hover--border:hover{
  border: 6px solid #fff;
}


/*--------------------------------------------------------------
## Margin & Padding
--------------------------------------------------------------*/

.topBottPadd80{
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .topBottPadd80{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.topPadd80{
  padding-top: 50px;
}

@media (min-width: 992px) {
  .topPadd80{
    padding-top: 80px;
  }
}

.bottPadd80{
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .bottPadd80{
    padding-bottom: 80px;
  }
}

/*--------------------------------------------------------------
## Maxer & Minner
--------------------------------------------------------------*/
.maxWidth_560{
  max-width: 560px;
}

/*--------------------------------------------------------------
## Backgrounds
--------------------------------------------------------------*/
.rowFullBgWhite{
  background: #fff;
  margin: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 100;
  position: relative;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.5);
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.5);
}


/*--------------------------------------------------------------
## Shadows
--------------------------------------------------------------*/


.shadow--down10{
  -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.06);
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.06);
}

.shadow--down20{
  -webkit-box-shadow: 0 20px 20px 0 rgba(0,0,0,0.06);
  box-shadow: 0 20px 20px 0 rgba(0,0,0,0.06);
}

.shadow--down30{
  -webkit-box-shadow: 0 30px 30px 0 rgba(0,0,0,0.06);
  box-shadow: 0 30px 30px 0 rgba(0,0,0,0.06);
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

button, .button, input[type="submit"], .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-block-button__link {
  font-family: "Bakbak One", sans-serif;
  display: inline-block;  
  padding: 13px 20px;
  margin: 0!important;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

button:hover, .button:hover, input[type="submit"]:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  filter: brightness(110%);
  background: #DC0714;
  text-decoration: none;
  color: #fff;
}

button:disabled, .button:disabled, input[type="submit"]:disabled{
  display: inline-block;
  background: #a3a3a3;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.button--fill{
  background: #DC0714 !important;
}

.button--fill--black{
  background: #000 !important;
}

.button--border{
  border: 2px solid #DC0714;
}

.button--fullwidth{
   width:100%;
}



/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.top_header_banner{
  background-color: #DC0714;
  background-image: url('img/bg/header/bg__header.jpg');
  /*background: rgb(149,0,18);*/
  /*background: linear-gradient(90deg, rgba(149,0,18,1) 0%, rgba(210,0,20,1) 35%, rgba(210,0,20,1) 65%, rgba(149,0,18,1) 100%);*/
  background-position: center;
  background-repeat: no-repeat;
}


/* 
.banner{
  background-color: #DC0714;
  background-image: url('img/bg/header/bg__header.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
*/

.dvsc_schaeffler_logo{
  width: 385px;
  margin-right: 20px;
}

.dvsc_schaeffler_logo_red{
  width: 170px;
  margin-left: 90px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.icon__eredmenyek--toggle{
  position: absolute;
  display: block;
  top: -8px;
  right: -48px;
}

#box__header_eredmenyek{
  margin-top: 7px;
}


.nav-link{
  font-family: "Bakbak One", sans-serif;
  font-size: .95rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0 8px;
  text-align: center;
}

@media (min-width: 992px) {
  .nav-link{
    text-align: left;
  }
}

/*--------------------------------------------------------------
## Navbar dropdown
--------------------------------------------------------------*/
.navbar .dropdown-menu{
  background-color: #DC0714;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  border: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  text-align: center;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0,0,0,0.6);
  box-shadow: 0 20px 20px 0 rgba(0,0,0,0.6);
}

.navbar .dropdown-menu .dropdown-item{
  color: #fff;
  text-transform: uppercase;
  font-family: "Bakbak One", sans-serif;
  font-size: 1rem;
  padding: 5px 0;
  white-space: nowrap;
}

.navbar .dropdown-menu .menu-item:hover{
  background-color: #2d2d2d;
}

@media (min-width: 992px) {
  .navbar .dropdown-menu{
    background-color: #DC0714;
    text-align: left;
    margin-top: -1px;
    margin-bottom: 0;
  }

  .navbar .dropdown-menu .dropdown-item{
    padding-left: 20px;
    padding-right: 20px;
  }
}


/*--------------------------------------------------------------
## Header social
--------------------------------------------------------------*/

.navbar__social{
  display: none;
  width: 100%;
  margin-top: 8px;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
  margin-bottom: 15px;
}

.navbar-collapse.show ~ .navbar__social{
  display: block;
}

@media (min-width: 992px) {
  .navbar__social{
    display: block;
    width: auto;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  } 
}

  .navbar__social_title{
    text-transform: uppercase;
    color: #000;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
  }

  .navbar__social_line{
    display: block; 
    line-height: 1;
    cursor: pointer;
  }

  .navbar__social_line:hover{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

    .navbar__social_icon{
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 8px;
    }

    @media (min-width: 992px) {
      .navbar__social_icon{
        margin-right: 0;
        width: 42px;
        height: 42px;
      }
    }

    .navbar__social_text{
      display: inline-block;
      text-transform: uppercase;
      font-size: .75rem;
      font-weight: 600;
      color: #DC0714;
  }

    @media (min-width: 992px) {
      .navbar__social_text{
        display: none;
      }
    }


/*--------------------------------------------------------------
## Top header
--------------------------------------------------------------*/
.header_top{
  background: rgb(29, 29, 29);
  padding: 15px 0 13px;
  font-size: .65rem;
  letter-spacing: .8px;  
  line-height: 1.2;  
  font-weight: 500;
  text-transform: uppercase;
}

.header_top a{
  color: #fff;
}

.header_top .icon_inline{
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-bottom: -0.125rem;
  margin-right: 0.3125rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.header_top__icon_phone{
  background-image: url('img/top_header/icon_phone.svg');
}

.header_top__icon_mail{
  background-image: url('img/top_header/icon_mail.svg');
}

.header_top__icon_facebook{
  background-image: url('img/top_header/icon_facebook.svg');
}

.header_top__icon_instagram{
  background-image: url('img/top_header/icon_instagram.svg');
}




/*--------------------------------------------------------------
## Eredmények
--------------------------------------------------------------*/

@media (min-width: 992px) {
  .own-col-45{
    max-width:46%;
  }

  .own-col-55{
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
  }
}

.er_ikon{
  height: 25px;
  margin-right: 3px;
  margin-top: -5px;
}

.er_eredmeny{
  font-weight: 500;
  font-size: .85rem;
  font-family: "Bakbak One", sans-serif;
  line-height: 1;
  color: #fff;
  letter-spacing: -.2px;
}

.er_ikon_eredmeny{
  margin: 0 15px 0 0;
}

.er_ikon_eredmeny:last-child{
  margin-right: 0;
}


/*--------------------------------------------------------------
## Eredmények - Top header
--------------------------------------------------------------*/

.home__csapat-eredmeny{
  background-image: url(img/bg/eredmeny/bg__eredmeny.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 50px;
}

.home__csapat-eredmeny:last-child{
  margin-bottom: 0!important;
}

.er_ikon{
  height: 145px;
}

.er_hanyszoros{
  font-family: "Bakbak One", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.er_eredmeny{
  font-family: "Bakbak One", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.er_gyoztes{
  font-family: "Bakbak One", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}



/*--------------------------------------------------------------
# Matches
--------------------------------------------------------------*/

.next_match__team{
  width: 300px;
}

.matchinrow__date_wrap{
  border-bottom: 1px solid rgba(255,255,255,.3);
  font-size: .75rem;
  letter-spacing: .05rem;
  color: rgba(255,255,255,.6);
}

.matchinrow__team_wrap{
  text-transform: uppercase;
}

.matchinrow__team_point{
  color: #DC0714;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Bakbak One", sans-serif;
  line-height: 1;
}

.future_match:first-child .matchinrow__team_point, a:not(.future_match) + a.future_match .matchinrow__team_point{
  color: #d6b36a;
}

.future_match:first-child:hover, a:not(.future_match) + a.future_match:hover {
  color: #d6b36a;
}

.matchinrow__type_wrap{
  border-top: 1px solid rgba(255,255,255,.3);
  font-size: .75rem;
  letter-spacing: .1rem;
  color: rgba(255,255,255,.6);
}

.future_match{
  opacity: 1;
}

.future_match .matchinrow__date_wrap, a:not(.future_match) + a.future_match .matchinrow__date_wrap{
  background: #DC0714;
  border: 0;
  color: #fff;
}

.future_match:first-child .matchinrow__date_wrap, a:not(.future_match) + a.future_match .matchinrow__date_wrap{
  background: #d6b36a;
  border: 0;
  color: #000;
  margin: 0 -8px;
}

.future_match:first-child, a:not(.future_match) + a.future_match{
  border: 1px solid #d6b36a;
}

.matchesinrow .slick-prev, .matchesinrow .slick-next{
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #DC0714;
  border: none;
  z-index: 100;
  border-radius: 5px;
}

.matchesinrow .slick-prev:hover, .matchesinrow .slick-next:hover{
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #000;
}

.matchesinrow .slick-prev{
  left: -7px;
  padding: 0 0 0 7px;
}

.matchesinrow .slick-next{
 right: -7px;
 padding: 0 0 0 7px;
}

@media (min-width: 1200px) {
  .matchesinrow .slick-prev{
    left: -50px;
  }

  .matchesinrow .slick-next{
   right: -50px;
  }
}



.matchesinrow .slick-prev::before, .matchesinrow .slick-next::before {
  font-size: 20px;
  opacity: 1;
  color: #fff;
  font-family: "Bakbak One", sans-serif;
  font-weight: 600;
  line-height: 0.4;
}

.matchesinrow .slick-prev:hover::before, .matchesinrow .slick-next:hover::before {
  color: #DC0714;
}

.passed_match_wrap.red_border{
  border: 3px solid #DC0714;
}

.passed_match_wrap.red_border .next_match__date{
  background: #DC0714;
  color: #fff;
}





/*--------------------------------------------------------------
# Next match
--------------------------------------------------------------*/
.next_match{
  -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.08);
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.08);
}

.match--eredmeny{
  padding-top: 7px;
  padding-bottom: 3px;
}

/*--------------------------------------------------------------
## Next match top
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Next match bottom
--------------------------------------------------------------*/

.future_match .border{
  border: 2px solid #DC0714 !important;
}

.vs{
  color: #DC0714;
  line-height: 1;
  margin-top: 0;
  font-weight: 600;
  font-size: 1.8rem;
}

.next_match_bott{
  padding: 10px 0;
  background: #fff;
}

.next_match__team_name{
  font-family: "Khand", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 4px;
}

.next_match__cimer{
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .next_match__cimer{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
  } 
}

/*
.next_match__vs{
  font-family: "Khand", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 3px;
  color: #DC0714;
  border-top: 3px solid #DC0714;
  border-bottom: 3px solid #DC0714;
  padding-top: 5px;
  padding-bottom: 5px;
}
*/
.next_match__team_point{
  color: #DC0714;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Khand", sans-serif;
  line-height: 1;
}

.next_match__ddot{
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Khand", sans-serif;
  line-height: 1;
}

.next_match__separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.next_match__separator::before,
.next_match__separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.next_match__separator:not(:empty)::before {
  margin-right: .25em;
}

.next_match__separator:not(:empty)::after {
  margin-left: .25em;
}

.next-match__type{
  font-size: 1rem;
  font-weight: 500;
}

.next-match__date{
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Khand", sans-serif;
  line-height: 1;
}


/*--------------------------------------------------------------
# Passed match
--------------------------------------------------------------*/

.passed_match_wrap{
  padding: 25px 0 35px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 16px 30px 0 rgba(0,0,0,.08);
  box-shadow: 0 16px 30px 0 rgba(0,0,0,.08);
}

@media (min-width: 992px) {
  .passed_match_wrap{
    padding: 25px 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.08);
  }
}

.passed_match_wrap .next_match__date{
  width: 90%;
}

@media (min-width: 992px) {
  .passed_match_wrap .next_match__date{
    width: auto;
  }
}

.passed_match_wrap .next_match__team_name {
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .passed_match_wrap .next_match__team_name {
    font-size: 1.5rem;
  }
}



/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.home__news--red{
  background-color: #DC0714;
}

.news{
  background-color: #fff;
}

.post-date {
  display: flex;
  align-items: center;
  color: #000;
}

.post-date::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #DA030E;
  margin-right: 10px;
}

.news:hover{
  background-color: #000;
}

.news:hover p, .news:hover h3{
  color: #fff;
}

.banner_ad_link--news{
  border: 5px solid #fff;
}

/*--------------------------------------------------------------
# Tabella
--------------------------------------------------------------*/

.dataTables_wrapper table tr td{
  vertical-align: middle;
}

.dataTables_wrapper table thead tr th{
  background-color: #DC0714;
  color: #fff;
  text-transform: uppercase;
}

.tablepress .row-hover tr:hover td {
  background-color: #dbdbdb!important;
  cursor: pointer;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: #202020!important;
}

.tablepress .column-2{
  height: 52px;
}

.tablepress .column-3{
  text-transform: uppercase;
}



/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

@media (max-width: 992px) {
  .shop{
    background-color: #DC0714;
  }
}

.shop__prod{
  background-color: #fff;
}


@media (min-width: 992px) {
  .bg_red--undershop{
    position: absolute;
    background-color: #DC0714;
    height: 545px;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}

.shop__prod--price{
  font-family: "Bakbak One", sans-serif;
  font-weight: normal;
  font-size: 1.75rem;
}

.shop__prod:hover{
  background-color: #DC0714;
}

.shop__prod h3{
  color: #000;
}

.shop__prod p{
  color: #DC0714;
}

.shop__prod:hover h3, .shop__prod:hover p{
  color: #fff;
}


/*--------------------------------------------------------------
# Banner - Shop alatt
--------------------------------------------------------------*/

@media (min-width: 992px) {
  .banner__underwebshop--content{
    position: relative;
    z-index: 10;
    /* width: 700px; */
    width: 620px;
  }
}

.banner__underwebshop--text{
  font-family: "Bakbak One", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}

.banner__underwebshop--img{
  padding-top: 73%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}

@media (min-width: 992px) {
  .banner__underwebshop--img{
    padding-top: 100%;
  }
}

@media (min-width: 992px) {
  .banner__underwebshop--img{
    padding-top: unset;
  }
}

/*--------------------------------------------------------------
# Team top
--------------------------------------------------------------*/
.section_team_top{
  background-color: #fff;
}

/*--------------------------------------------------------------
## Team top cards
--------------------------------------------------------------*/

.card_team_member_img{
  width: 100%;
  padding-top: 150%;
  position: relative;
  background-color: #e3e3e3;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card_team_member_maincontent{
  border-top: 2px solid #fff;
}

.card_team_member__name{
  font-family: "Bakbak One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.card_team_member__num{
  font-family: "Khand", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3.5rem;
}

.card_team_member__position{
  position: relative;
  font-family: "Bakbak One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1rem;
}

.card_team_member__position span{
  background-color: #DC0714;
  padding-right: 10px;
  z-index: 10;
  position: relative;
}

.card_team_member__position:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 0.5em;
  border-top: 2px solid #fff;
  z-index: 5;
}

/*--------------------------------------------------------------
# Join to Academy
--------------------------------------------------------------*/

.section_join{
  background-image: url('img/bg/join/bg_join.jpg');
  padding: 60px 0 60px;
}

body.home .section_join{
  padding: 130px 0 60px;
}

.title_section--bigBoy{
  font-size: 4.5rem;
}

.wpcf7-form-control{
  display: inline-block;
  font-family: "Bakbak One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  border-top: 2px solid #a2a2a2;
  border-left: 2px solid #a2a2a2;
  border-right: 2px solid #a2a2a2;
  border-bottom: 2px solid #DC0714;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.wpcf7-form-control:hover{
  outline: none;
}

.wpcf7-form-control:focus{
  border: 2px solid #DC0714;
  outline: none;
  box-shadow: none;
}

textarea.wpcf7-form-control{
  height: 230px;
  margin-bottom: 30px;
}

.wpcf7-acceptance{
  border: 0;
}

/*--------------------------------------------------------------
# Subscribe
--------------------------------------------------------------*/

.section_subscribe{
    background-image: url('img/bg/subscribe/bg_subscribe.jpg');
    /*padding: 35px 0;*/
    padding: 85px 0 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (min-width: 992px) {
  .section_subscribe{
    background-size: auto;
    padding: 140px 0;
  }
}

@media (min-width: 992px) {
  .section_subscribe h2{
    font-size: 3rem;
  }
}

.section_subscribe .wpcf7-form-control{
  background-color: transparent;
  color: #fff;
  border: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #DC0714;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.section_subscribe .wpcf7-form-control:hover{
  outline: none;
}

.section_subscribe .wpcf7-form-control:focus{
  border: 2px solid #DC0714;
  outline: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .box__subscribe{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#subscribeModal iframe{
  height: 610px;
}


/*--------------------------------------------------------------
# Partner
--------------------------------------------------------------*/

.section_partner .slick-prev, .section_partner .slick-next{
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 2px solid #dfdfdf;
  z-index: 100;
  border-radius: 5px;
}

.section_partner .slick-prev:hover, .section_partner .slick-next:hover{
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);  
}

.section_partner .slick-prev{
  left: -40px;
  padding: 0 0 0 7px;
}

.section_partner .slick-next{
 right: -40px;
 padding: 0 0 0 7px;
}

.section_partner .slick-prev::before, .section_partner .slick-next::before {
  font-size: 20px;
  opacity: 1;
  color: rgba(0,0,0,.3);
  font-family: "Bakbak One", sans-serif;
  font-weight: 600;
}

.section_partner .slick-prev:hover::before, .section_partner .slick-next:hover::before {
  color: #DC0714;
}

.slick__partners_wrap .slick-track{
  display: flex!important;
  align-items: center;
}

.img_partner{
  width: 100%;
  height: 80px;
  object-fit: contain;
}


/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

.single-page--title{
  color: #DC0714;
}

@media (min-width: 992px) {
  .single-page--title{
    font-size: 3rem;
    color: #DC0714;
    margin-top: -10px;
  }
}

.page__content-wrap{
  padding: 60px 0;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Archive pagination
--------------------------------------------------------------*/

.archive .wp-paginate a {
  background: transparent;
  border: 1px solid #DC0714;
  color: #DC0714;
  margin-right: 4px;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
}

.archive .wp-paginate a:hover, .wp-paginate a:active {
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #fff;
}

.archive .wp-paginate .current {
  color: #fff;
  background: #DC0714;
  border: 1px solid #DC0714;
  margin-right: 4px;
  padding: 4px 8px;
}

/*--------------------------------------------------------------
# Archive : Játékosok - csapatok
--------------------------------------------------------------*/
.link-csapatok-term{
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 20px 15px;
  text-transform: uppercase;
  font-family: "Bakbak One", sans-serif;
  font-size: 1.5rem;
  color: #fff;
}

.link-csapatok-term:hover{
  border: 2px solid #DC0714;
  background-color: #DC0714;
  color: #fff;
  letter-spacing: 1px;
}

.link-csapatok-term__num_member{
  display: block;
  font-size: 1.2rem;
  letter-spacing: normal;
}

.link-csapatok-term__num_member::before{
  content:'';
  display: block;
  width: 50px;
  height: 1px;
  background-color: white;
  margin: 10px auto;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.link-csapatok-term:hover .link-csapatok-term__num_member{
  letter-spacing: normal;
}

.link-csapatok-term:hover .link-csapatok-term__num_member::before{
  width: 100px;
}


/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

aside#secondary .widget{
  margin-bottom: 30px;
}

aside#secondary .widget-title{
  color: #000;
  border-bottom: 2px solid #DC0714;
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1;
}

aside#secondary .widget h4{
  font-size: 1.2rem;
}

aside#secondary .widget article{
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

aside#secondary .widget article:last-child{
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

aside#secondary .widget article .entry-meta{
  color: #999;
  font-weight: 600;
  font-size: .7rem;
}


aside#secondary .widget article p:last-child{
  margin-bottom: 0!important;
}

aside#secondary .widget article .entry-summary{
  margin-top: 15px;
}

aside#secondary img{
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer_top{
  background-color: #D8B773;
  height: 28px;
  position: relative;
}

.footer_bottom{
  background-image: url('img/bg/footer/bg_footer.jpg');
  color: #fff;
  padding: 100px 0 60px;
}

.footer__logo_link{
  position: absolute;
  display: block;
  width: 170px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -71px;
}

footer .icon_inline{
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-bottom: -0.125rem;
  margin-right: 0.3125rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer__ci_content_wrap a{
  font-size: 0.7rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer__icon_phone{
  background-image: url('img/top_header/icon_phone.svg');
}

.footer__icon_mail{
  background-image: url('img/top_header/icon_mail.svg');
}

.footer__icon_facebook{
  background-image: url('img/top_header/icon_facebook.svg');
}

.footer__icon_instagram{
  background-image: url('img/top_header/icon_instagram.svg');
}


footer .copyright a {
  color: #fff;
}


/*--------------------------------------------------------------
## Widget
--------------------------------------------------------------*/
.widget{
  margin: 0;
}

.widget:last-child{
  margin-bottom: 0 !important;
}

.widget h3{
  color: #fff;
}

footer .widget ul li{
  margin: 0;
  padding: 0;
  width: 60%;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

footer .widget ul li a{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border: 2px solid transparent;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

footer .widget ul li a::after{
  display: block;
  content: ' ';
  background-image: url('img/svg/icon/arrow_right.svg');
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

footer .widget ul li:hover{
  width: 100%;
}

footer .widget ul li:hover a{
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  border: 2px solid #000;
  background: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

footer .widget ul li:hover a::after{
  opacity: 1;
}



/*--------------------------------------------------------------
## Szakmai stáb
--------------------------------------------------------------*/

.card_stab_member{
  position: relative;
  display: block;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

@media (min-width: 992px) {
  .card_stab_member{
    padding-bottom: 15px;
  } 
}

.card_stab_member_img{
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-color: #e3e3e3;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card_stab_member_img__decor{
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .card_stab_member_img__decor{
    bottom: -45px;
  } 
}

.card_stab_member_content{
  position: relative;
  padding: 30px 15px;
  z-index: 100;
  font-family: "Bakbak One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.card_stab_member__num{
  display: flex;
  background: #fff;
  width: 67px;
  height: 67px;
  justify-content: center;
  align-items: center;
  margin: -75px auto 5px;
  font-size: 2.625rem;
  color: #DC0714;
}

.card_stab_member__name{
  font-size: 1.625rem;
  margin-bottom: 5px;
}

.card_stab_member__position{
  display: block;
  font-size: 1.125rem;
  position: relative;
  margin-bottom: 8px;
}

.card_stab_member__position span{
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 10px;
}

.card_stab_member__position::before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.15);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.card_stab_member__plusinfo{
  margin-bottom: 5px;
}

.card_stab_member__plusinfo small{
  line-height: 1;
  display: block;
  text-transform: none;
  font-size: .75rem;
  margin-top: -2px;
}

.card_stab_member__plusinfo_icon{
  margin: 0 auto 10px;
  width: 60px;
}

.card_stab_member__plusinfo .text_bigboy{
  font-size: 2rem;
}

.card_stab_member .button{
  margin: 0 auto 30px!important;
}

@media (min-width: 992px) {
  .card_stab_member .button{
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0!important;
  }
}

/*--------------------------------------------------------------
## Header lang
--------------------------------------------------------------*/

.navbar__lang{
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 1rem;
  color: #DC0714;
  text-transform: uppercase;
  font-weight: 800;
}

.navbar__lang--active{
  background-color: #A5030D;
  color: #fff;
}

.navbar__lang:hover{
  color: #fff;
  background-color: #000;
}

.flag{
  display: block;
  width: 20px;
}


/*--------------------------------------------------------------
## Eredményeink tábla
## https://dvsckezilabda.hu/eredmenyeink/
--------------------------------------------------------------*/

#dalt-table-139{
  border: 1px solid rgba(0,0,0,.1);
}

#dalt-table-139 thead th{
  background-color: #DC0714;
  color: #fff;
  padding: 5px;
}

#dalt-table-139 tbody tr td{
  padding: 5px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

#dalt-table-139 tbody tr td:nth-child(1){
  font-weight: 600;
}

#dalt-table-139 tbody tr:nth-child(2n) td{
  background-color: rgba(0,0,0,.02);
}

#dalt-table-139 thead th:nth-child(2){
  width: 80px;
  text-align: center;
}

#dalt-table-139 tbody tr td:nth-child(2){
  width: 80px;
  text-align: center;
}