/*
Theme Name: Dim Sum & Co
Theme URI: http://www.siteurl.com/
Author: WebDevElement
Author URI: http://webdevelement.com/
Description: WordPress Custom Responsive Theme
Version: 1.0
Tags: bootstrap, responsive, custom theme
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

@font-face {
  font-family: 'CoreSansG-Light';
  src: url('fonts/CoreSansG-Light.eot');
  src: url('fonts/CoreSansG-Light.woff2') format('woff2'),
       url('fonts/CoreSansG-Light.woff') format('woff'),
       url('fonts/CoreSansG-Light.ttf') format('truetype'),
       url('fonts/CoreSansG-Light.svg#CoreSansG-Light') format('svg'),
       url('fonts/CoreSansG-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html, body {

}
body {
	font-family: 'CoreSansG-Light', sans-serif;
    font-size: .85rem;
	font-weight: 300;
	line-height: 1.35em;
	/*padding-top: 70px;*/
}

@media (min-width: 992px) {
	body {
		/*padding-top: 72px;*/
	}
}
.container {
	/*max-width: 960px;*/
}
a {
    color: #000000;
    font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;  
}
a:hover, a:focus {
	color: #f58222;
}
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 130, 34, 0.25);
}
.btn {
	font-weight: 600;
	border-radius: 0px;
	text-transform: uppercase;
	padding: .375rem 1.75rem;
}
.btn-primary {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}
.text-white .btn-primary {
	color: #000000;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-primary:hover, .text-white .btn-primary:hover {
	background-color: #f58222;
	border-color: #f58222;
}
.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 130, 34, 0.5);
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #db680a;
	border-color: #db680a;
	box-shadow: 0 0 0 0.2rem rgba(245, 130, 34, 0.5);
}
.btn-outline {
	color: #000000;
	background-color: transparent;
	border: 2px solid #000000;
}
.btn-outline:hover {
	color: #ffffff;
	background-color: #000000;
}
.text-white .btn-outline {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid #ffffff;
}
.text-white .btn-outline:hover {
	color: #000000;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #000000;
}
.h2, h2 {
	font-size: 1.9rem;
}
.h3, h3 {
	font-size: 1.35rem;
}
.h4, h4 {
	font-size: 1.15rem;
}
b, strong {
	font-weight: 700;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
	color: #ffffff;
}
.text-normal {
	text-transform: initial;
}
.carousel-item {
	height: 93.5vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.portfolio-item {
	margin-bottom: 30px;
}
.section {
	padding: 70px 0px;
}
.font-200 {
	font-weight: 200;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;	
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-900 {
	font-weight: 900;
}
.div-banner {
	background-size: cover; 
	background-position: center;
	padding-bottom: 17%;
}
.col-detail {
	position: relative;	
}
.col-detail:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	height: 70px;
	width: 2px;
	margin-top: -5px;
	background-color: #f58222;
}
.row-detail  {
	padding: 0 15px;
}
.col-detail:first-child:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	height: 70px;
	width: 2px;
	margin-top: -5px;
	background-color: #f58222;
}
.btn {
    font-size: .85rem;
    letter-spacing: 1px;
}
.instagram-thumb {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.col-form-label {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.form-control {
	padding: .25rem .75rem;
	border: 1px solid #000;
	border-radius: 0;
}
.dropdown-menu {
	font-size: .85rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #1c1c1c;
	border: none;
	border-radius: 0;
}
.dropdown-item {
	padding: .25rem 1.4rem;
	font-weight: 600;
	color: #fff;
}
.dropdown-menu li.active .dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
	color: #f58222;
	background-color: transparent;
}
.mc4wp-form-fields {
	width: 100%;
}
.mc4wp-response {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

/* =========== Header Styles =========== */
.header {

}

/* =========== NavBar Styles =========== */
.nav-dark {
	background-color: #1c1c1c;
}
.nav-dark .navbar-nav .nav-link {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav-dark .navbar-nav .nav-link:focus, 
.nav-dark .navbar-nav .nav-link:hover {
	color: #f58222;
}
.nav-dark .navbar-nav .active > .nav-link, 
.nav-dark .navbar-nav .nav-link.active, 
.nav-dark .navbar-nav .nav-link.show, 
.nav-dark .navbar-nav .show > .nav-link {
	color: #f58222;
}
.navbar-dark .navbar-toggler {
    border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* =========== Home Template Styles =========== */
.home-page {

}
.div-welcome {

}
.div-welcome .img-detail {
	margin-bottom: 10px;
}
.div-welcome h2 {
	letter-spacing: 6px;
	margin-bottom: 20px;
}
.div-welcome p {
	margin-bottom: 20px;
}
.div-welcome .btn {
	margin-top: 10px;
	margin-bottom: 20px;
}
.div-products {

}
.div-products h2 {
	letter-spacing: 6px;
}
.div-products .btn {
	margin-top: 20px;
	margin-bottom: 100px;
}
.product-range-thumbnail {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100%;
}
.product-range-title {
	background-color: #000000;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 10px;
}
.product-range-link {
	color: #ffffff;
}
.product-range-link:hover {
	text-decoration: none;
}
.div-newsletter {
	background-color: #f7f7f5;
}
.div-newsletter h3 {
	letter-spacing: 6px;
}
.div-newsletter input[type="email"] {
	width: 100%;
	height: 40px;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
.div-newsletter input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: italic;
}
.div-newsletter input[type="email"]::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
}
.div-newsletter input[type="email"]:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
}
.div-newsletter input[type="email"]:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
}
.div-instagram {
	background-color: #eeeeec;
}
.div-instagram h3 {
	margin-bottom: 40px;
}
.img-insfeed {
	width: 20px;
	margin: 0 5px 0 10px;
}
.item_box {
	margin-bottom: 30px;
}
.item_box {
	margin-bottom: 30px;
}

/* =========== Index Page Styles =========== */
.post-item {
	margin-bottom: 15px;
}
.post-thumbnail {
	margin-bottom: 10px;
}
.post-cat {
	text-transform: inherit;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
    margin-bottom: 0;
}
.post-title {
	text-transform: inherit;
	font-size: 17px;
}
.post-title a {
	color: #000000;
	font-weight: normal;
}
.post-excerpt {
	font-size: 14px;
}
.post-date {
	font-size: 14px;
	color: #f58222;
}

/* =========== Single Page Styles =========== */
.single-post-title {
	text-transform: inherit;
	font-size: 22pt;
	font-weight: 700;
}
.single-post-date {
	font-size: 18pt;
	font-weight: 600;
	font-style: italic;
	color: #f58222;
}
.single-post-related-title {
	text-transform: inherit;
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
	color: #f58222;	
	margin-top: 30px;
	margin-bottom: 15px;
}

/* =========== Page Styles =========== */
.page-content {

}
.page-title {
	font-size: 1.9rem;
	font-weight: 900;
	letter-spacing: 6px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.page-title.bordered-bottom {
	border-bottom: 2px solid #000000;
}
.page-title .light-words {
	font-weight: 300;
}
.page-content h4 {
	text-transform: inherit;
	font-weight: 700;
	margin-bottom: 1rem;
	padding-top: 1rem;
}
.social-list li {
	font-size: 14px;
	padding: 5px 0;
}
.social-list li a {
	font-weight: 300;
}
.social-list li .fa-stack {
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
.social-list li .fa-stack-2x {
	font-size: 1.5em;
	color: #f58222;
}
.social-list li .fa-stack-15x {
	font-size: 1em;
}

/* =========== Products Page Styles =========== */
#products {

}
#products .nav-tabs {
	position: relative;
	border-bottom: 2px solid #000;
}
#products .nav-tabs:after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 36px;
	height: 66px;
	background-image: url(images/img-pork.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#products .nav-tabs .nav-item {
	margin-bottom: 0px;
}
#products .nav-tabs .nav-item.show .nav-link, 
#products .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #f58222;
    border-color: #f58222;
}
#products .nav-tabs .nav-link {
    text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	padding: .5rem 2rem;
}
#products .nav-tabs .nav-link.disabled {
	color: #000000;
}
#products .nav-tabs .nav-link .page-title {
	position: absolute;
	left: 76px;
	bottom: 0;
	font-size: 2rem;
	margin: 0;
	padding-bottom: 10px;
	opacity: 0;
	color: #000000;
/*	pointer-events: none;
	cursor: default;*/
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#products .nav-tabs .nav-link.active .page-title {
	opacity: 1;
}
.product-item {
	margin-bottom: 35px;
}
.product-link {
	color: #000000 !important;
}
.product-thumbnail {
	margin-bottom: 10px;
}
.product-title {
	text-transform: inherit;
	color: #000000 !important;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: .25rem;
}
.product-title:hover {
	color: #000000 !important;
}
.product-netper {
	font-size: 14px;
}
.product-netper p {
	margin-bottom: 5px;
}
.product-label {
	padding-top: 8px;
	border-top: 1px solid #ccc;
}
.product-label img {
	padding: 0 3px;
}
#products .product-label img {
	width: 35px;
}

/* =========== Single Products Page Styles =========== */
#single-product .nav-tabs {
	position: relative;
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
}
#single-product .nav-tabs:after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 36px;
	height: 66px;
	background-image: url(images/img-pork.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#single-product .nav-tabs .nav-item {
	margin-bottom: 0px;
}
#single-product .nav-tabs .nav-item.show .nav-link, 
#single-product .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #f58222;
    border-color: #f58222;
}
#single-product .nav-tabs .nav-link {
    text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	padding: .5rem 2rem;
}
#single-product .nav-tabs .nav-link.disabled {
    color: #000000;
}
#single-product .nav-tabs .nav-link .page-title {
	position: absolute;
	left: 76px;
	bottom: 0;
	font-size: 2rem;
	font-style: normal;
	font-weight: 900;
	margin: 0;
	padding-bottom: 10px;
	opacity: 0;
	color: #000000;
/*	pointer-events: none;
	cursor: default;*/
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#single-product .nav-tabs .nav-link.active .page-title {
	opacity: 1;
}
#single-product h3, .single-product-related-title {
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 600;
	text-transform: inherit;
}
.single-product-title {
	text-transform: inherit;
	font-size: 22pt;
	font-weight: 700;
}
.single-product-related-title {
	margin-top: 30px;
	margin-bottom: 15px;
}
.single-product-label {
	padding-top: 8px;
	margin-bottom: 20px;
}
.single-product-label img {
	padding: 0 10px 0 0;
}
.single-product-thumbnail {
	display: block;
	margin: 0 auto;
}

/* =========== Stockists Page Styles =========== */
#stockists {

}
#stockists .page-title {
	position: relative;
	padding-left: 76px;
}
#stockists .page-title:after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 36px;
	height: 66px;
	background-image: url(images/img-pork.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#stockists .card {
	border: none;
	border-radius: 0;
}
#stockists .card-header {
	position: relative;
	color: #fff;
	text-align: center;
	padding: .75rem 2.5rem .75rem 1.25rem;
	background-color: rgba(0,0,0,1);
	border-bottom: 1px solid rgba(255,255,255,1);
}
#stockists .card-header h5 {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
}
#stockists .card-header:first-child {
    border-radius: 0;
}
#stockists .card.active .card-header {
	color: #f58222;
}
#stockists .card-header a {
	color: #f58222;
	text-decoration: none;
}
.card-indicator {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -13px;
	font-size: 26px;
	line-height: 1;
}
.card-indicator:after, #stockists .card.active .card-indicator:after {
	font-family: "FontAwesome";
	content: "\f106";
}
.card-indicator.collapsed:after {
  content: "\f107";
}
#stockists .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ececec;
    border: none;
    border-bottom: 2px solid #ffffff;
    text-align: center;
}
#stockists .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#stockists .list-group-item.active {
    color: #fff;
    background-color: #f58222;
    border-color: #ffffff;
}
.stockist-name {
	text-transform: inherit;
	font-weight: 700;
	font-size: 1.25em;
	margin-bottom: 0;
}
.stockist-address {
	font-size: 14px;	
}
.stockist-tel,
.stockist-url {
	color: #f58222;
	font-weight: 500;
}

/* =========== Contact Page Styles =========== */
.social-list {
	margin-bottom: 50px;
}

/* =========== Map Styles =========== */
#mt_container {
	margin-top: 20px;
}
#map-canvas {
	width: 100%;
	height: 420px;
	margin-bottom: 20px;
}

/* =========== Gallery Styles =========== */


/* =========== Sidebar Styles =========== */
.sidebar {

}
.widget ul, .well ul {

}

/* =========== Footer Styles =========== */
.bg-dark {
	background-color: #1c1c1c !important;
}
.footer ul {

}
.footer li {
    margin: 0 0;
}
.footer a {
	color: #ffffff;
}
.footer .fa-inverse {
    color: #000000;
}
.footer .nav-item .nav-link:first-child {
    padding-left: 0rem;
}
.footer .widget .widget-title {
	font-weight: 600;
}
.footer .widget .menu li > a {
	font-weight: 300;
	text-transform: uppercase;
	opacity: .75;
}
.fa-stack-15x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
}
.contact-nav {
	list-style: none;
	margin-top: .35em;
}
.contact-nav li {
	position: relative;
	padding: .35em 0 .35em 1.75em;
}
.contact-nav li:before {
	content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	bottom: 50%;
	left: 5px;
	margin-bottom: -10px;
	width: 20px;
	height: 20px;
	color: rgba(255, 255, 255, 1);
}
.contact-nav li.phone:before {
	content: "\f095";
}
.contact-nav li.fax:before {
	content: "\f1ac";
}
.contact-nav li.email:before {
	content: "\f0e0";
}
.contact-nav li, .contact-nav li > a {
	font-weight: 300;
	color: rgba(255, 255, 255, .75);
}
.social-nav li {
	display: inline-block;
	font-size: 12px;
	padding-right: 15px;
}
.col.item_box {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
@media (max-width: 575.99px) { 
	.col.item_box {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		-ms-flex-positive: initial;
		flex-grow: initial;
	}
	.col.item_box:last-child {
		display: none;
	}
}

/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/

@media (max-width: 992px) {
	.div-welcome .first p br, .div-products p br {
		display: none;
	}
	.div-products .btn {
		margin-bottom: 20px;
	}
	#products .nav-tabs:after, #single-product .nav-tabs:after {
		left: 0px;
		width: 24px;
		height: 44px;
	}
	#products .nav-tabs .nav-link .page-title, #single-product .nav-tabs .nav-link .page-title {
		position: absolute;
		left: 38px;
		font-size: 1.5rem;
		padding-bottom: 4px;
	}
}
@media (max-width: 768px) {
	.div-banner {
		padding-bottom: 30%;
	}
	.section {
		padding: 35px 0px;
	}
	.div-newsletter .form-group {
		width: 100%;
		margin-bottom: 1rem;
	}
	.div-newsletter h3 {
	    text-align: center;
		width: 100%;
	}
	.div-newsletter h3 .font-300 {
	    display: inherit;
	}
	.div-newsletter .btn {
		display: block;
		margin: 0 auto;
	}
	.range-page-title, #single-product .range-page-title {
		position: relative;
		color: #000000;
		font-size: 1.6rem;
		padding: 20px 0px 5px 40px;
	}
	.range-page-title:after, #single-product .range-page-title:after {
		content: "";
		position: absolute;
		left: 0px;
		bottom: 0;
		width: 30px;
		height: 55px;
		background-image: url(images/img-pork.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#products .nav-tabs:after, #single-product .nav-tabs:after {
		display: none;
	}
	#products .nav-tabs .nav-item, #single-product .nav-tabs .nav-item {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center;
	}
	.wpcf7-form-control-wrap {
		width: 100%;
	}
}
@media (max-width: 575.99px) { 
	.div-banner {
		padding-bottom: 40%;
	}
	.col {
		-ms-flex-preferred-size: inherit;
		flex-basis: inherit;
	}
	.col-detail, .first, .col-product {
		text-align: center;
	}
	.page-content br {
		display: none;
	}
	.carousel-item {
		height: 50vh;
    }
	.div-welcome .img-detail {
		width: 40px;
	}
	.col-detail {
		font-size: 10px;
		line-height: 1em;
		padding-right: 12px;
		padding-left: 12px;
	}
	.col-detail:first-child:before, .col-detail:after {
		margin-top: -35px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.35rem;
		padding-left: 1.35rem;
	}
	#mt_container {
		margin-top: 0px;
	}
	.footer-widgetize {
		margin-top: 50px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }