/*
Theme Name: Construction
Theme URI: https://wpcharming.com/demos/?theme=construction
Author: WPCharming
Author URI: https://wpcharming.com
Description: Construction and Building Business WordPress Theme
Version: 3.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpcharming
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: 
----------------------------------------------------------------
1.0 Reset
2.0 Document
3.0 Layout
4.0 Elements
5.0 Posts
6.0 Pages
7.0 Widgets
8.0 Supports

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

a:focus {
  outline: none; }

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

a img {
  border: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input {
  line-height: normal;
  *overflow: visible; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.clearfix:after, .wpc-menu:after, .widget-area .widget_categories ul:after,
.widget-area .widget_archive ul:after,
.widget-area .widget_meta ul:after, .tagcloud:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .wpc-menu, .widget-area .widget_categories ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul, .tagcloud {
  display: inline-block; }

.clearfix, .wpc-menu, .widget-area .widget_categories ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul, .tagcloud {
  display: block; }

.clear, .container {
  zoom: 1; }
  .clear:before, .container:before, .clear:after, .container:after {
    display: table;
    content: ""; }
  .clear:after, .container:after {
    clear: both; }

.break, h1,
h2,
h3,
#calendar_wrap caption,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word; }

.none {
  display: none; }

/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  background: #ffffff;
  height: 100%; }

.site {
  background: #FFFFFF;
  position: relative;
  overflow: hidden; }

body, button, input, select, textarea {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #777777; }

pre,
code,
input,
textarea {
  font: inherit; }

::-moz-selection {
  background: #000000;
  color: #FFFFFF; }

::selection {
  background: #000000;
  color: #FFFFFF; }

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #fab702;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
#calendar_wrap caption,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: -0.2px; }
  h1 a,
  h2 a,
  h3 a,
  #calendar_wrap caption a,
  h4 a,
  h5 a,
  h6 a {
    color: #333333;
    text-decoration: none; }

h1 {
  line-height: 1.3;
  font-size: 30px; }
  @media screen and (min-width: 790px) {
    h1 {
      font-size: 35px; } }
  h1 span {
    font-weight: bold; }

h2 {
  line-height: 1.2;
  font-size: 23px; }
  @media screen and (min-width: 790px) {
    h2 {
      font-size: 26px; } }

h3, #calendar_wrap caption {
  font-size: 20px; }

h4 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 12px; }

h5 {
  text-transform: uppercase;
  font-size: 15px; }

h6 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px; }

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 1em;
  margin-top: 0; }

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

blockquote {
  clear: both;
  margin: 20px 0; }
  blockquote p {
    font-style: italic; }
  blockquote cite {
    font-style: normal;
    margin-bottom: 20px;
    font-size: 13px; }

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

figure {
  margin: 0; }

address {
  margin: 20px 0; }

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px; }

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px; }

details summary {
  font-weight: bold;
  margin-bottom: 20px; }
details :focus {
  outline: none; }

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px; }

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

small {
  font-size: 75%; }

big {
  font-size: 125%; }

ul, ol {
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul li, ol li {
  margin: 8px 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 20px 20px; }

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0; }

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
  text-align: center; }

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px; }

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase; }

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9; }

input[type="reset"], input[type="submit"], input[type="submit"] {
  cursor: pointer;
  background: #fab702;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 17px 23px 15px 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px; }
  input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
    opacity: 0.8; }

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer; }

textarea {
  resize: vertical; }

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px; }

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  cursor: pointer;
  max-width: 100%;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  -webkit-appearance: none;
  padding: 10px 15.3846153846px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  textarea:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus {
    outline: none;
    border-color: #fab702; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px; }

input, textarea, input[type="submit"]:focus {
  outline: 0 none; }

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f8f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clip: auto !important;
  color: #fab702;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*------------------------------
	2.9 Helper
------------------------------*/
.primary-color {
  color: #fab702; }

.secondary-color {
  color: #00aeef; }

.text-transform-none {
  text-transform: none !important; }
  .text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none #calendar_wrap caption, #calendar_wrap .text-transform-none caption, .text-transform-none h4, .text-transform-none h5 {
    text-transform: none !important; }

.left {
  float: left; }

.right {
  float: right; }

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

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

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0px 30px;
  position: relative; }
  @media screen and (min-width: 790px) {
    .container {
      padding: 0px 50px; } }

.container.full-screen {
  width: 100% !important;
  max-width: 100% !important; }
  .container.full-screen .content-area {
    width: 100%; }

#primary {
  padding-bottom: 40px;
  padding-top: 40px; }

.home #primary {
  padding-bottom: 0px; }

#secondary {
  padding-bottom: 40px;
  padding-top: 0; }
  @media screen and (min-width: 790px) {
    #secondary {
      padding-top: 40px; } }

.content-area {
  width: 100%;
  float: none; }
  @media screen and (min-width: 790px) {
    .content-area {
      width: 74.3362831858%;
      float: left; } }

.sidebar {
  width: 100%;
  float: none; }
  @media screen and (min-width: 790px) {
    .sidebar {
      width: 25.6637168142%;
      float: left; } }

.page-fullwidth .content-area,
.page-template-template-fullwidth-php .content-area {
  float: none;
  width: 100%; }

.no-sidebar .content-area {
  width: 100%; }

@media screen and (min-width: 790px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px; }

  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px; }

  .right-sidebar .content-area {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9; }

  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px; } }
.layout-boxed .site {
  max-width: 1230px;
  margin: 0 auto;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2); }

.grid-row {
  margin-left: -20px;
  margin-right: -20px; }

.grid-xs-1, .grid-sm-1, .grid-md-1, .grid-lg-1, .grid-xs-2, .grid-sm-2, .grid-md-2, .grid-lg-2, .grid-xs-3, .grid-sm-3, .grid-md-3, .grid-lg-3, .grid-xs-4, .grid-sm-4, .grid-md-4, .grid-lg-4, .grid-xs-5, .grid-sm-5, .grid-md-5, .grid-lg-5, .grid-xs-6, .grid-sm-6, .grid-md-6, .grid-lg-6, .grid-xs-7, .grid-sm-7, .grid-md-7, .grid-lg-7, .grid-xs-8, .grid-sm-8, .grid-md-8, .grid-lg-8, .grid-xs-9, .grid-sm-9, .grid-md-9, .grid-lg-9, .grid-xs-10, .grid-sm-10, .grid-md-10, .grid-lg-10, .grid-xs-11, .grid-sm-11, .grid-md-11, .grid-lg-11, .grid-xs-12, .grid-sm-12, .grid-md-12, .grid-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .grid-sm-1, .grid-sm-2, .grid-sm-3, .grid-sm-4, .grid-sm-5, .grid-sm-6, .grid-sm-7, .grid-sm-8, .grid-sm-9, .grid-sm-10, .grid-sm-11, .grid-sm-12 {
    float: left; }

  .grid-sm-12 {
    width: 100%; }

  .grid-sm-11 {
    width: 91.66666667%; }

  .grid-sm-10 {
    width: 83.33333333%; }

  .grid-sm-9 {
    width: 75%; }

  .grid-sm-8 {
    width: 66.66666667%; }

  .grid-sm-7 {
    width: 58.33333333%; }

  .grid-sm-6 {
    width: 50%; }

  .grid-sm-5 {
    width: 41.66666667%; }

  .grid-sm-4 {
    width: 33.33333333%; }

  .grid-sm-3 {
    width: 25%; }

  .grid-sm-2 {
    width: 16.66666667%; }

  .grid-sm-1 {
    width: 8.33333333%; } }
@media (min-width: 992px) {
  .grid-md-1, .grid-md-2, .grid-md-3, .grid-md-4, .grid-md-5, .grid-md-6, .grid-md-7, .grid-md-8, .grid-md-9, .grid-md-10, .grid-md-11, .grid-md-12 {
    float: left; }

  .grid-md-12 {
    width: 100%; }

  .grid-md-11 {
    width: 91.66666667%; }

  .grid-md-10 {
    width: 83.33333333%; }

  .grid-md-9 {
    width: 75%; }

  .grid-md-8 {
    width: 66.66666667%; }

  .grid-md-7 {
    width: 58.33333333%; }

  .grid-md-6 {
    width: 50%; }

  .grid-md-5 {
    width: 41.66666667%; }

  .grid-md-4 {
    width: 33.33333333%; }

  .grid-md-3 {
    width: 25%; }

  .grid-md-2 {
    width: 16.66666667%; }

  .grid-md-1 {
    width: 8.33333333%; } }
/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*------------------------------
	4.1 Header
------------------------------*/
.site-header {
  padding: 30px 0px 0px 0px;
  position: relative;
  z-index: 99;
  width: 100%; }
  @media screen and (max-width: 1100px) {
    .site-header {
      padding-top: 15px; } }
  .site-header .site-branding {
    float: left; }
    @media screen and (max-width: 1100px) {
      .site-header .site-branding {
        float: left;
        width: 100%; } }
    @media screen and (max-width: 500px) {
      .site-header .site-branding {
        float: left;
        max-width: 80%; } }
    .site-header .site-branding .site-title {
      margin-bottom: 0px;
      font-size: 27px;
      font-weight: bold;
      margin-top: 0; }
  .site-header .header-right-wrap {
    float: right; }
    @media screen and (max-width: 1100px) {
      .site-header .header-right-wrap {
        float: none;
        width: 100%;
        padding: 0px 0px 30px; } }
    @media screen and (max-width: 500px) {
      .site-header .header-right-wrap {
        padding: 0px 0px 30px; } }
    .site-header .header-right-wrap .header-widget {
      margin-bottom: 15px;
      margin-top: 0px;
      float: none;
      display: block; }
      @media screen and (max-width: 1100px) {
        .site-header .header-right-wrap .header-widget {
          float: left;
          margin: 0px;
          display: none; } }
    @media screen and (max-width: 1100px) {
      .site-header .header-right-wrap .header-widget-mobile {
        display: block !important;
        position: absolute;
        width: 100%;
        left: 0;
        padding-left: 30px;
        background: #FFFFFF;
        border-top: 1px solid #e9e9e9;
        padding: 10px 20px; }
        .site-header .header-right-wrap .header-widget-mobile .extract-element {
          margin: 0px 30px 0px 0px;
          float: left; }
          .site-header .header-right-wrap .header-widget-mobile .extract-element .header-social a {
            margin: 0px 4px 0px 0px; } }
    @media screen and (max-width: 790px) {
      .site-header .header-right-wrap .header-widget-mobile .extract-element {
        margin: 0px 0px 0px 0px;
        float: left; }
        .site-header .header-right-wrap .header-widget-mobile .extract-element .header-social {
          display: none; }
          .site-header .header-right-wrap .header-widget-mobile .extract-element .header-social a {
            margin: 0px 3px 0px 0px; } }
    .site-header .header-right-wrap .extract-element {
      float: right;
      margin-left: 15px;
      font-size: 12px; }
      @media screen and (max-width: 1100px) {
        .site-header .header-right-wrap .extract-element {
          margin-left: 0px;
          margin-right: 15px; } }
      .site-header .header-right-wrap .extract-element .phone-text {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
        margin-left: 2px;
        letter-spacing: 0.5px;
        color: #fab702; }
    .site-header .header-right-wrap .header-social a {
      margin-left: 3px; }
      .site-header .header-right-wrap .header-social a i {
        padding: 0;
        border-radius: 50%;
        font-size: 1.20em;
        line-height: 1.6em;
        height: 1.8em;
        width: 1.8em;
        text-align: center;
        border: 1px solid #DDDDDD;
        color: #999999; }
        .site-header .header-right-wrap .header-social a i:hover {
          color: #222222;
          border-color: #222222; }

.header-transparent .site-header {
  border-bottom: none;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0px, transparent 95%);
  color: #777777; }
  .header-transparent .site-header .header-text {
    opacity: 0.7; }
@media screen and (min-width: 1100px) {
  .header-transparent .header-right-wrap {
    color: #FFFFFF; }
    .header-transparent .header-right-wrap .extract-element .phone-text {
      color: #fab702; }
    .header-transparent .header-right-wrap .header-social a i {
      border-color: #ffffff;
      color: #FFFFFF; }
      .header-transparent .header-right-wrap .header-social a i:hover {
        background: #FFFFFF;
        color: #222222;
        border-color: #ffffff; } }
@media screen and (min-width: 1100px) {
  .header-transparent .wpc-menu a:hover {
    opacity: 1;
    color: #FFFFFF; }
  .header-transparent .wpc-menu > li > a {
    color: #ffffff;
    opacity: 0.7; }
  .header-transparent .wpc-menu > li.current-menu-item > a, .header-transparent .wpc-menu > li.current-menu-ancestor > a {
    opacity: 1;
    color: #FFFFFF; }
  .header-transparent .page-header-wrap h1, .header-transparent .page-subtitle {
    text-shadow: 1px 1px 1px #000; } }
.header-transparent #nav-toggle {
  color: #FFFFFF; }
@media screen and (max-width: 1100px) {
  .header-transparent .wpc-menu.wpc-menu-mobile > li > a {
    opacity: 1; } }

/* Header Topbar
------------------------------*/
.header-topbar .site-header {
  padding-top: 35px; }
.header-topbar .wpc-menu > li > a {
  padding-bottom: 35px; }
.header-topbar .site-header .site-branding {
  margin-top: 0px; }
.header-topbar #nav-toggle {
  top: 4px; }

/* Header Centered
------------------------------*/
@media screen and (min-width: 1100px) {
  .header-centered .site-header .container {
    max-width: 100%;
    width: 100%;
    padding: 0px; } }
.header-centered .site-header .header-right-wrap {
  float: none;
  width: 100%;
  display: block;
  text-align: center; }
.header-centered .site-header {
  padding-top: 35px; }
.header-centered .site-header .site-branding {
  margin-top: 0px;
  float: none;
  display: block;
  text-align: center;
  margin-bottom: 35px; }
  @media screen and (max-width: 1100px) {
    .header-centered .site-header .site-branding {
      margin-bottom: 0px;
      float: left;
      text-align: left; } }
.header-centered .wpc-menu {
  float: none;
  border-top: 1px solid #e9e9e9; }
  .header-centered .wpc-menu ul li {
    text-align: left; }
.header-centered .wpc-menu > li {
  float: none;
  display: inline-block; }
.header-centered #nav-toggle {
  top: 4px; }
.header-centered .wpc-menu > li > a {
  padding-bottom: 25px;
  padding-top: 23px; }

/* Top Bar
------------------------------*/
.site-topbar {
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background: #f8f9f9;
  border-bottom: 1px solid #e9e9e9;
  color: #888888; }
  .site-topbar a {
    color: #888888;
    text-decoration: none; }
    .site-topbar a:hover {
      color: #fab702; }
  @media screen and (max-width: 790px) {
    .site-topbar .container {
      padding: 0px; } }
  .site-topbar .widget {
    margin-bottom: 0px; }
    .site-topbar .widget a {
      color: #888888; }
      .site-topbar .widget a:hover {
        color: #fab702; }
    @media screen and (max-width: 790px) {
      .site-topbar .widget {
        display: block;
        width: 100%;
        text-align: center;
        border-top: 1px solid #e9e9e9;
        margin: 0px; } }
  .site-topbar .topbar-highlight {
    letter-spacing: 0.5px; }
  .site-topbar .topbar-left {
    float: left; }
    @media screen and (max-width: 790px) {
      .site-topbar .topbar-left {
        float: none; } }
    .site-topbar .topbar-left ul li a {
      margin-right: 20px; }
    .site-topbar .topbar-left .topbar-widget {
      padding-right: 15px;
      margin-right: 15px;
      float: left;
      border-right: 1px solid #e9e9e9; }
      .site-topbar .topbar-left .topbar-widget:first-child {
        border-left: 1px solid #e9e9e9;
        padding-left: 15px; }
    .site-topbar .topbar-left .topbar-address, .site-topbar .topbar-left .topbar-phone, .site-topbar .topbar-left a.topbar-button {
      margin-right: 15px; }
  .site-topbar .topbar-right {
    float: right; }
    @media screen and (max-width: 790px) {
      .site-topbar .topbar-right {
        float: none; } }
    .site-topbar .topbar-right ul li a {
      margin-left: 20px; }
    .site-topbar .topbar-right .topbar-widget {
      padding-left: 15px;
      margin-left: 15px;
      float: right;
      border-left: 1px solid #e9e9e9; }
      .site-topbar .topbar-right .topbar-widget:first-child {
        border-right: 1px solid #e9e9e9;
        padding-right: 15px; }
    .site-topbar .topbar-right .topbar-address, .site-topbar .topbar-right .topbar-phone, .site-topbar .topbar-right a.topbar-button {
      margin-left: 15px; }
  .site-topbar .widgettitle {
    display: none; }
  .site-topbar .topbar-widget {
    padding: 12px 0px 12px; }
    @media screen and (min-width: 790px) {
      .site-topbar .topbar-widget {
        float: none; } }
  .site-topbar .widget.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-topbar .widget.widget_nav_menu ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
  .site-topbar .topbar-social a {
    margin: 0px 7px;
    font-size: 15px;
    line-height: 1; }
  .site-topbar .search-form {
    margin-bottom: 0px; }
    .site-topbar .search-form .search-field {
      float: none;
      padding: 3px 7px 5px;
      font-size: 10px;
      margin: -6px 0px;
      width: auto;
      border-color: #e9e9e9; }

@media screen and (min-width: 1100px) {
  .site-header.fixed-on {
    width: 100%;
    z-index: 80; }

  .header-normal .site-header.fixed-on {
    background-color: rgba(255, 255, 255, 0.99); }

  .site-header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    z-index: 100;
    background: rgba(255, 255, 255, 0.99);
    padding-top: 15px; }
    .site-header.header-fixed .wpc-menu > li > a {
      padding-bottom: 15px;
      transition: all 0.5s ease; }

  .header-transparent .site-header.fixed-on {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0px, transparent 95%); }
  .header-transparent .site-header.header-fixed {
    background: rgba(0, 0, 0, 0.8); }

  .header-topbar .site-header.header-fixed {
    padding-top: 22px;
    transition: all 0.5s ease; }
    .header-topbar .site-header.header-fixed .wpc-menu > li > a {
      padding-bottom: 25px;
      transition: all 0.5s ease; }

  .header-centered .site-header.header-fixed {
    padding-top: 0px; }
    .header-centered .site-header.header-fixed .site-branding {
      display: none; }
    .header-centered .site-header.header-fixed .wpc-menu > li > a {
      padding-bottom: 25px;
      transition: all 0.5s ease; } }
@media screen and (max-width: 1100px) {
  .site-content {
    padding-top: 0px !important; } }
/* Primary Navigation
------------------------------*/
.main-navigation {
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 1100px) {
    .main-navigation {
      float: right; } }
  @media screen and (max-width: 400px) {
    .main-navigation {
      float: none; }
      .main-navigation #nav-toggle {
        display: block;
        text-align: center; } }

.wpc-menu, .wpc-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.wpc-menu {
  float: right; }
  .wpc-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }
  .wpc-menu ul ul {
    top: 0;
    left: 100%; }
  .wpc-menu li {
    position: relative; }
  .wpc-menu > li {
    float: left; }
  .wpc-menu li:hover > ul, .wpc-menu li.sfHover > ul {
    display: block; }
  .wpc-menu a {
    display: block;
    position: relative; }

.wpc-menu ul {
  min-width: 12em;
  *width: 12em;
  box-shadow: 0 9px 14px rgba(0, 0, 0, 0.1); }
.wpc-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background .2s;
  transition: background .2s; }
.wpc-menu li:hover,
.wpc-menu li.sfHover {
  -webkit-transition: none;
  transition: none; }
.wpc-menu a {
  color: #999999;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 0px 18px 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  zoom: 1; }
  .wpc-menu a:hover {
    color: #fab702; }
.wpc-menu ul li a {
  padding: 8px 18px;
  color: #999999;
  font-size: 13px;
  text-transform: none;
  background: #ffffff; }
  .wpc-menu ul li a:hover {
    background: #fab702;
    color: #ffffff; }
.wpc-menu ul li.current-menu-item > a {
  background: #fab702;
  color: #ffffff; }
.wpc-menu > li:last-child > a {
  padding-right: 0px; }
.wpc-menu > li.current-menu-item > a, .wpc-menu > li.current-menu-ancestor > a {
  color: #fab702; }

@media screen and (min-width: 1100px) {
  .wpc-menu ul li.menu-item-has-children > a {
    padding-right: 28px;
    *padding-right: 22px; }
  .wpc-menu ul li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #eeeeee;
    border-top-color: rgba(0, 0, 0, 0.3); }
  .wpc-menu > li > li.menu-item-has-children > a:focus:after,
  .wpc-menu > li:hover > li.menu-item-has-children > a:after,
  .wpc-menu > .sfHover > li.menu-item-has-children > a:after {
    border-top-color: white; }
  .wpc-menu ul li.menu-item-has-children > a:after {
    margin-top: -3px;
    margin-right: 0px;
    border-color: transparent;
    border-left-color: #dddddd;
    border-left-color: rgba(0, 0, 0, 0.2); }
  .wpc-menu ul li > li.menu-item-has-children > a:focus:after,
  .wpc-menu ul li:hover > li.menu-item-has-children > a:after,
  .wpc-menu ul .sfHover > li.menu-item-has-children > a:after {
    border-left-color: white; } }
/* Responsive Mobile Navigation
------------------------------*/
#nav-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
  color: #222222;
  line-height: 1;
  margin-top: -1px;
  position: absolute;
  top: 23px;
  right: 30px; }

.nav-toggle-subarrow {
  display: none; }

@media screen and (max-width: 1100px) {
  .main-navigation {
    position: static; }

  .main-navigation .wpc-menu {
    width: 100% !important;
    display: none; }

  .wpc-menu.wpc-menu-mobile {
    display: block !important;
    position: absolute !important;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
    border-bottom: 1px solid #e9e9e9; }
    .wpc-menu.wpc-menu-mobile > li > a {
      padding: 12px 20px; }
    .wpc-menu.wpc-menu-mobile ul {
      box-shadow: none;
      padding-bottom: 0;
      position: static !important;
      display: none !important; }
      .wpc-menu.wpc-menu-mobile ul li:last-child {
        border-bottom: none; }
      .wpc-menu.wpc-menu-mobile ul li a {
        padding: 12px 35px; }
        .wpc-menu.wpc-menu-mobile ul li a:hover {
          background: transparent; }
      .wpc-menu.wpc-menu-mobile ul li li a {
        padding: 12px 70px; }
      .wpc-menu.wpc-menu-mobile ul li li li a {
        padding: 12px 105px; }
    .wpc-menu.wpc-menu-mobile li {
      background: #FFFFFF;
      border-top: 1px solid #e9e9e9;
      float: none !important;
      display: block !important;
      width: 100% !important; }
    .wpc-menu.wpc-menu-mobile li.current-menu-item > a {
      color: #000000;
      background: #FFFFFF; }
    .wpc-menu.wpc-menu-mobile a {
      color: #777777; }
      .wpc-menu.wpc-menu-mobile a:hover {
        color: #000000; }
    .wpc-menu.wpc-menu-mobile .nav-toggle-subarrow {
      display: block;
      color: #999999;
      font-weight: normal;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      text-align: center;
      padding: 6px 20px 7px;
      z-index: 10;
      font-size: 22px; }
    .wpc-menu.wpc-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
      content: "\f106" !important; }
    .wpc-menu.wpc-menu-mobile .nav-toggle-dropdown > ul {
      display: block !important; }

  #nav-toggle {
    display: inline-block; }

  .nav-toggle-active i {
    color: #fab702; }

  .nav-toggle-active i.fa-bars:before {
    content: "\f00d" !important; } }
/*------------------------------
	4.2 Content
------------------------------*/
/* Content elements
------------------------------*/
.blog .hentry, .archive .hentry, .search .hentry {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9; }

.hentry.sticky {
  padding: 30px;
  background: #f8f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .hentry.sticky .post-thumbnail img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.more-link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding-top: 10px; }
  .more-link:hover {
    text-decoration: underline; }

.single .hentry {
  margin-bottom: 20px; }

.loop-pagination {
  display: inline-block;
  margin-bottom: 20px; }
  .loop-pagination a, .loop-pagination span {
    padding: 6px 13px 7px;
    background: #BBBBBB;
    color: #FFFFFF !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none; }
    .loop-pagination a:hover, .loop-pagination span:hover {
      background: #fab702; }
  .loop-pagination a.current, .loop-pagination span.current {
    background: #fab702; }

/* Page & Archive Title */
.page-header .page-title, .archive-title {
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase; }

/*------------------------------
	4.3 Sidebar
------------------------------*/
.widget-area ul {
  list-style: none;
  padding-left: 0; }
.widget-area a {
  text-decoration: none; }

/*------------------------------
	4.4 Footer
------------------------------*/
.site-footer {
  padding: 0px 0 0px;
  background: #111111;
  color: #999999;
  font-size: 13px; }
  .site-footer a, .site-footer .widget a {
    color: #dddddd; }
    .site-footer a:hover, .site-footer .widget a:hover {
      color: #FFFFFF;
      text-decoration: underline; }
  .site-footer .widget {
    font-size: 13px;
    line-height: 1.8; }
  .site-footer table > thead > tr > th, .site-footer table > tbody > tr > th, .site-footer table > tfoot > tr > th, .site-footer table > thead > tr > td, .site-footer table > tbody > tr > td, .site-footer table > tfoot > tr > td {
    border-color: rgba(255, 255, 255, 0.3); }
  .site-footer textarea, .site-footer input[type="date"], .site-footer input[type="datetime"], .site-footer input[type="datetime-local"], .site-footer input[type="email"], .site-footer input[type="month"], .site-footer input[type="number"], .site-footer input[type="password"], .site-footer input[type="search"], .site-footer input[type="tel"], .site-footer input[type="text"], .site-footer input[type="time"], .site-footer input[type="url"], .site-footer input[type="week"] {
    border-color: rgba(255, 255, 255, 0.3); }

.footer-1-columns .footer-column {
  width: 100%; }

.footer-2-columns .footer-column {
  width: 100%; }
@media screen and (min-width: 790px) {
  .footer-2-columns .footer-column {
    width: 47.9674796748%;
    float: left;
    margin-right: 4.0650406504%; }
  .footer-2-columns .footer-2 {
    margin-right: 0; } }

.footer-3-columns .footer-column {
  width: 100%; }
@media screen and (min-width: 790px) {
  .footer-3-columns .footer-column {
    width: 47.9674796748%;
    float: left;
    margin-right: 4.0650406504%; }
  .footer-3-columns .footer-2 {
    margin-right: 0; } }
@media screen and (min-width: 1100px) {
  .footer-3-columns .footer-column {
    width: 30.6233062331%;
    float: left;
    margin-right: 4.0650406504%; }
  .footer-3-columns .footer-3 {
    margin-right: 0; } }

.footer-4-columns .footer-column {
  width: 100%; }
@media screen and (min-width: 790px) {
  .footer-4-columns .footer-column {
    width: 47.9674796748%;
    float: left;
    margin-right: 4.0650406504%; }
  .footer-4-columns .footer-2, .footer-4-columns .footer-4 {
    margin-right: 0; } }
@media screen and (min-width: 1100px) {
  .footer-4-columns .footer-column {
    width: 21.9512195122%;
    float: left;
    margin-right: 4.0650406504%; }
  .footer-4-columns .footer-4 {
    margin-right: 0; } }

.site-footer .footer-columns {
  padding: 40px 0px; }
  .site-footer .footer-columns .footer-column .widget {
    padding-bottom: 0;
    margin-bottom: 30px;
    border: none; }
    @media screen and (min-width: 790px) {
      .site-footer .footer-columns .footer-column .widget {
        margin-bottom: 30px; }
        .site-footer .footer-columns .footer-column .widget:last-child {
          margin-bottom: 0px; } }
    .site-footer .footer-columns .footer-column .widget .widget-title {
      color: #eeeeee;
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 20px;
      letter-spacing: -0.1px;
      font-weight: 500; }
  .site-footer .footer-columns .widget_nav_menu ul ul, .site-footer .footer-columns .widget_nav_menu ul ul ul {
    padding: 0px; }
  .site-footer .footer-columns .widget_nav_menu ul li {
    padding: 0; }
    .site-footer .footer-columns .widget_nav_menu ul li a {
      display: block;
      padding: 5px 10px 9px 17px;
      position: relative;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.1); }
      .site-footer .footer-columns .widget_nav_menu ul li a:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 10px;
        display: block;
        position: absolute;
        left: 0;
        top: 8px; }
  .site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu {
    margin-top: -7px; }
    .site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li {
      float: left;
      margin-bottom: 0;
      width: 50%;
      padding: 8px 0px; }
      .site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a {
        display: unset;
        padding: 0;
        border: none; }
        .site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a:before {
          content: none; }
  .site-footer .footer-columns .widget_wpc_posts ul li {
    background: rgba(255, 255, 255, 0.03); }
  .site-footer .footer-columns .contact-info-item .contact-text {
    width: 30px; }
    .site-footer .footer-columns .contact-info-item .contact-text i {
      font-size: 16px; }
    .site-footer .footer-columns .contact-info-item .contact-text i.fa-envelope {
      font-size: 12px;
      position: relative;
      top: -3px; }
    .site-footer .footer-columns .contact-info-item .contact-text i.fa-fax {
      font-size: 14px;
      position: relative;
      top: -3px; }
  .site-footer .footer-columns .contact-info-item .contact-value {
    margin-left: 35px; }
  .site-footer .footer-columns .contact-info-box img {
    margin-bottom: 30px; }
  .site-footer .footer-columns ul.hours li {
    border-top: 1px dotted rgba(255, 255, 255, 0.1); }
  .site-footer .footer-columns ul.hours li:first-child {
    border-top: none; }
  .site-footer .footer-columns ul.hours span {
    float: right;
    font-weight: bold; }

.site-info-wrapper {
  background: #222222;
  border-top: 1px solid #333333;
  padding: 20px 0px;
  font-size: 12px; }
  .site-info-wrapper .site-info .copy_text {
    float: none;
    text-align: center;
    font-size: 13px;
    margin-bottom: 30px; }
    @media screen and (min-width: 790px) {
      .site-info-wrapper .site-info .copy_text {
        float: left;
        margin-bottom: 0px;
        text-align: left; } }
    .site-info-wrapper .site-info .copy_text a {
      text-decoration: none; }
      .site-info-wrapper .site-info .copy_text a:hover {
        text-decoration: underline; }
  .site-info-wrapper .site-info .footer-menu {
    float: none;
    text-align: center; }
    @media screen and (min-width: 790px) {
      .site-info-wrapper .site-info .footer-menu {
        float: right;
        text-align: left; } }
    .site-info-wrapper .site-info .footer-menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .site-info-wrapper .site-info .footer-menu ul li {
        padding: 0;
        margin: 0;
        display: inline-block;
        line-height: 1; }
        .site-info-wrapper .site-info .footer-menu ul li a {
          float: left;
          margin-left: 15px;
          text-decoration: none;
          font-size: 12px; }
          .site-info-wrapper .site-info .footer-menu ul li a:hover {
            text-decoration: underline; }
        .site-info-wrapper .site-info .footer-menu ul li ul {
          display: none; }

.footer-social {
  float: left;
  padding: 10px 18.5px;
  color: #FFFFFF;
  background: #fab702;
  margin-top: -16px;
  position: relative; }
  .footer-social label {
    font-size: 13px;
    margin-right: 10px;
    color: #222222; }
  .footer-social:after {
    border-right: 9px solid #777777;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 0; }
  .footer-social a {
    margin-right: 3px; }
    .footer-social a i {
      padding: 0;
      border-radius: 50%;
      font-size: 13px;
      line-height: 1.6em;
      height: 1.8em;
      width: 1.8em;
      text-align: center;
      border: 1px solid #222222;
      color: #222222; }
      .footer-social a i:hover {
        color: #FFFFFF;
        border-color: #FFFFFF; }

/* Client Logo Grid
------------------------------*/
.client-logo img {
  border: 1px solid #e9e9e9; }

.client-table img {
  width: 100%; }
  .client-table img:hover {
    opacity: 0.8; }

/* Back To Top
------------------------------*/
#btt {
  background: none repeat scroll #222222;
  opacity: 0.8;
  border: 1px solid #333333;
  border-radius: 2px;
  bottom: 21px;
  cursor: pointer;
  padding: 8px 15px;
  position: fixed;
  right: 20px;
  z-index: 50; }

/* Browser Suppport
------------------------------*/
.ie9 .site-header .header-right-wrap, .ie10 .site-header .header-right-wrap, .ie11 .site-header .header-right-wrap {
  float: none; }

/*--------------------------------------------------------------
5.0 Posts
--------------------------------------------------------------*/
/* Post Entry
------------------------------*/
.entry-title {
  font-size: 25px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
  font-weight: bold; }
  @media screen and (min-width: 790px) {
    .entry-title {
      font-size: 28px; } }
  .entry-title a:hover {
    text-decoration: underline; }

.single .entry-title {
  font-size: 32px; }

.post-thumbnail img {
  margin: 0 0 30px 0;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* Entry Content
------------------------------*/
.entry-content::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }
.entry-content cite {
  display: block;
  margin-top: 10px; }
  .entry-content cite:before {
    content: "- "; }
.entry-content blockquote {
  padding: 20px 80px 20px 28px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #fab702;
  font-style: italic; }
  .entry-content blockquote p {
    margin: 0px;
    font-size: 16px; }
.entry-content ul, .entry-content ol {
  margin-left: 20px; }
.entry-content a {
  text-decoration: none; }
  .entry-content a:hover {
    text-decoration: underline; }
.entry-content .wp-block-cover {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry-content .wp-block-cover .wp-block-cover-text,
  .entry-content .wp-block-cover section.wp-block-cover-image h2 {
    color: #fff; }
.entry-content .wp-block-button {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
.entry-content .wp-block-gallery.alignleft {
  margin-right: 1.5rem; }
.entry-content .wp-block-gallery.alignright {
  margin-left: 1.5rem; }
.entry-content .elementor-accordion .elementor-accordion-item {
  margin-bottom: 15px; }

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 30px; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 98%; }
  .wp-caption .wp-caption-text {
    margin: 10px 0; }

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px; }

.alignleft,
.entry-thumbnail.thumbnail {
  display: inline;
  float: left;
  margin-right: 50px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 50px; }

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

.no-sidebar .alignwide {
  width: 100vw;
  max-width: 1230px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  clear: both; }
.no-sidebar .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%; }
.no-sidebar .wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-video video {
  max-width: 636px; }

.wp-block-image {
  margin-bottom: 1.5em; }
  .wp-block-image img {
    display: block; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%; }

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto; }

.wp-block-cover-text p {
  padding: 1.5em 14px; }

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px; }

.wp-block-table {
  display: block;
  overflow-x: auto; }

.wp-block-table table {
  border-collapse: collapse;
  width: 100%; }

.wp-block-table td, .wp-block-table th {
  padding: .5em; }

.wp-block-embed {
  margin-bottom: 1.5em; }

.wp-block-quote.is-large {
  margin: 0 auto 16px; }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none; }

.gallery-caption {
  font-family: inherit; }

.bypostauthor {
  margin: 0; }

/* WordPress Gallery
------------------------------*/
.gallery {
  margin-right: -20px;
  margin-bottom: 20px; }
  .gallery .gallery-item {
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent; }
    .gallery .gallery-item .gallery-icon {
      margin-bottom: 0px; }
      .gallery .gallery-item .gallery-icon:hover {
        opacity: 0.7; }
    .gallery .gallery-item img {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }

.single-post .gallery.gallery-columns-4,
.single-post .gallery.gallery-columns-5,
.single-post .gallery.gallery-columns-6,
.single-post .gallery.gallery-columns-7,
.single-post .gallery.gallery-columns-8,
.single-post .gallery.gallery-columns-9, .blog .gallery.gallery-columns-4,
.blog .gallery.gallery-columns-5,
.blog .gallery.gallery-columns-6,
.blog .gallery.gallery-columns-7,
.blog .gallery.gallery-columns-8,
.blog .gallery.gallery-columns-9 {
  margin-right: -10px;
  margin-bottom: 20px; }
  .single-post .gallery.gallery-columns-4 .gallery-item,
  .single-post .gallery.gallery-columns-5 .gallery-item,
  .single-post .gallery.gallery-columns-6 .gallery-item,
  .single-post .gallery.gallery-columns-7 .gallery-item,
  .single-post .gallery.gallery-columns-8 .gallery-item,
  .single-post .gallery.gallery-columns-9 .gallery-item, .blog .gallery.gallery-columns-4 .gallery-item,
  .blog .gallery.gallery-columns-5 .gallery-item,
  .blog .gallery.gallery-columns-6 .gallery-item,
  .blog .gallery.gallery-columns-7 .gallery-item,
  .blog .gallery.gallery-columns-8 .gallery-item,
  .blog .gallery.gallery-columns-9 .gallery-item {
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent; }
    .single-post .gallery.gallery-columns-4 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-5 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-6 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-7 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-8 .gallery-item .gallery-icon,
    .single-post .gallery.gallery-columns-9 .gallery-item .gallery-icon, .blog .gallery.gallery-columns-4 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-5 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-6 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-7 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-8 .gallery-item .gallery-icon,
    .blog .gallery.gallery-columns-9 .gallery-item .gallery-icon {
      margin-bottom: 0px; }

/* Entry meta
------------------------------*/
.entry-meta {
  display: inline-block;
  margin-bottom: 15px; }
  .entry-meta a, .entry-meta span {
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #777777; }
  .entry-meta span.sep {
    margin: 0px 12.5px; }
  .entry-meta a:hover {
    text-decoration: underline; }
  .entry-meta .sticky-label {
    margin: 0px 0px 0px 12.5px;
    padding: 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f9f9;
    color: #FFFFFF; }
  .entry-meta i.fa {
    margin-right: 3px; }

.single .entry-meta {
  margin-bottom: 30px; }

/* Entry author
------------------------------*/
.entry-author {
  background: #f8f9f9;
  padding: 25px;
  margin: 40px 0px 40px; }
  .entry-author .entry-author-avatar {
    float: left;
    padding-right: 25px; }
    .entry-author .entry-author-avatar img {
      max-width: 85px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin-top: 4px; }
  .entry-author .entry-author-byline {
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 13px;
    margin-bottom: 6.6666666667px; }
    .entry-author .entry-author-byline a {
      text-decoration: none; }
  .entry-author .entry-author-bio {
    padding-left: 85px; }

/* Entry Footer
------------------------------*/
.entry-footer {
  clear: both; }
  .entry-footer i.fa {
    float: left;
    color: #999999;
    margin: 6px 6px 0 0; }
  .entry-footer .post-categories, .entry-footer .post-tags {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px; }
    .entry-footer .post-categories li, .entry-footer .post-tags li {
      display: inline;
      margin: 0px; }
      .entry-footer .post-categories li a, .entry-footer .post-tags li a {
        color: #777777;
        font-size: 13px;
        text-decoration: none;
        position: relative; }
        .entry-footer .post-categories li a:hover, .entry-footer .post-tags li a:hover {
          color: #fab702; }
      .entry-footer .post-categories li:after, .entry-footer .post-tags li:after {
        content: ", ";
        color: #aaaaaa; }
      .entry-footer .post-categories li:last-child:after, .entry-footer .post-tags li:last-child:after {
        content: none; }

/* Comments
------------------------------*/
#comments .comments-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
#comments .comment-list {
  list-style: none;
  padding-left: 0px; }
  #comments .comment-list .pingback {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin: 0; }
    #comments .comment-list .pingback p {
      margin: 0px; }
  #comments .comment-list .pingback:last-child {
    margin-bottom: 40px; }
#comments .comment {
  list-style: none;
  margin: 30px 0; }
  #comments .comment .avatar {
    width: 60px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  #comments .comment .comment-wrapper {
    margin-left: 90px;
    padding: 25px 30px 15px 30px;
    background: #f8f9f9;
    position: relative; }
    #comments .comment .comment-wrapper:before {
      border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
      border-style: solid;
      border-width: 0 10px 10px 0;
      content: "";
      height: 0;
      left: -9px;
      position: absolute;
      top: 0;
      width: 0; }
    #comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
      color: #aaaaaa;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      font-size: 11px; }
      #comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
        color: #fab702; }
      #comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
        content: "/";
        padding: 0px 5px; }
    #comments .comment .comment-wrapper .comment-meta a:last-child:after {
      content: ""; }
    #comments .comment .comment-wrapper .comment-meta cite .fn {
      font-weight: bold;
      font-style: normal;
      margin-right: 5px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 14px; }
    #comments .comment .comment-wrapper .comment-meta cite span {
      padding: 3px 10px;
      background: #e9e9e9;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin-right: 10px; }
    #comments .comment .comment-wrapper a {
      text-decoration: none; }
  #comments .comment .children {
    padding-left: 30px; }
    #comments .comment .children .children {
      padding-left: 30px; }
      #comments .comment .children .children .children {
        padding-left: 0px; }
  @media screen and (min-width: 790px) {
    #comments .comment .children {
      padding-left: 90px; }
      #comments .comment .children .children {
        padding-left: 90px; }
        #comments .comment .children .children .children {
          padding-left: 90px; } }
#comments .form-allowed-tags {
  display: none; }
#comments a {
  text-decoration: none; }
  #comments a:hover {
    text-decoration: underline; }

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
  width: 100%; }

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px; }
  #respond .comment-form label {
    display: block;
    margin-bottom: 4px; }
  #respond .form-allowed-tags {
    font-size: 12px; }
    #respond .form-allowed-tags code {
      background: none; }
  #respond .comment-reply-title {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    #respond .comment-reply-title a {
      margin-left: 7px; }
  #respond .comment-notes {
    display: none; }
  #respond label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px; }

.full-screen .comments-area {
  max-width: 1130px;
  margin: 0 auto; }

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
/* Page Related
------------------------------*/
.page-title-wrap {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  padding: 40px 0px;
  background: #f8f9f9; }
  .page-title-wrap h1 {
    font-weight: bold;
    text-transform: uppercase; }
  .page-title-wrap * {
    margin-bottom: 0px; }
  .page-title-wrap a.btn {
    margin-right: 0px; }

.page-title-wrap-none {
  display: block;
  border-bottom: 1px solid #e9e9e9; }

@media screen and (max-width: 790px) {
  .page-title-has-button {
    text-align: center; }
    .page-title-has-button .left, .page-title-has-button .right {
      float: none;
      text-align: center; }

  .page-title-has-button .page-entry-title.left {
    float: none;
    display: block;
    margin-bottom: 30px; } }
.medium-heading-inverted {
  text-transform: uppercase;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 10px; }

.large-heading-inverted {
  margin-left: -2px;
  color: #FFFFFF;
  text-transform: uppercase; }

/* Pages Header
------------------------------*/
.page-header-wrap {
  position: relative;
  padding: 60px 0px;
  color: #CCCCCC;
  border-bottom: 1px solid #e9e9e9; }
  .page-header-wrap h1 {
    font-weight: bold;
    color: #FFFFFF;
    margin: -5px 0px 2px -2px;
    letter-spacing: -0.7px;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0; }
    @media screen and (min-width: 790px) {
      .page-header-wrap h1 {
        font-size: 45px; } }
  .page-header-wrap .page-subtitle {
    font-size: 17px;
    display: inline-block;
    font-weight: 300; }
  .page-header-wrap .container {
    z-index: 10; }
  .page-header-wrap .wpc_parallax_bg {
    background-size: cover; }

/* 404 - Not Found
------------------------------*/
.error404 .site-header, .error404 .site-footer, .error404 .footer-connect, .error404 .site-topbar {
  display: none; }

.error404, .error404 .site-content {
  background: #f1f1f1;
  width: 100%;
  height: 100%; }

.error-page-wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: fixed;
  left: 0; }

.error-box-wrap {
  height: auto;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 500px) {
    .error-box-wrap {
      width: 60%; } }
  @media screen and (min-width: 790px) {
    .error-box-wrap {
      width: 50%; } }
  @media screen and (min-width: 1100px) {
    .error-box-wrap {
      width: 40%; } }

.heading-404 {
  font-size: 80px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-weight: 900;
  color: #fab702;
  letter-spacing: 2px; }
  .heading-404 i {
    margin-right: 20px; }
  @media screen and (min-width: 790px) {
    .heading-404 {
      letter-spacing: 20px;
      font-size: 120px; } }

.error-box {
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  padding: 30px 35px 10px; }
  .error-box h3, .error-box #calendar_wrap caption, #calendar_wrap .error-box caption {
    letter-spacing: 2px; }
    @media screen and (min-width: 790px) {
      .error-box h3, .error-box #calendar_wrap caption, #calendar_wrap .error-box caption {
        letter-spacing: 10px; } }
  .error-box p {
    margin-bottom: 30px; }

.error-action .error-previous {
  float: none;
  margin-bottom: 30px; }
  @media screen and (min-width: 1100px) {
    .error-action .error-previous {
      float: left; } }
.error-action .error-home {
  float: none;
  margin-bottom: 30px; }
  @media screen and (min-width: 1100px) {
    .error-action .error-home {
      float: right; } }

/* Grid Page
------------------------------*/
.grid-item {
  margin-bottom: 40px; }
  .grid-item .grid-thumbnail {
    margin-bottom: 20px; }
    .grid-item .grid-thumbnail img:hover {
      opacity: 0.9; }
  .grid-item .grid-title {
    margin-bottom: 10px; }
    .grid-item .grid-title a:hover {
      color: #fab702;
      text-decoration: none; }
  .grid-item .grid-more {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px; }
    .grid-item .grid-more:hover {
      text-decoration: underline; }

/* Single Portfolio
------------------------------*/
.portfolio-prev i,
.portfolio-next i {
  font-family: 'FontAwesome';
  font-weight: normal;
  border: 2px solid #e9e9e9;
  color: #cccccc;
  font-size: 22px;
  height: 1.8em;
  line-height: 1.6em;
  padding: 0;
  text-align: center;
  width: 1.8em;
  margin-top: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .portfolio-prev i:hover,
  .portfolio-next i:hover {
    color: #555555;
    border-color: #aaaaaa; }

.portfolio-next {
  margin-left: 6px; }

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 40px; }
  .widget:last-child {
    border-bottom: none; }

.search-form {
  margin-bottom: 20px; }

.widget-area .widget.widget_search .search-field {
  width: 88%; }
.widget-area .widget.widget_search .search-submit {
  display: none; }

#secondary .widget-title,
#secondary .wp-block-group__inner-container h2,
.site-topbar .widget-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.1px; }

.widget_calendar .widget-title {
  display: none; }
.widget_calendar #wp-calendar caption {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500; }

.widget-area .widget ul,
.widget-area .widget ol {
  padding-left: 0px;
  margin-bottom: 0px; }

.widget-area .widget ul li {
  list-style: none;
  margin: 0px;
  padding: 6.6666666667px 0; }
  .widget-area .widget ul li ul {
    padding-top: 13.3333333333px;
    padding-left: 20px; }
    .widget-area .widget ul li ul li {
      border-bottom: none; }
    .widget-area .widget ul li ul li:last-child {
      padding-bottom: 0px; }

.widget a {
  text-decoration: none;
  color: #777777; }
  .widget a:hover {
    color: #fab702; }

.widget.widget_rss li {
  margin-bottom: 15px !important; }
  .widget.widget_rss li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1px; }
  .widget.widget_rss li .rss-date {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 0px;
    margin-bottom: 6px;
    display: block; }
  .widget.widget_rss li .rssSummary {
    margin-bottom: 10px; }
  .widget.widget_rss li cite {
    font-size: 10px;
    text-transform: uppercase;
    background: #333333;
    padding: 4px 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF; }

/* Calendar Widget */
#calendar_wrap caption {
  text-align: left; }

.widget #calendar_wrap a,
.widget_recent_comments a {
  color: #fab702; }
  .widget #calendar_wrap a:hover,
  .widget_recent_comments a:hover {
    text-decoration: underline; }

/* Eye catching post widget */
.widget_wpc_posts img {
  float: left;
  height: auto;
  margin-right: 18px;
  overflow: hidden;
  max-width: 50px;
  margin-top: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.widget_wpc_posts ul li {
  list-style: none;
  padding: 10px 12px 12px 10px;
  background: #f8f9f9; }
  .widget_wpc_posts ul li a {
    display: inline; }
.widget_wpc_posts ul li.light-bg {
  background: transparent; }

/* Tag Cloud */
.tagcloud a {
  background: none repeat scroll 0 0 #222222;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  margin: 0 5px 5px 0;
  padding: 4px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px !important; }
  .tagcloud a:hover {
    background: #fab702;
    color: #FFFFFF !important; }

.widget-area .widget_categories ul li ul li, .widget-area .widget_pages ul li ul li {
  padding-left: 13px;
  position: relative; }
  .widget-area .widget_categories ul li ul li:before, .widget-area .widget_pages ul li ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px; }

.widget-area .widget_recent_comments ul li {
  position: relative;
  padding-left: 25px; }
  .widget-area .widget_recent_comments ul li:before {
    content: "\f0e6";
    font-family: FontAwesome;
    font-size: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #CCCCCC; }

.widget-area .widget_recent_entries ul li {
  position: relative;
  padding-left: 25px; }
  .widget-area .widget_recent_entries ul li:before {
    content: "\f0f6";
    font-family: FontAwesome;
    font-size: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    color: #CCCCCC; }
  .widget-area .widget_recent_entries ul li a {
    font-size: 15px; }

/* Custom Menu */
#secondary .widget.widget_nav_menu .menu {
  margin-bottom: -10px; }
#secondary .widget.widget_nav_menu ul ul, #secondary .widget.widget_nav_menu ul ul ul {
  padding: 0; }
#secondary .widget.widget_nav_menu ul li {
  margin: 0px;
  padding: 0px; }
  #secondary .widget.widget_nav_menu ul li a, #secondary .widget.widget_nav_menu ul li li a, #secondary .widget.widget_nav_menu ul li li li a {
    display: block;
    padding: 10px 15px 11px 0px;
    font-weight: 500;
    color: #777777;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    #secondary .widget.widget_nav_menu ul li a:hover, #secondary .widget.widget_nav_menu ul li li a:hover, #secondary .widget.widget_nav_menu ul li li li a:hover {
      color: #fab702; }
#secondary .widget.widget_nav_menu ul li.current-menu-item a {
  color: #fab702;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: none;
  border-right: none; }
  #secondary .widget.widget_nav_menu ul li.current-menu-item a:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fab702;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 17px; }
  #secondary .widget.widget_nav_menu ul li.current-menu-item a:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 17px; }
#secondary .widget.widget_nav_menu > ul > li:last-child > a {
  margin-bottom: 0px; }
#secondary .widget.widget_nav_menu > ul > li:first-child > a {
  margin-top: -10px; }

/* File Icon Button */
.icon-button {
  width: 100%;
  display: block;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #777777; }
  .icon-button i {
    font-size: 18px;
    padding: 14px 10px 16px 15px;
    color: #BBBBBB; }
  .icon-button span {
    font-weight: 500;
    font-size: 13px;
    color: #888888;
    display: inline-block;
    position: relative;
    top: -1px;
    text-transform: uppercase; }
  .icon-button:hover {
    background: #f9f9f9; }
    .icon-button:hover i {
      color: #333333; }
    .icon-button:hover span {
      color: #333333; }

/* Contact Info Box */
.contact-info-box .contact-info-item .contact-text {
  width: 30px; }
  .contact-info-box .contact-info-item .contact-text i {
    font-size: 16px; }
  .contact-info-box .contact-info-item .contact-text i.fa-envelope {
    font-size: 12px; }
.contact-info-box .contact-info-item .contact-value {
  margin-left: 35px; }

/*--------------------------------------------------------------
8.0 Support
--------------------------------------------------------------*/
/*------------------------------
	8.1 WooCommerce
------------------------------*/
/* WooCommerce
------------------------------*/
/* Result Count */
.woocommerce .woocommerce-result-count {
  margin-top: 10px; }

/* Ordering */
.woocommerce .woocommerce-ordering select {
  padding: 5px 10px;
  margin-bottom: 10px; }

/* Images */
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
  border: 1px solid #e9e9e9; }
  .woocommerce ul.products li.product a img:hover,
  .woocommerce div.product div.images img:hover {
    border-color: #fab702; }

/* Button */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: inline-block;
  color: #888888;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 7px 12px 9px;
  margin: 3px 5px 3px 0px;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #ffffff;
    color: #222222;
    border-color: #bbbbbb; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #fab702;
  border: none;
  padding: 14px 30px 16px 30px;
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 0px 0px; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:active {
    background-color: #fab702;
    color: #FFFFFF;
    opacity: 0.9; }

.woocommerce .quantity .qty {
  width: 60px;
  margin-right: 5px; }

.woocommerce .product_meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.3px; }

/* Add To Cart */
.woocommerce a.added_to_cart {
  padding-top: 17px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

/* Star Ratting */
.post-type-archive-product.woocommerce .star-rating {
  display: none; }

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0px; }

.woocommerce .woocommerce-review-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product #calendar_wrap caption, #calendar_wrap .woocommerce ul.products li.product caption {
  font-weight: 500;
  letter-spacing: -0.4px;
  font-size: 16px; }

/* Message */
.woocommerce .woocommerce-info {
  border-top-color: #222222; }
  .woocommerce .woocommerce-info:before {
    color: #222222; }

/* Price */
.woocommerce ul.products li.product .price {
  color: #fab702;
  font-size: 15px;
  font-weight: bold; }
  .woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 10px; }
  .woocommerce ul.products li.product .price ins {
    text-decoration: none; }

/* On Sale */
.woocommerce span.onsale {
  background: #fab702;
  box-shadow: none;
  font-size: 11px;
  border-radius: 0;
  text-shadow: none;
  margin: 0;
  line-height: 1;
  min-height: auto;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.woocommerce ul.products li.product .onsale {
  margin: 0; }

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
  border-color: #e9e9e9; }
  .woocommerce nav.woocommerce-pagination ul li {
    border-color: #e9e9e9; }
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
      padding: 10px 16px;
      font-weight: bold; }
    .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
      background: #f9f9f9; }

/* Single Product */
.woocommerce div.product .product_title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 0px; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #222222;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px; }

/* Product Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  padding-left: 5px;
  margin-bottom: 20px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e9e9e9; }

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border-radius: 0;
  margin: 0;
  margin-left: -5px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    content: none;
    box-shadow: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
    content: none;
    box-shadow: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border-color: #e9e9e9; }

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin-bottom: 50px; }

.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce .related h2,
.upsells h2,
.cross-sells h2,
.cart_totals h2,
.shipping_calculator h2 {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 18px;
  letter-spacing: 2px;
  font-weight: bold; }

/* Cart */
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border: none;
  border-collapse: collapse;
  margin-bottom: 50px; }

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  padding: 13px;
  border-top: none; }

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
  padding: 8px 7px 6px;
  border-color: #e9e9e9;
  width: 120px; }

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
  font-weight: normal;
  font-size: 15px; }

/* Cart Total */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  text-align: left; }

.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
  margin-bottom: 20px;
  border-collapse: collapse; }

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
  border-left: 1px solid #e9e9e9;
  vertical-align: inherit; }

.woocommerce table.shop_table td.product-name a, .woocommerce-page table.shop_table td.product-name a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
  width: 60%;
  padding: 12px 12px;
  font-weight: normal;
  text-align: left;
  font-size: 13px; }

/* Checkout Page */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  border-color: #e9e9e9; }

/* Widgets */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  background: #f9f9f9;
  padding: 15px 10px; }
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img,
  .woocommerce-page ul.cart_list li img,
  .woocommerce-page ul.product_list_widget li img {
    float: left;
    width: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 0;
    margin-right: 20px;
    box-shadow: none; }
  .woocommerce ul.cart_list li:nth-child(2n),
  .woocommerce ul.product_list_widget li:nth-child(2n),
  .woocommerce-page ul.cart_list li:nth-child(2n),
  .woocommerce-page ul.product_list_widget li:nth-child(2n) {
    background: transparent; }
  .woocommerce ul.cart_list li a,
  .woocommerce ul.product_list_widget li a,
  .woocommerce-page ul.cart_list li a,
  .woocommerce-page ul.product_list_widget li a {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #222222; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-top: 15px; }

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: 10px;
  top: 50%;
  margin-top: -6px; }

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
  border-top: none;
  padding-top: 20px;
  margin-bottom: 20px; }

.woocommerce .star-rating {
  color: #fab702; }

/* Widget Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #cccccc; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #444444;
  border-color: #000000; }

/* Shop Elements */
.shop-elements i {
  border: 2px solid #e9e9e9;
  color: #cccccc;
  font-size: 15px;
  height: 38px;
  width: 38px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  margin-top: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .shop-elements i:hover {
    color: #555555;
    border-color: #aaaaaa; }

.woocommerce .cart_totals table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/*------------------------------
	8.2 VC Builder Elements
------------------------------*/
/* Column Elements
------------------------------*/
.inverted-column textarea, .inverted-column input[type="date"], .inverted-column input[type="datetime"], .inverted-column input[type="datetime-local"], .inverted-column input[type="email"], .inverted-column input[type="month"], .inverted-column input[type="number"], .inverted-column input[type="password"], .inverted-column input[type="search"], .inverted-column input[type="tel"], .inverted-column input[type="text"], .inverted-column input[type="time"], .inverted-column input[type="url"], .inverted-column input[type="week"], .inverted-row textarea, .inverted-row input[type="date"], .inverted-row input[type="datetime"], .inverted-row input[type="datetime-local"], .inverted-row input[type="email"], .inverted-row input[type="month"], .inverted-row input[type="number"], .inverted-row input[type="password"], .inverted-row input[type="search"], .inverted-row input[type="tel"], .inverted-row input[type="text"], .inverted-row input[type="time"], .inverted-row input[type="url"], .inverted-row input[type="week"] {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.inverted-column > .wpb_wrapper {
  padding: 25px 0px 40px 0px;
  background: #f8f9f9; }
  @media screen and (min-width: 790px) {
    .inverted-column > .wpb_wrapper {
      padding: 25px 40px 40px 40px; } }

.inverted-row {
  background: #f8f9f9; }

@media screen and (max-width: 790px) {
  .mobile-center {
    text-align: center; } }
@media screen and (max-width: 790px) {
  .mobile-center .right, .mobile-center .left {
    text-align: center;
    float: none; } }

.fit-screen .vc_col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/* ROW Parallax
------------------------------*/
.wpc_row_parallax {
  overflow: hidden;
  position: relative;
  width: 100%; }

.wpc_parallax_bg {
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.wpc_parallax_bg.not-mobile {
  background-attachment: fixed; }

.vc_row .wpc_parallax_bg.not-mobile {
  background-size: cover; }

.wpc_parallax_bg.is-mobile {
  background-position: 50% 50% !important; }

/* Video Background */
.wpc_video_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  width: 100%; }

.wpc_video_color_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.65; }

.touch .wpc_video_wrapper {
  display: none; }

.wpb_heading {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 25px; }

.wpb_wrapper {
  margin-bottom: 30px; }
  .wpb_wrapper .rev_slider_wrapper {
    margin-bottom: -30px !important; }
  @media screen and (min-width: 790px) {
    .wpb_wrapper {
      margin-bottom: 0px; }
      .wpb_wrapper .rev_slider_wrapper {
        margin-bottom: 0px !important; } }

.wpc_row_video_bg {
  overflow: hidden; }

/* TABS
------------------------------*/
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .entry-content .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: transparent;
  padding: 20px 0 0; }
.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li, .entry-content .wpb_content_element .wpb_accordion_header li {
  margin-right: 10px; }
.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .entry-content .wpb_content_element .wpb_accordion_header a {
  background: #bbbbbb;
  color: #FFFFFF;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 13px 30px 12px 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover, .entry-content .wpb_content_element .wpb_accordion_header a:hover {
    background: #aaaaaa;
    color: #FFFFFF; }
.entry-content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a, .entry-content .wpb_content_element .wpb_accordion_header li.ui-tabs-active a {
  background: #fab702;
  color: #FFFFFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/* ACCORDION
------------------------------*/
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  padding-top: 0px;
  margin-bottom: 15px; }
  .entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a {
    display: block;
    text-align: left; }
  .entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header span {
    display: none; }
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
  background: #fab702; }
.entry-content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 0px 0px 40px; }

/* Since Visual Composer 4.6
------------------------------*/
/* Toggles & Accordions - White Style */
.vc_tta-container > h2 {
  font-size: 18px;
  margin-bottom: 30px; }

.vc_tta.vc_general .vc_tta-panel-title > a {
  padding-top: 18px;
  padding-bottom: 18px; }

.entry-content h4.vc_tta-panel-title {
  font-size: 13px;
  font-weight: normal; }

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #e1e1e1; }

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #e1e1e1; }

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #e1e1e1; }

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
  border-color: #e1e1e1; }

/* Tabs - White Style */
.vc_tta.vc_general .vc_tta-panel-body {
  padding: 20px 20px; }

.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::before,
.vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels::after {
  border-color: #e1e1e1; }

.vc_tta.vc_tta-o-no-fill .vc_tta-panels {
  border: none !important; }

/* Tour - White Style */
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before, .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after {
  border-color: #e1e1e1; }

/* Button */
.vc_btn3 {
  text-transform: uppercase;
  font-weight: bold; }

.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 3px; }

/*------------------------------
	8.3 VC General Shortcodes
------------------------------*/
/* BUTTON
------------------------------*/
.btn {
  background: #fab702;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 11px 18px 13px 18px;
  margin: 3px 5px 3px 0px;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset; }
  .btn:hover {
    color: #FFFFFF !important;
    opacity: 0.9 !important;
    text-decoration: none !important; }

.btn-primary {
  background: #fab702;
  color: #FFFFFF !important; }

.btn-secondary {
  background: #00aeef; }

.btn.btn-dark {
  background: #000000; }

.btn.btn-light {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #888888; }
  .btn.btn-light:hover {
    background: #ffffff !important;
    color: #222222 !important;
    border-color: #bbbbbb; }

.btn.btn-ghost {
  background: transparent;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none !important;
  color: #FFFFFF; }
  .btn.btn-ghost:hover {
    background: #FFFFFF !important;
    color: #000000 !important;
    box-shadow: none !important; }

.btn.btn-large {
  padding: 17px 23px 19px 23px;
  font-size: 15px; }

.btn.btn-small {
  padding: 7px 12px;
  font-size: 12px; }

.rev_slider_wrapper .btn {
  opacity: 1 !important; }
  .rev_slider_wrapper .btn:hover {
    opacity: 1 !important; }
.rev_slider_wrapper .btn.btn-primary {
  padding: 13px 18px 15px 18px; }

/* ICON BOX
------------------------------*/
.iconbox-wrapper {
  margin-bottom: 40px; }
  .iconbox-wrapper .iconbox-icon, .iconbox-wrapper .iconbox-image {
    padding-bottom: 20px; }
    .iconbox-wrapper .iconbox-icon .primary, .iconbox-wrapper .iconbox-image .primary {
      color: #fab702; }
    .iconbox-wrapper .iconbox-icon .secondary, .iconbox-wrapper .iconbox-image .secondary {
      color: #00aeef; }
  .iconbox-wrapper a:hover {
    text-decoration: none;
    color: #fab702; }

/* CLIENT TESTIMONIALS
------------------------------*/
.testimonial {
  margin-bottom: 40px; }
  .testimonial .testimonial-content {
    border: 1px solid #e9e9e9;
    padding: 17px 20px 20px 20px;
    border-radius: 2px;
    font-style: italic;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400; }
  .testimonial .testimonial-header {
    padding: 0px 20px; }
    .testimonial .testimonial-header .testimonial-name {
      font-size: 15px;
      margin-top: 8px; }
    .testimonial .testimonial-header .testimonial-avatar {
      margin-top: -25px;
      float: left;
      margin-right: 20px; }
      .testimonial .testimonial-header .testimonial-avatar img {
        width: 70px;
        border-radius: 100%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.testimonial.inverted .testimonial-content {
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: none; }

.wpb_wrapper .testimonial:last-child {
  margin-bottom: 0px; }

/* CONTACT INFO
------------------------------*/
.contact-info-item {
  margin-bottom: 10px; }
  .contact-info-item .contact-text {
    display: block;
    float: left;
    width: 130px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
    position: relative; }
  .contact-info-item .contact-value {
    display: block;
    margin-left: 135px; }

/* RECENT NEWS
------------------------------*/
.recent-news-wrapper .grid-title {
  font-size: 16px; }
.recent-news-wrapper .recent-news-meta {
  font-size: 11px;
  text-transform: uppercase;
  padding: 6px 0px 5px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px; }
  .recent-news-wrapper .recent-news-meta span {
    margin-right: 15px; }
    .recent-news-wrapper .recent-news-meta span i {
      margin-right: 3px;
      color: #cccccc; }
    .recent-news-wrapper .recent-news-meta span a {
      color: #777777; }
      .recent-news-wrapper .recent-news-meta span a:hover {
        text-decoration: underline; }

/*------------------------------
	8.4 VC Special Shortcodes
------------------------------*/
/* FEATURED BOX
------------------------------*/
@media screen and (max-width: 790px) {
  .mobile-no-margin-top .row_inner_wrapper {
    margin-top: 0px !important; } }

.featured-box .featured-box-thumb {
  display: block; }
  .featured-box .featured-box-thumb a {
    position: relative;
    display: block; }
  .featured-box .featured-box-thumb img {
    width: 100%;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
.featured-box .featured-box-content {
  padding: 18px 0px 0px; }
.featured-box .featured-box-button a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 14px; }
  .featured-box .featured-box-button a:hover {
    text-decoration: underline; }
.featured-box .video_icon {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border: 3px solid #ffffff;
  border-radius: 100px;
  line-height: 1;
  padding: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px; }
  .featured-box .video_icon i {
    color: #ffffff;
    margin-left: 3px;
    font-size: 14px; }

/* CUSTOM HEADING
------------------------------*/
.custom-heading h2 {
  margin-bottom: 0px;
  font-weight: bold; }
.custom-heading .heading-line {
  width: 80px;
  height: 2px;
  display: inline-block;
  background: #fab702; }
.custom-heading .heading-line.primary {
  background: #fab702; }
.custom-heading .heading-line.secondary {
  background: #00aeef; }

.custom-heading.wpb_content_element {
  margin-bottom: 30px; }

.custom-heading.heading-medium {
  margin-bottom: 10px; }
  .custom-heading.heading-medium h2 {
    font-size: 20px; }
  .custom-heading.heading-medium .heading-line {
    width: 60px; }

.custom-heading.heading-small {
  margin-bottom: 10px; }
  .custom-heading.heading-small h2 {
    font-size: 17px; }
  .custom-heading.heading-small .heading-line {
    width: 40px; }

/* CLIENT TESTIMONIAL CAROUSEL
------------------------------*/
.testimonial_carousel_wrapper .carousel-next {
  right: 0px; }
.testimonial_carousel_wrapper .carousel-prev {
  right: 40px; }

/*------------------------------
	8.5 VC Overal Mods
------------------------------*/
/*-------------------------------------
	VC Overall Custom Stylesheet
-------------------------------------*/
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
  padding-left: 20px;
  padding-right: 20px; }

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
  margin-bottom: 40px; }

.vc_row {
  margin-left: 0px;
  margin-right: 0px; }

.wpb_row {
  margin-bottom: 0px; }

.row_inner_wrapper {
  padding: 40px 0px;
  position: relative; }

.row_inner_wrapper .row_inner_wrapper {
  padding-bottom: 00px;
  padding-top: 20px; }

.row_inner {
  position: relative;
  z-index: 10; }

.row_center_content {
  margin-left: -20px;
  margin-right: -20px; }

.row_full_center_content {
  margin-left: -20px;
  margin-right: -20px; }

.wpb_single_image img {
  width: 100%;
  height: auto; }

.vc_column_container > .vc_column-inner {
  padding: 0px; }

.wpb_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0; }

.wpb_column .wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0px; }

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
@media screen and (min-width: 1100px) {
  #megamenu-wp-page .megamenu-wp {
    position: initial !important; } }
/* Magnific Popup
------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.wpb_revslider_element {
  background: #222222; }

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
  font-size: 10px;
  padding: 15px 0px;
  border-bottom: 1px solid #e9e9e9;
  color: #858585; }
  @media screen and (min-width: 500px) {
    .breadcrumbs {
      font-size: 12px; } }
  .breadcrumbs i {
    margin: 0px 6px; }
  .breadcrumbs a {
    text-decoration: none;
    color: #777777;
    font-weight: 600; }
    .breadcrumbs a:hover {
      color: #fab702; }
  .breadcrumbs span {
    margin-right: 20px;
    position: relative; }
    @media screen and (min-width: 500px) {
      .breadcrumbs span {
        margin-right: 40px; } }
  .breadcrumbs a:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -11px;
    top: 2px; }
    @media screen and (min-width: 500px) {
      .breadcrumbs a:before {
        right: -23px;
        top: 3px; } }
  .breadcrumbs a:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 3px; }
    @media screen and (min-width: 500px) {
      .breadcrumbs a:after {
        right: -22px;
        top: 4px; } }

/* Contact Form 7
------------------------------*/
.wpcf7-form textarea, .wpcf7-form input[type="date"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="email"], .wpcf7-form input[type="month"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="text"], .wpcf7-form input[type="time"], .wpcf7-form input[type="url"], .wpcf7-form input[type="week"] {
  border-width: 2px; }

.wpcf7-form p {
  margin-bottom: 25px; }

.wpcf7-form .wpcf7-submit {
  margin-bottom: -30px; }

.wpcf7-submit {
  border-width: 2px; }

span.wpcf7-not-valid-tip {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
  display: inline-block; }

input.wpcf7-not-valid {
  border-color: #F00; }

div.wpcf7-response-output {
  margin-left: 0px;
  padding: 15px 20px;
  background: #f8f9f9; }

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
  width: 100%; }

.wpcf7-list-item {
  display: block;
  margin-top: 7px; }

/* Form 1/2 */
.form_1_2 {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 25px; }
  @media screen and (min-width: 790px) {
    .form_1_2 {
      width: 47%;
      float: left;
      margin-right: 6%; } }
  .form_1_2 input:not([type="radio"]):not([type="checkbox"]), .form_1_2 select {
    width: 100%; }

.form_1_2.last {
  float: left;
  clear: right;
  margin-right: 0px;
  margin-bottom: 25px; }

/* Form 1/3 */
.form_1_3 {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 25px; }
  @media screen and (min-width: 790px) {
    .form_1_3 {
      width: 30%;
      float: left;
      margin-right: 5%; } }
  .form_1_3 input:not([type="radio"]):not([type="checkbox"]), .form_1_3 select {
    width: 100%; }

.form_1_3.last {
  float: left;
  clear: right;
  margin-right: 0px;
  margin-bottom: 25px; }

/* Slider Carousel
------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: text; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Slick theme */
/* Arrows */
.carousel-prev,
.carousel-next {
  position: absolute;
  right: 20px;
  top: -80px;
  width: 35px;
  height: 35px;
  border: 2px solid #e9e9e9;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer; }
  .carousel-prev i,
  .carousel-next i {
    font-size: 18px;
    color: #CCCCCC;
    margin-top: 7px; }
  .carousel-prev:hover,
  .carousel-next:hover {
    border-color: #aaaaaa; }
    .carousel-prev:hover i,
    .carousel-next:hover i {
      color: #555555 !important; }

.carousel-prev {
  right: 60px; }
  .carousel-prev i {
    margin-left: 10px; }

.carousel-next i {
  margin-left: 12px; }

/* ESG
------------------------------*/
.esg-overflowtrick {
  margin-top: 30px; }

.esg-grid a:hover {
  text-decoration: none !important; }

.hermes .tp-arr-titleholder {
  text-transform: uppercase; }

/* Easymega */
.megamenu-wp-desktop #megamenu-wp-page .megamenu-wp .mega-item .mega-content .mega-tab-posts .post-title a {
  font-size: 14px; }

/* Elementor */
.elementor-tab-title a {
  text-decoration: none; }

.elementor-container .elementor-toggle .elementor-toggle-item .elementor-tab-title {
  background: #fff;
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7; }
  .elementor-container .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
    border-bottom: 1px solid #f7f7f7; }
  .elementor-container .elementor-toggle .elementor-toggle-item .elementor-tab-title a {
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #666; }
  .elementor-container .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
    padding-left: 6px;
    padding-right: 16px; }
.elementor-container .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title {
  border-top: 1px solid #f7f7f7; }
.elementor-container .elementor-toggle .elementor-tab-content {
  border: none; }
.elementor-container .elementor-accordion .elementor-accordion-item {
  border-color: #f0f0f0;
  background-color: #f8f8f8; }
  .elementor-container .elementor-accordion .elementor-accordion-item a {
    font-weight: normal;
    color: #666; }
.elementor-container .elementor-accordion .elementor-tab-content {
  border-color: #f0f0f0; }
.elementor-container .elementor-tabs .elementor-tabs-content-wrapper {
  border: 1px #f0f0f0; }
.elementor-container .elementor-tabs .elementor-tab-title {
  border-color: #f7f7f7;
  font-weight: normal; }
  .elementor-container .elementor-tabs .elementor-tab-title.elementor-active {
    border-color: #f0f0f0;
    background: #f8f8f8; }
.elementor-container .elementor-tabs .elementor-tab-content {
  border: 1px #f7f7f7; }
  .elementor-container .elementor-tabs .elementor-tab-content.elementor-active {
    border-color: #f0f0f0;
    background: #f8f8f8; }
