/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*-------------------------------------------------------------------------

	1.	Browser Reset + Font Face
	2.	Globally Applied Styles
	3.	Header + Search Bar Styles
	4.	Plugin Related Styles
	5.	Page + Custom Page Layout Styles
	6.	Nectar Shortcode Styles
	7.  Footer Styles
	8.	Sidebar Styles
	9.  Blog + Pagination Styles
	10.	Comment Styles
	11.	General Form Styles

-------------------------------------------------------------------------*/
.nectar-woo-cart {
	margin-left: 20px;
}

/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/

/* ==== ESTILOS CARRITO DESLIZANTE ARREGLADOS ==== */
/* Estilos base para el carrito deslizante */
.nectar-slide-in-cart {
	position: fixed;
	top: 0;
	right: -100%;
	width: 400px;
	height: 100vh;
	background: #fff;
	z-index: 100000;
	overflow-y: auto;
	transition: right 0.4s cubic-bezier(0, 0.8, 1, 1);
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

/* Cuando el carrito está abierto */
.nectar-slide-in-cart.open {
	right: 0;
}

/* Fondo semitransparente del carrito */
.nectar-slide-in-cart-bg {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.45);
	pointer-events: none;
	transition: opacity .4s cubic-bezier(0, .8, 1, 1);
}

.nectar-slide-in-cart-bg.open {
	opacity: 1;
	pointer-events: all;
}

/* Estilos para el carrito estilo click */
.nectar-slide-in-cart.style_slide_in_click {
	width: 450px;
	padding: 0;
}

.nectar-slide-in-cart.style_slide_in_click .inner {
	height: 100%;
	position: relative;
	padding-top: 120px;
}

.nectar-slide-in-cart.style_slide_in_click .header {
	position: absolute;
	top: 40px;
	left: 40px;
	width: calc(100% - 80px);
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	z-index: 10;
	display: flex;
	align-items: center;
}

.nectar-slide-in-cart.style_slide_in_click .header span {
	font-size: 24px;
	font-weight: 600;
	flex: 1;
}

.nectar-slide-in-cart.style_slide_in_click .close-cart {
	margin-left: auto;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Botón cerrar */
.nectar-slide-in-cart.style_slide_in_click .close-cart .close-line {
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #000;
	border-radius: 1px;
}

.nectar-slide-in-cart.style_slide_in_click .close-cart .close-line1 {
	transform: rotate(45deg);
}

.nectar-slide-in-cart.style_slide_in_click .close-cart .close-line2 {
	transform: rotate(-45deg);
}

/* Widget del carrito */
.nectar-slide-in-cart .widget_shopping_cart {
	padding: 40px;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart {
	padding: 0 40px 40px 40px;
	height: calc(100% - 80px);
	overflow-y: auto;
}

/* Lista de productos */
.nectar-slide-in-cart .widget_shopping_cart .cart_list {
	max-height: none;
	width: 100%;
}

/* Items del carrito */
.nectar-slide-in-cart .widget_shopping_cart .cart_list li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	align-items: flex-start;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li {
	display: flex;
	padding: 20px 0;
}

/* Imagen del producto */
.nectar-slide-in-cart .widget_shopping_cart .cart_list li img {
	width: 75px;
	height: auto;
	margin-right: 15px;
	flex-shrink: 0;
}

/* Detalles del producto */
.nectar-slide-in-cart .widget_shopping_cart .cart_list .product-meta {
	flex: 1;
	padding-left: 0;
}

/* Botón eliminar */
.nectar-slide-in-cart .widget_shopping_cart .cart_list li a.remove {
	margin-left: 15px;
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
	background: transparent;
	color: #666 !important;
	flex-shrink: 0;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li a.remove:hover {
	background: #ff4444;
	color: #fff !important;
	border-color: #ff4444;
}

/* Total */
.nectar-slide-in-cart .total {
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
}

/* Botones */
.nectar-slide-in-cart .widget_shopping_cart .buttons {
	padding: 20px 0 0 0;
}

.nectar-slide-in-cart .widget_shopping_cart a.button {
	display: inline-block;
	width: calc(50% - 5px);
	margin: 0;
	padding: 15px 10px;
	text-align: center;
	font-size: 14px;
}

.nectar-slide-in-cart .widget_shopping_cart a.button.checkout {
	margin-left: 10px;
}

/* Mensaje carrito vacío */
.nectar-slide-in-cart .woocommerce-mini-cart__empty-message {
	text-align: center;
	padding: 40px 0;
	font-size: 16px;
	color: #666;
}

/* Responsivo */
@media only screen and (max-width: 768px) {

	.nectar-slide-in-cart,
	.nectar-slide-in-cart.style_slide_in_click {
		width: 90vw;
		right: -90vw;
	}

	.nectar-slide-in-cart.open {
		right: 0;
	}
}

/* Fix para que se vea siempre visible cuando open */
.widget.woocommerce.widget_shopping_cart.open {
	visibility: visible !important;
	display: block !important;
	position: fixed !important;
	top: 100px !important;
	right: 0 !important;
	width: 400px !important;
	height: 100vh !important;
	opacity: 1 !important;
	transform: translateX(0) !important;
}

/* ==== FIN ESTILOS CARRITO DESLIZANTE ==== */


/*********
temporal
********/


.social_icons {
	display: none;
}

section.related.products {
	display: none;
}

.logos-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.logos-block img {
	width: 4rem !important;
	margin-right: 1rem;
	height: auto !important;
}

.curso_card img.alignnone.size-full.wp-image-6089 {
	width: 15rem;
}

.logos-block img.alignleft.wp-image-18829 {
	width: 5rem !important;
}

/***********************************
fonts
***********************************/

@font-face {
	font-family: 'camptonlight';
	src: url('fonts/campton-light-webfont.woff2') format('woff2'),
		url('fonts/campton-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'camptonmedium';
	src: url('fonts/campton-medium-webfont.woff2') format('woff2'),
		url('fonts/campton-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

h1,
h2,
h4,
h5 {
	font-family: 'camptonmedium';
	-webkit-font-smoothing: antialiased;
	font-weight: 100;
	color: #41454d;
}

body:not(.home) .home_hero_block h1 {
	font-size: 32px;
	line-height: 38px;
}

h3 {
	font-family: 'camptonlight';
	-webkit-font-smoothing: antialiased;
	font-weight: 100;
}

p {
	font-family: 'camptonlight';
	font-size: 16px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	color: #41454d;
}

.bold,
strong,
b {
	font-family: 'camptonmedium';
}

.main-content ul li,
.main-content ol li {
	font-family: 'camptonlight';
	font-size: 17px;
	line-height: 23px;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
}

.lista-normal li {
	font-size: 13px !important;
	line-height: 17px !important;
	text-align: left;
	margin-top: 1rem;
}

body .container-wrap .wpb_text_column:not(.check_list) ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

body .container-wrap .wpb_text_column:not(.check_list) ul li {
	padding-left: 60px;
	list-style-type: none;
	line-height: 28px;
}

body .container-wrap .wpb_text_column:not(.check_list) ul li:before {
	content: "";
	width: 34px;
	height: 9px;
	display: inline-block;
	background-image: url(http://abascool.com/wp-content/uploads/2018/04/virg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	margin-left: -35px;
	left: -23px;
}


.check_list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.check_list ul li {
	background: url('http://abascool.com/wp-content/uploads/2018/04/virg-1.svg') no-repeat left 9px;
	list-style-type: none;
	padding-left: 50px;
}

.check_list_black ul li {
	background: url('http://abascool.com/wp-content/uploads/2018/04/virg-black.svg') no-repeat left 9px;
	list-style-type: none;
	padding-left: 50px;
}

.col h3 {
	font-size: 24px;
	color: #41454D;
	letter-spacing: 0;
	line-height: 32px;
}

body div a.nectar-button.large.see-through-2 {
	border-width: 2px !important;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 2px !important;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	transition: all .3s !important;
}

p.high {
	font-size: 17px !important;
	line-height: 29px !important;
}

h1 {
	font-size: 48px;
	line-height: 55px;
}

.white_font {
	color: #FFFFFF !important;
}

.subtitle p {
	font-size: 19px;
	line-height: 30px;
}

header nav a {
	font-family: 'camptonmedium';
	font-size: 17px !important;
	color: #FFFFFF;
	letter-spacing: -0.59px;
	-webkit-font-smoothing: antialiased;
}

/***********************************
layout
***********************************/


@media (min-width: 1000px) {

	body .container {
		max-width: 1380px;
	}

	body .container .vc_row-fluid .vc_col-sm-4 {
		width: 30.834%;
	}

	.pd_100 {
		padding-left: 100px;
		padding-right: 100px;
	}

	.mar_100 {
		margin-left: 100px;
		margin-right: 100px;
	}

	.padding_block {
		padding-top: 13% !important;
		padding-bottom: 13% !important;
	}

	.padding_block_white {
		padding-top: 8% !important;
		padding-bottom: 5% !important;
	}

	.padding_block.about_row_2 {
		padding-top: 16% !important;
		padding-bottom: 16% !important;
	}

	body .padding_block_min {
		padding-top: 9% !important;
		padding-bottom: 9% !important;
		margin-bottom: 0 !important;
	}

}

.about_row_1 {
	z-index: 99;
}

/***********************************
elements
***********************************/

body.ascend .container .nectar-button.see-through {
	font-family: 'camptonmedium';
	border: 2px solid #165C7D !important;
	border-radius: 2px !important;
	padding: 10px 23px;
	color: #165C7D !important;
	text-transform: lowercase;
	letter-spacing: 0;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	transition: all .3s;
	background-color: transparent;
}

body.ascend .container .nectar-button.see-through:hover {
	color: #fff !important;
	background-color: #165C7D !important;
}

body.ascend .container .nectar-button.see-through span {
	font-weight: 400 !important;
}

body div a.nectar-button.large.see-through-2:hover {
	color: #165C7D !important;
}

body div a.nectar-button.large.see-through-2:not(.white_border_button) {
	border: 2px solid #165C7D !important;
	border-radius: 2px !important;
	color: #165C7D !important
}

body div a.nectar-button.large.see-through-2:hover:not(.white_border_button) {
	color: #fff !important
}

body .nectar-button[data-color-override="false"].regular-button {
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 2px !important;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
}

.tabbed>ul li a {
	display: block;
	color: #888;
	position: relative;
	background-color: rgba(0, 0, 0, 0.045);
	padding: 15px 19px;
	font-size: 15px;
	letter-spacing: 0;
	font-size: 15px;
	color: #41454D;
	font-family: 'camptonlight';
}

.ui-tabs-panel h2 {
	margin-bottom: 30px;
}

.tabbed>ul li a.active-tab {
	font-family: 'camptonmedium';
}

.tabbed>ul li a {
	line-height: 20px;
}

body .nectar-button[data-color-override="false"].regular-button {
	border: 1px solid #185a7a;
}

.padding_top_section {
	padding-top: 85px !important;
}

i.icon-arrows-slim-right {
	transition: all .3s ease-in;
	position: relative;
	left: 0;
}

.nectar_icon:hover .icon-arrows-slim-right {
	position: relative;
	left: 5px;
}

.main-content ol li {
	padding-left: 18px;
}

.main-content ol {
	margin-left: 18px;
}

body .leyend_n {
	font-weight: 400;
	font-size: 15px;
	position: relative;
	top: -5px;
	left: 4px;
	margin-right: 3px;
}

blockquote {
	margin-top: 12px;
}

blockquote p,
blockquote span,
blockquote a {
	font-style: italic;
	font-size: 21px;
	background: #f1f0f0;
	padding: 13px !important;
	display: block;
	line-height: 20px;
	border-radius: 4px;
}

/***********************************
nav
***********************************/

.ucjc_logo {
	background-image: url("http://abascool.com/wp-content/uploads/2018/02/ucjc-logo.png");
	background-repeat: no-repeat;
	width: 113px;
	height: 23px;
	top: 9px;
	margin-left: 14px;
	transition: all .3s;
	opacity: 1;
}

.ucjc_logo:hover {
	opacity: .9;
}

.ucjc_logo a {
	text-indent: -99999px;
}

#header-outer[data-lhe="animated_underline"] header#top nav>ul>li.ucjc_logo>a:after {
	border: none !important;
}

#header-outer[data-lhe="animated_underline"] header#top nav>ul>li>a:hover:after,
#header-outer[data-lhe="animated_underline"] header#top nav>ul>li.current-menu-item>a::after,
#header-outer[data-lhe="animated_underline"] header#top nav>ul>li:not([class*="button_"])>a:after,
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,
.material #header-secondary-outer[data-lhe="animated_underline"] nav>ul.sf-menu>li>a:after {
	display: none;
}

#header-outer[data-lhe="animated_underline"] header#top nav>ul>li>a:before {
	content: "";
	background-image: url(http://abascool.com/wp-content/uploads/2018/03/virg.svg);
	width: 22.7px;
	height: 5.17px;
	display: block;
	position: relative;
	top: -10px;
	text-align: center;
	margin: -5px auto 0;
	transition: all .5s linear;
	opacity: 0;
}

#header-outer[data-lhe="animated_underline"] header#top nav>ul>li>a:hover:before {
	content: "";
	background-image: url(http://abascool.com/wp-content/uploads/2018/03/virg.svg);
	width: 22.7px;
	height: 5.17px;
	display: block;
	position: relative;
	top: -10px;
	text-align: center;
	margin: -5px auto 0;
	opacity: 1;
}

#header-outer[data-lhe="animated_underline"] header#top nav>ul>li.current-menu-item>a:before {
	content: "";
	background-image: url(http://abascool.com/wp-content/uploads/2018/03/virg.svg);
	width: 22.7px;
	height: 5.17px;
	display: block;
	position: relative;
	top: -10px;
	text-align: center;
	margin: -5px auto 0;
	opacity: 1 !important;
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
	font-family: 'camptonmedium';
	margin-bottom: 15px;
	font-weight: 300;
	letter-spacing: 0;
	display: inline-block;
}

#header-outer[data-lhe="animated_underline"] header#top nav>ul>li.lang-item>a:before,
#header-outer[data-lhe="animated_underline"] header#top nav>ul>li.lang-item>a:hover:before {
	display: none;
}

#header-outer header#top nav ul li.lang-item a {
	font-family: 'camptonlight';
}

#header-outer header#top nav ul li.lang-item a:hover,
#header-outer header#top nav ul li.lang-item.current-lang a {
	font-weight: 600;
}

#header-outer header#top nav .lang-item-first {
	border-left: 1px solid #fff;
	max-height: 58px;
	padding-left: 25px;
	margin-left: 25px;
}

.off-canvas-menu-container .lang-item-first {
	margin-top: 20px;
	padding-top: 20px;
}

.off-canvas-menu-container .lang-item.current_page_item a {
	opacity: 1;
}

header#top nav>ul>li>a {
	line-height: 12px;
	padding-bottom: 34px !important;
}

/*Pagina master*/
.page-id-6530 .logos,
.indexeddb .logos {
	display: flex;
	justify-content: start;
	text-align: center;
	margin: 0px auto;
	width: 120%;
	align-items: center;
	max-width: 120%;
	margin-left: -2rem;
}

.page-id-6530 .logos a:not(:first-of-type),
.indexeddb .logos a:not(:first-of-type) {
	color: #fff;
	text-decoration: underline;
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #ccc;
}

.logos2 {
	display: flex;
	justify-content: start;
	text-align: center;
	margin: 0px auto;
	width: 35%;
	align-items: center;
	max-width: 100%;
}

.logos2 a:not(:first-of-type) {
	color: #fff;
	text-decoration: underline;
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #ccc;
}

/***********************************
home
***********************************/
.logos {
	display: flex;
	justify-content: start;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	max-width: 480px;
}

body .gradient_overlay .row-bg-wrap:after {
	content: "";
	background-image: linear-gradient(-180deg, #165C7D 6%, rgba(22, 92, 125, 0.8) 48%, rgba(22, 92, 125, 0.22) 100%) !important;
}

body .gradient_left_right .row-bg-wrap:after {
	background-image: linear-gradient(-269deg, #165C7D 0%, rgba(22, 92, 125, 0.97) 33%, rgba(22, 92, 125, 0.86) 44%, rgba(22, 92, 125, 0.16) 65%, rgba(22, 92, 125, 0.00) 100%);
}

body .gradient_right_left_white .row-bg-wrap:after {
	background-image: linear-gradient(89deg, rgba(238, 238, 238, 0.00) 25%, rgba(246, 246, 246, 0.89) 60%, #FFFFFF 100%);
}

body .logos-slide .gradient_overlay .row-bg-wrap:after {
	background-image: none !important;
}

.curso_card {
	background: #FFFFFF;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	border-top: 10px solid #165C7D;
}

.curso_card .img-with-aniamtion-wrap {
	max-height: 165px;
	overflow: hidden;
}

.curso_card .img-with-aniamtion-wrap img {
	top: -30px;
}

.card_content {
	padding: 10px 20px !important;
}

.curso_card .card_excerpt {
	font-size: 14px;
	color: #41454D;
	letter-spacing: 0;
	padding-bottom: 12px;
}

.curso_card h3 {
	font-size: 19px;
	color: #165C7D;
	letter-spacing: 0;
	line-height: 23px;
	padding-bottom: 12px;
	text-decoration: none;
	transition: all 4s linear;
	font-weight: 600;
}

.curso_card h3:hover {
	color: #41454D !important;
}

body .curso_card .big_h3 h3 {
	font-size: 24px;
	color: #41454D;
	letter-spacing: 0;
	line-height: 32px;
	font-weight: 100;
}

body .wpb_wrapper>div {
	margin-bottom: 10px;
}

.curso_card.curso_2 {
	border-top: none !important;
}

/********************
form
********************/

.acceptance_input .wpcf7-form-control-wrap {
	display: inline-block !important;
	margin-right: 10px;
}

body p.form_button input[type=submit].wpcf7-submit {
	background: #165C7D !important;
	border-radius: 2px !important;
	padding: 14px 70px !important;
	font-family: 'camptonmedium';
	text-transform: lowercase;
	display: inline-block !important;
	font-size: 18px !important;
}

.ajax-loader {
	display: block;
	margin: 10px 0;
	text-align: center;
}

body .container-wrap input[type="text"],
body .container-wrap textarea,
body .container-wrap input[type="email"],
body .container-wrap input[type="password"],
body .container-wrap input[type="tel"],
body .container-wrap input[type="url"],
body .container-wrap input[type="search"],
body .container-wrap input[type="date"],
body .wpcf7-form-control-wrap select {
	background: #F4F4F4;
	font-family: 'camptonlight';
	font-size: 17px;
	color: #41454D;
	letter-spacing: 0;
	padding: 24px;
	border: none;
	border-radius: 4px !important;
}

body .form_inputs .wpcf7-form-control-wrap select,
body .form_inputs .wpcf7-form-control-wrap input {
	height: 63px;
}


body[data-form-style="minimal"] .minimal-form-input label span.text {
	top: 30%;
}

.acceptance_block {
	margin-top: 20px;
}

body .form_inputs .wpcf7-form-control-wrap select {
	text-indent: 16px;

}

.select_label {
	display: inline-block;
	margin-bottom: 10px;
}

.form_inputs {
	text-align: left;
}

/*Estilos para desplegable de campus en portada*/
select#list_opt {
	border: 2px solid #fff !important;
	background-color: transparent;
	color: #fff;
	border-width: 2px !important;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 2px !important;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	transition: all .3s !important;
	width: 15rem;
}

select#list_opt option {
	color: #165c7d;
}

/********************
blog
********************/

/*** bloques quitar admin ***/

div.post-content .grav-wrap {
	display: none;
}

/*** bloques quitar Etiqueta categoria ***/

span.meta-category {
	display: none;
}

/*** Color de los H3 en AZUL  ***/

div.post-content h3 {

	color: #165c7d;
	font-weight: bold;

}

/*** Entradas > quitar admin ***/

span.meta-author.vcard.author {
	display: none !important;
}

/*********************
footer
*********************/

#footer-outer #footer-widgets .col p {
	color: #ffffff;
}

.social_icons a {
	text-indent: -9999999px;
	display: inline-block;
	margin: 0 4px;
	width: 33px;
	height: 33px;
	background-repeat: no-repeat !important;
}

a.facebook_icon {
	background: url(http://abascool.com/wp-content/uploads/2018/02/face.svg);
}

a.in_icon {
	background: url(http://abascool.com/wp-content/uploads/2018/02/linkedin.svg);
}

a.tw_icon {
	background: url(http://abascool.com/wp-content/uploads/2018/02/twitter.svg);
}

a.insta_icon {
	background: url(http://abascool.com/wp-content/uploads/2018/02/instagram.svg);
}

/*********************
programs
*********************/

body .wpb_content_element .wpb_tabs_nav li {
	white-space: normal;
}


body .vc_row-fluid .vc_col-sm-4.help_box {
	padding: 30px 2%;
	border: 2px solid #165c7d;
}

body .vc_row-fluid .vc_col-sm-4.help_box .vc_column-inner {
	margin-top: -84px;
}

body .vc_row-fluid .vc_col-sm-4.help_box .vc_column-inner h3 {
	font-size: 24px;
	margin: 19px 0 10px;
	color: #165C7D;
	letter-spacing: 0;
}

.listing p {
	padding-bottom: 11px;
	margin-bottom: 9px;
	border-bottom: 1px solid #ececec;
}

.listing p:last-child {
	border-bottom: none;
}

.listing p strong {
	padding: 1px 0 0px;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
}

.listing.plan_list p {
	font-size: 12px;
	padding: 9px 20px !important;
	margin-bottom: 0;
	border-left: 5px solid #165c7d;
}

.listing.plan_list p:nth-child(2n+1) {
	background: #f4f4f4;
}

body .listing.plan_list p:nth-child(2n) {
	background: #fbfbfb;
	border-left: 5px solid #71aac5;
}

#informacion div[data-style="default"] .toggle h3 a {
	font-size: 17px !important;
	line-height: 17px !important;
	font-family: 'camptonlight';
}

#informacion div[data-style="default"] .toggle p {
	font-size: 15px;
	font-family: 'camptonlight';
}

body .tabbed div {
	font-family: 'camptonlight';
	font-size: 16px;
	line-height: 25px;
}

body:not(.woocommerce-cart) .main-content td {
	line-height: 18px;
	font-size: 14px;
}

/*********************
generic
*********************/

.hero_claim {
	padding: 16.75% 60px
}

body div.hero_inside {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

body div.hero_inside .hero_claim {
	margin-bottom: 0 !important;
}



/*********************
about us
*********************/

.p_featured span,
.p_featured p {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0;
}

body .cta_block {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

body .cta_block .nectar-button {
	text-transform: lowercase;
	letter-spacing: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 17px 42px;
	text-align: center;
}

/*********************
contact
*********************/

body img.contact_logo {
	position: absolute;
	opacity: .1 !important;
	top: -1120%;
	width: 80% !important;
}

.acceptance_block .wpcf7-list-item-label {
	color: #41454d !important;
}

/*********************
autism
*********************/

body div[data-style*="minimal"] .toggle.open h3 a,
body div[data-style*="minimal"] .toggle h3 a {
	font-size: 19px;
	line-height: 25px;
	padding-bottom: 10px;
	text-decoration: none;
}

.main-content .treatments ul li {
	color: #fff;
}

.main-content .treatments [class^="icon-"]:before {
	color: #fff;
}

body .main-content .light a {
	color: #fff;
	text-decoration: underline;
}

body .treatment_block .row-bg-wrap:after {
	opacity: 0.9;
}

body .hero_claim_autism {
	padding: 10.82% 60px;
}

body .hero_claim_autism h1 {
	font-size: 44px;
}

body .hero_claim_autism p {
	font-size: 20px;
}

body .main-content.container a.border_color_button {
	border: 2px solid #165c7d !important;
	background: transparent !important;
	background-color: #ffffff !important;
	color: #165c7d !important;
	transition: all .3s linear;
}

body .main-content.container a.border_color_button:hover {
	background-color: #165c7d !important;
	color: #fff !important;
	opacity: 1;
}

body .nectar-icon-list-item {
	margin-bottom: 60px;
	padding-left: 110px;
}

.nectar-icon-list-item .content,
.nectar-icon-list[data-icon-size="small"] .nectar-icon-list-item .list-icon-holder {
	color: inherit;
	font-family: 'camptonlight';
	font-size: 16px;
	line-height: 25px;
	color: #41454d;
}

.icon_text_aut {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: flex-start;
}

.imagen_aut {
	width: 15%;
}

.texto_aut {
	font-size: 1.2rem;
	color: #41454d;
	width: 85%;
	margin-bottom: 2.5rem;
	font-family: 'camptonlight';
}


@media (max-width: 1299px) and (min-width: 1000px) {

	body .vc_hidden-md {
		display: inline-block !important;
	}
}

@media (max-width: 1200px) and (min-width: 1000px) {

	.programs_info .tabbed .wpb_tab {
		min-height: 1000px;
	}
}

@media only screen and (min-width: 1200px) {

	.programs_info .tabbed .wpb_tab {
		min-height: 880px;
	}

}

@media only screen and (min-width: 1000px) {

	.cursos_list {
		position: relative;
		margin-top: -160px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.cursos {
		margin-top: 160px;
	}

	header#top nav>ul {
		margin-top: 6px;
		margin-bottom: 10px;
	}

	.ucjc_logo {
		background-image: url(http://abascool.com/wp-content/uploads/2018/02/ucjc-logo.png);
		background-repeat: no-repeat;
		width: 140px;
		height: 49px;
		top: 1px;
		background-position: 24px 13px;
		margin-left: 14px;
		transition: all .3s;
		opacity: 1;
		border-left: 1px solid #fff;
		padding-left: 20px;
	}

	.social_icons a.first_icon {
		margin-left: 0;
	}

	.inline_block_input {
		display: inline-block;
		width: 48%;
	}

	.ibi_2 {
		float: right;
	}

	body .tabbed[data-style="vertical"] .wpb_tabs_nav {
		width: 27.2%;
		float: left;
	}

	body .tabbed[data-style="vertical"]>div {
		float: left;
		width: 70.4%;
		padding-left: 130px;
	}

	body .vc_row-fluid .vc_col-sm-4.help_box {
		width: 22.6%;
		padding: 30px 2%;
		position: absolute;
		top: -408px;
		border: 2px solid #165c7d;
		left: 6.2%;

	}

	body .vc_row-fluid .vc_col-sm-4.help_box .vc_column-inner {
		margin-top: -84px;
	}

	body .vc_row-fluid .vc_col-sm-4.help_box .vc_column-inner h3 {
		font-size: 22px;
		margin: 19px 0 10px;
		color: #165C7D;
		letter-spacing: 0;
	}

	body .vc_row-fluid .vc_col-sm-4.help_box .vc_column-inner p {
		font-size: 16px;
		line-height: 20px;
	}

	body .vc_row-fluid .vc_col-sm-4.help_box .vc_column-inner .color_button {
		width: 96%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.s_logo {
		position: absolute !important;
		top: -189px;
	}

	body .tabbed[data-style="vertical"]>div {
		padding-left: 90px;
	}

	body:not(.home) .home_hero_block .p1 {
		max-width: 470px;
		margin: 0 auto;
	}

}

@media (max-width: 1000px) {
	body .card_content {
		padding: 10% 15%;
	}

	.container-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}

	.home_hero_block {
		padding-bottom: 75px !important;
	}

	body .gradient_overlay .row-bg-wrap:after {
		background-image: linear-gradient(-180deg, #165C7D -8%, rgba(22, 92, 125, 0.89) 78%, rgba(22, 92, 125, 0.00) 130%) !important;
	}

	body.ascend .container .curso_card .nectar-button.see-through {
		width: 100%;
		text-align: center;
	}

	body .gradient_left_right .row-bg-wrap:after {
		background-image: linear-gradient(-269deg, #165c7d 0%, rgba(22, 92, 125, 0.97) 43%, rgba(22, 92, 125, 0.86) 112%, rgba(22, 92, 125, 0.16) 65%, rgba(22, 92, 125, 0.00) 100%);
	}

	body .gradient_right_left_white .row-bg-wrap:after {
		background-image: linear-gradient(89deg, rgba(238, 238, 238, 0.00) -155%, rgba(246, 246, 246, 0.89) 30%, #FFFFFF 100%);
	}

	.form_inputs p {
		padding-bottom: 17px;
	}

	body .wpb_row div.card_content {
		padding-bottom: 24px !important;
	}

	body .wpb_row div.card_left {
		padding-bottom: 0 !important;
		margin-bottom: 0;
	}

	body .padding_block,
	.padding_block_white {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}



	.tabbed[data-style="vertical"] .wpb_tabs_nav {
		width: 100%;
		float: none;
		margin-bottom: 70px !important;
	}

	.tabbed[data-style="vertical"]>div {
		float: left;
		width: 100%;
		padding-left: 0;
	}

	.padding_top_section {
		padding-top: 35px !important;
	}

	body img.contact_logo {
		display: none !important;
	}

	.padding_block_min {
		padding-top: 12% !important;
		padding-bottom: 12% !important;
	}

}

@media only screen and (max-width: 690px) {

	body .tabbed>ul li {
		display: block;
	}

	body .vc_row-fluid .vc_col-sm-4.help_box {
		margin-bottom: 50px;
		margin-top: -10px;
		padding: 30px 3%;
	}

	body .wpb_row div.card_content.instance-14 {
		padding-top: 0 !important;
	}

	.curso_card.curso_2 {
		border-top: 10px solid #165C7D !important;
	}

	body .nectar-icon-list-item {
		margin-bottom: 60px;
		padding-left: 80px;
	}

}

@media (max-width: 480px) {

	body p.form_button input[type=submit].wpcf7-submit {
		width: 100%;
	}

	.home_hero_block {
		padding-top: 100px !important;
	}

	body .wpb_row div.card_content {
		padding: 40px 46px 40px !important;
	}

	.curso_card .img-with-aniamtion-wrap img {
		top: 0;
	}

	.curso_card .img-with-aniamtion-wrap {
		max-height: inherit;
		overflow: visible;
	}

	.hero_claim {
		padding: 24.71% 60px 22%;
	}

	.nectar-button {
		width: 100% !important;
	}

}

/* Ajustes cards portada */

.card_contenido {
	min-height: 150px;
}

/* Todos odiamos la combinación de tablas y responsive */

.page-id-484 .tabbed {
	overflow-x: auto;
}


/* Ajustes menú REDES SOCIALES > Aparecia dos lineas */


#social-in-menu a {
	height: 22px;
}

header#top nav>ul>li>a {
	padding-bottom: 0 !important;
}


/* Quitar BARRA > Izq. de "FECHA " */


.single #single-below-header>span {
	border-left: 0px solid !important;
}

/* Posicionar MIGAS DE PAN */


p#breadcrumbs {
	text-align: center;
	padding-top: 3%;
	padding-bottom: 4%;

}

/* Ajustes Menú > Redes sociales */


#header-outer #social-in-menu i {
	width: 30px;
}

#header-outer[data-format="default"] #social-in-menu {
	margin: 0 0 0 0px;
}


/* Ajustes Menú > demasiado lleno > pasaba abajo del logo */


/* Ajustes Menú > bajando el tamaño del logo poco a poco */


@media (max-width: 1143px) {

	img.stnd.default-logo.dark-version {

		max-width: 160px !important;

	}
}


@media (max-width: 1097px) {

	img.stnd.default-logo.dark-version {

		max-width: 90px !important;

	}
}



/* Ajustes Menú > bajando el tamaño de los li */


.sf-menu.sf-js-enabled.sf-arrows li>a {

	font-size: 15px !important;

}

/* FORMULARIO MATRÍCULA */
.convocatoria-selector {
	width: 100%;
	margin-bottom: 1.5rem;
}

.convocatoria .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}

.convocatoria .wpcf7-list-item {
	display: flex;
	align-items: flex-end;
	width: 45%;
}

.convocatoria input[type="radio"] {
	margin-right: 1.3rem;
}

p.product.woocommerce.add_to_cart_inline {
	border: 0px !important;
}

p.product.woocommerce.add_to_cart_inline span.woocommerce-Price-amount.amount {
	display: none;
}

h2.widgettitle {
	background: rgba(31, 31, 31, 100) !important;
	color: white;
	padding-left: 5%;
}

span.product-quantity {
	display: none !important;
}

.input-radio {
	float: left;
}

label.radio {
	margin-top: -0.5em;
}

.woocommerce form .form-row label {
	line-height: 2.2 !important;
}

/*.cart-menu {
    display: none;
}*/

.span_7 {
	width: 100% !important;
}

.bridge-woo-associated-courses {
	display: none;
}

ul.product-sharing {
	display: none;
}

.woocommerce-page div[data-project-style="classic"] button[type="submit"] {
	font-family: 'Open Sans';
	font-weight: 600 !important;
	letter-spacing: 0px;
	font-size: 18px !important;
	background-color: #185a7a !important;
}

.woocommerce div.product_meta {
	display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	text-transform: lowercase !important;
	background-color: #165c7d !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	padding: 1rem !important;
	font-family: 'Open sans';
}

.ascend .woocommerce .actions .button {
	text-transform: lowercase !important;
	background-color: #165c7d !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	padding: 1rem !important;
	font-family: 'Open sans';
}

.woocommerce-page div[data-project-style="classic"] button[type="submit"].single_add_to_cart_button:hover {
	background-color: #165c7d !important;
	opacity: 0.87;
}

/*.icon-salient-cart{
	display:none;
}*/
body.single-product div.product .product_title {
	margin-bottom: 2rem;
}

.boton_woo {
	position: absolute;
	margin-left: 10rem;
	margin-top: -0.5rem;
}

.boton_woo a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	text-transform: lowercase !important;
	background-color: #165c7d !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	padding: 1rem !important;
	border-radius: 2px !important;
	font-family: 'Open Sans';
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	text-transform: lowercase !important;
	background-color: #165c7d !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	padding: 1rem !important;
	border-radius: 2px !important;
	font-family: 'Open Sans';
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
	background-color: #165c7d !important;
	opacity: 0.87;
}

.woocommerce-product-details__short-description {
	margin-top: 2rem;
}

.woocommerce-product-details__short-description ul li:before {
	content: "";
	width: 34px;
	height: 9px;
	display: inline-block;
	background-image: url(http://abascool.com/wp-content/uploads/2018/04/virg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	margin-left: -35px;
	left: -23px;
}

.woocommerce-product-details__short-description ul li {
	list-style: none;
	margin-left: 3rem;
}

/*Estilos restriccion por fecha Cursos*/
.bloque1 {
	background-color: #ececec !important;
	padding: 1rem !important;
	display: flex;
	justify-content: space-between;
}

.bloque2 {
	padding: 1rem !important;
	display: flex;
	justify-content: space-between;
}

.bloqtext {
	margin-top: 1rem;
	float: left;
}

.bloqboton {
	float: right;
}

tr.woocommerce-shipping-totals.shipping {
	display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}


/*CSS Para botones nuevos de Master*/
.bloq_buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 0 0 1rem;
	width: 100%;
}

.bloq_buttons p {
	display: flex;
	margin-left: 1rem;
}

a.button_imp {
	display: block;
	border: 2px solid red;
	padding: 1rem;
	width: auto;
	text-align: center;
	font-weight: bold;
	margin-right: 1rem;
	font-size: 18px;
}

a.button_norm {
	display: block;
	border: 2px solid #165c7d;
	padding: 1rem;
	width: auto;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

a.button_norm:hover {
	background: #165c7d;
	color: #fff;
}

a.button_imp:hover {
	background: #165c7d;
	color: #fff;
	border: 2px solid red;
}

input#submit_redsys_payment_form {
	text-transform: lowercase !important;
	background-color: #165c7d !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	padding: 1rem !important;
	border-radius: 2px !important;
	font-family: 'Open Sans';
	margin-right: 2rem;
}

@media only screen and (max-width:1260px) {
	.bloqtext {
		font-size: 13px !important;
	}

	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		font-size: 15px !important;
	}
}

@media only screen and (max-width:1120px) {
	.bloqtext {
		font-size: 11px !important;
	}

	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		font-size: 11px !important;
	}
}

@media only screen and (max-width: 820px) {
	.bloq_buttons {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.bloq_buttons h3 {
		width: 100%;
	}

}

@media only screen and (max-width: 420px) {
	.bloq_buttons p {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.bloq_buttons p a {
		width: 100%;
	}

	.bloq_buttons p a:last-child {
		margin-top: 1rem;
	}
}

@media only screen and (max-width:480px) {
	.bloqtext {
		font-size: 9px !important;
	}

	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		font-size: 9px !important;
	}

}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
	#header-space[data-header-mobile-fixed="1"] {
		margin-bottom: 3.4rem;
	}
}

@media only screen and (max-width: 768px) {
	.boton_woo {
		margin-top: 3rem;
	}
}

.menu-item span:after,
#header-outer[data-lhe="animated_underline"] header#top nav>ul>li:not([class*="button_"])>a:after {
	display: none !important
}

/* Estilos Vane */
#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after,
#header-outer[data-lhe="animated_underline"] header#top nav>ul>li.button_social_group>a:before {
	content: none;
}
#header-outer #social-in-menu a:hover i {
    -webkit-transform: translateY(0)!important;
    transform: translateY(0)!important;
}
header#top .container,
header#top .row,
header#top .span_9.col_last,
#header-outer:not([data-format=left-header]) #top>.container>.row nav {
  position: initial;
}
#header-outer:not([data-format=left-header]) #top>.container>.row .buttons.sf-menu {
  bottom: auto;
  margin-top: -12px;
  position: absolute;
  right: 0;
  top: 50%;
}
#header-outer:not([data-format=left-header]) #top>.container>.row .buttons.sf-menu .cart-contents {
  padding: 0;
}
.home_hero_block .logos {
	max-width: 120%;
}

.home_hero_block .span_12.light .wpb_text_column .logos a:not(:hover) {
	opacity: 1;
}

.home_hero_block .span_12.light .wpb_text_column .logos a:not(:first-of-type) {
	color: #fff;
	text-decoration: underline;
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #ccc;
}

.vc_row-fluid.cursos_list>.span_12 .wpb_column.curso_card {
	margin-left: 2.1%;
	padding-left: 0;
	padding-right: 0;
}

.vc_row-fluid.cursos_list>.span_12 .wpb_column.curso_card img {
	width: 100%;
}

html body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu):hover ul a {
  background-color: transparent !important;
  color: #27CCC0 !important;
}
html body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav>ul>li:not(.megamenu) ul a:hover,
html  body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
	background-color: transparent !important;
	color: #27CCC0 !important;
}
html body[data-dropdown-style="minimal"] #header-outer[data-lhe="animated_underline"] header#top nav>ul>li>a:hover ul.sub-menu li a,
html body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a {
  color: #CCCCCC !important;
}


#search-outer .ui-widget-content li:hover a .title, 
#search-outer .ui-widget-content .ui-state-hover .title, 
#search-outer .ui-widget-content .ui-state-focus .title, 
#search-outer .ui-widget-content li:hover a, 
#search-outer .ui-widget-content li:hover i, 
#search-outer .ui-widget-content .ui-state-hover a, 
#search-outer .ui-widget-content .ui-state-focus a, 
#search-outer .ui-widget-content .ui-state-hover i, 
#search-outer .ui-widget-content .ui-state-focus i, 
#search-outer .ui-widget-content .ui-state-hover span, 
#search-outer .ui-widget-content .ui-state-focus span, 
body header#top nav .sf-menu ul li.sfHover > a, 
header#top nav > ul > li.megamenu > ul ul li.current-menu-item > a, 
body[data-dropdown-style="minimal"].material #header-outer:not([data-format="left-header"]) header#top nav ul.cart_list > li:hover a, 
body #header-outer .widget_shopping_cart .cart_list li:hover a, 
#header-secondary-outer ul ul li:hover > a, body #header-secondary-outer ul ul li:hover > a i, 
body header#top nav .sf-menu ul li.sfHover > a .sf-sub-indicator i, 
#header-outer .widget_shopping_cart li:hover .quantity, 
body header#top nav .sf-menu ul li:hover > a .sf-sub-indicator i, 
body header#top nav .sf-menu ul li:hover > a, header#top nav > ul > li.megamenu > ul > li > a:hover, 
header#top nav > ul > li.megamenu > ul > li.sfHover > a, 
body header#top nav .sf-menu ul li.current-menu-item > a, 
body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu ul li.current-menu-item > a, 
body header#top nav .sf-menu ul li.current_page_item > a .sf-sub-indicator i, 
body header#top nav .sf-menu ul li.current_page_ancestor > a .sf-sub-indicator i, 
body header#top nav .sf-menu ul li.sfHover > a, #header-secondary-outer ul li.sfHover > a, 
body header#top nav .sf-menu ul li.current_page_ancestor > a, 
body header#top nav .sf-menu ul li.current-menu-ancestor > a, 
body header#top nav .sf-menu ul li.current_page_item > a, 
body header#top nav .sf-menu ul li.current_page_item > a .sf-sub-indicator [class^="icon-"], 
body header#top nav .sf-menu ul li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"], 
body header#top nav .sf-menu ul li.current-menu-ancestor > a, 
body header#top nav .sf-menu ul li.current_page_item > a, 
body .sf-menu ul li ul li.sfHover > a .sf-sub-indicator [class^="icon-"], 
body ul.sf-menu > li > a:active > .sf-sub-indicator i, 
body ul.sf-menu > li.sfHover > a > .sf-sub-indicator i, 
body .sf-menu ul li.current_page_item > a, 
body .sf-menu ul li.current-menu-ancestor > a, 
body .sf-menu ul li.current_page_ancestor > a, 
body .sf-menu ul a:focus, 
body .sf-menu ul a:hover, 
body .sf-menu ul a:active, 
body .sf-menu ul li:hover > a, 
body .sf-menu ul li.sfHover > a, 
.body sf-menu li ul li a:hover, 
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) li.sfHover > a, 
body .sf-menu li ul li.sfHover > a, 
body header#top nav > ul > li.megamenu ul li:hover > a, 
body[data-dropdown-style="minimal"] #header-outer header#top nav > ul > li:not(.megamenu) ul a:hover, 
body[data-dropdown-style="minimal"] #header-outer header#top nav > ul > li:not(.megamenu) li.sfHover > a, 
body[data-dropdown-style="minimal"] #header-outer header#top nav ul li li.sfHover > a .sf-sub-indicator [class^="icon-"], 
body[data-dropdown-style="minimal"] header#top nav > ul > li.megamenu > ul ul li a:hover, 
body[data-dropdown-style="minimal"] header#top nav > ul > li.megamenu > ul ul li.sfHover > a, 
body[data-dropdown-style="minimal"] #header-outer header#top nav ul li li:hover > a .sf-sub-indicator [class^="icon-"], 
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul a:hover, 
body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul ul li.current-menu-item > a, 
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) li.current-menu-item > a, 
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul li.current-menu-item > a, 
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul li.current-menu-ancestor > a, 
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul li.current-menu-ancestor > a .sf-sub-indicator [class^="icon-"], 
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li.megamenu ul ul li.current-menu-item > a, 
body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > ul > li.has-ul > a:hover, 
body:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li:hover > a, 
body:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > ul > li.has-ul:hover > a, 
body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li:hover > a, 
body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > ul > li.has-ul:hover > a, 
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li.megamenu ul ul li.current-menu-item.has-ul > a, 
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li.megamenu ul ul li.current-menu-ancestor.has-ul > a {
    color: #27CCC0 !important;
}
header#top .sf-menu li ul li a:hover {
  background-color: #313233 !important;
}

header#top .span_9>.slide-out-widget-area-toggle {
  margin-top: 0;
}

@media only screen and (max-width: 1000px) {
  body header#top #mobile-cart-link {
    display: block;
    margin-bottom: 0;
    right: 36px;
    top: 0;
  }
  body header#top .span_9>.slide-out-widget-area-toggle {
    display: block;
    margin: 0;
    right: 10px;
    top: 10px;
  }
}