/*
Theme Name: MundoProfesional
Author URI: http://www.host-argentina.com.ar/
Description: Theme personalizado para MundoProfesional
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
  background: url('images/body-bg.png') repeat;
  color: #6e6e6e;
}

body {
	font-family: 'Lato', Arial, 'Helvetica', sans-serif;
	font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #003265;
  text-decoration: none;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a {
	text-decoration: none;
	font-weight: 700;
	color: #292727;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: none;
}

/* LINKS */

.post-category a,
.post-category a:link,
.post-category a:hover,
.post-category a:visited {
	color: #fff;
}

a.link-title,
a.link-title:link,
a.link-title:visited {
	color: #6e6f71;
	line-height: normal;
}

a.link-title:hover {
	color: #333;
}

/* end links */

.scroll_top {
	position: fixed;
	bottom: -4px;
	right: 10px;
	opacity: 1;
	z-index: 99;
}

.scroll_top a {
	display: block;
	background-color: #003265;
	color: #fff;
	float: left;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.scroll_top i {
	font-size: 20px;
	padding: 15px 20px 20px 20px;
	float: left;
	line-height: 1 !important;
}

.header {
	background-color: #fff;

}

.header>.container {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('images/mp-back-menu.png') no-repeat right;
}


.header .header-logo a.logo {
	display: inline-block;
}

.header-fecha {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* Main navigation */

.nav-main {
	background-color: #003366;
}

.nav-main .navbar {
	margin-bottom: 0px;
}

.nav-main  .container {
	padding: 0px;
}

#nav #brand {
	padding-top: 3px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 14px;
}

#nav.affix-top {
	margin-bottom: 15px;
}

#nav.affix-top .navbar-header {
	/*display: none;*/
}

#nav.affix-top a#brand {
	display: none;
}

#nav.affix {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;

}

#nav.affix .navbar-header {
	padding: 0 15px;
}

#nav.affix a#brand {
	/*display: inline-block;*/
}

#nav.affix a#brand img {
	padding-right: 5px;
}

#nav.affix .mpnavbar {
	/*display: inline-block;*/
	float: left;
}

.admin-bar #nav.affix {
  position: fixed;
  top: 32px;
  width: 100%;
  z-index:10;

}

.nav-main a,
.nav-main a:link,
.nav-main a:visited {
	color: #FF9900;
	line-height: normal;
	text-transform: uppercase;
}

.nav-main .nav>li>a:hover,
.nav-main .nav>li>a:focus {
	color: #fff;
	background-color: inherit;
}

.nav-main  .navbar-toggle .icon-bar {
	background-color: #FF9900;
}

.nav-main  .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

/* end Nav */

.page-title {
	margin: 0px;
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}


/* Home */

article.mbox,
.news-summary {
  background: #fff;
  box-shadow: 1px 1px 3px #c2bcaf;
  border-radius: 0px 0px 2px 2px;
	margin: 0 0 1.5em;
	position: relative;
	overflow: hidden;
}

.news-list.news-summary .volanta {
	color: #ff9900;
}

.news-list.news-summary .date {
	color: #003366;
}

.post-image {
  border-bottom: 5px solid #003366;
	position: relative;
}

.post-image a {
	display: block;
}

.post-image a img {
  max-width: 100%;
}

.post-image .category,
.single-content .volanta {
	position: absolute;
	top: 0;
	left: 0;
	background: #003366;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 5px;
	z-index: 9999;
}

header.entry-header {
  padding: 0px 20px;
  display: block;
  overflow: hidden;
}

.destacada header.entry-header {
	padding: 0px;
}

.archive header.entry-header,
.search-results header.entry-header {
	padding: 0px;
}

h1.entry-title a:link,
h1.entry-title a:visited,
h2.entry-title a:link,
h2.entry-title a:visited,
h3.entry-title a:link,
h3.entry-title a:visited {
  color: #292727;
}

h1.entry-title { /* Destacada */
  margin: 20px 0px 0px 0px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

h2.entry-title {
  margin: 20px 0px 0px 0px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.archive h3.entry-title,
.search-results h3.entry-title {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.home .col-notas .entry-summary {
	font-size: 14px;
}

.entry-summary,
.entry-content {
  padding: 0px 20px;
	margin: 0.5em 0 0;
  display: block;
  overflow: hidden;
}

.fecha {
	font-size: 12px;
}

.destacada .entry-summary {
	padding: 0px;
}

footer.entry-meta {
  margin: 0px 20px;
  border-top: 1px solid #e6e2d8;
  padding: 20px 0px;
  color: #959599;
  font-size: 11px;
  text-transform: uppercase;
	text-align: right;
}

.destacada footer.entry-meta {
	margin: 0px;
}

.home .col-notas footer.entry-meta {
	width: auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
}


/* Destacada */

.mundop .mbox>.row {
	margin-left: 0;
	margin-right: 0;
}

.mbox>.row .aff {
	padding-left: 0px;
	padding-right: 0px;
}

.destacada .post-image {
	border: none;
}

/* Summary -- home pie */

.news-summary h2 {
	padding: 20px 15px;
	margin: 0;
	font-size: 24px;
}

.news-summary .date {
	font-size: 14px;
}

.news-summary h3.entry-title {
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.5;
	color: #292727;
}

.summary {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

/* Columna derecha */

.box-fanpage {
	width: 100%;
}

.box-tweeter {
	padding-top: 15px;
}

.ad-horizontal-1,
.ad-horizontal-2 {
	margin: 0 auto 25px;
}

.ad-horizontal-1 img,
.ad-horizontal-2 img {
	max-width: 100%;
	height: auto;
}

.home-right-column .publicidad {
	padding-top: 15px;
}

.home-right-column .publicidad {
	width: 100%;
	height: auto;
}

.home-right-column .publicidad img {
	width: 100%;
	height: auto;
}


/* end home */

/* Single */

article.single-content {
	position: relative;
}

.single .post-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.single h1.entry-title {
	font-size: 20px;
	margin: 0;
	padding-top: 40px;

}

.single header {
	padding-bottom: 25px;
}

.single .entry-summary {
	font-size: 18px;
}

.single .entry-summary p {
	margin-bottom: 0;
}

.single .mejs-audio {
	margin-bottom: 30px;
}

.single .single-content {
	background: #fff;
  box-shadow: 1px 1px 3px #c2bcaf;
  border-radius: 0px 0px 2px 2px;
	margin: 0 0 1.5em;
}

.single .post-image img {
	/*min-width: 750px;*/
	/*height: auto;*/
	/*overflow: hidden;*/
}

/* end single */

/* CATEGORY */
.cuerpo-category,
.cuerpo-search {
	background-color: #fff;
	box-shadow: 1px 1px 3px #c2bcaf;
  border-radius: 0px 0px 2px 2px;
	margin: 0 0 1.5em;
}

.row-category-teaser {
	margin-left: -15px;
	margin-right: 0px;
}

.category-teaser,
.category-teaser {
	padding-bottom: 20px;
}

.archive .post-date,
.search-results .post-date {
	font-size: 12px;
	line-height: 1.5;
}

span.buscado {
	font-size: 24px;
	color: #ff9900;
}

/* end category */

/* ob page numbers */

.mundop #wp_page_numbers {
	padding-left: 15px;
	padding-right: 15px;
}

.mundop #wp_page_numbers ul,
.mundop #wp_page_numbers li,
.mundop #wp_page_numbers a {
	font-size: 16px;
}

.mundop #wp_page_numbers a {
	font-size: 16px;
	padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.mundop #wp_page_numbers li a:hover {
	background-color: #ff9900;
	border-color: #ff9900;
}

.mundop #wp_page_numbers li.active_page a {
	background-color: #003366;
	border-color: #003366;
	color: #fff;
}

.mundop #wp_page_numbers li.active_page a:hover {
	border-color: #003366;
	color: #fff;
	text-decoration: none
}
/* end ob page numbers */

/* PAGE CONTACTO */

.cuerpo-full-page {
	background: #fff;
  box-shadow: 1px 1px 3px #c2bcaf;
  border-radius: 0px 0px 2px 2px;
  margin: 0 0 1.5em;
}

.contact-inner {
	padding: 0px 20px 1.5em;
}

.wpcf7-form span.required {
	color: #ff9900;
}

.mundop .btn-default {
	background-color: #003366;
	color: #fff;
}

.mundop .btn-default:hover {
  color: #fff;
  background-color: #ff9900;
  border-color: #e88b00;
}

/* end page contacto */

/* footer */

.row-footer{
	border-top: 5px solid #969696;
	margin-bottom: 20px;
}

.site-info {
	background: url('images/logo-footer.png') no-repeat left;
	overflow: hidden;
	padding: 20px 0px 20px 65px;
	font-size: 12px;
}

.development {
	background: url('images/host-argentina.png') no-repeat right;
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	font-size: 10px;
	color: #757575;
	height: 66px;
}

.development a {
	color: #757575;
	text-decoration: none;
}

.tptn_counter {
	display: none;
}

@media only screen and (min-width: 400px) {
	.single .post-image img {
    min-width: 100%;
    height: auto;
	}
}

/* xs */
@media(max-width:767px){
	body {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mundop .navbar-toggle {
		margin-right: 0px;
	}

	#nav.affix a#brand {
		padding-left: 0px;
	}

	.navbar>.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mundop .row {
		margin-left: -15px;
	}

	.destacada .post-image {
		border-bottom: 5px solid #003366;
	}

	.home .col-notas .post-image{
		max-height: 300px;
		overflow: hidden;
	}

	.home-right-column .publicidad {
		max-width: 293px;
		margin: 0 auto;
	}

	.home-right-column .publicidad img {
		width: inherit;
	}



	.site-info {
		max-width: 370px;
		margin: 0 auto;
	}

	.development {
		max-width: 125px;
		margin: 0 auto;
		padding-top: 0px;
		background-position: right 3px;
		height: 30px;
	}

}

@media(min-width:768px){
	body {
		/*background: #ff0000;*/
	}

	.home .col-notas .post-image{
		max-height: 300px;
		overflow: hidden;
	}

	.single .post-image img {
    min-width: 100%;
    height: auto;
	}

}



@media (max-width: 915px) {
	.mundop .navbar>.container {
		width: auto !important;
	}

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }


}

@media (min-width:914px) and (max-width:991px) {
  .mundop .navbar>.container {
		width: auto !important;
	}

}


/* md */
@media(min-width:992px){
	body {
		/*background: #ffff00;*/
	}

	.home .col-notas .post-image{
		max-height: 145px;
		overflow: hidden;
	}

	.single .post-image img {
    min-width: 617px;
    height: auto;
	}

}

/* lg */
@media(min-width:1200px){
	body {
		/*background: #ff00ff;*/
	}

	.mundop .container>.row {
		margin-left: -15px;
	}

	.destacada .post-image {
		border: none;
	}

	.home .col-notas .post-image{
		max-height: 180px;
		overflow: hidden;
	}

	.sidebar-home {
		padding: 0px;
	}

	.single .post-image img {
    min-width: 750px;
    height: auto;
		overflow: hidden;
	}


}
