@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);

/* Enter Your Custom CSS Here */

.table-words td {
	text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 100;
  padding: 10px;
  margin: 10px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 7px;
}

/******************
COLORFUL BULLET TREATMENTS
******************/    

.csba {
  padding: 20px;
}
.csba li {
  font-size: 20px;
  padding: 10px;
  margin: 10px;
  border: 1px solid #999;
}
.csba-para {
  font-size: 20px;
  padding: 15px;
  margin: 20px auto 20px auto;
  max-width: 600px;
}

ol.labels-list {
  text-align: left;
  list-style-type: none;
  list-style-type: decimal !ie; /*IE 7- hack*/

  margin: 40px 0 40px 0;
  margin-left: 1em;
  padding: 0;

  counter-reset: li-counter;

  /*-moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;*/
}

ol.labels-list > strong {
  padding-bottom: 25px;
}
ol.labels-list > li {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	padding-left: 60px;
	background-color: #eee;
	border: 1px solid #ccc;
	/*font-size: 25px;*/
	/*max-width: 600px;*/
      margin-left: auto;
      margin-right: auto;
	border-radius: 5px;
    }
ol.labels-list > li:before {
	position: absolute;
	top: -0.3em;
	left: -0.5em;
	width: 1.8em;
	height: 1.2em;
	 
	font-size: 35px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #666;
	background-color: #ccc;
	border-radius: 5px;
	 
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	z-index: 99;
	overflow: hidden;
	 
	content: counter(li-counter);
	counter-increment: li-counter;
}


/******************
GUTENBERG PLAY 
******************/

.wp-block-column {
	border: 1px solid #666;
  border-radius: 5px;
  padding: 15px;
  margin-right: 10px;
}

blockquote {
	border-left: 0;
}

/*******/

.press-intro {
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Proxima Nova", sans-serif;
  color: #666;
  padding-top: 0px;
  padding-bottom: 0px;
}
.press {
  text-align: center;
  margin-bottom: 45px;
}
.press-spacer {
  margin-bottom: 110px;
}
.press img {
  margin-right: 28px;
}
.press img:hover {
	filter: brightness(140%);
}
/*******************************/

  .mc-tony-form {
  	/*max-width: 400px;*/
    max-width: 100%;
  }
  .mc-tony-form .row {
    margin-bottom: 10px;
  }
  .mc-tony-form label {
  	padding-top: 10px;
  	display:block;
  }
  .mc-tony-form .groups label {
    font-weight: 400;
  }

.mc-tony-form input {
	margin-right: 15px;
}

@media screen and (min-width: 768px) {
    .modal-newsletter, .modal-newsletter .modal-dialog {
			width: 700px;
    }
}
 
 /*
  *  Modal form
  *
  */
 
.modal-body {
  text-align:left;
  padding: 30px;
}
#mc_embed_signup {
  padding: 0px;
}
.modal-body li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.modal-body ul {    
  margin-left: 0px;
  padding-left: 0px;
}
.input-group label {
  display: inline;
  padding-left: 10px;
}
.input-group-header {
  font-weight: bold;
  padding-bottom: 10px;
}

.first-field-group {
  width: 100%;
}
.first-field-group label {
  width:220px;
  width: 100%;
  clear:left;
  text-align:left;
  padding-right:10px;
}
.first-field-group input,
.first-field-group label {
  float:left;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.input-group {
  display: block;
}

/* End modal form */ 

.purchase-sub p {
	color: #aaa;
	font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.purchase-button:visited {
  color: #fff;
}

.tb-button a,
.tb-button input,
.custom-button {
  padding:10px;
  background-color:#4E80A4;
  border-radius:5px;
  display:inline-block;
  color:#FFF;
margin-top:10px;
}
.tb-button a:hover
.tb-button input:hover,
.custom-button {
  background-color:#2C5978;
  color:#eee;
}
.tb-block{
  padding:20px;
  border-radius:4px;
  background-color:#eee;
  margin-bottom:15px;
}
.tb-block p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* YOUTUBE RESPONSIVE */ 
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
/************************/

.mobile-only {
  display: none;
}
.super-right {
  margin-right: -15%;
}
.super-left {
  margin-left: -15%;
}
.super-left-wide {
  margin-left: -35%;
}
@media (max-width:1280px) {
  .super-right {
  	margin-right: -10px;
  }
  .super-left {
    margin-left: -10px;
  }
}
@media (max-width:768px) {
  .mobile-only {
    display: block;
  }
  .super-right,
  .super-left {
    display: none;
  }
}

.nwc-video {
	width: 770px;
    height: 440px;
}

.navbar-custom .nav ul {
	top: 35px;
}

.biglink a{
	font-size: 30px;
    margin-top: 20px;
  	margin-bottom: 20px;
  	color: #0000ff;
	text-decoration: underline;
}
.biglink a:hover {
  	color: #0000cc;
}

.big-text-block {
	font-size: 20px;
	margin-left: 10%;
    margin-right: 10%;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 15px;
}

.page td {
	border: none;
	vertical-align: top;
}

header.intro-header .container:after {
    background: rgba(0,0,0,0.8);
}

ol, ul, div.col-lg-8 ul, div.col-lg-8 ol {
	margin: 10px 0 10px 0px !important;
}

/*.intro-header {
    -webkit-filter: brightness(40%); 
    filter: brightness(40%);
}*/

.intro-header {
  overflow: auto;
  position: relative;
}

.intro-header:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;

  display: block;
  background-size:cover;
  width: 100%;
  height: 100%;

  -webkit-filter: brightness(40%);
  -moz-filter: brightness(40%);
  -o-filter: brightness(40%);
  -ms-filter: brightness(40%);
  filter: brightness(40%);
}

.img-pop {
  border: 5px solid #eee;
}

.textwidget a {
	color: rgba(11, 11, 11, 0.7);
}

.textwidget a:hover {
	color: rgba(0, 0, 0, 0.7);
}

#disqus_thread {
  max-width: 715px;
  margin-top: 10px;
  margin-left: 8.3333%;
  margin-right: 8.3333%;
  background-color: #fff;
  padding: 30px;
}

.greylink {
  color: #808080;
  border-bottom: 1px solid #808080;
}

.greylink:hover {
  color: #505050;
  font-style: bold;
}

.entry-header, .entry-content {
	padding-right: 7%;
	padding-left: 7%;
}

.hentry { 
  padding-top: 7%; 
}

.entry-content ol, 
.page ol {
	margin-left: 0px; 
}
.entry-content ol li, 
.page ol li,
.single-post ol li {
	/*margin-bottom: 25px;   */
}

.entry-content ol li:before, 
.page ol li {
}

.entry-content ul {
	margin-top: 10px;
}
.entry-content ul li {
  margin-left: 4%;
  margin-bottom: 10px;
}

.check 
{
    list-style-type: none;
}

.check li:before
{
    content: "\2610";
    margin-right:5px;
}

.check li:hover:before
{
    content: "\2611";
    margin-right:5px;
}

.widget-area .widget {
	-webkit-hyphens: none;
  	margin-bottom: 30px;
}

.widget {
  padding-right: 12%;
  padding-left: 12%;
}
.mobile-header {
  display: none;
}

.post .abh_text h3 { 
  background: none; 
  text-decoration: none;
}


/***************************
			Footer
****************************/

.footer-right {
  text-align:right;
}
@media (max-width:768px){
  .footer-left, .footer-right {
    text-align: center;
  }
  .footer-left img {
    margin-bottom: 30px;
  }
}
.footer:before {
	background: #444;
}
.footer {
	/*background-color: #004867;*/
	/*background-color: #222;*/
	padding-top: 55px;
	padding-bottom: 65px;
}
.footer h3,
.footer p {
	/*color: #004867;*/
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #ccc;
}
.footer h3 {
	margin-bottom: 0px;
}
.footer .well {
	/*background-color: #ddd;*/
	text-align:center;
	max-width: 250px;
}
.footer-logo-col {
	text-align:right;
}
.footer-left {
	text-align: left;
}
.footer-right {
	text-align:right;
}
.footer ul {
	text-align:left;
	color: #fff;
	padding-left: 0;
}
.footer li {
	list-style: none;
}
.footer-links h4 {
	text-align:left;
	font-size: 20px;
	color: #999;
}
.footer-links a {
	text-decoration:none;
}
.footer-links a:hover {
	color: #999;
}
      
.social img {
	max-width: 50px;
	filter: grayscale(100%);
}
.social img:hover {
	filter: none;
}

/***************************
			Media Queries
****************************/

@media (max-width: 768px) {
  .mobile-header {
		display: block;
  		max-width: 250px;
  }
}
.post h2,
.page h2 {
  font-size: 40px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.post h2,
.post h3,
.page h3, 
.single-post h3,
.entry-content h2, 
.entry-content h3 {
  font-family: "Montserrat", "Helvetica", sans serif;
  /*text-transform: uppercase;*/
  width: 100%;
  background-color: #ffe599;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.post h2,
.post h3 {
  background-color: #FFEEBE;
  text-transform: uppercase;
}
#club-box h3 {
	background: transparent;
  padding: 0;
}
.widget h2 {
  background-color: #f5f5f5;
  padding: 5px;
}
blockquote strong {
  font-weight: bold;
}
blockquote ol li {
  margin-bottom: 15px;
  line-height: 1.4;
}
.image-flexi img {
	max-width: 200px;
}
img.alignleft .image-flexi img {
  	margin-right: 15px;
	margin-bottom: 15px;
}

:target:before {
  content:"";
  display:block;
  height:90px; /* fixed header height*/
  margin:-90px 0 0; /* negative fixed header height */
}

.intro-header {
	
}

.p {
  margin-top: 0;
}

span.meta {
	font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .navbar-custom .nav li a {
    padding-top: 30px;
  }
}

@media (max-width:768px) {
	.intro-header {
		margin-bottom: 0px;
	}

	.invert-on-small {
		filter: brightness(0%);
	}
	
	.navbar-brand {
		padding: 5px 10px;
	}
    
    .nwc-video {
        width: 700px;
        height: 210px;
    }
}