/*
Theme Name: Murphy for NJ
Theme URI:
Description:
Author: GPSIMPACT
Author URI: http://gpsimpact.com
Version: 2.0
*/

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

body {
  font: 400 16px/1.65 "montserratregular",sans-serif;
  color: #39393b;
  background-color: #ffffff;
  padding-top: 50px;
}
@media(min-width: 992px){
  body {
    padding-top: 70px;
  }
}
@media(min-width: 1200px){
  body {
    padding-top: 90px;
  }
}

a:not(.btn),
a:not(.btn):visited {
  color: #005cb9;
}

a:hover,
a:focus {
  color: #cc0000;
}

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

#main {
  background-color: #ffffff;
}

#main .navbar-toggle {
  float: none;
  border: none;
}

@media (min-width: 768px){
  .v-center {
    position: relative;
    top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

@font-face {
  font-family: 'league_gothicregular';
  src: url('assets/fonts/leaguegothic/leaguegothic-regular-webfont.eot');
  src: url('assets/fonts/leaguegothic/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/leaguegothic/leaguegothic-regular-webfont.woff2') format('woff2'),
       url('assets/fonts/leaguegothic/leaguegothic-regular-webfont.woff') format('woff'),
       url('assets/fonts/leaguegothic/leaguegothic-regular-webfont.ttf') format('truetype'),
       url('assets/fonts/leaguegothic/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratbold';
  src: url('assets/fonts/montserrat/montserrat-bold-webfont.eot');
  src: url('assets/fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
       url('assets/fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
       url('assets/fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'),
       url('assets/fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url('assets/fonts/montserrat/montserrat-regular-webfont.eot');
  src: url('assets/fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
       url('assets/fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
       url('assets/fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
       url('assets/fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3 {
  font-family: "league_gothicregular", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h4,
h5,
h6 {
  font-family: "montserratbold", sans-serif;
  font-weight: 700;
}

h1 {
  color: #005cb9;
}

h3 {
  font-size: 30px;
}

h5,
h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

strong {
  font-family: 'montserratbold';
  font-weight: 700;
}

@media (min-width: 480px){
  .page-title {
    font-size: 42px;
  }
}
@media (min-width: 768px){
  .page-title {
    font-size: 50px;
  }
}

body:not(.has-featured-image) .page-title {
	margin: 30px 0;
}

blockquote.a-quote {
  padding: 15px 0 25px 0;
  border-left: none;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 30px 0;
}

blockquote.a-quote p {
  font-family: 'montserratbold';
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 5px 0;
}

blockquote.a-quote cite {
  font-family: 'montserratbold';
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
}

blockquote.a-quote cite:before {
  content: '- ';
}

.section-title {
  padding: 35px 15px;
  margin-bottom: 35px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;

  background-color: #005cb9;
  color: #fff;
  font-family: 'montserratbold';
  font-weight: 700;
  font-style: normal;
}

.post-meta {
  color: #999;
  font-size: 16px;
  font-family: 'montserratbold';
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 21px;
}

.archive .post>h1:first-of-type,
.archive .post>h2:first-of-type,
.archive .post>h3:first-of-type {
  margin-top: 0;
  font-family: 'montserratbold';
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.archive .post h3 {
  font-size: 22px;
}

/* ------- Alert Bar ------- */

#alert-bar {
  padding: 5px 0;
  background-color: #005cb9;
  color: #fff;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100%;

  display: none;
}

.alert-bar-active #alert-bar {
  display: block;
}

/* ------- Navigation ------- */

.navbar {
  margin: 0;
  border: none;
  background-color: #ffffff;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
@media (min-width: 992px){
  .navbar {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav {
    margin-top: 10px;
  }
}

.navbar-brand {
  text-indent: -99999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('assets/images/logo.png');

  background-position: 5px 5px;
    -moz-background-size: 160px 40px;
    -o-background-size: 160px 40px;
    -webkit-background-size: 160px 40px;
  background-size: 160px 40px;
  width: 55px;
  height: 50px;
}
@media (min-width: 480px) {
  .navbar-brand {
    width: 165px;
  }
}
/*@media (min-width: 992px) {
  .navbar-brand {
    background-position: 0 0;
    width: 250px;
    height: 60px;
    background-size: 240px 60px;
  }
}*/
@media (min-width: 1200px) {
  .navbar-brand {
    background-size: 300px 70px;
    width: 320px;
    height: 70px;
  }
}

.navbar-toggle {
  margin: 0 0 0 10px;
  padding: 11px 30px 11px 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;

  color: #005cb9;
  background: #f5f5f5
}

.nav>li>a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "league_gothicregular", serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu>li>a {
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #005cb9;
  padding: 10px 20px;
}

.nav>li>a:hover,
.nav>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background: none;
  color: #cc0000;
}

.nav>li.donate>a {
  font-family: "montserratbold",sans-serif;
  font-weight: normal;
  font-size: 16px;
  background-color: #ba0000;
  color: #ffffff;
}

.nav>li.donate>a {
  background-color: #cc0000;
  color: #ffffff;
  text-transform: uppercase;
}
@media(min-width: 992px){
  .nav>li.donate {
    margin-left: 15px;
  }
}

.nav>li.messages {
  display: none;
}
@media (min-width: 992px){
  .nav>li.messages {
    display: inline;
    margin-top: 7px;
    margin-left: 5px;
  }
}

#messages-link,
.nav>li.messages>a {
  font-size: 0px !important;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 6px;
  padding-bottom: 8px;
  font-weight: 400;
  background-color: #6ca437;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
}

#messages-link a:before,
.nav>li.messages>a:before {
  color: #fff;
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  content: '\f003';
  margin-top: 0;
}

#messages-link {
  float: right;
  margin-top: 7px;
  color: #fff;
  position: relative;
}

#messages-link a:before {
  line-height: 1;
}


.new-message-count {
  position: absolute;
  top: -2px;
  right: -2px;

  font-size: 12px;
  font-family: "montserratbold",sans-serif;
  font-weight: normal;

  text-align: center;

  width: 0;
  height: 0;
    -webkit-transition: width 0.15s ease-in, height 0.15s ease-in;
    -moz-transition: width 0.15s ease-in, height 0.15s ease-in;
    -ms-transition: width 0.15s ease-in, height 0.15s ease-in;
    -o-transition: width 0.15s ease-in, height 0.15s ease-in;
  transition: width 0.15s ease-in, height 0.15s ease-in;

  background: #cc0000;
  color: #fff;
  border-radius: 50%;
}

.new-message-count.has-messages {
  width: 20px;
  height: 20px;
}

/* Changes Bootstrap navbar collapse breakpoint */
@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: 0 -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;
  }
}

.secondary-menu {
  padding: 15px 0;

  position: absolute;
  top: -99999px;
  z-index: -1;
  width: 100%;

  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.secondary-menu.oh_hai {
  position: fixed;
  top: 50px;
  z-index: 50;
  opacity: 1;
}
@media (min-width: 992px){
  .secondary-menu.oh_hai {
    top: 80px;
  }
}
@media (min-width: 1200px){
  .secondary-menu.oh_hai {
    top: 90px;
  }
}

#messages-menu {
  background-color: #fafafa;
  border-bottom: 3px solid #6ca437;
  color: #39393b;
  width: 100%;
  max-width: 480px;
  box-shadow: 1px 0 16px rgba(0, 0, 0, 0.15);
  left: 0;
}
@media (min-width: 480px){
  #messages-menu {
    left: auto;
    right: 15%;
  }
}
@media (min-width: 768px){
  #messages-menu {
    left: auto;
    right: 15%;
  }
}

#messages-menu .section-title,
#messages-menu>p {
  color: #5b89b8;
  margin: 0;
  padding: 0 10px;
}

#messages-menu p {
  font-size: 12px;
  color: #39393b;
}

#messages-menu li {
  padding: 15px 10px;
}

#messages-menu .post-meta {
  color: #99999b;
  margin: 5px 0;
}

#messages-menu li:not(:last-of-type) {
  border-bottom: 1px solid #94c06a;
}

#messages-menu li>p:last-of-type {
  margin-bottom: 0;
}

#messages-menu a {
  text-decoration: underline;
}

.secondary-menu .section-title {
  text-align: left;
  padding: 0;
  margin: 10px 0;
  background: none;
}

.secondary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-menu .close {
  position: absolute;
  top: 10px;
  right: 2%;
  z-index: 55;

  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.95) url('assets/images/cd-icon-close.svg') no-repeat center center;
  background-size: 25px;
}

#blog-menu {
  background-color: #5b89b8;
  color: #fff;
}

#blog-menu li {
  width: calc(25% - 15px);
  float: left;
  margin-right: 15px;
  position: relative;
}

.secondary-menu h3 {
  font-size: 22px;
  margin: 10px 0 0 0;
}

#blog-menu a {
  color: #fff;
}

#blog-menu li .btn {
  margin-top: 10px;
}

/* ------- Loops ------- */

.blog .hentry:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

.blog .post-meta {
  float: left;
}

.blog .share-buttons {
  float: right;
}

.blog h2 {
  font-family: 'montserratbold', serif;
  font-size: 22px;
}
@media (min-width: 600px){
  .blog h2 {
    font-size: 30px;
  }
}

.blog h2,
.blog img {
  margin: 0 0 10px 0;
}

.blog .petition h3 {
  font: 700 18px/1.15 'montserratbold', serif;
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0 25px 0;
}

.blog .petition a:hover,
.blog .petition a:focus {
  color: #cc0000;
  text-decoration: none;
}

.pagination {
  width: 100%;
  background: #f8f8f8;
}

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

.pagination li {
  display: table-cell;
  width: 1%;
  margin: 0;
}

.pagination li>* {
  text-align: center;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.pagination li>*:hover,
.pagination li>*:focus {
  background-color: #fbfbfb;
  text-decoration: none;
}

.pagination .page-numbers.current {
  background-color: #005cb9;
  color: #ffffff;
}

/* ------- Single Posts ------- */

.hero,
.post-header {
  position: relative;
  z-index: 5;
}

@media (min-width: 768px){
  .post-header .share-buttons {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 40%;
      -webkit-transform: translateY(-40%);
      -moz-transform: translateY(-40%);
    transform: translateY(-40%);
    list-style: none;
  }

  .post-header .share-buttons li {
    font-size: 18px;
    margin: 0;
  }

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

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

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

  .share-buttons li a span {
    display: none;
  }
}

@media (max-width: 479px){
  .post-body ol ol,
  .post-body ol ul,
  .post-body ul ol,
  .post-body ul ul {
    padding-left: 5px;
  }
}

.post-body li {
  margin-bottom: 16px;
}

.post-footer {
  margin-top: 35px;
}

.post-footer .nav-justified>li {
  display: table-cell;
  width: 1%;
}

.post-footer .nav>li>a {
  font-family: 'montserratregular';
  font-weight: normal;
  font-size: 12px;
}

.post-footer .nav-justified>li>a {
  text-align: inherit;
}

/* ------- Countable Section ------- */

/*#videos {
	background-color: #6ca437;
}*/

/*.video-wrap {
	position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
	padding-bottom: 67%;
	background: #39393b;
}

.vertical .video-wrap {
	padding-bottom: 134%;
}

.video-wrap video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}*/

#videos .entry {
	background: #39393b;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}
@media (min-width: 600px) {
	#videos .entry {
		width: 50%;
		float: left;
	}

	/*#videos .entry.vertical {
		width: 25%;
	}*/
}
@media (min-width: 1200px) {
	#videos .entry {
		width: 25%;
	}
}

#videos .entry h3 {
	margin: 0 0 15px 0;
	padding: 0 10%;
	font-size: 18px;
	line-height: 1.25;
	font-weight: normal;
	font-family: "montserratbold",sans-serif;
	text-transform: uppercase;
}

#videos .entry#start {
	background: #6ca437;
	width: 100%;
	padding: 10px;
	float: none;
	clear: both;
}
@media (min-width: 600px){
	#videos .entry#start {
		min-height: 150px;
		padding: 0;
	}

	#videos .entry .entry-text {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
	}
}
/*@media (min-width: 992px){
	#videos .entry#start {
		width: 20%;
    display: inline-block;
    margin: 0;
    clear: none;
	}
}*/

.record {
	padding: 25px 12px;
	background: #f5f5f5;
	border: 1px solid #dadada;
	margin-bottom: 30px;
}

.record h3 {
	margin: 0 0 15px 0;
}

/* ------- Sidebar ------- */

#sidebar>.widget {
  margin-bottom: 50px;
}

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

#footer {
  font-size: 12px;
  padding: 50px 0;
}

#footer img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto 25px auto;
}

.footer-form {
  color: #ffffff;
  padding: 25px 0;
  margin-bottom: 25px;
  background-color: #005cb9;
}

.footer-form h4 {
  margin: 0;
}

.footer-form form {
  width: 100%;
}

.footer-form legend {
  border: none;
  color: #fff;
  margin: 5px 0 0 0;
}
@media (min-width: 600px){
  .footer-form legend {
    width: 60%;
    float: left;
    text-align: right;
    padding-right: 20px;
  }

  .footer-form fieldset {
    width: 40%;
    float: left;
  }
}

.footer-form .form-group {
  width: 70%;
  float: left;
  margin: 0;
}

.footer-form .btn {
  width: 30%;
  border-width: 2px;
}

p.disco {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  width: 90%;
  max-width: 400px;
  margin: 25px auto 12px auto;
  display: block;
  border: 1px solid #39393b;
  color: #39393b;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 0;
}

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

.btn {
  font-family: "league_gothicregular", sans-serif;
  font-weight: 400;
    -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  border-radius: 0;

  font-size: 18px;
}

.btn-lg {
  font-size: 24px;
}

.btn-sm {
  font-size: 16px;
}

.btn-xs {
  font-size: 14px;
}

#event-form .btn {
  font-size: 21px;
}

.btn-default {
  background-color: #6ca437;
  border-color: #6ca437;
  color: #fff;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #7cb447;
  border-color: #7cb447;
  color: #fff;
}

.btn-primary {
  background-color: #005cb9;
  border-color: #005cb9;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #006cc9;
  border-color: #006cc9;
  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;
}

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

img.alignleft,
img.alignright,
img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}

@media (min-width: 768px) {
  img.alignleft {
    display: inline;
    float: left;
    margin: 0 15px 10px 0;
  }
  img.alignright {
    display: inline;
    float: right;
    margin: 0 0 10px 15px;
  }
}

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

.searchform {
  max-width: 400px;
}

.searchform .btn {
  border-width: 2px;
}

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

.overlay.black {
  background-color: #000;
}

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

.social a:before {
  content: none;
}

@media(min-width: 768px){
  .nav>li.social>a {
    font-size: 0px !important;
    padding-bottom: 8px;
    font-weight: 400;
  }

  .social a:before {
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }

  .social.facebook>a:hover,
  .social.facebook>a:focus {
    background: #3b5998;
    color: #fff;
  }

  .social.twitter>a:hover,
  .social.twitter>a:focus {
    background: #4099FF;
    color: #fff;
  }

  .social.facebook a:before {
    content: '\f09a';
  }

  .social.twitter a:before {
    content: '\f099';
  }

  .social.youtube a:before {
    content: '\f16a';
  }

  .social.googleplus a:before {
    content: '\f0d5';
  }
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
