/*
Template: cesis
Theme Name: cesis child theme
Theme URI: http://cesis.co
Description: <strong>A superflexible and responsive Business Theme by Tranmautritam team</strong> - <br/>Update notifications available on twitter and facebook:<br/> <a href='https://twitter.com/tranmautritam'>Follow me on twitter</a><br/> - <a href='https://www.facebook.com/tranmautritam.designer'>Join the Facebook Group</a> A theme by <a href="http://themeforest.net/user/tranmautritam?ref=tranmautritam">Tranmautritam Team</a>.
Version: 1.0
Author: Tranmautritam Team
Author URI: http://themeforest.net/user/tranmautritam?ref=tranmautritam
License: Themeforest Split Licence
License URI: -
*/


/************************************************************************************

Put your custom CSS below this block :)

*************************************************************************************/

/* TITLES */
.titles-bold {
	font-weight: 800!important;
}
/* Mision - home section */
.bck-orange-kid {
	background-position: top!important;
	background-size: cover;
}

/* Para quien trabajamos */
.cst-title_timeline {
	color: #036CDF!important;
}
.timeline li .timeline-panel {
	border: none!important;
	box-shadow: none!important;
}
.timeline li .timeline-panel:after, .timeline li .timeline-panel:before {
	display: none!important;
}
.name_founders >div {
	border-radius: 25px;
}


/* FORMS */
/* Donation form */
.cst-form_field input {
	width: 100%;
	background: rgb(229 236 251);
	font-weight: 300;
	border: none;
	padding: 10px;
    border-radius: 10px;
	border-bottom: 1px solid #000;
}
.cst-form_field, .iti--allow-dropdown {
	width: 100%;
}
.phone-padding  {
	margin: 0 0 17px 0;
}
.cst-form_field textarea {
	height: 80px;
	background: rgb(229 236 251);
	font-weight: 300;
	border: none;
	padding: 10px;
    border-radius: 10px;
	border-bottom: 1px solid #000;
}

.cst-btn-donation input[type="submit"] {
	background: #175492;
	color: #fff;
	font-weight: 700;
	padding: 8px 30px;
	border-radius: 10px;
}
.wpcf7-not-valid-tip {
	color: #f58080!important;
	font-size: 0.8em!important;
}
@media only screen and (max-width: 600px) {
	.hide_on_pc {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.hide_on_movil {
		display: none;
	}
}