@charset "UTF-8";

/*
Theme Name: Compila Ideas 2x
Theme URI: https://compilaideas.com
Author: Israel Estrada
Author URI: https://israes.com/
Description: Estrategia de comunicación en línea.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1
License: Todos los derechos reservados.
License URI:
Text Domain: ci2x
Tags: wordpress, multiste, landing page, maker
*/

@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light:400");

.breadcrumb {
	font-size: 1.2rem;
    text-transform: uppercase;
}

.single-post main article.post .post-media small {
	font-size: 8px;
	padding-left: 5px;
}

.single-post main .learn-more-topics a,
.page main .learn-more-topics a {
		color: #13869d;
		padding: 3px 5px;
		background-color: #efefef;
		font-size: 1.2rem;
		border: dotted #13869d 1px;
}

.single-post main article.post .post-body .learn-more-topics a:before {
    content: " » ";
}

/* RESPONSIVE SLIDER */
/* Mobile view */
@media all and (max-width: 1200px) {

	.top-notice h5 {
    font-size: 10px;
    font-weight: 500;}

	.home-slider h2 {
    font-size: 2em;
    line-height: 0.3;
    margin-bottom: 0.8rem;
 }
	
	.home-slider h3 {
    font-size: 2.0em;
	}

	.home-slider h5 {
	    font-size: 0.9em;
    }

	.home-slider .btn {
		display: block;
		width: 175px;
	}

	.home-slider h4, 
	.home-slider h5, 
	.home-slider h6 {
    margin-bottom: 0;
	display: block;
	font-weight: normal;
	}
}

/* FORMS VALIDATION */
.alert-success {
	background-color: #f1fff4;
}

.alert-danger {
	background: #fff4f4;
}

em.help-block {
	color: #F00;
}

/*History spiral*/
.spiral-history {
	width: -webkit-fill-available;
	width: -moz-available;
	height: -webkit-fill-available;
	height: -moz-available;
}

.history-row-bg {
	background-color: #000;
}