/*!
Theme Name: cargomatic
Theme URI: http://underscores.me/
Author: millennialwebdevelopment.com
Author URI: http://millennialwebdevelopment.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cargomatic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cargomatic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body {
    overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px!important;
  background:transparent!important;
}
.sign-up-form .form-area form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 0;
    border: none;
    border-bottom: 1px solid #64727f;
    background: transparent url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat right 4px;
}
.sign-up-form .form-area form select option{
	color:#000;
}



/* Start moved from customize theme to here */
/* Styles for Women's History Page */
.page-id-7716 .page-banner-text-content h3, .page-id-7799 .page-banner-text-content h3 {
    width: 100%;
    padding: 25px 50px 0 0;
    line-height: 2em;
}
.page-id-7716, .page-id-7799 h5 {
    font-size: 25px;
}

.page-id-7716 p > span, .page-id-7799 p > span {
    font-size: 16px;
}

.page-id-7716 .half-image-text-bg, .page-id-7799 .half-image-text-bg {
    padding-bottom:0px;
}

.page-id-7716 #row2, .page-id-7799 #row2 {
    padding-top: 20px;
}
.page-id-7716 .half-image-text-bg:last-child,.page-id-7799 .half-image-text-bg:last-child {
    padding-bottom:90px; 
}

.page-id-7716 .half-image-text-bg .content-area, .page-id-7799 .half-image-text-bg .content-area {
    background:white;
}
.page-id-7716 .half-image-text-bg .content-area .image-area, .page-id-7799 .half-image-text-bg .content-area .image-area {
    flex: 0 0 40%;
    max-width: 40%;
    
}

.page-id-7716 .half-image-text-bg .content-area .text-area, .page-id-7799 .half-image-text-bg .content-area .text-area {
    padding: 10px 45px 0 30px;
    flex: 0 0 60%;
    max-width: 60%;
}


.page-id-7716 .half-image-text-bg .content-area .image-area img, .page-id-7799 .half-image-text-bg .content-area .image-area img {
    border-radius: 10px;
    border:1px solid rgba(96, 96, 96, .1);
}


.wp-caption { color:#fff; font-size:14px; }

@media (max-width: 767.98px){
    .row .col-12 .page-banner-image-content .image-area {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        height: 100%;
        margin-top: unset;
        margin-bottom: 10px;
    }
	
}

.customform{
    max-width: 900px;
    margin: auto;
}

.text-green{
    color:#00b287;
}


/* End moved from customize theme to here */

body .landing-banner-1-content{
    width: 100%;
}

body .navbar-collapse .navbar-right a.btn{
    margin-right: 0 !important;
}

section#row4.bg_color_text-only .text-only-content{
    padding-top: 120px;
    padding-bottom: 70px;
}
@media (min-width: 767.98px){
section#row4.bg_color_text-only .text-only-content{
    padding-right: 50px;
}
	.customform{ padding-right: 0px;}
}