/*
Theme Name: The Learning Studio
Theme URI: https://learn.studio
Description: A WordPress theme created for The Learning Studio
Author: The Learning Studio
Author URI: https://learn.studio
Template: Divi
Version: 1.0.5
*/

mark {
    background-color: #48af59;
    border-radius: 4px;
    padding: 2px;
}

#main-content {
    background-color: #212121;
}

#main-header .et_mobile_menu {
    background-color: #212121;
}

#main-footer #mc_embed_signup label {
    display: none;
}

#main-footer #mc_embed_signup #mce-EMAIL {
	background-color: #212121;
	border: none;
        border-radius: 16px;
        color: #f5f5f5;
	font-size: 16px;
	margin-top: 16px;
	padding: 16px;
	width: 100%;
}

#main-footer #mc_embed_signup #mce-EMAIL::placeholder {
	color: #bdbdbd;
}

#main-footer #mc_embed_signup .button {
	background-color: #48af59;
	border: none;
	border-radius: 50px;
	color: #f5f5f5;
	font-size: 16px;
        font-weight: 500;
	line-height: 1.7em;
	margin-top: 16px;
	padding: 4.8px 16px;
}

#main-header .nav li ul {
	right: 0; 
}

#footer-info {
	float: none;
	text-align: center;
}

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

.section-title {
        padding-bottom: 128px !important;
}

.section-title::after {
        content: "";
        background-image: URL("https://learn.studio/wp-content/uploads/2022/06/separator.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        bottom: -64px;
        width: 100%;
        height: 40px;
}

.select2-dropdown {
	background-color: #424242;
	border: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none;
}

.select2-container--default .select2-selection--single {
	border: none;
	border-radius: 0;
	background-color: #424242;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #BDBDBD;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 0;
}

.woocommerce .woocommerce-checkout #payment {
	background-color: #424242;
	border-radius: 0;
}

.woocommerce .woocommerce-checkout #payment .payment_methods {
	border: none;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
	border: none;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	background-color: #424242 import !important;
    border-radius: 32px;
    font-size: 16px !important;
    line-height: 36.25px;
    padding-left: 32px !important;
}

.woocommerce .woocommerce-info a {
	color: #00E676;
}

.woocommerce .woocommerce-error .woocommerce-Button,
.woocommerce .woocommerce-info .woocommerce-Button,
.woocommerce .woocommerce-message .woocommerce-Button {
	background-color: transparent;
}

.woocommerce .woocommerce-privacy-policy-text {
    margin-bottom: 16px;
    margin-top: 13px;
}

@media (max-width: 980px) {
	.container {
		width: 90%;
	}
	
	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-height: 80%;
		max-width: inherit;
	}
}

@media (min-width: 981px) {
	#main-header.et-fixed-header {
		box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12) !important;
	}
}

input.wpcf7-form-control {
    padding: 16px !important;
}

.outline-button {
    border: 1px solid #00e676;
    border-radius: 32px;
    display: inline-block;
    font-size: 14px;
    margin: 8px;
    padding: 8px 16px;
    text-transform: uppercase;
}

#menu-item-1862 span {
    display: none;
}

select.form-control {
  color: black!important;
}
