/*
Theme Name: Josh Shapiro
Theme URI: 
Description: 
Author: GPSIMPACT
Author URI: http://gpsimpact.com 
Version: 1.0
*/

/* ------- Global ------- */

body {
    background-color: #c5c5c5;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    padding-top: 80px;
}

@media (min-width: 768px) {
    body {
        font-size: 18px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

#main {
    background: #fff;
}

.blog #main {
    padding-bottom: 25px;
}

/* ------- Typography ------- */

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-weight: 700;
}

.loop {
    padding-top: 30px;
}

.section-title {
    /* position: absolute;
    bottom: 0px;
    top: 200px;
    left: auto;
    right: auto; */
    position: relative;
    z-index: 500;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 250px;
    color: white;
}

.archive .section-title,
.search .section-title,
.issues-page .section-title {
    margin: 50px auto;
    position: relative;
    z-index: 500 !important;
}

blockquote {
    background: #f8f8f8;
    border-left: 10px solid #acbee4;
    margin: 1.5em 10px;
    padding: 10px 20px;
}

blockquote p {
    display: inline;
}

/* ------- Header ------- */

.navbar {
    background: #1a3668;
    margin: 0;
    border: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 992px) {
    .nav {
        margin-top: 12px;
    }

    .navbar {
        padding: 10px 0;
    }
}

.navbar-brand {
    text-indent: -99999px;
    background-image: url('https://gps-public-static.s3-us-west-2.amazonaws.com/josh-shapiro/2020/20200608+Updated+Logos+for+Web/Shapiro_UpdatedLogo_White.png');
    background-repeat: no-repeat;
    background-position: 7px 13px !important;
    -moz-background-size: 180px auto;
    -o-background-size: 180px auto;
    -webkit-background-size: 180px auto;
    background-size: 180px auto;
    width: 190px;
    height: 80px;
}

@media (min-width: 992px) {
    .navbar-brand {
        width: 250px;
        height: 75px;
        background-position: 0px 10px !important;
        -moz-background-size: 210px auto;
        -o-background-size: 210px auto;
        -webkit-background-size: 210px auto;
        background-size: 210px auto;
    }
}

.nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

@media (min-width: 768px) {
    .dropdown-menu>li>a {
        color: #1a3668;
    }
}

.nav>li>a:hover,
.nav>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #d0202e;
    text-decoration: none;
}

.nav>li.contribute a {
    background-color: #d0202e;
}

.nav>li.contribute a:hover,
.nav>li.contribute a:focus {
    background-color: #e0303e;
    color: #fff;
}

.navbar-toggle {
    font-size: 25px;
    background-color: #acbee4;
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #bccef4;
    background-color: rgba(255, 255, 255, 0.35);
}

.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {

    .nav>li.facebook a,
    .nav>li.twitter a {
        font-size: 0px;
        padding-bottom: 7px;
        font-weight: 400;
    }

    .nav>li.facebook a:before {
        font-family: FontAwesome;
        font-size: 20px;
        display: inline-block;
        content: '\f09a';
    }

    .nav>li.twitter a:before {
        font-family: FontAwesome;
        font-size: 20px;
        display: inline-block;
        content: '\f099';
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

/* ------- Posts & Pages ------- */

.loop .post {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .loop .post {
        margin-bottom: 50px;
    }
}

.home .loop .post {
    margin-bottom: 0;
}

.post-header {}

.post-header.image {
    position: relative;
    z-index: 15;
    background-color: #1a3668;
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.post-header.image .post-title {
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    text-align: right;
}

@media (min-width: 768px) {
    .post-header.image .post-title {
        padding: 300px 0 10px 0;
        font-size: 50px;

    }
}

.post-meta {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
}

.post-header.image .post-meta {
    color: #fff;
    text-align: right;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 40px;
}

.post-body {
    padding: 15px 0;
}

.single .post {
    padding-top: 50px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {

    .single .post-body p,
    .single .post-body li,
    .single .post-body blockquote,
    .page .post-body p,
    .page .post-body li,
    .page .post-body blockquote,
        {
        font-size: 19px;
        line-height: 1.75;
    }
}

.post-body h2 {
    font-size: 31px;
}

.post-body h3 {
    font-size: 24px;
}

.post-body h4 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post-body small {
    font-size: 15px;
}

.post-body:first-child {
    background: red
}

.post-body p:last-of-type {
    margin-bottom: 0;
}

.post-footer li {
    font-size: 14px;
    text-transform: uppercase;
}

/* ------- Splash Page ------- */

body.page-template-page-splash {
    padding-top: 0;
}

.page-template-page-splash .hero {
    background: #1a3668;
    position: relative;
    z-index: 10;
    margin: 0;
}

@media (min-width: 768px) {
    .page-template-page-splash .hero {
        background-image: url('https://s3-us-west-2.amazonaws.com/josh-shapiro/josh_suit.jpg');
        background-position: 80% 25%;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

.page-template-page-splash .hero .form-wrap {
    margin: 25px 0;
}

@media (min-width: 768px) {
    .page-template-page-splash .hero .form-wrap {
        margin: 150px 0;
    }
}

#signup {
    margin: 0 0;
    transition: margin 0.5s ease-in-out;
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.hero {
    padding: 0;
    display: block;
    position: relative;
    z-index: 5;
}

.hero img {
    vertical-align: middle;
    width: 100%;
    height: auto;

    display: block;
}

@media (min-width: 992px) {
    .hero img {}
}

.hero.image .overlay {
    opacity: 0;
}

@media (min-width: 768px) {

    .hero.image .overlay {
        opacity: 0.25;
    }

    .hero.image .container {
        position: absolute;
        z-index: 25;
        top: 75%;
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%);
        color: #fff;

        width: 100%;
        padding: 0 25px;
    }
}

.hero .container>* {
    margin: 0;
    padding: 0;
}

.hero.image .post-title {
    color: #1a3668;
    margin: 15px 0 0 0;
    text-transform: uppercase;

}

.home .hero h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .hero.image .post-title {
        font-size: 50px;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        margin: 0;
    }

    .hero.image .post-meta {
        border: none;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    }
}

.largesreen {
    display: none;
}

@media (min-width: 682px) {
    .largesreen {
        display: block;
    }
}

.mediumscreen {
    display: none;
}

@media (max-width: 681px) {
    .mediumscreen {
        display: block;
    }
}

.mediumscreen .form {
    padding-bottom: 50px;
}

.hero .callout-row {
    /* margin-top: 200px; */
    min-height: 500px;
    width: 100%;
    text-align: center;
    /* overflow: hidden; */
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero .callout-row .callout-btn {
    background-color: #D0212E;
    padding: 8px;
    transition: all ease-in-out 400ms;
}

.hero .callout-row .callout-btn:hover,
.hero .callout-row .callout-btn:active,
.hero .callout-row .callout-btn:focus {
    background-color: #1a3668;
}

.hero .callout-row .callout-btn a {
    color: white;
    font-size: 2rem;
}

.hero .callout-row .callout-btn a:hover {
    color: white;
    text-decoration: none;
}

.hero .callout-row .col-sm-6 {
    margin-top: 100px;
}

.hero .callout-row h1 {
    margin: 0px 15px;
    padding: 3px;
    color: white;
    text-transform: uppercase;
    text-align: right;
    font-weight: normal;
    font-size: 3.25rem;
    position: relative;
    z-index: 1000;
}

.hero .callout-row h2 {
    margin: 15px;
    color: white;
    text-transform: uppercase;
    text-align: right;
    font-weight: normal;
    font-size: 2.25rem;
    position: relative;
    z-index: 1000;
}

.hero .bg-color {
    width: 100%;
    background-color: #1a3668;
    position: absolute;
    z-index: 100;
    bottom: 0;
}

@media (max-width: 767px) {
    #hero {
        padding: 70px 0;
    }

    .hero .bg-color {
        bottom: -30px;
    }

    .hero .callout-container {
        background-color: #1A3668 !important;
    }

    .hero .callout-container .inline-form-wrap {
        padding: 16px 0 !important;
    }

    .hero .callout-row .col-sm-6 {
        margin-top: 20px;
    }

    .hero .bg-color {
        background-color: transparent;
    }

    .hero .callout-row h1 {
        text-align: center;
        margin-top: 0px;
        font-size: 2.5rem;
    }

    .hero .callout-row h2 {
        text-align: center;
        margin-top: 7px;
    }

    .hero .callout-row .callout-btn a {
        font-size: 1.5rem;
    }

    /* .hero .callout-row {
		margin-top: 100px;
		margin-bottom: 100px;
	} */
}

.hero .callout-container {
    background-color: #1a3668;
    /* width: 100%;
	height: 100px; */
    display: table;
    text-align: center;
}

@media (max-width: 767px) {
    .hero .callout-container {
        background-color: transparent;
    }
}

.hero .callout-container .inline-form-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.hero .callout-container .inline-form-wrap .inline-form {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.hero .callout-container .inline-form-wrap .inline-form .form-col {
    padding: 8px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 500;
}

.hero .form legend {
    border: none;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.25em;
    margin-top: 15px;
}

.hero .form-col .input-lg {
    height: 36px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
}

.hero .form-col .btn-lg {
    height: 36px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
    padding: 8px;
}

.hero .container .form-group {
    margin-bottom: 15px;
}

.hero .bg-color .form-group {
    margin-bottom: 0px;
}

@media (max-width: 681px) {
    .hero .bg-color .form-group {
        margin-bottom: 15px;
    }

    .hero .form-group {
        margin-bottom: 15px;
    }

    .hero .callout-row {
        min-height: 618px;
    }
}

@media (max-width: 598px) {
    .hero .callout-row {
        min-height: 590px;
    }
}

@media (max-width: 500px) {
    .hero .callout-row {
        min-height: 565px;
    }
}

#hero {
    min-height: 500px;
}

.hero .form-group.email {
    float: left;
    width: 65%;
    margin-right: 5%;
}

.hero .form-group.zip {
    float: left;
    width: 30%;
}

.home .hero .form-wrap {
    padding: 70px 0 5px 0;
}

.home .hero .inline-form-wrap {
    padding: 5px 0px;
}

.home .hero .form-wrap img {
    border: 10px solid #fff;
}

.home .hero .inline-form-wrap img {
    border: 10px solid #fff;
}

.home .hero .form-wrap .video {
    padding: 25px 0;
}

@media (max-width: 767px) {
    .home .hero {
        background-image: none !important;
        background-color: #00265a;
        padding-top: 0 !important;
    }
}

@media (min-width: 1200px) {
    #hero {
        min-height: 600px;
    }

    .home .hero .form-wrap {
        padding: 120px 0 5px 0;
    }
}

/* ------- Home Page: Latest News ------- */

#latest-news .row:last-of-type {
    margin-top: 35px;
}

/* ------- Home Page: Three Actions ------- */

#actions {
    background-color: #acbee4;
    padding: 0;
}

#actions .item {
    background: #00265a;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 150px;
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 5;
}

@media(min-width: 768px) {
    #actions .item {
        width: 33.3334%;
        height: 200px;
    }
}

#actions .item a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    z-index: 15;
}

/* ------- Home Page: Latest Tweets ------- */

#latest-tweets {
    text-align: center;
    background-color: #00265a;
    /*background-image: url('assets/img/twitter_bg.jpg');*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    font-size: 14px;
}

#latest-tweets .tweet a {
    color: #fff;
    text-decoration: underline;
}

#latest-tweets .section-title .fa {
    font-size: 60px;
    color: #4099FF;
}

#latest-tweets .fb .section-title .fa {
    color: #fff;
}

#latest-tweets .section-title:after {
    display: none;
}

#latest-tweets .container {
    position: relative;
    z-index: 25;
}

#latest-tweets .item span {
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin: 0 50px 10px 50px;
    display: block;
}

@media (min-width: 768px) {
    #latest-tweets .item span {
        font-size: 24px;
    }

    #latest-tweets .item p a span {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        display: inline;
    }
}

#latest-tweets .rfbp-heading {
    display: none;
}

#latest-tweets .timePosted {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 25px 0;
}

#latest-tweets .item {
    padding: 10px 0 10px 0;
}

#latest-tweets .fa {
    color: #fff;
}

#latest-tweets .carousel-control.left,
#latest-tweets .carousel-control.right {
    background: none !important;
    padding-top: 50px;
}

#latest-tweets .carousel-control.left {
    left: -15px;
}

#latest-tweets .carousel-control.right {
    right: -15px;
}

#latest-tweets .carousel-control {
    width: 5%;
    opacity: 1;
    color: #dedede;
    text-shadow: none !important;
}

/* ------- Contact Page ------- */

#contact {
    opacity: 1;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}

#contact.bye {
    opacity: 0;
    height: 0px;
}

#contact textarea.form-control {
    min-height: 250px;
}

/* Issues Page and custom post type issues styles */
.page .issues-page .loop-pg-issues {
    margin-bottom: 50px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}

.center-block {
    float: left;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
}

@media (min-width: 768px) {
    .center-block {
        width: 33.333334%;
    }
}

.hero-pages {
    position: relative;
    min-height: 350px;
    width: 100%;
}

@media (max-width: 768px) {
    .hero-pages {
        overflow-x: hidden;
    }
}

.hero-pages .overlay-issues {
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

[class*='post-excerpt-'] {
    display: block;
}

[class*='post-content-'] {
    display: none;
}

@media (max-width: 576px) {
    [class*='post-excerpt-'] {
        display: block;
    }

    [class*='post-content-'] {
        display: none;
    }
}

/* ------- Footer ------- */

#footer {
    background-color: #c5c5c5;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

#footer-logo {
    width: 75%;
    max-width: 350px;
    display: block;
    margin: 35px auto;
}

#footer-signup {
    background-color: #d0202e;
    padding: 25px 0;
}

#footer-signup legend {
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    #footer-signup .form-group {
        width: 40%;
        float: left;
        margin-right: 1%;
    }

    #footer-signup .form-group.zip {
        width: 18%;
        margin-right: 0;
    }

    #footer-signup .btn {
        width: 50%;
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }
}

#disclaimer {
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 90%;
    max-width: 350px;
    margin: 15px auto 25px auto;
    display: block;
    border: 1px solid #000;
    padding: 8px 0;
}

/* ------- Buttons ------- */

.btn-primary {
    background-color: #acbee4;
    border-color: #acbee4;
    color: #1a3668;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #bccef4;
    border-color: #bccef4;
    color: #1a3668;
}

.btn-contribute {
    background-color: #d0202e;
    border-color: #d0202e;
    color: #fff;
}

.btn-contribute:hover,
.btn-contribute:focus {
    background-color: #e0303e;
    border-color: #e0303e;
    color: #fff;
}

.btn-facebook {
    background: #3b5998;
    border-color: #324a80;
    color: #fff !important;
    text-shadow: none;
}

.btn-facebook:hover {
    background: #5774b3;
    border-color: #3b5998;
    color: #fff !important;
    text-shadow: none;
}

.btn-twitter {
    background: #4099FF;
    border-color: #398ae5;
    color: #fff !important;
    text-shadow: none;
}

.btn-twitter:hover {
    background: #66adff;
    border-color: #4099FF;
    color: #fff !important;
    text-shadow: none;
}

.btn-outline {
    background: transparent;
    border: 2px solid #1a3668;
    color: #1a3668;
}

.btn-outline:hover,
.btn-outline:focus {
    background-color: #1a3668;
    color: #fff;
}

/* ------- Misc ------- */

.home .section {
    position: relative;
    z-index: 10;
    padding: 50px 0;
}

#main .form {

    display: block;
    height: auto;
    -moz-transition: height 0.25s ease-in-out;
    -webkit-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
}

.form-control,
.btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn {
    text-transform: uppercase;
}

.share {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 500;
    list-style: none;
    margin: 0;
    padding: 0;
}

.share li {
    font-size: 30px;
    margin: 0;
    width: 50px;
}

.share li a {
    background-color: #aaa;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 0;
}

.share li a.facebook {
    background-color: #5774b3;
}

.share li a.twitter {
    background-color: #4099FF;
}

.share li a.email {
    background-color: #6abd45;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    display: block;
}

.overlay.black {
    background: #000;
    opacity: 0.5;
}

.overlay.blue {
    background: #1a3668;
    opacity: 0.6;
}

.top {
    position: relative;
    z-index: 25;
}

@media (min-width: 768px) {

    /* Alignment */
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin: 0 auto;
    }
}

/*
lb #69bee2 
red #d0202e
*/

.pum-overlay {
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.pum-container,
.pum-theme-default-theme .pum-container {
    padding: 50px 15px;
    background-color: #1a3668 !important;
    padding: 50px 15px;
}

.pum-container h1,
.pum-container h2,
.pum-container h3,
.pum-container h4,
.pum-container h5,
.pum-container h6,
.pum-theme-default-theme .pum-container h1,
.pum-theme-default-theme .pum-container h2,
.pum-theme-default-theme .pum-container h3,
.pum-theme-default-theme .pum-container h4,
.pum-theme-default-theme .pum-container h5,
.pum-theme-default-theme .pum-container h6 {
    color: #fff;
}

.pum-container h2,
.pum-theme-default-theme .pum-container h2 {
    color: #fff;
}

.pum-container h2 strong,
.pum-theme-default-theme .pum-container h2 strong {
    font-weight: bold;
}

.pum-container h3,
.pum-theme-default-theme .pum-container h3 {
    margin-bottom: 30px;
    color: #fff;
}

.pum-container h3 strong,
.pum-theme-default-theme .pum-container h3 strong {
    font-weight: bold;
    color: #69bee2;
}

.pum-container .overlay,
.pum-theme-default-theme .pum-container .overlay {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .6;
}

.pum-container .pum-content,
.pum-theme-default-theme .pum-container .pum-content {
    position: relative;
    overflow: hidden;
}

.pum-container .pum-content .popup-background,
.pum-theme-default-theme .pum-container .pum-content .popup-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.pum-container .pum-content .inner-content,
.pum-theme-default-theme .pum-container .pum-content .inner-content {
    position: relative;
    z-index: 5;
    padding: 30px 15px;
}

.pum-container .btn-primary,
.pum-theme-default-theme .pum-container .btn-primary {
    margin-top: 30px;
    background-color: #acbee4;
    border-color: #acbee4;
    color: #1a3668;
}

.pum-container .btn-primary:hover,
.pum-theme-default-theme .pum-container .btn-primary:hover,
.pum-container .btn-primary:focus,
.pum-theme-default-theme .pum-container .btn-primary:focus,
.pum-container .btn-primary:active,
.pum-theme-default-theme .pum-container .btn-primary:active {
    background-color: #bccef4;
    border-color: #bccef4;
    color: #1a3668;
}

.pum-container .pum-content+.pum-close,
.pum-theme-default-theme .pum-container .pum-content+.pum-close {
    top: -10px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.pum-container .pum-content+.pum-close:hover,
.pum-container .pum-content+.pum-close:active,
.pum-container .pum-content+.pum-close:focus,
.pum-theme-default-theme .pum-container .pum-content+.pum-close:hover,
.pum-theme-default-theme .pum-container .pum-content+.pum-close:active,
.pum-theme-default-theme .pum-container .pum-content+.pum-close:focus {
    background-color: transparent;
    color: #d0202e;
}

.pum-container .popup-title {
    border: none;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-bottom: 10px !important;
}

.popup-close-anchor {
    display: block;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.popup-close-anchor:hover,
.popup-close-anchor:active,
.popup-close-anchor:focus {
    color: #d0202e;

}

/* ------- Shop Button ------- */
.nav>li.shop a {
    background-color: #acbee4;
    color: #1a3668;
}

.nav>li.shop a:hover,
.nav>li.shop a:focus {
    background-color: #bccef4;
    color: #1a3668;
}