/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Description: Understrap Child Theme
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 0.6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
GitHub Theme URI: understrap/understrap-child
*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* Navigation bar css */

ul#main-menu>li {
    border-right: 1px solid #fff;
    font-size: 1rem;
    font-family: 'Fira Sans Condensed', sans-serif; 
}

ul#main-menu>li:last-child {
    border-right: none;
}

.navbar {
    padding: 1.8rem 1rem;
    background-color: #163828 !important;
}

a.nav-link {
    padding: 0 10px !important;
}

#navbarNavDropdown {
    flex-grow: 0;
}

#main-nav {
    padding: 0px;
}

nav li a {
    color: #fff !important;
}
nav ul.dropdown-menu.show > li >a {
    color: #000 !important;
}
.dropdown-item:active{
    background-color: transparent;
}
.navbar-brand .img-fluid {
    max-width: 100% !important;
}


/* end */


/* Body css */

.left-right-alternate-content>.vc_row:nth-child(4n+1)>.vc_column_container:nth-child(2)>.vc_column-inner {
    justify-content: flex-start;
}

.left-right-alternate-content>.vc_row:nth-child(4n+3)>.vc_column_container:nth-child(2)>.vc_column-inner {
    justify-content: flex-end;
}

.left-right-alternate-content>.vc_row>.vc_column_container:nth-child(2)>.vc_column-inner {
    flex-direction: row !important;
}

.left-right-alternate-content>.vc_row>.vc_column_container:nth-child(2)>.vc_column-inner>.wpb_wrapper {
    align-self: center;
    flex-basis: 560px;
}

.vc_row.mission-statement {
    overflow: visible !important;
}

.vc_row.mission-statement .wpb_single_image {
    width: auto;
    display: inline-block;
    float: right;
    text-align: right;
    margin-left: 20px;
    position: relative;
    top: -100px;
    margin-bottom: -40px;
}

.vc_row.mission-statement .mission-statement-images-columns .wpb_single_image:nth-of-type(2){
    box-shadow: -15px 15px 0px -1px rgba(246, 224, 79, 1);
    -webkit-box-shadow: -15px 15px 0px -1px rgba(246, 224, 79, 1);
    -moz-box-shadow: -15px 15px 0px -1px rgba(246, 224, 79, 1);
}

.vc_row.mission-statement .wpb_single_image img {
    max-height: 280px;
    width: auto;
}

header.entry-header {
    display: none !important;
}
.about-us-video-row p{
	font-size: 20px !important;
}
h3 {
	font-family: 'Libre Baskerville', serif !important;
    font-size: 15px !important;
}
h1{
	font-family: 'Libre Baskerville', serif !important;
	font-weight: 600 !important;
	font-size: 40px;
}
h2 {
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 600 !important;
    font-size: 18px;
}
h5.sub-heading{
	font-family: 'Libre Baskerville', serif !important;
    font-weight: 700;
	font-size: 12px;
}

p {
	font-family: 'Libre Baskerville', serif !important;
    font-size: 16px !important;
}

.text-block {
    margin-bottom: 35px !important;
}


/* end */


/* footer css */

.email-text:hover {
    color: #a9b485;
}

.email-text {
    color: #a9b485;
}

.phone-text:hover {
    color: #fff;
}

/* .phone-text {
	font-family: 'Libre Baskerville', serif !important;
    font-size: 24px;
    color: #fff;
} */

.copy-right-col,
.facebook-icon-col {
    padding: 25px 0px;
    text-align: center;
}

.copy-right-col h6 {
    color: #fff;
}

footer hr {
    border-top: 2px solid #39604d !important;
    width: 100%;
}

.wrapper#wrapper-footer {
    padding: 0 !important;
    background: #254f3b;
    font-family: 'Libre Baskerville', serif !important;
}

.wrapper#page-wrapper {
    padding: 2px 0px 0px 0px !important;
}

.footer-title-column {
    padding-top: 24px;
}

.footer-deatils-column {
    padding-bottom: 16px;
}

.footer-end {
    background-color: #212529;
}

.site-footer .location iframe { width: 540px; height: 250px; display: block; margin: 0 auto; }
/* END */


/* This css use in contact-form section */


/* Hide the contact form 7 invalid field markers */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #ff0000;
}

.wpcf7-not-valid-tip {
    display: none;
}


/* Change the background color of the invalid contact form 7 fields */
.wpcf7 form.sent .wpcf7-response-output{
    grid-column: 1/ span 3;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    margin-top: -30px;
}
.wpcf7-response-output{
    grid-column: 1/ span 3;
    max-width: 500px;
    margin: 0 auto  !important;
    margin-bottom: 25px !important;
    text-align: center;
    margin-top: -30px !important;
}
.wpcf7 input[type=submit]{
    border-color: #fff !important;
}
.wpcf7-form-control {
    border: 1px solid transparent !important;
}

.wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
    background-color: #ffc8c8 !important;
}

.contact-form {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 12px;
    row-gap: 14px;
}

.contact-form div:nth-of-type(4) {
    grid-column: 1 / span 2;
}

.contact-form div:nth-of-type(5) {
    display: flex;
    align-items: end;
    justify-content: center;
}
.untitle-form{
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 12px;
    row-gap: 14px;
}
.untitle-form p:nth-of-type(1) > span .wpcf7-form-control {
    height: 58px;
}
.untitle-form p:nth-of-type(7),.untitle-form p:nth-of-type(8){
    grid-column: 1/span 3;
}
.untitle-form p:nth-of-type(9) {
    display: flex;
    align-items: end;
    justify-content: start;
}

.wpcf7-spinner {
    display: none !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 50% !important;
    color: #000;
    background-color: #fff !important;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    border-color: #fff !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: none !important;
}

input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-email,
input.wpcf7-form-control.wpcf7-tel {
    padding: 28px 10px;
}

.wpcf7 {
    max-width: 100%;
}


/* end */


/* second page style */

.pink-image img {
    max-height: 60px;
}

.vc_row .the-womans-club-img .wpb_single_image {
    overflow: visible;
}

.the-womans-club-img .wpb_single_image .vc_single_image-wrapper img {
/*     max-height: 280px; */
	max-height: 365px;
    width: auto;
}

.the-womans-club-img .wpb_single_image figure {
    box-shadow: -15px 15px 0px -1px rgba(205, 61, 104, 1);
    -webkit-box-shadow: -15px 15px 0px -1px rgba(205, 61, 104, 1);
    -moz-box-shadow: -15px 15px 0px -1px rgba(205, 61, 104, 1);
}

.nav_container {
    justify-content: center !important;
}


/* end */
/* About us css is done by Deb */
.oral-history-video-column .vc_column-inner{
		padding-right: 90px !important;
	}
	.about-us-video-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
/* end */
/* Secondary membership css is done by Deb */
.sub-heading-content-section {
    padding-right: 88px;
}
/* End */
/* Membership menu css is done by Deb */
.membership-menu-ul .widget .menu-membership-menu-container {
    background-color: #F3FAFA;
}
input.swpm-login-form-submit{
    width: 20%;
    padding: 6px 12px;
    border-radius: 0px;
/*     border-color: #7b7b7b; */
    font-family: 'Fira Sans Condensed', sans-serif; 
    font-weight: 600;
	background-color: #163828;
    color: #fff;
}
input.swpm-pw-reset-submit{
	width: auto;
    padding: 6px 12px;
    border-radius: 0px;
/*     border-color: #7b7b7b; */
    font-family: 'Fira Sans Condensed', sans-serif; 
    font-weight: 600;
	background-color: #163828;
    color: #fff;
}
ul#menu-membership-menu, ul#menu-membership-menu-1{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none !important;
}
/* #menu-membership-menu > li:hover { */
    /* background-color: #; */
    /* color: #fff; */
/* } */
#menu-membership-menu > li:first-child{
    border: 2px solid #d7d7d7;
}
#menu-membership-menu > li:nth-child(n){
    border-bottom: 2px solid #d7d7d7;
    border-right: 2px solid #d7d7d7;
    border-left: 2px solid #d7d7d7;

}
#menu-membership-menu li {
    padding: 10px 0px;
 
}
#menu-membership-menu > li > a {
    padding-left: 20px;
    text-decoration: none;
    color: #000;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1rem;
}
/* #menu-membership-menu > li:hover > a {
    color: #fff;
} */
#menu-membership-menu > li:nth-child(n):hover {
    background-repeat: no-repeat;
    background-size: 6%;
    background-image: linear-gradient(90deg, #cd3e63, #cd3e63);
}
#menu-membership-menu > .current-menu-item {
	background-repeat: no-repeat;
    background-size: 6%;
    background-image: linear-gradient(90deg, #cd3e63, #cd3e63);
}

/* #menu-membership-menu > .current-menu-item { */
    /* background-color: #000; */
/* } */
/* #menu-membership-menu > .current-menu-item > a {
    color: #fff;
} */
label.swpm-label, .swpm-rember-label, .swpm-forgot-pass-link > a, .swpm-join-us-link > a{
    font-family: 'Libre Baskerville';
}
/* For collaspe menu */
#menu-membership-menu-1 li > a {
    padding-left: 20px;
    text-decoration: none;
    color: #14704D;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1rem;
    display: block;
}
#menu-membership-menu-1 li {
    padding: 5px 0px;
}
#menu-membership-menu-1 li:hover {
    background-color: #000;
}
#menu-membership-menu-1 > li:hover > a { 
    color: #fff;
}
/* End for collaspe menu */
/* End */

@media only screen and (max-width: 1300px) {
	.site-footer .location iframe { width: 100%; }
}
@media only screen and (max-width: 993px) {
 	.sub-heading-content-section {
    	padding-right: 0px;
	}   
    div.special-events-and-activities-section div, div.special-events-and-activities-section figure, div.special-events-and-activities-section img{
        height: 100%;
    }
    /* .wpcf7 form.sent .wpcf7-response-output{
        left: 32%;
    } */
	.oral-history-video-column .vc_column-inner{
		padding-right: 15px !important;
	}
    ul#main-menu>li {
        border-right: none;
    }
    a.nav-link {
        padding: .5rem 1rem !important;
    }
    .nav_container {
        justify-content: space-between !important;
        padding: 0px !important;
    }
    .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
        align-items: start !important;
    }
    .text-block {
        margin-bottom: auto !important;
    }
    .navbar-brand .img-fluid {
        max-width: 50% !important;
    }
    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc_row.mission-statement .wpb_single_image img {
        max-height: 200px;
    }
}

@media only screen and (max-width: 767.98px) {
    .site-footer h3, .email-text{
        font-size: 17px !important;
    }
    .dropdown-toggle::after{
        position: absolute;
        right: 15px;
        top: 16px;
    }
    /* This css use in membership pages */
    main.membership-container{
        min-height: 35vh;
    }
    /* End */
    input.swpm-login-form-submit {
        width: 50%;
    }
    .untitle-form p:nth-of-type(8) {
        display: flex;
        align-items: end;
        justify-content: center;
    }
    .left-right-alternate-content>.vc_row>.vc_column_container:nth-child(1)>.vc_column-inner .wpb_wrapper.vc_figure,
    .left-right-alternate-content>.vc_row>.vc_column_container:nth-child(1)>.vc_column-inner .wpb_wrapper.vc_figure>.vc_single_image-wrapper,
    .left-right-alternate-content>.vc_row>.vc_column_container:nth-child(1)>.vc_column-inner .wpb_wrapper.vc_figure>.vc_single_image-wrapper>img {
        width: 100%
    }
    .vc_row.mission-statement .wpb_single_image:nth-of-type(2) {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .vc_row.mission-statement>.vc_column_container:nth-child(2) .wpb_wrapper {
        text-align: center;
    }
    .vc_row.mission-statement .wpb_single_image {
        float: none;
        position: inherit;
        margin-bottom: 20px;
    }
    .vc_row.mission-statement .wpb_single_image img {
        min-height: 250px;
        max-height: 250px;
        width: auto;
    }
    .the-womans-club-img .wpb_single_image figure {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .img-fluid {
        max-width: 70% !important;
    }
    .nav_container {
        padding: 0 10px !important;
    }
    .contact-form {
        display: grid;
        grid-template-columns: auto;
    }
    .untitle-form {
        display: grid;
        grid-template-columns: auto;
    }
    .untitle-form p:nth-of-type(7) {
        grid-column: 1;
    }
    .contact-form div:nth-of-type(4) {
        grid-column: 1;
    }
    .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
        align-items: auto !important;
    }
    .text-block {
        margin-bottom: auto !important;
    }
    .copy-right-col {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .facebook-icon-col {
        padding-bottom: 25px;
        padding-top: 10px;
    }
}

.swpm-pw-reset-email-input input#swpm_reset_email, .swpm-username-input input#swpm_user_name, .swpm-password-input input#swpm_password {
    width: 100%;
	background-color: #f4f9fc;
    border: #edf3f2;
    padding: 6px;
	margin-top: 10px;
}
.swpm-pw-reset-email-input {
    margin-top: 0;
}
.swpm-join-us-link{
	display: none;
}

.swpm-forgot-pass-link a#forgot_pass{
	text-decoration: none;
	color: #000;
}
.swpm-remember-me{
	display: none;
}
label.swpm-label, .swpm-pw-reset-email label.swpm_label {
    font-weight: 700;
}
.swpm-pw-reset-email label.swpm_label {
	font-family: 'Libre Baskerville';
}
/* aside#nav_menu-2{
    position: absolute;
    top: 102px;
    width: 100%;
} */
.swpm-post-not-logged-in-msg a {
    display: none;
}
.swpm-post-not-logged-in-msg a.swpm-login-link{
    display: inline;
}
.logged-in p.login-top-text {
    display: none;
}
/* .page-id-97.logged-in aside#nav_menu-2{
    margin-top: 75px;
} */
main.site-main.membership-container#main{
	
	padding-top: 40px;
    padding-bottom: 40px;
}
.membership-container .has-post-thumbnail .wp-post-image{
    display: none;
}
ul.bullets-in-paragraph > li > p, ul.bullets-in-paragraph{
    font-family: 'Libre Baskerville';
}


.image-galary-style .wpb_image_grid_ul { display: flex; flex-wrap: wrap; height: auto !important; }
.image-galary-style .wpb_image_grid_ul .isotope-item { width: 20%; position: relative !important; top: 0px !important; left: 0px !important; padding: 1px !important; margin: 0px !important; }
.image-galary-style .wpb_image_grid_ul .isotope-item img { width: 100%; }

.single-image-galary-style .wpb_image_grid_ul{display: flex; height: auto; flex-wrap: wrap; justify-content: center;}
.single-image-galary-style .wpb_image_grid_ul .isotope-item { width: 35%; position: relative !important; top: 0px !important; left: 0px !important; padding: 1px !important; margin: 0px !important; }

.directory-table th {
    background-color: #163828 !important;
    color: #fff;
}
.directory-table td a {
    color: #163828;
}
.dataTables_wrapper .dataTables_filter input{margin-bottom: 10px !important;} 
@media only screen and (max-width: 767.98px) {
div.activity-projects-heading h2{margin-top: 20px;}
}
.tablepress tbody tr td:first-child{width:115px;}
@media only screen and (max-width: 992px) {
    .tablepress tbody tr td:first-child img{width:85px;}
}

.swpm-validate-form input{
    background-color: #f4f9fc;
    border: #edf3f2;
    padding: 6px;
	margin-top: 10px;
	width: 100% !important;
}
 .swpm-validate-form select#country {
    background-color: #f4f9fc;
    border: #edf3f2;
    padding: 10px 2px;
	margin-top: 10px;
	width: 100% !important; 
	
}
/* .swpm-validate-form td{
	background-color: #f4f9fc;
    border: #edf3f2;
    padding: 6px;
} */
.swpm-validate-form label {
    font-family: 'Libre Baskerville';
    font-weight: 700;
}
.swpm-validate-form td {
    font-family: 'Libre Baskerville';
}
.swpm-validate-form input.swpm-edit-profile-submit {
    padding: 6px 12px;
    width: 20% !important;
    border-radius: 0px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    background-color: #163828;
    color: #fff;
	margin-top: 10px;
}
li {
	font-family: serif ;
}
.swpm-validate-form tr:first-child td:nth-child(2) {
    background-color: #f4f9fc;
    padding: 6px;
}
.swpm-validate-form tr:nth-child(13) input#company_name{
	margin-bottom: 10px !important;
}
.swpm-validate-form tr:last-child td:nth-child(2) {
    background-color: #f4f9fc;
	padding: 6px;
}
.footer-end i.fa.fa-facebook-square {
    font-size: 39px !important;
}
.footer-end h6{
	margin-bottom: 0 !important;
}
.footer-end .row.px-3 {
    align-items: center;
	justify-content: center;
}
.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}
