/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
.second-front-carousel{
    display: none;
}
#dpr-header.center-header #dpr-navigation-wrapper .dropdown-menu>li {
    margin: 0 10px;
}

#dpr-header.center-header #dpr-navigation-wrapper .middle-dpr-logo {
    margin: 0 16px;
}

#dpr-header.center-header #dpr-navigation-wrapper .dropdown-menu>li.search-toggle-li {
    display: none !important;
}

#dpr-header.center-header #dpr-navigation-wrapper .left-menu, #dpr-header.center-header #dpr-navigation-wrapper .right-menu {
    width: 40%;
}

#dpr-header.center-header .dpr-optimo-social-menu {
    top: 46px;
}

.is-sticky #dpr-header.center-header .dpr-optimo-social-menu {
    top: 2px;
}

.single-view-navigation a[rel='prev']::before{
    content: "";
    background-image: url(back.svg);
    transform: rotate(0deg);
    padding-right: 10px;
    float: left;
    width: 16px;
    height: 15px;
    margin-right: 4px;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
}

.single-view-navigation a[rel='next']::after{
    content: "";
    background-image: url(back.svg);
    transform: rotate(180deg);
    padding-left: 10px;
    float: right;
    width: 16px;
    height: 15px;
    margin-left: 4px;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
}

.language_switcher span {
    display: block;
    font-size: 13px;
    line-height: 100%;
    color: #140541;
    letter-spacing: 0.6px;
    padding: 5px 6px;
    margin: 0 0 0 15px;
    position: relative;
    bottom: 2px;
    font-weight: bold;
    transition: ease .3s all;
}

.language_switcher span:hover {
    color: #0054a6;
}

#dpr-navigation-wrapper .dropdown-menu > .current-menu-ancestor > a {
    color: #0054a6 !important;
}

.single-post #main #dpr-content-wrapper, .single-post #main #dpr-content-wrapper, #main #dpr-content-wrapper {
    padding-top: 140px;
}

.single-post .entry-title {
    margin-bottom: 10px;
}

.competations {
    width: 100%;
    float: left;
    position: relative;
}

.competations .item {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e1e4e9;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.competations .item .date {
    width: 33.3%;
    display: flex;
    align-items: center;
}

.competations .item .title {
    width: 33.3%;
    display: flex;
    align-items: center;
}

.competations .item .title p {
    margin: 0 0 0 0;
}

.competations .item .links {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.competations .item .links a {
    padding: 6px 20px 5px;
    margin-right: 15px;
}

body #primary.w100 {
    width: 100%;
    padding: 0 0 0 0;
    border: none;
}

.filters {
    float: left;
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
    border-bottom: 1px solid #e1e4e9;
    margin: 10px 0 15px;
}

.filters span {
    background: #f0f1f4;
    border: 1px solid #e1e4e9;
    padding: 5px 12px;
    line-height: 192%;
    margin: 0 2px;
    cursor: pointer;
    transition: ease .3s all;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.filters span:hover {
    background-color: #2d83e8;
    border: 1px solid #2d83e8;
    color: #fff;
}

.filters span.active {
    color: #fff;
    background: #2d83e8;
    border: 1px solid #2d83e8;
}

.competations .items {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.anniversaries-section {
    background-image: url('images/annivers_background_image.jpg');
    width: 100%;
    min-height: 540px;
    background-position: 0 20%;
    background-size: cover;
}

.anniversaries-data {
    width: 440px;
    background: rgba(255, 255, 255, 0.88);
    float: right;
}

.anniversaries-data .heading {
    float: left;
    width: 100%;
    background: #006ce8;
    color: #fff;
}

.competations.single-view {
    float: left;
    width: 100%;
    margin: 60px 0 0;
}

.anniversaries-data .heading h6 {
    color: #fff;
    font-size: 20px;
    padding: 5px 0px 4px 60px;
}

.anniversaries-data .items {
    float: left;
    width: 100%;
    padding: 18px 0px 18px 60px;
}

.dpr-optimo-grid-list {
    display: none;
}

body.woocommerce ul.products li.product .button {
    background-color: #006ce8;
}

body.woocommerce ul.products li.product .button {
    border-color: #006ce8;
}

body.woocommerce ul.products li.product .price, body.woocommerce ul.products li.product .price .amount {
    color: #006ce8;
}

body.woocommerce ul.products li.product .button:hover {
    background-color: #014fa9;
}

body.woocommerce ul.products li.product .button:hover {
    border-color: #014fa9;
}

#content .competations h2 {
    font-size: 32px;
}

.competations .item .links a.juhend {
    padding: 0 0 0 0;
    margin-right: 15px;
    color: #140541;
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}

.competations .item .links a.juhend:hover {
    border-bottom: 2px solid #006ce8;
    color: #006ce8;
}

.competations .item .links a.stardiprotokoll {
    padding: 0 0 0 0;
    margin-right: 25px;
    color: #140541;
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}

.competations .item .links a.stardiprotokoll:hover {
    border-bottom: 2px solid #006ce8;
    color: #006ce8;
}


.competations .item .links a.vaata-tulemusi {
    padding: 0 0 0 0;
    margin-right: 25px;
    color: #140541;
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}

.competations .item .links a.vaata-tulemusi:hover {
    border-bottom: 2px solid #006ce8;
    color: #006ce8;
}

.competations .item .links span.vaata-tulemusi {
    padding: 0 0 0 0;
    margin-right: 25px;
    color: #140541;
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: text;
}

.price, .amount {
    color: #0054a6 !important;
}

.woocommerce .widget_product_categories li.current-cat a ~ .count {
    background-color: #0054a6 !important;
    color: #fff;
    border-color: #0054a6 !important;
}

.sidebar-container a:hover {
    color: #0054a6 !important;
}

.widget_product_categories li a:hover ~ .count, .widget_layered_nav li a:hover ~ .count {
    background-color: transparent;
    color: #0054a6 !important;
    border-color: #0054a6 !important;
}

.sidebar-container li.current-cat a:hover ~ .count {
    color: #fff !important;
}


.full-w-background-image-custom{
    padding-top: 60px;
    padding-bottom: 380px;
}

@media screen and (max-width: 1800px) {
    .dpr_row_wrapper .dpr_row_bg_container_inner.dpr_row_bg_image {
        background-position: center -37px!important;
    }
    .full-w-background-image-custom {
        padding-bottom: 354px;
    }
}

@media screen and (max-width: 1600px) {
    .full-w-background-image-custom {
        padding-bottom: 332px;
    }
}

@media screen and (max-width: 1444px) {
    .full-w-background-image-custom {
        padding-bottom: 289px;
    }
}

@media screen and (max-width: 1337px) {
    .full-w-background-image-custom {
        padding-bottom: 260px;
    }
    .record-item {
        flex-direction: column;
    }
    .class-fifty {
        width: 100%;
    }
    
}

@media screen and (max-width: 1280px) {
    .single-post #main #dpr-content-wrapper, .single-post #main #dpr-content-wrapper, #main #dpr-content-wrapper {
        padding-top: 90px;
    }
    .full-w-background-image-custom {
        padding-bottom: 220px;
    }
    
}

@media screen and (max-width: 1200px) {
    .dpr-image-carousel-wrap.style-flip .dpr-image-carousel-item .img-wrap .img-wrap-back .content-wrap .back-text{
        position: relative!important;
        -webkit-transform: translateY(0%)!important;
        -moz-transform: translateY(0%)!important;
        -o-transform: translateY(0%)!important;
        transform: translateY(0%)!important;
        border: solid 20px transparent!important;
        
    }
    .dpr-image-carousel-wrap.style-flip .dpr-image-carousel-item .img-wrap .img-wrap-back{
        position: relative!important;
    -webkit-transform: rotateY(0deg)!important; 
    -moz-transform: rotateY(0deg)!important;
    -o-transform: rotateY(0deg)!important;
    transform: rotateY(0deg)!important;
    }
    .dpr-image-carousel-wrap.style-flip .dpr-image-carousel-item:hover .img-wrap-front{

        -webkit-transform:rotateY(0deg)!important;
    
        -moz-transform:rotateY(0deg)!important;
    
        -o-transform:rotateY(0deg)!important;
    
        transform:rotateY(0deg)!important;
    
    }
}
@media screen and (max-width: 1100px) {
    .full-w-background-image-custom {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .anniversaries-section {
        min-height: auto;
    }
    .anniversaries-data {
        margin-bottom: 35px;
    }
    .full-w-background-image-custom {
        padding-bottom: 175px;
    }
}

@media screen and (max-width: 940px) {
    .full-w-background-image-custom {
        padding-bottom: 160px;
    }
}




@media screen and (max-width: 715px) {
    .anniversaries-data {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 660px) {
    body .dpr-optimo-row .span_1_of_3 {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .anniversaries-data .heading h6 {
        font-size: 18px;
        padding: 5px 0px 4px 20px;
    }

    .anniversaries-data .items {
        padding: 10px 0px 10px 20px;
    }

    .anniversaries-data .item {
        font-size: 14px;
    }

    .person_1 {
        flex-wrap: wrap-reverse;
    }
    .person_1 .box-content-wrap {
        max-width: 100% !important;
        text-align: left !important;
        padding: 0 0 0 0 !important;
        margin: 20px 0 0 0 !important;
    }
    .person_1 .box-title {
        float: left;
        width: 100%;
    }

    .person_2 {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .person_2 .box-content-wrap {
        max-width: 100% !important;
        text-align: left !important;
        padding: 0 0 0 0 !important;
        margin: 20px 0 0 0 !important;
    }
    .person_2 .box-title {
        float: left;
        width: 100%;
    }

}

/* Courses */

.courseTableCell{
    border-bottom: 1px solid #eeeef0;
    padding: 5px 0 5px 0;
    float: left;
    width: 100%;
}

.courseTableCellHeading{
    padding: 6px 0 8px 0;
    float: left;
    width: 100%;
    position: relative;
}


.courseHeading{
    text-align: center;
    padding-top: 5%;
    font-size: 30px;
}

.courseParaBold{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 1.47;
}

.coursePara {
    text-align: center;
}

#coursesList {
    float: left;
    width: 100%;
    position: relative;
}

.coursesListItem {
    width: 25%;
    float: left;
    margin: 12px 0 35px 0;
    height: 525px;
    position: relative;
}

.coursesTable {
    width: 80%;
    float: left;
}

.helper-ara-peitmiseks {
    pointer-events: none !important;
}

.open_shopping_cart_btn {
    margin-right: 20px;
    float: right;
    background-image: url(./Shopping_bag-04-07.svg);
    width: 23px;
    height: 26px;
    margin: 6px 0 0 11px;
}

.courseTableCell label {
    color: #5a596b;
    clear: left;
    float: left;
    cursor: pointer;
}
.courseTableCell span {
    clear: left;
    float: left;
}

.courseSelectors select {
    width: auto;
    margin: 0 14px;
}

.courseSelectors{
    text-align: center;
    margin: 10px;
}

.selectorDesc{
    text-align: center;
    margin: 16px 0 0 0;
    float: left;
    width: 100%;
}

.selectorDesc span {
    margin: 0 30px;
}

.courseTableHeader{
    position: relative;
    float: left;
    color: #3a8be9;
}

.courseImg{
    width: 43px;
    height: 43px;
    background-image: url(./images/Algajad.svg);
    background-size: auto;
    float: left;
    background-repeat: no-repeat;
    margin: 2px 0 0 12px;
}

.courseImgAdv{
    width: 43px;
    height: 43px;
    background-image: url(./images/Ujumisryhm.svg);
    background-size: auto;
    float: left;
    background-repeat: no-repeat;
    margin: 12px 0 0 12px;
}

.courseImgSport{
    width: 43px;
    height: 43px;
    background-image: url(./images/V6istlussport.svg);
    background-size: auto;
    float: left;
    background-repeat: no-repeat;
    margin: 2px 0 0 12px;
}

.coursesListItem[data-register="0"] .courseTableHeader {
    color: #b6b6b6;
}

.coursesListItem[data-register="0"] {
    position: relative;
}

.coursesListItem[data-register="0"]::before {
    content: "KURSUS TÄITUNUD";
    position: absolute;
    z-index: -1;
    top: -41px;
    left: -62px;
    transform: rotate(45deg);
    opacity: .05;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 128%;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 120px;
}

.coursesListItem[data-register="0"] .courseImg {
    background-image: url(./images/Algajad-un.svg);
}

.coursesListItem[data-register="0"] .courseImgAdv {
    background-image: url(./images/Ujumisryhm-un.svg);
}

.coursesListItem[data-register="0"] .courseImgSport {
    background-image: url(./images/V6istlussport-un.svg);
}

.courseButton {
   float: left;
   /* position: absolute;
   bottom: 0;
   left: 0; */
}

.registrationButton{  
    float: left;
    text-align: center;
    border: none;
    border-radius: 30px;
    background-color: #1270e5;
    padding: 4px 20px;
    font-weight: bold;
    color: #ffffff;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 15px;
    transition: ease .3s all;
}

.coursesListItem:hover .registrationButton {
    background-color: #0c5cbf;
}


.coursesListItem[data-register="0"] .registrationButton{
    background-color:#b6b6b6;
}

.coursesListItem[data-register="0"]:hover .registrationButton {
    background-color: #928d8d;
}

@media screen and (max-width: 1280px){
    .selectAge{
        width: 10%;
    }
    .selectLevel{
        width: 10%;
    }
    .selectPlace{
        width: 15%;
    }

}

@media screen and (max-width: 1119px){
    .registrationButton{
        font-size: 9px;
    }

}



@media screen and (max-width: 966px){
    .coursesListItem {
        width: 50%;
    }
    .selectAge{
        width: 50%;
    }
    .selectLevel{
        width: 50%;
    }
    .selectPlace{
        width: 50%;
    }
    .selectorDesc span {
        margin: 10px;
    }
    #coursesList hr {
        display: none !important;
    }
}  

@media screen and (max-width: 910px){
    .courseSelectors select {
        margin: 5px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 600px){
    .coursesListItem {
        width: 100%;
    }
    .coursesTable {
        width: 100%;
    }
    .selectAge{
        width: 50%;
    }
    .selectLevel{
        width: 50%;
    }
    .selectPlace{
        width: 50%;
    }
    .selectorDesc span {
        margin: 10px;
    }

    .competations.single-view {
        margin: 0 0 0 0;
    }

    .wpcf7 .half {
        width: 100% !important;
    }
}

body .subheader, body .subheader, body .subheader {
    min-height: 270px;
}

.woocommerce-page .subheader-title {
    height: 0px;
}

.widget_product_categories  {
    display: none;
}

.widget_recent_entries ul li {
    margin-bottom: 13px;
}

body.woocommerce .widget_recent_entries {
    display: none;
}

body.woocommerce .widget_product_categories {
    display: block;
}

/* competition mobile */

@media screen and (max-width: 850px){

    .competations .item .date, .title, .links {
        margin-right: 20px;
    }
}

@media screen and (max-width: 600px){

    .competations .item .date, .title, .links {
        flex-direction: column;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 550px){

    .competations .item {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }

    .competations .item .date, .title, .links {
        margin-top: 20px;
    }

    #content .competations h2 {
        text-align: center;
    }

    .competations .items {
        margin-top: 5px;
        text-align: center
    } 
    .competations .item .links a.stardiprotokoll{
        margin-right: 0px;
    }
    .competations .item .links a.juhend{
        margin-right: 0px;
    }
}

.dpr-icon-envelope-o:before,
.dpr-icon-tumblr:before {
    transition: ease .3s all;
}

.dpr-icon-envelope-o:hover:before,
.dpr-icon-tumblr:hover:before {
    color: #006ce8;
}

.optimo-1.tparrows:hover {
    background: #006ce8;
}

.woocommerce .subheader-overlay {
    display: none;
}

#footer {
    position: relative;
}

.optimo-1 .tp-bullet:hover, .optimo-1 .tp-bullet.selected {
    background: #006ce8;
}

.dpr-dots-outline-square .slick-slider .dpr-slick-dots li, .dpr-dots-outline-round .slick-slider .dpr-slick-dots li, .dpr-dots-outline-bar .slick-slider .dpr-slick-dots li {
    border: 1px solid #006ce8 !important;
}

.dpr-dots-outline-square .slick-slider .dpr-slick-dots li:hover, .dpr-dots-outline-square .slick-slider .dpr-slick-dots li.slick-active, .dpr-dots-outline-round .slick-slider .dpr-slick-dots li:hover, .dpr-dots-outline-round .slick-slider .dpr-slick-dots li.slick-active, .dpr-dots-outline-bar .slick-slider .dpr-slick-dots li:hover, .dpr-dots-outline-bar .slick-slider .dpr-slick-dots li.slick-active {
    background: #006ce8 !important;
}

@media screen and (max-width: 1220px) {
    .calendar-data {
        width: 100% !important;
        margin-top: 20px;
        margin-right: 0px !important;
        margin-bottom: 20px !important;
    }
    .anniversaries-data {
        width: 100%;
    }
}

@media screen and (max-width: 1190px) {
    .home-extra-helper-class-2 .dpr-headline p  {
        font-size: 15px;
    }
}


@media screen and (max-width: 1125px) {
    .home-extra-helper-class-1.vc_col-sm-5 {
        width: 33%;
    }

    .home-extra-helper-class-2.vc_col-sm-3 {
        width: 33%;
    }
}

@media screen and (max-width: 850px) {
    .home-extra-helper-class-1.vc_col-sm-5 {
        width: 25%;
    }
    .home-extra-helper-class-2.vc_col-sm-3 {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .home-extra-helper-class-1.vc_col-sm-5 {
        width: 100%;
    }
    
    .home-extra-helper-class-1.vc_col-sm-5 .wpb_single_image.vc_align_right {
        text-align: center;
    }

    .home-extra-helper-class-2.vc_col-sm-3 {
        width: 100%;
    }

    .home-extra-helper-class-2.vc_col-sm-3 .vc_column-inner {
        padding-top: 10px;
    }
    .home-extra-helper-class-2 .dpr-headline p {
        text-align: center !important;
    }
    .home-extra-helper-class-3.vc_col-sm-4 .vc_column-inner {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

.privacy-policy-btn {
    /* float: left;
    width: 100%;
    margin: 7px 0 0; */
}

#copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}

#copyright span, #copyright a {
    margin: 0 15px;
}

.calendar-data {
    width: 600px;
    background: rgba(255, 255, 255, 0.88);
    float: right;
    margin-right: 40px;
}

.calendar-data .heading {
    float: left;
    width: 100%;
    background: #220073;
    color: #fff;
}

.competations.single-view {
    float: left;
    width: 100%;
    margin: 60px 0 0;
}

.calendar-data .heading h6 {
    color: #fff;
    font-size: 20px;
    padding: 5px 0px 4px 60px;
}

.calendar-data .items {
    float: left;
    width: 100%;
    padding: 18px 0px 18px 60px;
}

.calendar-data .items .item {
    display: flex;
}

.calendar-data .items .item .date {
    margin-right: 6px;
}

.calendar-data .items .item p {
    margin-bottom: 0px;
}

.wpb-js-composer .vc_tta-panel .vc_tta-panel-heading h4 i {
    color: #006ce8 !important;
}

@media screen and (max-width: 1110px){
    .calendar-data {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .anniversaries-data {
        width: 100%;
       
    } 
}

@media screen and (max-width: 500px) {
    .calendar-data .heading h6 {
        font-size: 18px;
        padding: 5px 0px 4px 20px;
    }

    .calendar-data .items {
        padding: 10px 0px 10px 20px;
    }
}

#copyright-area a:hover, #copyright-area #copyright-area-menu a:hover {
    color: #006ce8 !important;
}

#privacy-policy-accordion .vc_active {
    cursor: pointer;
}

.woocommerce-cart #main #dpr-content-wrapper {
    padding-top: 170px;
}

.woocommerce-checkout #main #dpr-content-wrapper {
    padding-top: 170px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
}

.blog-item.post .thumbnail img{
    display:none;
  }
  .blog-item.post .thumbnail{
    width: 411px;
    height: 311px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  body.home .dpr-carousel-wrap-inner.arrows-enabled.arrows-aside-outside .dpr-slider-controls.prev {
    margin-left: -60px;
}

body.home .dpr-carousel-wrap-inner.arrows-enabled.arrows-aside-outside .dpr-slider-controls.next {
    margin-right: -60px;
}

.event-boxes-hidden{
    display: none;
}

body.home .btn{
    border: #220871;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
    width: 200px;
}

.dpr-icon-tumblr:before {
    content: "\e600"!important;
}

.filter-pos-left .mptt-navigation-tabs{
    position: relative;
}


.no-effect-on-hover .covering-link.overlay{
    opacity: 0!important;
}


.no-effect-on-hover .dpr-image-carousel-item .img-wrap{
    transition: transform .3s!important; 
}

.no-effect-on-hover .dpr-image-carousel-item .img-wrap:hover{
    transform: scale(1.1)!important; 
}

.dpr_row_wrapper .dpr_row_bg_container_inner.dpr_row_bg_image{
    background-repeat: no-repeat;
}


.results-coming{
    color: #140541;
    cursor: text;

}

body.single-voistlused .pole-tulemusi{
    padding: 0 0 0 0;
    margin-right: 25px;
    color: #140541;
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: text;
}

body.single-voistlused .date{
    margin-bottom: 20px;
}

.record-item{
    display: flex;
    flex-direction: row;
}

.class-fifty{
    width: 50%;
}

.fifty-meter-headers th{
    font-weight: 800;
}

.class-fifty:first-child{
    margin-right: 40px;
}

.class-fifty td, .class-fifty th{
    border: 1px solid #d1d3d5;
    text-align: center;
    vertical-align: middle;
}

.class-fifty tr td:first-child{
    padding-left: 10px;
}
.class-fifty tr th:first-child{
    padding-left: 10px;
}

.class-fifty tr td{
    font-size: 15px;
}

.class-fifty tr td:last-child, .class-fifty tr th:last-child {
    padding-right: 10px;
}


@media screen and (max-width: 900px) {
    .record-item {
        flex-direction: column;
    }
    .class-fifty {
        width: 98%;
    }
}


@media screen and (max-width: 412px) {
    .class-fifty tr td {
        font-size: 12px;
    }
    .class-fifty tr th  {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .class-fifty tr td {
        font-size: 10px;
    }
    .class-fifty tr th  {
        font-size: 12px;
    }
    .class-fifty tr td:first-child, .class-fifty tr th:first-child{
        padding:5px;
    }
    .class-fifty tr td:last-child, .class-fifty tr th:last-child{
        padding:5px;
    }
    .class-fifty tr td, .class-fifty tr th{
        padding:5px;
    }
}

a.tagasi {
    background-color: #105fac;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 20px!important;
}

.xlwcty_customer_info .xlwcty_title{
    display: none;
}
h3.info {
    margin-top: 20px!important;
    font-size: 27px!important;
}

a.tagasi:hover{
    color: #fff;
}

.xlwcty_wrap .xlwcty_margin_bottom strong{
    font-weight: 800!important;
}


.sidebar-box .widget-title{
    font-size: 22px!important;
}

.widget_product_categories li a{
    font-size: 16px!important;
}

.widget_product_categories .count{
    font-size: 15px!important;
}

.dpr-carousel .portfolio-item {
    padding: 10px 0 !important;
}

.sidebar-box ul li ul {
    padding-left: 0px !important;
    margin-left: 30px !important;
}

#right-sidebar-inner .post-date{
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.1px;
    font-weight: 600;
    font-style: normal;
    color: #888888;
    font-size: 12px;
}

#right-sidebar-inner .post-date::before{
    content: '  |  ';
}

.dpr-optimo-pagination.shadowed .page-numbers a,.dpr-optimo-pagination.shadowed .page-numbers span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dpr-optimo-social-block ul li a span:hover{
    transition: all .3s ease-in-out!important;
    transform: scale(1.3)!important;
}

.dpr-icon-envelope-o:hover:before, .dpr-icon-tumblr:hover:before, .dpr-icon-facebook:hover:before {
    color: #fff!important;
}

body.page-id-13316 .wpb_wrapper .dpr-optimo-social-block ul li.dpr-optimo-facebook a:hover{
    color: #fff!important;
    transition: all .3s ease-in-out!important;
    transform: scale(1.3)!important;
}


.dropdown-menu ul li a.menu-link, .widget_product_categories li a{
    text-transform: none!important;
}


.woocommerce ul.products li.product .product-inner .added_to_cart:hover {
    background-color: transparent;
    color:#006ce8!important;
    border-color:#006ce8!important;
}

.woocommerce-message a{
    background-color: #006ce8!important;
}


.woocommerce-message a:hover {
    background-color: #220871!important;
    border: 2px solid #220871!important;
}

.woocommerce div.product .product_title{
    max-width: 75%!important;
}

option:disabled{
    color:#999;
}

.record-para{
    margin: 0px;
}

.record-blue{
    color: #006ce8;
    font-weight: 700;
}

#dpr-checkout-timeline.arrow .active .timeline-wrapper:before{
    border-top-color: #006ce8!important;
    border-bottom-color: #006ce8!important;
}

#dpr-checkout-timeline .active .timeline-wrapper {
    background-color: #006ce8!important;
}
#dpr-checkout-timeline.arrow .active .timeline-wrapper:after {
    border-left-color: #006ce8!important;
    border-right-color:#006ce8!important;
} 

.woocommerce-checkout .woocommerce-info a{
    color: #006ce8!important;
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > input[type=radio]:first-child:checked + label:before {
    color:#006ce8!important;
}


.dpr-product-nav li a.dpr-nav-link:hover{
    background-color: #006ce8!important;
    border-color: #006ce8!important;
}

.woocommerce .related.products h2:after{
    background-color: #006ce8!important;
}


textarea[name="product-message"] {
    max-height: 200px;
}

.product-page-txt {
    margin-top: 55px;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover {
    min-height: 110px!important;
}

.dpr-blog-carousel .content.text-left {
    width: 90%;
}

#read-more-news-btn-helper a {
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 900;
    font-style: normal;
    font-size: 12px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    background-color: #220871!important;
    color: #fff;
    border-radius: 31px;
    float: right;
}

body.category-uudised #dpr-content-wrapper {
    padding-top: 150px !important;
}

.courses_msg_empty {
    font-weight: bold;
    margin: 30px 0 30px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #c9c9c9;
    float: left;
    margin-left: 50%;
    transform: translate(-50%, 0px);
    padding: 11px 31px;
}

.woocommerce ul.products li.product li.title a {
    font-size: 17px;
}

.mobile-image-location {
	display: none;
}

@media screen and (max-width: 960px) {
    #blog-items .mobile-image-location {
        display: block !important;
        float: left;
        width: 100%;
        margin: 10px 0 0;
    }

    #blog-items .mobile-image-location .thumbnail {
        display: block !important;
        width: 100%;
        float: left;  
    }

    #blog-items .mobile-image-location .thumbnail img {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    #blog-items .thumbnail {
        display: none !important;
    }
}

@media screen and (max-width: 550px) {
    .competations .item .links a.vaata-tulemusi {
        margin: 0 0 0 0;
        float: left;
    }
    .competations .item .date, .title, .links {
        margin-right: 0px !important;
    }
}

.single-view-navigation {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

.single-view-navigation a {
    font-weight: bold;
}

.courseTableCell * {
    font-size: 15px;
}

.sportlyzer-register {
    height: 2370px !important;
}

.courseTableCell .training-helper p {
    margin: 0 0 0 0;
}

.dpr-featured-box{
    padding-top: 30px !important;
    padding-right: 20px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
    background-color: #ffffff !important;
}

.grecaptcha-badge { visibility: hidden; }

span.google-captcha-msg {
    margin: 17px 0 10px 0;
    float: left;
    width: 100%;
    position: relative;
    bottom: 9px;
}

span.google-captcha-msg a {
    color: #2d83e8;
    text-decoration: underline;
}

body.home .dpr-featured-box .description {
    min-height: 160px;
}

@media screen and (max-width: 767px) {
    .home-extra-helper-class-3 .dpr-button-wrapper {
        text-align: center !important;
    }    

    footer#footer #copyright-area {
        display: block !important;
    }
}

@media screen and (max-width: 650px) {
    .calendar-data .items {
        padding: 18px 30px 18px 30px;
    }
    .calendar-data .items .item {
        display: block;
        margin: 0px 0 9px;
        border-bottom: 1px solid rgb(34 0 115 / 18%);
        padding: 0 0 9px;
    }
    .calendar-data .items .item:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .calendar-data .items .item .date {
        margin-right: 0px;
    }
    .calendar-data .items .item p span {
        display: none;
    }
    .calendar-data .heading h6 {
        padding-left: 30px;
    }
    .anniversaries-data .items {
        padding-left: 30px;
    }
    .anniversaries-data .heading h6 {
        padding-left: 30px;
    }
}

#shop-partners-block {
    background: #006ce8;
    margin: 30px 0 0;
    text-align: center;
    padding: 30px 50px;
}

#shop-partners-block h4 {
    font-family: Montserrat;
    text-transform: none;
    line-height: 35px;
    letter-spacing: 0.3px;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-size: 31px;
}

#shop-partners-block p {
    color: #fff;
}

#shop-partners-block .logos {
    display: flex;
    justify-content: space-between;
}

#shop-partners-block .logos .logo {
    width: 31%;
}

@media screen and (max-width: 520px) {
    #copyright-area.no-footer-nav #copyright {
        flex-wrap: wrap;
    }
    #shop-partners-block {
        padding: 30px 20px;
    }
    #shop-partners-block h4 {
        font-size: 22px;
        line-height: 25px;
    }
    #shop-partners-block .logos {
        flex-wrap: wrap;
    }
    #shop-partners-block p {
        color: #fff;
        font-size: 14px;
        line-height: 140%;
    }
    #shop-partners-block .logos .logo {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    #footer-img-helper {
        text-align: center !important;
    }    
}

@media screen and (max-width: 590px) {
    a.open_shopping_cart_btn {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 380px) {
    .subheader .subheader-title {
        font-size: 45px !important;
    }
}

body.woocommerce-cart #right-sidebar-inner .sidebar-box.widget_recent_entries {
    display: none !important;
}

body.woocommerce-cart #right-sidebar-inner .sidebar-box.woocommerce.widget_product_categories {
    display: block !important;
}

body.woocommerce-cart .widget_product_categories li a:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

body.woocommerce-cart .widget_product_categories li ul li a {
    margin: 8px 0 0 0;
    padding: 0 0 0 6px;
}

body.woocommerce-cart .widget_product_categories li ul li a:before {
    display: none; 
}

.competations.single-view .competition-button-row a {
    margin-right: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
    .competations .item .date {
        width: 100%;
    }

    .competations .item .title {
        width: 100%;
    }

    .competations .item .links {
        width: 100%;
    }

    .competations .item .links span.vaata-tulemusi {
        margin: 0 0 0 0;
    }

    .competations.single-view .container-inner p {
        text-align: center;
    }

    .competations.single-view .date {
        width: 100%;
        text-align: center;
    }

    .competations.single-view .competation-button-row {
        float: left;
        width: 100%;
        text-align: center;
    }

    .competations.single-view .competition-button-row a {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .page-id-13602 .dpr-team-box.style-5 .box-content-wrap {
        align-items: flex-start;
    }
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label {
    display: none !important;
}

.woocommerce-checkout #payment div.payment_box {
    border: 1px solid #e2e2e2;
}

#checkout-wrapper #form_actions .buttons input.next.btn-disabled {
    opacity: .3;
    pointer-events: none;
}

@media screen and (max-width: 1220px) {
    .anniversaries-section .wpb_raw_html > .wpb_wrapper {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .anniversaries-data {
        margin-bottom: 40px;
    }
}

.entry-content p strong {
    font-weight: 800;
}

#dpr-optimo-mobile-menu-icon a.mobile-menu i{
    font-size: 22px;
}

#dpr-optimo-mobile-menu-icon a.mobile-wcmenucart i{
    font-size: 22px;
}

#dpr-optimo-mobile-menu-icon{
    padding-top: 10px;
}

@media screen and (max-width: 500px) {
    .dpr-team-box .dpr-optimo-social-block {
        display: flex; 
        align-self: flex-start;
    }
}

@media screen and (max-width: 1280px) {
    #dpr-logo #dpr-logo-inner a img {
        max-height: 140px !important;
        max-width: 140px !important;
    }
    .side-panel-btn {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    #dpr-logo #dpr-logo-inner a img {
        max-height: 110px !important;
        max-width: 110px !important;
    }
}

strong {
    font-weight: 800 !important;
}

.trainer-mobile-image {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .trainer-image {
        display: none !important;
    }

    .trainer-text {
        width: 100% !important;
    }

    .entry div.trainer-helper {
        padding-top: 80px !important;
    }

    .trainer-mobile-image {
        display: block !important;
        margin: 16px 0 0 0;
    }
}

@media screen and (max-width: 610px) {
    .record-item table {
        margin: 0 0 30px 0 !important;
    }
    .record-item table {
        width: 100% !important;
    }
    .record-item table td, .record-item table th {
        font-size: 12px !important;
        padding: 6px !important;
        line-height: 120%;
    }
}

@media screen and (max-width: 380px) {
    .record-item table td, .record-item table th {
        font-size: 10px !important;
        padding: 11px 4px !important;
        line-height: 120%;
    }
}

.courseTableCell.time-and-location p {
    margin-bottom: 0px;
}

body.home .calendar-data {
    display: block !important;
}

#coursesList .coursesListItem[data-level="4"] .courseImgSport {
    background-image: url(./images/vaikelapsed.svg);
}

.dpr-team-box .dpr-cover-link {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #2680EB;
    background: #FFFFFF;
    border-radius: 21px;
    height: 28px;
    width: 158px;
    font-family: Muli;
    line-height: 242%;
    top: auto;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: ease .4s all;
}

.dpr-team-box:hover .dpr-cover-link {
    opacity: 1;
}

.person-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999;
    display: flex;
}

.person-popup-container {
    width: 810px;
    height: 575px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.person-popup .sides {
    display: flex;
}

.person-popup .side {
    width: 405px;
}

.person-popup .side:nth-child(1) .side_inner {
    display: flex;
    flex-direction: column;
}

.person-popup .side:nth-child(1) .side_inner .data {
    background: #2680EB;
    border-radius: 0px 0px 20px 20px;
    height: 170px;
    padding: 24px 0 0 16px;
}

.person-popup .side:nth-child(1) .side_inner .data h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 0 4px 0;
}

.person-popup .side:nth-child(1) .side_inner .data p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 18.5px;
}

.person-popup .side .side_inner .image {
    height: 405px;
    float: left;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}

.person-popup .side:nth-child(2) .side_inner {
    padding: 55px 24px 24px;
    height: 575px;
    overflow-y: scroll;
}

.person-popup .side:nth-child(2) .side_inner .data * {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #272727;
    margin: 0 0 25px 0px;
}

.person-popup .side:nth-child(2) .side_inner .data ul {
    margin: -18px 0 26px 22px;
}

.person-popup .side:nth-child(2) .side_inner .data ul li {
    margin: 0 0 6px 0px;
}

.person-popup .side:nth-child(1) .side_inner .data .userMeta {
    display: flex;
    flex-direction: column;
}

.phoneHelper {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.phoneHelper svg {
    margin-right: 10.5px;
}

.emailHelper {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;  
}

.emailHelper svg {
    margin-right: 10.5px;
}

.person-popup-container .inner {
    position: relative;
}

.person-popup-container .inner > .close-btn {
    position: absolute;
    top: 10px;
    right: 27px;
    cursor: pointer;
}

@media screen and (max-width: 1360px) {
    .dpr-team-box .dpr-cover-link {
        bottom: auto;
        top: 20px;
    }
}

@media screen and (max-width: 970px) {
    .dpr-team-box .dpr-cover-link {
        bottom: auto;
        top: 10px;
        height: 20px;
        line-height: 200%;
        font-size: 10px;
        width: 104px;
    }
}

@media screen and (max-width: 840px) {
    .person-popup-container {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .dpr-team-box .dpr-cover-link {
        bottom: auto;
        top: 20px;
        height: 28px;
        line-height: 200%;
        font-size: 14px;
        width: 144px;
    }

    .person-popup .sides {
        display: flex;
        flex-direction: column;
    }

    .person-popup .side {
        width: 100%;
    }

    .person-popup .side .side_inner .image {
        height: 205px;
        float: left;
        width: 100%;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
    }

    .person-popup-container {
        width: 90%;
        border: 1px solid #dfdfdf;
    }

    .person-popup .side:nth-child(1) .side_inner .data {
        background: #2680EB;
        border-radius: 0;
        height: 170px;
        padding: 24px 16px 24px 16px;
    }

    .person-popup .side:nth-child(2) .side_inner {
        padding: 55px 24px 24px;
        height: 198px;
        overflow-y: scroll;
    }

    .person-popup .side:nth-child(2) .side_inner {
        padding: 25px 24px 24px;
    }
}
