.background_wrapper{
    width:1080px;
    margin:9px auto 0 auto;
    background-position:right top;
    background-repeat:repeat-y;
    border: solid 1px #959595;
}
.ad_960x40{
	display:none;
}
.post-toggle,
.search-toggle,
.navbar-toggle {
	display:none;
}
.clearfix{
	clear:both;
}
.desktop-nav {
	position: fixed;
	display: none;
	height: 100%;
	max-height: 100%;
	width:200px;
	top:0;
	left:0;
	background: #171717;	
	z-index: 1000;	
	font-family:"Roboto";
}
.desktop-nav ul {
	list-style:none;
	margin:0;
	padding:15px;
}
.desktop-nav ul > li a {
	display: block;
}
.desktop-nav ul > li a {
	padding:15px 0;
}
.desktop-nav ul > li.social-links a {
	display: inline-block;
	font-size:20px;
	margin-right:20px;
}
.desktop-nav ul li {
	color:#fff;
	font-size:15px;
	text-transform: uppercase;
	border-bottom:1px solid #2b2b2b;
	font-weight: normal;
}
.desktop-nav ul li a {
	color:#fff;
	font-weight: normal;
}
.desktop-nav ul li a:hover {
	text-decoration: none;
}
.desktop-nav .panel-menu .panel .panel-title a {
	padding:15px 0;
}
.desktop-nav .panel-menu .panel .panel-title {
	font-size:1em;
	font-weight: normal;
}

.desktop-nav dl {margin-bottom: 0;}
.left-menu-accordion .collapsed {display: none;}

.left-nav-search {
	position: relative;
	height: 40px;
	border-bottom:0 !important;
}
.left-nav-search button {
	position: absolute;
	left:55%;
	top:0;
	border:0;
	background: transparent;
	color:#ddd;
	font-size:1.5em;
	padding: 5px 14px;
}
.left-nav-search input {
	position: absolute;
	left:55%;
	top:0;
	width: 80%;
	border-radius: 20px;
	border:0;
	padding:10px 5px 10px 15px;
	color:#fff;
	background: #414141;
}
.fixFloat{
	clear:both;
}
a:hover{
	text-decoration: none;
}
.mobile-brand {
	float:left;
	color:#85b2e0;
	line-height: 2.5em;
	width:30%;
	display: block;
}
.mobile-brand img {
	width:100%;
}
.topnav a {
	color:#fff;
}

.desktop-header {
    display: block;
    width: 100%;
    padding: 15px;
    background: #fff;
}


.fixed-header {
	position: fixed;
	top:0;left:auto;
	z-index: 100;
}

.desktop-header .brand-logo {
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    vertical-align: top;
    width: 50%;
    padding: 0;
}


.desktop-header .brand-logo h1 {
    margin: 15px auto 0 auto;
    display: block;
    padding: 0;
    width: 209px;
    background-size: contain;
    text-indent: -30000px;
    background: url(./images/logos/la-opinion-desktop.png) no-repeat;
    width: 282px;
    height: 46px;
    background-size: contain;
    background-position: center center;
}

.desktop-header .header-login {
	display: none !important;
}


.desktop-header .brand-logo p{
	margin:5px 0 0 0;
	font-size:0.9em;
}

.desktop-header .icons {
    margin: 0;
    padding: 10px 0 20px 30px;
    list-style: none;
    display: block;
    float: left;
    vertical-align: top;
    width: 25%;
}

.desktop-header .icons .menu-icon {
    color: #139B69;
    display: block;
    float: left;
    border-right: 0;
    padding: 0.2em 0 0 0;
    font-size: 24px;
    border-right: 0;
    padding: 10px .5em 0 0;
    margin-right: 0.5em;
    display: none;
}

.desktop-header .header-login {
	width:25%;
	text-align: right;
	float:right;
	display: block;
	vertical-align: top;
	padding:10px 0 0 0;
	color: #fff;
}

.desktop-header .header-login {
	width:25%;
	text-align: right;
	float:right;
	display: block;
	vertical-align: top;
	padding:10px 0 0 0;
	color: #fff;
}

.desktop-header .header-date {
	width:25%;
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
	padding:0;
	color: #fff;
}
.desktop-header .header-date p {
	margin:0;
	padding:0;
}

.searchbox {display:block !important;float:left;}
.searchbox .searchinput {
	width: 40px;
	visibility: hidden;
	border: none;
	border-radius: 18px;
	padding:10px 0;
	float: left;
	background: rgba(0, 0, 0, 0.2);
	font-size: 1em;
	line-height:1.6em;
	color: #fff;
	display: block;
	float:left;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
 }
 .searchbox:hover .searchinput { 
	width: 180px;
	background: #fff; 
	visibility: visible;
	background: rgba(0, 0, 0, 0.2);
	padding: 10px 40px 10px 10px;
}
 .searchbox .searchinput:focus{
	background: rgba(0, 0, 0, 0.2);
 }
 .searchbox .button{
	display: block;
	font-size: 28px;
	float: left;
	height: 36px;
	width: 36px;
	border: none;
	margin-left: -40px;
	position: relative;
	color: #FFF;
	background: none;
}
.searchbox:hover .button{
	margin: -40px 0 0 60px;
	float:right;
	position:relative;
	color:#FFF;
}






.flex-container{
	display: flex !important;
	flex-direction: row;
}





.topsearch {
	height: 36px;
	border: none;
	border-radius: 18px;
	background: #f6f6f6;
	display: block;
	float:right;
	position: relative;
 }
 .topsearch .searchinput {
	width: 80%;
	height: 36px;
	border: none;
	border-radius: 18px;
	padding:10px;
	float: left;
	font-size: 1em;
	line-height:1.6em;
	display: block;
	float:left;
	background:#f6f6f6;
 }
 .topsearch .button{
	display: block;
	font-size: 20px;
	float: left;
	border: none;
	position: absolute;
	right:6px;
	top:6px;
	background: none;
	width:20%;
}
.topsearch .button svg{
	height: 20px;
	width: 20px;
}

.desktop-header .weather {
	color:#fff;
	font-size:2em;
	text-align: right;
	padding-top:0.3em;
	display: table-cell;
	vertical-align: top;
	width: 25%;
}
.desktop-header .weather a {
	font-weight: 700;
	color:#fff;
	display: inline-block;
}
.desktop-header .weather i {
	font-size:1.55em;
	float:right;
	margin-left:0.1em;
}
.desktop-header .weather span {
	float:left;
}

.desktop-header time {display: none;}
.desktop-header .searchbox {display: none;}

.desktop-header .brand-logo p {
	height: 60px;
	line-height: 60px;
	float: none;
	display: inline-block;
	background: url(https://s0.wp.com/wp-content/themes/vip/impre-laraza/images/logos/divider.png) no-repeat;
	padding: 10px 0 0 14px;
	margin:15px 0 0 15px;
	font-size:13px;
	font-family:"Roboto";
}
.topnav {
	padding:0;
	display: table;
	content: " ";
	font-size: 14px;
	line-height: 1.42857143;
	width:100%;
	font-family:"Roboto";
}
.topnav a {
	color:#000;
}
.top-links {list-style:none;margin:0 10px;float:left;padding:10px 0 10px 20px;}
.top-links li {border-left:0;border-right:1px solid #000;display: table-cell;}
.top-links li.link-publica {border-right:0;}
.top-links li.link-clima {display: none;}
.top-links li a {padding:0 15px;text-transform: uppercase;font-size:0.8em;display: block;}
.top-links li:first-child a{padding-left:0;}
.top-links li:last-child {border: 0px;}
.top-links a {font-size:0.8em;}

.navbar-header {
	background:#000;
	display: none;
}
.tag-nav {
	white-space: nowrap;
	list-style:none;
	margin:0;
	padding:5px 0;
	line-height:2.25rem;
	font-family:"Roboto";
}
.tag-nav ul {padding:0;}
.tag-nav::-webkit-scrollbar { display: none; }
.tag-nav li {
	display:table-cell;
	padding:0 30px;
}
.tag-nav li:first-child {
	padding-left:0;
}
.tag-nav a {
	color:#fff;
	font-weight:300;
	font-size: 14px;
}
.tag-nav a:hover {
	text-decoration: underline;
	color:#fff;
}
.header {
	max-width: 1080px;
    margin: auto;
}

.header,.navbar {
	margin-bottom:10px;
}
.navbar-toggle {
	background:#85b2e0;
	color:#fff;
	margin:0;
	border-radius:0;
	padding:5px 14px;
	font-size:.8em;
}
.main-nav {
	background:#000;
	color:#fff;
}
.main-nav a {
	color:#fff;
}
.main-nav li:hover a{
	color:#fff;
	background:#000;
}
.main-nav .social a {
	font-size:20px;
}

.main-tabs {
	margin-top:-10px;
	margin-bottom:10px;
	border-bottom:0;
}
.main-tabs > li {
	width: 50%;
}
.main-tabs > li > a {	
	background:#dbdbdb;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	color:#000;
	margin-right:0;
}
.main-tabs > li.active > a {
	color:#000;
	border:0;
}
.main-tabs > li.active > a:hover {
	border:0;
}

.panel-menu .panel {
	background-color:transparent;
	border:0;
	border-radius: 0;
	margin-bottom: 0;
}
.panel-menu .panel .panel-title a {
	display: block;
	padding:10px 15px;
}
.panel-menu .panel a:hover {
	text-decoration: none;
}
.panel-menu .panel .panel-heading {
	padding:0;
}
.desktop-nav ul.list-group {
	padding:0 0 0 15px;	
	list-style:none;
}
nav.container {
	max-width:1080px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.top-social {
	list-style:none;		
	float:right;
	margin:0;
	display: block;
}
.top-social a {
	font-size:1.6em;
	padding: 0 0.41em;
}
/* footer */
footer {
	margin-top:20px;
	font-family:"Roboto";
}
footer .publications {
	background-color:#f47920;
	border-bottom:1px solid #fff;
	padding:10px;
	text-align: center;
}
footer .publications a{
	text-transform: uppercase;
	color:#fff;
	font-size:14px;
	padding:0 0.2em;
}
footer .copyright {
	background:#262626;
	color:#fff;
	font-size:10px;
	text-align: center;
	padding:5px 0;
	line-height: 27px;
}
footer .copyright .container{
	color:#fff;
	font-size:10px;
	line-height: 27px;
}
footer .copyright .privacy{
	border-left:1px solid #FFF;
	padding-left:10px;
	margin-left:10px;
}
footer .copyright a,
footer .copyright a:hover{
	color:#FFF;
}
footer .copyright .impremedia-logo {
	background:url(/wp-content/themes/classipress_child/images/logos/impremedia-white.png) no-repeat;
	background-size: contain;
	width:100px;
	height:27px;
	display: inline-block;
	text-indent: -10000px;
}

/* MEDIAQUERIES */
@media screen and (max-width: 768px){
    #background_wrapper{
    	padding:0;
        width:100%;
        margin:0;
    }

	.tag-nav {
		overflow-x:scroll;
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
		padding:6px;
	}
	.desktop-header .brand-logo p {display: none;background:none;padding:0;margin:0;line-height: 15px;height:auto;}
}

@media screen and (max-width:500px){

	#menu-top-links .top-link-loteria, #menu-top-links .top-link-clima, 
	#menu-top-links .top-link-horoscopo{
		display: none;
	}

	.social-share li a span {display: none;}
	.desktop-header {
		padding:10px 0;
		height: auto;
	}
	.desktop-header .brand-logo {
	    height: auto;
	    padding: 6px 0;
	    width: 70%;
	}
	.desktop-header .brand-logo h1 {
		background: url(./images/logos/la-opinion-mobile.png) no-repeat;
	    height: 25px;
	    background-size: contain;
	    background-position: center top;
	    margin: 0;
	    width: 100%;
	}
	.desktop-header .weather {
		padding:6px 0px;
		width:15%;
		text-align: center;
	}
	.desktop-header .weather span {
		display: none;
	}
	.desktop-header .icons {
		margin: 0 0 0 20px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width:10%;
		padding:0;	
	}
	.desktop-header .icons .menu-icon {
		font-size: 1.8em;
		display:block;
		float:left;
		border-right:0;
		padding:7px 0 0 0;
	    height: 24px;
	    width: 24px;
	    background: transparent;
	    border: 0;
	}
	.desktop-header .weather a {
		vertical-align: middle;
	}
	.desktop-header time {display: none;}
	.desktop-header .searchbox {display: none !important;}


	.top-links {list-style:none;margin:0 0 0 10px;float:left;padding:10px 0;display: block;height:34px;overflow: hidden; width: 100%; text-align: center;}
	.top-links li {border-left:1px solid #000; border-right: 0; display: inline-block;}
	.top-links li.link-publica, 
	.top-links li.link-empleos {display:table-cell;}
	.top-links li.link-horoscopo {border-right: 0;}
	.top-links li.link-clima {display: none;}
	.top-links li.link-guia {display:none;}
	.top-links li.link-edicion-impresa {display: none;}
	.top-links li.link-publica {display:none;}
	.top-links li a {padding:0 15px;text-transform: uppercase;font-size:0.8em;display: block;}
	.top-links li:first-child a{padding-left:0;}
	.top-links li:first-child {padding-left:0; border: 0px;}
	.top-links a {font-size:0.8em;}

	.top-social {display: none;}

	.left-nav-search button {
		left:59%;
	}

}
@media screen and (max-width: 380px){
	.desktop-header .weather span {display: block;float:none;font-size:0.7em;font-weight: normal;}
	.desktop-header .weather i {display: block;float:none;}
	.tag-nav{
		font-size:11px;
		line-height: 1.8rem;
	}
	.tag-nav li {
		padding:0 5px;
	}
}

@media screen and (max-width:500px){

	.navigation .left-nav-search button {
	    position: absolute;
	    right: 0;
	    top: 0;
	    border: 0;
	    color: #000;
	    font-size: 1.5em;
	    width: 19%;
	    height: 40px;
	    background: #ccc;
	    text-align: center;
	    border-top-right-radius: 20px;
	    border-bottom-right-radius: 20px;
	}

	.navigation .navigation-close, .desktop-header .icons .menu-close, .desktop-header .icons .menu-icon {
	    color: #fff;
	    font-size: 26px;
	    width: 26px;
	    display: block;
	    float: right;
	    margin-right: 20px;
	    margin-top: 5px;
	    border-right: 0;
	    padding: 0;
	    background: 0 0;
	    border: none !important;
	}

	.navigation .left-nav-search {
	    position: relative;
	    height: 40px;
	    border-bottom: 0 !important;
	    margin-bottom: 15px;
	    margin-left: 10px;
	    width: 80%;
	}

	.navigation .left-nav-search input {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 80%;
	    height: 40px;
	    border-bottom-left-radius: 20px;
	    border: 0;
	    padding: 10px 5px 10px 15px;
	    color: #000;
	    background: #ccc;
	    border-top-left-radius: 20px;
	    border-top-right-radius: 0;
	    border-bottom-right-radius: 0;
	}

	/* When you mouse over the navigation links, change their color */
	.navigation a:hover {
	  color: #f1f1f1;
	}

	/* Position and style the close button (top right corner) */
	.navigation .closebtn {
	  position: absolute;
	  top: 0;
	  right: 25px;
	  font-size: 36px;
	  margin-left: 50px;
	}

	.header .topnav .list-group{
		display: none;
	}

}

/* The side navigation menu */
.navigation {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #FFF;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.navigation a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.content {
  transition: margin-left .5s;
}

.navigation ul li{
	padding: 10px;
}

.navigation ul li a{
	color: #fff;
	display: inline-block;
	color: #333;
	font-size: 15px;
	padding: 5px 10px;
	font-family: "Roboto", sans-serif;
}

.navigation ul li.hightlight a{
	background: #ee873c;
}


.topnav #searchform .searchbutcat{
	width: 75px;
}

.topnav #searchform .searchbutcat .btn-topsearch{
	padding: 5px 38px;
}

.topnav #searchform .searchbutcat .btn-topsearch svg{
	width: 20px;
	height: 20px;
	fill: #fff;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .navigation {padding-top: 15px;}
  .navigation a {font-size: 18px;}
}

/*for embeded videos on mobile sites*/
@media screen and (max-width:320px){
    .body_paragraph iframe { width: 320px; height: 240px; }
}
/*Popup*/
#popup_custom_object{
	display:none;
}
.popup_custom_overlay{
    opacity:0.8; 
    background:#000000; 
    width:100%;
    height:100%; 
    z-index:10000;
    top:0; 
    left:0; 
    position:fixed;
}
.popup_custom_content{
    z-index:10001;
    position:fixed;
    background-color:#1f72b8;
    width:450px;
}
.popup_custom_content .popup_custom_close{
	display:block;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	font-family:"Verdana";
	margin:10px;
}
.popup_custom_content .popup_custom_close a{
	color:#FFF;
}
.popup_custom_content .custom_content{
	margin:10px;
}
/*Gravity Forms*/
div.wpcf7{
	margin-bottom:40px !important;
}
.gform_title {
	color: #000;
	text-align: center;
	font-size: 17px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
}
.popup_custom_content .gform_description {
	color: #000;
	text-align: center;
	font-size: 17px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	display: block;
	line-height:20px;
	margin: 0 0 20px 0;
}
.popup_custom_content .gform_description{
	color: #FFF;
	text-align: center;
	font-size: 20px;	
}
.gfield_label {display:none;}
.gfield_required {display:none;}
.gform_wrapper .top_label input.medium {
	width:100%;
	border-radius: 0;
	border:0;
	padding:9px;
	color:#7E7E7E;
	font-size:18px;
	line-height: 1.1em;
}
.gform_body {
	margin: 0 auto;
}
.gform_footer{
	text-align:center;
}
.popup_custom_content .preloading{
	color: #fff;
}
.popup_custom_content .gform_button, .popup_custom_content #gform_submit_button_1 {
	border-radius: 0 !important;
	color:#fff !important;
	background:#000 !important;
	border:1px solid #000 !important;
	padding:6px 12px;
	line-height: 20px;
	margin: 20px auto;
	font-size:18px;
}
.validation_error,
.validation_message{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-align: center;
	color: #fbdb00;
	font-weight: 700;
	margin: 5px 0;
}
.gform_confirmation_message{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	display: block;
	line-height:1.2em;
	padding-top: 40px;	
}
.popup_custom_content .gform_confirmation_message{
	color: #FFF;
}
@media screen and (max-width:500px){
    .popup_custom_content{
	    width: 280px;
	}
	.gform_description {
		font-size: 15px;
	}
}
