/*
 Theme Name:   Match Charter Public School Child Theme
 Theme URI:    https://www.matchschool.org
 Description:  Base Child Theme for Divi
 Author:       Ace Creative
 Author URI:   https://acecreative.biz
 Template:     Divi
 Version:      1.0.0
*/

/**To get started add your custom CSS below**/

/*Remove opacity on dropdown text items in menu on hover*/
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: rgba(0, 0, 0, .03);
    opacity: 1;
}

/*Fix offset button icon*/
.et_pb_button:after, .et_pb_button:before {
    line-height: 0.85;
}

/*Gtranslate styles*/
.gt_selector {
	border-radius: 3px !important;
	border: 2px solid #4295a6 !important;
	font-weight: 600;
	color: #ffffff;
	background-color: #4295a6;
}

/*Second Level Submenu drop down list icon*/
.et-menu li li.menu-item-has-children>a:first-child:after {
	font-family: ETmodules;
    content: "5";
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 800
}

/*Gravity Forms Styles*/
.gform_button.button {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600 !important;
    text-decoration: none;
    background-color: #005cab;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    transition: all 300ms ease 0ms;
    border-radius: 6px;
    /*box-shadow: 3px 3px 12px 0px rgb(0 0 0 / 30%);*/
    padding: 0.3em 1em !important;
    border: 3px solid #005cab;
}

.gform_button.button:hover{
    color: #ffffff;
    background-color: #4295a6;
    border: 3px solid #4295a6;
}

/*Timeline Styles*/
.match-timeline::before {
	content: '';
  	position: absolute;
  	top: 13%;
  	left: 0;
  	border-top: 3px solid #fff6db;
  	background: #fff6db;
  	width: 100%;
  	transform: translateY(-50%);
}

.dmach_carousel_container .slick-next::before, .dmach_carousel_container .slick-prev::before {
	top: -220px;
    text-shadow: 0 0 0px #969696;
}

.et-db .et-l .et_pb_contact_field[data-filtertype="acfselectmulitple"]:after, .et-db .et-l .et_pb_contact_field[data-filtertype="select"]:after {
	top: 30%;
	border-top-color: #002b54;
}

/*Blog Button Style*/
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #002B54;
    border-width: 3px;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 3px;
	margin: 10px 0px
}

:root :where(.wp-element-button, .wp-block-button__link):hover {
    background-color: #005cab;
}

.footnote-credit {
	font-size: 12px;
	line-height: 1em;
}