/*
Theme Name: iFeature Child
Theme URI: http://cyberchimps.com/ifeature-free/
Author: CyberChimps
Author URI: http://www.cyberchimps.com/
Description: Child Theme for the iFeature 5 free Theme
Template: ifeature
Version: 1.0.0
*/

/* =Import iFeature 5 Theme Styles */

@import url('../ifeature/style.css');

/* =Start from here */

/* HEADER */
#top_header {	
	margin-bottom: 0px;	
}
#top_header .top-head-description {
	display: none;
}

header#cc-header {
	margin-bottom: 0px !important;
}

#navigation {
	margin-bottom: 0px;
}

.navbar-inverse .btn-navbar {
    background-color: #CECECE;
    background-image: linear-gradient(to bottom, #DBDBDB, #CECECE);
}
.navbar-inverse .btn-navbar:hover, 
.navbar-inverse .btn-navbar:active, 
.navbar-inverse .btn-navbar.active, 
.navbar-inverse .btn-navbar.disabled, 
.navbar-inverse .btn-navbar[disabled] {
    background-color: #CECECE;    
}

/* SLIDER */
#slider_lite .carousel-control {
	display: none;
}

#slider_lite img {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* BOX */
#widget_boxes_container .box {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.box-image {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.box p {
	font-weight: bold;
}

/* PAGINE */
.page .entry-title {
	margin: 10px 0 0 0;	
}

.breadcrumb {
	background-color: #FDFDFD;
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
	border-radius: 0px;
	border: 1px solid #EAEAEA;
	border-bottom-width: 0;
  border-top-width: 0;
}

article.page {
	border-top: none;
	/* rimuovo */
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	/* */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#search_page .page-header {
	margin-bottom: 0px;
}

#search_page h1 {
	margin-top: 15px;
}

/* Footer */
.site-footer #copyright {
 	text-align: left;
 	color: #ADADAD;
}

.site-footer {
 	margin-bottom: 0px;
    margin-top: 10px;
}

.site-footer #credit {	
 	text-align: right;
}
.site-footer #credit a {
 	color: #ADADAD;
}

/* Contact Form */
.wpcf7-form-control {
	width: 99%;
}
.wpcf7-captchac {
	width: auto;
}

/* Google Maps responsive */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MEDIA */
@media (max-width: 767px) {
	
	.container-full-width .top-head-social {
		display: none;
	}
	
	.site-footer #copyright,
	.site-footer #credit {
 		text-align: center;
 		font-size: 12px;		
	}
}
