/*
Theme Name:     Canvas Child
Description:    
Author:         goto11
Template:       canvas

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../canvas/style.css");


body.home {
/*
background-repeat: no-repeat !important;
background-position: center center !important;
background-attachment: fixed !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
*/
}

.section-text-over-media .background-overlay {
/*
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
*/
}

#logo img {
	width: 70%;
	max-width: 70%;
	height: auto;
}

.header-widget .widget_woo_subscribe .social {
    text-align: right;
}

.header-widget h3,
.header-widget p {
	display: none !important;
}

.panel-row-style-page_panel_full {
	text-align: center;
	padding: 3em 5em;
}

.page_panel_full_extraheightpad {
	padding: 12em 5em;
}

.page_panel_fixedbg {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: fixed !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.panel-row-style-page_panel_full h1, 
.panel-row-style-page_panel_full h2,
.panel-row-style-page_panel_full h3,
.panel-row-style-page_panel_full p {
	color: #fff !important;
}

.panel-row-style-page_panel_full h3.widget-title {
	display: none;
}

.page .title {
	display: none;
}

#footer-widgets-container .widget,
#footer-widgets-container .widget h3 a:link {
	color: #fff !important;
}

#main .widget_woothemes_features .columns-1 .feature img {
    margin: 0em 2em 10px 0 !important;
    background: none;
    border: none;
    padding: 0;
}

#main .entry .widget_woothemes_features .columns-1 .feature img {

}

#single_map_canvas {
  display: none;
}