/*
Theme Name: themenscave.section
Theme URI: https://www.themenscave.sg
Author: Patrick
Author URI: https://wppatrickk.com
Description: Custom Theme for themenscave
Version: 1.0.0
Text Domain: themenscave
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

 
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
    max-width: 100% !important;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    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. */
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

body {
    font-family: 'HKGrotesk-Regular';
    font-weight: 400;
    font-size: 16px;
    color: rgba(4, 17, 28, 0.8);
}

a {
    color: #ffb45c;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
    line-height: normal;
}

hr {
    border: none 0;
    border-bottom: 1px solid #E0E0E0;
    height: 1px;
    margin: 10px 0;
}

.inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 24px;
    font-family: 'Gelasio';
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.product-description p {
	line-height: 22px;
    margin-bottom: 20px;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #04111C;
}

p {
	line-height: 22px;
    margin-bottom: 20px;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(4, 17, 28, 0.8);
}

	.proprice{
		font-size: 11px !important;
		line-height: 12px !important;
		font-weight: 400 !important;
		color: #04111C !important;
		font-style: normal !important;
	}
	.noprice{
		color: #04111C !important;
	}	

	.noprice:hover  {
		color: #FFB45C !important;
		transition: all 0.1s ease-out !important;
	}

.plainwt p {
    color: white!important;
}

p:last-child {
    margin-bottom: 0;
}

 .abt9-img img { 
   height: auto !important;
   max-width: 100% !important;
 }

.tcol img {
/* 	max-width: 456px;
	height: 304px ; */
    object-fit: cover;
}
/*
.tcol-showroom img {
	width: 50px !important;
	height: auto !important;
}
*/

.accordion-tcol img{
	width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Loader Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.site-header .inner {
    border-bottom: 1px solid #dedede;
    padding-top: 8px;
    padding-bottom: 7px;
}

.home .site-header .inner {
    border-bottom: 0;
}

.page-template-about .breadcrumb,
.page-template-showroom .breadcrumb {
    margin-bottom: 24px;
}

.site-branding {
    float: left;
}

.site-branding img {
    max-width: 168px;
}

.site-menu {
    float: right;
    padding-top: 14px;
}

.site-menu ul li {
    float: left;
    margin-left: 24px;
}

.site-menu ul li:first-child {
    margin-left: 0;
}

.site-menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: #04111C;
    line-height: 44px;
}

#menu-item-11045 a,
#menu-item-11043 a {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

#menu-item-11045 a::after,
#menu-item-11043 a::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    content: "";
    background: url('../images/chevron.png') no-repeat center;
    background-size: contain;
}

.site-menu ul > li:last-child a {
    background-color: #FFB45C;
    padding: 0 21px;
}

.site-menu ul > li:last-child a span {
    background: url('../images/phone.png') no-repeat left center;
    background-size: 15px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 38px;
}

.site-menu ul > li:last-child a:hover span {
    background: url('../images/phone-white.png') no-repeat left center;
    background-size: 15px;
}

.breadcrumb {
    font-size: 12px;
    line-height: 18px;
}

.site-meta {
    position: relative;
    z-index: 1000;
    background-color: #fff;
}

.breadcrumb .inner,
.site-meta .inner {
    border-bottom: 1px solid #dedede;
    position: relative;
}

.breadcrumb a {
    color: #8a8a8a;
}

.breadcrumb a:last-child {
    color: rgba(4, 17, 28, 0.8);
}

.breadcrumb span {
    width: 8px;
    height: 8px;
    background: url('../images/arrow.png') no-repeat center;
    background-size: 4px;
    display: inline-block;
    padding: 0 10px;
}

.site-breadcrumbs {
    float: left;
}

.site-breadcrumbs p {
    font-size: 13px;
    color: #04111C;
    padding: 10px 0;
	display: flex;
}

.site-breadcrumbs p a {
    color: #848484;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 140px;
    display: inline-block;
}

.site-breadcrumbs p span {
    display: inline-block;
    padding: 0 8px;
}

.site-nav {
    float: right;
}

.site-nav ul li {
    float: left;
}

.site-nav ul li a {
    display: inline-block;
    font-size: 12px;
    color: #04111C;
    padding: 17px 18px 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.site-nav ul li.menu-item-has-children a::before {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 8px;
    content: url('images/menu.svg');
}

.site-nav ul li ul {
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    border-top: 1px solid #dedede;
    padding: 10px 0 0;
}

.site-nav ul li:hover ul {
    display: block;
}

.site-nav ul li ul li {
    width: 16.66%;
}

.site-nav ul li.menu-item-has-children a {
    position: relative;
    padding-right: 30px;
}

.site-nav ul li.menu-item-has-children ul li a {
    padding-right: 18px;
    text-transform: none;
    font-size: 13px;
}

.site-nav ul li.menu-item-has-children ul li a::before {
    display: none;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.mobile-slide {
    position: relative;
    height: 18px;
    display: none;
    float: right;
    top: 2px;
    cursor: pointer;
    padding: 20px 10px 25px 20px;
}

.mobile-slide span {
    background-color: #04111C;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 25px;
    top: 7px;
    transition: all .3s ease-out;
}

.mobile-slide span::before,
.mobile-slide span::after {
    background: #04111C;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.mobile-slide span::before {
    top: 8px;
}

.mobile-slide span::after {
    top: -8px;
}

.mobile-slide.menu-opened span {
    background: transparent;
}

.mobile-slide.menu-opened span:before,
.mobile-slide.menu-opened span:after {
    background: #04111C;
    top: 0;
}

.mobile-slide.menu-opened span:before {
    transform: rotate(-45deg);
}

.mobile-slide.menu-opened span:after {
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/

.hero-text h1{
		padding-top: calc(400px / 2);
	}

.section {
    padding: 80px 0;
}

.pcat1section {
    padding: 0px;
}

.featured {
/*     padding-top: 15px; */
}

.cwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 0 -18px;*/
}

.col-4 {
    flex: 1 1 25%;
    max-width: 25%;
    padding: 15px 18px;
}

.col-6 {
    flex: 1 1 16.66%;
    max-width: 16.66%;
    padding: 15px 18px;
}

.col-3,
.col-13 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    padding: 15px 18px;
    padding-left:0;
}

.picked_product h3{
	margin-bottom: 0px;
	height: 35px;
}

.picked-item-width:first-child {
	padding-left: 0px;	
}

.picked-item-width:last-child {
	padding-right: 0px;	
}

.picked-item-width:last-child h5{
	margin-top: -10px;	
}

.col-25 {
    flex: 1 1 45%;
    max-width: 45%;
    padding: 15px 18px;
}

.col {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 15px 18px;
}

.col-35 {
    flex: 1 1 55%;
    max-width: 55%;
    padding: 15px 18px;
}

.col-23 {
    flex: 1 1 66.67%;
    max-width: 66.67%;
    padding: 15px 18px;
    padding-left:0px;
}

.col-12 {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 15px 20px;
}

.feat-post,
.post-image-holder {
    /* position: relative;
    height: 560px; */
}

.post-image-holder a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
}

.videos1 .post-image-holder a {
    position: static;
}

.post-image-holder {
    /* height: 240px;
    margin-bottom: 16px; */
}

.feat-post-image,
.post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.feat-post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    max-width: 50%;
}

/* .feat-post-inner {
    position: relative;
    padding: 60px 80px 30px;
    background-color: #fff;
} */

.feat-icon,
.cta a {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #04111C;
    padding: 8px 15px;
    color: #fff;
    font-size: 12px;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    text-transform: uppercase;
}

.post-meta {
    /* overflow: hidden; */
    /* margin-bottom: 7px; */
    /* font-size: 13px; */
    /* line-height: 16px; */
}

.post-category {
    font-size: 13px;
    line-height: 16px;
}

.post-date {
    font-size: 13px;
    visibility: hidden;
}

.feat-post {
    margin-bottom: 10px;
}

.post-meta span {
    /* float: left; */
    /* margin-right: 15px; */
}

.post-meta span:first-child {
    /* padding-right: 12px; */
    /* position: relative; */
}

.post-meta span:first-child::before {
    /* width: 3px; */
    /* height: 3px; */
    /* background-color: #bfbfbf; */
    /* border-radius: 50%; */
    /* position: absolute; */
    /* top: 8px; */
    /* right: 0; */
    /* content: ""; */
}

.post-meta span:last-child,
.post-date span {
    /* margin-right: 0; */
    /* color: #bfbfbf; */
}

.post-categories,
.post-category,
.post-date {
    /* overflow: hidden; */
    overflow:visible;
    line-height: normal;
}

.post-categories li {
    float: left;
    margin-right: 5px;
}

.post-categories li:after {
    /* content: ",";
    display: inline-block;
    margin-right: 2px; */
}

.post-categories li:last-child:after {
    margin-right: 0;
    display: none;
}

.feat-post-content h1 {
    font-size: 24px;
    color: #04111c;
    margin-bottom: 7px;
    line-height: 1.3;
}

.post-details h2,
.explore-right h2 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 20px;
}

.post-category {
    /* margin-bottom: 8px; */
}

.post-details h2 a,
.explore-right h2 a {
    color: #04111c;
}

.post-categories a {
    color: #848484;
}

.read-more,
.section-head a {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-left: 55px;
    font-size: 12px;
    display: inline-block;
}

.explore .section-head a {
    line-height: 20px;
}

.read-more:before,
.section-head a:before {
/*     top: 11px; */
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    content: "";
    background-color: #04111C;
}

.read-more::before {
    top: 6px;
}

.cta,
.feat-videos,
.subscribe {
    background-color: #04111c;
    color: #fff;
    padding: 60px 0;
}

.cta-outer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 65px 50px;
}

.cta-content {
    max-width: 50%;
}

.cta h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 15px;
}

.cta p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.cta a {
    position: static;
    font-size: 14px;
    padding: 15px 20px;
    display: inline-block;
    max-width: 140px;
    text-align: center;
}

.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 36px;
}

.recommended .feat-post-image {
    max-width: 80%;
}

.recommended .feat-post-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: auto;
}

.recommended .post-image-holder {
    height: 320px;
}

.section-head h2 {
    float: left;
}

.feat-videos.section-head h2 {
    color: #fff;
}

.section-head {
    overflow: hidden;
}

.section-head a {
    float: right;
    line-height: 30px;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    text-transform: uppercase;
}

.feat-videos .col-23 .post-image-holder {
    height: 490px;
}

.explore-wrap {
    border-top: 1px solid #dedede;
    padding: 20px 0 10px;
    overflow: hidden;
}

.explore-left {
    width: 30%;
    float: left;
}

.explore-right {
    width: 65%;
    float: right;
}

.explore .post-image-holder {
    height: 100px;
}

.explore .post-meta {
    font-size: 12px;
}

.explore h2 {
    font-size: 16px;
    line-height: 20px;
}

.explore h2.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 40px;
}

.explore .section-head h2.section-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 16px;
}

.explore .read-more {
    font-size: 13px;
}

.games1 .post-image-holder {
    height: 180px;
}

.games2 .feat-post-content {
    max-width: 60%;
}

.games2 .feat-post-inner {
    padding: 60px 25px 30px;
}

.games2 .feat-post {
    height: 440px;
}

.games2 .explore-wrap {
    padding: 0 0 4px;
    border: 0;
}

.games2 .explore-wrap:last-child {
    padding: 0;
}

.games2 .post-image-holder {
    height: 96px;
}

.games2 h2 {
    font-size: 16px;
}

.game-cats h2.section-title {
	font-family: 'HKGrotesk-SemiBold';
    font-size: 16px;
	line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
	letter-spacing: 0.04em;
}

.game-cats .section-head a {
	color: #04111C;
	font-size: 14px;
    display: flex;
    margin-top: -5px;
    align-items: center;
}

.post-list {
    border-bottom: 1px solid #dedede;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.post-list:nth-child(2) {
/*     border-top: 1px solid #dedede; */
/*     padding-top: 12px; */
}

.guide2 {
    padding-top: 0;
}

.videos1 .post-image-holder {
    height: 560px;
}

.videos2 {
    padding: 0;
}

.videos2 .post-image-holder {
    height: 300px;
}

.videos2 .col h2,
.videos3 .col-3 h2 {
    font-size: 18px;
}

.videos3 .inner {
    /* border-top: 1px solid #dedede; */
    /* padding-top: 50px; */
}

.videos3 .post-image-holder {
    height: 220px;
}

.single-post-image {
    text-align: center;
    padding-bottom: 0;
}

.single-post-image img {
    width: 100%;
    max-width: none;
}

.category-header {
    padding-bottom: 0;
}

.category-header .inner {
    padding: 210px 0;
    background-color: #364963;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.category-header h1 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
}

span.min-read {
    /* position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-right: 8px;
    color: #bfbfbf; */
}

span.min-read:after {
/*     width: 1px; */
/*     height: 8px; */
/*     position: absolute; */
/*     top: 3px; */
/*     right: 0; */
/*     background-color: #dedede; */
/*     content: ""; */
}

.single-post-inner,
.spm-wrap {
    max-width: 750px;
    margin: 0 auto;
}

.single-post-meta {
    padding-bottom: 0;
    padding-top: 30px;
}

.single-post-meta .inner {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 15px 0 8px;
}

.spm-left {
    float: left;
}

.spm-left .post-date {
    padding-top: 2px;
}

.spm-right {
    float: right;
}

.spm-right span {
    float: left;
    margin-left: 20px;
}

.spm-right .post-category {
    margin-bottom: 0;
}

.spm-right span .post-share {
    position: relative;
    top: -3px;
}

.post-share svg {
    width: 24px;
    height: 24px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos2 .post-image-holder a,
.videos3 .post-image-holder a {
    background-color: rgba(0, 0, 0, 0.3);
}

.videos1 .feat-post:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    content: "";
    position: absolute;
}

.play-icon {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 20;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feat-post .play-icon {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.video-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 10;
}

.video-details h2 {
    font-size: 24px;
    line-height: 28px;
}

.video-details .post-categories a,
.video-details span.min-read,
.video-details .post-date span {
    color: #fff;
    display: inline-block;
}

.post-image-holder .video-details a {
    position: static;
    display: inline;
}

.col-13 .video-details {
    padding: 20px;
}

.col-13 .video-details h2 {
    font-size: 16px;
    line-height: 20px;
}

.single-post-header {
    padding-top: 40px;
    text-align: center;
}

.site-content {
    position: relative;
}

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: none;
}

.games12,
.games21,
.guide5 {
    padding-top: 0;
}

.guide5 .inner {
    padding-top: 50px;
    border-top: 1px solid #dedede;
}

.guide5 h2 {
    font-size: 32px;
    line-height: 36px;
}

.guide5 .cwrap {
    margin: 0 -10px;
}

.guide5 .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.category-image {
    background-color: #364963;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 120px;
    position: relative;
}

.category-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.category-image h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
}

.feat-videos .play-icon {
    top: 15px;
    right: 10px;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.video-details .post-categories {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
}

.video-details .post-categories:before {
    width: 3px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    background-color: #fff;
    border-radius: 50%;
}

.video-details span.min-read,
.video-details span:last-child {
    position: relative;
    top: -4px;
}

.video-details span.min-read::after {
    top: 4px;
}

.pcat2 span.min-read::after {
    top: 3px;
}

.feat-videos .col-23 .video-details {
    padding: 25px 25px 15px;
}

.feat-videos .col-13 .post-category {
    margin-bottom: 0;
    line-height: 1.5;
}

.videos1 .video-details h2 {
    color: #fff;
}

.videos1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

#mc-signup-img {
    width: 48%;
    float: left;
}

.menscave-signup {
    width: 48%;
    float: right;
}

.pum-container.pum-responsive img {
    width: 100%;
}

.pum-overlay h2 {
    text-align: center;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #071a3a;
    padding-top: 30px;
}

.pum-overlay h2 span {
    font-size: 20px !important;
}

.indicates-required {
    font-weight: 600;
}

.mc-field-group {
    margin-bottom: 25px;
}

.mc-field-group label {
    display: block;
    text-align: left;
    margin-bottom: 6px;
    color: #071a3a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.mc-field-group input {
    width: 100%;
    border: 1px solid #071a3a;
    padding: 8px;
    border-radius: 2px;
}

#mc-embedded-subscribe {
    background-color: #071a3a;
    color: #fff;
    border: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}

.popmake-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #071a3a;
    color: #fff;
    border: 0;
    padding: 2px 5px 5px;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    line-height: 1;
}

.feat-videos .section-title {
    color: #fff;
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.footer-top {
    padding-bottom: 80px;
}

.footer-logo {
    /* padding: 80px 0 48px; */
    /* border-top: 1px solid #dedede; */
}

.page-template-default .footer-logo,
.single-product .footer-logo {
    padding-top: 0;
    border-top: 0;
}

.footer-logo img {
    max-width: 160px;
}

.footer-wrap {
    overflow: hidden;
}

.footer-left {
    float: left;
    width: 63%;
}

.footer-right {
    float: right;
    width: 32%;
}

.footer-menu {
    width: 22%;
    float: left;
    margin-right: 4%;
}

.footer-menu:nth-child(4) {
    margin-right: 0;
}

.footer-menu h3 {
    font-family: 'HKGrotesk-SemiBold';
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.footer-menu a {
    margin-bottom: 12px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: rgba(4, 17, 28, 0.8);
}

.footer-right h5 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 12px;
}

.footer-right h3 {
    font-size: 20px;
    line-height: 24px;
}

.footer-right form {
    overflow: hidden;
}

.footer-right input[type="email"] {
    font-size: 14px;
    line-height: 22px;
    color: #04111C;
    border: 1px solid #8a8a8a;
    padding: 0 16px;
    float: left;
    width: 62%;
    height: 44px;
}

.footer-right input[type="submit"] {
    background-color: #ffb45c;
    float: right;
    font-family: 'IBM Plex Mono', monospace;
    color: #04111C;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 44px;
    padding: 0 24px;
    border: 0;
    cursor: pointer;
    width: 36%;
}

.footer-bottom {
    background-color: #04111c;
    padding: 50px 0;
    color: #fff;
}

.footer-widget {
    width: 30%;
    float: left;
    margin-right: 5%;
    font-size: 14px;
    line-height: 22px;
}

.footer-widget:nth-child(3) {
    margin-right: 0;
}

.footer-widget h3 {
    font-family: 'HKGrotesk-SemiBold';
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 18px;
}

.footer-widget a {
    color: #fff;
}

.footer-social {
    text-align: right;
}

.footer-social a {
    display: inline-block;
    padding-left: 16px;
}

.footer-social a:first-child {
    padding-left: 0;
}

.footer-social img {
    max-width: 36px;
}

.footer-meta {
    padding-top: 40px;
}

.footer-meta ul {
    overflow: hidden;
}

.footer-meta ul li {
    float: left;
    padding-right: 28px;
    margin-right: 28px;
    position: relative;
}

.footer-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-meta ul li:before {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #9e9e9e;
    content: "";
    top: 50%;
    right: 0;
}

.footer-meta ul li:last-child:before {
    display: none;
}

.footer-meta ul li a {
    font-size: 12px;
    line-height: 18px;
    color: #9e9e9e;
}

.footer-meta p {
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #9e9e9e;
}

.page-template-about .footer-logo {
    border-top: 0;
    padding-top: 40px;
}

.mc-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 96px;
    height: 100%;
    border-right: 1px solid #dedede;
    padding: 24px;
    z-index: 100;
    background-color: #fff;
}

.mc-menu-inner,
.mc-head-inner,
.mcmenu-inner {
    position: relative;
    height: 100%;
}

.mc-menu a {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
}

.mc-menu a:before,
.mc-menu a:after {
    width: 32px;
    position: absolute;
    content: "";
    height: 1px;
    top: 16px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    background-color: #04111C;
}

.mc-menu a:after {
    top: 30px;
}

.mc-head {
    position: absolute;
    height: 95%;
    width: 100%;
    bottom: 0;
    left: 0;
}

.mc-head span {
    position: absolute;
    transform: rotate(-90deg);
    font-size: 14px;
    line-height: 22px;
    color: rgba(4, 17, 28, 0.4);
    width: 180px;
    text-align: center;
    left: -66px;
    top: 50%;
    margin-top: -60px;
}

.pcat2 .cwrap {
    margin: 0;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width : 1440px) {
    .cta {
        padding: 0 !important;
    }

    .cta .inner {
        max-width: none;
        padding: 0;
    }

    .cta-outer {
        padding: 100px 0;
    }

    .cta-content {
        max-width: 1160px;
        margin: 0 auto;
    }

    .cta-content-inner {
        max-width: 45%;
    }
}

@media screen and (max-width : 1260px) {
    .inner {
        padding: 0 25px;
    }

    .cta-outer {
        padding: 100px 25px;
    }
}

@media screen and (max-width : 900px) {
    .section {
        padding: 15px 0;
    }

    .site-menu ul li {
        display: none;
    }

    .site-menu ul li:last-child,
    .mobile-slide {
        display: block;
    }

    .site-menu ul li:last-child {
        margin-left: 10px;
    }

    .feat-post {
        height: 420px;
    }

    .feat-post-inner {
        padding: 50px 60px 20px;
    }

    .recommended .feat-post-inner {
        /* padding-bottom: 40px; */
    }

    .feat-videos .col-23 .post-image-holder {
        height: 330px;
    }

    .recommended .post-image-holder {
        height: 240px;
    }

    .post-image-holder {
        height: 160px;
    }

    .cta, .feat-videos{
        padding: 30px 0;
    }

    .subscribe {
        padding: 40px 0;
    }

    .footer-left {
        width: 65%;
        padding-right: 2%;
    }

    .cta h2 {
        font-size: 30px;
    }

    .section-title,
    .explore h2.section-title {
        font-size: 26px;
    }

    .feat-post-content h1 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    .cta p {
        font-size: 14px;
    }

    .feat-icon, .cta a {
        font-size: 10px;
    }

    .cta-outer {
        padding: 50px 25px;
    }

    .col-4 {
        flex: 1 1 33.33%;
        max-width: 33.33%;
    }

    .col-6 {
        flex: 1 1 25%;
        max-width: 25%;
    }
}

@media screen and (max-width : 767px) {
	.cust4bg {
		height: 413px !important;
	}	
	
	.cust4bg-projects {
		align-content: left;
	}
	
	
    .site-header {
        padding: 15px 0px 0px;
    }

    .site-branding img {
        max-width: 160px;
    }

    .site-right {
        padding-top: 7px;
    }

    .site-menu ul li:last-child a {
        text-indent: -9999px;
        background: none;
        padding: 0;
        width: 21px;
        height: 21px;
        margin-top: 9px;
    }

    .site-menu ul li:last-child a::before {
        width: 100%;
        height: 100%;
        background-size: contain;
        top: 0;
        left: 0;
    }

    .site-nav {
        display: none;
    }

    .feat-post-image,
    .feat-post-content {
        position: static;
    }

    .feat-post-image,
    .videos1 .feat-post::before {
        height: 250px;
    }

    .feat-post {
        height: auto;
    }

    .feat-post-content {
        max-width: 100%;
        background-color: #f8f8f8;
    }

    .col-3, .col-13, .col, .col-23, .col-4, .col-35, .col-25 {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 10px 18px;
    }

    .col-12 {
        padding: 10px 18px;
    }

    .post-image-holder {
        height: 200px;
    }

    .post-details h2 {
        height: auto !important;
    }
	
	.picked-item-width:first-child h3{
		/*margin-bottom: -10px;*/	
	}


	.picked-item-width:last-child h3{
		margin-bottom: 0px;
	}	

    .cta h2 {
        font-size: 24px;
    }

    .recommended .feat-post-image {
        max-width: 100%;
    }

    .recommended .feat-post-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .feat-post-inner {
        padding-left: 35px;
        padding-right: 35px;
    }

    .subscribe h2 {
        font-size: 30px;
    }

    .cta-content-inner {
        max-width: 100%;
    }

    .footer-left,
    .footer-right {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }

    .footer-col {
        width: 48%;
        margin-right: 0;
    }

    .footer-col:nth-child(2n+2) {
        float: right;
    }

    .footer-col:nth-child(1),
    .footer-col:nth-child(2) {
        margin-bottom: 20px;
    }
	
	.moblog-img img {
	width: 100%!important;
    height: 242px !important;
}

    .section-title, .explore h2.section-title {
        font-size: 20px;
    }

    .section-title {
        margin-bottom: 10px;
    }

    .recommended .feat-post-inner {
        /* padding-bottom: 0; */
    }

    .games2 .feat-post-content {
        max-width: none;
    }

    .category-header .inner {
        padding: 100px 0;
    }

    .col-6 {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .single-post-image .inner {
        padding: 0;
    }

    .single-post-header {
        padding-top: 10px;
    }

    .single-post-header h1 {
        font-size: 22px;
        line-height: 1.3;
    }

    .single-post-meta .inner {
        padding: 12px 20px;
    }
}

@media screen and (max-width : 1380px) {
    .inner {
        max-width: 1080px;
    }

    .project-content .inner,
    .page-template-default .page-content .inner {
        max-width: 744px;
    }

    .mc-menu {
        width: 80px;
        padding: 15px;
    }

    #page {
        padding-left: 81px;
    }

    .inner {
        padding-left: 35px;
        padding-right: 35px;
    }

    .about9 .inner {
        padding-left: 0;
        padding-right: 0;
    }

    .about9-content {
        padding: 54px 60px;
    }

    .about9 h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .show3 .tcol3:nth-child(2) {
        width: 45%;
        padding-right: 68px;
    }

    .show3 .tcol3:last-child {
        width: 22%;
    }

    .show3 .tcol3:nth-child(2) {
        padding-right: 3%;
    }
}

@media screen and (max-width : 1200px) {
    .page-template-about .breadcrumb,
    .page-template-showroom .breadcrumb {
        margin-bottom: 0;
    }

    .home-banner {
        height: 450px;
    }

    .section {
        padding: 50px 0;
    }

    .home1 {
        padding: 24px 0;
    }

    .home5, .home6, .home7 {
        padding-top: 0;
    }

    .feat-post-content {
        max-width: 70%;
    }

    .feat-post-inner {
        padding: 60px 20px 30px;
    }

    .footer-logo {
        /* padding: 40px 0; */
    }

    .show3 .tcol3:first-child {
        padding-right: 1.5%;
    }

    .home1 h1 span,
    .home1.about1 h1,
    .about6 h2,
    .careers1 h1,
    .contact1 h2,
    .faq1 h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    .careers5 h2 {
        font-size: 32px;
    }

    .home2 h2,
    h3,
    .careers2 h2, .careers3 h2,
    .home3 h2 {
        font-size: 28px;
    }

    .home1 h1, .contact1 h1 {
        font-size: 18px;
    }

    body {
        font-size: 14px;
    }
}

@media screen and (max-width : 1100px) {
    .mc-menu, .site-menu {
        display: none;
    }

    .mobile-slide {
        display: block;
    }

    #page {
        padding-left: 0;
    }

    .show3 .tcol3:last-child {
        width: 25%;
    }

    .show3 .tcol3:first-child {
        width: 27%;
    }
}

@media screen and (max-width : 920px) {
    .home3 .ctable,
    .show3 .tcol3 {
        display: block;
        width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .home3 .ctable {
        margin-bottom: 30px;
    }

    .show3 .tcol3:nth-child(2) {
        padding: 20px 0 25px !important;
        max-width: 450px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width : 767px) {
    .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-branding img {
        max-width: 148px;
    }

    .home-banner,
    .slide {
        height: 300px;
    }

    .bx-wrapper .bx-pager {
        bottom: 14px;
    }

    .ig-content br {
        display: none;
    }

    .feat-post {
        height: 440px;
    }

    .ctable, .tcol, .tcol23, .tcol13, .mcmenu-container, .mcmenu-menu, .mcmenu-blog, .show3 .tcol3 {
        display: block;
        width: 100%;
        padding: 0;
    }

    .show3 .tcol3 {
        width: 100% !important;
    }

    .tcol23, .tcol13,
    .footer-social,
    .menu-footer-menu-5-container,
    .footer-meta p,
    .about9-content,
    .products-head h2,
    .product5,
    .about6 h2,
    .about6 .tcol:last-child {
        text-align: center;
    }

    .about9-buttons a {
        display: block !important;
    }

    .about9-buttons a:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .faq1 h1,
    .order1 .cwrap .col, .faq1 .cwrap .col, .faq1 .cwrap .col:nth-child(3), .faq1 .cwrap .col:nth-child(4) {
        margin-bottom: 30px;
    }

    .odd .tcol:last-child,
    .tab-content .tcol:last-child,
    .about6 .tcol:last-child,
    .careers2 .tcol:last-child,
    .contact2 .tcol:first-child, .contact2 .tcol:last-child,
    .faq h5 {
        padding-left: 0;
    }

    .even .tcol:first-child,
    .tab-content .tcol:first-child,
    .careers3 .col:first-child {
        padding-right: 0;
    }

    .odd .tcol:first-child,
    .even .tcol:first-child,
    .tcol23, .careers1 h3, .careers2 h2, .careers3 h2 {
        margin-bottom: 20px;
    }

    .home2 .ctable {
        margin-bottom: 40px;
    }

    .home2 .ctable:last-child,
    .home4 .ctable,
    .home5 h2 {
        margin-bottom: 25px;
    }

    .section {
        padding: 64px 0;
    }
	
	.singsection {
		padding: 16px 0 !important;
	}
	
	.pcat1section {
		padding: 0px;
	}

    .home5 .inner,
    .home6 .inner {
        padding-top: 40px;
    }

    .home .home1.section,
    .about2,
    .page-template-about .home6 {
        padding: 0;
    }

    .home4.section,
    .page-template-about .home2,
    .about4.section,
    .page-template-careers .home2,
    .contact2 {
        padding-bottom: 0;
    }

    .footer-top {
        padding-bottom: 30px;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 12px;
    }
	
	.accordion-tcol h4 {
		padding-top: 24px !important;
	}
	
	.accordion-ptcol p:first-child {
		padding-top: 24px !important;
	}

    .slide-content {
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 0 25px;
    }

    .blog .cwrap {
        display: block;
        margin: 0;
    }

    .col4,
    .col,
    .footer-left,
    .footer-right,
    .footer-widget,
    .pcat3 .col:nth-child(2n+2),
    .col3,
    .product1 .col:first-child,
    .product1 .col:last-child,
    .career-content .col3,
    .pdetail-left,
    .pdetail-right,
    .col:nth-child(2n+2),
    .cf-col {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
        max-width: none;
    }

    .pdetail-left {
        margin-bottom: 15px;
    }

    .col4:last-child,
    .col:last-child,
    .footer-right,
    .footer-widget:last-child,
    .col3:last-child,
    .product1 .col:last-child,
    .faq1,
    .career-content .col3:last-child,
    .pdetail-right,
    .cf-col:last-child {
        margin-bottom: 0;
    }

    .product1 .col:first-child {
        overflow: hidden;
		margin-top: 32px;
    }

    .footer-menu {
        width: 48%;
        margin-bottom: 25px;
        margin-right: 0;
    }

    .footer-menu:nth-child(2n+2) {
        float: right;
    }

    .footer-menu:nth-child(3),
    .footer-menu:nth-child(4) {
        margin-bottom: 0;
    }

    .feat-post-content {
        max-width: 80%;
    }

    .footer-logo {
        text-align: center;
        /* padding: 20px 0; */
    }

    .home7 .tcol6 img {
        margin: 0 auto;
    }

    .bx-wrapper .bx-controls-direction a {
        top: 50%;
        bottom: 0;
        margin-top: -22px;
    }

    .bx-wrapper .bx-controls-direction a.bx-next {
        left: auto;
        right: 0;
    }

    .footer-meta ul li {
        float: none;
        display: inline-block;
        padding-right: 12px;
        margin-right: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .mcmenu,
    .mcmenu-menu {
        width: 100%;
    }

    .mcmenu {
        top: 80px;
    }

    .mcmenu-logo {
        display: none;
    }

    .mcmenu-menu,
    .about9 .inner {
        padding: 0;
    }

    .mcmenu-items {
        position: static;
        max-width: none;
        height: auto;
        padding: 30px 20px;
    }

    .mcmenu-items ul li a,
    .tab-content .tcol:first-child {
        margin-bottom: 25px;
    }

    .pcat3 .col {
        height: auto !important;
    }

    .about9-content {
        padding: 30px;
    }

    .about9,
    .contact2,
    .home6 {
        padding-top: 0;
    }

    .contact-content {
        padding: 30px;
    }

    .contact2 .tcol:last-child {
        margin-top: -20px;
    }

    .about-banner {
        padding: 0 30px;
    }

    .about4 .inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about4 .col {
        float: left;
        margin-bottom: 0;
    }

    .about4 .col:nth-child(2n+2) {
        float: right;
    }

    .about5 .tcol:last-child {
        padding-left: 0;
        padding-top: 20px;
    }

    .about5 .tcol:last-child img {
        max-width: 32px;
    }

    .about5 p {
        margin: 20px 0 10px;
    }

    .order1 .cwrap .col, .faq1 .cwrap .col, .pcat-blog .col-6, .pcat-blog .col-4, .col-3, .col-13, .col-23, .pcat3 .col {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .post-meta span {
        float: none;
        margin-right: 0;
        padding-right: 0 !important;
    }

    .post-meta span:first-child {
        /* margin-bottom: 5px; */
        /* display: block; */
    }

    .cta-outer {
        padding: 20px;
    }

    .cta-content {
        max-width: 100%;
    }

    .post-details h2 {
        margin-top: 0;
    }

    .pcat-blog .col-6 {
        height: 300px;
    }

    .faq h5::after {
        right: 0;
    }

    .pcat-blog-image {
        height: 300px;
    }

    .pcat-blog-content {
        padding: 25px 20px;
    }

    .about2 p {
        padding: 60px 0;
    }

    .about2 p::before, .about2 p::after {
        height: 40px;
    }

    .pcat2 .bx-wrapper .bx-controls-direction a,
    .page-template-careers .bx-wrapper .bx-controls-direction a {
        top: 125px;
    }

    

    .careers3 .col:first-child {
        padding-right: 10px;
    }

    .pcat-brand-content {
        padding: 30px;
    }

    .products-head,
    .products-head h2 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .pcat1,
    .book1 {
        padding-bottom: 0;
    }

    .pcat-blog .col-6,
    .pcat-blog .col-4 {
        padding: 0 10px;
    }

    .pcat-blog {
        background: none;
    }

    .pcat3 .cwrap,
    .blog .cwrap {
        margin: 0 -10px;
    }

    .col, .col-12, .col-3, .col-13, .col-23 {
        padding: 10px;
    }
	
	.picked-item-width {
		padding: 10px 10px 0px 0px;
	}
	
	.picked-item-width:first-child {
    	padding-left: 0;
	}
	
	.picked-item-width:first-child {
    	padding-left: 0;
	}

    .product1 .col {
        padding: 0;
    }

    .single-product .home2 h2 {
        margin-bottom: 15px;
    }

    #pslider {
        float: none;
        width: 100%;
    }

    #pslider .bx-wrapper {
        margin-bottom: 20px;
    }

    .single-product .home2 {
        padding: 30px 0;
    }

    .ppager-wrap {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .gallery .col {
        padding: 0;
    }

    .about5 .col:first-child {
        padding: 0;
        margin-bottom: 0;
    }

    .feat-post-image {
        position: relative;
        height: 250px;
    }

    .feat-post-content {
        position: relative;
        max-width: none !important;
    }

    .feat-post {
        height: auto;
    }

    .feat-post-inner {
        background-color: #f3f3f3;
    }

    .recommended .feat-post-image {
        max-width: none;
    }

    .recommended .feat-post-content {
        top: auto;
        transform: translateY(0);
    }

    .feat-post-content h1 {
        margin-bottom: 15px;
    }

    .page-header {
        padding: 40px 0 20px;
    }

    .single .post-content {
        padding: 0 20px 30px;
    }

    .home3 .ctable {
        padding-bottom: 25px;
    }

    .page-template-showroom .home1 {
        padding-bottom: 0;
    }

    .show4 h2 {
        margin-bottom: 20px;
    }

    .show5 .inner {
        padding-top: 60px;
    }

    .ppage2 .inner, .ppage3 .inner, .ppage6 .inner, .brand4 .inner {
        padding-top: 40px;
    }

    .ppage3 .feat-post-content {
        max-width: none !important;
    }

    .ppage1 h2, .ppage2 h2, .ppage3 h2, .ppage5 h2, .ppage6 h2, .brand3 h2, .brand4 h2, .book1 h1 {
        margin-bottom: 20px;
    }
	
	.book1 h1 {
		font-size: 32px!important;
		line-height: 36px!important;
	}

    .product4 .tcol:last-child {
        padding-left: 0;
        padding-top: 15px;
    }

    .ppage0 {
        padding-top: 40px;
    }

    .gal1 {
        padding-bottom: 18px;
    }

    .ppage4 .post-categories a {
        /* color: #fff; */
    }

    .woocommerce-shop .about4.section, .about4 .inner {
        padding-bottom: 0;
    }

    .home4.section {
        padding-bottom: 40px;
    }

    .ig-content {
        margin-bottom: 40px;
    }

    .home4 .cwrap {
        margin: 0;
    }

    .home5, .home6, .home7 {
        padding-top: 0;
    }

    .about5.section {
        padding-bottom: 20px;
    }

    .about4 p {
        margin-bottom: 30px;
    }

    .post-meta span:first-child::before, span.min-read::after, .product3-desktop {
        display: none;
    }

    .product3-mobile {
        display: block;
    }

    .show5 h2, .about6 h2, .careers5 h2, .ppage4 h2, .product4 h2, .careers5 h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .home1 h1 span,
    .pcat1 h1,
    .home1.about1 h1,
    .about6 h2,
    .careers1 h1,
    .contact1 h2,
    .faq1 h1,
    .ppage0 h1,
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
	
	.hero-text h1{
		padding-top: 50%;
	}

    .products-head h2,
    .about9 h2,
    .product1 h1,
    .product5 h2,
    .pcat-brand h2,
    .cta h2,
    .page-header h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .home2 h2, h3, h2,
    .careers2 h2, .careers3 h2,
    .pcat-blog-content h2,
    .ppage1 h2, .ppage2 h2, .ppage3 h2, .ppage5 h2, .ppage6 h2, .brand3 h2, .brand4 h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .about5 p {
        font-size: 20px;
        line-height: 24px;
    }
	
	.home6 h2 {
		font-size: 24px!important;
        line-height: 28px!important;
	}

    .about2 p,
    .careers5 a,
    .pcat3 .pdetails h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .about2 p {
        line-height: 24px;
    }
    
    .home1 h1,
    .about-banner h3,
    .contact1 h1 {
        font-size: 16px;
        line-height: 20px;
    }

    .about3 h4,
    .careers1 h3, .careers2 h3, .careers3 h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .careers4 .ctable {
        font-size: 12px;
        line-height: 16px;
    }
}

/* Fix Project */
@media screen and (max-width : 767px) { 
	.project-content.section {
		padding-top:30px;
	}
	
	.project-slider .bx-wrapper ul#project-slider li{
		min-height:200px!important;
	}
	
	.project-slider .bx-wrapper ul#project-pager li{
		height:50px!important;
	}
	
	.project-products.section h2 {
	    font-size: 20px!important;
    	line-height: 24px!important;
	}
}

@media screen and (min-width : 768px) {
	.cwrap.normal {
		max-width: none!important;
		flex-wrap: nowrap;
    	max-width: unset;
	}
}
