/*
Theme Name: Canvas Child
Version: 1.0
Description: Child theme for Canvas.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: canvas
*/

@import url("../canvas/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- *//
   #header { 
	float: left !important; 
	max-width: 20%; 
	position: absolute !important; 
	}
 #navigation {
		max-width: 60% !important;
		float: right !important;
		top: -220px !important;
		margin-bottom: -150px; !important;
                text-shadow: -1px 1px 2px rgba(150, 150, 150, 1)!important;}
.breadcrumbs { 
		clear: both; 
	}

@media only screen and (max-width: 767px) {

    /* Hide new navigation from mobile */
    fix::before, .fix::after, .col-full::before, .col-full::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;}

#navigation .menus{margin-top: 172px;}

.ice{background-image: none !important;
border-top: none !important; 
border-bottom: none !important;
box-shadow: 0px 0px 0px #ffffff !important;
}

#footer-widgets.col-full.col-3 div.block.footer-widget-2{
display:none;
}
#footer-widgets.col-full.col-3 div.block.footer-widget-3{
display:none;
}
}

.entry img, img.thumbnail {
background: none;
border: medium none;
padding: 0px;
}

hr{
background-color: #f8991d;
height: 4px;
}
#loopedSlider.business-slider.has-pagination.woo-slideshow div.flex-viewport ul.slides section.entry.col-full p img{
box-shadow: -5px 5px 3px #888888;
}
.ice {
height: 350px; 
width: 100%; 
border-top: solid #f8991d; 
border-bottom: solid #f8991d;
box-shadow: -5px 5px 3px #888888;
}