/*
Theme Name:   Shelly Child
Theme URI:    http://shelly.merku.love/
Description:  Shelly is an attractive minimal WordPress theme for different types of education centers
Author:       merkulove
Author URI:   https://1.envato.market/tf-merkulove
Template:     shelly
Version:      1.0.0
License:      Envato License
License URI:  https://1.envato.market/KYbje
Tags:         elementor, school, classes, teacher, event
Text Domain:  shelly-child
*/

.teachers .teacher-img {
  overflow: hidden;
  display: flex;
  border-radius: 1rem;
}
.teachers .teacher-img > img {
  transition: 0.5s;
  background: var(--e-shelly-color-gray-2);
}
.teachers .teacher-img img:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.pager-section.is-featured-image:before {
    background: linear-gradient(to top, #352f89, #ffffff40)!important;
}

.pager-section .pager-content > h1 {
    color: var(--shelly-color-primary);
}

section.page-content.style2 .page-container .row .col-xl-4.col-lg-4,
section.page-content .page-container .row .col-md-3{
    background: #fff;
    border-radius: 15px;
}
section.page-content .page-container .row .col-md-3 .sidebar.class-sidebar.position-static{
    padding-top:15px;
}
section.pager-section.blog-version:not([style]) {
    background: #352f89!important;
}

.site-title a.site-name {
    max-width: 215px;
}

@media only screen and (max-width: 767px){
    .pager-section .pager-content > h1{
        max-width:310px;
    }
}
.cta-form input[type=tel] {
    background: white;
    border: 2px solid white;
    outline: none;
    padding: 0.75rem 1rem;
    transition: all 0.4s ease-in-out;
}
.cta-form input[type=submit] {
    padding: 0.75rem 1rem;
    transition: all 0.4s ease-in-out;
}
.cta-form label:nth-of-type(3),.cta-form input[type=submit] {
    max-width: calc(50% - 1rem);
}
.cta-form input[type=submit] {
    width: calc(50% - 1rem);
    height: 49.5px;
}

