/* 
Theme Name: Child of armonioso
Theme URI:
Description: Child theme based on armonioso
Author: Katrine
Version: 1.0
Template: armonioso
*/


body p {
color: #777777;
font-family: Lato;
font-size: 20px;
line-height: 30px;
}

h2 {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #555555;
    font-family: "Roboto",sans-serif;
    }
    
    
    h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto",sans-serif !important;
	color: #555555;
}
    
.blog-post .post-header-title a {
    color: #555555;
    text-decoration: none;
    font-family: "Roboto",sans-serif;
    font-size: 23px;
}

blockquote p{
color: #777777;
font-size: 25px;
font-family: Lato;
line-height: 35px;
}

.container-fluid.container-page-item-title.with-bg .page-item-title-single {
     padding: 300px 0;
     margin: 0;
}
.header-menu {
     border-bottom: 1px solid #ec9f2e;
}
.sidebar .widget {
    border: 0 solid #ffffff;
    overflow: hidden;
    padding: 15px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}