/*
 Theme Name:   KC Cops
 Theme URI:    https://kc-cops.local/
 Description:  Custom theme built for Responsible Flushing Alliance.
 Author:       Anthony Pinnock
 Author URI:   https://kc-cops.local/
 Template:     twentynineteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  kccops
*/



/* ========= COLOR REFERENCES ========= */
:root {
    --darkBlue:         #003A76; /* Primary */
    --blue:             #1F6598; /* Tertiary */
    --orange:           #F79400; /* Secondary */
    --gray:             #666666; /* Quaternary */
}

/* ==================================== */


/* ======== TABLE OF CONTENTS =========
	1. General Styles
    2. Navigation & Footer Styles
        - 2a. Nav
        - 2b. Footer
	3. Main Styles
        - 3a. hero
        - 3b. Responsive Videos & YouTube
        - 3c. YouTube Playlist
        - 3d. Video Background
        - 3e. Forms
        - 3f. Social Icons
    4. Landing Page Styles
/* ==================================== */


/* ------------------------------ 
    1. General Styles
------------------------------ */
@-ms-viewport {
    width: device-width;
}

html {
    overflow-x: hidden;
}

body {
    font-family: proxima-nova, sans-serif;
    font-size: 16px; /* Adjust this on mobile to globally change tags) */
    line-height: 20px;
    background-color: #fff;
    overflow-x: hidden;
}

h1:not(.site-title):before,
h2:before {
    display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
a,
button,
input,
.btn,
a.btn {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
    background-color: #F5F5F5;
    outline: none;
    border: none;
    color: var(--gray);
    font-size: 1em !important;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: capitalize;
    text-align: left;
    padding: 12px 16px !important;
    border: solid 1px var(--blue);
    border-radius: 5px;
}

textarea{
    color: var(--gray);
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    letter-spacing: .19em;
    text-align: left;
    background: #fff;
    outline: none;
    border: none;
    height: 153px !important;
    resize: none;
}

.gform_footer {
    text-align: center;
}

input[type="submit"] {
    background-color: var(--darkBlue);
    color: #fff;
    font-family: adelle, serif;
    font-size: 1em;
    font-weight: 700;
    border: none;
    border-radius: 25px;
    padding: 15px 100px;
}


input[type="submit"]:hover{
    background: var(--orange);
}

.form-container{
    max-width: 551px;
    width: 100%;
    margin-bottom: 70px;
}

.form-title{
    color: var(--darkBlue);
    font-size: 1.25em;
    font-family: adelle, serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 25px;
}

.gform_description{
    display: block;
    color: var(--blue);
    font-size: 1.13em;
    font-family: lorimer-no-2, sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 25px 0;
}


h1,
.h1 {
    color: #fff;
    font-family: adelle, serif;
    font-weight: 900;
    font-size: 10.63em; /* 58px */
}

h2,
.h2 {
    font-family: adelle, serif;
    font-weight: 900;
    font-size: 3.13em; /* 50px */
    line-height: 45px;
    letter-spacing: .05em;
    color: var(--blue);
}

h3,
.h3 {
    font-family: adelle, serif;
    font-weight: 500;
    font-size: 2.13em; /* 34px */
    color: #fff;
}

h4,
.h4 {
    font-size: 1.25em; /* 20px */
    line-height: 45px;
    color: var(--blue);
}

p,
.p {
    font-size: 1em; /* 16px */
    line-height: 20px;
}

.p a,
p a{
    text-decoration: underline;
}

a {
    color: unset;
    transition: all .33s ease-in-out;
}

a:visited,
a:focus {
    color: unset;
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: var(--red);
}

ul {
    padding-left: 20px;
}

ul li{
    list-style-type: none;
}

.btn {
    position: relative;
    color: #fff !important;
    font-size: 1.25em; /* 20px */
    line-height: 30px;
    padding: 10px 30px;  
    transition: all .5s;
    border-radius: 15px;
    background-color: var(--red);
}

.btn:hover{
    background-color: var(--blue);
}

.btn:hover .svg{
    margin: 0 10px 0;
}

.btn svg{
    font-size: 10px;
    margin: 0 5px 0;
    display: inline-block;


}

.border{
    border-color: #707070 !important;
}

b,
strong {
    font-weight: 800;
}

#masthead #logo_full_color,
#masthead .brand-logo img {
    max-width: 279px;
    width: 100%;
}

.mobile{
    display: none;
}

.logo {
    max-width: 316px;
}

.bg-hero-img {
    width: 844px;
    position: absolute;
    top: 0;
}

.letter-space-3 {
    letter-spacing: 0.03em;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: none;
}

.large-txt{
    font-size: 1.25em;
}

.adelle{
    font-family: adelle, san-serif;
}

.f-300 {
    font-weight: 300; /* Light */
}

.f-400 {
    font-weight: 400; /* Regular */
}

.f-500 {
    font-weight: 500; /* Medium */
}

.f-600 {
    font-weight: 600; /* Semi-Bold */
}

.f-700 {
    font-weight: 700; /* Bold */
}

.f-800 {
    font-weight: 800; /* Extra-Bold */
}

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}


img {
    width: 100%;
}

.white-txt{
    color: #fff;
}

.white{
    color: #fff;
}

.color-primary{
    color: var(--blue);
}

.color-secondary{
    color: var(--red);
}

.color-tertiary{
    color: var(--blue);
}

.bg-primary{
    background-color: var(--darkBlue) !important;
}

.bg-secondary{
    background-color: var(--red) !important;
}

.bg-tertiary{
    background-color: var(--blue);
}

.bg-gray{
    background-color: #EAEAEA;
}

.bg-dark-blue{
    background-color: #0038AE;
}

.bg-transparent{
    background: transparent;
}

.bg_red_quote{
    background-color: rgba(170, 24, 44, .81);
}

.bg_blue_quote{
    background-color: rgba(24, 45, 87, .81);
}

.no-border{
    border: none !important
}

.no-border{
    border: none !important
}
.no-box-shadow{
    box-shadow: none;
}

header{
    background-color: #fff;
    height: 91px;
    width: 100%;
}

.stroke-text{
    font-size:10.63em;
    font-family: adelle, serif;
    font-weight: 900;
    letter-spacing: .05em;
    text-anchor:middle;
    stroke:#fff;
    stroke-width:2px;
    fill: rgba(0,0,0, 0.15);
    transform: translate(50%, 95%);
}

.hidden-heading{
    height: 0;
    overflow: hidden;
}



/* ------------------------------ 
    2. Navigation & Footer Styles
------------------------------ */
/*  - 2a. Nav  */
/***  Desktop Navigation  ***/

.main-menu-item a,
.desktop-navigation .main-menu-item span {
    font-family: proxima-nova, sans-serif;
    font-size: 1em; /* 15px */
    line-height: 20px;
    color: #666666;
    transition: all .5s ease-in-out;
    padding: 0 20px;
    transition: all .5s ease-in-out;
    text-decoration: none;
}

.main-menu-item a:hover,
.desktop-navigation .main-menu-item span:hover{
    color: var(--orange) !important;
}

.main-menu-item:first-of-type a,
.main-menu-item:first-of-type span {
    padding-left: 0;
}

.main-menu-item:last-of-type a,
.main-menu-item:last-of-type span {
    padding-right: 0;
}

/* Sub-Menu */
ul.nav li {
    position: relative;
}

ul.nav ul {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0;
    /* right: calc(50% - 130px); */
    top: 100%;
    width: auto;
    list-style: none;
    transition: all .33s ease-in-out;
    z-index: 99;
    margin-top: 26px;
    border-bottom: 3px solid;
}

ul.nav ul:before {
    content: "";
    height: 26px;
    position: absolute;
    top: -26px;
    right: 0;
    width: 100%;
}

ul.nav ul:after {
    content: "";
    height: 20px;
    position: absolute;
    top: -20px;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #215aa8;
    width: 20px;
}

ul.nav ul ul {
    top: 0;
    left: 100%;
}

ul.nav li:hover>ul {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}

ul.nav ul li {
    min-width: 260px;
}

.desktop-navigation .sub-menu-item {
    padding: 0 20px;
}

.desktop-navigation .sub-menu-item .border-bottom {
    padding: 10px 2px;
}

.desktop-navigation .sub-menu-item a:hover {
    color: #fff;
}

.desktop-navigation .sub-menu-item a {
    display: block;
    transition: none;
}

.desktop-navigation .sub-menu-item:last-of-type .border-bottom {
    border: 0 !important;
}

.sub-menu-item a {
    color: #3B3B3A;
    font-size: .875em;
    line-height: 1em;
    font-weight: 300;
    padding: 0;
}

/* Sub-Menu With Children */
ul.nav ul li.has-sub:after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
}

/* Nav Social Links */
nav .social-links{
    margin: 0 0 0 50px;
}
nav .social-links a {
    background: var(--orange);
    height: 23px;
    width: 23px;
    padding: 5px;
    border-radius: 50px;
    transition: all .33s ease-in-out;
}

nav .social-links a:hover {
    background: var(--darkBlue);
}

nav .social-links a svg{
    color: #fff;
}

/* Nav Extras */
.desktop-navigation .btn {
    font-size: 1em;
}

.customer-portal {
    font-size: .875em;
}

/*** Mobile Navigation ***/
.navbar {
    padding: 0;
    position: unset;
}

#mobile-navigation {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    /* overflow-y: scroll; */
    z-index: 2;
}

#mobile-navigation .social-links{
    background-color: var(--darkBlue);
    padding: 20px 20px 0 20px;
}

.mobile-nav .navbar-toggler {
    line-height: normal;
    width: auto;
    background: none;
}

.mobile-nav-btn {
    color: var(--darkBlue);
    padding: 20px;
    font-weight: 100;
    background: transparent !important;
}

.mobile-nav ul {
    list-style-type: none;
    padding: 30px 20px 10px 20px;
    background-color: var(--blue);
}

.mobile-nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.175) !important;
    border-bottom: 0;
    border-right: 0 !important;
    padding: 10px 15px;
    color: #fff;
}

.mobile-nav li:nth-child(1){
    border-top: 0 !important;
}

li.sub-menu-item:first-of-type a {
    padding-top: 0;
}

.mobile-nav .menu-item-has-children:first-of-type {
    border: 0 !important;
}

.mobile-nav li a:after {
    display: none;
}

.mobile-nav ul li a {
    color: #fff;
    display: inline-block;
    z-index: 1;
    margin: 0;
    font-weight: 600;
    text-decoration: none;
}

 .mobile-nav ul li a {
    color: #fff;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a:visited {
    padding-left: 7px;
}

.mobile-nav ul ul {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px 0;
}

.mobile-nav ul ul li {
    line-height: 1;
    border: 0;
}

.mobile-nav ul ul a {
    font-size: .85em;
    padding: 10px 0;
}

.mobile-nav ul ul ul a {
    padding-left: 80px !important;
}

.mobile-nav .sub-menu-item:first-of-type {
    border: 0 !important;
}

.mobile-nav .sub-menu-item a {
    font-weight: 400 !important;
}

.dropdown-caret svg {
    color: #fff;
    margin-left: 10px;
}

.dropdown-caret {
    padding-right: 20px;
    position: absolute;
    right: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    z-index: 999;
}

/*  - 2b. Footer  */
footer{
    background-image: url(/wp-content/uploads/1_hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    text-align: center;
}

.footer-inner{
    background-color: rgba(255, 255, 255, .87);
    padding: 40px 0 25px;
}

/* Footer Logo */
.footer-logo-wrap {
    max-width: 350px;
    width: 100%;
}

.footer-logo-wrap svg {
    width: 100%;
}

.social-links{
    margin: 25px 0;
}

.social-links a{
    font-size: 12px;
}


.footer a{
    color: var(--gray);
    text-decoration: none;
}

.footer a:hover{
    color: var(--orange);
}

.disclaimer a{
    font-size: 1em;
}



/* Active States */
#home #itemHome a{
    color: var(--orange);
    font-weight: 700;
}
#news #itemAbout a{
    color: var(--orange);
    font-weight: 700;
}
#issues #itemServices a{
    color: var(--orange);
    font-weight: 700;
}
#contact #itemContact a{
    color: var(--orange);
    font-weight: 700;
}






/* ------------------------------ 
    4. Main Styles
------------------------------ */
/*  - 4a. Hero */
.hero{
    position: relative;
    background-size: cover;
    background-position: 0 0;
    overflow: hidden;
}

.hero .hero-content{
    height: 100vh;
    max-height: 354px;
}

.hero video{
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

.hero h1{
    font-size: 10.63em;
    font-family: adelle, serif;
}





/*  - 4b. Responsive Videos & YouTube */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:
    hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    box-shadow: 0px 17px 5px -10px rgba(0, 0, 0, 0.5);
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*  - 4c. YouTube Playlist */
#ypt_wrapper {
    width: 100%;
    background: #131313;
    color: #fff;
    overflow: hidden;
    max-width: 100%;
}

#ypt_thumbs div {
    list-style: none;
    margin: 0;
    position: relative;
    font-size: 0;
}

#ypt_thumbs div::after {
    content: "\25b6";
    display: block;
    width: 100px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    font-size: 30px;
    text-align: center;
    color: #215aa8;
    height: 70px;
    border-radius: 20%;
    line-height: 70px;
    margin-left: calc(50% - 50px);
    bottom: calc(50% - 35px);
    pointer-events: none;
}

#ypt_thumbs div.ypt-now-playing::after {
    display: none;
}

#ypt_thumbs div img {
    width: 100%;
}

#ypt_thumbs div p {
    font-family: arial;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 5%;
    margin: 0;
}

#ypt_thumbs div:hover p {
    display: block;
    cursor: pointer;
}

#ypt_thumbs .ypt-now-playing p {
    display: block;
}

#ypt_thumbs .ypt-now-playing span::after {
    content: "\25b6  Now playing";
    /* A traingle pointing right */
    margin-top: -1em;
    display: block;
    width: 100%;
    padding: 5%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 10px;
}

#ypt_wrapper .video {
    position: relative;
    width: 100%;
    padding-bottom: 48.4%;
    float: left;
}

#ypt_wrapper .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}

/*  - 4d. Video Background */
#video-bg {
    position: absolute;
    /* width: auto; */
    width: 100;
    /* height: auto; */
    height: 100%;
    min-width: 100%;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
}

video {
    display: block;
}

.video {
    position: relative;
    overflow: hidden;
}

.video-container {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: -100;
}

.video-bg-content {
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.responsive-video,
video {
    width: 100%;
    background-color: #000
}

.responsive-video .inner,
video .inner {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.responsive-video .inner iframe,
video .inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

/*  - 3e. Forms */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--gray);
    font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--gray);
    font-weight: 700;
    text-align: center;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--gray);
    font-weight: 400;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--gray);
    font-weight: 400;
}

.social-dark-red {
    background: var(--blue);
    height: 23px;
    width: 23px;
    padding: 5px;
    border-radius: 50px;
    transition: all .33s ease-in-out;
}

.social-dark-red:hover {
    background: var(--orange);
}

.social-dark-red svg{
    color: #fff;
}

/* Left Heading with Vertical Line and Content Right */
.heading-vrl-content{
    padding: 100px 0;
}

.heading-vrl-content h2{
    color: var(--blue);
    font-size: 5.63em;
    text-transform: uppercase;
    line-height: 62px;
    padding-right: 20px;
}




/* ------------------------------ 
    5.Home
------------------------------ */

#home .hero .hero-content {
    padding: 150px 20px 200px;
    max-height: 100%;
    height: 100%;
}

#home .hero .hero-content .stroke-text{
    text-transform: uppercase;
}

#home .hero .hero-content span{
    display: block;
    color: #fff;
    font-size: 2.13em;
    letter-spacing: .19em;
    text-transform: uppercase;
}

#home .hero .hero-content span:last-of-type{
    margin-top: 20px;
}

#home .home-logo{
    max-width: 730px;
    width: 100%;
    margin: 80px auto;
    display: block;
}

.home-info p{
    color: #fff;
    max-width: 785px;
    margin:  0 auto 25px; 
}

.cards a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #fff;
}

.cards a:hover{
    border: solid 2px var(--darkBlue);
}

.cards a span{
    display: block;
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 2.13em;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(0,0,0, 0.25);
}

#myVideo {
    width:100%;
    height: auto;
}


.shadow-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    -webkit-transition: .25s all;
    transition: .25s all;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.shadow-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .756);
    cursor: pointer;
}

.shadow-box.hide {
    opacity: 0;
    visibility: hidden;
}

.shadow-box.show {
    opacity: 100;
    visibility:visible;
}

.shadow-box .content-box {
    position: relative;
    width: 100%;
    max-width: 1000px;
    z-index: 999;
}

.shadow-box .content-box .close-box {
    color: #fff;
    position: absolute;
    left: calc(100% - 22px);
    font-size: 25px;
    top: -25px;
    line-height: 1;
    cursor: pointer;
    z-index: 999;
    display: block;
}

.shadow-box .content-box .inner-content {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .557);
    box-shadow: 0 0 20px rgba(0, 0, 0, .557)
}




/* ------------------------------ 
    6.About
------------------------------ */
.about-info p{
    color: #fff;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}





/* ------------------------------ 
    6.Services
------------------------------ */
.service {
    margin-top: 75px;
}

.service-info h3{
    color: var(--darkBlue);
    font-size: 1.25em;
    width: 100%;
}

.service-info img{
    max-width: 89px;
    margin-bottom: 20px;
}




/* ------------------------------ 
    7.Contact Us
------------------------------ */
#contact .form-container{
    margin: 54px 0;
}




/* ------------------------------ 
    8.Privacy Policy
------------------------------ */
#privacy-policy header{
    position: relative;
}



#privacy-policy .pp-logo{
    max-width: 350px;
}

#privacy-policy h2{
    color:var(--darkBlue);
    font-size: 1em;
    font-family: adelle, sans-serif;
    line-height: 20px;
    margin: 35px 0 10px !important;
}

#privacy-policy h3{
    color:var(--orange);
    font-size: 1em;
    line-height: 20px;
    margin-bottom: 10px;
}

.terms-container{
    max-width: 570px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.terms-container a{
    color: var(--blue);
    font-weight: 800;
}

.terms-container a:hover{
    color: var(--orange);
}

.terms-container p{
    color: #666666;
}