/*
Theme Name: Materialize
Theme URI: http://mythem.es/item/materialize-free-wordpress-theme/
Description: Materialize is an white, clean, elegant, modern, creative and beautiful freemium WordPress theme built with HTML5 and CSS3. The clean, white, elegant, modern and creative design can be used for any type of website: business, corporate, portfolio, products, creative, arts, design, construction, transport, manufacturing, ecology, cosmetics, beauty, hygiene, sports, culture, presentations, food business, restaurants, drink, bar, pub, club, radio, tv, television, music, movies, live style, garden, cuisine, chemical, pharmaceutical, medicine, travel, sample blog, agriculture, science, politics and more others. The theme is builded base on white, clean and responsive Material Design Concept. This theme is suitable for all type of devices: desktop, notebook, tablete, iPhone and others. Responsive design and Materialia Design Concept are based on Materialize framework. Theme is developed by myThem.es. We carefully handcrafted this theme with a strong focus on typography, usability and overall user-experience. ItÃ¢â‚¬â„¢s very quick to setup and easy to customize. It also comes with free support. Please read the FAQ: <strong>Admin Dashboard > Appearances > Materialize FAQ</strong>. See our demo: <a href="https://goo.gl/DspUMM">https://goo.gl/DspUMM</a>.
Version: 0.0.21
Tags:  blog, news, featured-images, one-column, theme-options, translation-ready, custom-colors, custom-menu, threaded-comments, custom-background, custom-header
Text Domain: materialize
Domain Path: /languages
Author: myThem.es
Author URI: http://mythem.es/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ALIGN TEXT */
.align-none {
    text-align: none;
}

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

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

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

nav .nav-wrapper {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav-wrapper .btn {
    font-size: 16px;
    background: linear-gradient(341deg, #2f0101, red);
}

.custom-logo-link {
    display: block;
    width: 100%;
    max-width: 130px;
}

.custom-logo-link img {
    width: 100%;
}

@media(max-width: 400px) {
    .custom-logo-link {
        max-width: 90px;
    }

    nav .button-collapse {
        margin-right: 10px;
    }

    .nav-wrapper .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* WORDPRESS */
.alignleft,
.alignright {
    margin-top: 10px;
    margin-bottom: 10px;
}

.alignnone,
.aligncenter {
    margin-top: 25px;
    margin-bottom: 25px;
}

div.mythemes-page>.aligncenter:first-child,
div.mythemes-page>.alignnone:first-child {
    margin-top: 0px;
}

div.mythemes-page>.aligncenter:last-child,
div.mythemes-page>.alignnone:last-child {
    margin-bottom: 0px;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sticky,
.gallery-caption,
.screen-reader-text,
.bypostauthor {}

.wp-caption {
    background-color: #ffffff;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.wp-caption,
.wp-caption p,
.wp-caption a {
    font-style: italic;
}

.wp-caption,
.wp-caption p {
    color: #454545;
}

section .wp-caption p,
section .wp-caption p.wp-caption-text {
    background: #ffffff;
    color: #454545;
    padding: 15px 25px;
    margin: 0px;
    line-height: 24px;
}

section .post-thumbnail .valign-bottom-cell-wrapper {
    height: auto;
}

.single-portfolio .thumbnail-content footer,
section .post-thumbnail footer {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-style: italic;
    padding: 10px;
}

.wp-caption img {
    display: block;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
}

.mythemes-round-corners {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

code {
    background: #e9e9e9;
    font-size: 12px;
    padding: 8px 15px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #333;
}

/*** First screen ***/
.first-screen:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #521201, #52120100);
    z-index: 2;
}

.first-screen:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #521201e6 30%, #52120100);
    background: linear-gradient(to top, #521201e6 30%, #52120100), linear-gradient(to top, #521201e6 30%, #52120100);
    z-index: 9;
}

.parallax-container {
    height: 100%;
    padding: 60px 0 0;
}

.persons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
    margin-bottom: 0;
}

@media(max-width: 992px) {
    .persons-container {
        flex-direction: column-reverse;
    }
}

.stalevi-header {
    position: relative;
}

.header {
    position: absolute;
    bottom: -60px;
    width: 100%;
    z-index: 999;
}

.header.fixed {
    position: fixed;
    top: 0;
    height: 60px;
}

.premier-logo {
    text-align: center;
    margin-bottom: 30px;
}

.premier-logo img {
    width: 100%;
    max-width: 230px !important;
}

.data-and-place {
    width: 100%;
}

.data-event {
    color: #fff;
    border: 2px solid;
    padding: 20px;
}

.data-event div {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
}

.data-event div:last-child {
    font-size: 60px;
    text-align: center;
    font-weight: bold;
}

.place-event h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 60px;
}

.header-event-description p {
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    font-weight: 200;
}

.persons-colum-description {
    position: relative;
    z-index: 10;
}

.persons-colum-photo {
	display: flex;
    align-items: end;
    position: relative;
}

.persons-colum-photo:before {
	content: '';
}

.persons-colum img {
	position: relative;
	z-index: 8;
}

@media(max-width: 767px) {
    .place-event h4 {
        font-size: 50px;
    }

    .data-event div:last-child {
        font-size: 50px;
    }

    .data-event div {
        font-size: 20px;
    }

    .data-event {
        padding: 15px;
    }
}

@media(max-width: 767px) {
    .data-and-place .col {
        width: 100%;
    }
}

/*** Tracs Box ***/

.tracs-container {
    position: relative;
    overflow: hidden;
    background: url("/wp-content/uploads/2023/11/tlo-tracs-scaled.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.tracs-container:before {
    content: '';
}

.tracs-container .row .col {
    margin-bottom: 15px;
    margin-top: 15px;
}

.tracs-container h2 {
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 30px;
}

.tracs-box {
    text-align: center;
    padding: 30px;
    background: linear-gradient(45deg, #370d0d54, #98445070);
    border-radius: 16px;
    box-shadow: 4px 4px #6363636e;
    height: 100%;
}

.tracs-box img {
    width: 60px;
}

.tracs-box p {
    color: #fff !important;
    line-height: 110% !important;
    margin-bottom: 0;
}

.tr-mobile {
    display: none;
}

.tr-desctop {
    display: block;
}

@media(max-width: 476px) {
    .tr-mobile {
        display: block;
    }

    .tr-desctop {
        display: none;
    }
}

@media(max-width: 476px) {
    .tracs-box {
        padding: 15px 10px;
    }

    div.widget_text div.textwidget p {
        font-size: 14px;
    }
}

/*** Speacers ***/

.speacers-block .panel-grid-cell {
    margin-bottom: 30px !important;
    margin-top: 30px;
}

.speacer-photo {
    width: 100%;
}

.speacer-name {
    margin-top: 15px;
    margin-bottom: 15px;
}

.speacer-name .widget-title {
    text-align: center;
    font-size: 18px;
}

.speacer-logo img {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.speacer-position .textwidget {
    text-align: center;
    font-size: 14px !important;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .speacers-block .panel-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        margin: -10px !important;
    }

    .speacers-block .panel-grid .panel-grid-cell {
        width: 50% !important;
        padding: 10px !important;
    }
}

.speacer-modail h3 {
    border-top: 1px solid #b8b8b8;
    padding-top: 20px;
}

.speacer-modail ul {}

.speacer-modail ul li {
    border: none !important;
    padding: 0 !important;
    color: #333 !important;
}

.speacer-modail .modal-close-button-box {
    display: flex;
    justify-content: end;
}

.speacer-modail .modal-close {
    background: #b8b8b8;
}

.modal-open-button-box {
    display: flex;
    justify-content: center;
}

.modal-open-button-box .modal-trigger {
    background: #fff;
    color: #000;
    border: 1px solid #f00;
    box-shadow: none !important;
    margin-top: 15px;
}

.modal-open-button-box .modal-trigger:hover,
.modal-open-button-box .modal-trigger:focus {
    background: #f7a3a3;
    color: #000;
    border: 1px solid #f00;
}

/*** event short description ***/

.red-line {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    background: red;
    width: calc(100% - 130px);
    max-width: max-content;
    padding: 0 0 0 80px;
    color: #fff;
    text-transform: uppercase;
}

.red-line:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 10000px;
    display: block;
    content: '';
    background: red;
}

.red-line:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 60px solid red;
    border-right: 130px solid transparent;
    position: absolute;
    right: -129px;
    top: 0;
}

.event-short-description {
    width: 100%;
    max-width: 600px;
    font-size: 30px !important;
}

.event-short-description span {
    background: red;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    line-height: 110%;
}

.event-short-books {
    align-items: center;
}

@media (max-width: 600px) {
    .event-short-books {
        flex-direction: column-reverse;
    }
}

@media (max-width: 476px) {
    .red-line {
        padding: 0;
        font-size: 15px;
    }

    .event-short-description {
        font-size: 22px !important;
    }
}

@media (max-width: 350px) {
    .red-line {
        padding: 0;
        font-size: 15px;
        width: calc(100% - 70px);
    }

    .red-line:after {
        position: absolute;
        border-right: 70px solid transparent;
        right: -69px;
    }
}

/*** block phone ***/

.block-books {
    height: 700px;
}

/*** Footer Settings ***/

.footer-title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-produser-img img {
    width: 100px;
    border-radius: 50%;
}

/**** Programm ****/

.programm-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 0;
}

.programm-row:hover {
    background: #efefef;
}

.programm-row:last-child {
    margin-bottom: 0;
}

.programm-content,
.programm-content-panel {
    display: flex;
    flex-wrap: wrap;
}

.programm-content-panel {
    width: 100%;
}

.panel-bullet {
    background: #efefef;
    padding: 1px 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.programm-content {
    width: calc(100% - 125px);
}

.programm-row .time {
    width: 110px;
    margin-right: 15px;
}

.moderator-bullet {
    width: max-content;
    background: #dbada1;
    padding: 0 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.speacer-programm-photo {
    width: 50px;
    margin-right: 15px;
}

.speacer-programm-photo img {
    width: 50px;
}

.speacer-detail {
    width: calc(100% - 65px);
}

.speacer-detail p {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 10px 0;
}

.speacer-detail h4 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 110%;
    font-weight: revert;
    font-size: 16px;
}

.speacer-theme {
    width: 100%;
}

.programm-stream {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.programm-stream .widget-title {
    font-size: 18px;
    font-weight: bold;
}

@media(max-width: 476px) {
    .programm-row {
        display: block;
    }

    .programm-row .time {
        margin-bottom: 10px;
    }

    .programm-content {
        width: 100%;
    }
}

.mythemes-footer-sidebars {
    padding-top: 60px;
    padding-bottom: 60px;
}

.top-partner-row p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px !important;
    letter-spacing: 0.5px;
}

.top-partner-row>div {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.f-partner img {
    width: 100%;
}

.s-partner img {
    width: 100%;
}

.t-partner img {
    width: 100%;
}

.data-and-place-mobile {
    display: none;
}

.place-event-desctop {
    display: block;
}

.premier-logo .pp-logo {
    display: inline-block;
}

.premier-logo .st-logo {
    display: none;
}

.header-big-logo {
    display: block;
}

@media(max-width: 600px) {
    .top-partner-row {
        justify-content: center;
    }

    .t-partner {
        margin-top: 30px;
    }

    .top-partner-row p {
        line-height: 110% !important;
    }

    .top-partner-row>div {
        align-content: end;
    }

    .data-and-place-mobile {
        display: block;
    }

    .data-and-place-mobile .row {
        align-items: center;
    }

    .data-and-place-mobile .row img {
        padding: 0 15px;
    }

    .place-event-desctop,
    .premier-logo .pp-logo,
    .header-big-logo {
        display: none;
    }

    .premier-logo .st-logo {
        display: inline-block;
    }
}

@media(max-width: 320px) {

    .f-partner,
    .s-partner,
    .t-partner {
        width: 100% !important;
        margin-top: 0;
    }

    .f-partner,
    .s-partner {
        margin-bottom: 30px !important;
    }
}

.bottom-partners {
    margin-top: 60px;
}

.partners-colum {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.partners-colum a img {}

@media(max-width: 992px) {
    .partners-colum {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.statistic-block {
    background: linear-gradient(to bottom, #efefef, #efefef00);
}

.statistic-block img {
    width: 100%;
    max-width: 600px !important;
    margin: 0 auto;
}

.autor-box {
    width: 100%;
    max-width: 350px;
    margin-top: -40px;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 4px 0px #efefef;
}

.autor-name {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

.autor-title {
    margin-bottom: 0 !important;
    font-style: italic;
    margin-top: 0 !important;
}

.books-sale-box {
    margin-bottom: 30px;
}

.books-sale-title {
    font-weight: bold !important;
    margin-bottom: 0 !important;
}

.books-sale-description {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.books-sale-price {
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}

.books-sale-box a {
    background: none;
    color: #000 !important;
}

.books-sale-box a:hover,
.books-sale-box a:active {
    background: #efefef;
    color: #000 !important;
}

/**** Icons ****/

.event-b-section {
    margin-top: 60px;
}

.event-b-section .widget-title {
    color: #ff0000;
    text-align: center;
    margin-bottom: 30px;
}

.event-b-row .col {
    margin-top: 10px;
    margin-bottom: 10px;
}

.event-b-box {
    background: #ff000078;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    color: #fff;
    height: 100%;
}

.event-b-icon {
    background: #fff;
    width: 80px;
    margin-bottom: 10px;
}

.event-b-description {
    text-align: center;
    line-height: 110%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.botoom-button-box a {
    background: linear-gradient(341deg, #2f0101, red) !important;
    padding: 15px 30px;
    height: auto;
    width: auto;
    max-width: none;
}

.botoom-button-box a:hover {
    background: linear-gradient(341deg, #2f0101, red) !important;
    color: #fff !important;
}