/*
Theme Name: Noticias 24 Default Theme
Theme URI: https://noticias24.com
Author: Noticias 24 Development Team
Description: Noticias 24 native theme
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noticias24

This theme, like WordPress, is licensed under the GPL.
*/

h1 {
	line-height: 1.75rem;
}
.n24-keep-width .n24-container-width {
	width:100%;
}
.sidebar-section {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 30px);; /* Super important! */
}
.sidebar-item {
	position: absolute;
   	top: 0;
    left: 0;
    width: 100%;
    height: 50%;
	text-align: center;
}
.sidebar-item:nth-child(2) { top: 50%; }
.make-me-sticky {
    position: sticky;
    top: 0;
}
.sidebar-item-list {
	height:100%;
}
/*
ADS
*/
.n24-ad-300x600 {
	height: 600px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:40px;
	display:block;
}
.n24-ad-left, .n24-ad-right {
	width: 100%;
	height: auto;
	margin: 20px auto;
}
.n24-ad-superior {
	display:none;
}
.n24-ad-superior {
	/*background-color:grey;*/
}
/*
COLORS
*/
.n24-bg-blue {
	background-color:#335199;
}
.n24-blue {
	color:#335199;
}
.n24-bluesky {
	color:#5B73B2;
}
.n24-bg-grey {
	background-color:#333;
}
.n24-bg-lightgrey {
	background-color:#eee;
}
/*
HEADER
*/
.n24-logo {
	height:39px;
}
.n24-logo-container {
	padding: .875em 16px;
}
.n24-menu-icon {
	height:32px;
}
.n24-section-header {
	font-weight:100;
	color:#99A8CF;
	font-size:14px;
}

/*
SIDENAV
*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav a {
	color:#335199;
	text-decoration:underline;
}
.closebtn {
	padding: .5rem 1rem;
	font-size:20px;
}
.n24-closebtn a {
	color:#000;
	text-decoration:none;
}
.n24-menu-icon-sm {
	height:20px;
}

/*
ARTICLE
*/
.n24-section {
	font-size:12px;
	background-color:#7085BC;
}
.n24-article-title {
	color: #353535;
    flex: 1 0 100%;
    font-weight: 800;
    font-size: 1.8rem;
    margin: 0 0 .625em;
    width: 100%;
}
.n24-article-header {
	padding-bottom: 1.5rem;
}
.photo {
	max-width:100%!important;
	margin-bottom:1.75rem;
}
.photo img {
	width:100%!important;
	height:auto;
}
.photo .caption {
	font-size:14px;
	color:#999;
}
.n24-article p {
	font-size:1.1875rem;
	text-align:justify;
}
.n24-article-date {
	color:
}
/*
SECTION LIST
*/
.n24-list-first {
	font-size:1.5rem;
}
.n24-list-first a {
	color:#353535;
}
.n24-list-first-header {
	padding-bottom:0px;
}
.n24-list, .n24-list-home {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:1rem;
	margin-bottom:1rem;
}
.n24-list:first-child {
	border:none;
}
.n24-list h3, .n24-list-home h3 {
	font-size:1rem;
	line-height:1.125rem;
}
.n24-list-img-first {
	margin-bottom:.3125rem;
}
.n24-list-img {
	max-height:87px;
	overflow:hidden;
}
.n24-list p {
	font-size:1rem;
}
.n24-list-excerpt-main {
	font-size:.875rem;
	line-height: 1.125rem;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/*
HOME LIST
*/
.n24-list-main {
	color: #353535;
    flex: 1 0 100%;
    font-weight: 700;
    font-size: 2rem;
	line-height:2rem;
    margin: 0 0 .625em;
    width: 100%;
}
.n24-list-title {
	color: #353535;
    flex: 1 0 100%;
    font-weight: 400;
    font-size: 1.4375rem;
    margin: 0 0 .625em;
    width: 100%;
}
.n24-list-title-second {
	color: #353535;
    flex: 1 0 100%;
    font-weight: 400;
    font-size: 1rem;
	line-height:1rem;
    width: 100%;
}
.n24-list-title a, .n24-list-main a, .n24-list-title-second a {
	color:#353535;
}
.n24-middle-col {
	background-color:#f2f2f2;
}
.n24-middle-col h1 {
	font-size:1.125rem;
	line-height:1.25rem;
	font-weight:600;
}
.n24-middle-col a {
	color:#335199;
}
.n24-middle-col-img {
	min-height:100px;
	overflow:hidden;
	position:relative;
}
.n24-middle-col-img img {
	max-height:100px;
	position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
}
.n24-left-column-img {
	max-height:280px;
	overflow:hidden;
}
.n24-left-column-img img {
	margin-top:-20px;
}
.n24-video-leaderboard {
	background-color:#222;
}
.n24-video-leaderboard h3 {
	font-size:12px;
	color:#fff;
}
.n24-video-leaderboard a {
	color:#fff;
}
.n24-logo-24tv {
	max-height:60px;
}
.n24-article-featured .n24-list-excerpt-main {
	border:none;
}

/*
FOOTER
*/
.n24-logo-footer {
	max-width:80%;
}
.n24-bg-footer {
	background-color:#eee;
}
.n24-footer-icon-sm {
	height:26px;
}
.n24-footer dd {
	color:#D6DCED;
	margin-bottom:0px;
	font-weight:200;
}
.n24-right-text {
	color:#D6DCED;
	font-size:11px;
}


/* Small devices (landscape phones, 576px and up) (sm) */
@media (min-width: 576px) {
	.n24-keep-width .n24-container-width {
		max-width:90%;
	}
	/*
	ADS
	*/
	.n24-ad-300x600 {
		display:none;
	}
	/*
	SECTION LIST
	*/
	.n24-list {
		border:none;
		padding-bottom:.5rem;
		margin-bottom:.5rem;
	}
	.n24-list-img-first {
		margin-bottom:1rem;
	}
	.n24-list-img {
		margin-bottom:.5rem;
		max-height:94px;
	}
	.n24-article-title {
		font-size:1.8rem;
	}
	.n24-list h3 {
		font-size:1.125rem;
		line-height:1.125rem;
		margin-bottom:0;
	}
	.n24-list-date {
		font-size:14px;
		color:#999;
		font-weight:100;
	}
	/*
	HOME LIST
	*/
	.n24-middle-col-img {
		min-height:130px;
	}
	.n24-middle-col-img img {
		max-height:130px;
	}
	.n24-middle-col h1 {
		font-size: 1.625rem;
		line-height: 1.75rem;
	}
	/*
	FOOTER
	*/
	.n24-logo-footer {
		max-width:50%;
	}
}

/* Medium devices (tablets, 768px and up) (md) */
@media (min-width: 768px) {
	.n24-keep-width .n24-container-width {
		max-width:720px;
	}
	.n24-ad-superior-width {
		width:100%
	}
	/*
	ADS
	*/
	.n24-ad-skyscraper {
		width: 160px;
		height: 600px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
	}
	.n24-ad-superior {
		display:block;
		width:728px;
		height:90px;
		margin: 8px auto;
	}
  .sidebar-item {
    height: 100%;
  }
	/*
	SECTION LIST
	*/
	.n24-list-img-first {
		margin-top:0;
	}
	.n24-list-img {
		max-height:133px;
	}
	/*
	HOME LIST
	*/
	.n24-list-main {
		font-size:1.75rem;
		line-height:1.875rem;
	}
	.n24-list-title {
		font-size:.875rem;
		line-height:1rem;
		margin-bottom:1rem;
	}
	.n24-middle-col-img {
		min-height:90px;
	}
	.n24-middle-col-img img {
		max-height:90px;
	}
	.n24-middle-col h1 {
		font-size:.8125rem;
		line-height:.9375rem;
		margin-top:.5rem;
	}
	.n24-list-img-first {
		margin-bottom:.5rem;
	}
	.n24-article-featured .n24-left-column-img {
		max-height:160px;
	}
	.n24-article-featured .n24-left-column-img img {
		margin-top:0;
	}
	.n24-article-featured .n24-list-excerpt-main {
		font-size: .75rem;
    	line-height: .875rem;
		margin-bottom:0;
	}
	.n24-article-featured .n24-list-title {
		font-size: 1.125rem;
		line-height: 1.25rem;
		margin-bottom:.5rem;
	}
	.n24-article-featured .n24-list-title a {
		color:#335199;
	}
	.n24-left-column-img {
		max-height:115px;
	}
	/*
	FOOTER
	*/
	.n24-logo-footer {
		max-width:30%;
	}
}

/* Large devices (desktops, 992px and up) (lg) */
@media (min-width: 992px) {
	.n24-keep-width .n24-container-width {
		max-width:1000px;
	}
	/*
	SECTION LIST
	*/
	.n24-list-img {
		max-height:122px;
	}
	/*
	ADS
	*/
	.n24-ad-left {
		float:left;
		margin-top:0px;
		margin-bottom:0px;
		margin-right:15px;
	}
	.n24-ad-right {
		float:right;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
	}
	.n24-ad-superior {
		width:970px;
		height:90px;
	}
	/*
	HEADER
	*/
	.n24-main-menu {
		font-size:12px;
	}
	.n24-main-menu a {
		color: #fff;
		margin-right: .8125rem;
		padding-right: .8125rem;
		padding-left: 0px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #7085BC;
		padding-top: .1875rem;
		padding-bottom: .1875rem;
	}
	.n24-main-menu a:last-child {
		border:none;
	}
	.n24-main-menu a:hover {
		text-decoration:underline;
    color: #fff;
	}
	/*
	MIDDLE COLUMN
	*/
	.n24-middle-col h1 {
		margin-bottom:0;
	}
	/*
	HOME LIST
	*/
	.n24-more-news .n24-left-column-img {
		max-height: 280px;
	}
	.n24-more-news .n24-list-title {
		font-size: 1.5rem;
    	line-height: 1.5rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) (xl) */
@media (min-width: 1200px) {
	.n24-keep-width .n24-container-width {
		max-width:1140px;
	}
  .n24-keep-width .n24-article {
    min-height: 1300px;
  }
	/*
	ADS
	*/
	.n24-ad-skyscraper {
		width:300px;
		height:600px;
	}
	.n24-ad-superior {
		width:970px;
		height: auto;
	}
  .sidebar-item {
    height: 50%;
  }
	/*
	HEADER
	*/
	.n24-main-menu {
		font-size:14px;
		font-weight:200;
	}
	.n24-main-menu a {
		margin-right: .9375rem;
		padding-right: .9375rem;
		padding-top: .0625rem;
		padding-bottom: .0625rem;
	}
	/*
	FOOTER
	*/
	.n24-logo-footer {
		max-width:70%;
	}
	.n24-footer dt {
		font-size:15px;
	}
	.n24-footer dd {
		font-size:13px;
	}
}
