/*
Theme Name:     innovation child
Description:    Make your modifications to Innovation in this child theme.
Theme URI: 		http://demo.themeruby.com/innovation
Author: 		THEME RUBY
Author URI: 	http://themeruby.com
Template:      	innovation
Tags:           white, two-columns, right-sidebar, responsive-layout, custom-colors, translation-ready
*/
@import url('../../innovation/style.css');

/* Your CSS code goes here
-------------------------------------- */

/* TEXT ALIGN CENTER */

.post-header, .post-excerpt, .post-btn{
	text-align: center;
}

/* SIDEBAR TEXT ALIGN */

.sidebar-inner .post-excerpt, .sidebar-footer .post-excerpt{
	text-align: left;
}

/* THUMBNAIL CROP CATEGORIES/ARTICLES */

.single-inner .post-thumb-outer{
	float: left;
	margin: 0 20px 0 32px;
}

/* TITLE BLOG NO FRONT PAGE */

.header-ads-right-wrap h3{
	font-size: 20px;
}

/* TITLE BLOG TEXT-SHADOW */

.header-ads-inner{
	text-shadow: 1px 1px black;
}

/* LOGO WIDGET SIDEBAR */

#sidebar .textwidget img {
	width: auto;
}

/* NEWSLETTER CONTACT FORM */

.sib_signup_box_inside{
	background: #79AE36;
	color: white;
}

body form#sib_form_1-form input[type=text], body form#sib_form_1-form input[type=email]{
	margin-top: 1rem;
}

.sib_signup_box_inside p:last-child{
	text-align: center;
}

.footer-area .widget, .about-content-wrap{
	color: black;
}

/* FOOTER META ADRESSE AND PHONE */

.textwidget .post-excerpt{
	margin-top: -15px;
}

.widget{
	margin-bottom: 0;
}

.answer{
	margin-left: 4em;
}
.title{
	margin-left: 1em;
	color: #007480;
}

.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%;
}

.widget_sib_subscribe_form{
	padding-right: 2em;
	padding-top: 2em;
	background-color: #F1FFD4;
	margin-bottom: 1em;
}