/*   
Theme Name: Donkeys & Co. 
Theme URI: http://www.donkeys.co
Description: Donkeys & Co.
Author: Donkeys & Co.
Author URI: http://www.donkeys.co
Version: 1
*/





h1, h2, h3, h4, h5, h6 {
	font-family: 'Rokkitt', serif;
}


h1 {
	font-size: 46px;
	line-height: 50px;
}

h2 {
	font-size: 36px;
	line-height: 40px;
}

h3 {
	font-size: 30px;
	line-height: 34px;
}

h4 {
	font-size: 26px;
	line-height: 30px;
}

h5 {
	font-size: 22px;
	line-height: 26px;
}

h6 {
	font-size: 18px;
	line-height: 22px;
}


.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	color: #ffffff
}



p, a, li, td {
	font-family: 'Rokkitt', serif;
	font-size: 17px;
	line-height: 22px;
}

.white p, .white a, .white li, .white td {
	color: #ffffff;
}






.btn {
	font-family: 'Rokkitt', serif;
	display: inline-block;
    padding: 10px 26px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    margin-top: 20px;
}


/******************* BUTTON *******************/
.btn-yellow-line {
	position: relative;
    color: #d3dd26;
    background-color: transparent;
    font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	border: 1px #d3dd26 solid;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

}

.btn-yellow-line:hover, .btn-yellow-line:focus {
    color: #252525;
    background-color: #d3dd26;
}




.btn-black-line {
	position: relative;
    color: #000000;
    background-color: transparent;
    font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	border: 1px #000000 solid;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

}

.btn-black-line:hover, .btn-black-line:focus {
    color: #ffffff;
    background-color: #000000;
}












.headerFix {
	height: 89px;
}

.headerTop {
	position: fixed;
	background-color: rgba(0, 0, 0, 1);
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.headerTop .logo {
	width: 280px;
    float: left;
    padding: 15px 15px 15px 0;
}


.headerTop .nav {
	float: right;
}


.headerTop ul {
	margin: 0;
	padding: 0;
}

.sf-menu li {
    background: transparent;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: transparent;
}


.sf-menu a {
	padding: 32px 13px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Rokkitt', serif;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current_page_item a {
	color: #d3dd26;
}

.sf-menu li ul li {
    background: #00aeef;
    
}

.sf-menu li ul li:hover,
.sf-menu li ul li.sfHover {
	background: #0053a5;
}


.sf-menu ul li a {
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sf-menu li ul li:first-child a {
	padding-left: 20px;
}

.sf-menu li ul li:hover a,
.sf-menu li ul li.sfHover a,
.sf-menu li ul li.current_page_item a {
	color: #ffffff;
}

.sf-menu li:hover ul li a,
.sf-menu li.sfHover ul li a,
.sf-menu li.current_page_item ul li a {
	color: #ffffff;
}

.sf-menu li:hover ul li:hover a,
.sf-menu li:hover ul li.sfHover a,
.sf-menu li:hover ul li.current_page_item a {
	color: #ffffff;
}



.sf-arrows .sf-with-ul {
    padding-right: 20px;
}

.sf-arrows .sf-with-ul:after {
	content: none;
}


































.navMob {
	display: none !important;
	
}

.navMob i {
	color: #ffffff;
	margin-top: 15px;
}

.menuOverlay {
	display: none;
}






@media screen and (max-width: 1200px) {
	.sf-menu a {
		padding: 32px 10px;
		color: #ffffff;
		font-size: 14px;
		font-weight: 400;
	}
	

	
}





@media screen and (max-width: 992px) {
	.sf-menu a {
		padding: 32px 10px;
		color: #ffffff;
		font-size: 14px;
		font-weight: 400;
	}
	
	
}


@media screen and (max-width: 768px) {
	
	.headerTop .logo {
	    float: left;
	    width: 277px;
	    margin-right: 10px;
	}
	
	.navHeader {
		display: none;
	}
	
	
	.navMob {
		display: block !important;
		float: right !important; 
		font-size: 23px;
		color: #000;
		margin-top: 16px;
		margin-right: 26px;
		width: 25px;
		height: 33px;
	}
	
	
	.menuOverlay {
		display: none;
		background: rgba(0, 0, 0, 0.9);
		height: 100vh; 
		width: 100%; 
		position: fixed;
		z-index: 9999999;
		font-weight: 700;
		text-transform: uppercase;
	}
	

	
	.menuOverlay .close {
		position: fixed;
		right: 32px;
		top: 32px;
		font-size: 29px;
		color: #fff !important;
	}
	
	.menuOverlay .close i {
		color: #fff !important;
	}
	
	.menuOverlay .overMenu {
		text-align: center;
	}
	
	.menuOverlay .overMenu ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 90px;
	}
	
	
	.menuOverlay .overMenu ul li {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.menuOverlay .overMenu ul li a {
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 24px;
	}
	
	
	
	.menuOverlay .overMenu ul li ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 0px;
	}
	
	.menuOverlay .overMenu ul li ul li a {
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
	}
	
	.menuOverlay .overMenu ul li ul li {
		text-align: center;
		margin-bottom: 5px;
	}
	
		
	.menuOverlay .social {
		margin-top: 15px;
	}
	
	.menuOverlay .social i {
		color: #ffffff;
		font-size: 22px;
		margin: 0 3px;
	}
	
	.menuOverlay .social i:hover {
		color: #b39a6a;
	}
	
	
	


	
	

}



