/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/***** Custom Fonts - maka Agency JN 28.06.22 *****/


@font-face {
    font-family: 'PolySans-Median';
    src: local('PolySans-Median'), 
         url('https://20349345.fs1.hubspotusercontent-na1.net/hubfs/20349345/Fonts/PolySans-Median.woff') format('woff'),
         url('https://20349345.fs1.hubspotusercontent-na1.net/hubfs/20349345/Fonts/PolySans-Median.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root { 
    --ff-accent: PolySans-Median, sans-serif;
}

/***** end custom fonts *****/

/* Header top */
.pwr-header-top {
    padding: 4px 0;
}

/*SCROLLBAR colorata*/
/* width */ 
::-webkit-scrollbar { 
  width: 5px; 
} 

/* ACCORDION */
.pwr-accordion.active .pwr-accordion__desc a {
    color: var(--clr-btn-primary)!important;
    font-weight: 700;
} 


/* Track */ 
::-webkit-scrollbar-track { 
  background: #f1f1f1; border-radius:5px;  
} 
  
/* Handle */ 
::-webkit-scrollbar-thumb { 
  background: #0921F5;  
}

/* height mentors */
.mentors_widget .swiper-slide {
  background: #ffffff;
  align-self: stretch;
}


/*****************************************/
/* ATED4KIDS*/
/* color player button
.hs-content-id-99017066141 .pwr-sec-video__icon--as-button {
    color: #A500FF;
}
*/

/* this .block class must be added to the td of a table if you want the columns to be underneath each other on a mobile device. */
@media screen and (max-width:600px) {
         .block { display: block !important; width: 100% !important; }
    }

/* Sec Logo */
.pwr-sec-clients__intro-sec {
    margin-bottom: 0px;
}

.pwr-sec-clients__logo {
    margin: 0px 32px;
}

@media (max-width: 767px) {
.pwr-sec-clients__logo {
    margin: 0px 10px;
  }
}
  
/* Pricing table - comparing */
.pwr--align-c .pwr-comparison-table__icon {
margin: 0 auto;
}

/* Fix V27 logo slider vertical alignment bug */
.pwr-sec-clients__slider--top .swiper-wrapper {
    align-items: start;
    align-items: flex-start; /* Browser Compatibility */
}
.pwr-sec-clients__slider--center .swiper-wrapper {
    align-items: center;
}
.pwr-sec-clients__slider--bottom .swiper-wrapper {
    align-items: end;
    align-items: flex-end; /* Browser Compatibility */
}



/* Blog posts */
.pwr-sec-posts--vertical-layout .pwr-sec-posts__intro-sec {
    margin-bottom: 24px;
}

.pwr-author-profile__bio {
    line-height: var(--lh-post-body);
}

/* Sec Blog listing */
@media (max-width: 767px) {
.pwr-post-item__info-box {
    padding: 28px 20px 28px;
  }
}

/* Blog Page listing */
@media (max-width: 575px){
.blog-header .pwr-hero:not(.pwr-hero--full-height) {
    height: 160px !important;
    min-height: initial !important;
}
}

/* Footer */
div[class*=pwr-adc-sub--border-]:not(.pwr--dark) {
    border-color: #131313;
    border-top-style: solid;
    border-top-width: 1px;
}

.pwr-adc-sub {
    background: initial;
    padding-bottom: 8px;
    padding-top: 8px;
}

/* Logo Slider */
@media (max-width: 575px) {
.pwr-sec-clients__slider {
    margin: 0 40px;
  }
}

.pwr-sec-clients__intro-sec {
    margin-bottom: 18px;
}

/* Hero */
@media (max-width: 1199px) {
.pwr-hero__info-box {
    width: calc(100% - 40px);
  }
}

/* Sec Services */
@media (hover: none) {
.pwr-touch-btn--dark {
    background-color: hsla(0,0%,7%,.85);
    color: #fff;
    display: none;
  }
}

@media (max-width: 767px) {
.pwr-services-item {
    padding: 0px 0;
    width: 100%;
  }
}

/* Sec Testimonial */
.pwr-testimonial .pwr-testimonial__author, .pwr-testimonial--style-multiple .pwr-testimonial__quote {
    text-align: left !important;
}

/* Fix V27 blog hover header by Ergün */ 
.pwr-header {
    transform: translateZ(101px);
}

.pwr-burger {
    transform: translateZ(102px);
}

#hs-eu-cookie-confirmation[role="dialog"] {
    transform: translateZ(103px);