
/*
--t4-breakpoint-xs: 0;
--t4-breakpoint-sm: 576px;
--t4-breakpoint-md: 768px;
--t4-breakpoint-lg: 992px;
--t4-breakpoint-xl: 1200px;
--t4-breakpoint-xxl: 1400px;
*/

/* ------------------ */

.mb-20 {margin-bottom: 20px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}

/* ------------------ */

body {
}

/* ------------------ */

.row {
    --t4-gutter-x: 2rem;
    --t4-gutter-y: 1rem;
}

@media (width <= 576px) {
    .row > [class*="col-sm-"] {
        flex-basis: 100%;
        padding-bottom: calc(var(--t4-gutter-y) * .5);
        padding-top: calc(var(--t4-gutter-y) * .5);
        width: 100%;
    }
}

.usr-photo {
    border-radius: 6px !important;
    box-shadow: 0 0 6px 0px grey;
    height: 100%;
    width: 100%;
}

/* ------------------ */

#t4-topbar {
    background-color: rgb(219, 219, 221);
    padding: 0;
}

#t4-topbar > .t4-section-inner {
    padding: 0;
}

/* Header */

#t4-header {
    align-items: flex-start;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    height: 106px;
    margin-bottom: 0;
}

.not-at-top #t4-header.t4-sticky {
    /*background: rgba(245, 144, 40, 0.9);*/
    background-image: url('/images/site/header-bg.png');
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}

#t4-header > .t4-section-inner {
    padding: 0;
}

#t4-header > .t4-section-inner .header-block {
    padding: 0;
}

#t4-header .container-xxl {
    max-width: none;
    padding: 0;
}

#t4-header .header-wrap {
    column-gap: 60px;
    height: 80px;
    justify-content: space-around !important;
    min-height: auto;
}

.header-transparent {
    /*background: rgba(245, 144, 40, 0.9);*/
    background-image: url('/images/site/header-bg.png');
}

#t4-header .navbar-brand {
    flex-basis: 0px;
    flex-grow: 1;
    position: relative;
    text-align: right;
}

@media (max-width: 1199px) {
    #t4-header .navbar-brand {
        text-align: left;
    }
}

#t4-header .navbar-brand > a {
    display: inline-block;
    height: 143px;
    padding: 0px;
    text-align: left;
    width: 229px;
}

@media (min-width: 1200px) {
    .header-transparent .d-light {
        display: block;
    }
}

#t4-header .navbar-brand .site-name {
    color: white;
}

#t4-header .navbar-brand img {
    height: 143px;
    max-height: none;
    max-width: none;
    top: 36px;
    position: absolute;
    width: auto;
    z-index: -1;
}

@media (max-width: 319px) {
    #t4-header .navbar-brand img {
        display: none;
    }
}

#t4-header .t4-navbar {
}

.header-transparent .navbar-nav > li.nav-item > .nav-link {
    color: rgba(255, 255, 255, 1);
}

.header-transparent .navbar-nav > li.active > .nav-link {
    color: rgb(153, 51, 0);
}

.header-transparent .navbar-nav > li.nav-item > .nav-link:hover {
    text-shadow: 0 0 6px rgb(153, 51, 0);
}

#t4-header .t4-header-r {
    flex-grow: 1;
}

#t4-header .t4-header-r a.btn {
    letter-spacing: 0.7px;
    padding: 7px 15px 3px 15px;
}

@media (max-width: 1199px) {
    #t4-header .t4-header-r a.btn {
        display: none;
    }
}

#t4-header .t4-header-r #triggerButton {
    color: white;
    font-size: 1.8em;
    position: absolute;
    right: 40px;
}

/* Slideshow */

#t4-sideshow .acm-hero-item {
    background-position: center;
}

#t4-sideshow .item.container {
    max-width: none;
}

#t4-sideshow .col-lg-9.col-xxl-7 {
    width: 100%;
}

#t4-sideshow .hero-content {
    height: calc(100vh - 203px);
    min-height: 400px;
}

#t4-sideshow .hero-content-inner {
    width: 100%;
}

#t4-sideshow .hero-title {
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 0 4px black;
    width: 80vw;
}

#t4-sideshow .acm-action {
    display: none;
}

#t4-sideshow div.owl-carousel .owl-dots span {
    background-color: rgba(234, 234, 234, 0.5);
}

#t4-sideshow div.owl-carousel .owl-dots span:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

#t4-sideshow div.owl-carousel .owl-dots .owl-dot.active span {
    background: rgba(245, 144, 40, 0.9);
}

/* --------------- */

#t4-main-body {
    padding: 4rem 0 2rem 0;
}

.item-page.layout-default.no-sidebar .top-article-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    text-align: left;
}

.item-page.layout-default.no-sidebar .top-article-info .page-header {
    text-align: center;
}

.item-page.layout-default.no-sidebar .top-article-info .page-header h2 {
    font-size: 32px;
    margin-bottom: 50px;
}

/* Contact Form */

.contact-form::before {
    content: 'Érdeklődését itt jelezheti:';
    display: block;
    font-size: var(--body-font-size);
    margin-bottom: 25px;
}

/* Offcanvas */

.t4-offcanvas .info-contact a > i {
    color: var(--footer-bg-color);
    margin-right: 7px;
}

.t4-offcanvas .t4-off-canvas-header > a {
    display: none;
}

.t4-offcanvas .t4-off-canvas-body {
    padding: 1rem 0;
}

.t4-offcanvas .t4-off-canvas-body nav .menu-item-title::before {
    color: rgba(245, 144, 40);
    content: '\f0da';
    font-family: 'FontAwesome';
    font-weight: bold;
    margin-right: 7px;
    padding: 0 10px;
}

/* Back to top */

#back-to-top {
    background-color: rgba(221, 221, 221, 0.8);
}

#back-to-top > i {
    color: rgba(245, 144, 40);
    text-shadow: 0 0 4px white;
}

/* --------------- */

@media (min-width: 768px) {
    .t4-main-body {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    .contact .plain-contact-infor {
        margin-right: 0;
    }
}
