/*
Theme Name: Slyde Child Theme
Theme URI: http://playnethemes.com
Description: Use this child theme to make changes to the styles without editing the original.
Author: Playne Themes
Author URI: http://playnethemes.com
Version: 1.1
Tags: White, Black, white, one-column, flexible-width, custom-background, custom-menu, theme-options, translation-ready
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: Slyde
*/

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

a {
 color:	#B0B478
}

h1, h2, h3, h4, h5, h6 {
    font-family: "canada-type-gibson", sans-serif;
}

.post .post-content {
    font: 14px/28px "canada-type-gibson", sans-serif;
}

#wrap {
	max-width: none;
    margin: 10px auto 0;
    -webkit-box-shadow: none;
    box-shadow: none;	
}

#wrap .main-header {
    background: #b0b478;
}

#wrap .main-header > div {
	max-width: 1000px;	
	margin: 0 auto;
}

#wrap #wrapper {
	max-width: 1000px;	
}

.header-top-inner {
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin: 0;
}

.logo-image {
/*    padding: 10px 10px 0; */
      padding: 10px 0 0;
      position: relative;
      z-index: 1;
}

#box-toggle, .navigation-icon {
    margin: 20px 0px 25px;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

#box {
    padding-top: 10px;
}

.flex-container-homepage {
    background: rgba(0, 0, 0, 0.2);
}

.flex-container-homepage .flexslider {
	padding: 30px 0 20px;	
}