/* Default Responsive Layouts */
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
/* @import url(//fast.fonts.net/cssapi/c199df14-9a2e-4ef5-9370-e7f5ea70b00c.css);
@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=c148317c-290b-44a7-8d42-fa9c890fb29b); */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
    BASE
\*------------------------------------*/
body {
  overflow-x: hidden !important;
  font-size: 17px;
  max-width: 100%;
  color: #7e8795;
}

* {
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 30px;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  letter-spacing: 1px;
}

h2 {
  font-weight: normal;
}

/*------------------------------------*\
    FONTS
\*------------------------------------*/
@font-face {
  font-family: "Didot W01 Italic";
  src: url(../Fonts/9c2cfd19-472b-4ef5-ad73-43eee68dc43b.eot?#iefix);
  src: url(../Fonts/9c2cfd19-472b-4ef5-ad73-43eee68dc43b.eot?#iefix) format("eot"), url(../Fonts/abe3d3a9-c990-459f-9407-54ac96cd2f00.woff2) format("woff2"), url(../Fonts/09a4b57b-7400-4d30-b4ba-d6e303c57868.woff) format("woff"), url(../Fonts/a0cb08d5-975f-4c8d-bcdc-d771a014d92a.ttf) format("truetype"), url(../Fonts/86d60a09-e8f8-4003-b688-0f8a2aba6532.svg#86d60a09-e8f8-4003-b688-0f8a2aba6532) format("svg");
}
@font-face {
  font-family: "Didot W01 Bold Italic";
  src: url(../Fonts/5fa305e7-b64e-4c8a-b1f5-324ecc0b83ed.eot?#iefix);
  src: url(../Fonts/5fa305e7-b64e-4c8a-b1f5-324ecc0b83ed.eot?#iefix) format("eot"), url(../Fonts/fa4e3a6d-66cb-4422-9450-017ce5d58f68.woff2) format("woff2"), url(../Fonts/69ebc5c0-3a5a-4452-a681-d3ba91648d9f.woff) format("woff"), url(../Fonts/98cd62f2-3e6f-4bf5-8d48-42df36207b6d.ttf) format("truetype"), url(../Fonts/97dc6a4b-7baa-436e-9d48-62870c1e49ac.svg#97dc6a4b-7baa-436e-9d48-62870c1e49ac) format("svg");
}
@font-face {
  font-family: 'texgyreadventorregular';
  src: url(../Fonts/texgyreadventor-regular-webfont.eot);
  src: url(../Fonts/texgyreadventor-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../Fonts/texgyreadventor-regular-webfont.woff) format("woff"), url(../Fonts/texgyreadventor-regular-webfont.ttf) format("truetype"), url(../Fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
body.single-kitchen_styles .other_projects .mk-text-block h2, .highlight_orange .wpb_row .mk-text-block h3 {
  font-family: "Soho Gothic W01 Thin",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

body .master-holder h2, body.single-kitchen_styles .page-intro .mk-text-block h2, body.single-kitchen_styles .page-intro-bottom .mk-button-container a span.mk-button--text {
  font-family: "Soho Gothic W01 Light",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

body, body .master-holder h1, body .master-holder h3, body .master-holder h4, .mk-button-container .mk-button span:after, #hero-cta-form-row .gform_wrapper .gfield_html h2, body.home .mk-page-section.intro .mk-text-block h2, body.home .home_awards p, body.single-kitchen_styles .page-intro .mk-text-block h1, body.single-kitchen_styles .feature_highlight .wpb_row .wpb_column .mk-text-block h3, .highlight_orange .wpb_row .mk-text-block h3 strong, .page-id-2135 .mk-page-section-wrapper:not(:first-child) .mk-page-section:not(.tm-call-to-action) .page-section-content .vc_col-sm-12 > div p a:after {
  font-family: "Soho Gothic W01 Regular",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content .mk-edge-custom-content h1, .master-slider .ms-view .ms-slide-layers .ms-anim-layers .ms-layer h1,
.master-slider .ms-slide .ms-slide-layers .ms-anim-layers .ms-layer h1, #hero-cta-form-row .gform_wrapper .gfield_html strong, #hero-cta-form-row .gform_wrapper .gfield_html h2 strong {
  font-family: "Soho Gothic W01 Bold",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

div:not(.mk-testimonial).mk-flexslider ul.mk-flex-slides li a .mk-flex-caption span {
  font-family: "Soho Gothic W01 Italic",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.testimonials .mk-fancy-title span {
  font-family: "SohoGothicW01-LightItal",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li .menu-item-link, .mk-button-container .mk-button span {
  font-family: "Open Sans",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

/*Background Gradient Color*/
/*Set Opacity*/
/* Border Radius*/
/* Animate */
/*Rotate*/
/*Global App */
.grid:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #38C0D8;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
a:hover {
  color: #646c79;
}

.pagination {
  margin: 20px 0 40px;
  display: block;
  text-align: center;
}
.pagination a, .pagination span {
  padding: 6px;
  border: 1px solid #38C0D8;
  color: white;
  border-radius: 30px;
  font-size: 13px;
  line-height: 9px;
  height: 22px;
  width: 22px;
  display: inline-block;
  box-sizing: border-box;
  background: #38C0D8;
}
.pagination a {
  text-decoration: none;
}
.pagination a.prev {
  width: 79px;
}
.pagination a.next {
  width: 57px;
}
.pagination a:hover {
  color: #38C0D8;
  background-color: white;
}
.pagination span {
  background: white;
  color: #38C0D8;
}

body .wrapper {
  border: 5px solid white;
  overflow: hidden;
}
body .wrapper main {
  padding-top: 95px;
}
body .wrapper main article {
  overflow: hidden;
}
body .post-edit-link, body #vc_load-inline-editor {
  display: none;
}

body .master-holder h1 {
  font-weight: normal;
  color: #6d6d6d;
}

body .master-holder h3, body .master-holder h4 {
  font-weight: normal;
  color: #333333;
}

body .master-holder h2 {
  font-weight: normal;
  color: #333333;
}

body .master-holder h3 {
  color: #d5542a;
}

em {
  font-style: normal;
}

/************************************ 
	HEADER - OLD CSS
************************************/
body .mk-desktop-logo.dark-logo {
  max-width: 189px;
}
@media only screen and (max-width: 600px) {
  body .mk-desktop-logo.dark-logo {
    max-width: 130px;
  }
}

body .add-header-height,
body .header-style-1 .mk-header-inner,
body .header-style-1 .header-logo,
body .header-style-1 .shopping-cart-header {
  height: 120px !important;
}

.add-header-height,
.header-style-1 .mk-header-inner,
.header-style-1 .header-logo,
.header-style-1 .shopping-cart-header {
  height: 90px !important;
  line-height: 90px;
}

.mk-header-padding-wrapper {
  display: none !important;
}

.mk-header-inner {
  padding-top: 0 !important;
}

.header-logo,
.header-style-1 .header-logo {
  height: 90px !important;
  right: auto !important;
  left: auto !important;
  float: left !important;
  text-align: left;
}
.header-logo .shopping-cart-header,
.header-style-1 .header-logo .shopping-cart-header {
  display: none;
}

.mk-mega-icon {
  display: none !important;
}

.mk-header-bg {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}

.header-style-1.a-sticky .mk-nav-responsive-link {
  margin-top: -15px;
}

body .mk-header-nav-container {
  width: auto !important;
  top: 20px;
  height: 100%;
  z-index: 200;
}
@media only screen and (max-width: 1019px) {
  body .mk-header-nav-container {
    display: none;
  }
}

.header-style-1.header-align-right .header-logo img {
  float: left !important;
  right: auto !important;
}

.vertical-header-enabled.vertical-header-left #theme-page > .mk-main-wrapper-holder, .vertical-header-enabled.vertical-header-center #theme-page > .mk-main-wrapper-holder, .vertical-header-enabled.vertical-header-left #theme-page > .mk-page-section-wrapper .mk-page-section, .vertical-header-enabled.vertical-header-center #theme-page > .mk-page-section-wrapper .mk-page-section, .vertical-header-enabled.vertical-header-left #theme-page > .wpb_row, .vertical-header-enabled.vertical-header-center #theme-page > .wpb_row, .vertical-header-enabled.vertical-header-left #mk-theme-container:not(.trans-header), .vertical-header-enabled.vertical-header-center #mk-footer, .vertical-header-enabled.vertical-header-left #mk-footer, .vertical-header-enabled.vertical-header-center #mk-theme-container:not(.trans-header) {
  padding-left: 0 !important;
}

.vertical-header-enabled.vertical-header-right #theme-page > .mk-main-wrapper-holder, .vertical-header-enabled.vertical-header-right #theme-page > .mk-page-section-wrapper .mk-page-section, .vertical-header-enabled.vertical-header-right #theme-page > .wpb_row, .vertical-header-enabled.vertical-header-right #mk-footer, .vertical-header-enabled.vertical-header-right #mk-theme-container:not(.trans-header) {
  padding-right: 0 !important;
}

body .mk-nav-responsive-link {
  padding: 10px 0 10px 10px;
  margin-top: -5px;
}
@media only screen and (max-width: 1019px) {
  body .mk-nav-responsive-link {
    top: 50px;
    display: block !important;
  }
}
body .mk-nav-responsive-link .mk-css-icon-menu {
  width: 18px;
  height: 18px;
  float: right;
}
body .mk-nav-responsive-link .mk-css-icon-menu div {
  background-color: #d9531e;
  height: 2px;
  margin-bottom: 3px;
}

/*------------------------------------*\
    HEADER - SITE WIDE
\*------------------------------------*/
.mk-header .mk-header-holder {
  border-top: 2px solid #d5542a;
}
.mk-header.header-style-1 {
  padding-top: 98px !important;
}
.mk-header.header-style-1:after {
  content: "";
  display: block;
  position: absolute;
  position: fixed;
  height: 36px;
  width: 100%;
  background-image: url("../images/header_shadow.png");
  background-repeat: no-repeat;
  background-position: center center;
  top: 98px;
}
.mk-header.header-style-1 .mk-header-bg {
  background: #f1f1f1;
}
.mk-header.header-style-1 .header-grid .header-logo a img {
  margin-top: 12px;
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .mk-header.header-style-1 .header-grid .header-logo a img {
    margin-left: 0 !important;
  }
}
.mk-header.header-style-1 .header-grid .mk-main-navigation {
  position: relative;
  z-index: 2;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li {
  height: 80px;
  line-height: 100px;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li .menu-item-link {
  color: #525252;
  font-weight: 600;
  font-size: 11px;
  padding: 0 12px !important;
  letter-spacing: .02em;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li .menu-item-link:hover {
  color: #d5542a;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li .menu-item-link:after {
  display: none;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li.current-menu-item > .menu-item-link {
  color: #d5542a;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li.home .menu-item-link {
  text-indent: 500px;
  height: 22px;
  width: 15px;
  overflow: hidden;
  background-image: url("../images/menu_home_icon.png");
  background-image: url("../images/themaker-home.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 0 !important;
  margin-right: 10px;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li ul.sub-menu li {
  height: auto !important;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li ul.sub-menu li a {
  padding: 13px 16px !important;
  color: #fff;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li ul.sub-menu li a:hover {
  color: #d5542a !important;
}
.mk-header.header-style-1 .header-grid .mk-main-navigation .main-navigation-ul li ul.sub-menu li.current-menu-item a {
  color: #d5542a !important;
}
.mk-header.header-style-1 .header-grid .social_links {
  z-index: 100;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  right: 285px;
  top: 3px;
}
@media only screen and (max-width: 600px) {
  .mk-header.header-style-1 .header-grid .social_links {
    right: 225px;
  }
}
.mk-header.header-style-1 .header-grid .social_links li {
  line-height: normal;
  list-style: none;
  display: inline-block;
}
.mk-header.header-style-1 .header-grid .social_links li a {
  color: #d5542a;
}
.mk-header.header-style-1 .header-grid .social_links li a:hover {
  color: #373737;
}
.mk-header.header-style-1 .header-grid .btn-grp {
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 20px !important;
  z-index: 1;
}
@media only screen and (max-width: 1019px) {
  .mk-header.header-style-1 .header-grid .btn-grp {
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .mk-header.header-style-1 .header-grid .btn-grp {
    right: 0;
    position: absolute;
    width: 100%;
    text-align: right;
    padding: 0 0 2px;
  }
}
@media only screen and (max-width: 419px) {
  .mk-header.header-style-1 .header-grid .btn-grp {
    top: -80px;
    background: none !important;
    top: 0;
  }
}
.mk-header.header-style-1 .header-grid .btn-grp .telNum, .mk-header.header-style-1 .header-grid .btn-grp #headerCta {
  z-index: 1000000;
  background: #d9531e;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: 0 solid #d9531e;
  border-radius: 3px;
  padding: 6px 21px;
  font-size: 11px !important;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .mk-header.header-style-1 .header-grid .btn-grp .telNum, .mk-header.header-style-1 .header-grid .btn-grp #headerCta {
    padding: 6px 12px;
    font-size: 11px !important;
    color: #fff !important;
    z-index: 1000000;
    margin-left: 0;
    letter-spacing: 0 !important;
  }
}
.mk-header.header-style-1 .header-grid .btn-grp .telNum:hover, .mk-header.header-style-1 .header-grid .btn-grp #headerCta:hover {
  background: #373737 !important;
}
.mk-header.header-style-1 .header-grid .btn-grp .telNum:first-child, .mk-header.header-style-1 .header-grid .btn-grp #headerCta:first-child {
  margin-right: 7px;
}
.mk-header.header-style-1 .header-grid .btn-grp .telNum span, .mk-header.header-style-1 .header-grid .btn-grp #headerCta span {
  font-size: 11px !important;
}
.mk-header.header-style-1 .header-grid .btn-grp #headerCta {
  margin-right: 1px;
  letter-spacing: 1px;
}
.mk-header.a-sticky.header-style-1:after {
  top: 71px;
}
.mk-header.a-sticky.header-style-1 .mk-header-holder {
  top: 0;
}
.mk-header.a-sticky.header-style-1 .mk-header-holder #menu-main-menu li {
  height: 70px !important;
  line-height: 60px !important;
}
.mk-header.a-sticky.header-style-1 .mk-header-holder #menu-main-menu li ul.sub-menu {
  top: calc(100% - 18px);
}
.mk-header.a-sticky.header-style-1 .mk-header-holder #menu-main-menu li ul.sub-menu li {
  height: auto !important;
}
.mk-header.a-sticky.header-style-1 .mk-header-holder .add-header-height, .mk-header.a-sticky.header-style-1 .mk-header-holder .header-logo {
  height: 70px !important;
  line-height: 60px !important;
}
.mk-header.a-sticky.header-style-1 .mk-header-holder .header-logo a img {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .mk-header.a-sticky.header-style-1 .mk-header-holder .header-logo a img {
    margin-top: 12px;
  }
}

body .add-header-height, body .header-style-1 .mk-header-inner,
body .header-style-1 .header-logo, body .header-style-1 .shopping-cart-header {
  height: 96px !important;
}

body .mk-responsive-wrap {
  left: 0;
  right: 0;
  top: 121px;
  top: 96px;
  z-index: 1000;
  background: #f9f9f9;
  overflow: visible;
  max-height: 1500px !important;
  height: auto !important;
  position: absolute;
  display: none !important;
}
@media only screen and (max-width: 600px) {
  body .mk-responsive-wrap {
    top: 91px;
  }
}
body .mk-responsive-wrap.show {
  display: block !important;
}
body .mk-responsive-wrap .menu-main-menu-container {
  width: 280px;
  float: right;
  margin: 29px 10px 38px 0;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  body .mk-responsive-wrap .menu-main-menu-container {
    width: 86%;
    margin: 29px 10px 38px 0;
  }
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav {
  margin-right: -8px !important;
  width: auto;
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav .mk-nav-arrow {
  color: #444 !important;
  width: 20px;
  right: 10px;
  top: 0;
  height: 35px;
  line-height: 35px;
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav .menu-item {
  display: block;
  padding: 0;
  margin-left: 0;
  border: 0;
}
@media only screen and (max-width: 600px) {
  body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav .menu-item {
    width: 97%;
  }
}
@media only screen and (max-width: 766px) {
  body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav .menu-item svg {
    display: block;
  }
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav .menu-item a {
  color: #777 !important;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 0;
  text-align: left;
  min-height: 20px;
}
@media only screen and (max-width: 600px) {
  body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav .menu-item a {
    font-size: 18px;
    min-height: 26px;
  }
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav .menu-item a:hover {
  color: #d9531e !important;
  background: none;
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav .menu-item .sub-menu {
  border: 0 none;
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav .menu-item .sub-menu a {
  font-size: 13px;
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav > .menu-item {
  border-bottom: 0 none;
  padding-bottom: 15px;
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav > .menu-item > a {
  font-weight: 600;
  color: #333;
}
body .mk-responsive-wrap .menu-main-menu-container .mk-responsive-nav > .menu-item:last-child {
  padding-bottom: 0;
}

body.home .mk-responsive-wrap {
  top: 91px;
}

body .a-sticky .mk-responsive-wrap {
  top: 70px;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#mk-footer {
  border-top: 5px solid #6d6d6d;
  background-color: #373737 !important;
}
#mk-footer .widget .cont {
  margin-top: 10px;
  color: #959595 !important;
}
#mk-footer .widget .cont .sect,
#mk-footer .widget .cont img {
  margin-bottom: 30px;
  font-size: 14px;
}
#mk-footer .widget .cont .sect h6 {
  font-weight: 800;
}
#mk-footer .widget .cont ul li {
  display: inline-block;
  margin-right: 5px;
}
#mk-footer .widget .cont ul li a {
  margin: 0;
  width: 20px;
  font-size: 15px;
}
#mk-footer .widget_nav_menu ul li {
  /*
  		&.current_page_item a {
  		    background: transparent;
  		    color: #fff!important;
  		    font-weight: normal;
  		    pointer-events: none;
  		}
  */
}
#mk-footer .widget_nav_menu ul li a {
  color: #959595 !important;
}
#mk-footer .widget_nav_menu ul li a:hover {
  color: #d9531e !important;
}
#mk-footer .widget_nav_menu ul li a > svg {
  display: none;
}
#mk-footer #sub-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#mk-footer #sub-footer .mk-grid {
  text-align: center;
}
#mk-footer #sub-footer .mk-grid .mk-footer-copyright {
  padding: 10px;
  display: block;
  float: none;
}
#mk-footer #sub-footer .mk-grid .mk-footer-copyright a {
  color: #a8a8a8;
}

/* Theme */
/*------------------------------------*\
    EDGE SLIDER
\*------------------------------------*/
@media only screen and (max-width: 1199px) {
  .mk-edge-wrapper {
    height: 520px !important;
  }
}
@media only screen and (max-width: 949px) {
  .mk-edge-wrapper {
    height: 420px !important;
  }
}
@media only screen and (max-width: 849px) {
  .mk-edge-wrapper {
    height: 370px !important;
  }
}
@media only screen and (max-width: 766px) {
  .mk-edge-wrapper {
    height: 300px !important;
  }
}
@media only screen and (max-width: 650px) {
  .mk-edge-wrapper {
    height: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mk-edge-wrapper .mk-edge-slider {
    height: 520px !important;
  }
}
@media only screen and (max-width: 949px) {
  .mk-edge-wrapper .mk-edge-slider {
    height: 420px !important;
  }
}
@media only screen and (max-width: 849px) {
  .mk-edge-wrapper .mk-edge-slider {
    height: 370px !important;
  }
}
@media only screen and (max-width: 766px) {
  .mk-edge-wrapper .mk-edge-slider {
    height: 300px !important;
  }
}
@media only screen and (max-width: 650px) {
  .mk-edge-wrapper .mk-edge-slider {
    height: 200px !important;
  }
}
.mk-edge-wrapper .mk-edge-slider .mk-slider-slides .mk-slider-spinner-wrap + div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content {
  top: calc(50% - 55px) !important;
}
.mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid {
  padding: 0;
  max-width: none;
}
.mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content {
  width: 580px;
  max-width: 70%;
}
@media only screen and (max-width: 1199px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 999px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 849px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 766px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 650px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content {
    margin-top: 55px;
  }
}
.mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content .mk-edge-custom-content h1 {
  color: white;
  font-weight: normal;
  font-size: 40px;
  border-left: 13px solid #d5542a;
  padding-left: 20px;
  line-height: 44px;
}
@media only screen and (max-width: 899px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content .mk-edge-custom-content h1 {
    font-size: 34px;
    line-height: 37px;
    border-left: 11px solid #d5542a;
  }
}
@media only screen and (max-width: 766px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content .mk-edge-custom-content h1 {
    font-size: 27px;
    line-height: 30px;
    border-left: 10px solid #d5542a;
  }
}
@media only screen and (max-width: 650px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content .mk-edge-custom-content h1 {
    font-size: 23px;
    line-height: 25px;
    border-left: 8px solid #d5542a;
  }
}
@media only screen and (max-width: 559px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content .mk-edge-custom-content h1 {
    font-size: 20px;
    line-height: 22px;
    border-left: 6px solid #d5542a;
  }
}
.mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content .mk-edge-custom-content h1 br {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .mk-edge-wrapper .mk-edge-slider .mk-slider-slides .slider-content .mk-grid .edge-slide-content .mk-edge-custom-content h1 br {
    display: none;
  }
}
.mk-edge-wrapper .mk-edge-slider .edge-skip-slider {
  display: none;
}

/*------------------------------------*\
    FLEX SLIDER
\*------------------------------------*/
div:not(.mk-testimonial).mk-flexslider ul.mk-flex-slides li {
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}
@media only screen and (max-width: 849px) {
  div:not(.mk-testimonial).mk-flexslider ul.mk-flex-slides li {
    border-radius: 0 50px 0 50px;
  }
}
div:not(.mk-testimonial).mk-flexslider ul.mk-flex-slides li .img_wrapper {
  max-height: 360px;
}
div:not(.mk-testimonial).mk-flexslider ul.mk-flex-slides li a {
  display: block;
}
div:not(.mk-testimonial).mk-flexslider ul.mk-flex-slides li a .mk-flex-caption {
  width: auto;
  float: right;
  right: 0;
  left: auto;
  border-top-left-radius: 20px;
  overflow: hidden;
}
div:not(.mk-testimonial).mk-flexslider ul.mk-flex-slides li a .mk-flex-caption div {
  background-color: #333333 !important;
  opacity: 1 !important;
}
div:not(.mk-testimonial).mk-flexslider ul.mk-flex-slides li a .mk-flex-caption span {
  display: block;
  padding: 5px 60px 7px 25px;
  color: #a8a8a8 !important;
  font-size: 13px;
}
div:not(.mk-testimonial).mk-flexslider ul.mk-flex-slides li a .mk-flex-caption span:after {
  content: ">";
  display: "inline-block";
  position: absolute;
  color: #d5542a;
  margin-top: 1px;
  font-size: 16px;
  right: 15px;
}

/*------------------------------------*\
    MASTER SLIDER
\*------------------------------------*/
.master-slider {
  margin: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .master-slider .ms-view,
  .master-slider .ms-slide {
    height: 520px !important;
  }
}
@media only screen and (max-width: 949px) {
  .master-slider .ms-view,
  .master-slider .ms-slide {
    height: 420px !important;
  }
}
@media only screen and (max-width: 849px) {
  .master-slider .ms-view,
  .master-slider .ms-slide {
    height: 370px !important;
  }
}
@media only screen and (max-width: 766px) {
  .master-slider .ms-view,
  .master-slider .ms-slide {
    height: 300px !important;
  }
}
@media only screen and (max-width: 650px) {
  .master-slider .ms-view,
  .master-slider .ms-slide {
    height: 200px !important;
  }
}
.master-slider .ms-view .ms-slide-layers,
.master-slider .ms-slide .ms-slide-layers {
  max-width: 100% !important;
  left: 0 !important;
}
.master-slider .ms-view .ms-slide-layers .ms-anim-layers,
.master-slider .ms-slide .ms-slide-layers .ms-anim-layers {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.master-slider .ms-view .ms-slide-layers .ms-anim-layers .ms-layer,
.master-slider .ms-slide .ms-slide-layers .ms-anim-layers .ms-layer {
  position: relative !important;
  top: auto !important;
}
.master-slider .ms-view .ms-slide-layers .ms-anim-layers .ms-layer h1,
.master-slider .ms-slide .ms-slide-layers .ms-anim-layers .ms-layer h1 {
  color: white;
  font-weight: normal;
  font-size: 40px;
  border-left: 13px solid #d5542a;
  padding-left: 20px;
  line-height: 44px;
}
@media only screen and (max-width: 899px) {
  .master-slider .ms-view .ms-slide-layers .ms-anim-layers .ms-layer h1,
  .master-slider .ms-slide .ms-slide-layers .ms-anim-layers .ms-layer h1 {
    font-size: 34px;
    line-height: 37px;
    border-left: 11px solid #d5542a;
  }
}
@media only screen and (max-width: 766px) {
  .master-slider .ms-view .ms-slide-layers .ms-anim-layers .ms-layer h1,
  .master-slider .ms-slide .ms-slide-layers .ms-anim-layers .ms-layer h1 {
    font-size: 27px;
    line-height: 30px;
    border-left: 10px solid #d5542a;
  }
}
@media only screen and (max-width: 650px) {
  .master-slider .ms-view .ms-slide-layers .ms-anim-layers .ms-layer h1,
  .master-slider .ms-slide .ms-slide-layers .ms-anim-layers .ms-layer h1 {
    font-size: 23px;
    line-height: 25px;
    border-left: 8px solid #d5542a;
  }
}
@media only screen and (max-width: 559px) {
  .master-slider .ms-view .ms-slide-layers .ms-anim-layers .ms-layer h1,
  .master-slider .ms-slide .ms-slide-layers .ms-anim-layers .ms-layer h1 {
    font-size: 20px;
    line-height: 22px;
    border-left: 6px solid #d5542a;
  }
}
.master-slider .ms-view .ms-slide-layers .ms-anim-layers .ms-layer h1 br,
.master-slider .ms-slide .ms-slide-layers .ms-anim-layers .ms-layer h1 br {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .master-slider .ms-view .ms-slide-layers .ms-anim-layers .ms-layer h1 br,
  .master-slider .ms-slide .ms-slide-layers .ms-anim-layers .ms-layer h1 br {
    display: none;
  }
}

.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
  position: absolute;
  width: 100%;
  /*
      height: 160px !important;
      margin-top: -150px;
  */
  height: auto !important;
  bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1099px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
    background-position: calc(100% + 761px) calc(100% + 84px) !important;
  }
}
@media only screen and (max-width: 849px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
    background-position: calc(50% + 200px) calc(100% + 84px) !important;
  }
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) {
    position: relative;
    height: auto !important;
    margin-top: 0 !important;
    background: 0 none !important;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-page-section-inner {
  background: url("../images/home-tabs-shad.png") no-repeat;
  background-position: calc(50% - 150px) calc(100% + 1px);
  background-position: center calc(100% + 1px);
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-page-section-inner {
    background: 0 none !important;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper {
  padding: 0px 15px;
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper {
    margin: 0 auto;
    width: 100%;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div {
  margin: 78px 0px 0 0px;
  width: calc(25% - 9px);
  overflow: hidden;
  transition: all 200ms ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  min-height: 80px;
  padding: 20px;
  transition: all 100ms ease-in-out;
  transition: background 150ms ease-in-out;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div {
    margin: 84px 0px 0 0px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 849px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div {
    margin-top: 104px;
    padding: 10px;
    width: calc(25% - 4px);
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div .mk-text-block {
  text-align: center !important;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div a.tab_button {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:first-of-type {
  border-top-left-radius: 50px;
}
@media only screen and (max-width: 849px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:first-of-type {
    border-top-left-radius: 35px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:last-child {
  border-top-right-radius: 50px;
}
@media only screen and (max-width: 849px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:last-child {
    border-top-right-radius: 35px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 auto;
  display: inline-block;
  font-weight: 700;
  color: #d5542a;
  margin-top: 7px;
  margin-right: 20px;
  transition: all 100ms ease-in-out;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1199px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 849px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div h3 {
    margin-right: 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div h3 {
    font-size: 14px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div h3 strong {
  font-weight: 600;
  color: #333333;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div h3:after {
  content: ">";
  display: inline-block;
  position: absolute;
  margin-left: 15px;
}
@media only screen and (max-width: 849px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div h3:after {
    margin-left: 6px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div p {
  margin: 0;
  display: none;
  transition: all 200ms ease-in-out;
  height: 0;
  line-height: normal;
  padding-top: 10px;
  font-size: 13px;
  color: #777777;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div p {
    font-size: 11px;
  }
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div p a {
  padding: 0 0 0 15px;
  color: #fff;
  white-space: nowrap;
}
.home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div p a:hover {
  color: #d9531e;
}
@media only screen and (min-width: 767px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:hover {
    margin-top: 0;
    background: rgba(51, 51, 51, 0.8);
  }
}
@media only screen and (min-width: 767px) and (max-width: 849px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:hover {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 767px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:hover h3 {
    margin-top: 4px;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:hover h3 strong {
    color: white;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:hover a {
    padding-top: 50px;
    transition: all 100ms ease-in-out;
    background-size: auto 70%;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div:hover p {
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 766px) {
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div {
    width: calc(100% + 30px);
    border-radius: 0 0 !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.6);
    margin: 0 -15px 0 -15px !important;
    background-position: center calc(100% + 1px) !important;
    background: rgba(51, 51, 51, 0.8);
    padding: 15px 20px 15px 30px;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div .mk-text-block {
    text-align: left !important;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div .mk-text-block h3 {
    margin-top: 4px;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div .mk-text-block h3 strong {
    color: white;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div .mk-text-block a {
    padding-top: 50px;
    transition: all 100ms ease-in-out;
    background-size: auto 70%;
  }
  .home-tabs.mk-page-section:not(.mk-adaptive-height):not(.intro-true) .mk-padding-wrapper .vc_col-sm-12 > div .mk-text-block p {
    display: block !important;
    height: auto;
    text-align: left !important;
    color: #fff;
    padding-top: 2px;
  }
}

/*------------------------------------*\
    THEME - BUTTON
\*------------------------------------*/
.mk-button-container .mk-button {
  background: none !important;
  padding: 0 !important;
  border-radius: 0;
  text-align: left;
  position: relative;
}
.mk-button-container .mk-button span {
  color: #d5542a !important;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
}
.mk-button-container .mk-button span:after {
  content: ">";
  display: block;
  position: absolute;
  display: inline-block;
  color: #d5542a;
  font-style: normal;
  font-weight: bold;
  margin-left: 15px;
  font-size: 16px;
  margin-top: 1px;
}
.mk-button-container .mk-button:hover span {
  color: #333333 !important;
}
.mk-button-container .mk-button:hover span:after {
  color: #333333;
}

/*********************************************\
	TESTIMONIALS - orig css
\*********************************************/
/*
.testimonials-row {
    padding: 50px 0
}

.testimonials-row .title-block h1 {
    text-align: center;
    margin-bottom: 50px
}

.testimonials-row .quote {
    background: #fff!important;
    border: 0;
    z-index: 0;
    position: relative
}

.testimonials-row .quote span {
    z-index: 1!important;
    padding-left: 20px;
    text-align: center
}
*/
/*------------------------------------*\
    TESTIMONIALS
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .testimonials {
    margin-top: 30px;
  }
}
.testimonials .mk-fancy-title {
  background: none;
  text-align: center;
  line-height: normal;
  padding-bottom: 0px;
  font-weight: normal;
  margin-bottom: 60px;
  padding-top: 0;
}
.testimonials .mk-fancy-title span {
  font-size: 37px;
  color: #333333;
}
@media only screen and (max-width: 999px) {
  .testimonials .mk-fancy-title span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 650px) {
  .testimonials .mk-fancy-title span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 999px) {
  .testimonials .mk-fancy-title {
    margin-bottom: 30px;
  }
}

.mk-testimonial.modern-style {
  border: none;
}
.mk-testimonial.modern-style .testimonial-item .mk-testimonial-content {
  padding: 0px 40px;
  position: relative;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 1099px) {
  .mk-testimonial.modern-style .testimonial-item .mk-testimonial-content {
    padding: 0px 10px;
  }
}
.mk-testimonial.modern-style .testimonial-item .mk-testimonial-content:before, .mk-testimonial.modern-style .testimonial-item .mk-testimonial-content:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/quote_open.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 27px;
  width: 23px;
  position: absolute;
  left: 20px;
  top: 0px;
  -ms-transform: none;
      transform: none;
  border: none;
}
.mk-testimonial.modern-style .testimonial-item .mk-testimonial-content:after {
  background-image: url("../images/quote_close.png");
  left: auto;
  right: 20px;
}
@media only screen and (max-width: 1099px) {
  .mk-testimonial.modern-style .testimonial-item .mk-testimonial-content:before {
    left: 0;
  }
  .mk-testimonial.modern-style .testimonial-item .mk-testimonial-content:after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mk-testimonial.modern-style .testimonial-item .mk-testimonial-content:before {
    left: -15px;
  }
  .mk-testimonial.modern-style .testimonial-item .mk-testimonial-content:after {
    right: -15px;
  }
}
.mk-testimonial.modern-style .testimonial-item .mk-testimonial-content .mk-testimonial-quote {
  margin-bottom: 0;
  text-align: center;
  padding: 0 15px;
  color: #777777;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.5em !important;
}
@media only screen and (max-width: 650px) {
  .mk-testimonial.modern-style .testimonial-item .mk-testimonial-content .mk-testimonial-quote {
    font-size: 16px !important;
  }
}
.mk-testimonial.modern-style .testimonial-item .mk-testimonial-content span {
  display: none;
}
.mk-testimonial.modern-style .flex-control-nav {
  top: auto;
  bottom: 0;
}
.mk-testimonial.modern-style .flex-control-nav li a svg {
  fill: #dddddd;
  width: 15px;
  height: 15px;
}
.mk-testimonial.modern-style .flex-control-nav li a.flex-active svg {
  fill: #d5542a;
}

body.home .mk-testimonial.modern-style {
  padding: 0 60px;
}
@media only screen and (max-width: 1099px) {
  body.home .mk-testimonial.modern-style {
    padding: 0;
  }
}

/**********************************\
	SEPARATOR	- orig css
\**********************************/
.tm-separator {
  width: 17% !important;
  margin-bottom: 23px;
  margin-top: 9px;
}
@media only screen and (max-width: 600px) {
  .tm-separator {
    width: 30% !important;
  }
}
.tm-separator h4 {
  background: url("../images/seperator-logo.png") no-repeat center;
  background-image: url("../images/maker_logo_small.png");
  text-indent: -9999px;
  background-size: contain;
  padding: 0 8px !important;
  width: 60px !important;
  height: 40px;
}
.single-portfolio .tm-separator {
  margin-left: 0;
  width: 14% !important;
  width: 18% !important;
  margin: 0 auto;
}

/*------------------------------------*\
   SEPARATOR - WITH TEXT
\*------------------------------------*/
.vc_separator {
  width: 18% !important;
  margin: 0 auto;
}
.vc_separator.vc_separator_align_center h4 {
  width: 20px;
  padding: 0 !important;
}

/*------------------------------------*\
    THEME - MK IMAGE
\*------------------------------------*/
.align-right.mk-image.rounded-frame img,
.align-left.mk-image.rounded-frame img {
  border-radius: 0 110px 0 110px;
}
@media only screen and (max-width: 849px) {
  .align-right.mk-image.rounded-frame img,
  .align-left.mk-image.rounded-frame img {
    border-radius: 0 50px 0 50px;
  }
}

/*------------------------------------*\
    THEME - SECTION
\*------------------------------------*/
.first-mod {
  padding-top: 54px;
}

.page-intro {
  padding: 60px 0 15px;
  text-align: center;
}
@media only screen and (max-width: 949px) {
  .page-intro {
    padding: 15px 0 15px;
  }
}
@media only screen and (max-width: 766px) {
  .page-intro {
    padding: 10px 0 15px;
  }
}
@media only screen and (max-width: 559px) {
  .page-intro {
    padding: 30px 0 15px;
  }
}
.page-intro h1,
.page-intro h2 {
  text-align: center;
}
.page-intro h1 {
  padding: 0 11%;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1023px) {
  .page-intro h1 {
    padding: 40px 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .page-intro h1 {
    padding: 0 3%;
  }
}
body .master-holder .page-intro h2 {
  padding: 10px 0;
  color: #d9531e;
  font-size: 30px;
  font-family: "SohoGothicW01-LightItal";
}
@media only screen and (max-width: 1023px) {
  body .master-holder .page-intro h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  body .master-holder .page-intro h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  body .master-holder .page-intro h2 {
    font-size: 15px;
  }
}
.single-portfolio .page-intro {
  padding: 40px 0 25px;
}
.single-portfolio .page-intro h2 {
  text-align: left;
}
.single-portfolio .page-intro h1 {
  padding: 0;
  font-family: "SohoGothicW01-ThinItali";
  text-align: left;
}

.happy-faces .mk-padding-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.happy-faces .mk-padding-wrapper .vc_col-sm-3 {
  width: 22%;
}
.happy-faces .mk-padding-wrapper .vc_col-sm-3 .review-face.mk-image {
  /*
      float: left;
      width: 50%;
      
      .mk-image-inner {
  		padding: 0 15%;
      }
  */
}
.happy-faces .mk-padding-wrapper .vc_col-sm-3 .review-face.mk-image:hover {
  opacity: .7;
}
.happy-faces .mk-padding-wrapper .vc_col-sm-3 .review-face.mk-image .mk-image-caption {
  position: relative;
  color: #333;
  background: transparent;
}

.fifty-fifty .vc_col-sm-6 .mk-text-block {
  padding: 0 50px 15px 25px;
}
.fifty-fifty .vc_col-sm-6 .mk-button-container {
  padding-left: 25px;
}
.fifty-fifty .vc_col-sm-6:last-child .mk-text-block {
  padding: 0 30px 15px 50px;
}
@media only screen and (max-width: 959px) {
  .fifty-fifty .vc_col-sm-6 .mk-text-block {
    padding: 0 40px 15px 25px;
  }
  .fifty-fifty .vc_col-sm-6:last-child .mk-text-block {
    padding: 0 30px 15px 40px;
  }
}
@media only screen and (max-width: 799px) {
  .fifty-fifty .vc_col-sm-6 .mk-text-block {
    padding: 0 30px 15px 25px;
  }
  .fifty-fifty .vc_col-sm-6:last-child .mk-text-block {
    padding: 0 30px 15px 30px;
  }
}
@media only screen and (max-width: 766px) {
  .fifty-fifty .vc_col-sm-6 .mk-text-block {
    padding: 0 0 15px 0;
  }
  .fifty-fifty .vc_col-sm-6 .mk-button-container {
    padding-left: 0;
  }
  .fifty-fifty .vc_col-sm-6:last-child .mk-text-block {
    padding: 0 0 15px 0;
  }
}

.mk-image.outside-image .mk-image-caption {
  height: 28px;
  margin-top: -28px !important;
  z-index: 1000;
  position: relative;
  text-align: right;
}
.mk-image.outside-image .mk-image-caption .mk-caption-title {
  display: inline-block;
  color: #a8a8a8 !important;
  background-color: #333333 !important;
  font-size: 13px;
  font-family: "Soho Gothic W01 Italic",sans-serif;
  border-radius: 20px 0 0 0 !important;
}
@media only screen and (max-width: 766px) {
  .mk-image.outside-image .mk-image-caption .mk-caption-title {
    padding: 5px 20px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 766px) {
  .mk-image-first-col {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    display: -ms-flexbox;
    display: flex;
  }
}
.social-feed #sb_instagram {
  padding: 0 0 10px 0 !important;
}
.social-feed #sb_instagram #sbi_images {
  padding: 0 !important;
}
.social-feed #sb_instagram #sbi_images .sbi_item {
  padding: 10px !important;
}
@media only screen and (max-width: 650px) {
  .social-feed #sb_instagram #sbi_images .sbi_item {
    width: 33.333%;
  }
}

/*------------------------------------*\
    THEME - TEXTBLOCK
\*------------------------------------*/
.mk-text-block h2 {
  font-size: 37px;
}
@media only screen and (max-width: 766px) {
  .mk-text-block h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .mk-text-block h2 {
    font-size: 24px;
  }
}
.mk-text-block .social_links {
  margin: -12px 0 0 0;
}
.mk-text-block .social_links.center {
  text-align: center;
}
.mk-text-block .social_links li {
  display: inline-block;
  margin: 0 10px;
}
.mk-text-block .social_links li a {
  background: #d5542a;
  border-radius: 20px;
  color: white;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.mk-text-block .social_links li a i {
  position: absolute;
  top: 25%;
  left: 25%;
}
.mk-text-block .social_links li a i.fa-facebook {
  left: 35%;
}
.mk-text-block .social_links li a i.fa-instagram {
  left: 30%;
}
.mk-text-block .social_links li a:hover {
  background: #373737;
}

/*------------------------------------*\
    GRAVITY FORMS - orig css
\*------------------------------------*/
.ge-hide-field {
  display: none;
}

/*********************************************\
	GRAVITY FORMS
\*********************************************/
.gform_wrapper form {
  position: relative;
/*   font-family: "Didot W01 Bold Italic" !important; */
/*   color: #777; */
    font-family: "Soho Gothic W01 Light" !important;
    color: white !important;
}

body .gform_wrapper form li, .gform_wrapper li {
  padding: 0 !important;
}

body .gform_wrapper .top_label input.large, body .gform_wrapper ul.gfield_radio, body .gform_wrapper .show-label {
  width: 100%;
  padding: 9px 11px !important;
  margin: 0 !important;
  display: block;
  border: 2px solid #ebebeb !important;
  border-width: 2px 2px 0 !important;
  background: none !important;
  min-height: 37px;
}

body .gform_wrapper ul.gfield_radio li {
  float: left;
  margin-right: 20px;
}

body .gform_body label {
  display: none;
}

body .gform_body .show-label label {
  display: inline-block;
  float: left;
  width: 110px;
/*   font-family: "Didot W01 Bold Italic" !important; */
    font-family: "Soho Gothic W01 Light" !important;
}

body .gform_body .show-label > div {
  float: left;
  width: 66%;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0 !important;
}

body .gform_wrapper textarea.medium, body .gform_wrapper textarea.large {
  height: 9.375em;
  width: 100%;
  margin: 0;
  padding: 9px 11px !important;
  border: 2px solid #ebebeb !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
  margin: 3px 2px 0 !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield label {
/*   color: #777 !important; */
/*   font-family: "Didot W01 Bold Italic" !important; */
    font-family: "Soho Gothic W01 Light" !important;
    color: white !important;
}

.gform_wrapper .gfield_radio li label {
/*   color: #777 !important; */
/*   font-family: "Didot W01 Bold Italic" !important; */
    font-family: "Soho Gothic W01 Light" !important;
    color: white !important;
}

.gform_wrapper .gfield_radio li input[type="radio"] {
  margin: 3px 0 0 2px !important;
}

::-webkit-input-placeholder {
/*   color: #777;
  font-family: "Didot W01 Bold Italic"; */
    font-family: "Soho Gothic W01 Light";
    color: white;
}

::-moz-placeholder {
/*   color: #777;
  font-family: "Didot W01 Bold Italic"; */
    font-family: "Soho Gothic W01 Light";
    color: white;
}

:-ms-input-placeholder {
/*   color: #777;
  font-family: "Didot W01 Bold Italic"; */
    font-family: "Soho Gothic W01 Light";
    color: white;
}

:-moz-placeholder {
/*   color: #777;
  font-family: "Didot W01 Bold Italic"; */
    font-family: "Soho Gothic W01 Light";
    color: white;
}

:focus::-webkit-input-placeholder {
  color: #ccc;
}

:focus::-moz-placeholder {
  color: #ccc;
}

:focus:-ms-input-placeholder {
  color: #ccc;
}

:focus:-moz-placeholder {
  color: #ccc;
}

body .gform_wrapper .top_label .gfield_contains_required input.large {
  background: url("../images/required-star.gif") no-repeat calc(100% - 10px) center/7px !important;
}

body .gform_footer.top_label {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
}

body .gform_wrapper .button {
  margin: 0 !important;
  border-radius: 0;
  background: #ebebeb !important;
/*   color: #777 !important; */
  font-size: 13px !important;
/*   font-family: "Didot W01 Bold Italic"; */
    font-family: "Soho Gothic W01 Light" !important;
    color: white !important;
}

.emodal-overlay {
  background-color: rgba(20, 20, 20, 0.6) !important;
}

.emodal.custom-position {
  background: none !important;
  box-shadow: none !important;
}

.emodal-content, .gform_wrapper .top_label .gfield_label {
/*   font-family: "Didot W01 Bold Italic" !important;
  color: #777; */
    font-family: "Soho Gothic W01 Light" !important;
    color: white !important;
}

body .emodal > .emodal-close {
  background: #ebebeb !important;
  font-family: "Didot W01 Bold Italic" !important;
  margin: -17px -29px 0 0 !important;
  display: none !important;
  color: #777;
}

body .emodal > .emodal-close:hover {
  background: #ca834d !important;
}

.emodal-content form {
  padding: 20px;
  background: #fff;
}

body .gform_heading {
  display: none;
}

body .gform_wrapper form li, .gform_wrapper li {
  background: #fff;
}

.gform_wrapper.gf_browser_chrome .custfeedback ul.gform_fields li.gfield label {
  font-size: 15px;
  font-family: "SohoGothicW01-LightItal";
}

.gform_wrapper .custfeedback .gfield_html {
  border-width: 0 0 1px 0;
  padding: 6px 0 !important;
  font-size: 16px;
  margin: 0 0 20px 0 !important;
  font-family: "Didot W01 Italic";
  clear: both;
  padding: 15px 20px !important;
  background: #ebebeb;
  line-height: 1.2em;
}

.gform_wrapper .custfeedback.survey .gfield_html {
  font-size: 14px;
  font-family: "texgyreadventorregular";
}

.gform_wrapper .custfeedback .gfield_html:not(.section-title) {
  margin: 20px 0 0 0 !important;
  background: transparent;
}

.gform_wrapper .custfeedback .gfield_html.section-title {
  font-size: 20px;
  border-bottom: 2px solid #fff;
  margin: 20px 0 0 !important;
}

.gform_wrapper .custfeedback.survey .gfield_html.section-title {
  font-size: 15px;
}

.gform_wrapper .custfeedback:not(.survey) .gfield_html strong:not(:first-child) {
  margin-left: 10px;
}

.gform_wrapper .custfeedback ul li.gfield:not(.gfield_html):not(.section-title):not(.acknowledge) {
  width: 50%;
  padding: 0 20px !important;
  margin: 20px 0 0 !important;
}

body .gform_wrapper .custfeedback ul.gfield_radio {
  padding: 0 !important;
  border: 0 !important;
}

.gform_wrapper.gf_browser_chrome .custfeedback ul.gform_fields li.gfield label {
  font-family: "Soho Gothic W01 Regular" !important;
  font-weight: 400;
  font-size: 14px;
}

.gform_wrapper.gf_browser_chrome .custfeedback ul.gform_fields li.gfield.hide-label > label {
  display: none;
}

body .custfeedback .gform_footer.top_label {
  position: relative;
  bottom: auto;
  right: auto;
  margin-top: 30px;
}

.gform_wrapper.gf_browser_chrome .custfeedback ul.gform_fields li.gfield.section-title label {
  font-size: 16px;
  margin: 0 0 20px 0 !important;
  font-family: "Didot W01 Italic" !important;
  clear: both;
  padding: 15px 20px !important;
  background: #ebebeb;
  font-size: 20px;
  border-bottom: 2px solid #fff;
  margin: 20px 0 0 !important;
  width: 100%;
  line-height: 1.2em;
}

.gform_wrapper .custfeedback .gfield_html.optional {
  max-width: 100%;
  margin: 30px 0 0 !important;
}

#theme-page .gform_wrapper .custfeedback ul li.gfield.optional-details {
  margin: 20px 0 0 0 !important;
  background: #f2f2f2;
  padding: 10px 54px 16px 20px !important;
  width: 50% !important;
}

#theme-page .gform_wrapper .custfeedback ul li.gfield.acknowledge {
  width: 100% !important;
  margin: 40px 0 0 0 !important;
  position: relative;
}

.gform_wrapper .custfeedback ul li.gfield.acknowledge label {
  padding-left: 30px;
}

.gform_wrapper .custfeedback ul li.gfield.acknowledge .ginput_container_checkbox {
  position: absolute;
  top: 7px;
}

.gform_wrapper .custfeedback ul li.gfield.acknowledge .ginput_container_checkbox li {
  background: transparent !important;
}

.gform_wrapper .custfeedback.survey ul li.full-width-with-label:not(.gfield_html):not(.section-title):not(.acknowledge) {
  width: 100%;
  padding: 0 20px !important;
  margin: 30px 0 10px !important;
  position: relative;
}

.gform_wrapper .custfeedback.survey ul li.full-width-with-label > label {
  padding-left: 10px;
}

.gform_wrapper .custfeedback.survey ul li.full-width-with-label div {
  position: absolute;
  top: 0;
  left: 5px;
  height: 20px;
}

.gform_wrapper .custfeedback.survey ul li.full-width-with-label div li {
  height: 20px;
}

.gform_wrapper .custfeedback.survey ul li.full-width-with-label div label {
  display: none;
}

#hero-cta-form-row {
  margin-top: 0;
  padding: 40px;
  direction: rtl;
}

#hero-cta-form-row .gform_wrapper {
  margin: 0;
  direction: ltr;
  max-width: 400px;
  background: #d9531e;
  border-radius: 0px;
  padding: 20px 40px;
}

.emodal {
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  width: 40% !important;
  min-width: 500px;
}
.emodal form {
  background: #d9531e;
  border-radius: 0px;
  padding: 40px;
  border-top: 5px solid #ffffff !important;
}
.emodal .gform_wrapper ul.gform_fields .form-title {
  margin-bottom: 30px !important;
}

#hero-cta-form-row .gform_wrapper .form-title,
.emodal-content .gform_wrapper ul.gform_fields .form-title {
  background: none !important;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  margin-bottom: 25px;
  padding-bottom: 25px !important;
  font-family: "Soho Gothic W01 Light";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#hero-cta-form-row .gform_wrapper .form-title > h2,
.emodal-content .gform_wrapper ul.gform_fields .form-title > h2 {
  font-family: "Soho Gothic W01 Regular";
  margin-bottom: 10px;
  color: #ffffff !important;
}

#hero-cta-form-row .gform_wrapper .hero-form-txtbx,
#hero-cta-form-row .gform_wrapper .hero-form-txtbx-half,
#hero-cta-form-row .gform_wrapper .hero-form-txtarea,
.emodal-content .gform_wrapper ul.gform_fields li.gfield {
  background: none;
  margin: 0 0 5px;
}

#hero-cta-form-row .gform_wrapper .hero-form-txtbx-half {
  width: 47%;
  display: inline-block;
}

.emodal-content .gform_wrapper ul.gform_fields .hero-form-txtbx-half {
  width: 47%;
  display: inline-block;
  float: left;
  vertical-align: top;
}

.emodal-content .gform_wrapper ul.gform_fields .hero-form-txtbx-half + .hero-form-txtbx-half {
  float: right;
  width: 47% !important;
  margin-top: -67px;
}

#hero-cta-form-row .gform_wrapper .hero-form-txtbx-half:nth-child(5),
.emodal-content .gform_wrapper ul.gform_fields .hero-form-txtbx-half + .hero-form-txtbx-half {
  margin-left: 10px !important;
}

#hero-cta-form-row .gform_wrapper .hero-form-txtbx label, #hero-cta-form-row .gform_wrapper .hero-form-txtbx-half label, #hero-cta-form-row .gform_wrapper .hero-form-txtarea label, .emodal-content .gform_wrapper ul.gform_fields li.gfield label {
  font-family: 'texgyreadventorregular' !important;
  letter-spacing: 1px;
  color: #ffffff !important;
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: bold !important;
}

#hero-cta-form-row .gform_wrapper .hero-form-txtbx label > span, .emodal-content .gform_wrapper ul.gform_fields li.gfield label > span {
  color: #fff !important;
}

#hero-cta-form-row .gform_wrapper .hero-form-txtbx input, #hero-cta-form-row .gform_wrapper .hero-form-txtbx-half input, #hero-cta-form-row .gform_wrapper .hero-form-txtarea textarea, .emodal-content .gform_wrapper ul.gform_fields li.gfield input, .emodal-content .gform_wrapper ul.gform_fields li.gfield textarea {
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 0px;
  height: 35px !important;
  font-family: "Soho Gothic W01 Light" !important;
  color: #ffffff !important;
  border: 0 !important;
}

.emodal-content .gform_wrapper ul.gfield_radio, .emodal-content .gform_wrapper .show-label {
  border: none !important;
  padding-left: 0 !important;
}

.emodal-content .gform_wrapper ul.gfield_radio li, .emodal-content .gform_wrapper .show-label .ginput_container_fileupload #input_1_9, .emodal-content .gform_wrapper .show-label .ginput_container_fileupload span {
  background: none !important;
  color: #fff;
}

.emodal-content .gform_wrapper .show-label .ginput_container_fileupload #input_1_9 {
  width: 100%;
}

#extensions_message {
  display: block !important;
  font-style: normal !important;
  font-family: "Soho Gothic W01 Light" !important;
  opacity: .8;
  margin-top: 5px;
  font-size: 11px;
}

#hero-cta-form-row .gform_wrapper .hero-form-txtarea textarea, .emodal-content .gform_wrapper ul.gform_fields li.gfield textarea {
  height: 80px !important;
}

#hero-cta-form-row .gform_wrapper .gform_footer.top_label, .emodal-content .gform_wrapper .gform_footer.top_label {
  position: relative;
  right: 0;
  margin-top: 40px;
}

#hero-cta-form-row .gform_wrapper .gform_footer.top_label input, .emodal-content .gform_wrapper .gform_footer.top_label input {
  width: 100%;
  border-radius: 0px;
  height: 50px;
  background: #373737 !important;
  border: 0px solid #fff !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold !important;
  font-family: "texgyreadventorregular" !important;
}

#hero-cta-form-row .gform_wrapper .gform_footer.top_label input:HOVER, .emodal-content .gform_wrapper .gform_footer.top_label input:HOVER {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .custfeedback ul li.gfield:not(.gfield_html):not(.section-title), #theme-page .gform_wrapper .custfeedback ul li.gfield.optional-details {
    width: 100% !important;
  }
}
@media only screen and (max-width: 641px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  #hero-cta-form-row {
    margin-top: 0;
    padding: 20px 0;
    direction: ltr;
  }

  #hero-cta-form-row .mk-padding-wrapper {
    padding: 0;
  }

  #hero-cta-form-row .gform_wrapper {
    margin: 0;
    direction: ltr;
    width: 100%;
    max-width: none;
  }

  #hero-cta-form-row .gform_wrapper .hero-form-txtbx-half {
    width: 100%;
    display: inline-block;
  }

  .emodal {
    min-width: 0 !important;
    width: 90% !important;
  }

  .emodal-content .gform_wrapper ul.gform_fields .hero-form-txtbx-half + .hero-form-txtbx-half {
    margin-left: 0 !important;
  }

  .emodal-content .gform_wrapper ul.gform_fields .hero-form-txtbx-half {
    width: 100%;
    float: none !important;
    margin: 0 !important;
  }

  #hero-cta-form-row .gform_wrapper .hero-form-txtbx-half:nth-child(5) {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  body .master-holder .intro h1 {
    font-size: 22px;
  }

  .awards-icon {
    margin-top: 10px;
  }

  #hero-cta-form-row {
    margin-top: 0;
    padding: 0;
  }

  #hero-cta-form-row .mk-grid, #hero-cta-form-row .column_container, #hero-cta-form-row .mk-padding-wrapper {
    padding: 0;
  }

  #hero-cta-form-row .gform_wrapper {
    border-radius: 0 !important;
  }

  .emodal {
    min-width: 0 !important;
    width: 100% !important;
  }

  .emodal form {
    border-radius: 0 !important;
    padding: 30px;
  }
}
/*------------------------------------*\
    GRAVITY FORMS - HERO FORM
\*------------------------------------*/
#hero-cta-form-row {
  padding: 35px 40px;
}
@media only screen and (max-width: 766px) {
  #hero-cta-form-row {
    padding: 10px;
  }
}
#hero-cta-form-row .gform_wrapper {
  margin-right: 70px;
  max-width: 380px;
  padding: 28px 30px 18px;
}
@media only screen and (max-width: 1099px) {
  #hero-cta-form-row .gform_wrapper {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 766px) {
  #hero-cta-form-row .gform_wrapper {
    margin: 0 auto;
  }
}
#hero-cta-form-row .gform_wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/guide_book_img.png");
  background-repeat: no-repeat;
  width: 603px;
  height: 597px;
  background-position: center center;
  left: -34px;
  top: calc(50% - 297px);
}
@media only screen and (max-width: 1099px) {
  #hero-cta-form-row .gform_wrapper:before {
    left: -150px;
    z-index: -1;
  }
}
@media only screen and (max-width: 899px) {
  #hero-cta-form-row .gform_wrapper:before {
    background-size: contain;
    width: 503px;
  }
}
@media only screen and (max-width: 767px) {
  #hero-cta-form-row .gform_wrapper:before {
    display: none;
  }
}
#hero-cta-form-row .gform_wrapper .gfield_html {
  font-size: 19px !important;
  line-height: 1.5em;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 766px) {
  #hero-cta-form-row .gform_wrapper .gfield_html {
    font-size: 15px !important;
  }
}
#hero-cta-form-row .gform_wrapper .gfield_html strong {
  color: white;
}
#hero-cta-form-row .gform_wrapper .gfield_html h2 {
  font-size: 28px;
  margin: 0 -10px;
  margin-bottom: 18px;
  letter-spacing: 0;
}
@media only screen and (max-width: 766px) {
  #hero-cta-form-row .gform_wrapper .gfield_html h2 {
    font-size: 23px !important;
  }
}
#hero-cta-form-row .gform_wrapper .gfield_html h2 strong {
  color: white;
}
#hero-cta-form-row .gform_wrapper .gfield {
  margin-bottom: 1px;
}
#hero-cta-form-row .gform_wrapper .gfield .ginput_container input {
  height: 32px !important;
  min-height: 30px;
}
#hero-cta-form-row .gform_wrapper .gform_footer.top_label {
  margin-top: 33px;
}

/* Pages */
/*------------------------------------*\
    PAGE HOME
\*------------------------------------*/
/*------------------------------------*\
    HOME MAIN STORY - orig css
\*------------------------------------*/
.home-main-story .vc_row:first-child .vc_col-sm-6:last-child {
  padding: 100px 45px 25px;
}

.home-main-story .vc_row:last-child .vc_col-sm-6:first-child {
  padding: 90px 45px 25px;
}

.home-main-story {
  margin-top: 0;
}

.home-main-story .vc_row:first-child .vc_col-sm-6:last-child {
  padding: 100px 45px 75px;
}

.home-main-story .bigger-screen {
  display: none;
}

.home-main-story .smaller-screen {
  display: block;
}

.home-main-story .mk-text-block.smaller-screen {
  padding: 52px 45px 0;
  clear: both;
}

.home-main-story .mk-button-container.smaller-screen {
  padding: 0 45px;
}

body .home-main-story .mk-image.outside-image .mk-image-caption {
  display: inline-block;
}

.home-main-story .mk-image.smaller-screen {
  padding: 70px 0 0;
  clear: both;
  margin: 0 -45px -75px !important;
}

@media only screen and (max-width: 1100px) {
  .home-main-story .vc_row:last-child .vc_col-sm-6:first-child {
    padding-top: 53px;
  }
}
@media only screen and (max-width: 1020px) {
  .home-main-story .vc_row:first-child .vc_col-sm-6:last-child {
    padding: 100px 45px 75px;
  }

  body .home-main-story .mk-image.outside-image .mk-image-caption {
    display: none;
  }

  .home-main-story .bigger-screen {
    display: none;
  }

  .home-main-story .smaller-screen {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .home-main-story {
    margin-top: 0;
  }

  .home-main-story .background-layer {
    background: none !important;
  }

  .home-main-story .mk-text-block.smaller-screen, .home-main-story .vc_row:first-child .vc_col-sm-6:last-child {
    padding: 52px 0 0;
  }

  .home-main-story .mk-image.align-right {
    float: none;
    padding-top: 35px;
  }

  .home-main-story .mk-image.align-right .mk-image-inner,
  .home-main-story .mk-image.align-left .mk-image-inner {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-main-story .mk-image.smaller-screen {
    padding: 70px 0 0;
    clear: both;
    margin: 0 !important;
  }
}
body.home .mk-page-section.intro {
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.home .mk-page-section.intro .page-section-content {
    padding-top: 40px !important;
  }
}
body.home .mk-page-section.intro .mk-text-block {
  padding-left: 90px;
}
@media only screen and (max-width: 1099px) {
  body.home .mk-page-section.intro .mk-text-block {
    padding-left: 0px;
  }
}
body.home .mk-page-section.intro .mk-text-block p {
  padding-left: 0;
  padding-right: 20px;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  body.home .mk-page-section.intro .mk-text-block p {
    padding-right: 0px;
  }
}
body.home .mk-page-section.intro .mk-image-inner {
  border-radius: 0 100px;
  overflow: hidden;
}
@media only screen and (max-width: 849px) {
  body.home .mk-page-section.intro .mk-image-inner {
    border-radius: 0 50px;
  }
}
body.home .mk-page-section.intro .mk-button-container {
  padding-left: 90px;
}
@media only screen and (max-width: 1099px) {
  body.home .mk-page-section.intro .mk-button-container {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  body.home .mk-page-section.intro .mk-button-container {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 766px) {
  body.home .mk-page-section.intro .mk-button-container {
    margin-bottom: 0 !important;
  }
}
body.home .mk-page-section.intro .mk-button-container .mk-button span:after {
  display: none;
}
body.home .mk-page-section.intro .vc_row.home_read_more {
  transition: max-height 600ms ease-in-out;
  max-height: 0;
  overflow: hidden;
}
body.home .mk-page-section.intro .vc_row.home_read_more .wpb_column:not(:first-child) .mk-text-block {
  padding: 0;
}
body.home .mk-page-section.intro .vc_row.home_read_more .wpb_column:last-child .mk-text-block p {
  padding-right: 0;
}
body.home .mk-page-section.intro .vc_row.home_read_more .mk-text-block {
  padding-right: 90px;
}
body.home .mk-page-section.intro .vc_row.home_read_more.show {
  max-height: 500px;
  margin-top: 25px;
}
body.home .mk-page-section.intro .vc_row.home_read_more h2 {
  font-size: 20px;
}
body.home .mk-page-section.intro .vc_row.home_read_more p {
  margin-bottom: 0;
  font-size: 14px;
}
body.home .home-main-story:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url("../images/maker_logo_small.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
  z-index: 100;
}
body.home .home-main-story .vc_row .mk-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 949px) {
  body.home .home-main-story .vc_row .mk-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  body.home .home-main-story .vc_row .mk-grid {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:first-child {
  padding: 0 !important;
}
body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-text-block, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-button-container, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:first-child .mk-text-block, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:first-child .mk-button-container {
  padding: 0 50px;
}
@media only screen and (max-width: 1199px) {
  body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-text-block, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-button-container, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:first-child .mk-text-block, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:first-child .mk-button-container {
    padding: 0;
  }
}
body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:first-child {
  padding-left: 40px !important;
}
body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:first-child .mk-text-block {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:first-child .mk-text-block {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1099px) {
  body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:first-child {
    padding-left: 0 !important;
  }
}
body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child {
  padding-right: 40px !important;
}
@media only screen and (max-width: 1099px) {
  body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child {
    padding-right: 0 !important;
  }
}
body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-text-block, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-button-container {
  padding-left: 60px;
}
@media only screen and (max-width: 1099px) {
  body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-text-block, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-button-container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-text-block, body.home .home-main-story .vc_row .mk-grid .vc_col-sm-6:last-child .mk-button-container {
    padding-left: 0;
  }
}
body.home .home-main-story .vc_row .mk-grid .mk-image.smaller-screen {
  margin: 0 !important;
  padding: 0 !important;
}
body.home .home-main-story .vc_row .mk-grid .mk-text-block h2 {
  margin-top: 6px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 999px) {
  body.home .home-main-story .vc_row .mk-grid .mk-text-block h2 {
    font-size: 35px;
  }
}
body.home .home-main-story .vc_row .mk-grid .mk-text-block p {
  line-height: 1.5em;
}
body.home .master-holder h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  body.home .master-holder h2 {
    font-size: 26px;
  }
}
body.home .master-holder h2 em {
  color: #d5542a;
  font-family: "Didot W01 Bold Italic";
  font-style: normal;
}
body.home .home_awards {
  margin-top: -3px;
}
body.home .home_awards h2 {
  margin-bottom: 14px;
}
body.home .home_awards p {
  color: #333333;
  font-weight: bold;
}

/*------------------------------------*\
    PAGE - KITCHEN STYLES 
\*------------------------------------*/
.esg-grid .mainul li.eg-the-maker-styles-wrapper .esg-media-cover-wrapper {
  border-radius: 50px 0 !important;
  overflow: hidden;
}
.esg-grid .mainul li.eg-the-maker-styles-wrapper:nth-child(2) .esg-media-cover-wrapper, .esg-grid .mainul li.eg-the-maker-styles-wrapper:nth-child(3) .esg-media-cover-wrapper, .esg-grid .mainul li.eg-the-maker-styles-wrapper:nth-child(6) .esg-media-cover-wrapper, .esg-grid .mainul li.eg-the-maker-styles-wrapper:nth-child(7) .esg-media-cover-wrapper {
  border-radius: 0 50px 0 50px !important;
}
@media only screen and (max-width: 639px) {
  .esg-grid .mainul li.eg-the-maker-styles-wrapper .esg-media-cover-wrapper, .esg-grid .mainul li.eg-the-maker-styles-wrapper:nth-child(2) .esg-media-cover-wrapper, .esg-grid .mainul li.eg-the-maker-styles-wrapper:nth-child(3) .esg-media-cover-wrapper, .esg-grid .mainul li.eg-the-maker-styles-wrapper:nth-child(6) .esg-media-cover-wrapper, .esg-grid .mainul li.eg-the-maker-styles-wrapper:nth-child(7) .esg-media-cover-wrapper {
    border-radius: 50px 0 !important;
  }
}
.esg-grid .mainul li.eg-the-maker-styles-wrapper .eg-the-maker-styles-element-0 {
  background-color: rgba(250, 250, 250, 0.7) !important;
  z-index: 2 !important;
  padding: 10px 31px 11px !important;
  color: #d9531e !important;
  font-size: 21px !important;
  font-family: "SohoGothicW01-LightItal" !important;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3) !important;
  border-radius: 20px !important;
  display: inline-block !important;
}
@media only screen and (max-width: 766px) {
  .esg-grid .mainul li.eg-the-maker-styles-wrapper .eg-the-maker-styles-element-0 {
    font-size: 18px !important;
    padding: 7px 22px 11px !important;
    margin-top: 20px;
  }
}

body.single-kitchen_styles .mk-post-nav.mk-post-prev,
body.single-kitchen_styles .mk-post-nav.mk-post-next {
  display: none;
}
body.single-kitchen_styles #mk-page-introduce {
  display: none;
}
body.single-kitchen_styles .theme-content > article > .blog-single-title, body.single-kitchen_styles .theme-content > article > .blog-single-meta, body.single-kitchen_styles .theme-content > article > .single-social-section {
  display: none;
}
body.single-kitchen_styles #theme-page {
  margin-top: -10px;
}
body.single-kitchen_styles #theme-page .theme-page-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.single-kitchen_styles #theme-page .theme-page-wrapper .theme-content {
  padding-top: 0 !important;
  padding-bottom: 0;
}
body.single-kitchen_styles #theme-page .theme-page-wrapper .theme-content .mk-single-content {
  margin-bottom: 0;
}
body.single-kitchen_styles :not(.page-intro) h2 {
  text-align: center;
  width: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  body.single-kitchen_styles :not(.page-intro) h2 {
    padding: 0 10%;
  }
}
body.single-kitchen_styles .page-intro {
  padding: 5px 0 66px;
}
body.single-kitchen_styles .page-intro .wpb_row {
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 650px) {
  body.single-kitchen_styles .page-intro .wpb_row {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: left;
        align-items: left;
  }
}
@media only screen and (max-width: 766px) {
  body.single-kitchen_styles .page-intro .wpb_row .vc_col-sm-8 {
    width: 65%;
  }
}
@media only screen and (max-width: 650px) {
  body.single-kitchen_styles .page-intro .wpb_row .vc_col-sm-8 {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  body.single-kitchen_styles .page-intro .wpb_row .vc_col-sm-4 {
    width: 35%;
  }
}
@media only screen and (max-width: 650px) {
  body.single-kitchen_styles .page-intro .wpb_row .vc_col-sm-4 {
    width: 160px;
    margin: -30px 0 40px;
  }
}
body.single-kitchen_styles .page-intro .mk-text-block p {
  min-height: 90px;
}
body.single-kitchen_styles .page-intro .mk-text-block h1 {
  color: #6d6d6d;
  font-size: 65px;
  padding: 0;
  text-align: left;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  body.single-kitchen_styles .page-intro .mk-text-block h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 899px) {
  body.single-kitchen_styles .page-intro .mk-text-block h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 766px) {
  body.single-kitchen_styles .page-intro .mk-text-block h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 559px) {
  body.single-kitchen_styles .page-intro .mk-text-block h1 {
    font-size: 29px;
  }
}
body.single-kitchen_styles .page-intro .mk-text-block h2 {
  color: #d5542a;
  font-size: 24px;
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 766px) {
  body.single-kitchen_styles .page-intro .mk-text-block h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 559px) {
  body.single-kitchen_styles .page-intro .mk-text-block h2 {
    font-size: 16px;
  }
}
body.single-kitchen_styles .page-intro-bottom {
  background-image: url("../images/portfolio_intro_bg_bot.png");
  background-repeat: no-repeat;
  background-position: center bottom -20px;
  top: -92px;
  margin-bottom: -92px;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  body.single-kitchen_styles .page-intro-bottom {
    background-position: left -350px bottom -20px;
  }
}
@media only screen and (max-width: 1099px) {
  body.single-kitchen_styles .page-intro-bottom {
    background-position: left -350px bottom -20px !important;
  }
}
body.single-kitchen_styles .page-intro-bottom .page-section-content {
  width: 100%;
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button {
  position: relative;
  top: -50px;
  width: 175px !important;
  background: #d5542a;
  border-radius: 15px;
  overflow: hidden;
  height: auto !important;
  padding: 5px 0px 5px;
}
@media only screen and (max-width: 1199px) {
  body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button {
    bottom: -70px;
  }
}
@media only screen and (max-width: 1099px) {
  body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button {
    bottom: -50px;
  }
}
@media only screen and (max-width: 999px) {
  body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button {
    bottom: -30px;
  }
}
@media only screen and (max-width: 559px) {
  body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button {
    width: 145px !important;
  }
}
@media only screen and (max-width: 479px) {
  body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button {
    width: 125px !important;
  }
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button span {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 479px) {
  body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button span {
    font-size: 10px;
  }
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button a {
  display: inline-block;
  position: absolute;
  width: calc(49% - 40px);
  height: 100%;
  color: white;
  top: 0;
  line-height: 35px;
  font-family: fontawesome;
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button a.prev {
  padding-right: 40px;
  left: 0;
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button a.prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid white;
  top: calc(50% - 6px);
  left: 15px;
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button a.prev:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+55,ffffff+100&0.3+0,0+55,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button a.prev:hover:before {
  border-right-color: #6d6d6d;
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button a.next {
  content: '\f0da';
  padding-left: 40px;
  right: 0;
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button a.next:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid white;
  top: calc(50% - 7px);
  right: 15px;
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button a.next:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45&0+0,0+45,0.3+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dffffff',GradientType=1 );
  /* IE6-9 */
}
body.single-kitchen_styles .page-intro-bottom .page-section-content .dc_nxt_prev_button a.next:hover:after {
  border-left-color: #6d6d6d;
}
body.single-kitchen_styles .page-intro-bottom .mk-button-container {
  height: auto !important;
  width: auto !important;
  position: absolute;
  top: -50px;
  left: 225px;
}
@media only screen and (max-width: 1199px) {
  body.single-kitchen_styles .page-intro-bottom .mk-button-container {
    bottom: -87px;
  }
}
@media only screen and (max-width: 1099px) {
  body.single-kitchen_styles .page-intro-bottom .mk-button-container {
    bottom: -67px;
  }
}
@media only screen and (max-width: 999px) {
  body.single-kitchen_styles .page-intro-bottom .mk-button-container {
    bottom: -47px;
  }
}
@media only screen and (max-width: 559px) {
  body.single-kitchen_styles .page-intro-bottom .mk-button-container {
    left: 175px;
  }
}
body.single-kitchen_styles .page-intro-bottom .mk-button-container a {
  background: #808180 !important;
  padding: 11px 25px !important;
  border-radius: 15px;
}
@media only screen and (max-width: 479px) {
  body.single-kitchen_styles .page-intro-bottom .mk-button-container a {
    padding: 11px 12px !important;
  }
}
body.single-kitchen_styles .page-intro-bottom .mk-button-container a span.mk-button--text {
  font-size: 13px;
  color: white !important;
  padding-right: 0;
  font-style: normal;
}
@media only screen and (max-width: 559px) {
  body.single-kitchen_styles .page-intro-bottom .mk-button-container a span.mk-button--text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 479px) {
  body.single-kitchen_styles .page-intro-bottom .mk-button-container a span.mk-button--text {
    font-size: 10px;
  }
}
body.single-kitchen_styles .page-intro-bottom .mk-button-container a span.mk-button--text:after {
  display: none;
}
body.single-kitchen_styles .page-intro-bottom .mk-button-container a:hover {
  background: #d5542a !important;
}
body.single-kitchen_styles .vision_quality .mk-text-block p {
  margin-bottom: 15px;
}
body.single-kitchen_styles .highlight-3-columns .mk-text-block h3 {
  margin-bottom: 20px;
}
body.single-kitchen_styles .highlight-3-columns .mk-text-block p {
  padding: 0 10px;
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  body.single-kitchen_styles .highlight-3-columns .mk-text-block p br {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  body.single-kitchen_styles .feature_highlight {
    padding: 20px 0;
  }
}
body.single-kitchen_styles .feature_highlight .wpb_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  body.single-kitchen_styles .feature_highlight .wpb_row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 1199px) {
  body.single-kitchen_styles .feature_highlight .wpb_row .wpb_column {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
@media only screen and (max-width: 767px) {
  body.single-kitchen_styles .feature_highlight .wpb_row .wpb_column .mk-image {
    margin-top: 20px;
  }
}
body.single-kitchen_styles .feature_highlight .wpb_row .wpb_column .mk-image .mk-image-container {
  padding: 0;
}
body.single-kitchen_styles .feature_highlight .wpb_row .wpb_column .mk-image .mk-image-container .mk-image-holder {
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
body.single-kitchen_styles .feature_highlight .wpb_row .wpb_column .mk-text-block h3 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 16px;
}
body.single-kitchen_styles .feature_highlight .wpb_row .wpb_column .mk-text-block h3 strong {
  font-weight: bold;
}
body.single-kitchen_styles .feature_highlight .wpb_row .wpb_column .mk-text-block p {
  margin-bottom: 0;
  line-height: 1.9em;
}
@media only screen and (max-width: 1199px) {
  body.single-kitchen_styles .feature_highlight .wpb_row .wpb_column .mk-text-block p br {
    display: none;
  }
}
body.single-kitchen_styles .other_projects .mk-text-block h2 {
  font-size: 55px;
}
body.single-kitchen_styles .other_projects .portfolio-grid {
  margin-top: 7px;
}
body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item .item-holder {
  margin: 0 10px 20px 10px;
}
body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item .item-holder .featured-image {
  margin-bottom: 4px;
}
body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item .item-holder .featured-image img {
  border-radius: 0;
}
body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item .item-holder .portfolio-meta-wrapper {
  text-align: right;
}
body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item .item-holder .portfolio-meta-wrapper h3 {
  margin-bottom: 0;
}
body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item .item-holder .portfolio-meta-wrapper h3 a {
  font-size: 23px;
  color: #d5542a;
}
body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item .item-holder .portfolio-categories, body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item .item-holder .the-excerpt {
  display: none;
}
body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item:nth-child(3n+1) .item-holder .featured-image img {
  border-top-right-radius: 100px;
}
body.single-kitchen_styles .other_projects .portfolio-grid .mk-portfolio-item:nth-child(3n+2) .item-holder .featured-image img {
  border-bottom-left-radius: 100px;
}
body.single-kitchen_styles .single-post-tags, body.single-kitchen_styles .blog-similar-posts {
  display: none;
}

.highlight_orange .wpb_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1199px) {
  .highlight_orange .wpb_row .vc_col-sm-1 {
    display: none;
  }
  .highlight_orange .wpb_row .vc_col-sm-10 {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .highlight_orange .wpb_row {
    padding: 20px 0;
  }
}
.highlight_orange .wpb_row .mk-text-block h3 {
  font-size: 31px;
  color: white;
  margin-bottom: 0;
  font-weight: bold;
  margin: 0 10px;
  letter-spacing: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .highlight_orange .wpb_row .mk-text-block h3 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 959px) {
  .highlight_orange .wpb_row .mk-text-block h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 899px) {
  .highlight_orange .wpb_row .mk-text-block h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 766px) {
  .highlight_orange .wpb_row .mk-text-block h3 {
    text-align: center;
  }
}
.highlight_orange .wpb_row .mk-text-block h3 strong {
  font-weight: bold;
  color: white;
  padding: 0 14px;
}
@media only screen and (max-width: 766px) {
  .highlight_orange .wpb_row .mk-text-block h3 strong {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .highlight_orange .wpb_row .mk-text-block h3 em {
    display: block;
    width: 100%;
  }
}
.highlight_orange .wpb_row .mk-text-block h3 a {
  color: #FFF;
  /*
  					cursor: pointer;
  				    border-radius: 40px;
  				    padding: 0 25px !important;
  				    display: inline-block;
  				    max-width: 100%;
  				    background: #fff !important;
  				    color: #d5542a !important;
  				    font-weight: bold;
  				    font-style: italic;
  				    position: relative;
  				    font-family: "Open Sans",sans-serif;
  				    -webkit-font-smoothing: antialiased;
  				    font-size: 14px;
  				    width: auto;
  				    letter-spacing: 1px;
  				    margin: 0 14px;
  				    line-height: 34px;
  					height: 34px;
  */
}
.highlight_orange .wpb_row .mk-text-block h3 a:after {
  content: ">";
  border-radius: 50px;
  background: #fff !important;
  height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  color: #d5542a;
  padding: 1px 11px;
}
.highlight_orange .wpb_row .mk-text-block h3 a:hover:after {
  background: #d0cfcf !important;
}
@media only screen and (max-width: 766px) {
  .highlight_orange .wpb_row .mk-text-block h3 a {
    display: block;
    margin-top: 20px;
  }
}
.highlight_orange .wpb_row .mk-button-container {
  margin-bottom: 0 !important;
  float: none;
  vertical-align: text-bottom;
  margin-left: 11px;
}
@media only screen and (max-width: 767px) {
  .highlight_orange .wpb_row .mk-button-container {
    margin-top: 15px !important;
  }
}
.highlight_orange .wpb_row .mk-button-container a.mk-button {
  background: white !important;
  border-radius: 15px;
  padding: 10px 25px !important;
  display: inline-block;
}
.highlight_orange .wpb_row .mk-button-container a.mk-button span {
  font-size: 13px;
  width: auto;
  display: block;
  padding-right: 0;
}
.highlight_orange .wpb_row .mk-button-container a.mk-button span:after {
  display: none;
}
@media only screen and (max-width: 899px) {
  .highlight_orange .wpb_row .mk-button-container a.mk-button span {
    font-size: 10px;
  }
}
.highlight_orange .wpb_row .mk-button-container a.mk-button:hover {
  background: #d0cfcf !important;
}
@media only screen and (max-width: 899px) {
  .highlight_orange .wpb_row .mk-button-container a.mk-button {
    padding: 7px 20px !important;
  }
}

.commercial_list .mk-list-styles > ul > li {
  padding: 0 0 18px 0 !important;
  margin: 0 !important;
  color: #d9531e;
  font-weight: 600;
}
.commercial_list .mk-list-styles > ul > li ul {
  padding-top: 10px !important;
}
.commercial_list .mk-list-styles > ul > li ul li {
  list-style-type: disc;
  margin-left: 20px;
  font-weight: 400;
}

/*------------------------------------*\
    PAGE - KITCHEN INSPIRATION GALLERY 
\*------------------------------------*/
.page-id-2135 .mk-page-section-wrapper:not(:first-child) .mk-page-section:not(.tm-call-to-action) .page-section-content .vc_col-sm-12 > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.page-id-2135 .mk-page-section-wrapper:not(:first-child) .mk-page-section:not(.tm-call-to-action) .page-section-content .vc_col-sm-12 > div > .vc_col-sm-4 h2 {
  font-size: 24px;
  display: inline-block;
}
.page-id-2135 .mk-page-section-wrapper:not(:first-child) .mk-page-section:not(.tm-call-to-action) .page-section-content .vc_col-sm-12 > div > .vc_col-sm-4 p {
  display: inline-block;
}
.page-id-2135 .mk-page-section-wrapper:not(:first-child) .mk-page-section:not(.tm-call-to-action) .page-section-content .vc_col-sm-12 > div > .vc_col-sm-8 {
  width: auto;
  -ms-flex: 1;
      flex: 1;
}
.page-id-2135 .mk-page-section-wrapper:not(:first-child) .mk-page-section:not(.tm-call-to-action) .page-section-content .vc_col-sm-12 > div p {
  padding: 10px 15px 0;
  margin: 0;
}
.page-id-2135 .mk-page-section-wrapper:not(:first-child) .mk-page-section:not(.tm-call-to-action) .page-section-content .vc_col-sm-12 > div p a {
  color: #d9531e;
}
.page-id-2135 .mk-page-section-wrapper:not(:first-child) .mk-page-section:not(.tm-call-to-action) .page-section-content .vc_col-sm-12 > div p a:after {
  content: ">";
  display: block;
  position: absolute;
  display: inline-block;
  color: #d5542a;
  font-style: normal;
  font-weight: bold;
  margin-left: 15px;
  font-size: 16px;
  margin-top: 1px;
}
.page-id-2135 .mk-page-section-wrapper:not(:first-child) .mk-page-section:not(.tm-call-to-action) .page-section-content .vc_col-sm-12 > div p a:hover {
  color: #333;
}

/*------------------------------------*\
    BLOG 
\*------------------------------------*/
body.single-post #theme-page .theme-page-wrapper {
  margin-top: 150px;
}

body.single-post.post-template-default .mk-header-bg {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

body.single-post.post-template-default .main-navigation-ul > li.menu-item > a.menu-item-link {
  color: #d9531e;
}

body.single-post.post-template-default .main-navigation-ul > li.menu-item > a.menu-item-link::AFTER {
  background: #d9531e;
}

body.single-post.post-template-default #theme-page {
  background: #f5f5f5;
}

body.single-post.post-template-default #theme-page .theme-page-wrapper.right-layout .theme-content {
  background: #fff;
  padding: 50px 80px 50px 50px;
  width: 70%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.single-post.post-template-default #theme-page .theme-page-wrapper.right-layout #mk-sidebar {
  background: #fff;
  width: 28%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.single-post.post-template-default .mk-blog-single .blog-single-title, .mk-blog-hero .content-holder .the-title {
  color: #444;
}

body.single-post.post-template-default .mk-blog-author, body.single-post.post-template-default .single-social-section {
  display: none;
}

body.single-post.post-template-default .blog-single-meta {
  margin-bottom: 5px;
}

body.single-post.post-template-default .mk-post-date, body.single-post.post-template-default .mk-post-cat {
  font-style: normal;
}

body.single-post.post-template-default .mk-social-network-shortcode li a > svg {
  width: 25px !important;
  height: 25px !important;
}

body.single-post.post-template-default .mk-social-network-shortcode li a:HOVER > svg {
  fill: #d9531e !important;
}

body.single-post.post-template-default .mk-fancy-title.pattern-style {
  background: none;
  margin-top: 20px !important;
}

body.single-post.post-template-default .mk-fancy-title.pattern-style.align-left span {
  font-size: 18px;
  color: #d9531e;
  font-family: "texgyreadventorregular";
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper {
  padding: 0;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .widget_posts_lists {
  padding: 0 15px;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .sidebar-right-cta {
  width: 100%;
  height: 250px;
  background: url(/wp-content/uploads/2016/02/West-Perth_Mount-St_018.jpg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 50px 20px;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .sidebar-right-cta::AFTER {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .sidebar-right-cta h3 {
  font-family: 'texgyreadventorregular';
  font-weight: bold;
  color: #d9531e;
  margin-bottom: 30px;
  font-size: 30px;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .sidebar-right-cta a {
  font-size: 14px;
  padding: 5px 25px;
  background: transparent;
  border: 2px solid #d9531e;
  color: #d9531e;
  border-radius: 50px;
  font-family: 'texgyreadventorregular';
  font-weight: bold;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .sidebar-right-cta a:HOVER {
  background: #d9531e;
  color: #fff;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .widget_posts_lists .widgettitle {
  font-family: 'texgyreadventorregular';
  font-weight: bold;
  color: #444;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .widget_posts_lists ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .widget_posts_lists ul li a {
  font-weight: bold;
  color: #d9531e;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .widget_posts_lists ul li a:HOVER {
  text-decoration: underline;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .widget_posts_lists ul li .post-list-meta {
  font-style: normal;
}

body.single-post.post-template-default #mk-sidebar .sidebar-wrapper .widget_posts_lists ul li .post-list-meta time {
  color: #444 !important;
}

body.single-post.post-template-default .mk-nav-responsive-link span {
  color: #d9531e;
  font-weight: bold;
}

body.single-post.post-template-default .mk-css-icon-close div {
  background: #d9531e;
}

body.blog #theme-page .theme-page-wrapper .theme-content {
  padding-top: 140px;
}

body.blog #mk-page-introduce.intro-left {
  display: none;
}

@media only screen and (max-width: 768px) {
  body.blog #theme-page .theme-page-wrapper .theme-content {
    padding-top: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.single-post #theme-page .theme-page-wrapper {
    margin-top: 150px !important;
  }

  body.single-post.post-template-default #theme-page .theme-page-wrapper.right-layout .theme-content {
    padding: 30px !important;
  }

  body.single-post.post-template-default .mk-fancy-title.pattern-style.align-left span {
    padding: 0 !important;
  }

  body.single-post.post-template-default .mk-fancy-title.pattern-style.align-left {
    text-align: left !important;
  }

  body.single-post.post-template-default .mk-blog-single .blog-single-title, .mk-blog-hero .content-holder .the-title {
    font-size: 36px;
  }
}
/*------------------------------------*\
    PRESS 
\*------------------------------------*/
.press-wrapper .mk-padding-wrapper > .vc_col-sm-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 50px 0;
}
.press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div {
  width: 31%;
  padding-bottom: 40px;
}
@media only screen and (max-width: 849px) {
  .press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div {
    width: 46%;
  }
}
@media only screen and (max-width: 559px) {
  .press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div {
    width: 100%;
  }
}
.press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div .vc_column-inner {
  padding: 0;
}
.press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div .vc_column-inner h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0;
}
.press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div .vc_column-inner .mk-image-container {
  max-width: 500px !important;
  width: 100% !important;
}
.press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div .vc_column-inner .mk-image-container .mk-image-holder {
  max-width: 500px !important;
  width: 100% !important;
  margin-bottom: 10px;
}
.press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div .vc_column-inner .mk-image-container .mk-image-holder img {
  border-radius: 0 50px 0 50px !important;
}
.press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div .vc_column-inner .mk-button-container {
  text-align: right !important;
}
.press-wrapper .mk-padding-wrapper > .vc_col-sm-12 > div .vc_column-inner .mk-button-container a span {
  letter-spacing: 0;
  font-size: 14px !important;
}

/*------------------------------------*\
    PORTFOLIO 
\*------------------------------------*/
body .mk-portfolio-classic-item .item-holder {
  margin: 0 15px 20px 15px;
  border: 0 none;
}
@media only screen and (max-width: 766px) {
  body .mk-portfolio-classic-item .item-holder {
    margin: 0 15px 10px 15px;
  }
}

.mk-portfolio-classic-item .featured-image > img,
.mk-portfolio-item .featured-image img {
  border-radius: 60px 0;
  overflow: hidden;
}
@media only screen and (max-width: 766px) {
  .mk-portfolio-classic-item .featured-image > img,
  .mk-portfolio-item .featured-image img {
    border-radius: 40px 0;
  }
}

.mk-portfolio-classic-item .featured-image:hover img {
  opacity: .9;
}

body .mk-portfolio-classic-item .from-left,
body .mk-portfolio-classic-item .featured-image:hover .from-left {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

body .mk-portfolio-classic-item .from-left svg,
body .mk-portfolio-classic-item .from-left .mk-jupiter-icon-arrow-circle {
  display: none;
}

.mk-portfolio-classic-item .featured-image:hover .image-hover-overlay {
  background-color: #ccc !important;
  opacity: 0 !important;
}

.portfolio-meta-wrapper .portfolio-categories {
  display: none;
}

body .portfolio-meta-wrapper {
  padding: 15px 0;
}

body .portfolio-meta-wrapper .the-title a {
  text-transform: none;
  font-family: "SohoGothicW01-LightItal";
  color: #a8a8a8;
  font-size: 13px;
}

body .portfolio-meta-wrapper .the-title a strong {
  color: #d9531e;
}

/*********************************************\
	POST NAV BTNS
\*********************************************/
.mk-post-nav {
  position: absolute;
  top: 100px;
  margin-top: 0;
  width: 100px;
}

.mk-post-nav.mk-post-next {
  right: -50px;
}

.mk-post-prev {
  left: -50px;
}

.mk-post-nav .pagenav-category {
  display: none;
}

.pagnav-wrapper .pagenav-top {
  height: 50px;
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon {
  width: 50px;
  height: 50px;
  border-radius: 0 0 0 22px;
  background-color: rgba(220, 220, 220, 0.3);
}

.mk-post-prev .pagnav-wrapper .pagenav-top .mk-pavnav-icon {
  border-radius: 0 0 22px 0;
}

.mk-post-nav:hover .pagnav-wrapper .pagenav-top .mk-pavnav-icon {
  background-color: #d9531e;
}

.pagnav-wrapper .pagenav-top .pagenav-image {
  height: 50px;
}

.pagnav-wrapper .pagenav-top .pagenav-image img {
  height: 50px;
  width: 50px;
}

.pagnav-wrapper .nav-info-container {
  width: 100px;
  height: 50px;
  display: none;
}

.mk-post-next .mk-pavnav-icon i, .mk-post-prev .mk-pavnav-icon i, .mk-post-next .mk-pavnav-icon svg, .mk-post-prev .mk-pavnav-icon svg {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/
.contact-details .vc_col-sm-4 {
  border-left: 2px solid #d9531e;
}

.contact-details .mk-text-block {
  margin-bottom: -5px !important;
}

.contact-details .mk-text-block p {
  margin-bottom: 0;
}

.contact-details .mk-text-block p a {
  color: #777;
}

.contact-details .mk-text-block p a:hover {
  color: #d9531e;
}

body .master-holder .contact h2 {
  font-size: 44px;
  margin-bottom: 8px;
}

body .master-holder .contact-details h3 {
  font-family: 'texgyreadventorregular';
  color: #d9531e;
  font-size: 13px;
  letter-spacing: .5px;
  line-height: 1em;
  font-weight: bold;
  margin: 0 0 6px;
}

body .master-holder .contact-details p {
  font-size: 13px;
}

body .master-holder .contact h2 strong {
  font-family: "Didot W01 Italic";
  font-weight: normal;
  font-size: 56px;
}

body .master-holder .contact .column_container > .mk-text-block:first-child p {
  font-size: 19px;
  font-family: "SohoGothicW01-LightItal";
}

.below-map {
  margin-top: -140px;
}

@media only screen and (max-width: 1140px) {
  body .master-holder .contact h2 {
    font-size: 37px;
    margin-bottom: 5px;
  }

  body .master-holder .contact h2 strong {
    font-size: 48px;
  }

  body .master-holder .contact .column_container > .mk-text-block:first-child p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1020px) {
  body .master-holder .contact h2 {
    font-size: 31px;
    margin-bottom: 5px;
  }

  body .master-holder .contact h2 strong {
    font-size: 39px;
  }

  body .master-holder .contact .column_container > .mk-text-block:first-child p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  body .master-holder .contact-details h3, body .master-holder .contact-details p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 880px) {
  body .master-holder .contact h2 {
    font-size: 27px;
  }

  body .master-holder .contact h2 strong {
    font-size: 34px;
  }

  body .master-holder .contact .column_container > .mk-text-block:first-child p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 860px) {
  body .master-holder .contact-details h3, body .master-holder .contact-details p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  body .master-holder .contact-details > div {
    margin-bottom: 30px;
  }

  body .master-holder .contact-details h3,
  body .master-holder .contact-details p {
    font-size: 13px;
  }
}
/*************CTA***************/
.tm-call-to-action {
  margin-top: 70px;
}

.tm-call-to-action.tm-call-to-action-v2 {
  margin-top: 0;
}

.tm-call-to-action .vc_col-sm-12 {
  text-align: center;
}

.tm-call-to-action .vc_col-sm-12 > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
}

.tm-call-to-action .vc_col-sm-12 .mk-button-container {
  margin: 0 10px !important;
}

.tm-call-to-action .vc_col-sm-12 .mk-button-container a {
  color: #777;
  font-size: 15px !important;
  padding: 11px 31px;
}

.tm-call-to-action .vc_col-sm-12 .mk-button-container a:hover {
  color: #fff !important;
  background: #d9531e;
}

.tm-call-to-action .vc_col-sm-12 .mk-button-container.white-text a {
  color: #fff !important;
}

.tm-call-to-action .vc_col-sm-12 .mk-button-container.white-text a:hover {
  color: #777 !important;
}

body .master-holder .tm-call-to-action h4 {
  margin: 0;
  text-transform: none;
  font-size: 26px;
}

body .master-holder .tm-call-to-action h4 strong {
  color: #d9531e;
  font-family: "Didot W01 Italic";
  font-size: 34px;
  font-weight: normal;
}

.tm-call-to-action .vc_col-sm-12 .mk-button-container a.mk-button.mk-button--corner-pointed {
  border-radius: 10px !important;
  font-family: "SohoGothicW01-ThinItali";
  min-width: 148px;
  font-size: 14px !important;
  padding: 11px 25px !important;
  color: #FFF !important;
}
.tm-call-to-action .vc_col-sm-12 .mk-button-container a.mk-button.mk-button--corner-pointed span {
  color: #fff !important;
}

@media only screen and (max-width: 1140px) {
  body .master-holder .tm-call-to-action h4 {
    font-size: 19px;
  }

  body .master-holder .tm-call-to-action h4 strong {
    font-size: 26px;
  }
}
@media only screen and (max-width: 960px) {
  body .master-holder .tm-call-to-action h4 {
    font-size: 18px;
  }

  body .master-holder .tm-call-to-action h4 strong {
    font-size: 25px;
  }

  .tm-call-to-action .vc_col-sm-12 .mk-button-container a {
    font-size: 14px !important;
    padding: 11px 25px;
  }
}
@media only screen and (max-width: 860px) {
  body .master-holder .tm-call-to-action h4 {
    font-size: 16px;
  }

  body .master-holder .tm-call-to-action h4 strong {
    font-size: 23px;
  }

  .tm-call-to-action .vc_col-sm-12 .mk-button-container a {
    font-size: 13px !important;
    padding: 11px 23px;
  }
}
@media only screen and (max-width: 767px) {
  .tm-call-to-action .vc_col-sm-12 > div,
  .tm-call-to-action .vc_col-sm-12 .mk-button-container {
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .tm-call-to-action .vc_col-sm-12 > div:first-child {
    margin-bottom: 30px !important;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .mk-page-section.tm-call-to-action-v2 .mk-padding-wrapper {
    padding: 0;
  }

  .tm-call-to-action .vc_col-sm-12 > div,
  .tm-call-to-action .vc_col-sm-12 .mk-button-container {
    display: block;
  }

  body .master-holder .tm-call-to-action h4 {
    text-align: center;
  }
}
/*------------------------------------*\
    PAGE - AWARDS 
\*------------------------------------*/
.tm-awards-section .vc_col-sm-6:first-child {
  padding-right: 3%;
}

.tm-awards-section .vc_col-sm-6:last-child {
  padding-left: 3%;
}

.master-holder .tm-awards-section h2 {
  font-size: 58px;
  color: #fff;
  padding: 50px 60px 0 0;
}

.master-holder .tm-awards-section p em {
  font-family: "Didot W01 Italic";
  font-size: 61px;
  color: #fff;
  line-height: 1em;
}

.master-holder .tm-awards-section h4 {
  text-transform: none;
  font-size: 23px;
  color: #777;
  font-weight: bold;
  margin-bottom: 13px;
  font-family: "Soho Gothic W01 Thin";
}

.master-holder .tm-awards-section h4 strong {
  font-family: "Soho Gothic W01 Regular";
  font-weight: normal;
  color: #777;
}

body .master-holder .tm-awards-section .vc_col-sm-6:last-child p {
  color: #fff;
  max-width: 605px;
  padding: 0 0 0 20px;
  border-left: 1px solid #777;
  margin-bottom: 35px;
}

body .master-holder .tm-awards-section .vc_col-sm-6:last-child .mk-text-block:first-child p {
  margin-bottom: 50px;
}

.awards-icon {
  display: none;
}

@media only screen and (max-width: 1650px) {
  .master-holder .tm-awards-section h2 {
    font-size: 48px;
  }

  .master-holder .tm-awards-section p em {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1370px) {
  .master-holder .tm-awards-section h2 {
    font-size: 40px;
  }

  .master-holder .tm-awards-section p em {
    font-size: 42px;
  }

  .master-holder .tm-awards-section h4 {
    font-size: 20px;
  }
}
body .mk-accordion.fancy-style, body .mk-accordion.fancy-style .mk-accordion-single.current .mk-accordion-pane, body .mk-accordion.fancy-style .mk-accordion-single {
  border: 0 none;
}

body .mk-accordion.fancy-style .mk-accordion-pane {
  padding: 24px 0 20px 17px;
}

body .mk-accordion.fancy-style .mk-accordion-single.current .mk-accordion-pane {
  background: url("../images/awards-line-alt.gif") no-repeat 16px top !important;
}

body #mk-accordion-9 .mk-accordion-pane {
  border: 0 none;
  padding-left: 0;
}

.mk-accordion-pane .mk-list-styles {
  margin-bottom: 0 !important;
}

body .mk-accordion.fancy-style .mk-accordion-tab {
  width: 200px;
  padding: 12px 11px;
  line-height: 13px;
  border: 1px solid #ebebeb;
}

.mk-accordion.fancy-style .mk-accordion-tab span {
  font-size: 20px;
  color: #777;
}

body .mk-accordion.fancy-style .mk-accordion-single {
  border: 0 none;
  padding-bottom: 8px;
  background: url("../images/awards-line.gif") no-repeat 16px bottom;
}

body .mk-accordion.fancy-style .mk-accordion-single:last-child {
  background: none;
}

body .mk-accordion.fancy-style .mk-accordion-tab:before {
  position: relative;
  top: 50%;
  right: auto;
  display: inline;
  margin: 0;
  padding: 0 15px 0 0;
  color: #d9531e;
  content: "+";
  font-size: 27px !important;
  line-height: 15px;
  vertical-align: bottom;
}

.mk-accordion .mk-list-styles ul li {
  padding-left: 0;
  font-size: 15px;
  font-family: "SohoGothicW01-LightItal";
  vertical-align: top;
  list-style: none;
}

.mk-accordion .mk-list-styles:not(.awards-2016) ul li {
  white-space: nowrap;
}

.mk-accordion .mk-list-styles ul li:last-child {
  margin-bottom: 0;
}

.mk-accordion .mk-list-styles ul li:before {
  display: none;
}

.mk-accordion .mk-list-styles ul li a {
  color: #777;
}

.mk-accordion .mk-list-styles ul li a:hover {
  color: #000;
}

.mk-accordion .mk-list-styles ul li a:hover:after {
  content: " - MORE INFO";
  color: #d9531e;
}

.mk-accordion .mk-list-styles ul li svg {
  display: none;
}

.mk-accordion .mk-list-styles ul li strong {
  font-family: "Soho Gothic W01 Regular";
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}

.mk-accordion .mk-list-styles ul li em {
  color: #d9531e;
  font-family: "Soho Gothic W01 Regular";
  font-style: normal;
  vertical-align: top;
}

.mk-accordion .mk-list-styles ul li i {
  font-style: normal;
  width: calc(100% - 10px);
  display: inline-block;
}

.mk-accordion .mk-list-styles ul li.regional-winner i {
  width: 100% !important;
}

@media only screen and (max-width: 960px) {
  .mk-accordion .mk-list-styles ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  body .mk-accordion.fancy-style .mk-accordion-pane {
    padding-left: 0;
  }

  .mk-accordion .mk-list-styles ul li {
    font-size: 12px;
    white-space: normal;
    line-height: 15px !important;
  }

  .awards-icon {
    float: left;
    display: block;
    width: 55px;
    margin-left: -30px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*------------------------------------*\
    CUSTOMER INFO PAGE
\*------------------------------------*/
body.page-id-1336 .btn-grp,
body.page-id-1336 .mk-main-navigation,
body.page-id-1336 #mk-footer .mk-col-1-4:first-child,
body.page-id-1336 #mk-footer .mk-col-1-4:nth-child(2) {
  display: none;
}
body.page-id-1336 .mk-header-bg {
  background: #fff;
}
body.page-id-1336 h1 {
  text-align: center;
  margin-bottom: 60px;
}
body.page-id-1336 #mk-footer .mk-col-1-4:nth-child(3) {
  width: 75%;
}

@media only screen and (max-width: 600px) {
  .wide-orange-btns a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 479px) {
  .wide-orange-btns a {
    font-size: 16px;
  }
}
.wide-orange-btns a:not(.not-orange) {
  display: block;
  width: 100%;
  background: #d9531e;
  color: #fff;
  text-align: center;
  line-height: 23px;
  border-radius: 6px;
  font-weight: 800;
  font-family: "Soho Gothic W01 Regular";
  font-size: 21px;
  margin-bottom: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.wide-orange-btns a:not(.not-orange):hover {
  background-color: #d1d1d1;
  color: #d9531e;
}
.wide-orange-btns a.not-orange {
  display: block;
  width: auto;
  text-align: center;
  line-height: 23px;
  margin: 0 auto 20px;
  padding: 20px;
  border-radius: 6px;
}
.wide-orange-btns a.not-orange:hover {
  background: #d1d1d1;
}

/*------------------------------------*\
    ABOUT PAGE - 
\*------------------------------------*/
body .master-holder .who-we-are h1 {
  font-size: 32px;
}
body .master-holder .who-we-are h1 strong {
  font-family: "Didot W01 Italic";
  font-weight: normal;
  font-size: 39px;
}
body .master-holder .who-we-are h2 {
  font-size: 32px;
}
body .master-holder .who-we-are h2 strong {
  font-family: "Didot W01 Italic";
  font-weight: normal;
  font-size: 34px;
}

@media only screen and (max-width: 766px) {
  .who-we-are.full-width-6 .page-section-content {
    padding: 0 0 55px;
  }

  .who-we-are .mk-image.align-right {
    float: none;
    padding-bottom: 30px;
  }
}






/* bathroom design Css */


