/*!
 * hang.hu custom.css
 * 2021.05.14
 */

/* Social Share style */
@import "style.css";


/* BASE HTML DEFINITIONS
----------------------------------- */

html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif;
}

img {
    max-width: 100%;
}

a,
a:visited,
a:hover {
    color: #dd4c4f;
    text-decoration: none;
}

p {
    margin-bottom: 1.6em;
    line-height: 1.7em;
    word-break: break-word;
    word-wrap: break-word;
}

p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

form#kereso_form input[name="search_txt"] {
    width: calc(100% - 210px);
    margin-right: 10px;
    float: left;
}

form#kereso_form button.search-submit {
    width: 200px;
}

.clear {
    clear: both;
}

.adult-hover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #000000fa;
}

.adult-hover > div.alert {
    position: absolute;
    width: 350px;
    left: calc(50% - 175px);
    top: calc(50% - 104px);
    top: 50%;
}

.twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

/* COMMON DEFINITIONS
----------------------------------- */

.boxed-layout .page-container {
    max-width: 1360px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.boxed-layout .container-xl {
    width: 90%;
    max-width: 1360px;
}

.boxed-layout .container-xl.w-1080 {
    max-width: 1080px;
}

.main-container {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.text-color {
    color: #00b8de;
}

.left-image {
    text-align: left !important;
}

    /* IMAGE BLOCKS - Common defnitions */
.image-block {
    margin-bottom: 1em;
}

.img-center,
.img-left,
.img-right {
    display: table;
}

.img-center {
    margin: auto;
    clear: both;
}

.img-left {
    float: left;
    margin: .5em 1em .5em 0;;
}

.img-right {
    float: right;
    margin: .5em 0 .5em 1em;
}




    /* DEV HELPER DEFINITOINS - Common defnitions */
.bg-h-b {
    background-color: blue !important;
}

.bg-h-g {
    background-color: green !important;
}

.bg-h-y {
    background-color: yellow !important;
}

.bg-h-r {
    background-color: red !important;
}


    /* HEADING BLOCKS - Common defnitions */
.heading-block {
    padding: 15px 20px;
}

.heading-block h4, .heading-block h2 {
    color: #dd4c4f;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.heading-block .lead {
    font-size: 16px;
    font-weight: 400;
}


    /* DIVIDERS - Common defnitions */
.divider {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto 5% auto;
    color: #E5E5E5;
    width: 100%;
}

.divider::after,
.divider::before {
    content: '';
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 2px;
    background-color: #EEE;
}

.divider.aqua::after,
.divider.aqua::before {
    background-color: #00b8de;
}


    /* BUTTONS - Common defnitions */
.btn-primary {
    color: #515151;
    background-color: #ebe9eb;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 16px;
    border: 0;
    line-height: 1;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #dfdcde;
    color: #515151;
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: inherit;
    background-color: #ebe9eb;
    cursor: not-allowed;
    opacity: .5;
}

.btn-secondary {
    display: inline-block;
    color: #FFFFFF !important;
    border-radius: 15px;
    line-height: 1;
    background-color: #00B8DE;
    transition: all 300ms ease 0ms;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    transition-property: all !important;
    text-transform: uppercase;
}

.btn-secondary:hover {
    background-color: #00B8DE;
}

.btn-secondary.width-icon {
    font-size: 20px;
    position: relative;
    font-weight: 500;
    text-transform: none;
    padding: .3em 1em;
    line-height: 1.7em !important;
    border: 2px solid white;
}

.btn-tertiary {
    background-color: #525252;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 16px;
    border: 0;
    line-height: 1;
    color: white !important;
    width: 100%;
}
.width-icon:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
}

.icon-arrow .btn-icon:before {
    font-family: elegant-icons, sans-serif;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    transition: all 300ms ease 0ms;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    color: #fff;
}

.icon-arrow:hover .btn-icon::before {
    opacity: 1;
    margin-left: 0;
}

    /* SOCIAL BUTTONS - Common defnitions */
.social-btn-group {
    border-radius: 4px;
    color: white;
    font-size: 14px;
}

.social-btn-group .btn {
    padding: 0;
    overflow: hidden;
    color: white;
    -webkit-transition: all .3s;
}

.social-btn-group .btn .icon-label {
    display: block;
    margin-left: 40px;
    padding: 0 14px 0 8px;
    color: white;
    font-weight: 700;
    position: relative;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .1);
    font-size: 14px;
}

.btn-facebook {
    background-color: #3a579a;
    border: 0;
}

.btn-mailto {
    background-color: #dd4b39;
    border: 0;
}

.btn-facebook .elegant-icon,
.btn-mailto .elegant-icon {
    overflow: hidden;
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

.btn-facebook .elegant-icon:before,
.btn-mailto .elegant-icon:before {
    color:white;
}

.btn-facebook .social_facebook {
    background-color: #3a579a;
}

.btn-mailto .icon_mail {
    background-color: #dd4b39;
}

.btn-facebook .elegant-icon:after,
.btn-mailto .elegant-icon:after {
    font-family: elegant-icons, sans-serif;
    display: inline-block;
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-style: normal;
    transition: .3s ease;
}

.btn-facebook .elegant-icon:after {
    content: "\e093";
}

.btn-mailto .elegant-icon:after {
    content: "\e076";
}

.btn-facebook:hover .elegant-icon:before,
.btn-mailto:hover .elegant-icon:before {
    margin-left: 40px;
    margin-top: 0;
    opacity: 0;
}

.btn-facebook:hover .elegant-icon:after,
.btn-mailto:hover .elegant-icon:after {
    left: 0;
    background-color: rgba(0, 0, 0, .1);
}


    /* FORM ELEMENTS - Common defnitions */

.embed-form-wrap {
    padding-top: 20px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    border-radius: 3px;
    font-size: 12px;
    line-height: 21px;
    color: #444;
    max-width: 100%;
    height: 34px;
    border: 1px solid #e1e1e1;
    background: rgba(0, 0, 0, .05);
}

.form-control:focus {
    border-color: #e1e1e1;
    box-shadow: none;
    background-color: rgba(0, 0, 0, .1)
}

.form-control:focus-visible {
    text-shadow: none;
}

select.form-control,
select.form-control:focus {
    background-color: white;
}

.input::placeholder,
.textarea::placeholder,
select::placeholder,
textarea::placeholder,
input::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder {
    color: rgba(0, 0, 0, .3);
    font-size: inherit;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

form sup {
    color: red;
    font-weight: 700;
    border: 0 !important;
    font-size: 1rem;
}


    /* BACK TO TOP LINK - Common defnitions */
#back-to-top {
    z-index: 999;
    position: fixed !important;
    right: 0;
    bottom: 125px;
    display: block;
    background: rgba(0, 0, 0, .4);
    padding: 5px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-family: elegant-icons, sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 27px;
}

#back-to-top.hidden {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
}

#back-to-top.visible {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

#back-to-top::before {
    content: '\32';
}

/* RESPONSIVE DEFINITIONS - Common defnitions */
@media (min-width: 1440px) {
    .container-xl {
        max-width: 1360px;
    }
}

@media (max-width: 500px) 
{
    .boxed-layout .page-container {
        width: 96%;
    }    
    
    .boxed-layout .container-xl {
        width: 96%;
    }
    
    .main-container {
        width: 96%;
    }
}


/* TOP BAR
---------------------------------------- */

#top-bar {
    display: none
}

#top-bar-mobil {
    display: block;
    margin: 0 5%;
}

#top-bar,
#top-bar-mobil {
    padding: 10px 0 0 0;
}

#top-bar .navbar-nav .nav-item,
#top-bar-mobil .navbar-nav .nav-item,
#bottom-bar .navbar-nav .nav-item {
    margin: 0 10px 0 0;
    line-height: 16px;
}

#top-bar .navbar-nav a.nav-link,
#top-bar-mobil .navbar-nav a.nav-link,
#bottom-bar .navbar-nav a.nav-link {
    display: inline-block;
    background-color: #00b8de;
    border-radius: 3px;
    color: white;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.top-bar-row form input {
    height: 25px;
    border: 0;
    margin: 0;
    max-width: 200px;
    background-color: #e1e1e1;
    font-size: 10px;
    border-radius: 3px;
    padding: 5px 25px 5px 8px;
}

.top-bar-row form .form-group {
    margin: 0;
    padding: 0;
    position: relative;
}

.top-search button {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: transparent;
    color: white;
    width: 25px;
    height: 21px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    line-height: 21px !important;
    border: 0px;
}

.top-search button i:before {
    color: #dd4c4f;
}

.top-search .form-control:focus + button i:before {
    color: #dd4c4f;
}

/* RESPONSIVE DEFINITIONS - Top bar */
@media (min-width: 992px) {
    #top-bar {
        display: block
    }

    #top-bar-mobil {
        display: none
    }

}



/* HEADER
---------------------------------------- */

header.navbar {
    padding: 0;
    z-index: 20;
}

.header-wrap {
    position: absolute;
    height: 123px;
    background-color: white;
    top:0;
    width: 100%;
    transition: height .3s ease .0s, background-color .3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, transform;
}

.header-wrap-divider {
    width: 100%;
    height: 123px;
}

    /* BRAND - TOGGLER */
.navbar-brand {
    padding: 20px 0;
    transition: all .3s;
    margin-right: .5rem;
}

.navbar-brand img {
    height: 50px;
    transition: all .3s;
    transition-delay: 0.0s;
}

.navbar-light .navbar-toggler {
    border: 0;
    cursor: pointer
}

    /* PRIMARY NAVIGATION */
#primary-navigation {
    align-items: flex-end;
    flex-grow: unset;
    background-color: white;
}

.navbar .nav-item {
    margin: 0 4px;
}

.navbar #top-bar .container-xl {
    display: block;
}

.navbar-expand-lg.navbar .nav-link {
    text-transform: uppercase;
    color: black;
    padding: 0;
    transition: .5s;
    font-weight: 600;
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    white-space: nowrap;
    line-height: 16px;
    position: relative;
}

.navbar .main-menu .nav-link:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.navbar .main-menu .nav-link.dropdown-toggle:before {
    width: calc(100% - 21px);
}

.navbar .main-menu .nav-link.dropdown-toggle:after {
    content: '\33';
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
    color: inherit;
    position: relative;
    font-family: elegant-icons, sans-serif;
    font-weight: 600;
    font-style: normal;
    border: 0;
}

.navbar .main-menu .nav-link.dropdown-toggle i:before {
    content: '\e62d';

}

.navbar .main-menu .nav-link:hover:before {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    opacity: 1;
}

.navbar .navbar-nav.main-menu .dropdown-menu {
    width: 240px;
    left: -20px;
    padding: 20px 30px;
    margin-top: -2px;
    border: 0;
    border-top: 3px solid black;
    border-radius: 0 0 3px 3px;
    transition: .1s ease;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav.main-menu .dropdown-menu .dropdown-item {
    padding: 15px 0;
    color: black;
    border-bottom: 1px solid #dd4c4f;
    transition: .5s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.navbar .navbar-nav.main-menu .dropdown-menu .dropdown-item:hover {
    color: #dd4c4f;
    background-color: transparent;
}

.navbar .navbar-nav.main-menu .dropdown-menu .dropdown-item:last-child {
    border: 0;
}

    /* MOBIL MENU */
.navbar .collapsing .main-menu,
.navbar .collapse.show .main-menu {
    margin-left: 5%;
    margin-right: 5%;
}

.navbar .collapsing .main-menu .nav-link.dropdown-toggle::after,
.navbar .collapse.show .main-menu .nav-link.dropdown-toggle::after {
    position: absolute;
    right: 0;
}

.navbar .collapse.show .main-menu .nav-link::before,
.navbar .collapse.show .main-menu .nav-link:hover::before {
    /* display: none; */
    visibility: hidden;
}


/* RESPONSIVE DEFINITIONS - Header */

@media (min-width: 992px) {

    .navbar .nav-item {
        padding: 0 0 40px 0;
    }

    .navbar #top-bar .nav-item {
        padding: 0;
    }

    /* Sticky header */
    header.sticky-top-2 .header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 299;
        height: 123px;
        box-shadow: 0 0 8px rgba(0,0,0,.1);
    }

    header.sticky-top-2 .navbar-brand {
        padding: 16px 0;
    }

    header.sticky-top-2 .navbar-brand img,
    header.sticky-shrink .navbar-brand img {
        height: 46px;
    }

    /* Bootsrap hover dropdown hack */
    .dropdown:hover .dropdown-menu{
        display: block; !important;
    }


    .navbar.sticky-top-2 .navbar-nav.main-menu .nav-item {
        padding:20px 0;
    }
    .navbar.sticky-top-2 .navbar-nav.main-menu .dropdown-menu {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-wrap,
    .header-wrap-divider {height: 145px;}

    .navbar-brand img {height:60px;}

    .navbar-expand-lg.navbar .nav-link {
        font-size: 0.85rem;
    }

    .header-wrap {
        position: fixed;
    }
}

@media (min-width: 1024px) {

    .navbar-expand-lg.navbar .nav-link {
        font-size: .9rem
    }
}

@media (min-width: 1200px) {
    .header-wrap,
    .header-wrap-divider {height: 160px;}

    .navbar-brand img {
        height: 75px;
    }

    .navbar .nav-item {
        margin: 0 8px;
    }

    .navbar-expand-lg.navbar .nav-link {
        font-size: 1rem
    }

    .header-wrap {
        position: fixed;
    }
}

@media (min-width: 1280px) {
    .navbar .nav-item {
        margin: 0 10px;
    }
}

@media (min-width: 1360px) {
    .boxed-layout header .container-xl {
        width: 90%;
    }
}

@media (min-width: 1440px) {
    .header-wrap,
    .header-wrap-divider {height: 168px;}

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

    .navbar-brand img {
        height: 83px;
    }

    .navbar .nav-item {
        margin: 0 15px;
    }

    .header-wrap {
        position: fixed;
    }
}

@media (max-width: 991.98px) {
    .header-wrap,
    .header-wrap-divider {height: 90px;}

    .navbar-expand-lg.navbar .main-menu .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar .navbar-nav.main-menu .dropdown-menu {
        width: 100%;
        padding: 0 20px;
        margin-top: -10px;
        border: 0;
        box-shadow: none;
    }
}



/* PAGE CONTENT
---------------------------------------- */

    /* TESTIMONIAL GRID */
.testimonial-grid .post-wrap * {
    font-style: italic !important;
}


    /* SOCIAL MODAL */
.modal-dialog {
    width: 84%;
    max-width: 640px;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-header .close {
    padding-top: 10px;
}


    /* WIDGETS */
.carousel-widget-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.banner-widget-container {
    position: relative;
    margin: auto;
}

.banner-widget-container:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 30px;
    /* content: "hirdetés"; */
    padding: 10px 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    color: #bbb;
}


    /* SIDEBAR */
.sidebar-col .widget {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.sidebar-col .widget.fwidth {
    max-width: none;
}

.sidebar-col .widget,
.sidebar-col .widget .widget-image {
    margin-bottom: 16px;
}

.sidebar-col .widget .widget-image,
.sidebar-col .widget-forsale .widget-image {
    text-align: center;
}


/* POSTS
---------------------------------------- */

.article-page-lead, .article-page-lead * {
    font-weight: bold !important;
    font-size: 18px !important;
}

.post-wrap-row {
    position: relative;
}

.post-wrap {
    position: relative;
    margin-bottom: 40px;
}

.post-overlay-description {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    padding-bottom: 15px;
}

.post-overlay-description .entry-title a {
    font-size: 40px;
    font-weight: 700;
}

.post-overlay-description .entry-title a,
.post-overlay-description .entry-content p {
    color: white;
}

.entry-title {
    padding: 10px 10px 0 10px;
}

.entry-title h2, .entry-title.article-list-base h3, .entry-title.highlighted h3 {
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: none;
    font-size: 24px;
    color: black;
    line-height: 1.4em;
    letter-spacing: .5px;
    overflow: hidden;
}

.entry-title a {
    color: black;
}

.entry-title a:hover {
    text-decoration: none;
}

.entry-meta,
.entry-content {
    padding: 0 10px;
}

.entry-image {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}

.entry-image.has-kepala
{
    margin-bottom: 0px;
}

.entry-kepala p,
.entry-content .entry-kepala > p.img-subtitle,
.entry-content .entry-kepala > p.fotos
 {
    font-weight: 300;
    font-size: 0.85rem;
    line-height: 1.7em;
    margin-bottom: 0px;
}

.entry-kepala p:last-child,
.entry-content .entry-kepala > p:last-child 
{
    margin-bottom: 17px;
}
.card-img-overlay {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

.card-img-overlay:hover {
    opacity: 1
}

.card-img-overlay:hover::before {
    top: 50%;
}

.video-post .card-img-overlay:before {
    content: "\49";
}

.entry-meta ul {
    padding: 0;
    list-style-type: none
}

.entry-meta {
    color: #dd4c4f;
    margin-bottom: 5px;
    font-size: 12px;
}

.entry-meta ul {
    margin: 0;
    flex-wrap: wrap;
    list-style-type: none !important;
}

.entry-meta a {
    color: #dd4c4f;
}

.entry-meta a:hover {
    text-decoration: none;
}

.entry-meta li:after {
    content: "|";
    display: inline-block;
    padding: 0 4px;
}

.entry-meta li:last-child:after {
    display: none;
}

.entry-content {
    color: black;
}

.entry-content p {
    line-height: 1.5em;
    padding-bottom: 20px;
    font-size: inherit
}


    /* POST LIST GROUP */
.post-list-group .post-wrap {
    margin-bottom: 0;
}

.post-list-group .post-wrap:last-child {
    margin-bottom: 40px;
}

.post-list-group .entry-title h3 {
    font-weight: 700;
    font-size: 1rem; /* 16px */
}




@media (min-width: 768px) and (max-width: 991.98px) {
    .feature-post .entry-image {
        margin-bottom: 0;
    }

    .post-overlay-description {
        position: relative;
        background-color: rgba(0, 0, 0, .7);
    }

    .post-overlay-description .entry-content {
        padding-bottom: 10px;
    }
}

.entry.article-recommender article.post-wrap {
    margin-bottom: 0px;
}

.entry.article-recommender article.post-wrap .col-12 {
    padding: 0px;
}

.entry.article-recommender article.post-wrap .entry-title h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 29px;
}

.entry.article-recommender article.post-wrap .entry-content {
    font-size: 0.95rem;
}

.entry.article-recommender article.post-wrap .entry-meta {
    padding-bottom: 0px;
}

.entry.article-recommender article.post-wrap .entry-meta ul {
    padding-left: 0px;
}

.entry.article-recommender article.post-wrap h4.channel {
    left: 10px;
    right: unset;
}

/* POSTS LIST PAGES
---------------------------------------- */

.post-list article {
    margin-bottom: 60px;
}

.post-list .entry-title,
.post-list .entry-meta {
    padding-left: 0;
    padding-right: 0;
}

.post-list .entry-title h2 {
    font-weight: 400;
}

.post-list .entry-meta {
    line-height: 1.7;
}

.post-list .entry-meta,
.post-list .entry-meta a {
    color: #dd4c4f;
    font-size: 14px;
}

.post-list .entry-content {
    padding-top: 10px;
    color: #666;
}

.post-list p:last-of-type {
    padding-bottom: 0;
}

.post-list.video-archiv h1 {
    margin-bottom: 7px;
    line-height: 1.2em;
    padding-bottom: 7px;
    letter-spacing: .5px
}


/* POST LIST SIDEBAR */
.post-list-sidebar .heading-block {
    padding: 0;
}

.post-list-sidebar .widget {
    margin-bottom: 7.853%;
}

.bordered h4, .bordered h2 {
    border-left: 4px solid #dd4c4f;
    padding: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


.post-list-sidebar .search-form .form-control {
    background: rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .5);
    width: 100%;
}

.post-list-sidebar .search-form .form-control:focus {
    color: rgba(0, 0, 0, .75);
    width: 100%;
}

.post-list-sidebar .search-form .form-control:focus-visible {
    text-shadow: none;
}

.post-list-sidebar .search-form input::placeholder {
    color: rgba(0, 0, 0, .2);
}

.post-list-sidebar .search-form input:focus::placeholder {
    color: rgba(0, 0, 0, .3);
}


.widget-post-list article.post-wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0.5rem;
    min-height: 60px;
}

.widget-post-list .entry-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0 10px 0 0;
    float: left;
}

.widget-post-list .entry-body {
    float: left;
}

.widget-post-list .entry-title {
    padding: 0;
    margin: 0;
}

.widget-post-list .entry-title h3 {
    display: inline-block;
    padding: 3px 0;
    margin: 0;
    color: rgba(0, 0, 0, .75);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.widget-post-list .entry-title h3 a {
    color: rgba(0, 0, 0, .75);
}

.widget-post-list .entry-meta {
    padding: 0;
}

.widget-post-list .entry-meta,
.widget-post-list .entry-meta a {
    color: rgba(0, 0, 0, .5);
}

.widget-post .entry-image {
    margin-bottom: 0;
}

.widget-post .entry-title h3 {
    font-size: 21px;
}


    /* VIDEO POSTS LIST */
.entry-video-container {
    position: relative;
    margin-bottom: 30px;
}

.video-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.video-overlay-hover {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    transition: all .5s ease-in-out;
}

.video-overlay-hover:hover {
    background: rgba(0, 0, 0, .6);
}

.video-play {
    width: 6rem;
    height: 6rem;
    display: block;
    position: absolute;
    margin-left: -3rem;
    margin-top: -3rem;
    font-size: 6rem;
    color: #fff;
    line-height: 6rem;
    left: 50%;
    top: 50%;
    /*z-index: 100;*/
}

.video-play:before {
    font-family: elegant-icons, sans-serif;
    content: "\49";
}

.video-play:hover:before {
    color: white;
}


    /* POST LIST ARCHIV */
.post-wrap.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1) !important;
}

.post-wrap.shadow .entry-body {
    padding: 0 20px 20px 20px;
}

.post-list.issue-all h1 {
    font-size: 26px;
    line-height: 1.3em;
    padding-bottom: 10px;
    letter-spacing: .5px;
    font-weight: 400;
}


/* POST SINGLE
---------------------------------------- */

.post-single .entry-title,
.post-single .entry-meta,
.post-single .entry-content,
.post-single .entry-content p {
    padding: 0;
}

.post-single .entry-meta {
    padding-bottom: 1rem;
}

.post-single .entry-title h1 {
    font-weight: 700;
    text-transform: none;
    font-size: 36px;
    line-height: 1.2em;
    text-align: left;
    color: black;
    padding-bottom: 10px;
    margin: 0;
}

.post-single .entry-content h2 {
    font-size: 27px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.post-single .entry-content p {
    margin-bottom: 1.6em;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}

.post-single .entry-content ul {
    list-style-type: disc;
    padding: .7em 0 .3em 1.143em;
    line-height: 1.7em;
}

.post-single .entry-content ul li {
    margin-bottom: .7em;
    font-size: 16px;
}

.post-single.wide,
.post-single-wide-realated-wrap {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.post-single.wide .entry.article-recommender .entry-content {
    padding-left: 0;
    padding-right: 0;
}

.post-single.no-sub .entry-content {
    position: relative;
    margin-bottom: 200px;
    padding-bottom: 250px;
}

.post-single.no-sub.wide .entry-content {
    position: relative;
    margin-bottom: 200px;
    padding-bottom: 400px;
}

.subscription-warning {
    /*position: absolute;
    bottom: -200px;
    left: 0;
    right: 0; 
    */
    padding-top: 0px;
    /* background-image: linear-gradient(to bottom, rgba(249, 250, 251, 0) 0, white 150px); */
}

.post-single .widget-related-posts .post-wrap {
    margin-bottom: 30px;
}

.widget-related-posts .entry-image {
    margin-bottom: 7px;
}

.widget-related-posts .entry-title,
.widget-related-posts .entry-title h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.widget-related-posts .post-wrap:hover .entry-title a {
    text-decoration: underline;
}

.post-single .widget-related-posts .entry-meta {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-single .widget-related-posts .entry-meta ul {
    padding: 0;
}

.post-single .widget-related-posts .entry-meta li,
.post-single .widget-related-posts .entry-meta li a {
    color: #999;
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 0;
}

.widget-related-posts .remove {
    display: none;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    background-color: #333;
    line-height: 0;
}

.widget-related-posts .post-wrap:hover .remove {
    display: block;
}

.widget-related-posts .remove:before {
    content: "×";
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    font-size: 12px;
    line-height: 1;
    color: white;
    margin: 0 auto
}

.post-list-related article {
    margin-bottom: 5.102%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.post-list-related .entry-body {
    padding-left: 20px;
    padding-right: 20px;
}

.post-list-related .entry-title,
.post-list-related .entry-meta,
.post-list-related .entry-meta a {
    padding-left: 0;
    padding-right: 0;
    color: #666;
}

.post-list-related .entry-meta a, .post-list-related .entry-meta {
    font-size: 14px;
}

.post-list-related .entry-title h2 {
    font-size: 18px;
    font-weight: 400;
}

.post-list-related .entry-content {
    padding-top: 10px;
    color: #666;
    line-height: 1.7em;
}

.post-list-related.dummy-masonry {
    padding-top: 30px;
}

.post-list-related.dummy-masonry .post-wrap {
    margin-bottom: 30px;
}

.post-list-related.dummy-masonry .entry-meta ul {
    flex-wrap: wrap;
    font-size: 14px;
}

.widget-back-button {
    padding-top: 1rem;
}


/* RESPONSIVE DEFINITONS - Post Single */

@media (min-width: 992px) {
    .post-single.wide .entry-content,
    .wide-content-padding {
        padding-left: 140px;
        padding-right: 140px;
    }

    .post-list-related.dummy-masonry {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1080px;
    }
}


@media (max-width: 500px) {
    .post-single .entry-title h1 {
        font-size: 30px;
    }  

    .post-single .entry-content p {
        font-size: 16px;
    }
}



/* Post order block */
.megrendeles-box-inner {
    padding: 20px;
    border-color: #00B8DE;
    border-width: 4px;
    border-style: solid;
    border-radius: 10px;
    text-align: center;
    font-size: 19px;
}

.megrendeles-box-inner h2 {
    font-size: 27px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #00B8DE;
}

.megrendeles-btn {
    background-color: #00B8DE;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 15px;
    font-family: Roboto,sans-serif;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    padding-left:0;
    padding-right:0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
}

.megrendeles-btn:hover {
    background-color: #dd4c4f;
    color: #ffffff;
    font-family: Roboto,sans-serif;
}


.megrendeles-btn:visited {
    color: #ffffff;
}

/* Sponsorship post block */

.entry-content .widget,
.widget-tamogatas-box {
    margin-bottom: 2.551%;
}

.tamogatas-box-outer {
    background-color: #eae7dc;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.tamogatas-box-inner {
    padding: 20px;
    background-color: #eae7dc;
}

.tamogatas-cim {
    margin: 0 !important;
    border-color: #dd4c4f;
    padding: 0 12px !important;
    border-width: 0 0 0 4px;
    border-style: solid;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    color: #000;
    text-align: left;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}

.tamogatas-main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    font-family: Roboto, sans-serif;
}

.tamogatas-btn:link,
.tamogatas-btn:visited {
    background-color: #00B8DE;
    color: #000;
    display: block;
    width: 50%;
    margin: 10px auto 0 auto;
    padding: 15px 0;
    border-radius: 15px;
    text-align: center;
}


/* Embed widget */
.widget-embed {
    display: block;
    margin: 0 0 1em 0;
    padding: 0;
}

.widget-embed-wrap {
    position: relative;
}

.fluid-width-video-wrapper {
    padding-top: 56.2963%;
    width: 100%;
    position: relative;
}

.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* Social widget */
.widget-share {
    margin-bottom: 30px;
}


/* PAGINATION
----------------------------------- */
.pagination {
    justify-content: center;
    text-transform: uppercase;
}

.pagination .page-item 
{
    margin: 4px;
}

.pagination a {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, .6);
    transition: .3s ease;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.pagination a:hover {
    background-color: rgba(0, 0, 0, .2);
    color: inherit;
}


/* BREADCRUMB
----------------------------------- */
.breadcrumb {
    padding: 0;
    margin-bottom: 1em;
    font-size: 14px;
    background-color: transparent;
    color: #767676;
}

.breadcrumb a,
.breadcrumb a:hover {
    color: #767676;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 4px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #767676;
    padding-right: 4px;
}


/* CUSTOM COLS */
.custom-col-row {
    padding: 2% 0;
    margin-left: 0;
    margin-right: 0;
}

.custom-col-row h1 {
    margin: 0;
    line-height: 1.7em;
    font-size: 47px;
    font-weight: 700;
}

.col-1-5 {
    width: 17.6%;
    margin-right: 3%;
}

.col-1-5 p {
    font-size: 21px;
}

.col-3-5 {
    width: 58.8%;
    margin-right: 3%;
}

.custom-col-row .custom-col:last-child {
    margin-right: 0 !important;
}

@media (max-width: 991.99px) {
    .custom-col-row .custom-col {
        width: 100% !important;
        float: none !important;
        margin-right: 0;
    }
}



/* PRODUCTS LIST
----------------------------------- */
.products-content .heading-block {
    padding-left: 0;
}

.products-content h1 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: .5px;
    margin: 0;
}

.products-content h2 {
    font-size: 24px;
}

.product-wrap {
    margin-bottom: 24px;
}

.product-wrap h2 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.3em;
    color: black;
}

.product-wrap a {
    color: black
}

.product-wrap a:hover {
    color: black
}

.product-price-wrap {
    font-size: 18px;
    font-weight: 700
}

.subscription-details {
    color: #00a8ff
}

.product-wrap .card-img-overlay:before {
    font-family: elegant-icons, sans-serif;
    content: "\4c";
}


/* PRODUCT SINGLE
----------------------------------- */
.product-row,
.product-single-content .breadcrumb {
    padding: 2% 0;
}

.product-gallery-wrap {
    position: relative;
}

.view-trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    line-height: 0;
    background: #fff;
    border-radius: 100%;
    text-align: center;
}

.view-trigger .elegant-icon {
    font-size: 1.5rem;
    top:4px;
    position: relative;
}

.view-trigger .elegant-icon:hover:before {
    color:#dd4c4f;
}

.product-single-content h1.product-title {
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.3em;
}

.product-single-content .product-price-wrap {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 1.7em;
    color: #00a8ff;
}

.product-single-content .widget-embed {
    margin: 8px 0;
}


/* CART - CHECKOUT
----------------------------------- */
.cart-side {
    z-index: 999;
    position: fixed !important;
    right: 0;
    top: 175px;
    display: block;
    background: #dd4c4f;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-family: elegant-icons, sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 27px;
}

.cart-side.visible {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

.cart-side a {
    color: white;
    display: inline-block;
    padding: 5px 8px;
}


.cart-content .product-thumbnail {
    text-align: center;
}

.cart-content .product-thumbnail img {
    max-height: 150px;
    width: auto;
}

.cart-content .heading-block,
.checkout-content .heading-block {
    padding-left: 0;
}

.cart-content h1,
.checkout-content h1 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: .5px;
    margin: 0;
}

.cart-totals h2 {
    font-size: 27px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}

.cart-totals .table th,
.cart-totals .table td {
    padding: 9px 12px;
}

.cart-totals .table th {
    width: 35%;
}

.cart-table .remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.cart-table .remove:hover {
    color: #fff !important;
    background: red;
}

.cart-table .product-price-wrap,
.cart-subtotal .product-price-wrap,
.recurring-totals .product-price-wrap,
.product-total .product-price-wrap {
    font-weight: 400;
    font-size: 16px;
}

.cart-table .subscription-details,
.cart-totals .subscription-details,
.checkout-table .subscription-details {
    color: #212529;
}

.order-total .subscription-details {
    font-weight: 400;
}

.cart-totals .product-price-wrap,
.checkout-table .product-price-wrap {
    font-size: 16px;
}

.first-payment-date small {
    color: #767676;
    font-size: 16px;
}

.proceed-to-checkout .btn-primary:hover {
    background-color: #dfdcde;
    color: #515151;
}

.shipping-address-trigger,
.shipping-address-trigger:hover {
    display: block;
    color:#212529
}

.shipping-address-trigger .elegant-icon:before {
    top:1px;
    left:-3px;
}

.shipping-address-trigger .icon_box-empty {
    display: none
}

.shipping-address-trigger .icon_box-selected {
    display: inline-block
}

.shipping-address-trigger.collapsed .icon_box-selected {
    display: none
}

.shipping-address-trigger.collapsed .icon_box-empty {
    display: inline-block
}

.checkout-payment {
    background: #ebe9eb;
    border-radius: 5px;
}

.checkout-payment .accordion,
.checkout-payment .card,
.checkout-payment .card-header {
    background-color: transparent;
}

.checkout-payment .accordion {
    margin-bottom:15px;
}

.checkout-payment .card {
    border-right:0;
    border-left:0;
}

.checkout-payment .card:first-of-type {
    border-top:0;
}

.checkout-payment .card-header .btn {
    color: #212529;
    padding-left: 15px;
    position: relative;
}

.checkout-payment .card-header .btn:hover,
.checkout-payment .card-header .btn:focus,
.checkout-payment .card-header .btn:active {
    color: #212529;
    text-decoration: none;
    box-shadow: none;
}

.checkout-payment .card-header .elegant-icon {
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -10px;
}

.checkout-payment .card-header .icon_circle-selected:before {
    color: #dd4c4f;
}

.checkout-payment .btn .icon_circle-empty {
    display: none
}

.checkout-payment .btn .icon_circle-selected {
    display: inline-block
}

.checkout-payment .btn.collapsed .icon_circle-selected {
    display: none
}

.checkout-payment .btn.collapsed .icon_circle-empty {
    display: inline-block
}

.checkout-payment ul {
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    list-style-type: none;
}

.place-order {
    padding: 0 1em 1em 1em;
}

.place-order .btn-primary, .proceed-to-checkout .btn-primary {
    background-color: #00b8de;
    color: #fff;
}

.place-order .btn-primary:hover,
.place-order .btn-primary:active,
.place-order .btn-primary:not(:disabled):not(.disabled):active,
.place-order .btn-primary:focus,
.proceed-to-checkout .btn-primary:hover,
.proceed-to-checkout .btn-primary:active,
.proceed-to-checkout .btn-primary:not(:disabled):not(.disabled):active,
.proceed-to-checkout .btn-primary:focus,
.add-to-cart.btn-secondary:hover,
.add-to-cart.btn-secondary:active,
.add-to-cart.btn-secondary:not(:disabled):not(.disabled):active,
.add-to-cart.btn-secondary:focus {
    background-color: #11859c;
    color: #fff;
    box-shadow: none;
}

.payment-info {
    position: relative;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

.payment-info:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: 0 0 0 2em;
    transition: margin .3s ease;
}

.payment-info.show:before {
    margin: -1em 0 0 2em;
}

/* CART - CHECKOUT RESPONSIVE DEFINITIONS */
@media (max-width: 767.99px) {
    .cart-table tr {
        display: block;
        max-width: 100%;
    }

    .cart-table tr.cart-item {
        padding-bottom: 15px;
    }

    .cart-table td {
        display: block;
        text-align: right !important;
    }

    .cart-table thead,
    .cart-table .product-thumbnail {
        display: none;
    }

    .cart-table tr td.product-name:before,
    .cart-table tr td.product-price:before,
    .cart-table tr td.product-quantity:before,
    .cart-table tr td.product-subtotal:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .cart-table td.actions .btn {
        width: 100%
    }

    .cart-totals .table th {
        width: 50%;
    }
}


/* PAGES
----------------------------------- */
.page-single-content .heading-block {
    padding-left: 0;
    margin-bottom: 1.5%;
    padding-bottom: 0;
}

.page-single-content h1 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: .5px;
    margin: 0;
}

.page-content h2 {
    font-size: 27px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    padding-bottom: 10px;
}

.page-content p {
    margin-bottom: 1.6em;
}

/* RESPONSIVE DEFINITIONS - Pages */

@media (max-width: 767.99px ) {
    .page-single-content h1 {
        font-size: 18px;
    }
}



/* NEWSLETTER PAGE
----------------------------------- */

.embed-form-wrap .newsletter-form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0;
}

.embed-form-wrap .newsletter-form h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
    line-height: 38px;
}

.embed-form-wrap .newsletter-form .form-group {
    position: relative;
}


/* RESPONSIVE DEFINITIONS - Newsletter page */
@media (min-width: 768px) {
    .embed-form-wrap .newsletter-form {
        max-width: 50%;
    }
}



/* LOGIN PAGE
----------------------------------- */
.login-form, .registration-form, .changepassowrd-form, .forgottenpass-form, .form-like {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}






/* FOOTER
----------------------------------- */

footer {
    margin-top: 80px;
    padding-top: 60px;
    background-color: #232323;    
}

.copyright-text {
    margin-top: 60px;
}

footer h2 {
    margin: 0;
    padding: 12px;
    color: #ffffff;
    line-height: 46px;
    border-color: #dd4c4f !important;
    border-width: 0 0 0 4px !important;
    border-style: solid !important;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.copyright-text {
    background-color: rgba(0, 0, 0, .3);
    padding: 10px 0;
    width: 100%;
    color: rgba(255, 255, 255, .6);
}

footer .widget {
    margin-bottom:60px;
}

footer div .widget:last-child {
    margin-bottom: 0;
}

footer .navbar-nav .nav-item {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.3em;
}

footer .navbar-nav .nav-link {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
}

footer .copyright-text p {
    margin: 0;
    font-size: 14px;
}

footer .copyright-text .nav-item {
    margin-right: 11px;
}

footer .copyright-text .nav-item:last-child {
    margin-right: 0;
}

footer .copyright-text .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .6);
    transition: .3s ease;
    font-weight: 400;
    line-height: 1.7em;
}

footer .copyright-text .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.external-image-link {
    display: inline-block;
    padding: 20px 0;
}

footer .search-form .form-control {
    background: rgba(0, 0, 0, .3);
    color: #bbb;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    cursor: text;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    transition: .3s ease;
}

footer .search-form input.form-control::placeholder {
    color: #666;
}



/* COMPONENTS
----------------------------------- */

/* VIDEO - OWL CAROSUSEL */
.video-carousel .post-wrap {
    margin-bottom: 0;
}

.video-carousel .post-wrap h3 {
    font-size: 16px;
}

.video-carousel .post-wrap .entry-image {
    margin-bottom: 10px;
}


.video-carousel .owl-dots {
    display: none !important;
}

.video-carousel .owl-nav {
    display: none;
}

.video-carousel:hover .owl-nav {
    display: block !important;
}

.video-carousel:hover .owl-nav button {
    position: absolute;
    top: 50%;
    color: #444651;
    font-size: 40px;
    line-height: 40px !important;
    border-radius: 3px;
    opacity: .7;
    font-family: elegant-icons, sans-serif;
    width: 40px;
    height: 40px;
    margin-top: -24px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    text-align: center;
    transition: .3s ease;
    z-index: 100;
}

.video-carousel:hover .owl-nav button:hover {
    opacity: 1;
}

.video-carousel .owl-nav button span,
.video-carousel:hover .owl-nav button span {
    display: none !important;
}

.video-carousel:hover .owl-nav button.owl-prev {
    left: 40px;
}

.video-carousel .owl-nav button.owl-prev:before,
.video-carousel:hover .owl-nav button.owl-prev:before {
    content: "\34";
}

.video-carousel .owl-nav button.owl-next,
.video-carousel:hover .owl-nav button.owl-next {
    right: 40px;
}

.video-carousel .owl-nav button.owl-next:before,
.video-carousel:hover .owl-nav button.owl-next:before {
    content: "\35";
}


/* RESPONSIVE DEFINITIONS - Video - Owl carousel */

@media (max-width: 1024px) {
    .video-carousel .owl-nav {
        display: block !important;
    }

    .video-carousel .owl-nav button {
        position: absolute;
        top: 50%;
        color: #444651 !important;
        font-size: 40px !important;
        line-height: 40px !important;
        border-radius: 3px;
        opacity: .7;
        font-family: elegant-icons, sans-serif !important;
        width: 40px;
        height: 40px;
        margin-top: -24px;
        background-color: #fff !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        text-align: center;
        transition: .3s ease;
        z-index: 100;
    }

    .video-carousel .owl-nav button.owl-prev,
    .video-carousel:hover .owl-nav button.owl-prev {
        left: 15px !important;
    }

    .video-carousel .owl-nav button.owl-next,
    .video-carousel:hover .owl-nav button.owl-next {
        right: 15px !important;
    }
}



    /* SHARE FIXED SIDENAV */

div.et_social_sidebar_networks .et_social_icons_container {
    margin-left: -50px !important;
    transition: all .5s;
    list-style: none !important;
    padding: 0 !important;
}

div.et_social_rectangle.et_social_sidebar_flip.et_social_sidebar_networks:not(.et_social_visible_sidebar) span.et_social_hide_sidebar {
    margin-left: 0 !important;
    border-radius: 1px 6px 6px 1px;
    opacity: 1;
    transition: all .5s;
}

div.et_social_sidebar_networks:not(.et_social_visible_sidebar) .et_social_hide_sidebar:before {
    transform: rotate(90deg);
}


/* ELEGANTICONS ICON FONT */
@font-face {
    font-family: elegant-icons;
    src: url(../fonts/ElegantIcons.eot);
    src: url(../fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"),
    url(../fonts/ElegantIcons.woff) format("woff"),
    url(../fonts/ElegantIcons.ttf) format("truetype"),
    url(../fonts/ElegantIcons.svg#ET-Extra) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
.elegant-icon {
    display: inline-block;
    color: #fff;
    font-family: elegant-icons, sans-serif !important;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1em;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.elegant-icon::before {
    color: #212529;
    position: relative;
    transition: .3s ease;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit !important;
}
.colored-icon {
    background-color: #dd4c4f;
}
.colored-icon:before {
    color: white;
}

.icon_search::before {
    content: "\55";
}
.icon_circle-empty::before {
    content: "\5b";
}
.icon_circle-selected::before {
    content: "\5c";
}
.icon_box-empty::before {
    content: "\56";
}
.icon_box-selected::before {
    content: "\57";
}
.icon_zoom-in_alt::before {
    content: "\54";
}
.icon_plus::before {
    content: "\4c";
}
.arrow_carrot-down::before {
    content: "\33";
}
.arrow_carrot-up::before {
    content: "\32";
}
.arrow_carrot-left::before {
    content: "\34";
}
.arrow_carrot-right::before {
    content: "\35";
}
.icon_mail::before {
    content: "\e076";
}
.arrow_triangle-right_alt2::before {
    content: "\49";
}
.icon_cursor_alt::before {
    content: "\e01a";
}

    /* ElegantIcons Social */

.social_facebook:before {
    content: "\e093";
}

.social_twitter:before {
    content: "\e094";;
}

.social_instagram:before {
    content: "\e09a";
}

.social_rss:before {
    content: "\e09e";
}

.social_youtube:before {
    content: "\e0a3";
}

.social_facebook.colored-icon:hover {
    background-color: #39579a !important;
}
.social_twitter.colored-icon:hover {
    background-color: #01aced !important
}
.social_instagram.colored-icon:hover {
    background-color: #517fa4 !important
}
.social_rss.colored-icon:hover {
    background-color: #f59038 !important
}
.social_youtube.colored-icon:hover {
    background-color: #a8240f !important;
}


/* ET-EXTRA ICON FONT */
@font-face {
    font-family: et-extra;
    src: url(../fonts/ET-Extra.eot);
    src: url(../fonts/ET-Extra.eot?#iefix) format("embedded-opentype"),
    url(../fonts/ET-Extra.woff) format("woff"),
    url(../fonts/ET-Extra.ttf) format("truetype"),
    url(../fonts/ET-Extra.svg#ET-Extra) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.et-extra-icon {
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.et-extra-icon::before {
    color: #fff;
    position: relative;
    transition: .3s ease;
    font-family: et-extra, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit !important;
}


.et-extra-icon-facebook:before {
    content: "\e61a"
}

.et-extra-icon-facebook.et-extra-icon-background {
    background: #39579a !important
}

.et-extra-icon-facebook.et-extra-icon-background-hover:hover {
    background: #39579a !important
}

.et-extra-icon-facebook.et-extra-icon-color {
    color: #39579a
}

.et-extra-icon-facebook.et-extra-icon-color-hover:hover {
    color: #39579a
}


.et-extra-icon-twitter:before {
    content: "\e623"
}

.et-extra-icon-twitter.et-extra-icon-background {
    background: #01aced !important
}

.et-extra-icon-twitter.et-extra-icon-background-hover:hover {
    background: #01aced !important
}

.et-extra-icon-twitter.et-extra-icon-color {
    color: #01aced
}

.et-extra-icon-twitter.et-extra-icon-color-hover:hover {
    color: #01aced
}

.et-extra-icon-pinterest:before {
    content: "\e61e"
}

.et-extra-icon-pinterest.et-extra-icon-background {
    background: #cb2027 !important
}

.et-extra-icon-pinterest.et-extra-icon-background-hover:hover {
    background: #cb2027 !important
}

.et-extra-icon-pinterest.et-extra-icon-color {
    color: #cb2027
}

.et-extra-icon-pinterest.et-extra-icon-color-hover:hover {
    color: #cb2027
}

.et-extra-icon-googleplus:before {
    content: "\e61c"
}

.et-extra-icon-googleplus.et-extra-icon-background {
    background: #cb1f26 !important
}

.et-extra-icon-googleplus.et-extra-icon-background-hover:hover {
    background: #cb1f26 !important
}

.et-extra-icon-googleplus.et-extra-icon-color {
    color: #cb1f26
}

.et-extra-icon-googleplus.et-extra-icon-color-hover:hover {
    color: #cb1f26
}

.et-extra-icon-tumblr:before {
    content: "\e622"
}

.et-extra-icon-tumblr.et-extra-icon-background {
    background: #314f6e !important
}

.et-extra-icon-tumblr.et-extra-icon-background-hover:hover {
    background: #314f6e !important
}

.et-extra-icon-tumblr.et-extra-icon-color {
    color: #314f6e
}

.et-extra-icon-tumblr.et-extra-icon-color-hover:hover {
    color: #314f6e
}

.et-extra-icon-stumbleupon:before {
    content: "\e621"
}

.et-extra-icon-stumbleupon.et-extra-icon-background {
    background: #ea4b24 !important
}

.et-extra-icon-stumbleupon.et-extra-icon-background-hover:hover {
    background: #ea4b24 !important
}

.et-extra-icon-stumbleupon.et-extra-icon-color {
    color: #ea4b24
}

.et-extra-icon-stumbleupon.et-extra-icon-color-hover:hover {
    color: #ea4b24
}

.et-extra-icon-wordpress:before {
    content: "\e62c"
}

.et-extra-icon-wordpress.et-extra-icon-background {
    background: #267697 !important
}

.et-extra-icon-wordpress.et-extra-icon-background-hover:hover {
    background: #267697 !important
}

.et-extra-icon-wordpress.et-extra-icon-color {
    color: #267697
}

.et-extra-icon-wordpress.et-extra-icon-color-hover:hover {
    color: #267697
}

.et-extra-icon-instagram:before {
    content: "\e60f"
}

.et-extra-icon-instagram.et-extra-icon-background {
    background: #517fa4 !important
}

.et-extra-icon-instagram.et-extra-icon-background-hover:hover {
    background: #517fa4 !important
}

.et-extra-icon-instagram.et-extra-icon-color {
    color: #517fa4
}

.et-extra-icon-instagram.et-extra-icon-color-hover:hover {
    color: #517fa4
}

.et-extra-icon-dribbble:before {
    content: "\e618"
}

.et-extra-icon-dribbble.et-extra-icon-background {
    background: #ec488c !important
}

.et-extra-icon-dribbble.et-extra-icon-background-hover:hover {
    background: #ec488c !important
}

.et-extra-icon-dribbble.et-extra-icon-color {
    color: #ec488c
}

.et-extra-icon-dribbble.et-extra-icon-color-hover:hover {
    color: #ec488c
}

.et-extra-icon-vimeo:before {
    content: "\e624"
}

.et-extra-icon-vimeo.et-extra-icon-background {
    background: #45bbfc !important
}

.et-extra-icon-vimeo.et-extra-icon-background-hover:hover {
    background: #45bbfc !important
}

.et-extra-icon-vimeo.et-extra-icon-color {
    color: #45bbfc
}

.et-extra-icon-vimeo.et-extra-icon-color-hover:hover {
    color: #45bbfc
}

.et-extra-icon-linkedin:before {
    content: "\e610"
}

.et-extra-icon-linkedin.et-extra-icon-background {
    background: #127bb6 !important
}

.et-extra-icon-linkedin.et-extra-icon-background-hover:hover {
    background: #127bb6 !important
}

.et-extra-icon-linkedin.et-extra-icon-color {
    color: #127bb6
}

.et-extra-icon-linkedin.et-extra-icon-color-hover:hover {
    color: #127bb6
}

.et-extra-icon-rss:before {
    content: "\e61f"
}

.et-extra-icon-rss.et-extra-icon-background {
    background: #f59038 !important
}

.et-extra-icon-rss.et-extra-icon-background-hover:hover {
    background: #f59038 !important
}

.et-extra-icon-rss.et-extra-icon-color {
    color: #f59038
}

.et-extra-icon-rss.et-extra-icon-color-hover:hover {
    color: #f59038
}

.et-extra-icon-deviantart:before {
    content: "\e617"
}

.et-extra-icon-deviantart.et-extra-icon-background {
    background: #566c68 !important
}

.et-extra-icon-deviantart.et-extra-icon-background-hover:hover {
    background: #566c68 !important
}

.et-extra-icon-deviantart.et-extra-icon-color {
    color: #566c68
}

.et-extra-icon-deviantart.et-extra-icon-color-hover:hover {
    color: #566c68
}

.et-extra-icon-myspace:before {
    content: "\e611"
}

.et-extra-icon-myspace.et-extra-icon-background {
    background: #3a5998 !important
}

.et-extra-icon-myspace.et-extra-icon-background-hover:hover {
    background: #3a5998 !important
}

.et-extra-icon-myspace.et-extra-icon-color {
    color: #3a5998
}

.et-extra-icon-myspace.et-extra-icon-color-hover:hover {
    color: #3a5998
}

.et-extra-icon-skype:before {
    content: "\e620"
}

.et-extra-icon-skype.et-extra-icon-background {
    background: #1ba5f4 !important
}

.et-extra-icon-skype.et-extra-icon-background-hover:hover {
    background: #1ba5f4 !important
}

.et-extra-icon-skype.et-extra-icon-color {
    color: #1ba5f4
}

.et-extra-icon-skype.et-extra-icon-color-hover:hover {
    color: #1ba5f4
}

.et-extra-icon-youtube:before {
    content: "\e614"
}

.et-extra-icon-youtube.et-extra-icon-background {
    background: #a8240f !important
}

.et-extra-icon-youtube.et-extra-icon-background-hover:hover {
    background: #a8240f !important
}

.et-extra-icon-youtube.et-extra-icon-color {
    color: #a8240f
}

.et-extra-icon-youtube.et-extra-icon-color-hover:hover {
    color: #a8240f
}

.et-extra-icon-picassa:before {
    content: "\e61d"
}

.et-extra-icon-picassa.et-extra-icon-background {
    background: #9864ae !important
}

.et-extra-icon-picassa.et-extra-icon-background-hover:hover {
    background: #9864ae !important
}

.et-extra-icon-picassa.et-extra-icon-color {
    color: #9864ae
}

.et-extra-icon-picassa.et-extra-icon-color-hover:hover {
    color: #9864ae
}

.et-extra-icon-flickr:before {
    content: "\e61b"
}

.et-extra-icon-flickr.et-extra-icon-background {
    background: #fc1684 !important
}

.et-extra-icon-flickr.et-extra-icon-background-hover:hover {
    background: #fc1684 !important
}

.et-extra-icon-flickr.et-extra-icon-color {
    color: #fc1684
}

.et-extra-icon-flickr.et-extra-icon-color-hover:hover {
    color: #fc1684
}

.et-extra-icon-blogger:before {
    content: "\e616"
}

.et-extra-icon-blogger.et-extra-icon-background {
    background: #f59038 !important
}

.et-extra-icon-blogger.et-extra-icon-background-hover:hover {
    background: #f59038 !important
}

.et-extra-icon-blogger.et-extra-icon-color {
    color: #f59038
}

.et-extra-icon-blogger.et-extra-icon-color-hover:hover {
    color: #f59038
}

.et-extra-icon-spotify:before {
    content: "\e613"
}

.et-extra-icon-spotify.et-extra-icon-background {
    background: #aecf29 !important
}

.et-extra-icon-spotify.et-extra-icon-background-hover:hover {
    background: #aecf29 !important
}

.et-extra-icon-spotify.et-extra-icon-color {
    color: #aecf29
}

.et-extra-icon-spotify.et-extra-icon-color-hover:hover {
    color: #aecf29
}

.et-extra-icon-delicious:before {
    content: "\e60a"
}

.et-extra-icon-delicious.et-extra-icon-background {
    background: #3398fc !important
}

.et-extra-icon-delicious.et-extra-icon-background-hover:hover {
    background: #3398fc !important
}

.et-extra-icon-delicious.et-extra-icon-color {
    color: #3398fc
}

.et-extra-icon-delicious.et-extra-icon-color-hover:hover {
    color: #3398fc
}

.et-extra-icon-buffer:before {
    content: "\e601"
}

.et-extra-icon-buffer.et-extra-icon-background {
    background: #000 !important
}

.et-extra-icon-buffer.et-extra-icon-background-hover:hover {
    background: #000 !important
}

.et-extra-icon-buffer.et-extra-icon-color {
    color: #000
}

.et-extra-icon-buffer.et-extra-icon-color-hover:hover {
    color: #000
}

.et-extra-icon-basic_email:before {
    content: "\e615"
}

.et-extra-icon-basic_email.et-extra-icon-background {
    background: #000 !important
}

.et-extra-icon-basic_email.et-extra-icon-background-hover:hover {
    background: #000 !important
}

.et-extra-icon-basic_email.et-extra-icon-color {
    color: #000
}

.et-extra-icon-basic_email.et-extra-icon-color-hover:hover {
    color: #000
}

.et-extra-icon-basic_print:before {
    content: "\e619"
}

.et-extra-icon-basic_print.et-extra-icon-background {
    background: #000 !important
}

.et-extra-icon-basic_print.et-extra-icon-background-hover:hover {
    background: #000 !important
}

.et-extra-icon-basic_print.et-extra-icon-color {
    color: #000
}

.et-extra-icon-basic_print.et-extra-icon-color-hover:hover {
    color: #000
}

.et-extra-icon-background-none {
    background: 0 0 !important
}

.et-extra-icon_search:before {
    content: '\e63a';
}
.img-702x465 {
    display: block;
    width: 702px;
    height: 465px;
    max-width: 100%;
  }

#top-bar .navbar-nav a.nav-link.site-link,
#top-bar-mobil .navbar-nav a.nav-link.site-link {
    width: 100%;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 2px;
}

.entry article h4.channel, .entry article h2.channel {
    position: absolute;
    bottom: 2px;
    left: 10px;
    z-index: 4;      
}

.entry article h4.channel a, .entry article h2.channel a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #dd4c4f;
    padding: 5px;
}

.fb-like.fb_iframe_widget iframe {
    width: auto !important;
}

form.top-search {
    margin-right: 10px;
}

 article .cikkblock iframe {
     width: 100%;
 }

 #skip-links {
    margin-top: 3px;
    margin-left: 3px;
 }
 
 #skip-links a {
    opacity: 0;
    position: absolute;
    color: #fff;
    padding: 0 5px;
    z-index: 90;
  }

  #skip-links a:focus, #skip-links a:active {
    opacity: 1;
    background-color: #00b8de;    
  }

.grid-stacked {
    padding-top: 0;
}

.multi-ad-label {
    display: none!important;
}

.checkout-payment.merch_purchase #bank-payment-info, .checkout-payment.merch_purchase #barion-payment-info, .checkout-payment.merch_purchase .card-body {
    display:none;
}

.postapontok {
    display: none;
}

.postapont-adatok {
    margin-top: 0.5rem;
    border: 2px solid #ebe9eb;
    padding: 12px;
}

.postapont-adatok .day-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.postapont-adatok .day {
    text-align: center;
    font-weight: bold;
}

.postapont-adatok .info {
    text-align: center;
}

.postapont-adatok .info div:first-child {
    font-weight: bold;
}

@media(max-width: 465px) {
    #top-bar-mobil .top-bar-container {
        display: block!important;
    }
    #top-bar-mobil #top-search-mobil {
        margin-top: 10px;
    }
    #top-bar-mobil .top-search {
        width: 150px;
    }
}

@media(max-width: 1350px) {
    .product-content .cart-form  {
        display: block!important;
    }
    .product-content .cart-form .set-quantity {
        margin-top: 10px;
    }
}

.product-content .cart-form .set-quantity {
    display: none;
}

.cart-form button.minus, button.plus {
    width: 30px;
    flex-shrink: 0;   
    line-height: 30px; 
    border: 0;
} 

.cart-form button.plus {
    width: 31px;
}

.cart-form .set-quantity {
    border: 1px solid #dee2e6;
    height: 34px;
    width: 122px;
}

.cart-form .set-quantity input {
    text-align: center;
    border: 0;
    width: 50px;
}

.cart-form input::-webkit-outer-spin-button,
.cart-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-form .product-quantity input {
    -moz-appearance: textfield;
}

.cart-form input:focus-visible {
    outline: none;
}

.table.cart-table .cart-item:first-child .product-quantity {
    border-top: 0;
}

.cart-form a, .middle-content a {
    color: black;
}

.add-to-cart-wrap .continue-button {
    border-radius: 15px;
}

@media(min-width: 768px) and (max-width: 1350px) {
    .add-to-cart-wrap .set-quantity {
        margin-left: 10px;
        margin-right: 10px;
    }
    .add-to-cart-wrap .continue-button {
        margin-top: 10px;
    }
} 

@media(max-width: 768px) {
    .add-to-cart-wrap .set-quantity {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media(max-width: 679px) {
    .add-to-cart-wrap .continue-button {
        margin-top: 10px;
    }
} 