/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  min-width: 0;
  min-height: 0; }

embed,
iframe,
object,
img {
  max-width: 100%; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

a {
  text-decoration: none;
  color: inherit; }

/* Forms and inputs */
[type='button'],
[type='reset'],
[type='submit'],
button {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Heebo';
  cursor: pointer;
  color: #fff;
  border: 1px solid #eee;
  border: none;
  background-color: #000;
  -webkit-appearance: none; }

button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover {
  opacity: .9; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Heebo';
  width: 100%;
  padding: 0 15px;
  color: #000;
  border: 1px solid #eee;
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: #bf920b; }

:-moz-placeholder {
  color: #bf920b; }

::-moz-placeholder {
  color: #bf920b; }

:-ms-input-placeholder {
  color: #bf920b; }

.wpcf7 .wpcf7-response-output {
  clear: both;
  margin: 0;
  padding: 0;
  border: none; }
.wpcf7 .wpcf7-not-valid {
  border: 1px solid red !important; }
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
.wpcf7 .wpcf7-validation-errors {
  color: red; }
.wpcf7 .wpcf7-mail-sent-ok {
  color: green; }
.wpcf7 .wpcf7-list-item {
  margin-right: 10px; }
  .wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    cursor: pointer;
    color: #bf920b; }
    .wpcf7 .wpcf7-list-item .wpcf7-list-item-label .entry-text {
      font-size: 15px;
      font-size: 1.5rem; }
  .wpcf7 .wpcf7-list-item [type='checkbox'] {
    position: absolute;
    cursor: pointer;
    opacity: 0; }
  .wpcf7 .wpcf7-list-item [type='checkbox'] + .wpcf7-list-item-label:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 1px solid #bf920b;
    background: transparent; }
  .wpcf7 .wpcf7-list-item [type='checkbox']:checked + .wpcf7-list-item-label:before {
    content: '\2713';
    color: #bf920b; }
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px; }
  .wpcf7 .wpcf7-form-control-wrap input[type="email"], .wpcf7 .wpcf7-form-control-wrap input[type="number"], .wpcf7 .wpcf7-form-control-wrap input[type="password"], .wpcf7 .wpcf7-form-control-wrap input[type="search"], .wpcf7 .wpcf7-form-control-wrap input[type="tel"], .wpcf7 .wpcf7-form-control-wrap input[type="text"], .wpcf7 .wpcf7-form-control-wrap input[type="url"], .wpcf7 .wpcf7-form-control-wrap input[type="color"], .wpcf7 .wpcf7-form-control-wrap input[type="date"], .wpcf7 .wpcf7-form-control-wrap input[type="datetime"], .wpcf7 .wpcf7-form-control-wrap input[type="datetime-local"], .wpcf7 .wpcf7-form-control-wrap input[type="month"], .wpcf7 .wpcf7-form-control-wrap input[type="time"], .wpcf7 .wpcf7-form-control-wrap input[type="week"],
  .wpcf7 .wpcf7-form-control-wrap select {
    font-size: 18px;
    font-size: 1.8rem;
    height: 50px;
    padding: 0 50px 0 15px;
    color: #bf920b;
    border: 1px solid #bf920b; }
  .wpcf7 .wpcf7-form-control-wrap textarea {
    font-size: 18px;
    font-size: 1.8rem;
    height: 80px;
    padding: 10px 15px;
    color: #bf920b;
    background: none; }
  .wpcf7 .wpcf7-form-control-wrap [name='fullname'] {
    background: url(../assets/img/bg-input-fullname.png) no-repeat right 15px center; }
  .wpcf7 .wpcf7-form-control-wrap [name='email'] {
    background: url(../assets/img/bg-input-email.png) no-repeat right 15px center; }
  .wpcf7 .wpcf7-form-control-wrap [name='phone'] {
    background: url(../assets/img/bg-input-tel.png) no-repeat right 15px center; }
  .wpcf7 .wpcf7-form-control-wrap select {
    padding-right: 17px;
    border-radius: 0;
    background: url(../assets/img/bg-select.png) no-repeat left 15px center; }
.wpcf7 .submit-wrap {
  position: relative;
  margin-bottom: 10px; }
  .wpcf7 .submit-wrap .wpcf7-submit {
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    width: 100%;
    height: 47px;
    color: #fff;
    background: #bf920b; }
    .wpcf7 .submit-wrap .wpcf7-submit:hover {
      opacity: 1;
      color: #fff;
      background: #2d2048; }
  .wpcf7 .submit-wrap .ajax-loader {
    position: absolute;
    top: 100%;
    left: 0; }
.wpcf7 .thank-you {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 235px;
  margin: auto; }
  .wpcf7 .thank-you .entry-title {
    margin-bottom: 0;
    padding: 30px 0 20px; }
.wpcf7 .sent .form-title,
.wpcf7 .sent .fields,
.wpcf7 .sent .wpcf7-response-output {
  display: none !important; }
.wpcf7 .sent .thank-you {
  display: block; }

/* Layout */
html {
  font-size: 62.5%; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  direction: rtl;
  font-family: 'Heebo';
  line-height: 1;
  padding-top: 150px;
  color: #2d2048;
  -webkit-appearance: none; }

body.home {
  padding-top: 192px; }

#site-wrap {
  position: relative;
  min-height: 100%; }

.container {
  max-width: 1230px; }

/* Helpers */
.desktop-only {
  display: block !important; }

.mobile-only {
  display: none !important; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 20px; }

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
  padding-right: 0;
  padding-left: 0; }

.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 2s linear infinite; }

.fa-phone {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.map-canvas {
  width: 100%;
  height: 200px; }

.entry-image img,
.post-thumbnail img {
  display: block;
  width: auto;
  height: auto; }

.fade-in {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0; }

.edit-post {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  padding: 5px;
  background: #eee; }

.clearfix:after {
  display: table;
  clear: both;
  content: ''; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

/* Titles */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #2d2048; }

h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2 {
  font-size: 28px;
  font-size: 2.8rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

/* Entry Content */
.entry-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
  text-align: justify; }
  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 20px; }
  .entry-content ul,
  .entry-content ol {
    padding-right: 40px;
    list-style-position: outside; }
  .entry-content ul {
    list-style-type: disc; }
  .entry-content ol {
    list-style-type: decimal; }
  .entry-content a {
    text-decoration: underline;
    color: #2d2048; }
  .entry-content em {
    font-style: italic; }
  .entry-content img {
    height: auto; }

.entry-subtitle,
.entry-text {
  display: block; }

.btn {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; }
  .btn:hover {
    opacity: .85; }

/* Icons */
.sprite {
  display: inline-block;
  background-image: url(../assets/img/sprite.png);
  background-repeat: no-repeat; }
  .sprite.sprite-arrow-scroll-to-top {
    width: 28px;
    height: 62px;
    background-position: -5px -5px; }
  .sprite.sprite-envelope-brown {
    width: 26px;
    height: 18px;
    background-position: -43px -5px; }
  .sprite.sprite-envelope-socials {
    width: 18px;
    height: 14px;
    background-position: -79px -5px; }
    .sprite.sprite-envelope-socials:hover {
      width: 18px;
      height: 14px;
      background-position: -79px -29px; }
  .sprite.sprite-envelope-socials-hover {
    width: 18px;
    height: 14px;
    background-position: -79px -29px; }
  .sprite.sprite-envelope-white {
    width: 29px;
    height: 21px;
    background-position: -43px -53px; }
  .sprite.sprite-figure {
    width: 19px;
    height: 19px;
    background-position: -82px -53px; }
  .sprite.sprite-menu {
    width: 37px;
    height: 29px;
    background-position: -82px -82px; }
  .sprite.sprite-menu-close {
    width: 28px;
    height: 28px;
    background-position: -107px -5px; }
  .sprite.sprite-phone {
    width: 24px;
    height: 24px;
    background-position: -111px -43px; }
  .sprite.sprite-search {
    width: 22px;
    height: 22px;
    background-position: -5px -77px; }
  .sprite.sprite-search-brown {
    width: 22px;
    height: 22px;
    background-position: -129px -77px; }
  .sprite.sprite-search-gray {
    width: 32px;
    height: 32px;
    background-position: -5px -109px; }
  .sprite.sprite-search-purple {
    width: 32px;
    height: 32px;
    background-position: -129px -109px; }
  .sprite.sprite-whatsapp {
    width: 20px;
    height: 19px;
    background-position: -47px -109px; }
  .sprite.sprite-sep {
    width: 235px;
    height: 12px;
    background-position: -3px -153px; }
  .sprite.sprite-sep-large {
    width: 351px;
    height: 18px;
    background-position: -1px -183px; }
  .sprite.sprite-envelope-white {
    width: 29px;
    height: 21px;
    background-position: -172px -109px; }
  .sprite.sprite-envelope-white-sm {
    width: 25px;
    height: 18px;
    background-position: -161px -81px; }
  .sprite.sprite-close {
    width: 33px;
    height: 33px;
    background-position: -160px -40px; }
  .sprite.sprite-phone-white {
    width: 26px;
    height: 26px;
    background-position: -160px -2px; }
  .sprite.sprite-quote {
    width: 91px;
    height: 66px;
    background-position: -210px -6px; }
  .sprite.sprite-play {
    width: 65px;
    height: 66px;
    background-position: -320px -5px; }

/* Skiplinks */
.skiplinks a {
  font-weight: bold;
  position: absolute;
  top: -3em;
  color: #fff; }
  .skiplinks a:focus {
    font-size: 46px;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 150px;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 75%;
    max-width: 550px;
    height: 150px;
    margin: auto;
    padding: 0 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8); }

/* Site header */
.site-header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%; }
  .site-header .header-top {
    padding: 0 45px;
    background-color: #bf920b; }
    .site-header .header-top .cols {
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      height: 43px; }
      .site-header .header-top .cols .top-navigation ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .site-header .header-top .cols .top-navigation ul li {
          margin-left: 40px; }
          .site-header .header-top .cols .top-navigation ul li:last-child {
            margin-left: 0; }
          .site-header .header-top .cols .top-navigation ul li a {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 300;
            color: #fff; }
      .site-header .header-top .cols .top-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .site-header .header-top .cols .top-contact .socials {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          margin-left: 15px; }
          .site-header .header-top .cols .top-contact .socials a {
            font-size: 20px;
            font-size: 2rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            font-weight: 400;
            margin-left: 20px;
            color: #fff; }
            .site-header .header-top .cols .top-contact .socials a .fa {
              margin-left: 5px; }
            .site-header .header-top .cols .top-contact .socials a:last-child {
              margin-left: 0; }
        .site-header .header-top .cols .top-contact .btn-phone {
          font-size: 20px;
          font-size: 2rem;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          font-weight: 600;
          height: 43px;
          padding: 0 20px;
          color: #fff;
          background: #cfa21c; }
          .site-header .header-top .cols .top-contact .btn-phone:hover {
            opacity: .85; }
          .site-header .header-top .cols .top-contact .btn-phone .fa {
            margin-left: 8px; }
  .site-header .header-main {
    position: relative;
    background: #2d2048; }
    .site-header .header-main .cols {
      height: 104px;
      padding: 0 45px; }
      .site-header .header-main .cols .btn-toggle-cf {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 300;
        padding: 8px 25px;
        text-align: center;
        border: 1px solid #6c6a6d;
        background-color: #2d2048; }
      .site-header .header-main .cols .btn-toggle-search {
        height: 22px;
        margin-left: 30px;
        padding: 0;
        background: none; }
        .site-header .header-main .cols .btn-toggle-search.active .sprite, .site-header .header-main .cols .btn-toggle-search:hover .sprite {
          background-position: -129px -77px; }
  .site-header .site-logo img {
    max-width: 100%; }

.header-image {
  margin-bottom: 25px; }
  .header-image img {
    display: block; }

.hidden-contact-form {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  z-index: 20;
  top: calc(100% - 20px);
  left: 45px;
  visibility: hidden;
  width: 360px;
  min-height: 450px;
  padding: 20px 35px 20px;
  opacity: 0;
  border: 1px solid #2d2048;
  background: url(../assets/img/bg-widget-contact-form.png) #fff center no-repeat; }
  .hidden-contact-form.visible {
    top: 100%;
    visibility: visible;
    opacity: 1; }
  .hidden-contact-form .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #bf920b; }

.hidden-search-form {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  z-index: 20;
  top: calc(100% - 20px);
  left: 280px;
  visibility: hidden;
  opacity: 0; }
  .hidden-search-form.visible {
    top: 100%;
    visibility: visible;
    opacity: 1; }
  .hidden-search-form .search {
    position: relative; }
    .hidden-search-form .search ::-webkit-input-placeholder {
      color: #2d2048; }
    .hidden-search-form .search :-moz-placeholder {
      color: #2d2048; }
    .hidden-search-form .search ::-moz-placeholder {
      color: #2d2048; }
    .hidden-search-form .search :-ms-input-placeholder {
      color: #2d2048; }
    .hidden-search-form .search .search-input {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 300;
      width: 430px;
      max-width: 100%;
      height: 100px;
      padding-right: 125px;
      color: #2d2048;
      border: 1px solid #2d2048; }
    .hidden-search-form .search .search-submit {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100px;
      height: 70px;
      margin: auto;
      border-left: 1px solid #2d2048;
      background: none; }
      .hidden-search-form .search .search-submit:focus {
        outline: none; }

/* Main Navigation */
.main-navigation {
  margin-left: 35px; }
  .main-navigation .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .main-navigation .nav-menu > li {
      position: relative;
      margin-left: 40px; }
      .main-navigation .nav-menu > li:last-child {
        margin-left: 0; }
      .main-navigation .nav-menu > li:before {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        content: '';
        border-radius: 50%;
        background-color: transparent; }
      .main-navigation .nav-menu > li > a {
        font-size: 22px;
        font-size: 2.2rem;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        font-weight: 300;
        display: block;
        color: #fff; }
      .main-navigation .nav-menu > li.current-page-ancestor:before, .main-navigation .nav-menu > li.current-post-ancestor:before, .main-navigation .nav-menu > li.current-menu-parent:before, .main-navigation .nav-menu > li.current-menu-item:before, .main-navigation .nav-menu > li:hover:before {
        background: #bf920b; }
      .main-navigation .nav-menu > li.current-page-ancestor a, .main-navigation .nav-menu > li.current-post-ancestor a, .main-navigation .nav-menu > li.current-menu-parent a, .main-navigation .nav-menu > li.current-menu-item a, .main-navigation .nav-menu > li:hover a {
        color: #e2ac0c; }
      .main-navigation .nav-menu > li.hover ul.sub-menu, .main-navigation .nav-menu > li:hover ul.sub-menu {
        visibility: visible;
        opacity: 1; }
      .main-navigation .nav-menu > li ul.sub-menu {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        position: absolute;
        z-index: 10;
        top: calc(100% + 40px);
        right: 0;
        visibility: hidden;
        width: 245px;
        margin: 0 auto;
        padding: 30px 0;
        opacity: 0;
        border: 1px solid #2d2048;
        background: #f1f1f1;
        -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06); }
        .main-navigation .nav-menu > li ul.sub-menu:before {
          position: absolute;
          top: -40px;
          right: 0;
          display: block;
          width: 100%;
          height: 40px;
          content: ''; }
        .main-navigation .nav-menu > li ul.sub-menu li {
          position: relative;
          margin-bottom: 15px;
          padding: 0 35px; }
          .main-navigation .nav-menu > li ul.sub-menu li:hover, .main-navigation .nav-menu > li ul.sub-menu li:hover > a, .main-navigation .nav-menu > li ul.sub-menu li:hover > a:after {
            color: #bf920b !important; }
          .main-navigation .nav-menu > li ul.sub-menu li:last-child {
            margin-bottom: 0; }
          .main-navigation .nav-menu > li ul.sub-menu li.menu-item-has-children:after {
            font-family: 'FontAwesome';
            position: relative;
            top: 2px;
            float: left;
            content: '\f104'; }
          .main-navigation .nav-menu > li ul.sub-menu li a {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 300;
            line-height: 1.3;
            color: #2d2048; }
            .main-navigation .nav-menu > li ul.sub-menu li a:hover {
              color: #bf920b; }
          .main-navigation .nav-menu > li ul.sub-menu li.current-menu-item {
            background: #f5f5f5; }
          .main-navigation .nav-menu > li ul.sub-menu li ul.sub-menu {
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -ms-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease;
            position: absolute;
            top: -20px;
            right: calc(100% - 1px);
            visibility: hidden;
            padding: 20px 0;
            opacity: 0; }
            .main-navigation .nav-menu > li ul.sub-menu li ul.sub-menu li {
              padding: 0 20px; }
          .main-navigation .nav-menu > li ul.sub-menu li:hover ul.sub-menu {
            visibility: visible;
            opacity: 1;
            border-right: none; }
      .main-navigation .nav-menu > li ul.mega-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        position: fixed;
        top: 147px;
        right: 0;
        left: 0;
        visibility: hidden;
        width: 1360px;
        max-width: 100%;
        margin: auto;
        padding-bottom: 10px;
        opacity: 0; }
        .main-navigation .nav-menu > li ul.mega-menu li {
          flex: 0 1 20%;
          -webkit-flex: 0 1 20%;
          -ms-flex: 0 1 20%;
          -webkit-box-flex: 0 1 20%;
          -moz-box-flex: 0 1 20%;
          -moz-flex: 0 1 20%;
          margin-bottom: 15px;
          padding: 0; }
          .main-navigation .nav-menu > li ul.mega-menu li .item-in {
            padding: 0 10px; }
            .main-navigation .nav-menu > li ul.mega-menu li .item-in:hover .entry-image {
              border-color: #bf920b; }
            .main-navigation .nav-menu > li ul.mega-menu li .item-in:hover .entry-title {
              color: #bf920b; }
            .main-navigation .nav-menu > li ul.mega-menu li .item-in .entry-image {
              -webkit-transition: all 150ms ease;
              -moz-transition: all 150ms ease;
              -ms-transition: all 150ms ease;
              -o-transition: all 150ms ease;
              transition: all 150ms ease;
              margin-bottom: 5px;
              border: 1px solid transparent; }
              .main-navigation .nav-menu > li ul.mega-menu li .item-in .entry-image img {
                width: 100%; }
            .main-navigation .nav-menu > li ul.mega-menu li .item-in .entry-title {
              font-size: 18px;
              font-size: 1.8rem;
              -webkit-transition: all 150ms ease;
              -moz-transition: all 150ms ease;
              -ms-transition: all 150ms ease;
              -o-transition: all 150ms ease;
              transition: all 150ms ease;
              font-weight: 300;
              margin-bottom: 0; }

/* Buttons */
.btn-green {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 40px;
  padding: 0 30px;
  color: #fff;
  background: #bf920b; }
  .btn-green:hover {
    opacity: 1;
    background: #414042; }

/* Breadcrumbs */
.breadcrumbs {
  padding: 15px 0; }
  .breadcrumbs a span,
  .breadcrumbs .breadcrumb_last {
    color: #2d2048; }

/* Error 404 */
.error-404 {
  padding: 70px 0 100px;
  text-align: center; }

/* Sliders */
.entry-slider-hero .slider-hero {
  position: relative; }
  .entry-slider-hero .slider-hero .slide .entry-image img {
    width: 100%; }
  .entry-slider-hero .slider-hero .slide .entry-caption {
    background: #eee; }

/* Mobile Header */
.header-mobile {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 70px;
  background: #2d2048; }
  .header-mobile .header-top {
    font-size: 18px;
    font-weight: 700;
    padding: 6.5px 0;
    text-align: center;
    color: #fff; }
  .header-mobile .header-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    height: 70px; }
    .header-mobile .header-main .site-logo img {
      width: auto;
      height: 50px; }
    .header-mobile .header-main .btn-toggle-search {
      position: absolute;
      top: 23px;
      left: 15px;
      background: none; }

/* Mobile navigation */
.mn-trigger {
  position: fixed;
  z-index: 9999;
  top: 32px;
  right: 0;
  width: 70px;
  height: 70px;
  background: #2d2048; }
  .mn-trigger:focus {
    outline: none; }
  .mn-trigger:hover {
    opacity: 1; }
  .mn-trigger .mn-icon {
    position: relative;
    display: block;
    width: 36px;
    height: 18px;
    margin: auto; }
    .mn-trigger .mn-icon .mn-line {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      opacity: 1;
      background: white; }
      .mn-trigger .mn-icon .mn-line:nth-child(1) {
        top: -6px; }
      .mn-trigger .mn-icon .mn-line:nth-child(2), .mn-trigger .mn-icon .mn-line:nth-child(3) {
        top: 8px; }
      .mn-trigger .mn-icon .mn-line:nth-child(4) {
        top: 22px; }

.mn-menu {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: fixed;
  z-index: 9999;
  top: 102px;
  right: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-bottom: 200px;
  background: rgba(45, 32, 72, 0.98); }
  .mn-menu ul:not(.sub-menu) {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    .mn-menu ul:not(.sub-menu) > li {
      margin-bottom: 12px; }
      .mn-menu ul:not(.sub-menu) > li:after {
        display: block;
        width: 90px;
        height: 1px;
        margin: 12px auto;
        content: '';
        background: #585759; }
      .mn-menu ul:not(.sub-menu) > li:last-child {
        border-bottom: none; }
      .mn-menu ul:not(.sub-menu) > li > a {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 300;
        color: #fff; }
      .mn-menu ul:not(.sub-menu) > li.current-menu-item > a {
        color: #bf920b; }
    .mn-menu ul:not(.sub-menu) li.menu-item-has-children > a:after {
      font-family: 'FontAwesome';
      margin-right: 10px;
      content: '\f104'; }
    .mn-menu ul:not(.sub-menu) ul.sub-menu {
      display: none;
      margin-left: 0; }
      .mn-menu ul:not(.sub-menu) ul.sub-menu li a {
        font-size: 18px;
        font-size: 1.8rem;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        display: block;
        padding: 5px 0;
        color: #fff; }
        .mn-menu ul:not(.sub-menu) ul.sub-menu li a:hover {
          color: #bf920b; }
      .mn-menu ul:not(.sub-menu) ul.sub-menu li:first-child {
        margin-top: 5px; }

.mn-overlay {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0; }

body.mn-active {
  overflow: hidden; }
  body.mn-active .site-wrap {
    overflow: hidden; }
  body.mn-active .mn-trigger .mn-icon span:nth-child(1), body.mn-active .mn-trigger .mn-icon span:nth-child(4) {
    top: 16px;
    left: 50%;
    width: 0; }
  body.mn-active .mn-trigger .mn-icon span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  body.mn-active .mn-trigger .mn-icon span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  body.mn-active .mn-menu {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  body.mn-active .mn-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7); }

.home .main .container {
  max-width: 1850px; }

.home .main .section-magazine {
  margin-top: 20px; }
  .home .main .section-magazine .container {
    max-width: 1250px; }
    .home .main .section-magazine .container.container-title {
      max-width: 1820px; }

.section-cubes {
  margin-bottom: 40px; }
  .section-cubes .container {
    overflow: hidden; }
    .section-cubes .container .row {
      margin-right: -25px;
      margin-left: -25px; }
      .section-cubes .container .row > [class*="col-"] {
        padding-right: 25px;
        padding-left: 25px; }
  .section-cubes .item .entry-image img {
    width: 100%; }
  .section-cubes .item .entry-footer {
    padding: 15px 0;
    text-align: center;
    background: #f1f1f1; }
    .section-cubes .item .entry-footer .dots {
      width: 44px;
      margin: auto auto 15px; }
    .section-cubes .item .entry-footer .titles {
      padding: 3px 40px 0; }
      .section-cubes .item .entry-footer .titles .title-top {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 300;
        margin-bottom: 5px;
        color: #bf920b; }
      .section-cubes .item .entry-footer .titles .title-bottom {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.25;
        margin-bottom: 20px; }
    .section-cubes .item .entry-footer .links li a {
      font-size: 18px;
      font-size: 1.8rem;
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      line-height: 1.75;
      position: relative;
      display: block; }
      .section-cubes .item .entry-footer .links li a:before, .section-cubes .item .entry-footer .links li a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
        width: 40px;
        height: 1px;
        margin: auto;
        content: '';
        background: #979697; }
      .section-cubes .item .entry-footer .links li a:before {
        right: 0; }
      .section-cubes .item .entry-footer .links li a:after {
        left: 0; }
      .section-cubes .item .entry-footer .links li a:hover {
        color: #cea11b; }
        .section-cubes .item .entry-footer .links li a:hover:before, .section-cubes .item .entry-footer .links li a:hover:after {
          background: #bf920b; }

.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex: 0 0 44px;
  -webkit-flex: 0 0 44px;
  -ms-flex: 0 0 44px;
  -webkit-box-flex: 0 0 44px;
  -moz-box-flex: 0 0 44px;
  -moz-flex: 0 0 44px; }
  .dots .dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #bf920b; }

.section-video-quote {
  margin-bottom: 40px; }
  .section-video-quote .col-image {
    flex: 0 0 660px;
    -webkit-flex: 0 0 660px;
    -ms-flex: 0 0 660px;
    -webkit-box-flex: 0 0 660px;
    -moz-box-flex: 0 0 660px;
    -moz-flex: 0 0 660px;
    margin-left: 40px; }
    .section-video-quote .col-image .entry-image img {
      width: 100%; }
  .section-video-quote .col-quote {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    height: 400px;
    padding: 55px;
    text-align: center;
    color: #fff;
    background: #bf920b; }
    .section-video-quote .col-quote .entry-blockquote {
      font-size: 38px;
      font-size: 3.8rem;
      font-weight: 300;
      line-height: 1.2;
      width: 800px;
      max-width: 100%;
      margin: auto;
      margin-bottom: 25px; }
      .section-video-quote .col-quote .entry-blockquote:before {
        display: block;
        width: 427px;
        max-width: 100%;
        height: 21px;
        margin: auto auto 25px;
        content: '';
        background-image: url(../assets/img/bg-quote-title.png);
        background-repeat: no-repeat;
        background-position: center; }
    .section-video-quote .col-quote .entry-cite {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 300;
      line-height: 1.3; }

.sidebar {
  flex: 0 0 330px;
  -webkit-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  -webkit-box-flex: 0 0 330px;
  -moz-box-flex: 0 0 330px;
  -moz-flex: 0 0 330px;
  margin-left: 40px; }

.widget {
  margin-bottom: 10px; }

.widget-testimonial {
  padding: 30px 45px;
  text-align: center;
  border: 1px solid #bf920b; }
  .widget-testimonial .sprite {
    margin-bottom: 25px; }
  .widget-testimonial .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #bf920b; }
  .widget-testimonial .entry-text {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px; }
  .widget-testimonial .name {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400; }

.widget-video .entry-image img {
  width: 100%; }

.widget-link {
  position: relative; }
  .widget-link .entry-image img {
    width: 100%; }
  .widget-link .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 17px;
    text-align: center;
    color: #fff;
    background: rgba(191, 146, 11, 0.7); }

.widget-quote {
  padding: 35px 20px 20px;
  border: 2px solid #c0930c; }
  .widget-quote .image-top {
    margin-bottom: 30px; }
    .widget-quote .image-top img {
      margin: auto; }
  .widget-quote .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #bf920b; }
  .widget-quote .entry-text {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px; }
  .widget-quote .image-bottom img {
    margin-right: auto; }

.widget-info {
  padding: 35px 20px 20px;
  text-align: center;
  border: 2px solid #c0930c; }
  .widget-info .entry-image {
    margin-bottom: 15px; }
    .widget-info .entry-image img {
      margin: auto; }
  .widget-info .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #bf920b; }
  .widget-info .entry-text {
    line-height: 1.30; }
    .widget-info .entry-text p {
      margin-bottom: 10px; }
    .widget-info .entry-text a:hover {
      color: #bf920b; }

.widget-nav .entry-nav ul li {
  margin-bottom: 10px; }
  .widget-nav .entry-nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 20px;
    font-size: 2rem;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    height: 60px;
    padding: 0 25px;
    border-right: 3px solid #2d2048;
    background: #f1f1f1; }
    .widget-nav .entry-nav ul li a:after {
      font-family: 'FontAwesome';
      font-size: 16px;
      content: '\f060'; }
    .widget-nav .entry-nav ul li a:hover {
      color: #bf920b;
      border-right-color: #bf920b; }

.home .widget-contact-form {
  padding: 45px 35px 39px;
  border: 1px solid #2d2048;
  background: url(../assets/img/bg-widget-contact-form.png) center no-repeat; }
  .home .widget-contact-form .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
    color: #bf920b; }

.title-dots-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  margin-bottom: 35px;
  padding: 8px 0;
  border-top: 2px solid #bf920b;
  border-bottom: 2px solid #bf920b; }
  .title-dots-wrap .section-title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #bf920b; }
  .title-dots-wrap .dots {
    width: 40px;
    margin: 0 20px; }
    .title-dots-wrap .dots .dot {
      width: 8px;
      height: 8px; }

.section-posts .all-link {
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  color: #bf920b; }
  .section-posts .all-link:after {
    font-family: 'FontAwesome';
    content: '\f104'; }
.section-posts .col-posts {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1; }
  .section-posts .col-posts .row-posts {
    margin: 0 -10px; }
    .section-posts .col-posts .row-posts > [class*='col'] {
      padding: 0 10px; }
.section-posts .slider-arrows {
  padding: 20px 0 5px;
  text-align: center; }
  .section-posts .slider-arrows .slick-arrow {
    width: 62px;
    height: 28px;
    margin: 0 15px;
    text-indent: -9999px;
    background-image: url(../assets/img/sprite.png); }
    .section-posts .slider-arrows .slick-arrow.slick-prev {
      background-position: -67px -220px; }
    .section-posts .slider-arrows .slick-arrow.slick-next {
      background-position: -3px -220px; }

.post-item .cols {
  height: 290px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  background: #f1f1f1; }
  .post-item .cols:hover {
    border-color: #2d2048; }
    .post-item .cols:hover .btn-read-more {
      color: #fff;
      background: #2d2048; }
  .post-item .cols .col-image {
    flex: 0 0 320px;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    -webkit-box-flex: 0 0 320px;
    -moz-box-flex: 0 0 320px;
    -moz-flex: 0 0 320px; }
    .post-item .cols .col-image img {
      display: block;
      height: 100%; }
  .post-item .cols .col-content {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    position: relative;
    padding: 40px 35px; }
    .post-item .cols .col-content .post-category {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px;
      color: #bf920b; }
    .post-item .cols .col-content .entry-title {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 500;
      margin-bottom: 20px; }
    .post-item .cols .col-content .entry-excerpt {
      line-height: 1.25; }
    .post-item .cols .col-content .btn-read-more {
      position: absolute;
      bottom: 0;
      left: 0; }

.btn-read-more {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  padding: 10.5px 30px;
  color: #fff;
  background: #bf920b; }
  .btn-read-more:hover {
    color: #fff;
    background: #2d2048; }

.section-magazine {
  padding: 50px 0 130px;
  background: #f1f1f1; }
  .section-magazine .row-title {
    position: relative;
    margin-bottom: 55px;
    text-align: center; }
    .section-magazine .row-title .title-lines:after, .section-magazine .row-title .title-lines:before {
      position: absolute;
      z-index: 1;
      right: 0;
      width: 100%;
      height: 1px;
      content: '';
      background: #bf920b; }
    .section-magazine .row-title .title-lines:after {
      top: 15px; }
    .section-magazine .row-title .title-lines:before {
      top: 18px; }
    .section-magazine .row-title .section-title {
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: 300;
      position: relative;
      z-index: 2;
      display: inline-block;
      margin-bottom: 0;
      padding: 0 20px;
      text-align: center;
      color: #bf920b;
      background: #f1f1f1; }
  .section-magazine .item-magazine {
    width: 100%;
    padding: 10px; }
    .section-magazine .item-magazine.item-large .item-in .entry-footer .entry-title {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 500; }
    .section-magazine .item-magazine .item-in {
      position: relative;
      overflow: hidden;
      border: 1px solid #bf920b;
      background-position: center;
      background-size: cover; }
      .section-magazine .item-magazine .item-in:hover .entry-footer {
        bottom: 0; }
      .section-magazine .item-magazine .item-in .entry-footer {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        position: absolute;
        right: 0;
        bottom: -86px;
        width: 100%;
        padding: 17px 20px;
        background: rgba(191, 146, 11, 0.8); }
        .section-magazine .item-magazine .item-in .entry-footer .entry-title {
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: 400;
          margin-bottom: 0;
          color: #fff; }
        .section-magazine .item-magazine .item-in .entry-footer .details {
          margin-top: 10px; }
          .section-magazine .item-magazine .item-in .entry-footer .details .entry-excerpt {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.3;
            margin-bottom: 10px;
            color: #fff; }
          .section-magazine .item-magazine .item-in .entry-footer .details .post-category {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 500;
            color: #2d2048; }
  .section-magazine .col-right {
    flex: 0 1 520px;
    -webkit-flex: 0 1 520px;
    -ms-flex: 0 1 520px;
    -webkit-box-flex: 0 1 520px;
    -moz-box-flex: 0 1 520px;
    -moz-flex: 0 1 520px; }
    .section-magazine .col-right .item-magazine {
      padding: 10px; }
      .section-magazine .col-right .item-magazine .item-in {
        height: 390px; }
  .section-magazine .col-left {
    flex: 0 1 700px;
    -webkit-flex: 0 1 700px;
    -ms-flex: 0 1 700px;
    -webkit-box-flex: 0 1 700px;
    -moz-box-flex: 0 1 700px;
    -moz-flex: 0 1 700px; }
    .section-magazine .col-left .row-top .item-magazine .item-in {
      height: 530px; }
    .section-magazine .col-left .row-bottom .item-magazine .item-in {
      height: 250px; }
      .section-magazine .col-left .row-bottom .item-magazine .item-in:hover .entry-footer {
        bottom: 0; }
      .section-magazine .col-left .row-bottom .item-magazine .item-in .entry-footer {
        bottom: -109px; }

.home .site-footer {
  margin-top: 0; }

.site-footer {
  margin-top: 50px; }
  .site-footer .container {
    max-width: 1230px; }
  .site-footer .footer-top {
    padding: 50px 0;
    border-top: 1px solid #bf920b; }
    .site-footer .footer-top .entry-title {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 500;
      margin-bottom: 15px;
      color: #bf920b; }
    .site-footer .footer-top .col-form {
      flex: 0 1 330px;
      -webkit-flex: 0 1 330px;
      -ms-flex: 0 1 330px;
      -webkit-box-flex: 0 1 330px;
      -moz-box-flex: 0 1 330px;
      -moz-flex: 0 1 330px;
      margin-left: 45px; }
      .site-footer .footer-top .col-form .widget-contact-form {
        position: relative;
        min-height: 315px;
        padding: 50px 30px 20px;
        border: none;
        background-image: url(../assets/img/bg-contact-form-footer.png);
        background-position: center;
        background-size: cover; }
        .site-footer .footer-top .col-form .widget-contact-form .entry-title {
          font-weight: 400;
          line-height: 1.3;
          text-align: center; }
    .site-footer .footer-top .col-menu {
      flex: 0 1 280px;
      -webkit-flex: 0 1 280px;
      -ms-flex: 0 1 280px;
      -webkit-box-flex: 0 1 280px;
      -moz-box-flex: 0 1 280px;
      -moz-flex: 0 1 280px;
      padding: 35px 0 0 20px; }
      .site-footer .footer-top .col-menu ul li a {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.5;
        color: #2d2048; }
        .site-footer .footer-top .col-menu ul li a:hover {
          opacity: .7; }
    .site-footer .footer-top .col-contact {
      flex: 0 1 285px;
      -webkit-flex: 0 1 285px;
      -ms-flex: 0 1 285px;
      -webkit-box-flex: 0 1 285px;
      -moz-box-flex: 0 1 285px;
      -moz-flex: 0 1 285px;
      position: relative;
      padding-top: 35px;
      padding-right: 50px; }
      .site-footer .footer-top .col-contact:before {
        position: absolute;
        top: 40px;
        right: 0;
        width: 1px;
        height: 230px;
        content: '';
        background: #bf920b; }
      .site-footer .footer-top .col-contact .entry-title {
        margin-bottom: 20px; }
      .site-footer .footer-top .col-contact a {
        font-size: 20px;
        font-size: 2rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        margin-bottom: 15px; }
        .site-footer .footer-top .col-contact a:hover {
          color: #bf920b; }
        .site-footer .footer-top .col-contact a .fa {
          width: 20px;
          margin-left: 10px;
          color: #bf920b; }
      .site-footer .footer-top .col-contact .entry-text {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.3; }
  .site-footer .copyright {
    line-height: 1.35;
    padding: 17px 0 14px;
    text-align: center;
    color: #fff;
    background: #bf920b; }
    .site-footer .copyright a {
      color: #fff; }

.row-main {
  margin-bottom: 60px; }
  .row-main .title-dots-wrap {
    margin-bottom: 45px; }
  .row-main .col-form {
    flex: 0 1 830px;
    -webkit-flex: 0 1 830px;
    -ms-flex: 0 1 830px;
    -webkit-box-flex: 0 1 830px;
    -moz-box-flex: 0 1 830px;
    -moz-flex: 0 1 830px; }

.page-template-tpl-contact .site-header {
  margin-bottom: 25px; }
.page-template-tpl-contact .item-form .wpcf7 {
  width: 530px; }
  .page-template-tpl-contact .item-form .wpcf7 .fields .top .wpcf7-form-control-wrap.subject {
    flex: 0 1 260px;
    -webkit-flex: 0 1 260px;
    -ms-flex: 0 1 260px;
    -webkit-box-flex: 0 1 260px;
    -moz-box-flex: 0 1 260px;
    -moz-flex: 0 1 260px; }

.item-form,
body:not(.home) .sidebar .widget-contact-form {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 70px 15px;
  background: url(../assets/img/bg-widget-contact-form.png) #f8f8f8 center no-repeat; }
  .item-form .thank-you .entry-title,
  body:not(.home) .sidebar .widget-contact-form .thank-you .entry-title {
    line-height: 1.35; }
  .item-form .wpcf7,
  body:not(.home) .sidebar .widget-contact-form .wpcf7 {
    max-width: 100%;
    margin: auto; }
    .item-form .wpcf7 span.wpcf7-list-item,
    body:not(.home) .sidebar .widget-contact-form .wpcf7 span.wpcf7-list-item {
      margin-right: 0; }
    .item-form .wpcf7 .entry-title,
    body:not(.home) .sidebar .widget-contact-form .wpcf7 .entry-title {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 400;
      text-align: center;
      color: #bf920b; }
    .item-form .wpcf7 .fields .top,
    body:not(.home) .sidebar .widget-contact-form .wpcf7 .fields .top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify; }
      .item-form .wpcf7 .fields .top .wpcf7-form-control-wrap,
      body:not(.home) .sidebar .widget-contact-form .wpcf7 .fields .top .wpcf7-form-control-wrap {
        flex: 0 1 260px;
        -webkit-flex: 0 1 260px;
        -ms-flex: 0 1 260px;
        -webkit-box-flex: 0 1 260px;
        -moz-box-flex: 0 1 260px;
        -moz-flex: 0 1 260px; }
    .item-form .wpcf7 .fields .submit-wrap,
    body:not(.home) .sidebar .widget-contact-form .wpcf7 .fields .submit-wrap {
      margin-top: 5px; }
    .item-form .wpcf7 .thank-you,
    body:not(.home) .sidebar .widget-contact-form .wpcf7 .thank-you {
      width: 100%;
      text-align: center; }
      .item-form .wpcf7 .thank-you .sprite,
      body:not(.home) .sidebar .widget-contact-form .wpcf7 .thank-you .sprite {
        width: 351px;
        max-width: 100%;
        height: 18px;
        margin: auto;
        background-position: -1px -183px; }
      .item-form .wpcf7 .thank-you .entry-title,
      body:not(.home) .sidebar .widget-contact-form .wpcf7 .thank-you .entry-title {
        padding: 45px 0 35px; }

body:not(.home) .sidebar .widget-contact-form {
  min-height: 0;
  min-height: 460px;
  padding: 25px 35px; }
  body:not(.home) .sidebar .widget-contact-form .wpcf7 .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3; }

.item-media {
  margin-bottom: 30px; }
  .item-media .entry-image {
    position: relative; }
    .item-media .entry-image .sprite {
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%; }
  .item-media .entry-footer {
    position: relative;
    padding: 35px 40px 80px;
    background: #f8f8f8; }
    .item-media .entry-footer .entry-title {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500; }
    .item-media .entry-footer .entry-text {
      line-height: 1.25; }
    .item-media .entry-footer .btn-green {
      position: absolute;
      bottom: 0;
      left: 0; }

.item-form .wpcf7 {
  width: 800px; }
  .item-form .wpcf7 .fields .top .wpcf7-form-control-wrap.subject {
    flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -moz-flex: 100%; }

.post-type-archive-media .row-form {
  margin: 30px 0 50px; }

.category .title-dots-wrap,
.page-template-default .title-dots-wrap,
.single-post .title-dots-wrap {
  margin-bottom: 17px; }

.category .row-posts {
  margin-bottom: 40px; }
  .category .row-posts .entry-content {
    margin-bottom: 40px; }
.category .pagination {
  margin-bottom: 20px; }

.post-order {
  margin-bottom: 20px; }
  .post-order select {
    font-weight: 500;
    width: 290px;
    height: 46px;
    padding-right: 17px;
    border: 1px solid #2d2048;
    background: url(../assets/img/bg-select-purple.png) no-repeat left 15px center; }

.page-template-default .entry-content a {
  color: #bf920b; }
.page-template-default .row-form {
  margin-bottom: 100px; }
.page-template-default .site-footer {
  margin-top: 0; }

.pagination {
  direction: ltr;
  text-align: left; }
  .pagination span,
  .pagination a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    width: 35px;
    height: 35px;
    padding: 0 5px;
    color: #bf920b; }
    .pagination span.current,
    .pagination a.current {
      color: #fff;
      background: #bf920b; }
  .pagination .fa {
    font-weight: 700; }

.like-button {
  margin-bottom: 20px;
  text-align: left; }

.share-buttons {
  margin-bottom: 25px;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }
  .share-buttons .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 15px; }
  .share-buttons .btn-share {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    border: 1px solid #2d2048;
    border-radius: 50%; }
    .share-buttons .btn-share:hover {
      color: #bf920b;
      border-color: #bf920b; }

.single-post .row-main {
  margin-bottom: 0; }
  .single-post .row-main .entry-slider-testimonials {
    margin-bottom: 30px; }
.single-post .item-form {
  border-bottom: 1px solid #bf920b; }
.single-post .entry-content a {
  color: #bf920b; }

.entry-slider-testimonials {
  margin-top: 35px;
  padding: 80px 0 5px;
  border: 1px solid #bf920b;
  background: url(../assets/img/bg-quote.png) no-repeat top 30px center; }
  .entry-slider-testimonials .entry-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    color: #bf920b; }
  .entry-slider-testimonials .slide {
    width: 500px;
    max-width: 100%;
    margin: auto;
    text-align: center; }
    .entry-slider-testimonials .slide .entry-text {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 300;
      line-height: 1.3;
      margin-bottom: 20px; }
    .entry-slider-testimonials .slide .name {
      font-weight: 400;
      margin-bottom: 40px; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    overflow: hidden; }
    .slick-dots li button {
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      padding: 0;
      text-indent: -9999px;
      border-radius: 50%;
      background: #f2f1f1; }
    .slick-dots li.slick-active button {
      background: #c49b2f; }

.related {
  margin: 40px 0 25px;
  padding: 40px 50px;
  background: #f8f8f8; }
  .related .title-wrap {
    margin-bottom: 20px;
    text-align: center; }
    .related .title-wrap .entry-title {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 400;
      display: inline-block;
      padding-bottom: 10px;
      color: #bf920b;
      border-bottom: 1px solid #bf920b; }

.related-item {
  border: 1px solid transparent; }
  .related-item:hover {
    border-color: #2d2048; }
    .related-item:hover .btn-read-more {
      background: #2d2048; }
  .related-item .entry-image img {
    width: 100%; }
  .related-item .entry-footer {
    position: relative;
    padding: 25px 30px 60px;
    background: #fff; }
    .related-item .entry-footer .post-category {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 12px;
      padding-right: 5px;
      color: #bf920b;
      border-right: 1px solid #bf920b; }
    .related-item .entry-footer .entry-title {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500; }
    .related-item .entry-footer .entry-excerpt {
      line-height: 1.3; }
    .related-item .entry-footer .btn-read-more {
      position: absolute;
      bottom: 0;
      left: 0; }

.row-banners {
  margin: 25px 0 50px; }
  .row-banners .banner {
    position: relative;
    height: 530px;
    border: 1px solid #bf920b;
    background-position: center;
    background-size: cover; }
    .row-banners .banner .banner-title {
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      padding: 20px 20px 25px;
      text-align: center;
      background: rgba(255, 255, 255, 0.9); }
      .row-banners .banner .banner-title .entry-title {
        font-size: 30px;
        font-size: 3rem;
        font-weight: 400;
        margin-bottom: 15px; }
        .row-banners .banner .banner-title .entry-title strong {
          font-weight: 500; }
      .row-banners .banner .banner-title .btn-green {
        font-size: 22px;
        font-size: 2.2rem;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        font-weight: 300;
        height: auto;
        padding: 15px 35px; }
        .row-banners .banner .banner-title .btn-green:hover {
          background: #2d2048; }

.row-results .search-title {
  font-weight: 600; }
.row-results .search-results-list li {
  padding: 20px 0;
  border-bottom: 1px solid #eee; }
  .row-results .search-results-list li .entry-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px; }
  .row-results .search-results-list li p {
    line-height: 1.3; }
    .row-results .search-results-list li p a {
      text-decoration: underline;
      color: #bf920b; }
.row-results .pagination {
  padding: 50px 0; }

.fixed-contact-buttons {
  position: fixed;
  z-index: 20;
  right: 16px;
  bottom: 90px; }
  .fixed-contact-buttons .buttons {
    display: none; }
  .fixed-contact-buttons.active .btn-toggle-contact-options .sprite {
    width: 33px;
    height: 33px;
    background-position: -160px -40px; }
  .fixed-contact-buttons .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    width: 58px;
    height: 58px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #bf920b;
    box-shadow: 0 0 13.16px 0.84px rgba(0, 0, 0, 0.2); }
    .fixed-contact-buttons .btn:hover {
      opacity: 1; }
    .fixed-contact-buttons .btn .entry-text {
      position: absolute;
      right: 100%;
      display: block;
      margin-right: 25px;
      padding: 6px 15px;
      white-space: nowrap;
      border-radius: 3px;
      background: #fff;
      box-shadow: 0 0 15.36px 0.64px rgba(0, 0, 0, 0.17); }

.btn-scroll-to-top {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 25px;
  display: none;
  padding: 0;
  background: none; }

.mobile-fixed-buttons {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 50px;
  background: #fff; }
  .mobile-fixed-buttons .btn {
    font-size: 22px;
    font-weight: 300;
    width: 49.5%;
    height: 100%;
    color: #fff;
    border: none;
    border-top: 4px solid #fff;
    background: #2d2048; }
    .mobile-fixed-buttons .btn .fa {
      margin-left: 10px; }
    .mobile-fixed-buttons .btn:hover {
      opacity: 1; }
  .mobile-fixed-buttons .btn-call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 22px;
    text-decoration: none; }

.mobile-fixed-contact-form {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: fixed;
  z-index: -1;
  right: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: calc(100% - 30px);
  max-width: 100%;
  height: 325px;
  margin: auto;
  padding: 15px 30px 20px;
  opacity: 0;
  border: 1px solid #2d2048;
  background: url(../assets/img/bg-widget-contact-form.png) #fff center no-repeat; }
  .mobile-fixed-contact-form .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    color: #bf920b; }
  .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="email"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="number"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="password"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="search"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="tel"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="text"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="url"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="color"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="date"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="datetime"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="datetime-local"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="month"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="time"], .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap input[type="week"],
  .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap select {
    height: 35px; }
  .mobile-fixed-contact-form .wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 7px; }
  .mobile-fixed-contact-form .wpcf7 .submit-wrap .wpcf7-submit {
    height: 35px; }
  .mobile-fixed-contact-form h3 {
    margin-bottom: 10px; }

body.fixed-form-open .mobile-fixed-contact-form {
  z-index: 999;
  top: 0;
  visibility: visible;
  opacity: 1; }
body.fixed-form-open .btn-toggle-mobile-contact {
  color: #bf920b; }

/*# sourceMappingURL=main-style.css.map */
