/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.sf-menu > li ul {
  width: 30em !important;
}

.woocommerce-mini-cart-item .no-permalink { padding-right:15px;}

.single .heading-title { padding:0 !important;}

.register-info-wrapper {
    margin: 0 auto 40px auto;
    background-color: #f0e7c7;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #ddd;

}

.players-flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.players-flex label { font-size:12px;}

.player-column {
    flex: 1;
    min-width: 300px;
	padding: 15px;
  border: 1px solid #263725;
  border-radius: 10px;
}

.woocommerce .form-row-first,
.woocommerce .form-row-last {
    width: 48%;
    float: left;
    clear: none;
}

.woocommerce .form-row-last {
    margin-left: 4%;
}

@media (max-width: 768px) {
    .players-flex {
        flex-direction: column;
    }

    .woocommerce .form-row-first,
    .woocommerce .form-row-last {
        width: 100%;
        margin-left: 0 !important;
    }
	.register-info-wrapper {
		padding: 20px 15px !important;}
}

