/*
Theme Name:		 Győr Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Győr Child is a child theme of Győr
Author:			   Different Fejlesztő Kft.
Author URI:		 http://childtheme-generator.com/
Template:		   gyor
Version:		   1.0.0
Text Domain:	 gyor-child
*/

/***************************************************************/
/* MORE THAN ONCE
/***************************************************************/

/* COLORS */

.gyor-feher,
body:not(.theme-preset-active) #masthead .navbar-nav > li > a,
.gyor-filter-item a:hover,
.gyor-filter-item.mind a,
.h1.gyor-hir-cim,
h1.gyor-hir-cim,
.gyor-hir-kategoria,
.gyor-hir-datum,
.siteorigin-widget-gyor-hasznos-linkek .h3,
.siteorigin-widget-gyor-hasznos-linkek h3,
body:not(.theme-preset-active) footer#colophon,
#footer-widget {
  color: #fff;
}

.text-primary,
.gyor-kek,
.gyor-filter-item a,
.gyor-filter-item.mind a:hover {
  color: #006eb7 !important; /* KÉK */
}

header#masthead a.site-title:hover {
  opacity: 0.7;
}

body:not(.theme-preset-active) footer#colophon,
#footer-widget,
.footer-nevezetessegek-wrapper {
  background-color: #006eb7;
}

/* FONTS */

.h1,
.h2,
.h3,
h1,
h2,
h3,
a.site-title,
#main-nav ul li a,
.gyor-hir-kategoria,
.readmore,
.post-date {
  font-family: "Raleway", sans-serif;
}

body,
html,
p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

p {
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a,
a.site-title {
  font-size: 1.375rem;
}

.h1,
h1,
a.site-title {
  font-weight: 300;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: calc(16px + 5 * ((100vw - 320px) / 600));
  margin-bottom: 1.875em;
}

.h3.separator,
h3.separator {
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 22px;
  color: #656565;
}

ul.gyor-filters li {
  font-weight: 400;
}

.h1.gyor-hir-cim,
h1.gyor-hir-cim,
.gyor-hir-datum {
  font-weight: 700;
}

.gyor-hir-kategoria {
  text-transform: uppercase;
}

div.widget-title {
  font-size: 2rem;
}

.widget {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/***************************************************************/
/* GENERAL
/***************************************************************/

html {
  scroll-behavior: smooth;
}

html,
body {
  background-color: #f6f6f8;
  font-size: 16px;
}

.h1.main-title,
h1.main-title {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 75px;
  padding: 0;
  margin: 0 0 40px 0;
}

#main-logo img.so-widget-image {
  max-width: 110px;
}

#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 2rem;
}

body.home #content.site-content {
  padding-top: 0;
  padding-bottom: 0;
}

#post-2 .entry-content {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

/***************************************************************/
/* BOOTSTRAP - GRID
/***************************************************************/

.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}

/***************************************************************/
/* BUTTONS
/***************************************************************/

.btn {
  font-size: 18px;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 30px;
  padding: 13px 26px;
  transition: color 0.2s, background 0.2s;
}

.btn:hover {
  border: 2px solid transparent;
  background: #006eb7;
  transition: color 0.2s, background 0.2s;
}

.btn-primary {
  background: #006eb7; /* KÉK */
  border-color: #006eb7; /* KÉK */
}

.btn-primary:hover {
  background: #0083da; /* KÉK - Világos */
  border-color: #0083da; /* KÉK - Világos */
}

.btn-white {
  color: #006eb7; /* KÉK */
  background: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #fff;
  background: #0083da; /* KÉK - Világos */
  border-color: #0083da; /* KÉK - Világos */
}

.small {
  font-size: 1.125rem;
  padding: 10px 20px;
}

.white {
  color: #006eb7;
  background-color: #fff;
}

.white:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

/***************************************************************/
/* TYPO
/***************************************************************/

.h1,
h1 {
  font-size: 4.375rem;
  line-height: 1.3;
}

a:hover {
  text-decoration: none;
}

/***************************************************************/
/* BEFORES, AFTERS
/***************************************************************/

/* HÍREK */

.post-thumbnail:before,
.post-thumbnail-single:before,
.gyor-hir-archive-content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7b7b7', endColorstr='#000000',GradientType=0 );
  opacity: 1;
}

.gyor-hir-archive-content-wrapper:before {
  border-radius: 10px;
}

article .post-thumbnail:after {
  transition: opacity 0.2s;
}

body.single article .siteorigin-panels-stretch {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

div.category-filter {
  display: flex;
  justify-content: center;
  margin: 0 0 55px;
}

#sz2020 {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 214px;
  background: transparent url("img/gyor_sz2020.png") 50% 50% no-repeat;
  background-size: contain;
  z-index: 99999;
}

#szterv {
  position: fixed;
  left: 0;
  top: 0;
  height: 64px;
  width: 224px;
  background: transparent url("/wp-content/uploads/2023/07/kedvezmenyezetti_infoblokk_fekvo_magyar_rgb.png") 50% 50% no-repeat;
  background-size: contain;
  z-index: 99999;
}

/***************************************************************/
/* HEADER
/***************************************************************/

header#masthead {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.hero-2024 {
  position: relative;
  height: 100vh;
  background: #000 url("/wp-content/themes/gyor-child/img/2024/hero-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.hero-2024::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 300px;
}

.hero-2024 .container {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.hero-2024 .hero-2024-frequently {
  padding: 0 40px;
}

.hero-2024 .hero-2024-frequently p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 20px 0;
  font-weight: 500;
}

.hero-2024 .hero-2024-frequently-links {
  display: flex;
  gap: 7px;
  flex-flow: row wrap;
  max-width: 520px;
}

.hero-2024 .hero-2024-frequently-links a {
  color: #fff;
  background: #006eb7;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 7px 17px;
  border-radius: 30px;
  transition: opacity 0.2s;
}

.hero-2024 .hero-2024-frequently-links a:hover {
  opacity: 0.8;
}

.search-form {
  margin: 0;
  text-align: center;
  width: 600px;
}

.search-form .form-group {
  margin: 0;
}

.search-form .form-group input.search-field {
  border-radius: 80px;
  display: block;
  position: relative;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 26px;
  width: 600px;
  font-weight: 300;
  padding: 20px 30px;
  height: auto;
  transition: all 0.2s ease;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}

.search-form .form-group input.search-field::placeholder {
  color: #ccc;
  font-style: italic;
  opacity: 0.8;
  font-weight: 300;
  transition: all 0.2s ease;
}

.search-form .form-group div.search-icon {
  fill: #4b4b4b;
  width: 22px;
  height: 22px;
  right: 30px;
  top: calc(50% - 12px);
  transition: all 0.2s ease;
}

.search-form .form-group div.search-load-icon {
  z-index: 999;
  position: absolute;
  fill: #000;
  width: 16px;
  height: 16px;
  right: 70px;
  top: calc(50% - 8px);
  display: flex;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.search-form .form-group div.search-load-icon.hidden {
  display: none !important;
}

.search-form .form-group div.search-load-icon svg {
  width: 16px;
  height: 16px;
}

.search-form .form-group input.search-field:focus + div.search-icon {
  fill: #4c4c4c;
  transition: all 0.2s ease;
}

.search-find {
  position: absolute;
  width: 600px;
  top: calc(100% + 10px);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.search-find .list-group-item {
  padding: 15px 10px 15px 20px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  color: #737373;
  transition: background 0.2s ease;
}

.search-find .list-group-item:hover {
  background: #efefef;
  transition: background 0.2s ease;
}

.search-find .list-group-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.search-find .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 14px;
}

.search-find i {
  font-size: 18px !important;
  margin-right: 20px !important;
}

.search-find i.fa-file {
  color: #006eb7;
}

.search-find i.fa-newspaper {
  color: #ff9501;
}

.search-find i.fa-address-book {
  color: #00b7ae;
}

header#masthead a.site-title {
  font-weight: 600;
  font-size: 30px;
  width: 108px;
  height: 35px;
  display: block;
  background: transparent url("img/gyor-logo@2x.png") 50% 50% no-repeat;
  background-size: 108px 35px;
}

header#masthead a.site-title:hover {
  opacity: 0.8;
}

header#masthead a.site-title:focus {
  outline: #fff solid 1px;
}

/*
.hirek-megamenu-block {
  padding: 0 !important;
  position: relative;
}

.hirek-megamenu-block img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hirek-megamenu-block .ubermenu-target-title {
  font-family: "Raleway", sans-serif !important;
  position: absolute;
  left: 25px;
  bottom: 55px;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1.3rem;
  z-index: 2;
  line-height: 1.3;
}

.hirek-megamenu-block .ubermenu-target-description {
  font-family: "Raleway", sans-serif !important;
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  z-index: 2;
  line-height: 1.3;
}

.hirek-megamenu-block::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.9) 100%) !important;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.9) 100%) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.9) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7b7b7', endColorstr='#000000',GradientType=0 ) !important;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.hirek-megamenu-block:hover::after {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
*/

header#sub-header {
  position: relative;
  padding: 97px 0 40px;
  background: #006eb7;
  background-image: url("/wp-content/uploads/2019/07/bg.jpg");
  background-position: center center;
  background-size: cover;
}

header#sub-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: url("./img/wave_overlay.png");
  background-repeat: repeat;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

header#sub-header .h1.main-title,
header#sub-header h1.main-title {
  margin: 0;
  padding: 0;
  font-size: 55px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.sub-header-breadcrumbs {
  border-radius: 0;
  background: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #f3f3f3;
}

.sub-header-breadcrumbs p#breadcrumbs {
  margin: 0;
}

.sub-header-breadcrumbs p#breadcrumbs span a,
.sub-header-breadcrumbs p#breadcrumbs span {
  color: #757575;
}

.sub-header-breadcrumbs p#breadcrumbs span a:hover {
  color: #1c1c1c;
}

.sub-header-breadcrumbs p#breadcrumbs span.separator {
  margin: 0 10px;
}

.sub-header-breadcrumbs p#breadcrumbs span.breadcrumb_last {
  font-weight: 500;
  color: #1c1c1c;
  text-decoration: none;
}

/*
.ubermenu {
  margin-left: auto !important;
}

.ubermenu-skin-none .ubermenu-item-level-0 > .ubermenu-target {
  min-height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}
*/

/* SUBHEADER */

header#sub-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

/* LOGÓ */

.navbar-brand {
  margin-right: 2.125rem;
}

/* MENÜ */

body:not(.theme-preset-active) #masthead .navbar-nav > li {
  padding: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  padding: 0.8rem 2rem;
  font-weight: 600;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  background: transparent;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  font-weight: 600;
}

.dropdown-toggle::after {
  margin-left: 7px;
  vertical-align: 2px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
}

/* KERESÉS */

/*
.gyor-kereses {
  width: 30px;
  height: 30px;
  margin: 0 3.125rem;
}

.gyor-kereses svg {
  fill: white;
}
*/

p#breadcrumbs-results {
  margin: 0 0 0 5px;
  font-weight: 500;
}

.search-object {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.search-object .icon-col {
  background: -moz-linear-gradient(45deg, rgba(0, 110, 183, 1) 0%, rgba(9, 174, 236, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 110, 183, 1) 0%, rgba(9, 174, 236, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 110, 183, 1) 0%, rgba(9, 174, 236, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006eb7",endColorstr="#09aeec",GradientType=1);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.search-object .icon-col .post-type-icon {
  font-size: 40px;
  color: #fff;
}

.search-object .h1.search-title,
.search-object h1.search-title {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #000;
  display: inline-block;
  max-width: 100%;
  word-break: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-object .search-content p {
  margin: 0;
}

/* SOCIAL */

/*
#masthead i {
  margin-right: 1rem;
}

#masthead i.fa-youtube {
  margin-right: 0;
}
*/

/***************************************************************/
/* FOOTER
/***************************************************************/

footer#colophon {
  font-size: 1rem;
}

.footer-nevezetessegek-wrapper.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#footer-widget {
  padding: 60px 0 30px;
}

#footer-widget .widget-title {
  font-weight: 700;
  color: #fff;
}

#footer-widget div.widget-title {
  font-size: 24px;
  margin-bottom: 1.2em;
}

#back-to-top {
  display: none !important;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  z-index: 100;
}

/* Menü */

#footer-widget a {
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s;
}

#footer-widget a:hover {
  color: #fff;
}

#footer-widget .nav-link {
  display: inline-block;
  padding: 0.35rem 0;
}

#footer-widget .nav-link:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
  transition: color 0.2s;
}

div#footer-widget ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}

div#footer-widget ul.social li {
  margin-right: 7px;
}

div#footer-widget ul.social li:last-of-type {
  margin: 0;
}

/* Logó és szlogen */

.logo_slogan_wrapper {
  align-items: center;
}

.logo_slogan_wrapper .h2,
.logo_slogan_wrapper h2 {
  padding-left: 40px;
}

/***************************************************************/
/* FŐOLDAL
/***************************************************************/

/* SLIDER */

#main-slider {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
}

/* FRISS HÍREK */

ul.gyor-filters {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

ul.gyor-filters li {
  display: inline-block;
  font-size: 1.125rem;
  margin: 0.5rem 0.9375rem;
}

.gyor-filter-item a {
  display: block;
  background-color: transparent;
  padding: 0.875rem 1.875rem;
  border-radius: 40px;
  transition: color 0.2s, background-color 0.2s;
}

.gyor-filter-item a:focus {
  outline: none;
}

.gyor-filter-item a:focus,
.gyor-filter-item a:hover {
  background-color: #006eb7;
  color: #fff !important;
  transition: color 0.2s, background-color 0.2s;
  outline: none;
}

.gyor-filter-item.mind a {
  background-color: #006eb7;
  color: #fff !important;
}

.gyor-filter-item.mind a:hover {
  background-color: transparent;
}

.gyor-filter-item.mind a:focus {
  background: #a5a5a5;
}

.gyor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-template-rows: 240px 240px;
  margin: 0 40px;
}

.gyor-fooldal-hirek {
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.gyor-fooldal-hirek a {
  display: block;
  width: 100%;
  height: 100%;
}

.gyor-grid .gyor-fooldal-hirek:first-of-type {
  grid-column: span 2 / auto;
  grid-row: span 2 / auto;
}

.gyor-hir-archive-content-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.2s;
  background: #006eb7;
}

div.gyor-fooldal-hirek > a:focus,
div.gyor-fooldal-hirek > a:hover {
  outline: none;
}

div.gyor-fooldal-hirek > a:focus .gyor-hir-archive-content-wrapper:after,
div.gyor-fooldal-hirek > a:hover .gyor-hir-archive-content-wrapper:after {
  opacity: 0.35;
  transition: opacity 0.2s;
}

.gyor-hir-kategoria {
  display: inline-block;
  background-color: #006eb7;
  line-height: 1;
  padding: 7px;
  border-radius: 3px;
  font-weight: 800;
}

a.gyor-hir-kategoria:hover {
  color: #fff;
  opacity: 0.7;
}

.gyor-hir-kategoria.bg-sport-hirek,
.gyor-hir-kategoria.bg-varosi-hirek {
  color: #000 !important;
}

.gyor-fooldal-hirek .gyor-hir-datum {
  font-size: 1rem;
}

.gyor-grid .gyor-fooldal-hirek:first-of-type .h1.gyor-hir-cim,
.gyor-grid .gyor-fooldal-hirek:first-of-type h1.gyor-hir-cim {
  font-size: 2.125rem;
  z-index: 2;
}

.gyor-fooldal-hirek .gyor-hir-cim {
  font-size: 1.15rem;
  z-index: 2;
}

.gyor-fooldal-hirek:first-of-type .gyor-hir-top {
  z-index: 5;
}

.gyor-fooldal-hirek .gyor-hir-top {
  z-index: 5;
}

.gyor-fooldal-hirek:first-of-type .gyor-hir-bottom {
  z-index: 5;
}

.gyor-fooldal-hirek .gyor-hir-bottom {
  /*padding: 30px 30px 25px;*/
  z-index: 5;
}

.gyor-hir-archive-content-wrapper {
  padding: 30px 30px 25px;
}

/* HASZNOS LINKEK */

a.gyor-hasznos-linkek {
  display: block;
  background-color: #006eb7;
  border-radius: 10px;
  padding: 40px 40px 35px;
  transition: background-color 0.2s, box-shadow 0.2s;
}

a.gyor-hasznos-linkek .h3,
a.gyor-hasznos-linkek h3 {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-right: 50px;
}

a.gyor-hasznos-linkek .h3 span,
a.gyor-hasznos-linkek h3 span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

a.gyor-hasznos-linkek:focus,
a.gyor-hasznos-linkek:hover {
  background-color: #fff;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  outline: none;
}

a.gyor-hasznos-linkek .h3,
a.gyor-hasznos-linkek h3 {
  transition: color 0.2s;
}

a.gyor-hasznos-linkek:focus .h3,
a.gyor-hasznos-linkek:hover .h3,
a.gyor-hasznos-linkek:focus h3,
a.gyor-hasznos-linkek:hover h3 {
  color: #006eb7;
  transition: color 0.2s;
}

a.gyor-hasznos-linkek p.white {
  transition: color 0.2s, background-color 0.2s;
}

a.gyor-hasznos-linkek:hover p.white {
  background-color: #006eb7;
  color: #fff;
  border: 2px solid transparent;
  transition: color 0.2s, background-color 0.2s;
}

/* KÖSZÖNTŐ */

img.gyor-drotrajz {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
}

/* ISMERJE MEG GYŐRT */

#gyor-bemutatkozas {
  background-color: rgba(0, 110, 183, 0.9);
}

#sportbreak .section-break .section-title {
  color: #fff;
}

#sportbreak .section-break div.section-border {
  background: #fff;
}

/* 404 */

div.search-icon {
  position: absolute;
  right: 12.5px;
  top: calc(50% - 12.5px);
  width: 25px;
  height: 25px;
  fill: #006eb7;
}

div.grid-404 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
  grid-template-rows: 240px 240px;
}

#search404 {
  width: 100%;
  margin: 0 0 55px;
}

#searchHelp {
  margin: 0;
  position: absolute;
  margin-top: -10px;
  margin-left: 10px;
}

/* Gyűjtő Widget */

aside section.widget {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

aside section.widget div.widget-title {
  margin: 0;
  padding: 18px 20px 18px 30px;
  color: #0172ba;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

aside section.widget div.widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  border-top-left-radius: 10px;
  background: #0172ba;
}

aside section.widget .search-form,
aside section.widget .tagcloud {
  padding: 20px;
}

aside section.widget ul {
  padding: 15px;
}

aside section.widget .search-form .form-group {
  margin: 0;
}

aside section.widget ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

aside section.widget ul li.submenu,
aside section.widget ul li.active.has-children {
  margin: 0;
}

aside section.widget ul li:first-of-type {
  border-top: 0;
}

aside section.widget ul li:last-of-type {
  margin-bottom: 0;
}

aside section.widget ul a.nav-link {
  color: #757575;
  width: 100%;
  display: flex;
  padding: 18px 60px 18px 25px;
  font-weight: 400;
  align-items: center;
  font-size: 16px;
  transition: color 0.2s, background 0.2s;
  border-radius: 10px;
  position: relative;
}

aside section.widget ul li.current-cat a.nav-link,
aside section.widget ul li.active a.nav-link {
  background: rgb(0, 110, 183);
  background: -moz-linear-gradient(45deg, rgba(0, 110, 183, 1) 0%, rgba(9, 174, 236, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 110, 183, 1) 0%, rgba(9, 174, 236, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 110, 183, 1) 0%, rgba(9, 174, 236, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006eb7",endColorstr="#09aeec",GradientType=1);
}

aside section.widget ul li.current-cat a.nav-link {
  color: #fff;
}

aside section.widget ul li.active.has-children a.nav-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

aside section.widget ul li.submenu {
  border-radius: 0 !important;
}

aside section.widget ul li.submenu.last-submenu {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  margin-bottom: 5px;
}

aside section.widget ul li.submenu a.nav-link {
  color: #0070b8;
  border-radius: 0;
}

aside section.widget ul li.submenu.last-submenu a.nav-link {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

aside section.widget ul li.submenu a.nav-link:hover {
  background: #d1f1ff;
}

aside section.widget ul a.nav-link span.hvr-icon {
  position: absolute;
  right: 35px;
}

aside section.widget ul a.nav-link.nav-history {
  color: #000;
  background: #ebb919;
  border-radius: 10px;
}

aside section.widget ul li.active a {
  color: #fff;
}

aside section.widget ul a.nav-link:hover {
  background: #f1f1f1;
  color: #006eb7;
  transition: color 0.2s, background 0.2s;
}

aside section.widget ul a.nav-link.nav-history:hover {
  background: #000;
  color: #ebb919;
}

/***************************************************************/
/* HÍREK
/***************************************************************/

/* ARCHIVE */

.post-wrapper {
  display: flex;
  flex-flow: column;
}

body.single article.post .post-wrapper {
  display: block;
  border-radius: 10px;
}

.post-wrapper a {
  display: inline-block;
}

.post-excerpt {
  display: flex;
  flex: 1 1 auto;
}

.post-thumbnail {
  height: 300px;
}

.post-thumbnail,
.post-thumbnail-single {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 25px;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.gyor-hir-kategoria {
  font-size: 12px;
}

.post-category,
.post-header {
  z-index: 1;
}

.post-title {
  font-size: 30px;
}

.post-title,
.post-title-single {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  font-size: 20px;
}

.post-card.category-rendezesi-terv span.post-date,
.post-card.category-partnersegi-egyeztetes span.post-date,
.post-card.category-rendezesi-terv-modositasi-eljarasok span.post-date,
.post-card.category-projektek span.post-date,
.post-card.category-aktualis-projektek span.post-date,
.post-card.category-kozgyules span.post-date {
  display: none;
}

/*.post-card.category-rendezesi-terv .post-title,
.post-card.category-partnersegi-egyeztetes .post-title,
.post-card.category-rendezesi-terv-modositasi-eljarasok .post-title,
.post-card.category-projektek .post-title,
.post-card.category-aktualis-projektek .post-title,
.post-card.category-kozlemeny .post-title,
.post-card.category-hirdetmeny .post-title,
.post-card.category-hirdetmenyek .post-title {
  font-size: 20px;
}
*/

aside .widget article.post {
  padding: 20px 40px;
  margin: 0;
}

aside .widget .post-title {
  color: #0172ba;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}

aside .widget .post-title:hover {
  color: #000;
}

.post-excerpt {
  background-color: #fff;
  padding: 25px 30px;
}

aside .widget .post-excerpt {
  background: transparent;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}

.post-excerpt p {
  margin-bottom: 0;
}

aside .widget .post-date {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}

aside .widget .readmore {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

.post-footer,
.post-footer-single {
  border-top: 1px solid #dbdbdb;
  background-color: #fff;
  padding: 20px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

body.page-template-template-page-wo-bg .post-footer-single {
  border: 0;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.post-footer-single .h5,
.post-footer-single h5 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 300;
}

article.post-card .post-wrapper {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.readmore {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.readmore span,
.readmore:hover {
  color: #006eb7;
}

.readmore span {
  display: inline-block;
}

aside .widget .readmore span,
aside .widget .readmore:hover {
  color: #006eb7;
}

.post-date {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

span.post-date:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: -30px;
}

.post.hentry,
.hentry {
  margin-bottom: 40px;
}

body.home .page.hentry {
  margin: 0;
}

#sad {
  position: relative;
  height: 150px;
  width: 150px;
  display: block;
  background: transparent url("./img/sad-hand-drawn-face.svg");
  background-size: cover;
  margin: 30px auto;
}

/* Post Hovers */

article .post-thumbnail:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #006eb7;
}

article .post-thumbnail:hover:after {
  opacity: 0.35;
  transition: opacity 0.2s;
}

/* div.post-category {
  z-index: 10;
} */

/* Pagina */

.gyor-navigation ul {
  text-align: center;
  padding: 0;
  margin: 45px 0;
  display: flex;
  justify-content: center;
}

.gyor-navigation li a,
.gyor-navigation li a:hover,
.gyor-navigation li.active a,
.gyor-navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.gyor-navigation li {
  display: inline-block;
}

/*
.gyor-navigation li a,
.gyor-navigation li a:hover,
.gyor-navigation li.active a {
  background-color: #6FB7E9;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  display: block;
}


.gyor-navigation li a:hover,
.gyor-navigation li.active a {
  background-color: #3C8DC5;
}
*/
.gyor-navigation li {
  margin-right: 3px;
  min-width: 40px;
  min-height: 40px;
  color: #a7a7a7;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gyor-navigation li a {
  background: transparent;
  color: #a7a7a7;
  font-weight: 400;
  border-radius: 10px;
  padding: 0;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.gyor-navigation li a:hover {
  cursor: pointer;
}

.gyor-navigation li a:hover,
.gyor-navigation li.active a {
  background-color: #006eb7;
}

/* SINGLE */

.single-page-content {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 3rem 4rem;
}

body.single article .post.hentry {
  margin-bottom: 0;
}

.post-thumbnail-single {
  height: 360px;
  overflow: hidden;
}

.post-title-single {
  font-size: 40px;
}

.post-content {
  background-color: #fff;
  padding: 3rem 4rem;
}

.post-content p:last-child {
  margin-bottom: 0;
}

.tags-wrapper i {
  margin-right: 1.5rem;
}

a.tag-cloud-link,
.tags-wrapper a {
  color: #006eb7;
  background-color: #fff;
  border: 1px solid #006eb7;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 0 5px 0 0;
}

.tags-wrapper a.facebook {
  color: #3c5a99;
  border: 1px solid #3c5a99;
}

.tags-wrapper a.twitter {
  color: #1da1f2;
  border: 1px solid #1da1f2;
}

.tags-wrapper a.pinterest {
  color: #bd081c;
  border: 1px solid #bd081c;
}

.tags-wrapper a.email {
  color: #666;
  border: 1px solid #666;
}

a.tag-cloud-link:hover,
.tags-wrapper a:hover {
  color: #fff;
  background-color: #006eb7;
}

.tags-wrapper a.facebook:hover {
  background-color: #3c5a99;
}

.tags-wrapper a.twitter:hover {
  background-color: #1da1f2;
}

.tags-wrapper a.pinterest:hover {
  background-color: #bd081c;
}

.tags-wrapper a.email:hover {
  background-color: #666;
}

.tags-wrapper a[rel="category"] {
  border: 1px solid #fff;
  color: #fff;
  line-height: 1;
  padding: 7px;
  border-radius: 3px;
  font-weight: 800;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.tags-wrapper a[rel="category"].bg-sport-hirek,
.tags-wrapper a[rel="category"].bg-varosi-hirek {
  color: #000 !important;
}

.tags-wrapper a[rel="category"]:hover {
  background: #006eb7 !important;
}

.tags-wrapper a[rel="tag"] {
  font-size: 11px;
}

.so-widget-sow-image {
  position: relative;
}

.so-widget-sow-image div.widget-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
}

.widget_sow-editor .telefonkonyv.hentry {
  margin: 0;
}

.telefonkonyv-object {
  background: rgb(0, 110, 183);
  background: -moz-linear-gradient(45deg, rgba(0, 110, 183, 1) 0%, rgba(9, 174, 236, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 110, 183, 1) 0%, rgba(9, 174, 236, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 110, 183, 1) 0%, rgba(9, 174, 236, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006eb7",endColorstr="#09aeec",GradientType=1);
  padding: 30px 30px 105px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.telefonkonyv-object p.telefonkonyv-item,
.telefonkonyv-object p.beosztas {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.telefonkonyv-object p.beosztas {
  margin: 0 0 40px;
}

.telefonkonyv-object div.telefonkonyv-title {
  margin: 0 0 40px;
  padding: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  word-break: break-word;
}

.telefonkonyv-object p.telefonkonyv-item {
  font-weight: 300;
}

.telefonkonyv-object p.telefonkonyv-item a {
  color: #fff;
}

.telefonkonyv-object .tags-wrapper {
  margin-top: 20px;
}

.telefonkonyv-object .tags-wrapper a[rel="category"] {
  display: inline-block;
  line-height: 1;
  white-space: normal;
  border: 1px solid #fff;
  color: #0070b9;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
}

.telefonkonyv-object .tags-wrapper a[rel="category"]:hover {
  background: transparent !important;
  color: #fff;
}

.telefonkonyv-object .telefonkonyv-footer {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  width: 100%;
  padding: 20px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.telefonkonyv-object .telefonkonyv-footer .readmore span,
.telefonkonyv-object .telefonkonyv-footer .readmore {
  color: #fff;
}

.telefonkonyv-object .telefonkonyv-footer .readmore:hover {
  opacity: 0.7;
}

body section.content-area main#main {
  padding: 3rem 4rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
}

body section.content-area .page-wrapper {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

section.content-area .tags-wrapper a {
  display: inline-block;
}

body.page-template-fullwidth section.content-area main#main,
body.page-template-template-page-wo-bg section.content-area main#main,
body.page-template-gyujto-template section.content-area main#main,
body.archive section.content-area main#main,
body.search section.content-area main#main,
body.blog section.content-area main#main,
body.home section.content-area main#main {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

body.page-template-fullwidth section.content-area .page-wrapper,
body.page-template-template-page-wo-bg section.content-area .page-wrapper,
body.page-template-gyujto-template section.content-area .page-wrapper,
body.archive section.content-area .page-wrapper,
body.search section.content-area .page-wrapper,
body.blog section.content-area .page-wrapper,
body.home section.content-area .page-wrapper {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body.single-rendezvenyek section.content-area main#main,
body.single-projektek section.content-area main#main,
body.single-post section.content-area main#main {
  padding: 0;
  border-radius: 10px;
  border: 0;
  background: transparent;
}

.category-box-link .category-box .h4.gyorpass,
.category-box-link .category-box h4.gyorpass {
  font-size: 16px !important;
}

/* COLORS */

.border-left,
.border-right {
  border-color: #dbdbdb !important;
}

.bg-turisztika,
article.category-turisztika .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-turisztika .gyor-hir-archive-content-wrapper:after,
.bg-varosi-hirek,
article.category-varosi-hirek .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-varosi-hirek .gyor-hir-archive-content-wrapper:after {
  background: #ff9501 !important;
  background: -moz-linear-gradient(45deg, #ff9501 0%, #fab915 100%) !important;
  background: -webkit-linear-gradient(45deg, #ff9501 0%, #fab915 100%) !important;
  background: linear-gradient(45deg, #ff9501 0%, #fab915 100%) !important;
}

.bg-kultura,
article.category-kultura .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-kultura .gyor-hir-archive-content-wrapper:after {
  background: #2fb46d !important;
  background: -moz-linear-gradient(45deg, #2fb46d 0%, #76dcc1 100%) !important;
  background: -webkit-linear-gradient(45deg, #2fb46d 0%, #76dcc1 100%) !important;
  background: linear-gradient(45deg, #2fb46d 0%, #76dcc1 100%) !important;
}

.bg-sport,
article.category-sport .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-sport .gyor-hir-archive-content-wrapper:after,
.bg-sport-hirek,
article.category-sport-hirek .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-sport-hirek .gyor-hir-archive-content-wrapper:after {
  background: #2f9db4 !important;
  background: -moz-linear-gradient(45deg, #2f9db4 0%, #76dcc7 100%) !important;
  background: -webkit-linear-gradient(45deg, #2f9db4 0%, #76dcc7 100%) !important;
  background: linear-gradient(45deg, #2f9db4 0%, #76dcc7 100%) !important;
}

/*
.bg-innovacio,
article.category-innovacio .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-innovacio .gyor-hir-archive-content-wrapper:after {
  background: #6057ff !important;
  background: -moz-linear-gradient(45deg, #6057ff 0%, #e746b6 100%) !important;
  background: -webkit-linear-gradient(45deg, #6057ff 0%,#e746b6 100%) !important;
  background: linear-gradient(45deg, #6057ff 0%,#e746b6 100%) !important;
}
*/
.bg-innovacio,
article.category-innovacio .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-innovacio .gyor-hir-archive-content-wrapper:after {
  background: #9a2fb4 !important;
  background: -moz-linear-gradient(45deg, #9a2fb4 0%, #dc76ca 100%) !important;
  background: -webkit-linear-gradient(45deg, #9a2fb4 0%, #dc76ca 100%) !important;
  background: linear-gradient(45deg, #9a2fb4 0%, #dc76ca 100%) !important;
}

.bg-onkormanyzat,
article.category-onkormanyzat .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-onkormanyzat .gyor-hir-archive-content-wrapper:after {
  background: #b4742f !important;
  background: -moz-linear-gradient(45deg, #b4742f 0%, #dc9576 100%) !important;
  background: -webkit-linear-gradient(45deg, #b4742f 0%, #dc9576 100%) !important;
  background: linear-gradient(45deg, #b4742f 0%, #dc9576 100%) !important;
}

.bg-egeszseg,
article.category-egeszseg .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-egeszseg .gyor-hir-archive-content-wrapper:after {
  background: #b42f2f !important;
  background: -moz-linear-gradient(45deg, #b42f2f 0%, #dc7676 100%) !important;
  background: -webkit-linear-gradient(45deg, #b42f2f 0%, #dc7676 100%) !important;
  background: linear-gradient(45deg, #b42f2f 0%, #dc7676 100%);
}

.bg-oktatas,
article.category-oktatas .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-oktatas .gyor-hir-archive-content-wrapper:after,
.bg-civil-hirek,
article.category-civil-hirek .post-thumbnail:after,
div.gyor-fooldal-hirek.cat-civil-hirek .gyor-hir-archive-content-wrapper:after {
  background: #2f4fb4 !important;
  background: -moz-linear-gradient(45deg, #2f4fb4 0%, #76aadc 100%) !important;
  background: -webkit-linear-gradient(45deg, #2f4fb4 0%, #76aadc 100%) !important;
  background: linear-gradient(45deg, #2f4fb4 0%, #76aadc 100%) !important;
}

/*
* GYŐR - CARD (Category Box)
*/
.so-widget-gyor-card {
  position: relative;
  display: block;
}

.so-widget-gyor-card .category-box-link {
  position: relative;
  display: block;
  transition: transform 0.4s ease;
}

.so-widget-gyor-card .category-box-link.small {
  padding: 0;
}

.so-widget-gyor-card .category-box-link:focus,
.so-widget-gyor-card .category-box-link:hover {
  transform: translate(0, -20px);
  transition: transform 0.4s ease;
}

.so-widget-gyor-card .category-box-link:focus {
  outline: none;
}

.so-widget-gyor-card .category-box-link::after {
  content: "";
  background: #006eb757;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.so-widget-gyor-card .category-box-link:hover::after,
.so-widget-gyor-card .category-box-link:focus::after {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.so-widget-gyor-card .category-box-link::before {
  content: "";
  background: transparent url("/wp-content/themes/gyor-child/img/default_kartya_bg.png") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  opacity: 1;
}

.so-widget-gyor-card .category-box-link .category-box {
  height: 240px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  display: grid;
  grid-template-columns: 85% 1fr;
  grid-gap: 20px;
}

.so-widget-gyor-card .category-box-link .category-box .category-box-right {
  grid-row: span 2 / auto;
  position: relative;
  max-height: 145px;
}

.so-widget-gyor-card .category-box-link .category-box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/gyor-child/img/nevezetessegek.svg");
  opacity: 0.6;
  border-radius: 10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.so-widget-gyor-card .category-box-link .category-box.has-bg:after {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 30px;
  bottom: 35px;
  top: auto;
  left: auto;
  background-image: url("/wp-content/themes/gyor-child/img/icons/right-arrow.svg");
  opacity: 1;
  border-radius: 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  transition: background-color 0.2s ease;
  z-index: 5;
}

.so-widget-gyor-card .category-box-link.small .category-box.has-bg:after {
  /*
  width: 25px;
  height: 25px;
  right: 30px;
  bottom: 30px;
  background-size: 25px 25px;
  */
  width: 30px;
  height: 30px;
  right: 25px;
  bottom: 28px;
  background-size: 30px 30px;
}

.so-widget-gyor-card .category-box-link:focus .category-box.has-bg:after,
.so-widget-gyor-card .category-box-link:hover .category-box.has-bg:after {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.2s ease;
}

.so-widget-gyor-card .category-box-link .category-box .category-title {
  font-size: 40px;
  font-weight: 500;
}

.so-widget-gyor-card .category-box-link.small .category-box .category-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.so-widget-gyor-card .category-box-link .category-box .h4.gyorpass,
.so-widget-gyor-card .category-box-link .category-box h4.gyorpass {
  color: #fff;
  font-size: 20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.7;
}

.so-widget-gyor-card .category-box-link .category-box .category-box-right p {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}

.so-widget-gyor-card .category-box-link .category-box.drop-shadow {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.so-widget-gyor-card .cb-icon {
  z-index: 5;
}

.so-widget-gyor-card .category-box .cb-text {
  z-index: 5;
}

.so-widget-gyor-card .category-box.has-bg .cb-text {
  display: flex;
  align-items: flex-end;
  margin: 0;
  z-index: 5;
}

.so-widget-gyor-card .category-box.has-bg .cb-text .category-title {
  margin: 0 !important;
}

/*
* GYŐR - Szekció Fejléc (Section Header)
*/
.so-widget-gyor-section-header .section-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 78px;
  padding: 0 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.so-widget-gyor-section-header .section-header span.section-border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.so-widget-gyor-section-header .section-header .section-title {
  font-size: 32px;
  line-height: 38px;
}

.section-break {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}

.section-break .section-title {
  font-family: "Roboto", sans-serif;
  color: #006eb7;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
}

.section-break div.section-border {
  display: flex;
  flex: 1 1;
  background: #e5e5e5;
  height: 1px;
}

.info-tool-left {
  background: #bdbdbd;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #5d5d5d;
  text-align: right;
}

.info-tool-right {
  background: #e6e6e6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #5d5d5d;
  text-align: left;
}

.info-tool-right .info-tool-item {
  display: block;
  padding: 0;
  margin: 0 0 8px;
}

.info-tool-right .info-tool-item:last-of-type {
  margin: 0;
}

.info-tool-right .info-tool-item p,
.info-tool-right .info-tool-item a {
  display: inline-block;
  font-weight: 500;
  color: #5f5f5f;
}

.info-tool-right .info-tool-item a:hover {
  text-decoration: underline;
}

.info-tool-right .info-tool-item p {
  margin: 0;
  font-weight: 300;
}

.acf-galeria {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  grid-gap: 10px;
}

.acf-galeria a {
  display: block;
}

.acf-galeria a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acf-galeria a:hover img {
  opacity: 0.7;
}

.allasajanlat-content-wrapper {
  display: grid;
  grid-template-columns: 75% 1fr;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.allasajanlat-left {
  padding-right: 30px;
}

.allasajanlat-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #e5e5e5;
  padding: 10px 0 10px 25px;
}

span.relevanssi-query-term {
  background: #006eb7;
  color: #fff;
  font-weight: 500;
  padding: 1px;
}

.so-widget-gyor-section-alert .alert {
  padding: 1.25rem;
  margin: 0;
  border-radius: 10px;
}

.so-widget-gyor-section-alert .alert div.content p {
  margin: 0;
}

.gyor-mobile-search {
  display: none;
}

/*
@media only screen and (max-width: 1025px) {

}
*/

#koszonto {
  background-position: 50% 50% !important;
}

.logo_slogan_wrapper img {
  max-width: 220px;
  max-height: 220px;
  margin: 0 auto;
}

.telefonkonyv-szures-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 45px;
  grid-gap: 10px;
}

.telefonkonyv-szures-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-weight: 400;
  font-size: 13px;
  border-radius: 10px;
  color: #fff;
  background: #0592d5;
  transition: color 0.2s, background 0.2s;
}

.telefonkonyv-szures-grid a:hover {
  background: #c3dfec;
  color: #0592d5;
  transition: color 0.2s, background 0.2s;
}

div#moove_gdpr_cookie_info_bar {
  position: fixed;
  left: 4rem;
  bottom: 4rem;
  right: auto;
  width: 400px;
  border-top: 0 !important;
  border-left: 10px solid #006eb7 !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 30px 214px 30px 30px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  flex-flow: column;
  padding: 0 !important;
  align-items: flex-start !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  margin-bottom: 15px !important;
  font-weight: 400 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding: 0 !important;
}

/***************************************************************/
/* MOBIL
/***************************************************************/

@media only screen and (max-width: 1025px) {
  div#moove_gdpr_cookie_info_bar {
    width: 90%;
    left: 5%;
    bottom: 18px;
    z-index: 99999;
  }

  .lity {
    z-index: 999999999 !important;
  }

  header.allasajanlat-header .h2,
  header.allasajanlat-header h2 {
    font-size: 26px;
  }

  .allasajanlat-content-wrapper {
    grid-template-columns: 1fr;
  }

  .allasajanlat-right {
    padding: 25px 0 0;
    border: 0;
  }

  body:not(.theme-preset-active) footer#colophon {
    padding-bottom: 150px;
  }

  .logo_slogan_wrapper {
    margin-bottom: 35px;
  }

  #koszonto {
    background-position: 100% 50% !important;
    background-image: none !important;
  }

  .telefonkonyv-szures-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 65px;
  }

  .telefonkonyv-szures-grid a {
    padding: 0 10px;
  }

  .search-content .tel-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }

  .so-widget-gyor-card .category-box-link:hover {
    transform: translate(0, 0);
    transition: transform 0.4s ease;
  }

  /* --- GENERAL --- */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  header#masthead {
    background: rgba(0, 0, 0, 0.35);
    border: 0;
  }

  header#masthead .search-form {
    display: none;
  }

  #sidebar_nav #sidebar_left {
    width: 80vw !important;
  }

  #sidebar_nav.active .sidebar_news {
    padding: 0;
    width: 20vw;
  }

  #sidebar_nav .sidebar_news .row {
    width: 100%;
  }

  #sidebar_nav.active .sidebar_news .section-break,
  #sidebar_nav.active .sidebar_news .row {
    display: none;
  }

  header#masthead ul.ubermenu-nav {
    background: rgba(0, 0, 0, 0.95);
    width: calc(100% + 30px);
    position: absolute;
    left: -15px;
  }

  #main-slider {
    height: auto;
    padding-top: 125px !important;
  }

  #main-logo img.so-widget-image {
    max-width: 80px;
  }

  header#sub-header .h1.main-title,
  header#sub-header h1.main-title {
    font-size: 30px;
  }

  /* --- FŐOLDAL - HÍREK --- */

  .gyor-grid {
    grid-gap: 15px;
    margin: 0 15px;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 240px;
  }

  .gyor-grid .gyor-fooldal-hirek:first-of-type .h1.gyor-hir-cim,
  .gyor-grid .gyor-fooldal-hirek:first-of-type h1.gyor-hir-cim {
    font-size: 1.3rem;
    z-index: 2;
  }

  .gyor-grid .gyor-fooldal-hirek:first-of-type {
    grid-column: unset;
    grid-row: unset;
  }

  /* --- FŐOLDAL - HASZNOS LINKEK --- */

  .so-widget-gyor-hasznos-linkek {
    margin-bottom: 15px;
  }

  div#pg-2-3 {
    margin-bottom: 0;
  }

  .search-object a.title {
    text-align: center;
    width: 100%;
    padding: 25px 0;
  }

  .info-tool-left {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
  }

  .info-tool-right {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
  }

  body section.content-area main#main {
    padding: 2rem;
  }

  ul.gyor-filters {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column;
  }

  .gyor-filter-item a {
    background-color: #e0e0e0;
    white-space: nowrap;
  }

  .post-thumbnail-single {
    height: 260px;
  }

  .post-title-single {
    font-size: 20px;
  }

  .post-title {
    font-size: 20px;
  }

  .post-content {
    padding: 2rem;
  }

  .sub-header-breadcrumbs {
    height: auto;
    padding: 10px 15px;
    flex-flow: column;
  }

  .sub-header-breadcrumbs p#breadcrumbs {
    text-align: center;
  }

  .search-object .icon-col {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .search-object .btn {
    margin: 25px 0;
  }

  .navbar-brand {
    margin-right: auto;
  }

  .gyor-mobile-search {
    background: transparent;
    color: #eeeeee;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 15px 20px;
  }

  p {
    margin-bottom: 0.6rem;
    overflow-wrap: break-word;
  }

  .acf-galeria {
    grid-template-columns: repeat(2, 1fr);
  }

  section#primary {
    margin-bottom: 30px;
  }

  body.home section#primary {
    margin-bottom: 0;
  }

  .flag-box {
    display: none;
  }
}

#mobilesearch {
  display: none;
}

#mobilesearch.active {
  position: fixed;
  left: 0;
  top: 0;
  background: #000000e8;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
}

#closemobilesearch {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fff;
  font-size: 40px;
}

body.search-active {
  overflow: hidden;
}

.telefonkonyv-filter {
  border: 0;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

#masthead nav #main-nav {
  flex: none !important;
}

#sidebar_nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s ease;
  will-change: background;
}

#sidebar_nav.active {
  z-index: 9999999;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.8);
  transition: background 0.2s ease;
}

#sidebar_nav .sidebar_news {
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 600px);
  padding: 40px;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  transform: translateY(1000px);
  transition: transform 0.4s ease;
  will-change: transform;
}

#sidebar_nav.active .sidebar_news {
  transform: translateY(0);
  transition: transform 0.4s ease;
}

#sidebar_nav .sidebar_news #section-aktualis {
  width: 100%;
  margin-bottom: 15px;
}

#sidebar_nav .sidebar_news #section-aktualis .section-title {
  color: #fff;
}

#sidebar_nav .sidebar_news .post.hentry {
  margin: 0;
}

#sidebar_nav .sidebar_news .post-excerpt,
#sidebar_nav .sidebar_news .post-footer {
  display: none;
}

#sidebar_nav .sidebar_news .post-thumbnail:after,
#sidebar_nav .sidebar_news .post-thumbnail:before,
#sidebar_nav .sidebar_news .post-thumbnail {
  border-radius: 10px !important;
}

#sidebar_nav #sidebar_left {
  width: 600px;
  height: 100vh;
  background: #f2f2f2;
  display: grid;
  grid-template-rows: 250px 1fr 50px 100px;
  transform: translateX(-600px);
  transition: transform 0.2s ease;
  will-change: transform;
}

#sidebar_nav #sidebar_left #sidebar_lang {
  justify-content: center;
  align-items: center;
  display: flex;
}

#sidebar_nav.active #sidebar_left {
  transform: translateX(0px);
  transition: transform 0.2s ease;
}

#sidebar_nav #sidebar_left #sidebar_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#sidebar_nav #sidebar_left #sidebar_logo img {
  height: 90%;
  width: auto;
}

#sidebar_nav #sidebar_footer {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

#sidebar_nav #sidebar_footer p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #a9a9a9;
}

#sidebar_nav #sidebar_left #main-nav {
  display: flex;
}

#sidebar_nav #sidebar_left ul.navbar-nav {
  width: 100%;
  padding: 0;
  margin: 0;
}

#sidebar_nav #sidebar_left ul.navbar-nav li.menu-item {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #dadada;
  padding: 0;
}

#sidebar_nav #sidebar_left ul.navbar-nav li.menu-item.menu-item-has-children {
  grid-template-columns: 1fr 80px;
}

#sidebar_nav #sidebar_left ul.navbar-nav li.menu-item:first-of-type {
  border-top: 1px solid #dadada;
}

#sidebar_nav #sidebar_left ul.navbar-nav li.menu-item a.sub-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #dadada;
}

#sidebar_nav .menu-item > a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 20px;
  color: #5c5c5c;
  position: relative;
  display: inline-block;
}

#sidebar_nav li.menu-item.current_page_item > a,
#sidebar_nav li.menu-item.active > a,
#sidebar_nav .menu-item > a:hover {
  background: #d9d9d9;
  color: #3a3a3a;
}

#gyor-bemutatkozas .h1,
#gyor-bemutatkozas h1 {
  font-size: 50px !important;
}
/*
.menu-item-has-children ul.sub-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  flex-direction: column;
  padding: 250px 0 0 0;
  list-style: none;
  transform: translateX(-600px);
  transition: transform .2s ease;
  z-index: 2;
}
*/
.menu-item-has-children ul.sub-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  flex-direction: column;
  padding: 0;
  list-style: none;
  transform: translateX(-600px);
  transition: transform 0.2s ease;
  z-index: 2;
  /*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);*/
  display: none;
}

.menu-item-has-children ul.sub-menu.active {
  transform: translateX(0);
  transition: transform 0.2s ease;
  overflow: auto;
  display: block;
}

.menu-item-has-children ul.sub-menu.active::after {
  content: "";
  background: red;
}

/*.menu-item-has-children ul.sub-menu.active a {
  color: #fff;
}

.menu-item-has-children ul.sub-menu.active a:hover {
  color: #000;
  background: #fff;
}
*/

/*.menu-item-has-children ul.sub-menu::before {
  content: '';
  background: black;
  position: absolute;
  width: 4px;
  height: 100%;
  left: 16px;
  top: 0;
}
*/

/*
.navbar-nav .menu-item > a {
  font-size: 40px;
  text-transform: uppercase;
}

.navbar-nav ul.sub-menu .menu-item > a {
  font-size: 30px;
  text-transform: inherit;
  font-weight: 400;
}

.navbar-nav ul.sub-menu .menu-item .menu-item > a {
  font-size: 25px;
}
*/

/*.menu-item-has-children a.sub-menu-btn {
  background: #fff;
  border-left: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-item-has-children a.sub-menu-btn i {
  font-size: 45px;
  color: #000;
  font-weight: 500;
}

.menu-item-has-children a.sub-menu-btn.active i {
  transform: rotateZ(90deg);
}

.navbar-nav > li > a {
  font-weight: 600;
}
*/

.gyor-video-player {
  position: relative;
  display: block;
}

.gyor-video-player::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url("img/video_image.jpg") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.gyor-video-player:hover::after {
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.gyor-video-player.hidefg::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.ismerje-meg {
  font-size: 50px !important;
  line-height: 1.3;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

#slider-play-pause {
  position: absolute;
  left: 40px;
  top: 75px;
  z-index: 99999;
  font-size: 50px;
  color: #fff;
  opacity: 0.9;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
