/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: SAS Server Team
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 2.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* OVERLAP NAV TMP FIX */
#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    height: 0 !important;
}

/*GENERAL STYLING*/
.et-highlightable.et-highlighted {
    transform:scale(1.3);
		
    transition: transform .7s ease;
}

.et-highlightable {
    background: transparent;
		z-index: 999;

    transition: transform .7s ease;
}

span.et-highlighted-overlay {
    background:rgba(3,3,3,0.5);
    position:absolute;
    inset:0;
    z-index:99;
    pointer-events:none;
    opacity:0;

    transition: opacity .7s ease;
}

body.et-highlighted-hidden .et-highlighted-overlay {
    opacity:.9;
    backdrop-filter:blur(100px);
    -webkit-backdrop-filter:blur(100px);
}

									


/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
    margin-top: auto!important;
    margin-bottom: auto!important;
	
}

/* Align Content Vertically */
.et_pb_column.center-v{
    margin-top: auto!important;
    margin-bottom: auto!important;
}  

/* /Align Content Vertically */

body{
    overflow-x:hidden!important;
}

/*Overflow Hidden Canvas*/
html.js {
    overflow-x: clip!important;
}

div#et-main-area {
    overflow-x:hidden!important;
}

/*START OF FORM CSS*/

#gforms input{
    transition: all 300ms ease 0ms;
    height:60px;
	margin-bottom:15px!important;
    border-radius:15px!important;
    border:2px solid #80d3f1!important;
}

#gforms input[type="checkbox"]{
    width:20px;
    height:20px;
}


.gform-theme--foundation .gform_fields {
grid-row-gap: 15px !important;
}

#gforms input[type="text"],#gforms input[type="tel"],#gforms input[type="email"],#gforms textarea,#gforms select{
    padding:15px!important;
    border-radius:15px!important;
    border:2px solid #80d3f1!important;
}

#gforms select{
    padding:5px 15px!important;
    height:50px!important;
    border-radius:15px!important;
    border:2px solid #80d3f1!important;
}

#gforms input[type="text"]:focus,#gforms input[type="tel"]:focus,#gforms input[type="email"]:focus,#gforms textarea:focus, #gforms select:focus,#gforms input[type="text"]:hover,#gforms input[type="tel"]:hover,#gforms input[type="email"]:hover,#gforms  textarea:hover,#gforms select:hover{
    box-shadow:none!important;
    border:2px solid #02aff0!important;
}

#gforms .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
     padding-right: 0!important;
}


#gforms li#field_3_2 {
   padding-right:15px!important;
}
#gforms li {
    margin-top:0!important;
}

#gforms input[type="submit"].gform_button {
	width: 100%!important;
    color: #ffffff !important;
    border-radius: 10px !important;
    letter-spacing: 1px !important;
    border-width: 0px !important;
    background-image: initial;
    background-color: #02AFF0;
    box-shadow: 0px 5px 0px 0px #0C71C3!important;
}

#gforms input[type="submit"].gform_button:hover {
    transform: translateX(0px) translateY(10px) !important;
    box-shadow: 0px 0px 0px 0px #0C71C3!important;
}

#gforms label.gfield_label.gform-field-label {
     display: none;
}
h2.post_title {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

/*END OF FORM CSS*/

 #dance-programs .et_pb_with_border.et_pb_module.digr_content_grid_item {
    margin-bottom: 30px !important;
}


@media screen and (max-width: 980px) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1279px) {
	
		ul {
		  list-style-type: none!important;
		  padding: 0!important;
		}
	
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block;
        margin-top:auto;
        margin-bottom:auto;
    }
}



@media only screen and (max-width: 1024px) and (min-width: 767px){
.digr_content_grid_container.digr_contentgrid_responsive {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 767px){
 #dance-programs .digr_content_grid_container {
    --column: 2 !important;
  }
  
 #dance-programs .et_pb_row {
    width: 85%!important;
  }
}

.et_pb_video_play:before {
  content: url(/wp-content/uploads/2024/04/custom-play-button.gif) !important;
    position: absolute;
    transform: translate(-40%, -40%) scale(0.3) !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  transition:all cubic-bezier(0, 0, 0.2, 1) 0.2s!important;
}

@media only screen and (max-width: 767px) {
  .et_pb_video_play:before {
    transform: translate(-45%, -45%) scale(0.2) !important;
}
}

