@font-face {
    font-family: 'RotondaC';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/ROTONDAC_REGULAR.otf) format("opentype");
}

@font-face {
    font-family: 'RotondaC';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/ROTONDAC_BOLD.otf) format("opentype");
}

body {
    font-family: 'RotondaC';
    color: #494949;
}

/**
 * Typo
 */
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'RotondaC';
    font-weight: 700;
}

h1 {
    font-size: 2rem;
    color: #FBB03B;
}

h2 {
    font-size: 1.5rem;
    color: #212529;
}

h3 {
    font-size: 1.25rem;
    color: #494949;
}

@media (min-width: 992px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }
}

a,
a:focus {
    color: #212529;
    text-decoration: none;
}

a:hover,
a:active {
    --bs-link-color-rgb: none;
    color: #F04137;
}

.nav-link,
.nav-link:focus {
    color: #212529;
    text-decoration: none;
}

.nav-link:hover,
.nav-link:active {
    --bs-link-color-rgb: none;
    color: #F04137;
}

/* Align */
.aligncenter {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.aligncenter {
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.text-primary {
    color: #F04137 !important;
}

.text-secondary {
    color: #FBB03B !important;
}

.bg-primary {
    background-color: rgba(240, 65, 55, 1) !important;
}

.bg-secondary {
    background-color: rgba(251, 176, 59, 1) !important;
}

.border-primary {
    border-color: #F04137 !important;
}

.border-secondary {
    border-color: #FBB03B !important;
}

.border-secondary-light {
    border-color: #FDEEB4 !important;
}

/* Sizes */
.fs-1 {
    font-size: 2rem !important;
}

.fs-2 {
    font-size: 1.75rem !important;
}

.fs-3 {
    font-size: 1.5rem !important;
}

.fs-4 {
    font-size: 1.35rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1.25rem !important;
}

.fs-7 {
    font-size: .85rem !important;
}

/* Position text in the middle of the page/image */
.bg-blur {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
}

.bg-gradient-black-50 {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}


/** 
 * BTN
 */
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #F04137;
    --bs-btn-border-color: #F04137;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 240, 65, 55;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #F04137;
    --bs-btn-active-border-color: #F04137;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F04137;
    --bs-btn-disabled-border-color: #F04137;

    padding: .375rem 1rem;
    border-radius: 25px;
}
.btn-outline-primary {
    --bs-btn-color: #F04137;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #F04137;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #F04137;
    --bs-btn-hover-border-color: #F04137;
    --bs-btn-focus-shadow-rgb: 240, 65, 55;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #F04137;
    --bs-btn-active-border-color: #F04137;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F04137;
    --bs-btn-disabled-border-color: #F04137;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FBB03B;
    --bs-btn-border-color: #FBB03B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 240, 65, 55;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FBB03B;
    --bs-btn-active-border-color: #FBB03B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #FBB03B;
    --bs-btn-disabled-border-color: #FBB03B;

    padding: .375rem 1rem;
    border-radius: 25px;
    font-weight: bolder;
}

.btn-cat-post {
    --bs-btn-color: #212529;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #212529;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 240, 65, 55;

    --bs-btn-active-color: #212529;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;

    padding: .375rem 1rem;
    width: 100%;
    border-radius: 25px;
    text-align: left;
}

.btn-post {
    --bs-btn-color: #212529;
    --bs-btn-bg: #F4F9FF;
    --bs-btn-border-color: #F4F9FF;
    --bs-btn-hover-color: #212529;
    --bs-btn-hover-bg: #F4F9FF;
    --bs-btn-hover-border-color: #F4F9FF;
    --bs-btn-focus-shadow-rgb: 240, 65, 55;

    --bs-btn-active-color: #212529;
    --bs-btn-active-bg: #F4F9FF;
    --bs-btn-active-border-color: #F4F9FF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: #F4F9FF;
    --bs-btn-disabled-border-color: #F4F9FF;

    padding: .375rem 1rem;
    width: 100%;
    border-radius: 25px;
    text-align: left;
}

.btn-white {
    --bs-btn-color: #212529;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #212529;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;

    --bs-btn-active-color: #212529;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;

    padding: .375rem 1rem;
    border-radius: 25px;
    text-align: left;
    font-weight: bolder;
}


/**
 * Header
 */

.site-header {
	
}

/* Logo */
.logo-antoshka-wrap {
    width: 146px;
}

.logo-blog-wrap {
    width: 190px;
}

/* Top menu */
#top-menu .nav-link {
    color: #212529;
    font-size: 1.15rem;
}


/**
 * Header menu
 */

/* Navbart */
.navbar-wrapper {
	
}

.navbar-toggler {
    background-color: transparent;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Link sizes */
#header-menu .nav-link {
    font-size: 1.15rem;
    padding: 1.25rem 1rem 1.1rem 1rem;
    color: #212529;
}

#header-menu>.menu-item {
    font-weight: 700;
}

@media (min-width: 992px) {
    #header-menu>.menu-item {
        font-weight: 300;
    }
}

/* Dropdown */
.menu-item .dropdown-menu {
    border: none !important;
}

.dropdown-menu .menu-item {
    border-bottom: 1px solid #D9D9D9;
}

.dropdown-menu .nav {
    width: 100%;
}

.dropdown-menu .menu-item:first-child {
    border-top: 1px solid #D9D9D9;
}

@media (min-width: 992px) {
    .menu-item .dropdown-menu {
        border: inherit;
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .dropdown-menu .menu-item {
        border-bottom: none;
    }

    .dropdown-menu .nav {
        width: auto;
        padding: 0 .5rem !important;
    }

    .dropdown-menu .menu-item:first-child {
        border-top: none;
    }

    .dropdown-menu .menu-item+.menu-item {
        border-top: 1px solid #D9D9D9;
    }
}

.dropdown-menu .dropdown-item {
    padding: var(--bs-dropdown-item-padding-x) var(--bs-dropdown-item-padding-x);
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    color: #FBB03B;
    background-color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #F04137;
    background-color: #fff;
}

/* Link focus */
#header-menu .nav-link:focus,
#header-menu .nav-link:hover {
    color: #212529;
}

#header-menu .nav-link.active,
#header-menu .show>.nav-link {
    color: #F04137;
}

/* Menu posts */
.menu-posts-item {
    width: 205px;
    height: 100%;
    min-height: 1px;
    border-radius: .85rem;
    box-shadow: 0px 0px 0px 2px #fff;
}

.menu-posts-item:hover {
    box-shadow: 0px 0px 0px 2px #FAC607;
}

.menu-posts-thumbnail {
    height: 148px;
    border-radius: .85rem;
}

/**
 * Breadcrumbs
 */
.breadcrumbs a {
	color: rgba(0, 0, 0, .5) !important;
}

/**
 * Homepage
 */

/* Slick arrows [common]*/
.slick-arrow i {
    line-height: 1.5;
}

/* Slick dots [common]*/
.slick-dots {
    /*position: absolute;*/
    /*bottom: -25px;*/
    display: block !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    font-family: "Font Awesome 6 Pro";
    content: '\f111';
    font-weight: 400;
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0.8;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button:before {
    color: #FAC607;
    font-size: 8px;
    font-weight: 700;
}

/* Latest posts on home page */
.latest-post {
    margin-right: .5rem;
    margin-left: .5rem;
}

@media (min-width: 992px) {
    .latest-post {
        margin-right: .75rem;
        margin-left: .75rem;
    }
}

.latest-post-thumbnail {
    height: 145px;
    border-radius: var(--bs-border-radius-xl) !important;
}

@media (min-width: 992px) {
    .latest-post-thumbnail {
        height: 310px;
        border-radius: none !important;
    }
}

/* Title*/
.latest-post-title {
    height: 100px;
    line-height: 1.1;
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    .latest-post-title {
        font-size: 2rem;
    }
}

.latest-post-info {
    height: 30px;
}


/* Latest posts slider navigation */
#latest-nav-controls {
    display: none !important;
}

@media (min-width: 992px) {
    #latest-nav-controls {
        display: flex !important;
    }
}

#latest-prev,
#latest-next {
    /*display: block !important;*/
    display: inline-block !important;
    padding: 6px 8px 4px 8px !important;
    position: absolute;
    bottom: calc(382px / 2 - 38px / 2);
}

#latest-prev {
    left: 0;
}

#latest-next {
    right: 0;
}


/* Latest posts slider dots */
#latest-posts .slick-dots {
    padding: 1rem 0 1rem 0;
}
@media (min-width: 992px) {
	#latest-posts .slick-dots {
		padding: 1rem 0 .5rem 0;
	}
}

/* Team posts on home page */
.team-post {
    height: 400px;
}

@media (min-width: 992px) {
    .team-post {
        height: 420px;
    }
}

.team-post-thumbnail {
    height: 210px;
    width: 210px;
}

.team-title {
    line-height: 1.1;
    height: 70px;
}

/* Team posts slider navigation */
#team-posts-nav-controls {
    display: none !important;
}

@media (min-width: 992px) {
    #team-posts-nav-controls {
        display: block !important;
    }
}

#team-posts-nav-controls {
    bottom: 3.5rem !important;
}

#team-posts-prev,
#team-posts-next {
    /*display: block !important;*/
    display: inline-block !important;
    padding: 6px 8px 4px 8px !important;
}

/* Team posts slider dots */
#team-posts .slick-dots {
    position: absolute;
    bottom: 1.5rem;
}

#team-posts .slick-dots li button:before {
    color: #fff;
}

#team-posts .slick-dots li.slick-active button:before {
    color: #fff;
}

@media (min-width: 992px) {
    #team-posts .slick-dots {
        display: none !important;
    }
}

/* Primary articles on the home page */
#home-articles h2,
#popular-articles h2 {
    font-size: 1.15rem;
    line-height: 1.1;
    color: #494949;
}

.home-post-info {
    height: 30px;
}

@media (min-width: 992px) {

    .home-post,
    .popular-post {
        height: 420px;
    }
}

.home-article-description {
    height: 68px;
}

@media (min-width: 992) {
    .home-article-description {
        height: 76px;
    }
}

.home-post-slim {
    height: 284px;
}

@media (min-width: 768px) {
    .home-post-slim {
        height: 310px;
    }
}

.home-post-slim p {
    margin-bottom: 0;
}

.home-post-thumbnail {
    height: 180px;
}

.home-post-slim-thumbnail {
    height: 180px;
}

@media (min-width: 768px) {
    .home-post-thumbnail {
        height: 310px;
    }

    .home-post-slim-thumbnail {
        height: 200px;
    }
}

@media (min-width: 992) {
    .home-post-slim {
        border-color: #FBB03B !important;
        border-width: 5px !important;
    }
}

.home-3 {
    padding-right: 0.37rem;
}

.home-4 {
    padding-left: 0.37rem;
}

@media (min-width: 768px) {
    .home-3 {
        padding-right: 0.75rem;
    }

    .home-4 {
        padding-left: 0.75rem;
    }
}

.popular-1,
.popular-3,
.popular-5 {
    padding-right: 0.37rem;
}

.popular-2,
.popular-4,
.popular-6 {
    padding-left: 0.37rem;
}

@media (min-width: 768px) {

    .popular-1,
    .popular-3,
    .popular-5 {
        padding-right: 0.75rem;
    }

    .popular-2,
    .popular-4,
    .popular-6 {
        padding-left: 0.75rem;
    }
}



/* Market on the home page */
/*.fake-product {
    width: 310px;
}*/
.fake-product .placeholder {
    height: 320px;
    width: 250px;
}

.product-item {
    height: 284px;
    width: 250px;
}

.product-link {
    height: 284px;
    width: 250px;
}

.product-image {
    height: 246px;
    width: 250px;
}

.badge-new-wrapper {
    height: 46px;
}

/* Products slider navigation */
#products-nav-controls {
    display: none !important;
}

@media (min-width: 992px) {
    #products-nav-controls {
        display: flex !important;
    }
}

#products-prev,
#products-next {
    /*display: block !important;*/
    display: inline-block !important;
    padding: 6px 8px 4px 8px !important;
    position: absolute;
    bottom: calc(280px / 2 - 38px / 2);
}

#products-prev {
    left: 0;
}

#products-next {
    right: 0;
}

/* Team posts slider dots */
#market-posts .slick-dots {
    padding: 1.5rem 0 0 0;
}

@media (min-width: 992px) {
    #market-posts .slick-dots {
        display: none !important;
    }
}


/**
 * Single post
 */
h1.single-h1 {
    color: #212529;
}

/* Table of contents */
.table-ofcontents ol {
    padding-left: 1.2rem ! important;
    list-style: inherit;
    list-style-type: decimal;
}

.table-ofcontents ul {
    padding-left: 1.2rem ! important;
}

.table-ofcontents a {
    text-decoration: underline;
    padding: 0.25rem 0;
}

.iron-audioplayer .srp_player_meta {
    margin: 0 !important;
}

.iron-audioplayer .srp_player_boxed,
.iron-audioplayer .srp_control_box {
    padding: 0 !important;
}

.srp_player_boxed .srp_miniplayer_metas {
    display: none;
}

.srp-play-circle {
    display: none;
}

.srp-play-button {
    padding-right: 30px;
}

blockquote {
    background-color: rgba(251, 176, 59, 1) !important;
    border-radius: var(--bs-border-radius-lg) !important;
    padding: 1rem !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    min-height: 88px;
    display: flex;
    /* create flex container */
    align-items: center;
    /* center vertically */
    vertical-align: middle;
}

blockquote::before {
    display: inline-block;
    float: left;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    content: url(https://school.events.od.ua/wp-content/themes/parents-school/assets/img/bell.svg);
    height: 56px;
    width: 56px;
}

blockquote p:last-child {
    margin-bottom: 0 !important;
}

/* Comments */
.commentlist {
    list-style: none;
}

/* More posts */
@media (min-width: 768px) {
    .more-posts-block {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .more-posts-block:last-child {
        border-bottom: none;
    }

    .more-posts-block:nth-child(3) {
        border-bottom: none;
    }
}


/* Category */
.category-item {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.category-item::last-child {
    border-bottom: none;
}

.category-post {
    height: 505px;
}

.category-article-description p {
    margin-bottom: 0;
}

.video-post-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-post-thumbnail:before {
    display: inline-block;
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    content: "\f144";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-size: 8em;
    color: #F04137;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

/* Primary articles on the home page */
#category-item h2 {
    font-size: 1.15rem;
    color: #494949;
}

.category-post-thumbnail {
    height: 310px;
}

.page-number {
	padding: 0 7px;
}


/* 404 */
#block-404-bg {
    padding-bottom: 190px;
    background: #E1F0FC;
}



/* Subscribe */
#newsletter-block .input-group-text {
    background-color: #fff;
    border-left: 0;
}

#newsletter-block .form-control {
    border-right: 0;
}


/* Footer */
.footer-xs-email {
    display: none;
}

@media (min-width: 450px) {
    .footer-xs-email {
        display: block;
    }
}