/*
Theme Name: Varn
Author: Varn
*/

@font-face {
    font-family: 'Open-Sans-Bold';
    src: url('./assets/fonts/OpenSans-Bold.eot');
    src: url('./assets/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('./assets/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('./assets/fonts/Avenir-Medium.eot');
    src: url('./assets/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Avenir-Medium.woff2') format('woff2'),
    url('./assets/fonts/Avenir-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Book';
    src: url('./assets/fonts/Avenir-Book.eot');
    src: url('./assets/fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Avenir-Book.woff2') format('woff2'),
    url('./assets/fonts/Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('./assets/fonts/Avenir-Black.eot');
    src: url('./assets/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Avenir-Black.woff2') format('woff2'),
    url('./assets/fonts/Avenir-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('./assets/fonts/Avenir-Heavy.eot');
    src: url('./assets/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Avenir-Heavy.woff2') format('woff2'),
    url('./assets/fonts/Avenir-Heavy.woff') format('woff'),
    url('./assets/fonts/Avenir-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium-Oblique';
    src: url('./assets/fonts/Avenir-MediumOblique.eot');
    src: url('./assets/fonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Avenir-MediumOblique.woff2') format('woff2'),
    url('./assets/fonts/Avenir-MediumOblique.woff') format('woff'),
    url('./assets/fonts/Avenir-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('./assets/fonts/OpenSans.eot');
    src: url('./assets/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/OpenSans.woff2') format('woff2'),
    url('./assets/fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

nav {
    max-width: 1024px;
    /*box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0 0px 2px 0px rgba(0,0,0, .7);
    padding: 30px !important;
    z-index: 1;
    position: sticky!important;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

footer {
    max-width: 1024px;
    padding: 30px !important;
    font-family: 'Avenir-Book';
    font-size: 13px;
}

.slim-nav {
    padding: 10px 30px !important;
}

.container {
    max-width: 1024px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2233%22%20height%3D%2229%22%20viewBox%3D%220%200%2033%2029%22%3E%0D%0A%20%20%3Cg%20id%3D%22hamburger%22%20transform%3D%22translate%28-267%20-20%29%22%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20width%3D%2233%22%20height%3D%227%22%20transform%3D%22translate%28267%2020%29%22%20fill%3D%22%23d8d8d8%22/%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22Rectangle_Copy%22%20data-name%3D%22Rectangle%20Copy%22%20width%3D%2233%22%20height%3D%227%22%20transform%3D%22translate%28267%2031%29%22%20fill%3D%22%23d8d8d8%22/%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22Rectangle_Copy_2%22%20data-name%3D%22Rectangle%20Copy%202%22%20width%3D%2233%22%20height%3D%227%22%20transform%3D%22translate%28267%2042%29%22%20fill%3D%22%23d8d8d8%22/%3E%0D%0A%20%20%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
}

.navbar-light .navbar-toggler {
    border: none;
    outline: none;
    padding-left: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    font-family: 'Avenir-Medium';
}

footer li {
    font-family: 'Avenir-Book';
    text-transform: none;
    padding: 5px 10px;
    font-size: 13px;
}

.family-Open-Sans {
    font-family: 'Open-Sans';
}

.family-Avenir-Black {
    font-family: 'Avenir-Black';
}

.family-Avenir-Book {
    font-family: 'Avenir-Book';
}

.family-Avenir-Medium {
    font-family: 'Avenir-Medium';
}

.cp-button {
    font-family: 'Avenir-Medium';
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.cp-button.orange {
    color: #fff;
    background-color: #DE5A00;
    border: 0;
}

.cp-button.gradient {
    color: #fff;
    background: linear-gradient(to top right, #01B2B4, #1C80B1);
}

.bg-girls {
    background-image: url('./assets/img/bg-girls.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.bg-location-map {
    background-image: url('./assets/img/location-map.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.bg-blue {
    background-color: #1A6285;
}

.bg-light-red {
    background-color: #FF0000;
}

.opacity-100 {
    opacity: 1;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-60 {
    opacity: 0.3;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-10 {
    opacity: 0.1;
}

body {
    font-size: 15px;
    font-family: 'Open-Sans';
}

h1 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Avenir-Black';
}

h2 {
    color: #44576B;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: 'Avenir-Black';

}

h3 {
    color: #44576B;
    font-size: 19px;
    font-family: 'Avenir-Black';
    margin: 0;

}

h4 {
    font-size: 36px;
}

ul {

}

label {
    margin: 0;
    color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333;
}

input[type="text"] {
    padding: 10px;
    font-size: 16px;
    color: #333333;
    width: 260px;
}

li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

p {
    line-height: 1.4;
    font-size: 15px;
}

a:visited,
a:focus,
a:hover,
a {
    color: #757575;
}

.full-width {
    width: 100%;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-blue {
    color: #201747;
}

.text-dark-blue {
    color: #44576b;
}

.text-dark {
    color: #656565;
}

.text-azure {
    color: #9CDBD9;
}

.text-yellow {
    color: #FFCC32;
}

.text-grey {
    color: #9D9D9D;
}

.bg-gradient {
    background: linear-gradient(to top right, #01B2B4, #1C80B1);
}

.bg-grey {
    background-color: #F4F4F4;
}

bg-dark-grey {
    background-color: #adafac;
}

.pad-top-5 {

    padding-top: 5px;

}

.pad-top-10 {

    padding-top: 10px;

}

.pad-top-15 {

    padding-top: 15px;

}

.pad-top-20 {

    padding-top: 20px;

}

.pad-top-25 {

    padding-top: 25px;

}

.pad-top-30 {

    padding-top: 30px;

}

.pad-top-35 {

    padding-top: 35px;

}

.pad-top-40 {

    padding-top: 40px;

}

.pad-top-45 {

    padding-top: 45px;

}

.pad-top-50 {

    padding-top: 50px;

}


.pad-top-15 {

    padding-top: 15px;

}

.pad-top-55 {

    padding-top: 50px;

}

.pad-top-60 {

    padding-top: 50px;

}

.pad-right-5 {

    padding-right: 5px;

}

.pad-right-10 {

    padding-right: 10px;

}

.pad-right-15 {

    padding-right: 15px;

}

.pad-right-20 {

    padding-right: 20px;

}

.pad-right-25 {

    padding-right: 25px;

}

.pad-right-30 {

    padding-right: 30px;

}

.pad-right-35 {

    padding-right: 35px;

}

.pad-right40 {

    padding-right: 40px;

}

.pad-right-45 {

    padding-right: 45px;

}

.pad-right-50 {

    padding-right: 50px;

}

.pad-right-55 {

    padding-right: 50px;

}

.pad-right-60 {

    padding-right: 50px;

}

.pad-left-0 {

    padding-left: 0px;

}

.pad-left-5 {

    padding-left: 5px;

}

.pad-left-10 {

    padding-left: 10px;

}

.pad-left-15 {

    padding-left: 15px;

}

.pad-left-20 {

    padding-left: 20px;

}

.pad-left-25 {

    padding-left: 25px;

}

.pad-left-30 {

    padding-left: 30px;

}

.pad-left-35 {

    padding-left: 35px;

}

.pad-left40 {

    padding-left: 40px;

}

.pad-left-45 {

    padding-left: 45px;

}

.pad-left-50 {

    padding-left: 50px;

}

.pad-left-55 {

    padding-left: 50px;

}

.pad-left-60 {

    padding-left: 50px;

}

.pad-bottom-5 {

    padding-bottom: 5px;

}

.pad-bottom-10 {

    padding-bottom: 10px;

}

.pad-bottom-15 {

    padding-top: 15px;

}

.pad-bottom-20 {

    padding-bottom: 20px;

}

.pad-bottom-25 {

    padding-bottom: 25px;

}

.pad-bottom-30 {

    padding-bottom: 30px;

}

.pad-bottom-35 {

    padding-bottom: 35px;

}

.pad-bottom-40 {

    padding-bottom: 40px;

}

.pad-bottom-45 {

    padding-bottom: 45px;

}

.pad-bottom-50 {

    padding-bottom: 50px;

}

.pad-bottom-55 {

    padding-bottom: 55px;

}

.pad-bottom-60 {

    padding-bottom: 60px;

}

.pad-0 {
    padding: 0;
}

.pad-5 {

    padding: 5px;

}

.pad-10 {

    padding: 10px;

}

.pad-15 {

    padding: 15px;

}

.pad-20 {

    padding: 20px;

}

.pad-25 {

    padding: 25px;

}

.pad-30 {

    padding: 30px;

}

.pad-35 {

    padding: 35px;

}

.pad-40 {

    padding: 40px;

}

.pad-45 {

    padding: 45px;

}

.pad-50 {

    padding: 50px;

}

.pad-55 {

    padding: 55px;

}

.pad-60 {

    padding: 60px;

}


.pad-x-0 {
    padding-right: 0;
    padding-left: 0;
}

.pad-x-5 {

    padding-left: 5px;

    padding-right: 5px;

}

.pad-x-10 {

    padding-left: 10px;

    padding-right: 10px;

}

.pad-x-15 {

    padding-left: 15px;

    padding-right: 15px;

}

.pad-x-20 {

    padding-left: 20px;

    padding-right: 20px;

}

.pad-x-25 {

    padding-left: 25px;

    padding-right: 25px;

}

.pad-x-30 {

    padding-left: 30px;

    padding-right: 30px;

}

.pad-x-35 {

    padding-left: 35px;

    padding-right: 35px;

}

.pad-x-40 {

    padding-left: 40px;

    padding-right: 40px;

}

.pad-x-45 {

    padding-left: 45px;

    padding-right: 45px;

}

.pad-x-50 {

    padding-left: 50px;

    padding-right: 50px;

}

.pad-x-55 {

    padding-left: 55px;

    padding-right: 55px;

}

.pad-x-60 {

    padding-left: 60px;

    padding-right: 60px;

}

.pad-y-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pad-y-5 {

    padding-top: 5px;

    padding-bottom: 5px;

}

.pad-y-10 {

    padding-top: 10px;

    padding-bottom: 10px;

}

.pad-y-15 {

    padding-top: 15px;

    padding-bottom: 15px;

}

.pad-y-20 {

    padding-top: 20px;

    padding-bottom: 20px;

}

.pad-y-25 {

    padding-top: 25px;

    padding-bottom: 25px;

}

.pad-y-30 {

    padding-top: 30px;

    padding-bottom: 30px;

}

.pad-y-35 {

    padding-top: 35px;

    padding-bottom: 35px;

}

.pad-y-40 {

    padding-top: 40px;

    padding-bottom: 40px;

}

.pad-y-45 {

    padding-top: 45px;

    padding-bottom: 45px;

}

.pad-y-50 {

    padding-top: 50px;

    padding-bottom: 50px;

}

.pad-y-55 {

    padding-top: 55px;

    padding-bottom: 55px;

}

.pad-y-60 {

    padding-top: 60px;

    padding-bottom: 60px;

}

.font-12 {

    font-size: 12px;

}

.font-14 {

    font-size: 14px;

}

.font-15 {

    font-size: 15px;

}

.font-16 {

    font-size: 16px;

}

.font-17 {

    font-size: 17px;

}

.font-18 {

    font-size: 18px;

}

.font-19 {

    font-size: 19px;

}

.font-20 {

    font-size: 20px;

}

.font-21 {

    font-size: 21px;

}

.font-22 {

    font-size: 22px;

}

.font-24 {

    font-size: 22px;

}

.font-27 {

    font-size: 27px;

}

.font-30 {

    font-size: 30px;

}

.font-34 {

    font-size: 34px;

}

.font-36 {

    font-size: 36px;

}

.font-40 {

    font-size: 40px;

}

.btn-secondary:hover,
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    width: 260px;
    text-align: left;
}

.teacher-name {
    font-family: 'Avenir-Black';
    color: #44576B;
    font-size: 19px;
}

.teacher-tile-wrapper {
    border: 1px solid #C5C5C5;
    width: 100%;
    min-height: 190px;
    height: 100%;
}

.breadcrumb-header p {
    font-size: 12px;
    margin: 0;
}

.location-tiles .teacher-info {
    width: 60%;
}

.teacher-photo-wrapper img {
    width: 100%;
}

.teacher-photo-wrapper {
    border-radius: 50%;
    overflow: hidden;
    width: 75px;
    height: 75px;
}

.teacher-featured {

}

.teacher-featured .teacher-tile-wrapper {
    background-color: #F4F4F4;
    border: 2px solid #5FA7B5;
}

.featured-right {
    position: relative;
    padding: 17.5px;
    background-color: #1C81B1;
    display: none;
}

.featured-right span {
    position: absolute;
    width: 150px;
    bottom: calc(50% - 85px);
    transform: rotate(-90deg);
    transform-origin: top left;
    left: 7px;
    right: 0;
    color: #fff;
}

.teacher-featured .featured-right {
    display: block;
}

.teacher-individual .teacher-photo-wrapper {
    display: inline-block;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px #707070;
}

.company-logo {
    height: 120px;
    max-width: 193px;
    margin: 40px auto;
}

.email-button {
    margin-top: 40px;
}

.teacher-map {
    height: 100%;
}

.photo-gallery-wrapper {
    margin: -5px;
}

.gallery-item {
    width: 20%;
    padding: 5px;
}

.gallery-item-wrapper {
    padding-top: 100%;
    background-color: #D8D8D8;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.video-block-wrapper {
    margin: -5px;
}

.video-item {
    width: 60%;
    padding: 5px;
}

.video-item-wrapper {
    padding-top: 60%;
    background-color: #D8D8D8;
}

.lates-blogs-wrapper {
    margin: -10px;
}

.blog-item {
    width: 25%;
    padding: 10px;
}

.blog-img {
    background-color: #D8D8D8;
    padding-top: 60%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.cp-icon {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right: 10px;
}

.address-icon {
    background-image: url('./assets/img/address-icon.png');
    width: 22px;
    height: 31px;
}

.phone-icon {
    background-image: url('./assets/img/phone-icon.png');
    width: 20px;
    height: 27px;
}

.email-icon {
    background-image: url('./assets/img/email-icon.png');
    width: 24px;
    height: 18px;
}

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 240px;
    border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

.post-tile {
    width: 33.333333%;

}

.post-title {
    position: absolute;
}

.featured-image {
    position: relative;
}

.featured-image-wrapper {
    height: 170px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.feature-image-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.post-tiles-wrapper {
    margin: 0 -10px;
}

/*Felxible Content*/
.title_description_button .cp-button {
    min-width: 160px;
}

.background_title_button .cp-button {
    min-width: 160px;
}

.lists_columns ol {
    counter-reset: my-awesome-counter;
    list-style: none;
}

.lists_columns ol li {
    counter-increment: my-awesome-counter;
}

.lists_columns ol li::before {
    content: counter(my-awesome-counter);
    color: #44576B;
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    text-align: center;
    left: -25px;
}

.lists_columns ul {
    list-style-type: none;
}

.lists_columns li {
    position: relative;
    text-transform: none;
}

.lists_columns ul li:before {
    content: '';
    border-radius: 50%;
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: -25px;
    background-color: #D8D8D8;
    top: 10px;
}

.table-plans-wrapper {
    border: 1px solid #E6E6E6;
}

.table-plans-column:first-child {
    flex-basis: 45%;
    padding: 15px;
    justify-content: flex-start;
}

.table-plans-column {
    flex: 1;
    border-right: 1px solid #D8D8D8;
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
}

.table-plans-column:last-child {
    border-right: 0;
}

.table-plans-content:nth-child(2n) {
    background-color: #F2F2F2;
}

.table-plans-head {
    background-color: #1A6285;
    color: #fff;
    font-size: 17px;
    font-family: 'Open-Sans-Bold';
}

.testimonial-item-wrapper {
    background-color: #F2F2F2;
}

.testimonial-item img {
    max-width: 100%;
}

.testimonial-item .quote-description {
    font-family: 'Avenir-Medium-Oblique';
}

.quote-title {
    font-family: 'Avenir-Black';
}

.persone-name {
    font-family: 'Avenir-Black';
}

.wysiwyg_columns img {
    max-width: 100%;
    height: auto;
}

.columns-block {
    -moz-column-gap: 35px;
    -webkit-column-gap: 35px;
    column-gap: 35px;
}

/*END Felxible Content*/
.error-block-wrapper {
    background-color: rgba(255, 0, 0, 0.3);
}

.error-block .error-close {
    position: absolute;
    display: block;
    background-image: url(./assets/img/circle-cross.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 38px;
    height: 38px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

i.clock {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url('./assets/img/clock.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin: 5px;
}

.page li img:first-child {
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact-us-page ul {
    padding-left: 40px;
}

.contact-us-page ul li {
    margin-bottom: 30px;
    text-transform: none;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {

    .blog-item {
        width: 50%;
    }

    .gallery-item {
        width: 33.333333%;
    }

    .video-item {
        width: 100%;
    }

    .video-item iframe {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .blog-item {
        width: 100%;
    }

    .gallery-item {
        width: 50%;
    }

    .post-tile {
        width: 50%;
    }


}

@media (max-width: 576px) {
    .gallery-item {
        width: 100%;
    }

    .post-tile {
        width: 100%;
    }
}

@media (max-width: 992px) {
}

.post-tile a:hover {
    text-decoration: none;
}

.post-estimate-time-reading {
    display: flex;
    align-items: center;
}

.p-0 {
    padding: 0;
}

i.clock {
    margin: 5px 10px 5px 0;
}

.date-time-block-wrapper {
	
}
span.separator{
    display: inline-block;
    margin: 0 5px;
}
.mt-74{
    margin-top: 74px;
}
.single-post-title{
    padding: 14px 0;
}
.featured-sidebar img{
    max-width: 100%;
    height: auto;
}
.featured-sidebar a{
    font-weight: 500;
    color: #fff;
}
.featured-sidebar blockquote{
    font-style: italic;
}
.input--main{
    display: flex;
}
.input--main input{
    height: 44px;
    margin-right: 5px;
}
.icon-block{
    width: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
}
.page-title-section h1{
    text-shadow: 1px 1px 2px black, 0 0 1px #212529;
}