/* Themify Customize Styling */
.header-classic #headerwrap, #headerwrap {	background: none;
	background-color: #000000; 
}
#sidebar .widgettitle, #sidebar-alt .widgettitle {	
	border-left: 5px solid #000000; 
}

/* Themify Custom CSS */
div#canada-place img {
    height: 454px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	div#canada-place img {
    height: auto !important;

}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
	and (-webkit-min-device-pixel-ratio: 2){
		div#canada-place img {
    height: 288px !important;

}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
	and (-webkit-min-device-pixel-ratio: 2){
		div#canada-place img {
    height: 385px !important;

}
}
nav#main-nav-wrap {
    color: #fff !important;
}
#headerwrap.fixed-header #main-nav li {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
}
.single.single-fullwidth-layout .featured-area .post-image {
    height: 358px;
    overflow: hidden;
}