/*!
Theme Name: DrAlpha
Theme URI: https://dorefresh.com.au/wordpress-templates/alpha/
Author: doRefresh
Author URI: https://dorefresh.com.au/
Description: DrAlpha WordPress Theme is modern, simple and minimalist theme for agencies and individuals to showcase their services and portfolio. Any business or professional can benefit from this free, fully responsive theme. Build with free, open source, drag and drop WordPress framework Unyson, features like blog, contact forms with reCaptcha and SMTP support, custom post type for portfolio, demo data, page builder with prebuilt templates, theme customisations and many more are standard. DrAlpha is compatible and tested on Chrome 37+, Edge 14+, Firefox 32+, Internet Explorer 9+, Opera 23+ and Safari 6+.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dralpha
Tags: one-column, two-columns, right-sidebar, grid-layout, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready, portfolio

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

DrAlpha by doRefresh is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Typography
# Forms
# Helpers
# Media
# Header
# Navigation
# Content
# Footer
# Unyson
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 600;
}

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

td,
th {
  padding: 0;
}

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  color: #777;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  word-wrap: break-word;
}

p {
  margin: 0 0 25px;
}

a {
  color: #4dd9c9;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a:visited {
  color: #4dd9c9;
}
a:hover, a:focus, a:active {
  color: #4dd9c9;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #37474f;
  clear: both;
  margin: 0 0 3rem;
  font-weight: 600;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #37474f;
  text-decoration: none;
}
h1 a:active, h1 a:visited, h2 a:active, h2 a:visited, h3 a:active, h3 a:visited, h4 a:active, h4 a:visited, h5 a:active, h5 a:visited, h6 a:active, h6 a:visited {
  color: #37474f;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
  color: #4dd9c9;
}

h1,
.h1 {
  font-size: 66px;
  font-size: 6.6rem;
  text-transform: lowercase;
}

h2,
.h2 {
  font-size: 48px;
  font-size: 4.8rem;
}

h3,
.h3 {
  font-size: 32px;
  font-size: 3.2rem;
}

h4,
.h4 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

h6,
.h6 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 1rem;
}

blockquote,
q {
  margin: 50px 0 50px 50px;
  position: relative;
}
blockquote:before,
q:before {
  font-family: FontAwesome;
  font-size: 30px !important;
  font-size: 3rem !important;
  line-height: 1;
  font-weight: 400;
  display: block;
  content: "\f10d";
  position: absolute;
  left: -45px;
  top: -5px;
  color: #4dd9c9;
}
blockquote:after,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 25px auto;
}

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

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

ul, ol {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
}
ul.comment-list, ol.comment-list {
  list-style: none;
  padding: 0;
}
ul.comment-list .comment-body, ol.comment-list .comment-body {
  margin-bottom: 5px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 5px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5rem 2.5rem;
}

table {
  margin: 0 0 2.5rem;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  padding-top: 8px 10px;
  padding-bottom: 8px 10px;
  color: #bfbfbf;
  text-align: left;
}
table th {
  text-align: left;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

@media (max-width: 767px) {
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    white-space: nowrap;
  }
}
dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 2.5rem;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.5rem;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

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

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

big {
  font-size: 125%;
}

b, strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 60px;
    font-size: 6rem;
  }

  h2,
  .h2 {
    font-size: 40px;
    font-size: 4rem;
  }

  h3,
  .h3 {
    font-size: 30px;
    font-size: 3rem;
  }

  blockquote,
  q {
    margin: 40px 0 40px 40px;
  }
  blockquote:before,
  q:before {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    left: -35px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    line-height: 1.6;
  }

  p {
    margin: 0 0 20px;
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 2rem;
  }

  h1,
  .h1 {
    font-size: 40px;
    font-size: 4rem;
  }

  h2,
  .h2 {
    font-size: 30px;
    font-size: 3rem;
  }

  h3,
  .h3 {
    font-size: 20px;
    font-size: 2rem;
  }

  blockquote,
  q {
    margin: 20px 0 20px 20px;
  }
  blockquote:before,
  q:before {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    left: -18px;
    top: 0;
  }

  hr {
    margin: 20px auto;
  }

  ul, ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
  }

  li > ul,
  li > ol {
    margin-bottom: 0;
    margin-left: 10px;
  }

  dd {
    margin: 0 1rem 2rem;
  }

  table {
    margin: 0 0 2rem;
  }

  address {
    margin: 0 0 2rem;
  }

  pre {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.fw_form_fw_form .wrap-forms input[type="text"],
.fw_form_fw_form .wrap-forms input[type="email"],
.fw_form_fw_form .wrap-forms input[type="url"],
.fw_form_fw_form .wrap-forms input[type="password"],
.fw_form_fw_form .wrap-forms input[type="search"],
.fw_form_fw_form .wrap-forms input[type="number"],
.fw_form_fw_form .wrap-forms input[type="tel"],
.fw_form_fw_form .wrap-forms input[type="range"],
.fw_form_fw_form .wrap-forms input[type="date"],
.fw_form_fw_form .wrap-forms input[type="month"],
.fw_form_fw_form .wrap-forms input[type="week"],
.fw_form_fw_form .wrap-forms input[type="time"],
.fw_form_fw_form .wrap-forms input[type="datetime"],
.fw_form_fw_form .wrap-forms input[type="datetime-local"],
.fw_form_fw_form .wrap-forms input[type="color"],
.fw_form_fw_form .wrap-forms textarea {
  color: #888;
  border: 1px solid #dde0e1;
  border-radius: 8px;
  padding: 6px 50px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 25px;
  height: 5.6rem;
  min-width: 200px;
  font-size: 13px;
  font-size: 1.3rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.fw_form_fw_form .wrap-forms input[type="text"]:focus,
.fw_form_fw_form .wrap-forms input[type="email"]:focus,
.fw_form_fw_form .wrap-forms input[type="url"]:focus,
.fw_form_fw_form .wrap-forms input[type="password"]:focus,
.fw_form_fw_form .wrap-forms input[type="search"]:focus,
.fw_form_fw_form .wrap-forms input[type="number"]:focus,
.fw_form_fw_form .wrap-forms input[type="tel"]:focus,
.fw_form_fw_form .wrap-forms input[type="range"]:focus,
.fw_form_fw_form .wrap-forms input[type="date"]:focus,
.fw_form_fw_form .wrap-forms input[type="month"]:focus,
.fw_form_fw_form .wrap-forms input[type="week"]:focus,
.fw_form_fw_form .wrap-forms input[type="time"]:focus,
.fw_form_fw_form .wrap-forms input[type="datetime"]:focus,
.fw_form_fw_form .wrap-forms input[type="datetime-local"]:focus,
.fw_form_fw_form .wrap-forms input[type="color"]:focus,
.fw_form_fw_form .wrap-forms textarea:focus {
  color: #777;
}

select,
.fw_form_fw_form .wrap-forms select {
  color: #888;
  border: 1px solid #dde0e1;
  border-radius: 8px;
  padding: 6px 50px;
  outline: none;
  margin-bottom: 25px;
  height: 5.6rem;
  min-width: 200px;
  font-size: 13px;
  font-size: 1.3rem;
}
select:focus,
.fw_form_fw_form .wrap-forms select:focus {
  color: #777;
}

textarea,
.fw_form_fw_form .wrap-forms textarea {
  width: 100%;
  min-height: 200px;
  padding: 21px 50px;
}

.wrap-forms .form-builder-item .field-text,
.wrap-forms .form-builder-item .field-gap,
.wrap-forms .form-builder-item .field-textarea,
.wrap-forms .form-builder-item .field-select,
.wrap-forms .form-builder-item .field-upload,
.wrap-forms .form-builder-item .field-date,
.wrap-forms .form-builder-item .field-time,
.wrap-forms .form-builder-item .field-multiple,
.wrap-forms .form-builder-item .field-rating,
.wrap-forms .form-builder-item .field-table {
  margin-bottom: 0;
}

.fw-btn,
.fw-btn.fw-btn-1,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin-bottom: 2.5rem;
  border: 2px solid;
  border-color: #4dd9c9;
  border-radius: 8px;
  background: #4dd9c9;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  padding: 2rem 1rem;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fw-btn:hover, .fw-btn:active, .fw-btn:focus,
.fw-btn.fw-btn-1:hover,
.fw-btn.fw-btn-1:active,
.fw-btn.fw-btn-1:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #4dd9c9;
  color: #4dd9c9;
  background: #fff;
  opacity: 1;
}

.fw-btn.fw-btn-1.fw-btn-white {
  background: #fff;
  border-color: #fff;
  color: #4dd9c9;
}
.fw-btn.fw-btn-1.fw-btn-white:hover, .fw-btn.fw-btn-1.fw-btn-white:active, .fw-btn.fw-btn-1.fw-btn-white:focus {
  border-color: #fff;
  color: #fff;
  background: #4dd9c9;
}

.fw-btn.fw-btn-1.fw-btn-transparent {
  background: transparent;
  border-color: #4dd9c9;
  color: #4dd9c9;
}
.fw-btn.fw-btn-1.fw-btn-transparent:hover, .fw-btn.fw-btn-1.fw-btn-transparent:active, .fw-btn.fw-btn-1.fw-btn-transparent:focus {
  border-color: #4dd9c9;
  color: #4dd9c9;
  background: transparent;
}

.fw-btn.fw-btn-1.fw-btn-transparent-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.fw-btn.fw-btn-1.fw-btn-transparent-white:hover, .fw-btn.fw-btn-1.fw-btn-transparent-white:active, .fw-btn.fw-btn-1.fw-btn-transparent-white:focus {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.form-builder-item-recaptcha {
  margin-bottom: 25px;
}
.form-builder-item-recaptcha > div {
  max-width: 100% !important;
}

.text-center .form-builder-item-recaptcha > div {
  margin: 0 auto;
}

.search-form input[type="search"] {
  min-width: 50%;
}
.search-form input[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.widget .search-form input[type="search"] {
  width: 100%;
  margin-bottom: 10px;
}
.widget .search-form input[type="submit"] {
  width: 100%;
}

.comment-form p {
  margin: 0;
}

@media (max-width: 991px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  .fw_form_fw_form .wrap-forms input[type="text"],
  .fw_form_fw_form .wrap-forms input[type="email"],
  .fw_form_fw_form .wrap-forms input[type="url"],
  .fw_form_fw_form .wrap-forms input[type="password"],
  .fw_form_fw_form .wrap-forms input[type="search"],
  .fw_form_fw_form .wrap-forms input[type="number"],
  .fw_form_fw_form .wrap-forms input[type="tel"],
  .fw_form_fw_form .wrap-forms input[type="range"],
  .fw_form_fw_form .wrap-forms input[type="date"],
  .fw_form_fw_form .wrap-forms input[type="month"],
  .fw_form_fw_form .wrap-forms input[type="week"],
  .fw_form_fw_form .wrap-forms input[type="time"],
  .fw_form_fw_form .wrap-forms input[type="datetime"],
  .fw_form_fw_form .wrap-forms input[type="datetime-local"],
  .fw_form_fw_form .wrap-forms input[type="color"],
  .fw_form_fw_form .wrap-forms textarea,
  select,
  .fw_form_fw_form .wrap-forms select {
    padding: 6px 40px;
    margin-bottom: 2.5rem;
    height: 5rem;
  }

  textarea,
  .fw_form_fw_form .wrap-forms textarea {
    padding: 15px 40px;
  }

  .fw-btn,
  .fw-btn.fw-btn-1,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 1.7rem 1rem;
  }
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  .fw_form_fw_form .wrap-forms input[type="text"],
  .fw_form_fw_form .wrap-forms input[type="email"],
  .fw_form_fw_form .wrap-forms input[type="url"],
  .fw_form_fw_form .wrap-forms input[type="password"],
  .fw_form_fw_form .wrap-forms input[type="search"],
  .fw_form_fw_form .wrap-forms input[type="number"],
  .fw_form_fw_form .wrap-forms input[type="tel"],
  .fw_form_fw_form .wrap-forms input[type="range"],
  .fw_form_fw_form .wrap-forms input[type="date"],
  .fw_form_fw_form .wrap-forms input[type="month"],
  .fw_form_fw_form .wrap-forms input[type="week"],
  .fw_form_fw_form .wrap-forms input[type="time"],
  .fw_form_fw_form .wrap-forms input[type="datetime"],
  .fw_form_fw_form .wrap-forms input[type="datetime-local"],
  .fw_form_fw_form .wrap-forms input[type="color"],
  .fw_form_fw_form .wrap-forms textarea,
  select,
  .fw_form_fw_form .wrap-forms select {
    padding: 6px 20px;
    margin-bottom: 2rem;
    height: 4rem;
  }

  textarea,
  .fw_form_fw_form .wrap-forms textarea {
    padding: 10px 20px;
  }

  .fw-btn,
  .fw-btn.fw-btn-1,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 1.2rem 0.5rem;
    margin-bottom: 2rem;
  }
}
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-cell {
  display: table-cell;
  vertical-align: middle;
}

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

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

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

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

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

.color-dark {
  color: #37474f;
}

.color-green {
  color: #4dd9c9;
}

.color-white {
  color: #fff;
}

.text-bold {
  font-weight: 600;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  display: block;
  margin: 0 auto 25px;
}
embed:last-child,
iframe:last-child,
object:last-child {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0;
}

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

.gallery {
  margin-bottom: 25px;
}
.gallery:last-child {
  margin-bottom: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 10px;
}
.gallery-item img {
  display: block;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media (max-width: 767px) {
  .gallery-item {
    max-width: 100% !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  padding: 30px 0;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.site-header .site-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 6rem;
  font-weight: 600;
  margin: 0;
}
.site-header .site-title a {
  color: #37474f;
  text-decoration: none;
  outline: 0;
}
.site-header .site-title a img {
  max-height: 60px;
  width: auto;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 991px) {
  .site-header {
    padding: 20px 0;
  }
  .site-header .site-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 5rem;
  }
  .site-header .site-title a img {
    max-height: 50px;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .site-header {
    padding: 10px 0;
    position: relative;
  }
  .site-header .site-title {
    line-height: 1.3;
  }
  .site-header .site-title a img {
    max-height: 40px;
  }

  .admin-bar .site-header {
    top: 0;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header-menu li {
  margin: 0 20px 0 0;
}
.site-header-menu li:last-child {
  margin-right: 0;
}
.site-header-menu a {
  color: #37474f;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 6rem;
  outline: 0;
  display: block;
}
.site-header-menu a#menu-open {
  width: 6rem;
  height: 6rem;
  background: #37474f;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .site-header-menu a {
    line-height: 5rem;
  }
  .site-header-menu a#menu-open {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .site-header-menu a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 4rem;
  }
  .site-header-menu a#menu-open {
    width: 4rem;
    height: 4rem;
  }
}
#site-navigation {
  overflow: scroll;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  background: #37474f;
  background: rgba(55, 71, 79, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#site-navigation.toggled {
  visibility: visible;
  opacity: 1;
}
#site-navigation .fw-container {
  padding-top: 80px;
}
#site-navigation #menu-close {
  position: absolute;
  top: -60px;
  right: 15px;
  width: 60px;
  height: 60px;
  background: #fff;
  color: #37474f;
  text-align: center;
  border-radius: 50%;
  font-size: 2rem;
  text-decoration: none;
  outline: 0;
  line-height: 6rem;
}
#site-navigation .main-navigation {
  width: 100%;
  clear: both;
  display: block;
}
#site-navigation .main-navigation .social-media {
  display: inline-block;
  margin: 0 auto;
}
#site-navigation .main-navigation .social-media li {
  margin: 0 10px 0 0;
}
#site-navigation .main-navigation .social-media li:last-child {
  margin: 0;
}
#site-navigation .main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#site-navigation .main-navigation ul ul {
  display: none;
}
#site-navigation .main-navigation ul ul a {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
}
#site-navigation .main-navigation ul li:hover > ul,
#site-navigation .main-navigation ul li:focus > ul,
#site-navigation .main-navigation ul li.focus > ul {
  display: block;
}
#site-navigation .main-navigation li {
  position: relative;
  margin-bottom: 0;
}
#site-navigation .main-navigation li:last-child {
  margin-bottom: 10px;
}
#site-navigation .main-navigation li:hover > a, #site-navigation .main-navigation li.focus > a {
  color: #4dd9c9;
}
#site-navigation .main-navigation li.menu-item-has-children > a {
  position: relative;
}
#site-navigation .main-navigation li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  font-size: 25px !important;
  font-size: 2.5rem !important;
  line-height: 1;
  font-weight: 400;
  display: block;
  content: "\f067";
  position: absolute;
  right: -60px;
  top: 19px;
}
#site-navigation .main-navigation a {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  line-height: 1.2;
  outline: 0;
}
#site-navigation .main-navigation .current_page_item > a,
#site-navigation .main-navigation .current-menu-item > a,
#site-navigation .main-navigation .current_page_ancestor > a,
#site-navigation .main-navigation .current-menu-ancestor > a {
  color: #4dd9c9;
}

@media (max-width: 991px) {
  #site-navigation .fw-container {
    padding-top: 60px;
  }
  #site-navigation #menu-close {
    position: absolute;
    top: -50px;
    width: 50px;
    height: 50px;
    line-height: 5rem;
  }
  #site-navigation .main-navigation ul ul a {
    font-size: 30px;
    font-size: 3rem;
  }
  #site-navigation .main-navigation li.menu-item-has-children > a:after {
    font-size: 20px !important;
    font-size: 2rem !important;
    right: -50px;
    top: 21px;
  }
  #site-navigation .main-navigation a {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  #site-navigation {
    position: relative;
    top: 10px;
    background: #37474f;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  #site-navigation.toggled {
    display: block;
  }
  #site-navigation .fw-container {
    padding-top: 20px;
  }
  #site-navigation .main-navigation ul ul a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #site-navigation .main-navigation li {
    margin-bottom: 10px;
  }
  #site-navigation .main-navigation li.menu-item-has-children > a:after {
    font-size: 12.5px !important;
    font-size: 1.25rem !important;
    top: 10px;
    right: -30px;
  }
  #site-navigation .main-navigation a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.navigation.pagination {
  text-align: center;
  padding: 7.5rem 0;
}
.navigation.pagination ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation.pagination ul li {
  float: left;
}
.navigation.pagination ul li a.page-numbers, .navigation.pagination ul li.link a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin: 0 0.5rem;
  border: 2px solid;
  border-color: #4dd9c9;
  border-radius: 8px;
  background: #4dd9c9;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  padding: 2rem 1rem;
  min-width: 60px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation.pagination ul li a.page-numbers:hover, .navigation.pagination ul li a.page-numbers:active, .navigation.pagination ul li a.page-numbers:focus, .navigation.pagination ul li.link a:hover, .navigation.pagination ul li.link a:active, .navigation.pagination ul li.link a:focus {
  border-color: #4dd9c9;
  color: #4dd9c9;
  background: #fff;
  opacity: 1;
}
.navigation.pagination ul li.icon a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin: 0 5rem;
  border: 2px solid;
  border-color: #fff;
  background: #fff;
  color: #4dd9c9;
  line-height: 1;
  font-weight: 600;
  padding: 1.1rem 1rem;
  min-width: 60px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.navigation.pagination ul li.icon a i {
  font-size: 30px;
  font-size: 3rem;
}
.navigation.pagination ul li span.page-numbers {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin: 0;
  border: 2px solid;
  border-color: #fff;
  background: #fff;
  color: #4dd9c9;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  padding: 1.9rem 1rem;
  min-width: 60px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 991px) {
  .navigation.pagination {
    padding: 6rem 0;
  }
  .navigation.pagination ul li a.page-numbers, .navigation.pagination ul li.link a {
    padding: 1.7rem 1rem;
    min-width: 50px;
  }
  .navigation.pagination ul li.icon a {
    margin: 0 3rem;
    padding: 1rem 1rem 0.6rem;
  }
  .navigation.pagination ul li span.page-numbers {
    padding: 1.6rem 1rem;
  }
}
@media (max-width: 767px) {
  .navigation.pagination {
    padding: 3rem 0;
  }
  .navigation.pagination ul li a.page-numbers, .navigation.pagination ul li.link a {
    padding: 1.2rem 0.5rem;
    min-width: 40px;
  }
  .navigation.pagination ul li.icon a {
    margin: 0 1rem;
    padding: 0.5rem 0.3rem 0.1rem;
  }
  .navigation.pagination ul li span.page-numbers {
    padding: 1.1rem 0.5rem;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#footer-navigation ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
#footer-navigation ul ul {
  background: #37474f;
  border: 1px solid white;
  float: left;
  left: -999em;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  z-index: 999;
}
#footer-navigation ul ul ul {
  top: 0;
}
#footer-navigation ul ul li:hover > ul,
#footer-navigation ul ul li:focus > ul {
  left: 100%;
}
#footer-navigation ul ul a {
  line-height: 1.2;
  white-space: nowrap;
}
#footer-navigation li {
  float: left;
  margin: 0 50px 0 0;
  position: relative;
}
#footer-navigation li:last-child {
  margin-right: 0;
}
#footer-navigation li:hover > ul, #footer-navigation li:focus > ul {
  left: auto;
}
#footer-navigation a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 4rem;
  outline: 0;
  display: block;
  font-weight: 600;
}

@media (max-width: 767px) {
  #footer-menu {
    margin: 0;
    float: none !important;
  }
  #footer-menu li {
    float: none;
    margin: 0 0 10px;
  }
  #footer-menu li:last-child {
    margin: 0;
  }
  #footer-menu a {
    line-height: 1.8;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

.page-links {
  clear: both;
  margin: 0 0 2.5rem;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

@media (min-width: 768px) {
  .site-content {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .site-content {
    margin-top: 120px;
  }
}
.widget {
  margin: 0 0 25px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .widget {
    margin: 0 0 20px;
  }
}
.entry-meta h4 {
  margin-bottom: 5px;
}
.entry-meta p {
  margin-bottom: 10px;
}

.blog .page-header,
.archive .page-header,
.error404 .page-header,
.search .page-header {
  margin-bottom: 75px;
}
.blog .page-header.background-image,
.archive .page-header.background-image,
.error404 .page-header.background-image,
.search .page-header.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog .page-header .inner,
.archive .page-header .inner,
.error404 .page-header .inner,
.search .page-header .inner {
  padding: 100px 0;
}
.blog .page-header .inner.dark,
.archive .page-header .inner.dark,
.error404 .page-header .inner.dark,
.search .page-header .inner.dark {
  background-color: #37474f;
  background-color: rgba(55, 71, 79, 0.9);
  color: #fff;
}
.blog .page-header .inner.dark h1,
.blog .page-header .inner.dark .archive-description,
.archive .page-header .inner.dark h1,
.archive .page-header .inner.dark .archive-description,
.error404 .page-header .inner.dark h1,
.error404 .page-header .inner.dark .archive-description,
.search .page-header .inner.dark h1,
.search .page-header .inner.dark .archive-description {
  color: #fff;
}
.blog .page-header .inner.light,
.archive .page-header .inner.light,
.error404 .page-header .inner.light,
.search .page-header .inner.light {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.error404 .page-header {
  margin-bottom: 0;
}
.error404 .page-header .inner {
  padding: 200px 0;
}

.search .hentry {
  margin-bottom: 30px;
}

.blog .post,
.archive .post {
  margin-bottom: 50px;
}
.blog .post:last-of-type,
.archive .post:last-of-type {
  margin-bottom: 0;
}
.blog .post.sticky,
.archive .post.sticky {
  background-color: #4dd9c9;
  color: #fff;
}
.blog .post.sticky .entry-title,
.archive .post.sticky .entry-title {
  padding: 10px 10px 0;
}
.blog .post.sticky .entry-content,
.archive .post.sticky .entry-content {
  padding: 0 10px;
}
.blog .post.sticky h4,
.blog .post.sticky a,
.archive .post.sticky h4,
.archive .post.sticky a {
  color: #fff;
}
.blog .entry-header img,
.archive .entry-header img {
  display: block;
  margin: 0 auto 25px;
}

.single-post .page-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 75px;
}
.single-post .page-header .inner {
  padding: 100px 0;
}
.single-post .page-header .inner.dark {
  background-color: #37474f;
  background-color: rgba(55, 71, 79, 0.9);
  color: #fff;
}
.single-post .page-header .inner.dark h1 {
  color: #fff;
}
.single-post .page-header .inner.light {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
  .blog .page-header,
  .archive .page-header,
  .search .page-header {
    margin-bottom: 60px;
  }
  .blog .page-header .inner,
  .archive .page-header .inner,
  .search .page-header .inner {
    padding: 80px 0;
  }

  .error404 .page-header .inner {
    padding: 150px 0;
  }

  .search .hentry {
    margin-bottom: 25px;
  }

  .blog .post,
  .archive .post {
    margin-bottom: 40px;
  }

  .single-post .page-header {
    margin-bottom: 60px;
  }
  .single-post .page-header .inner {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .blog .page-header,
  .archive .page-header,
  .search .page-header {
    margin-bottom: 40px;
  }
  .blog .page-header .inner,
  .archive .page-header .inner,
  .search .page-header .inner {
    padding: 60px 0;
  }

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

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

  .blog .post,
  .archive .post {
    margin-bottom: 30px;
  }
  .blog .post.sticky .entry-title,
  .archive .post.sticky .entry-title {
    padding: 5px 5px 0;
  }
  .blog .post.sticky .entry-content,
  .archive .post.sticky .entry-content {
    padding: 0 4px;
  }
  .blog .entry-header img,
  .archive .entry-header img {
    margin: 0 auto 20px;
  }

  .single-post .page-header {
    margin-bottom: 40px;
  }
  .single-post .page-header .inner {
    padding: 60px 0;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 115px 0 90px;
  background: #37474f;
  color: #fff;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.site-footer p {
  margin-bottom: 1.5rem;
}
.site-footer .site-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .site-footer {
    padding: 80px 0 65px;
  }
  .site-footer .site-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0 25px;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Unyson
--------------------------------------------------------------*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.fw-page-builder-content .fw-shortcode-calendar-wrapper button {
  min-width: initial;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .btn-group button[data-calendar-nav] {
  color: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .btn-group button[data-calendar-nav*='today'] {
  color: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .page-header h3 {
  color: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper #cal-day-box .day-highlight .event-item:hover {
  color: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"]:hover,
.fw-page-builder-content .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"]:hover {
  background: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"]:hover span[data-cal-date],
.fw-page-builder-content .fw-shortcode-calendar-wrapper .cal-month-day.event-day span[data-cal-date] {
  color: #fff;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .cal-day-today,
.fw-page-builder-content .fw-shortcode-calendar-wrapper .cal-day-today.event-day {
  background-color: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .cal-day-today .cal-day-today.event-day #cal-slide-tick {
  border-top-color: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item {
  color: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .cal-week-box .cal-day-today span[data-cal-date],
.fw-page-builder-content .fw-shortcode-calendar-wrapper .cal-week-box .cal-day-today.event-day span[data-cal-date] {
  color: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .fw-shortcode-calendar .day-highlight {
  background: #4dd9c9;
  border-color: #4dd9c9;
  color: #4dd9c9;
}
.fw-page-builder-content .fw-shortcode-calendar-wrapper .fw-shortcode-calendar a.cal-event-week {
  color: #4dd9c9;
}

@media (max-width: 767px) {
  .fw-page-builder-content .fw-call-to-action {
    display: block;
    padding: 10px;
  }
  .fw-page-builder-content .fw-call-to-action > div {
    display: block;
  }
  .fw-page-builder-content .fw-call-to-action .fw-action-btn {
    padding-left: 0;
  }
}
.fw-col-xs-1,
.fw-col-xs-2,
.fw-col-xs-3,
.fw-col-xs-4,
.fw-col-xs-5,
.fw-col-xs-6,
.fw-col-xs-7,
.fw-col-xs-8,
.fw-col-xs-9,
.fw-col-xs-10,
.fw-col-xs-11,
.fw-col-xs-12,
.fw-col-xs-15 {
  float: left;
}

body.rtl .fw-col-xs-1,
body.rtl .fw-col-xs-2,
body.rtl .fw-col-xs-3,
body.rtl .fw-col-xs-4,
body.rtl .fw-col-xs-5,
body.rtl .fw-col-xs-6,
body.rtl .fw-col-xs-7,
body.rtl .fw-col-xs-8,
body.rtl .fw-col-xs-9,
body.rtl .fw-col-xs-10,
body.rtl .fw-col-xs-11,
body.rtl .fw-col-xs-12,
body.rtl .fw-col-xs-15 {
  float: right;
}

.fw-col-xs-15 {
  width: 20%;
}

.fw-col-xs-12 {
  width: 100%;
}

.fw-col-xs-11 {
  width: 91.66666667%;
}

.fw-col-xs-10 {
  width: 83.33333333%;
}

.fw-col-xs-9 {
  width: 75%;
}

.fw-col-xs-8 {
  width: 66.66666667%;
}

.fw-col-xs-7 {
  width: 58.33333333%;
}

.fw-col-xs-6 {
  width: 50%;
}

.fw-col-xs-5 {
  width: 41.66666667%;
}

.fw-col-xs-4 {
  width: 33.33333333%;
}

.fw-col-xs-3 {
  width: 25%;
}

.fw-col-xs-2 {
  width: 16.66666667%;
}

.fw-col-xs-1 {
  width: 8.33333333%;
}

.fw-col-xs-pull-15 {
  right: 20%;
}

.fw-col-xs-pull-12 {
  right: 100%;
}

.fw-col-xs-pull-11 {
  right: 91.66666667%;
}

.fw-col-xs-pull-10 {
  right: 83.33333333%;
}

.fw-col-xs-pull-9 {
  right: 75%;
}

.fw-col-xs-pull-8 {
  right: 66.66666667%;
}

.fw-col-xs-pull-7 {
  right: 58.33333333%;
}

.fw-col-xs-pull-6 {
  right: 50%;
}

.fw-col-xs-pull-5 {
  right: 41.66666667%;
}

.fw-col-xs-pull-4 {
  right: 33.33333333%;
}

.fw-col-xs-pull-3 {
  right: 25%;
}

.fw-col-xs-pull-2 {
  right: 16.66666667%;
}

.fw-col-xs-pull-1 {
  right: 8.33333333%;
}

.fw-col-xs-pull-0 {
  right: auto;
}

.fw-col-xs-push-15 {
  left: 20%;
}

.fw-col-xs-push-12 {
  left: 100%;
}

.fw-col-xs-push-11 {
  left: 91.66666667%;
}

.fw-col-xs-push-10 {
  left: 83.33333333%;
}

.fw-col-xs-push-9 {
  left: 75%;
}

.fw-col-xs-push-8 {
  left: 66.66666667%;
}

.fw-col-xs-push-7 {
  left: 58.33333333%;
}

.fw-col-xs-push-6 {
  left: 50%;
}

.fw-col-xs-push-5 {
  left: 41.66666667%;
}

.fw-col-xs-push-4 {
  left: 33.33333333%;
}

.fw-col-xs-push-3 {
  left: 25%;
}

.fw-col-xs-push-2 {
  left: 16.66666667%;
}

.fw-col-xs-push-1 {
  left: 8.33333333%;
}

.fw-col-xs-push-0 {
  left: auto;
}

.fw-col-xs-offset-15 {
  margin-left: 20%;
}

.fw-col-xs-offset-12 {
  margin-left: 100%;
}

.fw-col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.fw-col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.fw-col-xs-offset-9 {
  margin-left: 75%;
}

.fw-col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.fw-col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.fw-col-xs-offset-6 {
  margin-left: 50%;
}

.fw-col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.fw-col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.fw-col-xs-offset-3 {
  margin-left: 25%;
}

.fw-col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.fw-col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.fw-col-xs-offset-0 {
  margin-left: 0%;
}

.fw-col-xs-show {
  display: none;
}

@media (max-width: 767px) {
  .fw-col-xs-hide {
    display: none;
  }

  .fw-col-xs-show {
    display: block;
  }
}
.fw-icon .list-title,
.icon-box .list-title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
}

.fw-iconbox-2 .fw-iconbox-aside {
  margin-left: 25px;
  float: left;
  max-width: 80%;
}

.fw-page-builder-content .fw-container-fluid .fw-map {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991px) {
  .fw-page-builder-content .fw-divider-space {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .fw-page-builder-content img {
    display: block;
    margin: 0 auto;
  }
  .fw-page-builder-content .fw-divider-space {
    padding-top: 25px !important;
  }
}
.fw-portfolio-categories {
  text-align: center;
}
.fw-portfolio-categories ul {
  list-style: none;
  padding: 0;
  margin: 75px 0 100px;
  display: inline-block;
}
.fw-portfolio-categories ul li {
  float: left;
  margin-right: 75px;
}
.fw-portfolio-categories ul li:last-child {
  margin-right: 0;
}
.fw-portfolio-categories ul li a {
  text-decoration: none;
  outline: 0;
  color: #37474f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.fw-portfolio-categories ul li a:hover, .fw-portfolio-categories ul li a:focus {
  color: #4dd9c9;
}

.fw-portfolio-list {
  text-align: center;
}
.fw-portfolio-list .fw-portfolio-item {
  position: relative;
  margin-bottom: 30px;
}
.fw-portfolio-list .fw-portfolio-item .inner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fw-portfolio-list .fw-portfolio-item .inner .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.fw-portfolio-list .fw-portfolio-item .inner .overlay:hover, .fw-portfolio-list .fw-portfolio-item .inner .overlay:focus {
  opacity: 1;
}
.fw-portfolio-list .fw-portfolio-item .inner .overlay h3 {
  font-weight: 600;
  text-transform: uppercase;
}
.fw-portfolio-list .fw-portfolio-item .inner .overlay a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.single-fw-portfolio .page-header {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 75px;
}
.single-fw-portfolio .page-header .inner {
  padding: 100px 0;
}
.single-fw-portfolio .page-header .inner.dark {
  background-color: #37474f;
  background-color: rgba(55, 71, 79, 0.9);
}
.single-fw-portfolio .page-header .inner.dark h1 {
  color: #fff;
}
.single-fw-portfolio .page-header .inner.light {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.single-fw-portfolio .entry-content .wrap-nivoslider {
  margin: 0 auto 55px;
}
.single-fw-portfolio .entry-content .portfolio-single-image {
  display: block;
  margin: 0 auto 75px;
}

@media (max-width: 991px) {
  .fw-portfolio-categories ul {
    margin: 50px 0 75px;
  }
  .fw-portfolio-categories ul li {
    margin-right: 60px;
  }

  .single-fw-portfolio .page-header {
    margin-bottom: 60px;
  }
  .single-fw-portfolio .page-header .inner {
    padding: 80px 0;
  }
  .single-fw-portfolio .entry-content .wrap-nivoslider {
    margin: 0 auto 40px;
  }
  .single-fw-portfolio .entry-content .portfolio-single-image {
    margin: 0 auto 60px;
  }
}
@media (max-width: 767px) {
  .fw-portfolio-categories ul {
    margin: 25px 0 50px;
    text-align: center;
  }
  .fw-portfolio-categories ul li {
    float: none;
    margin: 0 0 10px;
  }
  .fw-portfolio-categories ul li:last-child {
    margin: 0;
  }

  .fw-portfolio-list .fw-portfolio-item {
    margin-bottom: 20px;
  }

  .single-fw-portfolio .page-header {
    margin-bottom: 40px;
  }
  .single-fw-portfolio .page-header .inner {
    padding: 60px 0;
  }
  .single-fw-portfolio .entry-content .wrap-nivoslider {
    margin: 0 auto 30px;
  }
  .single-fw-portfolio .entry-content .portfolio-single-image {
    margin: 0 auto 40px;
  }
}
.fw-main-row.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fw-main-row .inner.dark {
  background-color: #37474f;
  background-color: rgba(55, 71, 79, 0.9);
  color: #fff;
}
.fw-main-row .inner.dark h1 {
  color: #fff;
}
.fw-main-row .inner.light {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.fw-page-builder-content .fw-table .desc-col {
  text-align: left;
}
.fw-page-builder-content .fw-pricing .fw-package-wrap.default-col {
  padding-top: 27px;
}
.fw-page-builder-content .fw-pricing .fw-package-wrap.default-col .fw-default-row {
  padding: 10px 0;
}
.fw-page-builder-content .fw-pricing .fw-package-wrap.default-col .fw-heading-row,
.fw-page-builder-content .fw-pricing .fw-package-wrap.default-col .fw-pricing-row {
  background-color: #37474f;
}
.fw-page-builder-content .fw-pricing .fw-package-wrap.highlight-col .fw-heading-row,
.fw-page-builder-content .fw-pricing .fw-package-wrap.highlight-col .fw-pricing-row {
  background-color: #4dd9c9;
}
.fw-page-builder-content .fw-pricing .fw-package-wrap .fw-pricing-row span {
  padding-bottom: 0;
}
.fw-page-builder-content .fw-pricing .fw-package-wrap .fw-btn {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fw-page-builder-content .fw-pricing .fw-package-wrap.default-col, .fw-page-builder-content .fw-pricing .fw-package-wrap.highlight-col {
    padding-top: 15px;
  }
}
.fw-tabs-container .fw-tabs ul li {
  margin-bottom: 0;
}

.fw-team {
  position: relative;
}
.fw-team .fw-team-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.fw-team .fw-team-inner:hover, .fw-team .fw-team-inner:focus {
  opacity: 1;
}
.fw-team .fw-team-inner .fw-team-name h4, .fw-team .fw-team-inner .fw-team-name p {
  font-weight: 600;
  text-transform: uppercase;
}
.fw-team .fw-team-inner .fw-team-name h4 {
  margin-bottom: 0.5rem;
}
.fw-team .fw-team-inner .fw-team-name p {
  color: #4dd9c9;
}

.fw-testimonials {
  position: relative;
  margin: 40px 0;
}
.fw-testimonials .fw-testimonials-item {
  position: relative;
}
.fw-testimonials .fw-testimonials-item .fw-testimonials-text {
  font-size: 16.8px;
  font-style: italic;
  line-height: 1.5em;
}
.fw-testimonials .fw-testimonials-item .fw-testimonials-author {
  color: #37474f;
  font-weight: 600;
}
.fw-testimonials .prev,
.fw-testimonials .next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  color: #777;
  outline: 0;
}
.fw-testimonials .prev:active,
.fw-testimonials .next:active {
  margin-top: 1px;
}
.fw-testimonials .prev:hover,
.fw-testimonials .next:hover {
  color: #37474f;
}
.fw-testimonials .prev i:before {
  content: "\f104";
}
.fw-testimonials .next i:before {
  content: "\f105";
}
.fw-testimonials .fw-testimonials-pagination a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #37474f;
  overflow: hidden;
  margin: 3px;
  outline: 0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.fw-testimonials .fw-testimonials-pagination a:hover, .fw-testimonials .fw-testimonials-pagination a.selected {
  background-color: #4dd9c9;
}
.fw-testimonials .fw-testimonials-pagination a span {
  display: block;
  text-indent: -300px;
}

.fw-testimonials-1 {
  text-align: center;
  padding: 20px 0;
}
.fw-testimonials-1 .fw-testimonials-item {
  text-align: center;
}
.fw-testimonials-1 .fw-testimonials-item .fw-testimonials-avatar {
  height: 100px;
}
.fw-testimonials-1 .fw-testimonials-item .fw-testimonials-avatar img {
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.fw-testimonials-1 .fw-testimonials-item .fw-testimonials-text {
  text-align: center;
  padding: 25px 10%;
}
.fw-testimonials-1 .fw-testimonials-item .fw-testimonials-author {
  padding: 10px 0;
}
.fw-testimonials-1 .fw-testimonials-item .fw-testimonials-author .author-job:before,
.fw-testimonials-1 .fw-testimonials-item .fw-testimonials-author .fw-testimonials-url:before {
  content: ", ";
  margin-left: -3px;
}
.fw-testimonials-1 .prev,
.fw-testimonials-1 .next {
  position: absolute;
  z-index: 2;
  top: 42%;
  font-size: 30px;
  border: none;
}
.fw-testimonials-1 .prev:active,
.fw-testimonials-1 .next:active {
  margin-top: 1px;
}
.fw-testimonials-1 .prev:hover,
.fw-testimonials-1 .next:hover {
  color: #37474f;
}
.fw-testimonials-1 .prev i,
.fw-testimonials-1 .next i {
  position: relative;
  top: -1px;
}
.fw-testimonials-1 .prev {
  left: 1px;
}
.fw-testimonials-1 .prev i {
  left: -2px;
}
.fw-testimonials-1 .next {
  right: 1px;
}
.fw-testimonials-1 .next i {
  right: -2px;
}
.fw-testimonials-1 .fw-testimonials-pagination {
  text-align: center;
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */