/*!
Theme Name: powing
Theme URI: http://underscores.me/
Author: Barry
Author URI: http://barryxiecs.me
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: powing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

powing is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;


}

.main-container-100{
	/*background-image: url(../../uploads/upload_imgs/bg.png) !important;*/
background-image: url(../../uploads/upload_imgs/confectionary.png) !important;
		/*background-image: url(../../uploads/upload_imgs/geometry2.png) !important;*/

	padding: 0;
	margin: 0;
	background-color: #FAFAFA;
}

.main-container-white{
	background-color: white;
}

.site{
	overflow: hidden;
	position: relative;

}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 .clear{
	 clear: both;
 }

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: 'Open Sans', sans-serif; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: 'Open Sans', sans-serif; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: 'Open Sans', sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.main-navigation ul {
		display: block;
	}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;

}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



.mobile{
	display: none;
}

.search_filter_mobile{
	display: none;
}

	.archive_list_image_mobile{
		display: none;
	}

	.sfsiplus_footerLnk{
		display: none !important;
	}


/********header*********/
.top_header{
	height: 30px;
	background-color: #97272B;
}

.top_lang_menu{
	height: 30px;
	width: 150px;
	border-right: 1px white solid;
	float: right;
}

.top_lang_menu ul{
	margin: 0;
	padding: 0;
	margin-right: 20px;
}


.top_lang_menu li{
	list-style: none;
	text-align: right;
}



.top_lang_menu li a{

	color: white;
	text-decoration: none;

}



.top_social_icon{
	height: 30px;
	width: 30px;
	border-right: 1px white solid;
	display:flex;
	align-items: center;
	justify-content: center;
	float: right;
}

.top_social_icon i{
	color: white
}



.site-header{
	padding: 20px 0;

}



.bottom_header{
	border-bottom: 1px #4C1500 solid;
}


/********nav**********/

.main-navigation{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu-main_nav-container li{
	font-size: 1.1em;
	font-weight: 800;
	margin: 0 15px;
	padding: 5px 0;
	transition: .3s all;
	border-bottom: 3px rgba(138, 48, 47, 0) solid;
}

.menu-main_nav_chi-container li{
	font-size: 1.1em;
	margin: 0 15px;
	padding: 5px 0;
	transition: .3s all;
	border-bottom: 3px rgba(138, 48, 47, 0) solid;
}




.menu-main_nav-container li:hover{
	border-bottom: 3px rgba(138, 48, 47, 1) solid;
}

.menu-main_nav_chi-container li:hover{
	border-bottom: 3px rgba(138, 48, 47, 1) solid;
}


.menu-main_nav-container li.current-menu-item{
	border-bottom: 3px rgba(138, 48, 47, 1) solid;
}

.menu-main_nav_chi-container li.current-menu-item{
	border-bottom: 3px rgba(138, 48, 47, 1) solid;
}

.menu-main_nav-container li a{
	color: #97272B;
	text-decoration: none;

}

.menu-main_nav_chi-container li a{
	color: #97272B;
	text-decoration: none;

}

.search-form label{
	margin: 0;
	padding: 0;
}

.search-form{
	width: 0;
	transition: 1s ease-in-out all;
	overflow: hidden;
}

.search-form label input{
border-radius: 0;
width: 185px;
border: 1px rgba(138, 48, 47, 1) solid;

}

.search-form-width{width: 185px;}

.search_btn{
	margin-right: 10px;
}

.search_btn i{
	color: rgba(138, 48, 47, 1)
}

.search-submit{
	display: none
}

.search_no_result{
	min-height: 500px;
}

/*********footer*******/
.footer_info_wrapper{
	background-color: #97272B;
}

.footer_info{
	color: white;
	padding: 20px 0;
	font-size: 1.1em
}

.footer_social_icon{
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_social_icon a{
	color: white;
}

.footer_social_icon i{
	font-size: 1.8em;
	padding: 20px;
}




.site-info{
	margin-top: 5px;
	padding: 5px 0;
	text-align: center;
	color: white;
	background-color: #451906;
}






/********page***********/

.page_title_wrapper{
	width: 100%;
	display:flex;

	justify-content: center;
	margin: 30px auto;
}



.page_title, .page_info_wrapper h2{
	color:#97272B;
	font-size: 2em;
	font-weight: 800;
	display:inline-block;
	padding-bottom: 10px;
	margin: 0;

}

.core_values{
	margin: 50px 0;

}

.core_value{
	padding: 0 80px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;

}

.core_value h3{
	color: #97272B;
	font-size: 1.4em;
	font-weight: 300;
}

.page_info_wrapper p{
 text-align: left;
 margin-bottom: 30px;
 padding: 0 50px;
 font-size: 1.1em;
 line-height: 1.6em;
}

.reddevider{
	margin: 50px 0;
	border-bottom: 2px #97272B solid;
}


/****************about**********/
.partner_wrapper{
	margin: 0;
}
.partner{
	margin: 0 !important;
}

/*********archive page*******/

.archive-title{
	text-transform:uppercase;
	color:#97272B;
	font-weight: 400;
	padding-bottom: 30px;
	border-bottom: 5px #97272B solid;
	margin-bottom: 30px;
	font-size: 2.4em;
}

.archive_list{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #333333 solid;
}

.archive_list_info h1{
	margin-top: 0;
	font-size: 2.0em;
	font-weight: 600;
	margin-bottom: 10px
}

.archive_list_info h1 a{
	color:#97272B;
	text-decoration: none;
	transition: .3s all;
}



.archive_list p{color:#333333;
font-size: 1.2em;
margin: 0;}

.archive_list_info p a{
	color:#97272B;
	font-weight:400;
	text-decoration: none;
	transition: .3s all;

}

.archive_list_info p a:hover{
font-weight:600;
}

.archive_list_image img{
	padding: 8px;
	border: 1px #97272B solid;
}

.paginate_link{
	margin-bottom: 30px;
}

.paginate_link .current{
	font-weight: 600;
	color: #97272B;
}

.paginate_link a {
	color: #97272B;
	font-size: 1em;
}

.paginate_link a:hover{
	text-decoration: none;
}


/*********single archive page*******/

.archive_s_title_wrapper{
	padding: 20px 0;
	border-bottom: 1px #333333 solid;
	margin-bottom: 30px;
}


.single_title{
	font-weight: 600;
	font-size: 1.8em;
	line-height: 1.4em
}

.backlink_wrapper{
	display: flex;
	justify-content:flex-end;
	align-items:flex-end;
}


.backlink{
	width: 100px;
	text-align: center;
}

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



.backlink_wrapper i{
	font-size: 2.5em;
}

.backlink_wrapper p{
 text-align: center;
 margin: 0;
 padding: 0;
 font-size: 1.0em
}

.backlink_wrapper a:hover{
	color:#97272B;
}

.archive_post_content{
	padding-right: 80px;
}

.archive_post_content img{
	width: 100%;
}

.social_download_wrapper{
	width: 40px;
	height: 40px;
	background-color: rgba(138, 48, 47, .8);
	border-radius: 20px;
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s all
}

.social_download_wrapper:hover{
	background-color: rgba(138, 48, 47, 1);

}

.social_download_wrapper a{
	color: white;
}

.share_social_download{
	border-bottom: 3px #97272B solid;
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
}

.sfsi_shortcode_container{
	float: none !important;
}

.sfsi_wDiv {
	width: auto !important;
	margin-bottom: 0 !important;

}



.share_traggle i{
	color:white;
}

.social_share_wrapper{


}

.single_content_wrapper{
	margin-top: 20px;
}

.single_content_wrapper p{
	font-size: 1rem;

}

.other_same_archive{
	padding: 0 20px;
}

.other_same_archive_head{
	color:#97272B;
	text-align: left;
	font-size: 1.6em;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px #97272B solid;

}

.other_same_archive_info{
	margin-bottom: 20px;
}

.other_same_archive img{
	padding: 8px;
	border: 1px #97272B solid;
}

.other_same_archive_info_title{
	font-size: 1.2em;
	padding: 10px 0;
	line-height: 1.4em;
}


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

.other_same_archive_info:hover .other_same_archive_title_link{
	color: #97272B;
}



.same_archive_cat_list{
	margin-bottom: 100px;
}

/********contact page*******/
.map_wrapper{
	margin: 20px 0 50px;
}

.contact-info{
	text-align:center;
	font-weight: 300;
}

.contact-title{
	font-size: 2.0em;
	color: #97272B;
	margin: 0 auto 10px;
}



.contact-info h2{
	font-size: 1.2em;
	color: #97272B;
	margin: 0 auto 10px;
}


.contact-info p{
	font-size: 1em;
	color: #97272B;
	margin: 0 auto 10px;
}

.redblocker{
	width: 60%;
	height: 5px;
	background-color:  #97272B;
	margin: 20px auto
}

.contact-info h3{
	font-size: 1.8em;
	color: #97272B;
	margin: 0 auto 10px;
}




/********home**********/

.homeseaction_wrapper{
	padding: 80px 0;
}

.homeseaction_wrapper a{
	text-decoration: none;
}


.homerecipe_wrapper{
	background-color: #FAFAFA;
	background-image: url(../../uploads/upload_imgs/pwhbg.png), url(../../uploads/upload_imgs/recipe_frame_top_left.png), url(../../uploads/upload_imgs/recipe_frame_top_right.png), url(../../uploads/upload_imgs/recipe_frame_bottom_left.png),url(../../uploads/upload_imgs/recipe_frame_bottom_right.png);
	background-repeat: no-repeat;
	background-position: center,left top,right top,left bottom,right bottom;
	background-size: 100%, auto 25%, auto 25%, auto 25%, auto 25%;

}





.recipe_list_title{
	text-align: center;
	font-size:1.4em;
	margin: 20px 0;
	padding: 0 20px;
	font-weight: 600;
}




.recipe_list{
	padding: 15px;

}

.recipe_list a{
	color:#97272B;
	text-decoration: none;
}

.recipe_list:hover .recipe_list_img{
border: 5px rgba(138, 48, 47, 1) solid;
}


.homeproduct_wrapper{
	background-color: #D8A93F;
}

.home_products_title{
	color:white;

}


/*******repcie page**********/



.recipe_page{
	background-image: url(../../uploads/upload_imgs/recipe_frame_top_left.png), url(../../uploads/upload_imgs/recipe_frame_top_right.png);
	background-repeat: no-repeat;
	background-position: left top,right top;
	background-size: auto 100%;
	padding: 20px;
	min-height: 150px;
}




.recipe_title_wrapper{
	width: 40%;
	padding: 20px 0;
	margin: 20px auto;
}










.recipe_page_recipe_list_wrapper{
	padding: 0 30px;
}

.recipe_page_recipe_list{
	padding: 15px;
}



.recipe_page_recipe_list_title{
	text-align: center;
	font-size:1em;
	margin: 10px 0;
	padding: 0 20px;
	font-weight: 600;
}





.recipe_page_recipe_list a{
	color:#97272B;
	text-decoration: none;
}

.recipe_page_recipe_list :hover .recipe_list_img{
border: 5px rgba(138, 48, 47, 1) solid;
}





.recipe_list_img{
	border-radius: 50%;
	overflow: hidden;
	border: 5px rgba(138, 48, 47, 0) solid;
	transition: .3s all
}




.recipe_list_img img{
	width: 100%;
}






/*******single page**********/


.archive_img{
	padding: 15px;
	border: 2px  #97272B solid;
}

.single_content_wrapper h2{
	color: #97272B;
	font-size: 1.4em
}


.recipe_detail_tap{
	width: 100%;
}


.recipe_tap_nav{
	text-align: center;
	float: left;
	padding: 5px 20px;
	font-size: 1.1em;
	border: 1px #333333 solid;
	border-bottom: none;
	margin-right: 5px;
	cursor: pointer;
	text-transform: uppercase;
}



.recipe_tap_nav_current{
	background-color:  #97272B;
	color: white;

}

.recipe_detail_info_wrapper{
	width: 100%;

	margin-bottom: 20px;
}

.recipe_detail_info{border: 1px #333333 solid;}

.recipe_detail_info_title{
	color:#97272B;
	font-size: 1.3em;
	text-transform:uppercase;
	padding: 10px 30px;
	margin-bottom: 0;

}

.recipe_detail_info ul{
	margin: 0;
	padding: 0;
	font-size: 1em
}

.recipe_detail_info ol{
	margin-left: 30px;
	padding: 20px;
	font-size: 1em
}

.recipe_detail_info ul li{
	margin: 0;
	list-style: none;
	padding: 10px 30px;
}

.recipe_detail_info ol li{
	margin: 0;
	padding: 10px 30px;
	padding-left: 10px;
	border-top: 1px #97272B solid;

}

.recipe_detail_info ul li:nth-child(odd){
	background-color: #eee;
}

.same_archive_link {
	padding: 5px 0;
	background-color: white;
	transition: .3s all;
	margin: 0;
}

.same_archive_link:hover {

	background-color: #f1f1f1;

}

.same_archive_link a{
	color:#97272B;
	text-decoration: none;
	transition: .3s all;
}

.archive_cat_title{
	font-size: 1.4em;
	color:#97272B;
	font-weight: 600;
	border-bottom: 2px #97272B solid;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.same_archive_cat{
	font-size: 1.2em;
	font-weight: 700;
}

.same_archive_subcat{
	font-size: 1.0em;
	padding-left: 20px;

}






/********woocommerce*******/

.products-header-cat{
	padding: 50px 0;
}

.product-cat-wrapper{
	padding: 0 100px;
}


.woocommerce-product-category-page{
padding: 0 5px;
margin-bottom: 10px;
}

.product-category-page-inside{
	background-repeat: no-repeat;;
	background-size: auto 100%;
	background-position: center;
	transition: .3s all

}

.product-category-page-inside:hover{

	background-size: auto 105%;


}


.product-category-page-inside, .product-category-page-inside-link{
	width: 100%;
	height: 380px;
}

.product-category-page-inside a{
	text-decoration: none;
}

.product-category-page-inside-link{
	background-color:rgba(0, 0, 0, 0.2);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8em;
	font-weight: 600;
	transition: .3s all;
}



.product-category-abalone{
	background-image: url(../../uploads/2020/02/dried_abalone_new.jpg);
}

.product-category-birdsnest{
	background-image: url(../../uploads/2020/02/birdsnest_new.jpg);
}

.product-category-driedseafood{
	background-image: url(../../uploads/2020/02/driedseafood.jpg);
}

.product-category-ginseng{
	background-image: url(../../uploads/2020/02/ginseng.jpg);
}

.product-category-healthfood{
	background-image: url(../../uploads/2020/02/healthfood_new.jpg);
}

.product-category-specialtyfood{
	background-image: url(../../uploads/2020/02/specialtyfood_new.jpg);
}


.related-product-content_wrapper{
	margin: 50px auto 10px;
	padding: 20px 0;
	border-bottom: 1px #333333 solid;
}

.related-product-content_wrapper h2{
	font-size: 1.8em;
}

.related-post-row .recipe_list_title{
	font-size: 1.2em;
	line-height: 1.6em;
}


/***********search filter*******/


.search_filter_btn{
	display: none !important;
}

.search_filter_desktop{
	margin: 30px 0;
}

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

.search_filter_desktop ul .sf-level-0{
	color: #97272B;
	font-size: 1.0em;
}

.search_filter_desktop ul .sf-level-0 li{
	color: #97272B;
	font-size: 0.9em;
}

.sf-field-reset{
	border-radius: 8px;
	background-color: #97272B;
	text-align: center;
	padding: 8px !important;
}

.sf-field-reset a{
	color: white;
	text-decoration: none;
}
