/*
Theme Name: Health Care Costs NJ
Theme URI:
Description:
Author: GPSIMPACT
Author URI: http://gpsimpact.com
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i|Rubik:700');

body {
  font: 400 18px/1.65 'Roboto', Georgia, Times, serif;
  background-color: #ffffff;
  color: #39393b;
  position: relative;
  z-index: 1;
  transition: padding-top 0.25s ease-in-out;
}
@media (min-width: 1200px){
  body {
    font-size: 20px;
  }
}

body.page:not(.home) #main,
body.blog #main {
  padding-top: 85px;
}

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

a {
	color: #39393b;
}

a:hover,
a:focus {
	color: #59595b;
}

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

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.btn,
.widget-title,
.menu-item,
.navbar-brand,
.pum-title,
#groupTabs a,
legend {
	font-family: "Rubik", Arial, sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.lead {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5rem;
	line-height: 1.4;
}

.fab {
  font-weight: 400 !important;
}

.pum-title {
	text-transform: uppercase;
}

strong {
	-webkit-font-smoothing: antialiased;
}

.post-meta {
  color: #aaa;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.post-meta a {
  color: #aaa;
}

blockquote{
  display:block;
  background: #fff;
  padding: 30px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;

  /*Font*/
  font-family: 'Rubik', serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #666;
  text-align: justify;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;

  /*Borders - (Optional)*/
  border-left: 15px solid #c2e812;
  border-right: 2px solid #c2e812;

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;

  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #c2e812;
  cursor: pointer;
  padding: 0 3px;
  color: #39393b;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

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

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar {
  background-color: #000;
}

@media (min-width: 768px) {
  .home .navbar {
    background-color: transparent;
  }
}

.navbar-brand {
  text-indent: -99999px;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  background: transparent url('assets/img/logo-red.png') no-repeat 50% 50%;
  background-size: 300px 46px;
  position: relative;
  z-index: 50;
}


@media (min-width: 768px) {
  .navbar-brand {
    width: 400px;
    height: 65px;
    background-size: 400px 62px;
    background-position: 0 0;
  }
}

/* ------- Components ------- */

.jumbotron {
  background-color: transparent;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 4.5rem 1.5rem 3rem 1.5rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 25vh 2rem 20vh 2rem;
  }
}

.home .jumbotron {
  position: relative;
  z-index: 1;
}

.jumbotron:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 15%, rgba(0,0,0,0.65) 45%);
  content: '';
}

.jumbotron .post {
  position: relative;
  z-index: 3;
  color: #fff;
}

@media (min-width: 768px) {
  .jumbotron .post:not(.format-video) {
    max-width: 990px;
    padding-right: 3rem;
  }
}

.jumbotron .post-meta {
  color: #fff;
}

.jumbotron .post h1 {
  font-size: 1.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .jumbotron .post h1 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

.jumbotron .post h1 a {
  color: #fff;
}

.jumbotron .post h1 a:hover,
.jumbotron .post h1 a:focus {
  text-decoration: none;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 15%, rgba(0,0,0,0.65) 45%);
}
.embed-responsive {
  background-color: #39393b;
}

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

.home .post header {
  margin: 0 0 1rem 0;
}

.home .post footer {
  padding-top: 1.25rem;
  border-top: 1px solid #eaeaea;
}
.basic-content {
  color: #fff;
}

.single .post header,
.page:not(.home) .page header {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #ddd;
}
.single .post header .container,
.page:not(.home) .page header .container {
  position: relative;
z-index: 30;
}

.single .post header .post-meta,
.single .post header .post-meta a {
  color: #fff;
}
.single .post main .container {
  background-color: #fff;
  position: relative;
  z-index: 50;
  margin-top: -125px;
}
.single .post main .featured-image {
  position: relative;
  z-index: 50;
}

@media(min-width: 768px) {
  .post header h1 {
    font-size: 3.5rem;
  }
}

.post header h2 {
  margin: 0;
}

.pagination {
  justify-content: flex-start;
  margin: 0;
}

.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Source Sans Pro', sans-serif;
}

.pagination li:last-of-type {
  border: none;
}

.pagination li>* {
  text-align: center;
  display: block;
  padding: 12px;
  margin: 0;
  color: #39393b;
}

.pagination .page-numbers.current {

}

.pagination li>*:hover,
.pagination li>*:focus,
.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  text-decoration: none;
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  cursor: pointer;
}

/* ------- Home Page ------- */

.home #signup-form {
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .home #signup-form {
    padding: 0 0 2rem 0;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    z-index: 10;
    background: rgb(0,0,0);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9) 15%, rgba(0,0,0,0.65) 45%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.9) 15%, rgba(0,0,0,0.65) 45%);
  background: linear-gradient(to top, rgba(0,0,0,0.9) 15%, rgba(0,0,0,0.65) 45%);
  
  }
}

@media (min-width: 768px) {
  .home #signup-form .form-group {
    width: calc(35% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .home #signup-form .form-group.zip {
    width: calc(15% - 10px);
  }

  .home #signup-form .btn {
    width: 15%;
  }
}
/* ------- Sidebar ------- */

#sidebar {
  font-size: 16px;
  line-height: 1.25;
  background-color: rgba(0, 0, 0, 0.05);
}

.widget {
  padding: 1.5rem;
}

.widget:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.widget:not(:last-of-type),
.widget ul {
  margin-bottom: 0;
}

.widget-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 1rem;
}

#sidebar li:not(:last-child) {
  margin-bottom: 14px;
}

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

#footer {
  padding: 50px 0;
  font-size: 12px;
  background-color: #1a1a1c;
  color: #bbb;
}

#footer a {
  color: #bbb;
}

.disco {
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #bbb;
  padding: 10px 20px;
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
  display: block;
  font-size: 12px;
  color: #bbb;
  font-family: 'Rubik', serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

/* ------- Forms & Buttons ------- */

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

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 0;
  padding: 10px 5px;
  list-style-type: none;
  display: block;
  font-size: 0.75em;
  line-height: 1em;
  background-color: #b01515;
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.btn-primary {
  background-color: #aa0000;
  border-color: #aa0000;
}
.btn-outline-primary {
  color: #aa0000;
  border-color: #aa0000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #cc0000;
  color:#fff;
  border-color: #cc0000;
}

.btn-secondary {
  background-color: #c2e812;
  border-color: #c2e812;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: #d2f822;
  border-color: #d2f822;
  color: #39393b;
}

.btn-outline-secondary {
  border-color: #c2e812;
  color: #c2e812;
}

.btn-facebook {
  background: #aaa;
  border-color: #aaa;
  color: #fff!important;
  text-shadow: none;
}

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

.btn-twitter {
  background: #aaa;
  border-color: #aaa;
  color: #fff!important;
  text-shadow: none;
}

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

/* ------- Popup Maker ------- */

@import url('assets/css/pum.css');
/* Popup Theme 195: Default Theme */
.pum .pum-container, .pum-theme-default-theme .pum-container { padding: 20px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum .pum-title, .pum-theme-default-theme .pum-title { font-size: 1.25rem !important; color: #69696b !important; text-align: left; text-shadow: 0px 0px 0px rgba( 57, 57, 59, 0.23 ); font-family: 'Rubik', serif !important; font-size: 32px; line-height: 36px; margin-bottom: 1rem; } 
.pum .pum-content, .pum-theme-default-theme .pum-content { color: #39393b; font-family: 'Roboto', sans-serif !important; font-size: 1.25rem; line-height: 1.4; } 
.pum .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { height: 30px; width: 30px; left: auto; right: -10px; bottom: auto; top: -10px; padding: 8px; color: #ffffff; font-family: inherit; font-size: 15px; line-height: 10px; border: 2px solid #ffffff; border-radius: 15px; box-shadow: 0px 0px 15px 5px rgba( 2, 2, 2, 0.25 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 57, 57, 59, 1.00 ) } 
.pum .form-group.half { width: calc(50% - 5px); float: left; }
.pum .form-group.half:first-of-type { margin-right: 10px; }

/* ------- Admin Bar ------- */

#wpadminbar {
  position: fixed !important;
}

#wp-admin-bar-top-secondary {
  display: none !important;
}

.logged-in:not(.has-announcement) .fixed-top {
  top:45px;
}
@media (min-width: 783px) {
  .logged-in:not(.has-announcement) .fixed-top {
    top:32px;
  }
}
