/*
Theme Name: PayMon
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.js .tmce-active .wp-editor-area {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {

	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}
body {
	font-family: 'Merriweather', serif;
}
.contact-top-bar-location {
	padding: 0 25px;
}
.contact-top-bar-contact {
	padding: 0 15px 0 20px;
}
.contact-top-bar-contact a {
	color: white;
}
.contact-top-bar-content {
	text-align: center;
	background-color: #0E2A10;
    color: #FFF;
    padding: 5px 0 5px 0;
}
header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background:#193d1c;
	border-bottom:3px solid #0e2a10;
	border-top: 3px solid #0e2a10;
}

nav ul {
	padding:0;
	margin:0;
}
nav  {margin:0;}
nav li{
	display: inline-block;
	padding: 30px 15px;
}

nav li:nth-child(4) {
	padding-right: 165px;
}

nav li:nth-child(5) {
	padding-left: 165px;
}
nav li a {
	font-size:13px;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
.main-content {
	background:rgba(0, 0, 0, 0) url("images/bg-main.jpg") no-repeat scroll center top / cover ;
	/*padding-top:70px;*/
	padding-bottom:100px;
}
.main-content-padding{
	padding-top:70px;
}
.logo {
    height: 180px;
    left: 50%;
    margin-left: -115px;
    position: absolute;
    top: 0;
    width: 230px;
	z-index:99999
}
.event-box {
    margin: 30px auto 70px;
    width: 990px;
	position:relative;
	padding-top:50px;
}
.box-content {
	border:3px solid #c5bda4;
	background:#faf3e1;
	padding:60px;
	text-align:center;
}
.event-box .box-content {
	padding-right:160px;
	width:712px;
	float:left;
}
.event-box img {
	position:absolute;
	right:0;
	top:0;
}
.box-content h3 {
    color: #0e2a10;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.box-content p{
	color:#5f5a49;
	font-size:14px;
	margin-bottom:50px;
}
.line {
	width:130px;
	height:3px;
	background:#c5bda4;
	margin: 15px auto;
}
.btn-box {
	border:3px solid #c5bda4;
	color:#5f5a49;
	font-weight:bold;
	font-size:16px;
	padding:15px 45px;
	text-transform: uppercase;
	line-height:1;
	font-family: 'Lato', sans-serif;
}
.cate-box {
    margin: 0 auto 70px;
    width: 877px;
	position:relative;
	padding-top:50px;
}
.cate-box .box-content {
	padding-left:195px;
	width:585px;
	float:right;
	padding-right:30px;
}
.cate-box img {
	position:absolute;
	left:0;
	top:0;
}
.spices-box {
    margin: 0 auto 70px;
    width: 810px;
	position:relative;
	padding-top:50px;
}
.spices-box .box-content {
	padding-right:225px;
	width:615px;
	float:left;
	padding-left:30px;
}
.spices-box img {
	position:absolute;
	right:0;
	top:0;
}
.location {
    background: rgba(0, 0, 0, 0) url("images/location-bg.jpg") no-repeat scroll 0 0 / cover;
    padding-top: 0;
    position: relative;
	padding-bottom:0;
}
.top-title {
    background: rgba(0, 0, 0, 0) url("images/location-title.png") no-repeat scroll 0 0;
    color: #eab433;
    font-size: 30px;
    font-weight: bold;
    left: 50%;
    margin-left: -108px;
    padding: 59px 0;
    position: absolute;
    text-align: center;
    top: -80px;
    width: 216px;
}
.col-location.left{ 
	background: rgba(85, 50, 14, 0.8)
}
.col-location.right {
	background: rgba(39, 18, 31, 0.8)
}
.col-location {
	padding-top:70px;
	width:50%;
	padding-left:150px;
	color:#fff;
	float:left;
	padding-bottom:30px;
}
.col-location a {
	font-size:14px;
	color:#fff;
	text-decoration:underline;
}
.col-location p {
	font-size:24px;
	margin-bottom:40px;
	font-family:Open Sans
}
.col-location p span {
	font-size:14px;
}
.col-location p.time {
	margin-bottom:15px;
	font-size:18px;
}
.content-slider {
    background: rgba(0, 0, 0, 0) url("images/content-slider.png") scroll 0 0;
    border: 3px solid;
    bottom: 100px;
    left: 50%;
    margin-left: -485px;
    position: absolute;
    width: 970px;
    z-index: 9999;
}
.left-slider {
	width:390px;
	float:left;
	text-align:center;
}
.left-slider h1 {
    font-size: 38px;
    color: #fff;
    border-right: 3px solid #4a1131;
}
.left-slider h3 {
	font-size:38px;
	color:#fff;
	border-right:3px solid #4a1131
}
.right-slider {
	width:574px;
	float:right;
	text-align:center;
}
.right-slider p {
	font-size:18px;
	color:#fff;
	padding:45px 0;
	margin:0;
}
.social-bar {
	background:#0e2a10;
	padding:15px 0;
}
.social-bar ul {
	padding:0;
	margin:0;
	text-align:center;
}
.social-bar ul li {
	display:inline-block;
	padding:0 15px;
}
.social-bar ul li a {
	display:block;
	width:35px;
	height:35px;
	border:3px solid;
	border-radius:50px;
	color:#2b6a30;
	font-size:20px;
}
.delivery-bar {
	background-color:#2e4c2a;
    background-image: url(images/bg-delivery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
	padding-top:40px;
    padding-bottom: 20px;
    text-align: center;
    color: #e7fee9;
}
.delivery-bar .container {
	background-image: url();
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
}
.delivery-bar h3{
    color: #e7fee9;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.delivery-bar h4{
    color: #e7fee9;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}
.delivery-bar .btn-box{
    color: inherit;
    font-weight: bold;
    padding: 10px;
    display: block;
    max-width: 200px;
    margin: auto;
    border-color:#2b6a30;
}
.delivery-bar .btn-box:hover{
    background-color: #1b3118;
    text-decoration: none;
}
.delivery-bar .column-last{
    border-left:4px solid #0e2a10;
}
.title-bar {
	position:relative;
}
.title-bar img {
	width:100%;
	height:auto;
}
.title-bar h3 {
	color:#fff;
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:140px;
	font-size:38px;
	margin:0;
	width:100%;
}
.widget  {
	width:220px;
	margin:0 auto;
	border:3px solid #c2bba4;
	background:#faf3e0;
	padding:40px 0;
	text-align:center;
}

.blog-sidebar .widget {
    background: none;
    text-align: left;
    width: auto;
    border: 0;
}

.blog-sidebar .widget a {
    color: #3479b7;
}

.single-post .content-page {
    padding-top: 30px;
}

.widget  a {
	color:#0e2a10;
	font-size:20px;
}
.line-sidebar {
	width:50px;
	height:2px; 
	background:#c2bba4;
	margin:15px auto;
}
.content-page {
	width:670px;
}
.content-page h3, .content-page-no-sidebar h3 {
	font-size:38px;
	color:#0e2a10;
	margin:0;
}
.menu-title h1 {
	font-size:38px;
	color:#0e2a10;
}
.content-page p, .content-page-no-sidebar p {
	font-size:15px;
	color:#000000;
}
.line-page {
	width:130px;
	height:4px;
	background:#2b6a30;
	margin:20px 0;
}
img.alignright  {
	float:right;
}
img.alignleft {
	float:left;
}
.menu-box > img {
	display:block;
	width:100%;
	height:auto;
}
.menu-content {
	border:3px solid #c2bba4;
	background:#faf3e0;
	border-top:none;
	text-align:center;
	padding:20px;
	position:relative;
	margin-bottom:0px;
}
.menu-content h3 {
	margin-top:0;
	font-size:17px;
	font-weight:bold;
	color:#0e2a10;
}
.menu-content p {
	color:#5f5a49;
	font-size:14px;
}
.menu-content .sub-title{
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#464235;
}
.menu-content .price {
	font-size:19px;
	font-weight:bold;
	margin:0;
	color:#5f5a49;
}
.sub-title p{
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#464235;
}
.price p {
	font-size:19px;
	font-weight:bold;
	margin:0;
	color:#5f5a49;
}
.menu-content .vegan {
	position:relative;
}
.vegan {
	display: inline-block;
	margin-bottom: 15px;	
}
.bottom-menu {
	text-align:center;
	margin-bottom:60px;
}
.sort-bar {
	text-align:center;
	background:#0e2a10;
	padding:20px 0;
}
.sort-bar label {
	display:inline-block;
	font-size:15.5px;
	color:#2b6a30;
	margin-right:20px;
	font-family: 'Lato', sans-serif;
	font-style:italic;
}
.sort-bar select {
	display:inline-block;
	width:380px;
	height:40px;
	padding:5px;
	font-size:15px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	color:#0e2a10;
	/*background:url(images/arrow-select.png) no-repeat center right #fff;*/
	border:1px solid #2b6a30;
	webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
.footer-widget {
	background:#360812;
	color:#fff;
	padding:50px 0;
}
.footer-widget .widget-title {
	margin-top:0;
	font-size:15px;
	font-weight:bold;
}
.footer-widget p {
	font-size:12px;
	font-family:open sans;
}
.footer-widget ul {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-widget ul.menu li a {
	color:#fff;
	font-size:12px;
	font-family:open sans;
	font-weight:bold;
}
.footer-widget .social li {
	display:inline-block;
}
.footer-widget .social li a{
	display:block;
	width:36px;
	height:36px;
	text-align:center;
	color:#fff;
	font-size:20px;
	border:3px solid;
	border-radius:40px;
	margin-right: 15px;
}
.newsletter .newsletter-input {
	display:block;
	width:100%;
	height:30px;
	padding:0 10px;
	color:#000;
	margin-bottom:15px;
}
.btn-newsletter {
	background:#670e30;
	border:none;
	border-radius:5px;
	color:#fff;
	padding:5px 15px;
}
.copyright {
	background:#2e060f;
	padding:20px 0;
}
.copyright p {
	margin:0;
	font-size:11px;
	color:#ffdee5;
	font-family:open sans;
}
.content-page-list-post {
	
}
.box-post {
	border-bottom: 1px solid #ebebeb;
	float: left;
	padding-top: 30px;
	width: 100%;
}
.box-post:last-of-type{
	border-bottom: none;
}
.wp-pagenavi { 
	float: right;
    margin-top: 20px;	
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #360812;
    color: #360812;
}
.wp-pagenavi a {
	text-decoration: none;
}
@media screen and (max-width: 1030px) {
	.event-box {
		width:100%;
	}
	.content-slider {
		margin-left: -40%;
		width: 80%;
	}
	.left-slider {
		width: 100%;
	}
	.right-slider {
		width: 100%;
	}
	.flex-direction-nav .flex-prev {
		left: 7.5%;
		margin-left:0;
	}
	.flex-direction-nav .flex-next {
		right: 7.5%;
		margin-right:0;
	}
	header {
		height:70px;
	}
}
@media screen and (max-width: 1024px) {
	nav li:nth-child(5) {
		padding-left: 120px;
	}
	nav li:nth-child(4) {
		padding-right: 120px;
	}
}
@media screen and (max-width: 980px){
	.event-box .box-content {
		float: none;
		padding-right: 60px;
		width: 100%;
	}
	.img-box {
		margin-bottom: 10px;
		text-align: center;
	}
	.cate-box {
		width:100%;
	}
	.cate-box .box-content {
		float: right;
		padding: 60px;
		width: 100%;
	}
	.cate-box img,.event-box img,.spices-box img {
		left: 0;
		position: inherit;
		top: 0;
	}
	.spices-box {
		width: 100%;
	}
	.spices-box .box-content {
		float: right;
		padding: 60px;
		width: 100%;
	}
	.col-location {
		padding-top:90px;
	}
	.location {
		background: rgba(0, 0, 0, 0) url("images/location-bg.jpg") no-repeat scroll center center / cover ;
		padding-bottom: 0;
		padding-top: 0;
		position: relative;
	}
	nav li:nth-child(3){
		padding-right:130px;
	}
	nav li:nth-child(4){
		padding-left:130px;
	}
	.title-bar h3 {
		bottom:40px;
	}
	.content-page {
		width: 100%;
	}
	.widget {
		width:100%;
		margin-bottom:20px;
	}
	.bottom-menu img {
		width:100%;
	}
}
@media screen and (max-width: 950px){
	.left-slider h3 {
		font-size:20px;
	}
	.right-slider p {
		color: #fff;
		font-size: 12px;
		margin: 0;
		padding: 30px 0;
	}
	.flex-direction-nav .flex-prev {
		bottom:113px;
	}
	.flex-direction-nav .flex-next {
		bottom:113px;
	}
}
@media screen and (max-width: 800px){
	nav li {
		padding:0 !important;
	}
}
@media screen and (max-width: 768px){
	.col-location {
		color: #fff;
		float: left;
		padding-left: 15px;
		width: 100%;
		margin-bottom:0;
	}
	.col-location.left {
		padding-top:100px;
	}
	.footer-widget .col-sm-3 {
		margin-bottom:20px;
	}
	.content-page img, .content-page-no-sidebar img{
		width:100%;
		height:auto;
	}
	.title-bar h3 {
		bottom: 0;
		color: #fff;
		position: relative;
		background:#0E2A10
	}
	.logo {
		height: 180px;
		left: auto;
		margin: 0 auto;
		position: relative;
		text-align: center;
		/*top: -40px;*/
		width: 230px;
	}
	nav li {
		padding:0 !important;
	}
}
@media screen and (max-width: 767px){
	.bottom-menu img {
		width:auto;
	}
}
@media screen and (max-width: 640px){
	header {
		height: auto;
	}
	.content-slider {
		border: 0 none;
		bottom: 0;
		left: 0;
		margin-left: 0;
		overflow: auto;
		position: relative;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.menu-title h1 {
		font-size:24px;
	}
	.cate-box img, .event-box img, .spices-box img {
		width:100%;
		height:auto;
	}
	.flex-direction-nav .flex-prev,.flex-direction-nav .flex-next {
		display:none!important;
	}
	.btn-box {
		padding:15px 0;
	}
}
@media screen and (max-width: 360px) {
	.cate-box .box-content ,.spices-box .box-content ,.event-box .box-content {
		padding:15px;
	}
	.content-slider {
		background: rgba(0, 0, 0, 0) url("images/content-slider.png") repeat scroll 0 0;
	}
	.left-slider h3 {
		border-bottom: 3px solid #4a1131;
		color: #fff;
		padding-bottom:20px;
		margin-bottom:0;
		border-right:none;
		font-size: 20px;
	}
	.left-slider {
		width: 100%;
		float:none;
	}
	.right-slider {
		width: 100%;
		float:none;
	}
	.btn-box {
		display:block;
	}
	.sort-bar select {
		width:100%;
	}
	.mm {
		display:none;
	}
}
@media screen and (min-width: 950px) {
	.menu-contact {
		display: none;	
}
}

@media (max-width: 767px) {
    .delivery-bar .column-last{
        border-left:none;
        padding-top: 20px;
    }
}