/*
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
*/

/*color títulos en home de las noticias y de la oferta*/
.masonry.classic .post.masonry-blog-item .excerpt, .masonry.classic .post.masonry-blog-item .post-header>h3 {
    color: #01602d;
}

.blog-recent .more-link span, .post .more-link span {
	background-color: #ffa400;}

/*color morado para los titulos de las entradas*/
.single.single-post .heading-title[data-header-style=default] h1 {    
    color: #752157;
}

/*ocultar row de comments en las entradas de blog*/
.single-post .bottom-meta,.single-post .comments-section {
    display: none !important;
}

.single-post .row ,.single-post #post-area > article .content-inner {
    padding-bottom: 0px !important;
}

/*estilos para la barra lateral de la información de los cursos y diplomados*/
.wpb_wrapper p{
	padding-bottom: 1px;
}

.icon-tiny{
    font-size: 1.3em !important;
}

/*color titles*/
h3{
	color:#07602e !important;
}

h4{
	color:#07602e !important;
}

/*formulario de contacto*/
.container-wrap input[type=text], .container-wrap input[type=email], .container-wrap input[type=password], .container-wrap input[type=tel], .container-wrap input[type=url], .container-wrap input[type=search], .container-wrap input[type=date], .container-wrap input[type=number], .container-wrap textarea, .container-wrap select, body > #review_form_wrapper.modal input[type=text], body > #review_form_wrapper.modal textarea, body > #review_form_wrapper.modal select, body > #review_form_wrapper.modal input[type=email], .select2-container--default .select2-selection--single, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single, .woocommerce input#coupon_code, .material.woocommerce-page[data-form-style="default"] input#coupon_code, body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date], body[data-form-style="minimal"] input[type=number], body[data-form-style="minimal"] select {
    border-radius: 30px;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}


body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=regular] .container-wrap input[type=submit], body[data-form-submit=see-through] .container-wrap button[type=submit]:not(.search-widget-btn), body[data-form-submit=see-through] .container-wrap input[type=submit] {    
    background: #ffa400;
    border-radius: 11px !important;
}

/*estilos para menu principal*/
.sf-menu, .sf-menu * {
text-align:center
}

/*footer*/
#footer-outer a:hover {
 text-decoration: underline;
} 

/*--estilo para títulos de las entredas--*/
.single.single-post .section-title h1 {
    max-width: 100% !important;
}

/*color de iconos en cursos */
.green{
	color:#01602d !important;
	 font-size: 20px !important;
}

