

.navbar-main{
	background-color: #0e2b68;
	
}
.navigation-bar {
	background-color: #0e2b68;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.theme-color {
	color: #e16c43;
}

.theme-bg-color {
	background-color: #e16c43;
}



::selection {
	background: #e16c43;
	color: #fff;
}
::-moz-selection {
	background: #e16c43;
	color: #fff;
}

.btn-theme {
	background-color: #e16c43;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-theme {
	border-color: #e16c43;
	color: #c80000;
}
.btn-outline-theme:hover {
	background-color: #e16c43;
	color: #ffffff;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle  {
	background-color: #e16c43;
	}
	.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #e16c43;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
	width: auto;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px 30px;
	background-color: #e16c43;
	color: #ffffff;
}


.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #e16c43;
}

.top-stories-bar .top-stories-label .flash-icon {
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #e16c43;
	top: 50%;
	margin-top: -5px;
	left: 10px;
	z-index: 2;
}
.top-stories-bar .top-stories-label .flash-icon:before {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #e16c43;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -5px;
	animation-name: blink-a;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.top-stories-bar .top-stories-label .flash-icon:after {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #e16c43;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -5px;
	animation-name: blink-b;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
}

.top-stories-bar .top-stories-lists .marquee a:hover {
	color: #e16c43;
}

.post.sticky .entry-header:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08d";
	position: absolute;
	top: 5px;
	right: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 26px;
	width: 26px;
	height: 26px;
	text-align: center;
	background-color: #e16c43;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/* ===== DESTACADO DE ARRIBA: overlay + título ===== */

/* título siempre blanco arriba */
.banner-area .entry-title a,
.main-slider .entry-title a,
.featured-post .entry-title a {
  color: #fff !important;
}

/* hover del título arriba: sigue blanco */
.banner-area article:hover .entry-title a,
.main-slider article:hover .entry-title a,
.featured-post article:hover .entry-title a,
.banner-area .entry-title a:hover,
.main-slider .entry-title a:hover,
.featured-post .entry-title a:hover {
  color: #fff !important;
}

/* neutraliza overlays / capas que suelen teñir el bloque */
.banner-area article:hover .post-img-wrap:before,
.banner-area article:hover .post-img-wrap:after,
.banner-area article:hover .post-image:before,
.banner-area article:hover .post-image:after,
.banner-area article:hover .featured-image:before,
.banner-area article:hover .featured-image:after,
.main-slider article:hover .post-img-wrap:before,
.main-slider article:hover .post-img-wrap:after,
.main-slider article:hover .post-image:before,
.main-slider article:hover .post-image:after,
.featured-post article:hover .post-img-wrap:before,
.featured-post article:hover .post-img-wrap:after,
.featured-post article:hover .post-image:before,
.featured-post article:hover .post-image:after {
  background: transparent !important;
  opacity: 0 !important;
}

/* por si el theme colorea el header completo */
.banner-area article:hover .entry-header,
.main-slider article:hover .entry-header,
.featured-post article:hover .entry-header {
  color: #fff !important;
}

/* ===== TÍTULOS DE ABAJO: color base + hover ===== */
.post-content .entry-title a,
.widget .entry-title a,
.below-featured-post .entry-title a,
.post .entry-title a {
  color: #333333 !important;
}

.post-content .entry-title a:hover,
.post-content .entry-title a:focus,
.widget .entry-title a:hover,
.widget .entry-title a:focus,
.below-featured-post .entry-title a:hover,
.below-featured-post .entry-title a:focus,
.post .entry-title a:hover,
.post .entry-title a:focus {
  color: #e16c43 !important;
}

.entry-meta a:hover,
.entry-meta a:focus  {
	color: #e16c43;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.entry-meta .cat-links a {
	color: #e16c43;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 7px;
	float: left;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.entry-meta .tag-links a {
	display: inline-block;
	color: #e16c43;
}

.post-img-wrap .entry-meta .cat-links a,
.post-img-wrap + .entry-header .entry-meta .cat-links a {
	background-color: #0e2b68;
	color: #ffffff;
	padding: 2px 6px;
	margin-bottom: 5px;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 5px;
}

.format-quote blockquote:before {
	color: #0e2b68;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.navigation.post-navigation .nav-links a:hover {
	text-decoration: underline;
	color: #0e2b68;
}

.navigation.pagination .current,
.navigation.pagination a:hover {
	color: #fff;
	background-color: #0e2b68;
	border-color: transparent;
	text-decoration: none;
	position: relative;
}

.page-links span,
.page-links a:hover span {
	color: #fff;
	padding: 15px 25px;
	border: 1px solid transparent;
	background-color: #e16c43;
}

.comment-metadata a.comment-edit-link {
	color: #0e2b68;
}

.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #0e2b68;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #ffffff;
	background-color: #0e2b68;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	color: #ffffff;
	background-color: #0e2b68;
}

.woocommerce .star-rating,
.woocommerce .star-rating:before {
	color: #0e2b68;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
	text-decoration: none;
	color: #0e2b68;
}

.woocommerce.widget_product_categories ul.product-categories .current-cat-parent > a,
.woocommerce.widget_product_categories ul.product-categories .current-cat > a {
	color: #0e2b68;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
	background-color: #0e2b68;
	color: #ffffff;
}

.stories-title {
	font-size: 20px;
	padding-left: 10px;
	border-left: 4px solid #e16c43;
	margin-bottom: 15px;
	font-weight: 700;
	text-align: left;
}

.widget-title {
	font-size: 20px;
	padding-left: 10px;
	border-left: 4px solid #0e2b68;
	text-align: left;
	position: relative;
	font-weight: 700;
	margin-bottom: 15px;
}

.widget ul li a:hover {
	color: #e16c43;
	text-decoration: none;
}

.widget_archive li a[aria-current="page"] {
	color: #e16c43;
}

.widget_categories .current-cat a {
	color: #e16c43;
}

.widget_nav_menu ul li.current_page_item > a,
.widget_nav_menu ul li.current_page_ancestor > a,
.widget_nav_menu ul li.current-menu-item > a,
.widget_nav_menu ul li.current-menu-ancestor > a {
	color: #0e2b68;
}

.widget_pages ul li.current_page_item > a,
.widget_pages ul li.current_page_ancestor > a {
	color: #0e2b68;
}

.widget_tag_cloud a:hover {
	color: #0e2b68;
}

	.main-navigation ul li.current_page_item > a,
	.main-navigation ul li.current_page_ancestor > a,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current-menu-ancestor > a,
	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus,
	.main-navigation ul li.show > a,
	.main-navigation ul li:hover > a,
	.main-navigation .dropdown-menu a:hover,
	.main-navigation .dropdown-menu a.current-menu-item,
	.main-navigation li ul li:hover > a,
	.main-navigation li ul li.current-menu-item > a,
	.main-navigation li ul li.current-menu-ancestor > a,
	.main-navigation ul li li.current_page_item > a,
	.main-navigation li ul li.current_page_ancestor > a {
		color: #e16c43;
		background-color: transparent;
	}

/* Menú responsive */
@media (max-width: 991px) {

    .main-navigation ul li a,
    .main-navigation ul li a:visited,
    .main-navigation .dropdown-menu a {
        color: #ffffff !important;
        background-color: #0e2b68 !important;
    }

    .main-navigation ul li a:hover,
    .main-navigation ul li a:focus,
    .main-navigation ul li.current-menu-item > a,
    .main-navigation ul li.current_page_item > a {
        color: #e16c43 !important;
        background-color: #0e2b68 !important;
    }

    .main-navigation ul,
    .main-navigation .dropdown-menu {
        background-color: #0e2b68 !important;
    }
}

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background-color: #e16c43;
	color: #ffffff;
}

/* Header GS1 - ancho logo y banner */

.navbar-head .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
}

.navbar-head .col-lg-8.navbar-ad-section {
    flex: 0 0 50%;
    max-width: 50%;
}

/* Tablet y móvil */
@media (max-width: 991px) {

    .navbar-head .col-lg-4,
    .navbar-head .col-lg-8.navbar-ad-section {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .navbar-ad-section {
        margin-top: 15px;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .navbar-ad-section {
        display: none !important;
    }

    .navbar-head .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.site-footer .textwidget a,
.site-footer .widget a {
    color: inherit !important;
    text-decoration: none !important;
}


/* Ruta breadcrumb */
#breadcrumb a,
#breadcrumb a:visited {
    color: #e16c43 !important;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
    color: #e16c43 !important;
    text-decoration: underline;
}
