/*
Theme Name:     Atlas News
Description:    Custom child theme of Newspaper
Author:         Atlas News Inc.
Author URI: 	  theatlasnews.co
Template:       Newspaper
Version:        1.0.2
*/
/*-- Custom Styles --*/
/*-- Plans Page CSS --*/
.plan-desc {
	margin-bottom: 0;
}
.plan-p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.plan-cost {
	font-family: 'PT Serif', serif;
	color: #DD3333;
	font-size: 225%;
	font-weight: 900;
}
/*--
Styles for full-width subscribe page template
--*/
#sub-lp {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.page-id-6295 #sub-lp {
  margin-top: 2rem;
}
.page-id-6295 .td-page-content {
  padding-bottom: 0;
}
/*-- 
Hide header and footer on subscribe page
--*/
.page-id-6295 .td-header-template-wrap, 
.page-id-6295 .td-crumb-container, 
.page-id-6295 .td-page-header, 
.page-id-6295 .td-footer-template-wrap {
  display: none;
}
/*-- 
Styles for Piano bottom ribbon 
--*/
.pianocontainer {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
/*-- Styles for custom navbar dropdown --*/
.account-item .td-fix-index {
}
.account-wrap {
	z-index: 999999999;
	position: relative;
	font-family: 'Work Sans', sans-serif !important;
}
.account-label {
	line-height: 1.5;
}
.account-toggle {
	padding-top: 4px;
	background-color: transparent;
	border-style: solid;
	border-color: transparent;
	font-weight: 600;
	letter-spacing: 0.5;
	transition: all .2s ease-in-out;
}
.account-toggle:hover {
	color: #dd3333;
}
.account-inner {
	margin-top: 1em;
	border-radius: 3px;
	background-color: #FFF;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
	display: inherit;
	position: absolute;
	width: 300px;
	right: -134px;
	font-weight: 500;
}
@media screen and (max-width: 1150px) {
	.account-inner {
		right: -75px;
	}
}
@media screen and (max-width: 768px) {
	.account-inner {
		right: -170px;
	}
}
.account-hide {
	display: none;
}
.account-close {
	padding: 14px 20px 14px 20px;
	background-color: #F2F2F2;
	border-style: solid;
	border-color: transparent;
	border-left: 1px solid #DADADA;
	font-weight: bold;
	font-size: 23px;
	transition: all .2s ease-in-out;
	position: absolute;
	right: 0;
	color: rgba(0,0,0,.3);
}
.account-close:hover {
	background-color: #EDEDED;
	color: rgba(0,0,0,.9);
}
.inner-head {
	line-height: 1.5;
	color: #2F2F2F;
	padding-top: 1.25em;
	padding-left: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DADADA;
	background-color: #F2F2F2;
}
.account-brand {
	font-family: 'PT Serif', serif;
	color: #000;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-right: 2px;
}
.inner-controls {
	padding-top: 2em;
	padding-bottom: 2em;
	display: flex;
	justify-content: space-evenly;
}
.account-login {
	margin-left: 1em;
	background-color: #dd3333;
	border-color: #dd3333;
	border-style: solid;
	padding: 7px 25px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #FFF;
	border-radius: 3px;
	outline-color: transparent;
	transition: all .2s ease-in-out;
}
.account-login:hover {
	background-color: #2F2F2F;
	border-color: #2F2F2F;
	color: #FFF;
}
.account-reg {
	background: none;
	background-color: transparent;
	border-style: solid;
	border-color: #dd3300;
	padding: 7px 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #dd3333;
	border-radius: 3px;
	transition: all .2s ease-in-out;
}
.account-reg:hover {
	color: #2F2F2F;
	border-color: #2F2F2F;
}
.menu-header {
	margin: 0;
	padding-top: 1.25em;
	padding-left: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #EEE;
	color: #2F2F2F;
	background-color: #F2F2F2;
}
.account-name {
	font-weight: 600;
}
.menu-content hr {
	color: #F2F2F2;
	border-width: 0.5px;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.menu-content a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 1.25em 0 1.25em 1.8em;
	background-color: #FAFAFA;
	color: #2F2F2F;
	transition: all .2s ease-in-out;
}
.menu-content a:hover {
	color: #DD3333;
	background-color: #FFF;
	box-shadow: 0px 0px 8px rgba(255,255,255,1);
}
.menu-content a:link i {
	font-size: 18px;
	margin-right: 6px;
	vertical-align: bottom;
	color: #444;
}
.menu-content a:first-child i {
	vertical-align: text-bottom;
	font-size: 16px;
}