.more-fields {
    display: none;
}

#eut-main-menu a {
    font-size: 12px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    letter-spacing: 1px;
    padding: 0.5em 0 0 !important;
}

.eut-product-item .eut-media {
    margin-bottom: 5px !important;
}

.equalize-images img {
    max-height: 100px;
    width: auto;
}

@media(min-width: 800px) {
    .hide-on-desktop {
        display: none;
    }
}

@media(max-width: 800px) {
    .hide-on-mobile {
        display: none;
    }

	.eut-logo {
		display: none !important;
	}

	.eut-align-right,
	.eut-align-left {
		text-align: center !important;
	}

	.eut-feature-header {
		padding: 40px !important;
	}

	.eut-section {
		padding: 20px 40px !important;
	}

	.mc4wp-form-fields input[type="email"] {
		width: 100% !important;
		float: none !important;
		display: block;
	}

	.mc4wp-form-fields input[type="submit"] {
		margin: 20px auto;
    	display: block;
    	float: none !important;
	}

	.wpcf7-submit {
		width: 100% !important;
	}

	.wpcf7 form.sent .wpcf7-response-output {
		border: 1px solid #2d8f91 !important;
		color: #2d8f91 !important;
	}

}

#eut-feature-section.pink-hero-bg {
    background-color: #f9f5f2;
}

.pink-hero-bg .eut-bg-image {
    background-size: auto !important;
}

.modal-content {
    display: none;
}

.avc-modal {
    position: fixed;
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: auto;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30vh;
    width: 750px;
    margin: 0 auto 0;
    padding: 40px 40px 0;
    background: #FFF;
    transition: .2s ease all;
    opacity: 0;
    visibility: hidden;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #668e98;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

@media(max-width: 772px) {
    .modal-close {
        right: 10px;
    }

    .avc-modal {
        width: 100%;
    }
}

body.modal-on .avc-modal {
    transition: .2s ease all;
    visibility: visible;
    opacity: 1;
}

.avc-modal .content {
    text-align: center;
    color: #668e98;
    font-weight: 600;
}

.avc-modal .content .card-full-image {
    margin: 0 auto 30px;
}

.avc-modal .content .copy {
    color: #668e98;
    font-weight: 600;
    max-width: 70%;
    margin: 0 auto;
}

.avc-overlay {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    transition: .2s ease all;
    opacity: 0;
    visibility: hidden;
}

body.modal-on .avc-overlay {
    transition: .2s ease all;
    opacity: 1;
    visibility: visible;
}

.eut-team-description {
	display: none;
}

.avc-modal .web-link {
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 10px;
    display: block;
}

.avc-modal .eut-team-social li {
	list-style: none;
}

#eut-hidden-menu li a, #eut-hidden-menu ul.eut-menu-options li a, #eut-hidden-menu .eut-menu-options li a, #eut-hidden-menu ul li .eut-arrow .eut-side-area .eut-close-menu-button {
    color: #FFF !important;
}

.form-group {
    display: block;
}

.form-group .col-md-6 {
    width: 48%;
    margin: 1%;
    float: left;
}

.form-group.text-center,
.text-center {
    text-align: center;
}

@media(max-width: 900px) {
    .form-group .col-md-6 { width: 100%; clear: both; } 
    .form-group.submit-btn {
        clear: both;
        margin: 20px auto 0;
        display: block; 
        overflow:   hidden; 
    }

    .page-id-3107 #eut-feature-section,
    .page-id-3107 #eut-feature-section .eut-feature-section-inner {
        min-height: 240px !important;
    }

    .page-id-3107 .page .eut-feature-header {
        margin-bottom: -40px;
        padding-bottom: 0 !important;
    }

    .pink-hero-bg .eut-bg-image {
        background-size: 75% !important;
    }


    .sponsor-logos,
    .sponsor-logos .eut-image {
        text-align: center;
    }

    .sponsor-logos .eut-image img {
        max-width: 50%;
        margin: 0 auto;
    }

    .swap-columns {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .woocommerce .products li {
        text-align: center;
    }
}

.eut-product-item .eut-subtitle,
.eut-product-item .eut-add-to-cart-btn {
    display: none;
}
