/*
	Theme Name:   	Computerizados Child
	Theme URI:    	https://www.idtheme.com/superfast/
	Description:  	Superfast Child Theme
	Author: 		kentooz - Gian MR
	Author URI: 	http://gianmr.com
	Version: 		1.0.0
	License: 		GNU General Public License v2 or later
	License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: 	superfast
	Template:     	superfast
*/

@import url("http://www.computerizados.com/wp-content/themes/superfast/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#site-container{
	box-shadow: 0 2px 8px rgba(100, 100, 100, 0.3);
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
	padding-left: 25px;
	padding-right: 25px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
	padding-left: 25px;
	padding-right: 25px;
}
h1.page-title{
	text-transform: uppercase;
}
h2.entry-title{
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
}
.gmr-box-content.gmr-single .entry-header{
	text-align: left;
}
.entry-header h1{
	font-weight: bold;
	text-transform: uppercase;
}
.gmr-box-content.gmr-single .entry-header span.byline,
.gmr-box-content.gmr-single .entry-header span.posted-on,
.gmr-box-content.gmr-single .entry-header span.gmr-view{
	font-weight: bold;
	text-transform: uppercase;
}
.entry-content ul li,
.entry-content ol li{
    margin-bottom: 5px;
}
.entry-content h2,
.entry-content h3{
	font-weight: bold;
	text-transform: uppercase;
}
/* posts */
.superfast-nav{
    padding: 20px 20px;
    list-style: square;
    border-left: 5px solid #ecf0f1;
}
.superfast-nav::before{
    content: 'Índice del artículo';
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.superfast-nav li{
    line-height: 28px;
    margin-left: 25px;
}
.superfast-link,
.superfast-nav li a{
    font-weight: bold;
}
/* shortcodes */
.superfast-alert{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid transparent;
}
.superfast-alert .ico{
    display: flex;
    align-self:stretch;
    align-items:center;
    padding: 8px 20px;
}
.superfast-alert .ico::before{
	display: block;
	font: normal normal normal 26px/1 ElegantIcons;
	-webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    min-width: 50px;
}
.superfast-alert .texto{
    padding: 8px 20px;
}
.superfast-alert.info{
    background: #cce5f0;
    border-color: #488dc6;
}
.superfast-alert.info .ico{
    background: #488dc6;
}
.superfast-alert.info .ico::before{
    content:"\70";
}
.superfast-alert.success{
    background: #daf2e2;
    border-color: #47ad68;
}
.superfast-alert.success .ico{
    background: #47ad68;
}
.superfast-alert.success .ico::before{
    content:"\4e";
}
.superfast-alert.warning{
    background: #fff5e5;
    border-color: #ff9800;
}
.superfast-alert.warning .ico{
    background: #ff9800;
}
.superfast-alert.warning .ico::before{
    content:"\73";
}
.superfast-alert.danger{
    background: #f2dcda;
    border-color: #f44336;
}
.superfast-alert.danger .ico{
    background: #f44336;
}
.superfast-alert.danger .ico::before{
    content: "\e02e";
}
.superfast-alert.dark{
    background: #4e4e4e;
    color: #fff;
    border-color: #353233;
}
.superfast-alert.dark .ico{
    background: #353233;
}
.superfast-alert.dark .ico::before{
    content: "\71";
}
blockquote a{
    font-weight: bold;
}
.button{
    font-weight: bold;
}
/* responsive */
@media (max-width: 1200px) {
	.gmr-logo {
		text-align: center;
		display:block;
		width:100%;
		max-height: 50px !important;
		margin-top: 0 !important;
	}
	.gmr-logo img {
		max-height: 100% !important;
	}
}
@media (max-width: 768px) {
	.superfast-btn a{width: calc(85% - 40px);}
}