/*
Theme Name: Custom Child Theme
Theme URI: 
Author: 
Author URI: 
Template: custom-theme
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
K.A.A.L
*/

@media (min-width: 1200px) {
.header .primary-menu>li {
    padding: 0 8px;
}
}
body {
    background-color: #0048a4;
}

select {
  color: gray !important;
}

select option { 
  color: black; 
}

select option:first-child{
  color: gray;
}



@media (min-width: 992px) {
    .back-top {
        bottom: 30px;
    }
    .footer-map .btn-wrap {
        top: 50%;
        transform: translateY(-25%);        
    }
}

@media (max-width: 767px) {
    form input,
    form select,
    form textarea {
        margin-bottom: 15px;
    }
    
    .form-list>li {
        margin-bottom: 0;
    }
    
    .membership-page-layout .content-wrapper ul#exTab1 li {
        padding: 0;
        width: 31.999%;
    }
    
    .membership-page-layout .content-wrapper ul#exTab1 li a {
        font-size: 14px;
    }
    .membership-page-layout .content-wrapper ul#exTab1 li.active:after {
        left: 32%;
    }
    .img-wrap {
        margin-bottom: 15px;
    }
    .back-top {
        bottom: 30px;
    }
}

.tax-membership-cat .tb-layout:nth-child(1),
.tax-membership-cat .tb-layout:nth-child(2),
.tax-membership-cat .tb-layout:nth-child(3),
.tax-membership-cat .tb-layout:nth-child(5),
.tax-membership-cat .tb-layout:nth-child(6),
.tax-membership-cat .tb-layout:nth-child(7),
.tax-membership-cat .tb-layout:nth-child(8),
.tax-membership-cat .tb-layout:nth-child(9),
.tax-membership-cat .tb-layout:nth-child(12),
.tax-membership-cat .tb-layout:nth-child(13),
.tax-membership-cat .tb-layout:nth-child(14),
.tax-membership-cat .tb-layout:nth-child(15),
.tax-membership-cat .tb-layout:nth-child(16),
.tax-membership-cat .tb-layout:nth-child(17),
.tax-membership-cat .tb-layout:nth-child(18),
.tax-membership-cat .tb-layout:nth-child(19),
.tax-membership-cat .tb-layout:nth-child(20),
.tax-membership-cat .tb-layout:nth-child(21),
.tax-membership-cat .tb-layout:nth-child(22)
{
	display: none;
}
.membershipModal .wpcf7-submit {
	display: none;
}