/*
Theme Name:         YDCOZA2017-child
Theme URI:          http://YourDesign.co.za/
Author:             John
Author URI:         http://YourDesign.co.za/
Description:        WordPress On Steroids
Version:            0.0.2
Template:           FoundationPress
License:            Commercial
License URI:        http://www.opensource.org/licenses/mit-license.php
Text Domain:        foundationpress
*/

/* http://www.color-hex.com/color-palette/25950 */
/* YDCOZA Custom Very Small ( 420px )*/
/*@media screen and (max-width: 26.250em) {}*/
/* Small only */
/*@media screen and (max-width: 39.9375em) {}*/
/* Medium and up 640px */
/*@media screen and (min-width: 40em) {}*/
/* Medium only */
/*@media screen and (min-width: 40em) and (max-width: 63.9375em) {}*/
/* Large and up  1024px */
/*@media screen and (min-width: 64em) {}*/
/* Large only */
/*@media screen and (min-width: 64em) and (max-width: 74.9375em) {}*/

/*@import 'inc/css/ydcoza-default.css?ver=1';*/
/*@import 'inc/css/ydcoza-vc.css?ver=1';*/

/*----------------------------------------YDCOZA----------------------------------------*/
/*	misc */
/*--------------------------------------------------------------------------------------*/

.gap-small,
.gap-medium,
.gap-large {
	margin-bottom: 1em;
	display: block;
	clear: both;
}
.gap-medium {
	margin-bottom: 2em;
}
.gap-large {
	margin-bottom: 3em;
}

.accent-color {
	color: #D3BF55;
}
@media screen and (min-width: 39.9375em) {
	.sidebar {
		padding-left: 20px;
		border-left: 1px solid #505050;
	}
}

#footer-container {
    border-top: 1px solid #505050;
}
.row.ydcoza-navigation {
	max-width: 73rem;
}
.ydcoza-navigation .button {
	width: 100%;
	margin: 5px 0 5px 0;
  padding: 0.5em 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 64em) {
	.row.ydcoza-navigation {
		border-top: 1px solid #505050;
		border-bottom: 1px solid #505050;
	}
	.ydcoza-navigation .button {
	  padding: 0.4em 1em;
	}
}

.logo {
	margin-top: 15px;
}
.top-bar {
	margin-top: 25px;
}
.top-bar .menu li:not(:last-child) {
    border-right: 1px solid #505050;
}

.menu-icon {
    width: 30px;
    height: 20px;
}
.menu-icon::after {
    height: 3px;
    background: #303030;
    -webkit-box-shadow: 0 7px 0 #303030, 0 14px 0 #303030;
    box-shadow: 0 7px 0 #303030, 0 14px 0 #303030;
    content: '';
}

@media screen and (min-width: 64em) {
	.main-navigation {
		margin-top: 7.5px;
		margin-bottom: 7.5px;
	}
	.top-bar .menu a {
	    height: 30px;
	    line-height: .8;
	}
	.top-bar .menu > li:not(.menu-text) > a {
	    padding: 0.5rem 1rem;
	}
}

.off-canvas {
    background: #2C2C2C;
}

#footer-container {
	background: #303030;
	color: white !important;
	margin-top: 0.5rem;
	padding-top: 1rem;
}
#footer-container .button {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}
#footer-container .columns {
	margin-bottom: 1rem;
}
.home #page-full-width {
    margin-top: 1rem;
}

.ydcoza-cta {
	background: #303030;
	text-align: center;
	color: white;
	padding: 0.5rem;
}

