/*
Theme Name: 	OneLife Child
Theme URI: 		http://www.wedesignthemes.com/themes/onelife/
Template: 		onelife
Version: 		1.0
Author:			designthemes
Author URI: 	http://themeforest.net/user/designthemes/
Description: 	Child Theme for OneLife WordPress Theme.
*/
@import url("../onelife/style.css");

/* CSS Custom Style */

/* CSS Custom for Top-bar */

.top-bar .left-top-bar {
    float: left;
    width: 50%;
}

.top-bar .right-top-bar {
    width: 50%;
    float: left;
    text-align: right;
}

/* CSS Custom for Post Type7 home */

.dt-sc-icon-box.type7 {
	margin-top:20px;
	padding:20px;
}
.dt-sc-icon-box.type7 .icon-content h4 a {
	font-size:21px;
	font-weight:normal;
}

/* CSS Custom for Breadcrumb */

.breadcrumb {
	background-color: transparent;
}

/* Custom style for Menu */

#main-menu ul li.menu-item-simple-parent ul li a {
	font-size: 15px;
}

/* CSS Custom Procedural Post */

.dt-sc-icon-box.type10 .icon-content h4 {
    font-size: 21px;
	line-height: 25px;
}
.dt-sc-image-caption.type1 .dt-sc-image-title h6 {
    text-transform: none;
}

/* CSS Z-Index Menu float for Procedures */

.dt_procedures .sticky-wrapper,
.dt_procedures .sticky-wrapper.is-sticky, 
#undefined-sticky-wrapper.sticky-wrapper.is-sticky {
	z-index:0;
}

/* Custom CSS Form */

.phone-form {
	font-size: 30px;
}
.title-form {
	font-size: 17px;
	text-transform: uppercase;
}
form.wpcf7-form, form.wpcf7-form input, form.wpcf7-form select {
	margin-bottom: 5px;
}

/* CSS Custom Widget Footer Post */

.widget .recent-posts-widget li .entry-title h4 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: -4px;
    padding: 0 0 5px 20px;
    text-transform: none;
}
.centrar {
    text-align: center;
}
.contact-info {
	padding-bottom:10px;
}
.contact-info li {
    border-top: 1px solid;
    list-style: outside none none;
    margin: 5px 0 0;
    text-align: center;
}

/* Custom CSS for ToTop Button */

#toTop::before {
	content: "Arriba";
}	