/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .wpadminbar{
	 z-index:9999;
 }

 .blurred{
 	filter: blur(5px);
 }

 .hidden{
 	display: none;
 }
 .dg-locker .hidden{
 	display: none;
 }

 .dg-locker{
 	border: 6px solid #f1f1f1;
 	background-color: #fff;
 	padding: 30px 45px 20px 45px;
 	border-radius: 7px;
 	/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
 }

 .dg-locker-alt{
 	border: 5px solid #fff;
 	box-shadow: inset 0 0 0 1px #e6e6e6;
 	background-color: #f7f7f7;	
 	border-radius: 0px ;
 }

 .dg-locker p{
 	font-family: Miller;
	color: #444;
 }

 .dg-locker h2{ 
 	width: 100%;
 	text-align: center;
 	margin-top: 0px !important;
 	margin-bottom: 0px !important;
 	color: #444;
 }

 .dg-locker h2 a{
	 font-family: inherit;
	 color: #ec2127;
 }

.dg-locker-debug{
	background-color: #F8F8F8;
	color: red;
	font-size: 14px;
	padding: 25px;
}

.dg-close{
	display: none;
}

.dg-close > span{
	color: #fff;
}

.dg-locker .btn{
	font-size: 3vw;
}

@media (max-width: 790px) {
    .dg-locker .btn{
        margin-top: 20px;
    }
}

@media (min-width: 420px) {
    .dg-locker .btn{
        font-size: 16px !important;
    }
}

.dg-locker-popup{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/*
.dg-locker-popup .dg-locker{
  width: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
*/

.dg-locker form {
    padding-top: 20px;
}

.entry-content{
	position: relative;
}

.dg-locker-popup .dg-locker{
	margin: 0 auto;
	width: 85%;
	position: absolute;
	top:25px;
	left:7.5%;
}

.dg-locker-popup .dg-close{
	display: block;
}

.dg-locker .btn-close{
	width: 150px; 
}

.dg-newsletter-form{
	width: 360px;
}



@media (max-width:480px)  {

.dg-newsletter-form{
	width: 100%;
}

  

}


.dg-newsletter-form .wpcf7-text{
	border-radius: 7px;
	font-size: 14px !important;
	border: 1px solid #c4c4c4;
	line-height: 30px;
}

.dg-newsletter-form .wpcf7-submit{
	background-color: #ffe16c;
    color: #9c7e12;
	border-radius: 7px;
    border-bottom: 5px solid #edd164;
    cursor: pointer;
    font-weight: bold;
	line-height: 30px;
	height: 48px;
}
 
.dg-newsletter-form .wpcf7-submit:hover{
	color: #846b0f;
    background-color: #ffdb4d;
    box-shadow: 0 0 12px 7px rgba(255,204,0,.25);
}



.dg-locker-share{
	/* font-family:  FranklinITCPro !important; */
	display: inline-block;
	background-color: #f5f5f5;
	color: #777777;
	padding: 5px 15px 5px 15px;
	font-size: 14px;
	border-radius: 4px;
	line-height: 30px;
	border-bottom: 4px solid #ebebeb;
	margin-right:  10px;
}



.dg-locker-share:hover{
	
}

.dg-locker-share-facebook{
	border-left: 4px solid #3b5998;
	/* background-color: #3b5998; */
}

.dg-locker-share-facebook:hover{
	/*background-color: #3b5998; 
	color: #fff;
	border-bottom: 4px solid rgba(255,255,255,.25);;*/
}

.dg-locker-share-twitter{
	border-left: 4px solid #00aced;
	/* background-color: #00aced;	 */
}

.dg-locker-share-twitter:hover{
	/*color: #fff;
	background-color: #00aced; 
	border-bottom: 4px solid rgba(255,255,255,.25);;*/
}

.dg-locker-share-buttons{
	margin-top: 10px;

	cursor: pointer;
}

.dg-locker-terms{
	font-size: 12px;
	margin-bottom: 0px !important;
}

.dg-locker-terms a {
	font-family:  FranklinITCPro !important;
	color: #A0A0A0 !important;
	text-decoration: none  !important;
}

.dg-locker-terms a:hover {
	color: #000 !important;
}

.dg-locker-extended{
	background-color: #f6f6f6;
	border-left: 6px solid #f1f1f1;
	border-right: 6px solid #f1f1f1;
	border-bottom: 6px solid #f1f1f1;
	border-radius: 7px;
	margin: 53px -50px -30px -50px;

}

.extended-or{
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background-color: #fff;
	position: relative;
	top: -25px;
	color: #e1dfdf;
	line-height: 50px;
}

.dg-locker-extended .dg-locker-share{
	background-color: #e8e8e8;
	border-left: 0px !important;
	
}


.dg-locker-extended .dg-locker-share-facebook:hover{
	background-color: #3b5998; 
	color: #fff;
	border-bottom: 4px solid rgba(255,255,255,.25);;
}


.dg-locker-extended .dg-locker-share-twitter:hover{
	color: #fff;
	background-color: #00aced; 
	border-bottom: 4px solid rgba(255,255,255,.25);;
}

.dg-content-locked .bsb-after-post{
	display: none;
}

.dg-content-locked .post-tags{
	display: none;
}

@media (max-width: 790px) {
	.dg-locker-outer .dg-locker {
	  padding: 20px;
	  z-index: 9998;
	}
  
	.dg-locker-outer .dg-locker h2 {
	  font-size: 1.2rem;
	  margin-bottom: 8px;
	}
  
	.dg-locker-outer .dg-locker p {
	  font-size: 1rem;
	  margin-bottom: 0;
	}
  
	.dg-locker-outer .dg-locker .dg-locker-share-facebook {
	    width: 100%;
	    /* margin-bottom: 5px; */
	}
  
	.dg-locker-outer .dg-locker .dg-locker-share-twitter {
	  width: 100%;
	  /* margin-bottom: 7px; */
	}
  
	.dg-locker-outer .dg-locker hr {
	  margin-top: 0.3rem;
	  margin-bottom: 0.3rem;
	}
  
	.dg-locker-outer .dg-locker .dg-timer-message {
	  font-size: 1.2rem;
	}
  
	.dg-locker-outer .dg-locker .dg-close {
	  font-size: .9rem;
	}
}

.dg-locker-outer .dg-locker {
	z-index: 9998;
}


.dg-locker-outer .dg-locker h2 span.red,
.dg-locker-outer .dg-locker span.red,
.dg-locker-outer .dg-locker .red {
    color: red !important;
} 

.dg-locker-outer .dg-locker .dg-locker-extended .dg-locker-terms {
    padding: 20px 0 !important;
}

.dg-locker-outer .dg-locker .dg-locker-unsubscribe {
	font-size: 14px;
    padding-top: 10px;
}


/* Added styles 11-21-2019 */
.dg-locker-outer .dg-locker a:not([href]):not([tabindex]),
.dg-locker-outer .dg-locker a {
	color: #ea212d !important;
	/* color: #000 !important; */
	text-decoration: underline;
	cursor: pointer;
}

.dg-locker-outer .dg-locker a:not([href]):not([tabindex]):hover ,
.dg-locker-outer .dg-locker a:hover {
	color: #d61f25 !important;
}

.dg-locker-outer .dg-locker a.btn {
	font-family: franklin-gothic-compressed,sans-serif;
	color: #fff !important;
	background-color: #ea212d !important;
	margin-top: 15px;
	height: 53px;
	padding-top: 15px;
}

.dg-locker-outer .dg-locker a.btn:hover {
	/* background-color: #d61f25 !important; */
	background-color: #000 !important;
}

.dg-locker-outer .dg-locker p {
	font-size: 18px;
	font-weight: 100;
}

.dg-locker h2 a{
	font-family: inherit;
	color: #ea212d;
}
