#branding {
	width: 100%;
}
.credit {
	display: none;
}
.entry-header, .entry-summary {
	width: 100%;
}
.byline-author {
	display: none;
}
.byline-date {
	font-style: italic;
}
.entry-content {
	text-align: justify;
}
a, #menu-primary li a, .entry-title a {
	color: #28519f;
}
a:visited, #menu-primary li a:visited, .entry-title a:visited {
	color: #28519f;
}
a:hover, #menu-primary li a:hover, .entry-title a:hover {
	color: #aaa !important;
	border-bottom: none !important;
}
#site-description {
	font-size: 1.2em;
}
.breadcrumbs {
	display:none;
}
.section-title {
	background: transparent;
	text-transform: capitalize;
	color: #666;
}
.featured-post h2.entry-title a {
	background: rgba(255,255,255,.7) !important;
}
.featured-post .byline {
	display: none;
}
.byline, .home.singular .byline {
	/*display: none !important;*/
	font-size: 1.1em;
	font-style: normal;
	/*padding-top: 0 !important;*/
}
.content-wrap {
    width: 100%;
}
.featured-post .hentry img, .hfeed .hentry img  { width: 100%; }
/* LOGO JAE */
.logo-image {
	max-width: 80px !important;
}
#hlogo {
width: 100%;
display: flex;
align-items: center;
margin: 0 0 30px 0;
}
#branding {
	margin-top: 15px;
}
#site-description { width: 100%; }
/* font size */
.entry-summary p {
  font-size: 1.3em !important;
	padding: 10px 0 10px 0;
}
h4 {
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-size: 1.6em !important;
}
.hentry .entry-title, .page-template-front .hentry .entry-title {
    margin: 0.75em 0 0.55em 0;
    padding: 0;
    font-size: 1.7em;
}  

.izquierda {
	width: 30% !important;
	max-width: 100% !important;
	float: left !important;
	margin-right: 16px !important;
	margin-top: 5px !important;
} 

.derecha {
	width: 30% !important;
	max-width: 100% !important;
	float: right !important;
	margin-left: 16px !important;
	margin-top: 5px !important;
}

/* sidebar */
.sidebar .widget-title {
  font-size: 1.2em !important;
	color: #999 !important;
	text-align: center;
	border-bottom: 4px solid #ddd;
	padding: 10px;
	margin: 10px auto 20px auto;
	border-top: 4px solid #ddd;
}
.sidebar select {
	margin: 0 auto;
}
#sidebar-secondary {
    float: right;
    /*width: 30.333%;*/
	  text-align: center;
	  font-size: 1.1em;
}
#sidebar-secondary ul {
    list-style: none !important;
	  font-size: 1.3em;
	  color: #28519f;
}
/* Menu */
#menu-primary li a {
   font-size: 1.4em;
	 text-transform: uppercase;
	 color: #666 !important;
	 font-weight: 600;
	 margin-right: 0.5px !important;
}
#menu-primary li {
	background: none !important;
}

button, a.button {
    font-size: 1.1em;
    padding: 10px;
}
p { font-size: 1.2em; }
.goog-te-gadget .goog-te-combo {
    margin: 4px 80px !important;
}
/* widget */
#sidebar-secondary .wpp-cards-compact li .category, #sidebar-secondary .wpp-cards-compact li .wpp-post-title {
    font-weight: 400 !important;
    text-align: left !important;
}
.wpp-list li a {
    color: rgb(40, 81, 159);
    font-weight: normal !important;
    text-align: left !important;
}

.hentry img.start {
    width: 13%;
}

/* videos you tube */
iframe.youtube-player,
iframe {
	border: 0;
	width: 100% !important;
	margin: 0 auto;
}

/* media queries */
@media only screen and (max-width: 767px) {
	#hlogo {
	    width: 100% !important;
	    display: block !important;
	    margin: 0 0 30px 0 !important;
	    text-align: center !important;
	}
		#site-description, #site-title {    			text-align: center; 
	}
	.izquierda {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
		margin-top: 5px !important;
	} 

	.derecha {
		width: 30% !important;
		max-width: 100% !important;
		float: none !important;
		margin-left: 0 !important;
		margin-top: 5px !important;
	}
	.wp-caption {
		width: 100% !important;
		max-width: 100% !important;
	}
	.wp-caption .wp-caption-text {
		text-align: center;
	}
}