/*
Welcome to Custom CSS!
*/
.clear-both {
	clear: both;
}

.pages .entry-title {
	display: none;
}

.paypal input {
	width: auto;
}

.home img.entry-image,
.single-post img.entry-image {
	width: 100%;
	height: auto;
}

/* MAILCHIMP FORMS CUSTOMIZATION*/
/*.mc4wp-form input[type="email"]*/
.mailsignup {
	position: absolute;
	top: 50%;
	max-width: 70%;
	margin-left: 30%;
}

.mailsignup p {
	margin-bottom: 0;
}

.mailsignup p:nth-child(2) {
	font-size: 14px;
}

.mc4wp-form input[type="image"] {
	color: #fff;
	width: 20%;
	cursor: pointer;
	margin-left: 25%;
	font-size: 15px;
	padding: 8px 0;
	position: absolute;
	top: 70%;
	background: transparent;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-form input[type="submit"] {
	display: none;
}

.mc4wp-form img {
	max-width: 90%;
}

.newsletterheader {
	font-family: 'Cabin Sketch';
	font-size: 26px;
	color: #111;
}

.menuhome {
	background: url(/wp-content/uploads/2019/10/YotD.app-app.icon_-2.png);
	height: 80px;
	width: 130px;
}

.menuhome span {
	display: none;
}

@media only screen and (max-width: 481px) {
	.mc4wp-form input[type="email"] {
		min-width: 70%;
	}
	
	.mc4wp-form input[type="image"] {
		top: 80%;
	}
}

.full-width-content .page {
	max-width: 800px;
	margin: auto;
}

.after-content.widget-area {
	z-index: 5;
	position: relative;
	display: inline;
}

.content {
	z-index: 10;
	position: relative;
}

.single-post .article {
	max-width: 800px;
	margin: auto;
}

.archive-description {
	max-width: 800px;
	margin: auto;
	font-family: 'open-sans';
	font-size: 16px;
}

.home-middle {
	background-color: #fff9c9;
}

.home-mid-bottom {
	background-color: #fff;
}

/* Typographical Elements */
h1 {
	font-family: 'cabin sketch';
	font-size: 36px;
}

h2 {
	font-family: 'cabin sketch';
}

h3 {
	font-family: 'cabin sketch';
}

p {
	font-family: 'open sans';
	font-size: 16px;
}

.genesis-nav-menu {
	font-family: 'cabin sketch';
	color: #473c44;
}

.archive-description {
	font-family: 'oswald';
	font-size: 36px;
}

/* Blog Page Customizations */
.entry-footer .entry-meta {
	border-top: 0;
}

.entry-author-link, 
.entry-categories {
	display: none;
}

div.pagination {
	display: table;
	margin: 10px auto;
}

.single-post .type-post {
	max-width: 800px;
	margin: 0 auto;
}

/* search form customization */
.search-form {
	position: relative;
/*left: 90px;*/
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	font-family: 'cabin sketch';
	margin-bottom: 2em;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px; 
	overflow: hidden;
	background: #f5f5f5;
}

/* STYLE THE SECONDARY MENU */
.nav-secondary {
	color: #473c44;
	background-color: #fecd42;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #fff;
}

.nav-secondary .genesis-nav-menu .current-menu-item a {
	color: #000000;
}

/**********************************
*
* Add a centered logo to the Genesis Navigation Menu
* using CSS only
*
* @author AlphaBlossom / Tony Eppright
* @link http://www.alphablossom.com
*
************************************/
/*
 *
 * Header and Logo
 *
 */
.home-features .wrap {
	border: none;
}

.site-header > .wrap {
	position: relative;
	padding: 0 30px;
}

header.site-header {
	display: none;
}

.title-area {
	padding: 0;
}

h1.site-title {
	width: 180px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	margin: 0 auto;
	background-color: #FFF9C9;
/* background-color: #CECECE; */
	border-radius: 5px;
	display: none;
}

.site-title a,
.site-title a:hover {
	background: url() no-repeat center;
	display: block;
	text-indent: -9999px;
	height: 20px;
}

h2.site-description {
	display: none;
}

/*
 *
 * Navigation
 *
 */
.nav-primary {
/* MOVES MENU & NAV ITEMS UP AND DOWN RELATIVE TO THE CONTAINER THEY ARE IN */
	position: relative;
/*margin-top: 19px;*/
/* MOVES NAV ITEMS & MENU UP AND DOWN RELATIVE TO THE CONTAINER THEY ARE IN */
	height: 80px;
	background-color: #fecd42;
	display: block;
	overflow: visible;
	z-index: 99999;
}

.nav-primary > .wrap {
	max-width: 100%;
	padding: 0;
}

ul.genesis-nav-menu {
/* MOVES NAV ITEMS UP AND DOWN RELATIVE TO THE CONTAINER THEY ARE IN */
	position: relative;
	margin-top: -75px;
/* /MOVES NAV ITEMS UP AND DOWN RELATIVE TO THE CONTAINER THEY ARE IN */
	clear: both;
	color: #999;
	display: table;
	float: none;
	font-family: "cabin sketch";
	line-height: 1;
	margin: 0 auto;
	width: auto;
}


ul.genesis-nav-menu > li:child {
	margin-top: -25px;
}

.nav-primary .genesis-nav-menu a {
/*color: #e16b2e;*/
	color: #473c44;
	padding: 50px 13px 13px;
}

.ally-green .nav-primary a:hover, .ally-green .nav-primary .current-menu-item > a {
	color: #fff !important;
}

.genesis-nav-menu .menu-item a {
	text-align: center;
}

.nav-primary .split-right {
/*	margin-left: 240px;*/
	z-index: 2;
/* logo width - .site-title, .site-title a */
}

li#menu-item-4901 a {
	color: transparent;
	width: 225px;
}

.site-header {
/*display: none;*/
	margin-top: 0;
	height: 0;
}

.head-wrap {
	height: 80px;
	margin-top: 0;
}

.welcome .wrap {
	padding: 0;
}

.widget-wrap {
	position: relative;
	margin-top: 0;
}

.site-inner {
	padding-top: 0;
}

.single-post .site-inner {
	padding-top: 50px;
}

.category-widget.widget-area {
	margin-top: 50px;
}

/*Durian Tour Page*/
.page-id-2656 .category-widget.widget-area {
	margin-top: 0 !important;
}

/*Malaysia Appreciation Page*/
.page-id-2675 .category-widget.widget-area {
	margin-top: 0 !important;
}

.page-id-2668 .category-widget.widget-area {
	margin-top: 0 !important;
}

.page-id-2862 .category-widget.widget-area {
	margin-top: 0 !important;
}

.page-id-2690 .category-widget.widget-area {
	margin-top: 0 !important;
}

.page-id-2045 .category-widget.widget-area {
	margin-top: 0 !important;
}

.page-id-6656 .category-widget.widget-area {
	margin-top: 0 !important;
}

.page-id-19745 .category-widget.widget-area {
	margin-top: 0 !important;
}

.page-id-19748 .category-widget.widget-area {
	margin-top: 0 !important;
}

/*FOOTER WIDGET AREA CUSTOMIZATION*/
.footer-widgets {
	background-image: url("https://www.yearofthedurian.com/wp-content/uploads/2016/04/homepage-final.png");
	background-repeat: repeat-x;
	background-size: 100% 140px;
	font-family: 'cabin sketch';
	height: 140px;
	font-size: 24px;
}

.footer-widgets-1, .footer-widgets-2 {
	margin: 0 3.3% 0 0;
	width: 45.555555555%;
	color: #fff;
}

.footer-widgets .current-menu-item {
	color: #fff;
	font-family: 'cabin sketch';
}

.footer-widgets a {
	color: #fff !important;
	font-weight: 400;
}

.footer-widgets a:hover {
	color: #fecd42 !important;
}

.footer-widgets a:visited {
	color: #fecd42;
}

/* FOOTER AREA*/
.site-footer {
	background-color: #96af49;
	height: 86px;
}

.site-footer p {
	color: #e9e9e9;
}

.site-footer a {
	color: #fff9c9;
}

.footer-widgets-2 img {
	margin-top: -30px;
}

.footer-widgets .widget-wrap {
	text-align: center;
	margin: 0 auto;
}

/*WPRMENU CUSTOMIZATION*/
#wprmenu_bar {
	overflow: visible;
}

#wprmenu_bar .menu_title {
	text-align: center;
}

#wprmenu_bar .bar_logo {
	width: 125px;
	height: 67px;
	margin: -10px auto 0;
}

#wprmenu_menu {
	margin-top: 20px;
}

.wprmenu_bar:before {
	content: "MENU";
	right: 50px;
	top: 8px;
	color: #a3c151;
	font-weight: 700;
	z-index: 999999999999;
	position: absolute;
}

.wprmenu_icon {
	display: none;
}

/*BLOG PAGE CUSTOMIZATION */
.blog .category-widget .widget_text {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

img.full-width {
	width: 100%;
	height: auto;
}

#wprmenu_menu {
	margin-top: 0;
}

@media (max-width: 1023px) {
	.head-wrap {
		height: 50px;
	}
	
	.single-post aside section.featuredpost article {
		width: 48%;
		display: inline-block;
		margin: 0 1% 20px;
	}
	
	.single-post aside section.featuredpost article:nth-of-type(2n+3) {
		clear: both;
	}
}

@media (max-width: 767px) {
	.blog article img.post-image {
		width: 100%;
		height: auto;
	}
	
	.footer-widgets-1, .footer-widgets-2 {
		width: 100%;
	}
	
	.footer-widgets .wrap {
		padding-top: 15px;
	}
	
	.home-features img {
		width: 85%;
	}
	
	.home-feature-1 .jetpack-image-container, .home-feature-2 .jetpack-image-container, .home-feature-3 .jetpack-image-container {
		margin-bottom: 10px;
		text-align: center;
	}
}

@media (max-width: 600px) {
	.footer-widgets {
		font-size: 16px;
	}
	
	.site-footer .wrap {
		padding: 0;
	}
	
	.mc4wp-form input[type="image"] {
		top: 120%;
	}
	
	.home-middle .wrap {
		padding: 80px 0 90px;
	}
	
	.single-post aside section.featuredpost article {
		width: 100%;
		display: inline-block;
		margin: 0 0 20px;
	}
}

@media (max-width: 420px) {
	.footer-widgets img {
		width: 40px;
		height: 40px;
	}
	
	.home-middle .wrap {
		padding: 50px 0 160px;
	}
	
	.mc4wp-form input[type="image"] {
		top: 200%;
	}
}

.paypal input {
	width: auto;
}

.woocommerce .widget-area {
	display: none;
}

body.woocommerce .wc-tabs-wrapper {
   max-width: 800px; margin: auto;
}

/* Color Buttons
------------------------------------------------------------ */
 
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
    color: #fff;
    padding: 5px 10px;
}
 
.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
    text-decoration: none;
}
 
.button-blue {
    background-color: #afcde3;
    border: 1px solid #afcde3;
}
 
.button-blue:hover {
    background-color: #83a2be;
    border: 1px solid #83a2be;
}
 
.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}
 
.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191;
}
 
.button-green {
    background-color: #b2ce96;
    border: 1px solid #b2ce96;
}
 
.button-green:hover {
    background-color: #86a36e;
    border: 1px solid #86a36e;
}
 
.button-purple {
    background-color: #bebde9;
    border: 1px solid #bebde9;
}
 
.button-purple:hover {
    background-color: #9291c7;
    border: 1px solid #9291c7;
}
 
.button-red {
    background-color: #e9b3b3;
    border: 1px solid #e9b3b3;
}
 
.button-red:hover {
    background-color: #c78787;
    border: 1px solid #c78787;
}
 
.button-yellow {
    background-color: #fadf98;
    border: 1px solid #fadf98;
}
 
.button-yellow:hover {
    background-color: #ecb870;
    border: 1px solid #ecb870;
}

.genesis-nav-menu .menu-item { vertical-align: top; }
.nav-primary .genesis-nav-menu .menu-item a { padding: 33px 13px 13px; }
/* remove billing checkout */
/*.woocommerce .col2-set, .woocommerce-page .col2-set {
	display:none;
}*/

/*remove comment and date from product pages */
.single-product header .entry-meta {
    display: none;
}