/*
 Theme Name:   Intuition Child
 Description:  Intuition Child Theme
 Author:       Sebastian Fuenzalida
 Author URI:   http://sebafuenzalida.cl
 Template:     intuition
 Version:      1.0
 Text Domain:  intuition-child
*/

body {
	line-height: 1.7;
}

/* Headings */

h1 { 
	font-family:'Roboto Slab', serif; 
	font-size:2.5em; 
	color:#336699;
}

/* Layout */

.container { 
	max-width:1100px;
	padding:0 20px;
	margin:0 auto;
}

/* Slider */

.slider-slides { 
	display:block; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	height:350px; 
}

.slider-slides .slide-body {
	top: 25%;
}

.slider-slides .slide-caption { 
	overflow:hidden; 
	float:left; 
	background:rgba(57,92,161,0.8);
	text-shadow:none; 
	padding:20px; 
	width:48%; 
	text-align:left; 
	border-radius:2px; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
}

.slider-slides .slide-title {
    font-size: 2em;
    color: #fff;
}

/* Home Features */

.features .feature .feature-title { 
	margin:20px 0; 
	font-size:1.2em; 
	text-align:center;
	font-weight: 600;
	padding:0 0 20px; 
	border-bottom:1px solid #eee;
}

.features .feature .feature-icon {
    position: relative;
    display: inline-block;
    font-family: 'fontawesome';
    text-align: center;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #fff;
    border: 4px solid #fff;
    margin: -35px 0 -4px;
    line-height: 70px;
    border-radius: 100px;
    background-color: #4E9985;
}

/* Buttons */

.button, .button:visited, input[type=submit] {
	background:#F59A0A;
	text-shadow:none;
	border:none;
}

.button:hover, input[type=submit]:hover { 
	background:#4E9985; 
	text-decoration:none; 
}

/* Footer */

.footer {
    color: #aaa;
    background-color: #4E9985;
}