/*
Theme name: Walnut Beach Creamery
Description: Custom Theme
*/

/******* Walnut Beach Creamery WordPress CSS *******/

/* ================================================================ *\
	#Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

*:before, 
*:after { box-sizing: border-box; }

/* ================================================================ *\
	#Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #fff; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.3; color: #000; -webkit-font-smoothing:antialiased; }
body { background: url(images/temp/background-img.png) repeat 0 0; }

a { text-decoration: none; transition: all .3s; color: #a4c096; }
a:hover { text-decoration: none; }

ul,
ol { list-style: none; }

h1 { font-size: 41px; font-family: 'Page'; font-weight: 400; }
h2 { font-size: 36px; font-family: 'Page'; font-weight: 400; }
h3 { font-size: 30px; font-family: 'Page'; font-weight: 400; }
h4 { font-family: 'Page'; font-weight: 400; }
h5 { font-family: 'Page'; font-weight: 400; }
h6 { font-family: 'Page'; font-weight: 400; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

/*  Clear  */

.header:after,
.nav:after,
.article-secondary:after,
.main:after,
.shell:after { content:''; clear: both; display: table; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { width: 100%; height: auto; overflow: hidden; position: relative; z-index: 6; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1137px; margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { background: #fffdeb; box-shadow: 0 0 27px rgba(1,2,2,.39); margin-bottom: 90px; }
.container h2 { color: #647653; text-transform: uppercase; text-align: center; }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main { }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content { float: left; width: 71%; padding-left: 20px; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar { float: right; width: 25%; padding: 0 20px 40px 0; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { font-family: 'Page'; padding: 8px 10px 10px; position: relative; }
.header .logo { position: absolute; z-index: 2; left: 50%; top: 105px; -webkit-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
     -o-transform: translateX(-50%); 
        transform: translateX(-50%);
}
.header p { float: left; font-size: 28px; color: #36452e; line-height: 1.25; }
.header .socials { float: right; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { text-align: center; font-weight: 600; font-size: 14px; position: relative; z-index: 20; }
.footer p { color: #46563c; text-transform: uppercase; line-height: 2.14; }
.footer p br { display: none; }
.footer .footer-nav li { display: inline-block; position: relative; }
.footer .footer-nav li + li:before { content: '|'; display: inline-block; color: #46563c; }
.footer .footer-nav a { color: #46563c; text-transform: uppercase; line-height: 2.14; }
.footer .footer-nav a:hover { color: #000; }
.footer .copyright { margin-top: 10px; margin-bottom: 10px; }
.footer .copyright p { color: #232c1e; font-size: 12px; }
.footer-socials { display: none; }

.footer p a{
	color:#000;
}

/* ------------------------------------------------------------ *\
	Default Page Style
\* ------------------------------------------------------------ */

.home .main { padding-top: 0; }
.main { padding-top: 15px; }
.screen-reader-text { display: none; }
.post-form { width: 100%; }

/*  Article Simple  */

.article.article-simple { color: #333; font-family: Arial, sans-serif; }
.article.article-simple h1 { font-size: 28px; color: #333; }
.article.article-simple h2 { font-size: 26px; color: #333; font-weight: 700; text-align: left; }
.article.article-simple h3 { font-size: 24px; color: #333; } 
.article.article-simple h4 { font-size: 22px; color: #333; }
.article.article-simple h5 { font-size: 20px; color: #333; font-weight: 700; }
.article.article-simple h6 { color: #333; }
.article.article-simple .article-head { margin-bottom: 15px; }
.article-simple .article-meta p { margin-bottom: 5px; }
.article.article-simple .article-title { color: #333; font-size: 40px; padding-bottom: 15px; margin-bottom: 0; }
.article.article-simple .article-title-top { border-bottom: 1px dotted #333; margin-bottom: 15px; }
.article.article-simple .article-entry p { margin-bottom: 18px; padding-right: 25px; font-size: 16px; }
.article.article-simple .article-entry h3 { color: #333; }
.article.article-simple .article-body p strong { color: 333px; font-size: 18px; }
.article.article-simple .article-body .wp-caption { position: relative; }
.article.article-simple .article-body .wp-caption img { width: 100%; } 
.article.article-simple .article-body .wp-caption-text { padding: 5px 10px; color: #fff; background: rgba(0,0,0, 0.3); position: absolute; bottom: 0; left: 0; right: 0; margin-bottom: 0; }
.article.article-simple .article-body .gallery .wp-caption-text { right: 10px; bottom: 10px; left: 10px; }
.article.article-simple .article-body hr { border: 1px solid #787878; margin-bottom: 18px; }
.article.article-simple .article-body blockquote { padding-left: 18px; border-left: 3px solid #000; margin-bottom: 18px; }
.article.article-simple .article-body ul,
.article.article-simple .article-body ol { padding-bottom: 18px; margin-left: 25px; }
.article.article-simple .article-body ul { list-style-type: circle; margin-bottom: 0; }
.article.article-simple .article-body ul li { padding-left: 0; }
.article.article-simple .article-body ul li:before { display: none; }
.article.article-simple .article-body ol { list-style: decimal; }
.article.article-simple .alignnone { display: block; margin: 0 0 10px 0; }
.article.article-simple .aligncenter { margin: 5px 15px 10px; margin-left: auto; margin-right: auto; display: block; }
.article.article-simple .alignleft { float: left; margin: 5px 15px 10px 0; }
.article.article-simple .alignright { float: right; margin: 5px 0 10px 15px; }

/*  Search Form  */

.search-form .search-field { width: 100%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; }
.search-form .search-field:focus { background: #fff; }

/*  Gallery  */

.gallery { position: relative; overflow: hidden; padding-bottom: 20px; }
.gallery-item a { display: inline-block; }
.gallery-item img { width: 100%; height: auto; }
.gallery-item .gallery-icon { position: relative; }

.gallery-columns-1 .gallery-item { width: 100%; padding-bottom: 100%; }
.gallery-columns-2 .gallery-item { width: 49.5%; padding-bottom: 49.5%; }
.gallery-columns-3 .gallery-item { float: left; width: 28.9%; position: relative; padding: 10px; }
.gallery-columns-3 .gallery-item a { width: 100%; }
.gallery-columns-4 .gallery-item { width: 24.25%; padding-bottom: 24.25%; }
.gallery-columns-5 .gallery-item { width: 19.2%; padding-bottom: 19.2%; }
.gallery-columns-6 .gallery-item { width: 15.83%; padding-bottom: 15.83%; }
.gallery-columns-7 .gallery-item { float: left; width: 13.43%; padding-bottom: 13.43%; }

.gallery-columns-7 .gallery-item + .gallery-item { margin-left: 2%; }
.gallery-columns-8 .gallery-item { width: 11.6%; padding-bottom: 11.6%; }
.gallery-columns-9 .gallery-item { width: 10.22%; padding-bottom: 10.22%; }

.gallery-columns-1 .gallery-item:nth-child(1n+1),
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) { margin-left: 0; }

/*  Widgets  */

.widgets .widget { margin-bottom: 20px; float: none; display: block; width: 100%; }
.widgets .widget ul { list-style-type: disc; }
.widget:last-child { margin-bottom: 0; }
.widget a { color: #333; font-weight: normal; }
.widget h3 { text-align: left; font-family: 'Open Sans', sans-serif; text-transform: uppercase; }
.widget.widget_recent_comments li.recentcomments a:hover,
.widget a:hover { text-decoration: underline; color: #002f65; }
.widget .widget-title { margin-bottom: 5px; font-size: 25px; color: #222; text-transform: uppercase; }
.widget.widget_recent_comments li.recentcomments a { color: #808080; }
.widget.widget_tag_cloud .tagcloud a { color: #405037; }
.widget_calendar caption { padding: 12px; font-weight: bold; }
.widget_calendar td,
.widget_calendar th { padding: 5px; border: 1px solid #000; text-align: center; }
.widget_calendar tfoot td { font-weight: bold; }
.widget_calendar tfoot a { color: #555; }
.widget_calendar td#today { background: #405037; }
.widget_calendar td#today a { color: #fff; }
.widget.widget_categories select { padding: 7px; border: 1px solid #ccc; background: #f7f7f7; }
.widget.widget_rss .rsswidget { color: #222; }
.widget.widget_rss .rsswidget:hover { color: #405037; }
.widget.widget_rss li a { font-size: 16px; }
.widget.widget_rss > ul > li { margin-bottom: 10px; }

/*  Section Comments  */

.section-comments h3 { padding-bottom: 10px; font-size: 25px; }
.section-comments h3 small { position: absolute; top: 0; right: 0; }
.section-comments p { padding-bottom: 18px; }
.section-comments .nocomments { padding-top: 12px; font-weight: bold; font-size: 18px; }

/*  Comments  */

.comments { color: #000; }
.comments .comment { border-top: 1px dashed #363636; }
.comments .comment .comment-reply-link { font-size: 16px; }
.comments .children { padding-left: 70px; position: relative; }
.comments .children:before,
.comments .children:after { content:''; position: absolute; display: block; }
.comments .children:after { top: -5px; left: 8px; border: 20px solid  transparent; border-width: 20px 19px; border-bottom-color: #c3c3c3; }
.comments .children:before { top: 33px; left: 23px; width: 32px; height: 27px; border-left: 8px solid #c3c3c3; border-bottom: 8px solid #c3c3c3; border-radius: 0 0 0 8px; }
.comments .moderation-notice { margin: 3px 0 8px; color: #999; }
.comments .comment-entry { position: relative; padding: 30px 0 30px 65px; }
.comments .comment-meta a { color: #363636; font-weight: normal; }
.comments .avatar { position: absolute; top: 28px; left: 0; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #ddd; }
.comments .comment-reply { padding-top: 10px; text-align: right; }
.comments .comment-reply a { display: inline-block; padding: 5px 10px; color: #fff; border-radius: 6px; background: #363636; font-weight: normal; }
.comments .comment-reply a:hover { text-decoration: none; opacity: .8; }

/*  Form Comment Respond  */

.comment-respond { width: 100%; padding-top: 30px; border-top: 1px solid #363636; }
.comment-respond h3 { position: relative; }
.comment-respond .required { color: #e40000; }
.comment-respond .comment-notes { padding-top: 15px; }
.comment-respond label { padding-bottom: 4px; display: block; }
.comment-respond input[type="text"],
.comment-respond textarea { display: block; width: 100%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; 
-webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box; 
        box-sizing: border-box;
}
.comment-respond input[type="text"]:focus { background: #fff; }
.comment-respond textarea { width: 100%; height: 100px; box-sizing: border-box; }
.comment-respond .form-submit input { display: block; width: 160px; height: 40px; border: 0; font-size: 14px; font-weight: bold; color: #fff; background: #363636; cursor: pointer; border-radius: 4px; }
.comment-respond .form-submit { transition: all .3s; }
.comment-respond .form-submit:hover { opacity: .8; }

/*  Paging  */

.paging { padding: 0 0 40px; text-align: center; }
.paging a { color: #757989; display: inline-block; padding: 0; width: 33px; height: 33px; line-height: 34px; text-align: center; font-size: 13px; border: 1px solid #888888; border-radius: 4px; }
.paging li { padding: 0 2px; }
.paging-label { padding-right: 10px; }
.paging ul,
.paging li { display: inline-block; vertical-align: top; }
.paging-first:before { content: '\00ab'; box-sizing: border-box; }
.paging-prev:before { content: '\2039'; box-sizing: border-box; }
.paging-next:before { content: '\203A'; box-sizing: border-box; }
.paging-last:before { content: '\00bb'; box-sizing: border-box; }
.paging .current a,
.paging a:hover { text-decoration: none; background: #000; border-color: #000; color: #fff; }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/*  Icons  */

.ico-instagram { background: url(images/ico-instagram.png) no-repeat 0 0; width: 42px; height: 41px; }
.ico-twitter { background: url(images/ico-twitter.png) no-repeat 0 0; width: 39px; height: 32px; }
.ico-facebook { background: url(images/ico-facebook.png) no-repeat 0 0; width: 25px; height: 41px; }

.ico-instagram,
.ico-twitter,
.ico-facebook { display: inline-block; vertical-align: middle; }

/*  Nav  */

.nav { position: relative; padding: 25px 12% 29px; z-index: 8; }

.nav .menu:nth-child(3) { float: left; }
.nav .menu:nth-child(4) { float: right; width: 37%; }
.nav p,
.nav .socials { display: none; }

.nav li { display: inline-block; position: relative; vertical-align: top; transition: all .3s; }
.nav li img { display: inline-block; }
.nav li p { display: inline-block; }
.nav li.menu-item-primary { margin-right: 40px; padding-top: 8px; }
.nav li.menu-item-secondary { padding-top: 22px; margin-right: 50px; }
.nav li.menu-item-secondary p { position: absolute; left: 4px; top: 33px; z-index: 9; }
.nav li.menu-item-teritary p { position: relative; top: 35px; right: 7px; }
.nav li.menu-item-quaternary { width: 24%; text-align: center; margin-right: 30px; }
.nav li.menu-item-quaternary { position: relative; }
.nav li.menu-item-quaternary p { position: absolute; top: 0; left: 0; line-height: 0.83;}
.nav li.menu-item-quinary { text-align: center; margin-right: 35px; }
.nav li.menu-item-quinary p { display: block; }
.nav li.menu-item-senary { width: 25%; }
.nav li.menu-item-senary img { float: left; }
.nav li.menu-item-senary p { margin-left: 40px; position: relative; top: -40px; margin-bottom: 8px; }
.nav a { display: block; color: #231f20; font-size: 18px; font-family: 'Page'; }
.nav li.curent-menu-item-has-children:hover { padding-bottom: 15px; }
.nav li:hover .sub-menu { opacity: 1; max-height: 200px; visibility: visible; }
.nav li:hover a img { opacity: .8; }

.nav .nav-trigger { display: none; width: 45px; height: 26px; position: relative; }
.nav-trigger span { position: absolute; display: block; height: 6px; width: 100%; background: #405037; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; }
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 12px; }
.nav-trigger span:nth-child(3) { top: 25px; }

.nav-trigger.active span { transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }
    
.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) { top: 12px; background: #fff; }

.nav-trigger.active span:nth-child(2) { opacity: 0; }
.nav-trigger.active span:nth-child(1) { transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) { transform: rotate(-45deg); }

.sub-menu { position: absolute; top: 100%; left: 15px; opacity: 0; visibility: hidden; max-height: 0; background: #de93b1; border-radius: 2px; box-shadow: 0 5px 5px rgba(1,2,2,.36); min-width: 176px; padding: 10px 15px; transition: all .3s; }
.sub-menu li { display: block; }
.sub-menu a { line-height: 1.5; }
.sub-menu a:hover { color: #fff; }

/*  Socials  */

.socials li { display: inline-block; padding: 0 5px; }
.socials a:hover { opacity: .8; }

/*  Slider  */

.article-secondary > img,
.slider-article { position: absolute; left: 0; top: 0px; z-index: 6; width: 33%; border: 8px solid #fff; box-shadow: 3px 4px 35px rgba(1,2,2,.75); 
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	
}
.slider-article .slide img { max-width: 100%; height: auto; width: 100%; margin-left:-2px; }

/*  Article Primary  */

.article-primary { text-align: center; padding: 0 12%; }
.article-primary img { max-width: 100%; height: auto; }
.article-primary h1 { color: #de93b1; line-height: 1.07; text-transform: none; margin-bottom: 6px; }
.article-primary p { color: #647653; line-height: 1.56; margin-bottom: 17px; }

/*  Article Secondary  */

.article-secondary { position: relative; padding: 20px 18% 0 39%; min-height: 345px; }
.article-secondary h1 { color: #de93b1; position: relative; margin-bottom: 45px; }
.article-secondary h1:before { content: ''; display: inline-block; position: absolute; left: -28px; bottom: -20px; background: url(images/article-title-before.png) no-repeat 0 0; width: 161px; height: 54px; z-index: 3; }
.article-secondary p { color: #323232; line-height: 1.56; }

/*  Section Links  */

.section-links { background: #de93b1; position: relative; margin-top: 95px; min-height: 165px; }
.section-links:before { content: ''; display: inline-block; position: absolute; left: 0; right: 0; top: -25px; background: url(images/section-border.png) repeat-x 0 0; width: 100%; height: 47px; }
.section-links li { font-family: 'Page'; display: inline-block; /*float: right; vertical-align: top; */position: absolute;  }
.section-links li a { position: absolute; z-index: 5; display: inline-block; font-size: 19px; color: #345416; text-transform: uppercase; text-align: center; max-width: 120px; }
.section-links li a:hover { color: #323232; }
.section-links li.link-first { left: 0; top: -80px; background: url(images/temp/links-bg1.png) no-repeat 0 0; width: 432px; height: 377px; }
.section-links li.link-first a { top: 60px; left: 47px; }
.section-links li.link-second { top: -80px; right: 193px; background: url(images/temp/links-bg2.png) no-repeat 0 0; width: 492px; height: 280px; }
.section-links li.link-second a { top: 42px; right: 84px; z-index: 5; }
.section-links li.link-third { right: -28px; top: -90px; background: url(images/temp/links-bg3.png) no-repeat 0 0; width: 456px; height: 349px; }
.section-links li.link-third a { top: 55px; right: 84px; }

/*  Section Options  */

.section-options { padding: 0 12%; color: #323232; line-height: 1.56; }
.section-options h2 { font-size: 37px; color: #a4c096; text-align: left; text-transform: none; }
.section-options p strong { font-weight: 700; margin-bottom: 5px; }
.page-template-default .section-options p { margin-bottom: 15px; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { display: inline-block; vertical-align: top; }
.logo img { max-width: 100%; height: auto; }

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

@media(max-width: 1024px){
	.shell { max-width: 1024px; padding: 0 20px; }
	.container { margin-bottom: 20px; }

	.nav { padding: 25px 5% 29px; }
	.nav .menu:nth-child(4) { width: 36%; }
	.nav li.menu-item-primary { margin-right: 30px; }
	.nav li.menu-item-secondary { margin-right: 30px; }
	.nav li.menu-item-quaternary { margin-right: 20px; }
	.nav li.menu-item-quinary { margin-right: 20px; }
	.nav li.menu-item-senary p { margin-left: 20px; }

	.article-secondary { padding: 20px 2% 0 56%; }
	.article-secondary img { left: 20px; max-width: 50%; }
	.slider-article { left: 20px; width: 45%; }
	.slider-article img { }

	.section-links { background: none; min-height: 0; margin: 20px 0 35px; position: relative; text-align: center;  }
	.section-links:before { display: none; }
	.section-links li { display: block; width: auto; margin-bottom: 9px; position: static; }
	.section-links li a { display: inline-block; position: static; max-width: 60%; width: 100%; border-radius: 18px; background-color: #efbf81; font-size: 25px; line-height: 1.6; }
	.section-links li a:hover { background: #a6c197; }
	.section-links li.link-first,
	.section-links li.link-second,
	.section-links li.link-third { background: none; left: 0; right: 0; height: auto; width: auto; }
	.section-links li.link-first a { padding: 0 8%; top: 0; left: 0; text-align: center; }
	.section-links li.link-second a { padding: 0 8%; top: 0; left: 0;}
	.section-links li.link-third a { padding: 0 8%; top: 0; left: 0;}
	.section-options { padding: 0 8%; }
	.widget_calendar td,
	.widget_calendar th { padding: 4px; font-size: 14px; }

}

@media(max-width: 767px){
	h1 { font-size: 33px; }
	h2 { font-size: 26px; }
	.shell { max-width: 767px; padding: 0 10px; }
	.header { padding: 5px 0; }
	.header .socials { display: none; }
	.header .logo { top: 21px; width: 50%; }
	.header p { display: none; color: #972b56; font-size: 22px; }

	.container { padding: 0 5%; padding-top: 180px; }

	.content,
	.sidebar { float: none; width: 100%; padding: 0; }
	.sidebar { margin-bottom: 10px; }

	.ico-facebook { background: url(images/ico-facebook-mobile.png) no-repeat 0 0; width: 25px; height: 41px; }
	.ico-twitter { background: url(images/ico-twitter-mobile.png) no-repeat 0 0; width: 39px; height: 32px; }
	.ico-instagram { background: url(images/ico-instagram-mobile.png) no-repeat 0 0; width: 42px; height: 41px; }

	.nav { padding:0; position: absolute; top: 25px; right: 35px; /*transition: all .3s;*/ z-index: 39; }
	.nav > p { display: none; margin-top: 14px; text-align: center; font-family: 'Page'; color: #972b56; font-size: 22px; }
	.nav .socials { float: left; display: none; margin-bottom: 10px; padding-left: 27px; }
	.nav .socials li { display: inline-block; width: auto; }
	.nav.show { background: #de93b1; width: 100%; height: 100%; top: 10px; right: 0; padding: 10px 0; }
	.nav.show p,
	.nav.show .menu,
	.nav.show .socials { display: block; float: none; width: 100%; }
	.nav.show .nav-trigger { position: absolute; right: 35px; top: 15px; margin-right: 0; }
	.nav .nav-trigger { display: inline-block; float: right; margin: 5px 0 20px 0; }
	.nav .menu { display: none; }
	.nav .menu:nth-child(3) { border-top: 1px solid #972b56; }
	.nav .menu:nth-child(4) { border-bottom: 1px solid #972b56; }
	.nav li { display: block; width: 100%; text-align: center; }
	.nav li:hover .sub-menu { opacity: 0; visibility: hidden; max-height: 0; }
	.nav li.active { background: #ea9aba; margin-bottom: 10px; }
	.nav li.active p { border-bottom: 1px solid #d07fa0; }
	.nav li.active .sub-menu { opacity: 1; visibility: visible; max-height: 900px; padding: 10px 15px; }
	.nav li.menu-item-priamary,
	.nav li.menu-item-quaternary,
	.nav li.menu-item-senary { width: 100%; display: block; }
	.nav li.menu-item-primary { padding-top: 0; }
	.nav li.menu-item-secondary { padding-top: 0; }
	.nav li.menu-item-secondary p { position: static; }
	.nav li.menu-item-teritary p { top: 0; right: auto; }
	.nav li.menu-item-quaternary p { position: static; line-height: 1.3; }
	.nav li.menu-item-senary p { top: 0; margin-left: 0; }
	.nav a { color: #fff; font-size: 33px; display: inline-block;  }
	.nav li img { display: none; }

	.sub-menu { top: 100%; background: #ea9aba; width: 100%; position: static; -webkit-box-shadow: none; box-shadow: none; padding: 0; }
	.sub-menu a { font-size: 25px; }

	.article-primary { padding: 0; }
	.article-primary p { margin-bottom: 13px; }

	.article-secondary { padding: 20px 0 10px; text-align: center; }
	.article-secondary h1 { margin-bottom: 30px; padding: 0 20%; }
	.article-secondary h1:before { left: 18%; }
	.article-secondary > img { position: static; display: inline-block; margin-bottom: 20px; max-width: 80%; }
	.slider-article { position: static; display: inline-block; margin-bottom: 20px; width: 60%; }
	.slider-article img { width: 100%; height: auto; }

	.section-options { padding: 0; text-align: center; }
	.section-options h2 { text-align: center; font-size: 29px; }
	.section-options li p { margin-bottom: 10px; }

	.section-links li a { max-width: 100%; }
	.footer p { font-size: 14px; }
	.footer .copyright { margin: 20px 0; }
	.footer-socials { display: block; padding-bottom: 20px; }

	.footer-socials .ico-facebook { background-image: url(images/ico-facebook-mobile-footer.png); }
	.footer-socials .ico-twitter { background-image: url(images/ico-twitter-mobile-footer.png); }
	.footer-socials .ico-instagram { background-image: url(images/ico-instagram-mobile-footer.png); }
}

@media(max-width: 480px){
	h2 { font-size: 21px; }
	.header .logo { width: 80%; }
	.nav p { font-size: 33px; }
	.nav > p:last-child { font-size: 22px; }
	.shell { max-width: 480px; padding: 0; }
	.container { padding: 190px 13px 0; }
	.article-primary { padding: 0; }
	.article-primary img { margin-bottom: 10px; max-width: 80%; }
	.article-secondary h1 { padding: 0 15%; }
	.article-secondary h1:before { left: 24%; }
	.gallery-columns-3 .gallery-item { width: 48%; }
	.section-comments p { font-size: 14px; }
	.section-comments h3 small { position: static; display: block; }
	.paging-label { display: block; }
	.paging a { width: 24px; height: 29px; line-height: 24px; }
	.footer .footer-nav { display: none; }
	.footer p { padding: 0 10%; line-height: 1.57; }
	.footer .copyright p { padding: 0 10%; line-height: 1.58; }
	.footer p span { display: none; }
	.footer p br { display: block; }
}

@media(max-width: 380px){
	.container { padding-top: 150px; }
	.container > h2 { padding: 0 8%; }
	.article-primary { padding: 10px 0; }
	.article-secondary h1:before { left: 16%; }
}


.tellink{ text-align: center; display: block; color: #36452e; }
.footer .tellink { display: inline; }

/******* /Walnut Beach Creamery WordPress CSS *******/