/*
Theme name: Son of a Butcher
Description: Custom Theme
*/

/******* Son of a Butcher WordPress CSS *******/

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

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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: #000; font-family: 'Gotham', sans-serif; font-size: 20px; line-height: 1.5; color: #d0a336; -webkit-font-smoothing:antialiased; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }

h1 { font-size: 80px; }
h2 { font-size: 160px; }
h3 { font-size: 50px; }
h4 { font-size: 30px; }
h5 { font-size: 22px; }
h6 { font-size: 20px; }

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; }


/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */

.wrapper { overflow: hidden; position: relative; min-height: 100%; top: 100%; }
.shell { max-width: 1680px; margin: 0 auto; position: relative; padding: 0 72px; }
.container { position: relative; background: #000; z-index: 0; }


/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; width: 166px; line-height: 63px; background: #fff; color: #000; font-weight: 800; text-transform: uppercase; text-align: center; }
.btn:hover { color: #fff; background: #d1a436; text-decoration: none; }
.btn {
	-webkit-transition: background .3s, color .3s; 
	     -o-transition: background .3s, color .3s; 
	        transition: background .3s, color .3s; 
}


/* ------------------------------------------------------------ *\
	Links
\* ------------------------------------------------------------ */

.link-close { display: block; position: absolute; top: 24px; right: 24px; width: 72px; height: 72px; border-radius: 50%; background: #000; z-index: 2; }
.link-close:after { width: 24px; height: 24px; position: absolute; top: 50%; left: 50%; margin-top: -12px; margin-left: -12px; background: url(images/ico-close.png) no-repeat 0 0; background-size: 24px 53px; content: ''; }
.link-close:hover { background: #fff; }
.link-close:hover:after { background-position: 0 -29px; }


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

.header { position: fixed; top: 0; left: 0; width: 100%; padding-top: 105px; z-index: 10; }
.header {
	-webkit-transition: background .3s, padding-top .3s; 
	     -o-transition: background .3s, padding-top .3s; 
	        transition: background .3s, padding-top .3s; 
}
.header.fixed { background: #fff; padding-top: 96px; }
.header.fixed .nav ul { top: 38px; }
.header.fixed .nav ul li a { color: #000; }
.header.fixed .nav ul:first-child { margin-right: 60px; }
.header.fixed .nav ul:last-child { margin-left: 60px; }
.header.fixed .logo { width: 67px; height: 67px; top: 15px; background-image: url(images/logo-collapsed.png); }

.logo { position: absolute; top: 35px; left: 50%; background: url(images/new-logo.png) no-repeat 0 0; width: 169px; height: 169px; background-size: contain; display: block; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.logo {
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transition: width .3s, height .3s, top .3s; 
	     -o-transition: width .3s, height .3s, top .3s; 
	        transition: width .3s, height .3s, top .3s; 
	-webkit-transform: translateX(-50%); 
	    -ms-transform: translateX(-50%); 
	     -o-transform: translateX(-50%); 
	        transform: translateX(-50%); 
}


/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { text-align: center; }
.nav ul { list-style: none outside none; position: absolute; top: 105px; font-size: 0; }
.nav ul {
	-webkit-transition: top .3s; 
	     -o-transition: top .3s; 
	        transition: top .3s; 
}
.nav ul li { display: inline-block; padding: 0 23px; }
.nav ul li a { display: block; text-transform: uppercase; color: #fff; font-weight: 500; position: relative; font-size: 20px; }
.nav ul li a:after { position: absolute; bottom: 0; left: 50%; margin-left: -22px; background: url(images/knife-yellow.png) no-repeat 0 0; width: 44px; height: 5px; background-size: contain; opacity: 0; content: ''; }
.nav ul li a:after {
	-webkit-transition: bottom .3s, opacity .3s; 
	     -o-transition: bottom .3s, opacity .3s; 
	        transition: bottom .3s, opacity .3s; 
}
.nav ul .current-menu-item a:after,
.nav ul li a:hover:after { bottom: -10px; opacity: 1; }
.nav ul li a:hover { text-decoration: none; }
.nav ul:first-child { right: 50%; margin-right: 112px; }
.nav ul:last-child { left: 50%; margin-left: 112px; }

/*  Nav Trigger  */
.nav-trigger { position: absolute; top: 84px; right: 72px; display: none; width: 72px; height: 72px; border-radius: 50%; background: #fff; }
.nav-trigger span { position: absolute; display: block; height: 2px; width: 32px; left: 50%; margin-left: -16px; background: #d0a336; border-radius: 1px; }
.nav-trigger span {
	-webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; 
	     -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; 
	        transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; 
}
.nav-trigger span:nth-child(1) { top: 27px; }
.nav-trigger span:nth-child(2) { top: 35px; }
.nav-trigger span:nth-child(3) { top: 43px; }

.nav-trigger.active span {
	-webkit-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; 
	     -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; 
	        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: 35px; }

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


/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider { }
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item,
.slider .slider-clip,
.slider .slides,
.slider .slide { width: 100%; height: 100%; overflow: hidden; position: relative; }
.slider .slide { background-repeat: no-repeat; background-position: center center; background-size: cover; }
.slider .slide-image { width: 59.23%; max-width: 985px; position: absolute; top: 60%; left: 50%; opacity: 0; z-index: 1; }
.slider .slide-image img { width: 100%; height: auto; }
.slider .slide-image {
	-webkit-transition: top .5s .6s, opacity .5s .6s; 
	     -o-transition: top .5s .6s, opacity .5s .6s; 
	        transition: top .5s .6s, opacity .5s .6s; 
	-webkit-transform: translate(-50%, -50%); 
	    -ms-transform: translate(-50%, -50%); 
	     -o-transform: translate(-50%, -50%); 
	        transform: translate(-50%, -50%); 
}
.slider.loaded .slide-image { top: 52.5%; opacity: 1; }
.slider .owl-dots { position: absolute; bottom: 40px; left: 50%; }
.slider .owl-dots {
	-webkit-transform: translateX(-50%); 
	    -ms-transform: translateX(-50%); 
	     -o-transform: translateX(-50%); 
	        transform: translateX(-50%); 
}
.slider .owl-dot { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #fff; }
.slider .owl-dot {
	-webkit-transition: background .3s; 
	     -o-transition: background .3s; 
	        transition: background .3s; 
}
.slider .owl-dot + .owl-dot { margin-left: 3px; }
.slider .owl-dot.active,
.slider .owl-dot:hover { background: #cea135; }
.owl-carousel .owl-item { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0); }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { width: 100%; height: 100%; overflow: hidden; position: fixed; top: 0; left: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: -1; }
.intro-content { width: 43%; max-width: 785px; position: absolute; top: 55%; left: 50%; opacity: 0; z-index: 1; text-align: center; color: #fff; }
.intro-title { font-weight: 800; font-size: 100px; text-transform: uppercase; line-height: 1.2; }
.intro-content {
	-webkit-transition: top .5s .6s, opacity .5s .6s; 
	     -o-transition: top .5s .6s, opacity .5s .6s; 
	        transition: top .5s .6s, opacity .5s .6s; 
	-webkit-transform: translate(-50%, -50%); 
	    -ms-transform: translate(-50%, -50%); 
	     -o-transform: translate(-50%, -50%); 
	        transform: translate(-50%, -50%); 
}
.intro.loaded .intro-content { top: 50%; opacity: 1; }

/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */

.section { padding-top: 72px; }
.section-title { line-height: 1; color: #fff; font-weight: 800; text-transform: uppercase; position: relative; z-index: 1; width: 130%; }
.section-head { display: none; }
.section-body { position: relative; overflow: hidden; }

.section .section-image,
.section .section-content { float: left; width: 50%; }

.section .section-content { padding-left: 70px; padding-top: 45px; }
.section .section-content .section-title { width: 130%; margin-bottom: 45px; }
.section .section-content .section-title img { margin: -75px 0 0 7%; }
.section .section-entry { width: 79%; }
.section .section-entry p { margin-bottom: 30px; }
.section .section-entry .btn { margin-top: 10px; }

.section .section-image { float: right; background-repeat: no-repeat; background-position: center center; background-size: cover; padding-bottom: 75.3%; position: relative; }
.section .section-image-alt { padding-bottom: 70.9%; }
.section .section-iframe { position: absolute; top: 50%; left: 0; width: 100%; padding-bottom: 56.25%; }
.section .section-iframe {
	-webkit-transform: translateY(-50%); 
	    -ms-transform: translateY(-50%); 
	     -o-transform: translateY(-50%); 
	        transform: translateY(-50%); 
}
.section .section-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*  Section Menu  */
.section-menu { padding-top: 120px; background: #fff; }
.section-menu .section-head { display: block; margin-bottom: 86px; }
.section-menu .section-head .section-title { width: 100%; z-index: 4; text-align: center; color: #000; margin-left: 10px; letter-spacing: -0.015em; }
.section-menu .section-head img { position: absolute; top: 49%; right: 48px; z-index: 5; }
.section-menu .section-body .shell { max-width: 1536px; }

.section-meals { margin: 0 -12px 96px; overflow: hidden; position: relative; padding-top: 168px; }
.section-meals:last-of-type { margin-bottom: 100px; }
.section-meals .section-logo { text-align: center; width: 336px; height: 336px; border: 24px solid #fff; border-radius: 50%; background: url(images/meal-logo.jpg) no-repeat center center; background-size: contain; position: absolute; top: 0; left: 50%; }
.section-meals .section-logo {
	-webkit-transform: translateX(-50%); 
	    -ms-transform: translateX(-50%); 
	     -o-transform: translateX(-50%); 
	        transform: translateX(-50%); 
}
.section-meals .section-logo h3 { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; font-family: 'Swistblnk Monthoers', sans-serif; font-size: 60px; text-transform: lowercase; color: #000; letter-spacing: 0.01em; }
.section-meals .section-logo h3 {
	-webkit-transform: translateY(-50%); 
	    -ms-transform: translateY(-50%); 
	     -o-transform: translateY(-50%); 
	        transform: translateY(-50%); 
}
.section-meal { padding: 0 12px; width: 50%; float: left; margin-bottom: 24px; }
.section-meal .section-inner { border-radius: 24px; overflow: hidden; }
.section-meal .section-image { padding-bottom: 66%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.section-meal .section-content { background: #000; color: #fff; text-align: center; padding: 60px 10%; }
.section-meal .section-content h3 { font-family: 'Swistblnk Monthoers', sans-serif; font-size: 60px; text-transform: lowercase; letter-spacing: 0.01em; line-height: 1.2; }

.section-meal .section-content h5 { font-family: 'Swistblnk Monthoers', sans-serif; font-size: 30px; text-transform: lowercase; letter-spacing: 0.01em; line-height: 1.2 }

.section-meal .section-content h6 { font-weight: 800; text-transform: uppercase; line-height: 1.5; margin-bottom: 8px; }
.section-meal .section-content p { min-height: 90px; }

/*  Section Contacts  */
.section-contacts { padding: 72px 0; }
.section-contacts .section-map { width: 100%; height: 578px; margin-bottom: -100px; }
.section-contacts .section-map .googlemap { width: 100%; height: 100%; }
.section-contacts .section-content { padding-left: 70px; opacity: 0; position: relative; }
.section-contacts .section-content {
	-webkit-transition: transform .5s 1s, opacity .5s 1s;
	     -o-transition: transform .5s 1s, opacity .5s 1s;
	        transition: transform .5s 1s, opacity .5s 1s;
	-webkit-transform: translateY(30%); 
	    -ms-transform: translateY(30%); 
	     -o-transform: translateY(30%); 
	        transform: translateY(30%); 
}
.section-contacts.active .section-content { opacity: 1; }
.section-contacts.active .section-content {
	-webkit-transform: translateY(0); 
	    -ms-transform: translateY(0); 
	     -o-transform: translateY(0); 
	        transform: translateY(0); 
}
.section-contacts .section-title { margin-bottom: 40px; }
.section-contacts .section-entry { overflow: hidden; }
.section-contacts .section-entry h4,
.section-contacts .section-entry h3 { color: #fff; font-weight: 800; text-transform: uppercase; line-height: 1.2; margin-bottom: 28px; }
.section-contacts .section-entry h4 { line-height: 1.33; }
.section-contacts .section-entry a { color: #d0a336; }

.list-contacts { list-style: none outside none; width: 540px; overflow: hidden; margin-bottom: 30px; }
.list-contacts li:nth-child(odd) { float: left; width: 21%; color: #fff; }
.list-contacts li:nth-child(even) { overflow: hidden; }

.list-hours { list-style: none outside none; width: 320px; overflow: hidden; margin-bottom: 30px; margin-right: 35px; float: left; }
.list-hours li:nth-child(odd) { float: left; width: 39%; color: #fff; }
.list-hours li:nth-child(even) { overflow: hidden; }

/*  Copyright  */
.copyright { color: #fff; font-size: 15px; margin-top: 30px; }

/*  Footer Logo  */
.footer-logo { position: absolute; right: 72px; bottom: 5px; background: url(images/footer-logo.png) no-repeat 0 0; width: 475px; height: 309px; display: block; text-indent: -9999px; white-space: nowrap; overflow: hidden; }

/*  Socials  */
.socials { margin: 28px 0 57px; }
.socials ul { list-style: none outside none; }
.socials ul li { display: inline-block; margin-right: 8px; }
.socials ul li a { display: block; }
.socials ul li a {
	-webkit-transition: opacity .3s; 
	     -o-transition: opacity .3s; 
	        transition: opacity .3s; 
}
.socials ul li a:hover { opacity: .8; }

.page-title { border-bottom: 1px dotted #d0a336; padding-bottom: 40px; margin-bottom: 40px; }

.default-page { padding-bottom: 40px; }
.default-page a { color: #fff; }
.default-page p { padding-bottom: 30px; }

.default-page h1 { font-size: 48px; line-height: 60px; }
.default-page h2 { font-size: 42px; line-height: 54px; }
.default-page h3 { font-size: 36px; line-height: 42px; }
.default-page h4 { font-size: 30px; line-height: 36px; }
.default-page h5 { font-size: 24px; line-height: 28px; }
.default-page h6 { font-size: 20px; line-height: 24px; }

.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4,
.default-page h5,
.default-page h6 { line-height: 1.3; }
.default-page ul { list-style: disc inside; padding-bottom: 10px; }
.default-page ul ul { list-style: circle inside; padding: 0 0 0 15px; }
.default-page ol { list-style: decimal inside; padding-bottom: 10px; }
.default-page ol ol { list-style: lower-latin inside; padding: 0 0 0 20px; }
.default-page img.alignleft { margin: 0 10px 10px 0; }
.default-page img.alignright { margin: 0 0 10px 10px; }

.commentlist { padding-top: 10px; }
.commentlist { padding-top: 10px; }
.commentlist .children { padding-left: 25px; }
.commentlist li { list-style: none; }
.commentlist label { display: block; padding-bottom: 5px; }
.commentlist .comment-author img { vertical-align: middle; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-text,
.commentlist .comment-reply { padding-bottom: 10px; }

#respond label { display: block; padding-bottom: 5px; }
#respond h3 { padding-bottom: 5px; }
#respond p,
#respond .logged-in-as { padding-bottom: 5px; }

ol.articles,
ol.comments,
ol.comments .children { list-style: none; }
ol.comments .children { padding: 70px 0 0 70px; }

input[type="text"],
textarea { padding: 5px 10px; }
input[type="submit"] { padding: 5px 10px; border: 0; color: #000; background: #fff; }

.section-comments > h3 { padding-bottom: 20px; }
.comment-respond { padding-top: 50px; }

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

@media(max-width: 1679px){
	body { font-size: 15px; }
	h2 { font-size: 120px; }
	h3 { font-size: 37px; }
	h4 { font-size: 22px; }
	h6 { font-size: 15px; }

	.btn { width: 125px; line-height: 50px; }
	
	.header.fixed { padding-top: 72px; }
	.header.fixed .logo { width: 50px; height: 50px; top: 11px; }
	.header.fixed .nav ul { top: 24px; }
	.header.fixed .nav ul:first-child { margin-right: 36px; }
	.header.fixed .nav ul:last-child { margin-left: 37px; }

	.logo { width: 127px; height: 127px; top: 25px; }
	.nav ul { top: 77px; }
	.nav ul:first-child { margin-right: 88px; }
	.nav ul:last-child { margin-left: 82px; }
	.nav ul li { padding: 0 17px; }
	.nav ul li a { font-size: 15px; }
	.nav ul li a:after { width: 33px; height: 4px; margin-left: -16px; }

	.intro-content { font-size: 15px; width: 46%; }
	.intro-title { font-size: 75px; }

	.section { padding-top: 54px; }
	.section .section-content { padding-left: 45px; padding-top: 35px; }
	.section .section-content .section-title { margin-bottom: 32px; }
	.section .section-content .section-title img { margin: -50px 0 0 7%; width: 271px; height: auto; }
	.section .section-entry p { margin-bottom: 24px; }
	.section .section-image { padding-bottom: 76.5%; }

	.section-menu { padding-top: 84px; }
	.section-menu .section-head { margin-bottom: 75px; }
	.section-menu .section-head img { width: 272px; height: auto; }
	.section-menu .section-body .shell { padding: 0 118px; }
	.section-meals { padding-top: 120px; margin: 0 -9px 78px; }
	.section-meals:last-of-type { margin-bottom: 74px; }
	.section-meals .section-logo { border-width: 12px; width: 240px; height: 240px; }
	.section-meals .section-logo h3 { font-size: 45px; }
	.section-meal { padding: 0 9px; margin-bottom: 18px; }
	.section-meal .section-content { padding: 44px 10%; }
	.section-meal .section-content h3 { font-size: 45px; }
	.section-meal .section-content p { min-height: 68px; }

	.section-contacts { padding: 55px 0; }
	.section-contacts .shell { padding: 0 65px; }
	.section-contacts .section-map { height: 433px; margin-bottom: -75px; }
	.section-contacts .section-title { margin-bottom: 30px; }
	.section-contacts .section-content { padding-left: 52px; }
	.section-contacts .section-entry h3,
	.section-contacts .section-entry h4 { margin-bottom: 24px; }

	.list-contacts { width: 390px; margin-bottom: 25px; }
	.list-hours { width: 240px; margin-bottom: 15px; margin-right: 25px; }

	.footer-logo { right: 52px; width: 356px; height: 232px; background-size: contain; }

	.socials img { max-width: 36px; max-height: 36px; width: auto; height: auto; }
	.copyright { font-size: 11px; }
}

@media(max-width: 1024px){
	h2 { font-size: 100px; }

	.btn { width: 165px; line-height: 65px; font-size: 20px; }

	.logo { top: 57px; }
	.header { -webkit-backface-visibility: hidden; backface-visibility: hidden; }
	.nav-trigger { display: block; z-index: 2; }
	.nav { position: absolute; top: 0; left: 0; width: 100%; background: #000; opacity: 0; visibility: hidden; }
	.nav.active { opacity: 1; visibility: visible; }
	.nav {
		-webkit-transition: opacity .5s, visibility .5s;
		     -o-transition: opacity .5s, visibility .5s;
		        transition: opacity .5s, visibility .5s;
	}
	.nav-inner { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; }
	.nav-inner {
		-webkit-transform: translateY(-50%); 
		    -ms-transform: translateY(-50%); 
		     -o-transform: translateY(-50%); 
		        transform: translateY(-50%); 
	}
	.nav ul { position: static; margin-left: 0 !important; margin-right: 0 !important; }
	.nav ul li { padding: 0; display: block; }
	.nav ul li a { line-height: 60px; font-size: 20px; }
	.nav ul .current-menu-item a:after,
	.nav ul li a:hover:after { bottom: 0; }
	.nav ul li a:after { width: 44px; height: 5px; margin-left: -22px; }
	.header.fixed { background-color: transparent; }
	.header.fixed .nav ul li a { color: #fff; }
	.header.fixed .nav-trigger { top: 14px; }
	.header.fixed .logo { top: 10px; background-image: url(images/new-logo.png); width: 80px; height: 80px; }

	.intro.loaded .intro-content { top: 36%; width: 81%; }

	.section { padding-top: 70px; }
	.section .section-head { display: block; margin: -15px 0 -57px; }
	.section .section-head .section-title img { width: 271px; height: auto; margin-top: -60px; }
	.section-title { width: 100%; }
	.section .section-image,
	.section .section-content { width: 100%; }
	.section .section-image { padding-bottom: 151.15%; margin-bottom: 65px; }
	.section .section-content { padding-left: 0; padding-top: 0; padding-bottom: 35px; }
	.section .section-content .section-title { display: none; }
	.section .section-entry { width: 100%; }
	.section .section-entry .btn { margin-top: 20px; }
	
	.section-menu { padding-top: 54px; }
	.section-menu .section-head { margin-bottom: 50px; }
	.section-menu .section-head .section-title { margin-left: 0; }
	.section-menu .section-head img { top: 35%; right: -25px; }
	.section-menu .section-body .shell { padding: 0 70px; }
	
	.section-meals { margin-bottom: 47px; }
	.section-meals:last-of-type { margin-bottom: 63px; }
	.section-meal { margin-bottom: 12px; }
	.section-meal .section-content { padding: 12px 7%; }
	.section-meal .section-content p { min-height: 110px; }

	.item-inner h3 { font-size: 20px; }
	.item-inner h3:after { margin-left: -28px; width: 56px; height: 6px; }
	.item-entry { padding-left: 45px; width: 40%; }
	
	.section-contacts { padding: 27px 0; }
	.section-contacts .shell { padding: 0 72px; }
	.section-contacts .section-map { height: 235px; margin-bottom: -55px; }
	.section-contacts .section-title { margin-bottom: 42px; }
	.section-contacts .section-entry h3 br { display: none; }
	.section-contacts .section-content { padding-left: 0; }
	.section-contacts .section-entry h3,
	.section-contacts .section-entry h4 { margin-bottom: 35px; }
	.list-contacts { width: 430px; margin-bottom: 35px; }
	.list-hours { margin-bottom: 17px; margin-right: 22px; }
	.list-hours + .list-hours { margin-right: 0; }

	.footer-logo { width: 356px; height: 232px; position: static; margin-top: 10px; }
	.copyright { margin-top: 45px; }
}

@media(max-width: 969px){
	.intro.loaded .intro-content { top: 32%; }
}

@media(max-width: 767px){
	body { font-size: 15px; line-height: 1.67; }

	h1 { font-size: 36px; }
	h2 { font-size: 40px; }
	h3 { font-size: 20px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 15px; }
	
	.wrapper { top: 0; }
	.section-contacts .shell,
	.shell { padding: 0 24px; }

	.btn { width: 127px; line-height: 48px; }

	.logo { top: 24px; left: 24px; width: 72px; height: 72px; }
	.logo {
		-webkit-transform: translateX(0); 
		    -ms-transform: translateX(0); 
		     -o-transform: translateX(0); 
		        transform: translateX(0); 
	}
	.nav-trigger { top: 24px; right: 24px; }
	
	.intro { position: relative; }
	.intro.loaded .intro-content { top: 40.5%; width: 85%; line-height: 1.5; }
	.intro-title { font-size: 30px; margin-bottom: 14px; }

	.section { padding-top: 24px; }
	.section .section-head { margin: -5px 0 -20px; }
	.section .section-head .section-title img { width: 164px; height: auto; margin-top: 0; position: absolute; top: 44px; right: -39px; }
	.section .section-image { margin-bottom: 20px; }
	.section .section-content { padding-bottom: 0; }
	.section .section-entry p { margin-bottom: 24px; }
	.section .section-entry .btn { margin-top: -7px; }

	.section-menu { padding-top: 20px; margin-top: -10px; }
	.section-menu .section-head { margin-bottom: 5px; }
	.section-menu .section-head img { top: 55px; right: -15px; width: 164px; }
	.section-menu .section-body .shell { padding: 0 8px; }
	.section-meals { padding-top: 144px; margin-bottom: 7px; }
	.section-meals:last-of-type { margin-bottom: 24px; }
	.section-meals .section-logo { width: 168px; height: 168px; }
	.section-meals .section-logo h3 { font-size: 30px; }
	.section-meal { width: 100%; margin-bottom: 7px; }
	.section-meal .section-content { line-height: 1.5; }

	.section-contacts { padding: 24px 0; }
	.section-contacts .section-map { height: 103px; margin-bottom: -20px; }
	.section-contacts .section-title { margin-bottom: 12px; }
	.section-contacts .section-entry h3 { margin-bottom: 9px; line-height: 1.5; }
	.section-contacts .section-entry h4 { margin-bottom: 15px; line-height: 1; }
	
	.list-contacts { width: 100%; margin-bottom: 14px; }
	.list-contacts li:nth-child(odd) { float: none; display: block; width: 100%; }
	.list-hours { width: 100%; float: none; margin-bottom: 0; }
	.list-hours li:nth-child(odd) { width: 31%; }

	.socials { margin: 15px 0 48px; }
	.footer-logo { width: 272px; height: 176px; margin-left: auto; margin-right: auto; }
	.copyright { font-size: 12px; line-height: 1.75; }
	.copyright span { display: block; }
}

/******* /Son of a Butcher WordPress CSS *******/