/*================ Theme Customizations, GS ================*/

/* button text color default */

.btn, button:not(.icon-fallback-text), input[type="submit"]
{
 	color:#FFF !important; 
}

.btn:hover, button:hover, input[type="submit"]:hover
{
 	color:#FFF !important;
  	opacity:1;
  	background-color:#ABCE41 !important; 
}

button.mfp-close
{
 	color:#000 !important;
  	transition:all .15s;
}

button.mfp-close:hover
{
 	color:#FFF !important; 
}

.btn.hero__cta
{
 	color:#000 !important;
}

.btn.hero__cta:hover
{
 	color:#FFF !important;
}

.single-option-radio input[type='radio']:checked+label {
    border-color: #ABCE41 !important;
  	border-width:2px;
    background-color:#FFF;
}



.site-nav__link
{
  font-size:.82em;
  padding:10px;
  letter-spacing:0;
}

.site-nav__link:hover
{
	color:#40b7e0;
}


@media screen and (max-width: 1060px) {
    .site-nav__link {
        font-size:.75em;
        padding:7px;
    }
}


@media screen and (min-width: 769px){

  .site-header__logo
  {
    margin-left:-15px;
  }
}

.site-nav__link .icon-arrow-down
{
 	top: -1px;
    padding-left: 0px;
  	margin-right: -4px;
  	margin-left:-3px;
}

.product-single__photos .slick-dots {
    background-color: #fff;
  
}

.author-image
{
	margin-right:15px !important;
  	float:left;
}

@media screen and (max-width: 960px) {
    	.author-image 
  			{
        	width:35%;
			min-width:100px;
      		height:auto;
          	}
      	#author-page a
			{
 			word-break: break-all;
			}
  		#ww2info-page a
			{
 			word-break: break-all;
			}

}

.clear
{
  	clear:both; 
}

.spr-summary-actions-newreview
{
	color:#40b7e0;
}

.spr-summary-actions-newreview:hover
{
	color:#ABCE41;
}


.dtn-video-block-pullright
{
  width: 400px;
  height: auto;
  float: right;
  margin-left: 30px;
}


@media screen and (max-width: 800px){

	.dtn-video-block-pullright
	{
 	 	  width: 100%;
  		  height: auto;
  		  float: none;
          margin-left: 0;
	}
}



/* Yotpo Styles */

#yotpo_testimonials_btn
{
	display:none;
    visibility:hidden;
}

.yotpo-default-button
{
 	 background-color:#9cc03b !important;
  	 transition:background-color .15s;

}

.yotpo-default-button:hover
{
 	 background-color:#ABCE41 !important;
  	 opacity:1 !important;

}

.discovery-main, .discovery-posts
{
  	display:none !important;
    visibility:hidden !important;
  
}


/* Email for Download */

.wp_show_link .whitepiper-popup-btn
{
 	background-color: #b4d168;
}

#whitepiper-send-email
{
 	margin-left: 27px !important;
}


@media screen and (max-width: 400px){

	#whitepiper-send-email
	{
 		margin-left: 0 !important;
	}

}


/* Resource Page styling */

.img-thumb-resource
{
  float: left;
  margin-left: 15% !important;
}

.quick-nav-resource
{
	float: left;
  	margin-left: 15px;
}

@media screen and (max-width: 900px){
	.img-thumb-resource
	{
 		float: none;
  		margin-left: 0 !important;
	}

	.quick-nav-resource
	{
		float: none;
	  	margin-left: 0;
      	text-align:center;
	}

}


#ww2info-page h4 a, #ww2info-page h4 span
{
	font-size:13px;
  	text-transform:none;
  	letter-spacing:normal;
  	font-weight:normal;
  	font-style:normal;
}