/* -----------------------------------------
   Home page slider
   ----------------------------------------- */
#home-slider {
  margin-bottom: 30px;
  overflow: hidden;
}
#home-slider .slick-slide {
  position: relative;
  height: 400px;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 0px 10px;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
#home-slider .slick-current {
  opacity: 1 !important;
}
#home-slider .slick-list {
  overflow: visible;
}
#home-slider .slick-prev {
  left: 0;
}
#home-slider .slick-right {
  right: 0;
  left: auto;
}
#home-slider .slick-arrow {
  width: 44px;
  height: 70px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-indent: -999px;
  background: #45113f;
  opacity: 0.5;
  z-index: 6;
  margin: -25px 0 0;
}
#home-slider .slick-arrow:hover {
  transition: .3s all ease;
  opacity: 1;
}
#home-slider .slick-prev:before, #home-slider .slick-next:before {
  clear: both;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 28px;
  z-index: 2;
  background: url(../images/sprite.png) no-repeat;
  margin: -14px 0 0 -11px;
}
#home-slider .slick-next:before {
  content: '';
  background-position: -20px 0;
  margin: -14px 0 0 -7px;
}

@media only screen and (min-width: 1025px) {
  #home-slider {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #home-slider .slick-slide {
    position: relative;
    height: 400px;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    opacity: .2;
    /*    left: calc((100vw - 975px) / 2);*/
  }

  .slick-list {
    padding-left: calc((100% - 960px) / 2) !important;
    padding-right: calc((100% - 960px) / 2) !important;
  }
}
@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 634px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* Bootstrap tweaks */
@media (min-width: 576px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
}
/* -----------------------------------------
   WordPress Core Classes
   ----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
    ----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0 !important;
}

.gfield_label {
  display: none !important;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: left;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: red;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: red;
  font-family: "Effra", sans-serif;
}

li.gfield:after {
  content: none !important;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

body .gform_wrapper .gform_footer {
  padding-top: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
  border-radius: 0;
  line-height: 1;
  font-family: "Effra", sans-serif;
}

.gform_wrapper .gform_footer .button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
  margin: 0;
  padding: 0 29px 0 10px;
  border: none;
  background: #9a5f8a;
  font-size: 12px !important;
  line-height: 40px;
  overflow: visible;
  color: #fff;
  width: 105px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.gform_wrapper .gform_footer .button:hover, .gform_wrapper .gform_footer input[type=image]:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  opacity: .85;
}
.gform_wrapper .gform_footer .button:after, .gform_wrapper .gform_footer input[type=image]:after, .gform_wrapper .gform_footer input[type=submit]:after {
  clear: both;
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  width: 11px;
  height: 18px;
  margin: -9px 0 0;
  background: url(../images/sprite.png) no-repeat 0 -39px;
}

.gfield_no_follows_desc {
  margin: 0 0 24px;
  padding: 7px 0 0;
  font-size: 16px !important;
  font-family: "Effra", sans-serif !important;
}

.contact-box {
  margin: 0 0 15px;
  font-size: 20px;
}
.contact-box h3 {
  margin: 0 0 17px;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
}

.gform_confirmation_message_1 {
  color: #fff;
}
.gform_confirmation_message_1 h1 {
  color: #fff;
}
.gform_confirmation_message_1 table tbody {
  border: none !important;
}
.gform_confirmation_message_1 table td {
  border: none !important;
}
.gform_confirmation_message_1 table td td {
  border: 1px solid #fff !important;
}
.gform_confirmation_message_1 table, .gform_confirmation_message_1 tbody, .gform_confirmation_message_1 tr, .gform_confirmation_message_1 td, .gform_confirmation_message_1 th, .gform_confirmation_message_1 a {
  color: #fff !important;
  background: transparent !important;
}

.single-resource .gfield_label {
  display: block !important;
  margin-bottom: 4px;
}

/* -----------------------------------------
   General fixes
   ----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  background: #fff;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
  font-size: 16px;
  font-family: "Effra", sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
  font-size: 16px;
  font-family: "Effra", sans-serif;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
  font-size: 16px;
  font-family: "Effra", sans-serif;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
  font-size: 16px;
  font-family: "Effra", sans-serif;
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
  z-index: auto;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

label {
  display: block;
}

button, .button, .btn, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #55274f;
  color: #fff;
  font-family: "Effra", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, .btn:hover, .btn:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #32172f;
}

/* -----------------------------------------
   Typography
   ----------------------------------------- */
body {
  color: #4d4e53;
  font-family: "Effra", sans-serif;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}

h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
}

h3 {
  /*basic heading styles*/
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #55274f;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #0f070e;
  outline: none;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #fff;
  border-collapse: collapse;
}
table tbody, table tfoot, table thead, table th, table td {
  border: 1px solid #f1f1f1;
  background-color: transparent;
}
table tfoot tr, table thead tr {
  background-color: #f8f8f8;
}
table tfoot td, table tfoot th, table thead td, table thead th {
  padding: .5rem .625rem .625rem;
  font-weight: 700;
  text-align: left;
}
table tbody td, table tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* ------------------------------------
    Basic Styles
    ------------------------------------- */
.no-padds {
  padding-left: 0;
  padding-right: 0;
}

.white {
  color: white !important;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination .pagination {
  display: block;
  color: #4d4e53;
  background-color: transparent;
  border: 1px solid #dee2e6;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #55274f;
  border-color: #55274f;
}
ul.pagination li:after {
  content: none !important;
}

/* Search form */
#searchform {
  margin-bottom: 20px;
  position: relative;
}

#s {
  border: 2px solid #eaeaea;
  font-size: 19px;
  line-height: 26px;
  height: 40px;
  font-style: italic;
  color: #4d4e53;
}
#s:focus, #s:hover {
  box-shadow: none;
}
#s:-moz-placeholder {
  color: #4d4e53;
  font-style: italic;
  text-transform: lowercase;
}
#s::-moz-placeholder {
  color: #4d4e53;
  font-style: italic;
  text-transform: lowercase;
}
#s:-ms-input-placeholder {
  color: #4d4e53;
  font-style: italic;
  text-transform: lowercase;
}
#s::-webkit-input-placeholder {
  color: #4d4e53;
  font-style: italic;
  text-transform: lowercase;
}

#searchsubmit {
  position: absolute;
  top: 50%;
  right: 11px;
  overflow: hidden;
  text-indent: -999px;
  width: 21px;
  height: 21px;
  margin: -10px 0 0;
  background: url(../images/sprite.png) no-repeat -15px -36px;
  padding: 0;
  border: none;
}

#home-slider .slick-slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
    ------------------------------------- */
.header {
  position: relative;
  width: 100%;
  top: 0;
}

.header-holder {
  width: 100%;
  padding: 49px 0 39px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e1e1e1;
  z-index: 99999;
  position: relative;
}
.header-holder.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}
.header-holder.sticky .custom-logo {
  max-width: 208px;
}

.logo img {
  max-height: 150px;
}

.top-header {
  background-color: #55274f;
}

#menu-top-header-menu {
  float: right;
  margin: 0;
  list-style: none;
  flex-direction: row;
}
#menu-top-header-menu li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 40px;
}
#menu-top-header-menu li:after {
  clear: both;
  content: '|';
  position: absolute;
  top: 2px;
  left: -2px;
}
#menu-top-header-menu li:first-child:after, #menu-top-header-menu li.link:after {
  content: none;
}
#menu-top-header-menu li.link {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  background: #45113f;
}
#menu-top-header-menu li.link a {
  font-weight: 700;
  padding: 13px 10px;
  text-transform: uppercase;
}
#menu-top-header-menu li.link a:hover {
  background: #310c2c;
}
#menu-top-header-menu li a {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
}
#menu-top-header-menu li a:hover {
  text-decoration: none;
}

/* ------------------------------------
    Content Styles
    ------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comments-area {
  margin-top: 50px;
}

.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

.blog-sidebar .widget {
  overflow: hidden;
  margin: 0 0 27px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}
.blog-sidebar .widget h5 {
  background: #d8412c;
  overflow: hidden;
  padding: 11px 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-sidebar .widget ul {
  margin: 0;
  padding: 0;
}
.blog-sidebar .widget li {
  overflow: hidden;
  border-top: 1px solid #f6897a;
  padding: 10px 22px;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  list-style: none;
}
.blog-sidebar .widget li a {
  color: #fff;
}
.blog-sidebar .widget.widget_recent_entries {
  background: #ef6c5a;
  border: 2px solid #e9e9e9;
}
.blog-sidebar .widget.widget_tag_cloud {
  background: #ffa755;
}
.blog-sidebar .widget.widget_tag_cloud h5 {
  background: #fc9636;
}
.blog-sidebar .widget.widget_tag_cloud a {
  display: block;
  color: white;
  overflow: hidden;
  border-top: 1px solid #f6897a;
  border-color: #f7be8a;
  padding: 10px 22px;
  font-size: 18px !important;
  line-height: 23px;
  margin: 0;
}
.blog-sidebar .widget.widget_archive {
  background: #97daeb;
}
.blog-sidebar .widget.widget_archive li {
  border-color: #abe4f2;
}
.blog-sidebar .widget.widget_archive li:nth-child(n+9) {
  display: none;
}
.blog-sidebar .widget.widget_archive h5 {
  background: #81d3e8;
}

.title-row {
  background: #55274f;
  margin-bottom: 80px;
}
.title-row h2 {
  padding: 38px 0;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

article.post {
  background: #ecebeb;
  position: relative;
  margin: 0 0 89px;
  padding: 53px 20px 33px;
  font-size: 15px;
  line-height: 25px;
  font-family: "ff-more-web-pro-wide", serif;
}
article.post .date {
  position: absolute;
  top: -40px;
  left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #97daeb;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  padding: 18px 15px 15px 15px;
  font-family: "Effra", sans-serif;
}
article.post h3 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  font-family: "Effra", sans-serif;
  text-transform: uppercase;
}
article.post h3 a {
  color: #4d4e53;
}
article.post img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}
article.post a {
  color: #d95e16;
}

.blog .post img, .posts-list .post img {
  border: 2px solid #fff;
  padding: 7px;
  overflow: hidden;
  margin: 7px 0 25px;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #55274f;
}
.not-found .label:hover {
  background-color: #391a35;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/* VC */
.vc_cta3-container {
  margin-bottom: 0 !important;
}

.wpb_text_column h3 {
  margin: 0 0 11px;
  padding: 5px 0 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.vc_general.vc_cta3.vc_cta3-color-turquoise .vc_cta3-content-header {
  color: #69c1d7 !important;
}

.vc_btn3.vc_btn3-color-turquoise {
  background-color: #69c1d7 !important;
}
.vc_btn3.vc_btn3-color-turquoise:hover {
  background-color: #7dc9dc !important;
}

.vc_general.vc_cta3.vc_cta3-color-violet .vc_cta3-content-header {
  color: #55274f !important;
}

.vc_btn3.vc_btn3-color-violet {
  background-color: #55274f !important;
}
.vc_btn3.vc_btn3-color-violet:hover {
  background-color: #662f5f !important;
}

.vc_general.vc_cta3.vc_cta3-color-orange .vc_cta3-content-header {
  color: #ffa755 !important;
}

.vc_btn3.vc_btn3-color-orange {
  background-color: #ffa755 !important;
}
.vc_btn3.vc_btn3-color-orange:hover {
  background-color: #ffb46f !important;
}

body:not(.single-service) .vc_cta3-container div[class*="vc_custom"] {
  min-height: 200px;
  position: relative;
  bottom: 0;
  padding: 0;
  background-position: 100% 0 !important;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"] .vc_cta3_content-container
{
  padding: 21px;
}

/*** This removes padding on resource boxes on Resource Pages that use Service layout ***/
body.single-resource .vc_cta3-container div[class*="vc_custom"] .vc_cta3_content-container {padding:0px !important}

body:not(.single-service) .vc_cta3-container div[class*="vc_custom"].small {
  min-height: 175px;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"].small .vc_cta3_content-container {
  padding: 15px;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"].small .vc_cta3-content {
  max-width: 170px;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"].small h2, body:not(.single-service) .vc_cta3-container div[class*="vc_custom"].small h3 {
  font-size: 14px;
  line-height: 18px;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"].small h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 2px;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"] h2, body:not(.single-service) .vc_cta3-container div[class*="vc_custom"] h3 {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  line-height: 1;
  margin-bottom: 3px;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"] h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"] .vc_btn3-container {
  width: 100%;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"] .vc_cta3-actions {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"] .vc_cta3-actions a.vc_general {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  border: none;
  background-image: none;
}
body:not(.single-service) .vc_cta3-container div[class*="vc_custom"] .vc_cta3-actions a.vc_general .vc_btn3-icon {
  font-size: 24px;
  height: 16px;
}

.container .content-box {
  padding-left: 15px;
  padding-right: 15px;
}
.container .content-box > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container .content-box h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 18px;
}
.container .content-box .wpb_text_column {
  padding: 21px 21px 50px;
  margin-bottom: 0;
}
.container .content-box ul {
  margin-left: 0;
  padding-left: 0;
}
.container .content-box ul li {
  list-style: none;
  border-bottom: 2px solid #e9e9e9;
  padding: 0 0 4px;
  margin: 0 0 9px;
}
.container .content-box ul li a {
  color: #4d4e53;
  font-weight: 700;
  font-size: 16px;
}
.container .content-box ul li a:hover {
  color: #ef6c5a;
  text-decoration: none;
}
.container .content-box .vc_btn3-inline {
  margin-bottom: 0;
  width: 100%;
}
.container .content-box .vc_btn3-inline .vc_btn3-style-custom {
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  text-align: left;
}
.container .content-box .vc_btn3-inline .vc_btn3-style-custom .vc_btn3-icon {
  font-size: 28px;
}

/*VC Block With Link*/
.block-with-link a {
  color: #fff;
  text-decoration: none;
}
.block-with-link a:hover {
  text-decoration: none;
  opacity: .9;
}
.block-with-link img {
  width: 100%;
}
.block-with-link h3, .block-with-link p {
  color: #fff;
}
.block-with-link h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
}
.block-with-link__inner {
  padding: 22px 21px;
}

.box-shadow {
  position: relative;
  overflow: visible !important;
}
.box-shadow:after {
  clear: both;
  content: '';
  position: absolute;
  width: 1000px;
  max-width: 100%;
  height: 130px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  left: 50%;
  margin: 0 0 0 -500px;
  bottom: 4px;
  -webkit-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/*---------------------------------------
	TMPL: Home page
	---------------------------------------*/
.home .wpb_text_column p {
  font-family: "ff-more-web-pro-wide", serif;
}
.home .wpb_text_column h2 {
  font-size: 22px;
  font-weight: 400;
}

/* ------------------------------------
    Footer Styles
    ------------------------------------- */
/*    .dropdown.show:hover>.dropdown-menu {
    	display: block;
    }
    */
.social-links {
  padding-left: 0;
  margin: 0 -20px 0 0;
}
.social-links li {
  width: 50%;
  float: left;
  padding: 0 20px 20px 0;
  list-style: none;
}
.social-links li:last-child {
  width: 100%;
}
.social-links a {
  color: #fff;
  display: block;
  color: #fff;
  padding: 10px 2px 7px 51px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.social-links a:hover {
  opacity: .85;
}
.social-links i {
  margin-right: 20px;
  font-size: 24px;
  left: 31px;
}

.footer {
  margin-top: 60px;
  background-color: #f9f9f9;
}
.footer .contacts-col {
  border-right: 2px solid #e9e9e9;
  font-size: 16px;
}
.footer .contacts-col dt {
  float: left;
  margin: 0;
  font-size: 12px;
  color: #9a5f8a;
  font-weight: 700;
  position: relative;
  padding: 4px 5px 0 11px;
  /*         line-height: 16px;*/
  text-transform: uppercase;
}
.footer .contacts-col dt:first-child {
  padding-left: 0;
}
.footer .contacts-col dd {
  float: left;
  margin: 0;
  padding: 0 7px 0 0;
}
.footer .contacts-col dl {
  margin: 0;
  overflow: hidden;
}
.footer .contacts-col a {
  color: #4d4e53;
}
.footer .contacts-col address {
  margin-bottom: 2px;
}
.footer .socials-col {
  padding-left: 30px;
}

.footer-inner {
  padding: 46px 0 80px 0;
}
.footer-inner iframe {
  max-width: 100%;
}

.copyright {
  background: #e9e9e9;
  color: #4d4e53;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  font-family: "museo-sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding: 40px 0;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

.circle-box.wpb_column {
  margin: 0 auto;
  max-width: 450px;
  height: 450px;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  text-align: center;
  padding: 87px 0;
  font-size: 16px;
  line-height: 26px;
  float: none;
  font-family: "Effra", sans-serif;
}
.circle-box.wpb_column > .vc_column-inner {
  padding-left: 80px;
  padding-right: 80px;
}
.circle-box.wpb_column p {
  font-family: "Effra", sans-serif;
}
.circle-box.wpb_column img {
  max-width: 227px;
  height: auto;
}
.circle-box.wpb_column a {
  text-decoration: none;
  color: #4d4e53 !important;
  font-weight: 400;
  text-decoration: none;
}
.circle-box.wpb_column strong {
  display: inline-block;
  vertical-align: baseline;
  text-transform: uppercase;
  color: #9a5f8a;
  font-weight: 700;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-family: "Effra", sans-serif;
}
.circle-box.wpb_column strong a {
  color: #4d4e53;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

/*page default*/
.main-content {
  /*a{
    word-break: break-all;
  }
  */
  /*, ul:not(.tax-marks), ul:not(.vc_grid-filter)*/
}
.main-content h1 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #d95e16;
  font-size: 25px;
  line-height: 27px;
}
.main-content h2 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #69c1d7;
  font-size: 17px;
  line-height: 27px;
}
.main-content h3 {
  font-size: 17px;
  font-weight: 700;
}
.main-content p {
  font-family: "ff-more-web-pro-wide", serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px;
}
.main-content p a {
  font-size: 17px;
  font-weight: 700;
  font-family: "Effra", sans-serif;
  word-break: break-all;
}
.main-content .wpb_text_column a {
  color: #d95e16;
  text-decoration: underline;
}
.main-content .wpb_text_column a:hover {
  text-decoration: none;
}
.main-content .wpb_text_column h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  font-family: "ff-more-web-pro-wide", serif;
}
.main-content ul:not(.social-links) {
  margin: 0 0 27px;
  padding: 0 0 0 3px;
  list-style: none;
  overflow: hidden;
}
.main-content ul:not(.social-links) li {
  overflow: hidden;
  position: relative;
  padding: 0 0 0 17px;
  border: none;
  font-size: 15px;
  line-height: 25px;
  font-family: "ff-more-web-pro-wide", serif;
}
.main-content ul:not(.social-links) li:after {
  clear: both;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #d95e16;
}

.widget_black_studio_tinymce .textwidget > ul, .widget_black_studio_tinymce .menu, .widget_nav_menu .textwidget > ul, .widget_nav_menu .menu {
  margin: -10px 0 35px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
}
.widget_black_studio_tinymce .textwidget > ul > li, .widget_black_studio_tinymce .menu > li, .widget_nav_menu .textwidget > ul > li, .widget_nav_menu .menu > li {
  overflow: hidden;
  border-bottom: 2px solid #e9e9e9;
  padding: 6px 0 7px;
}
.widget_black_studio_tinymce .textwidget > ul > li:after, .widget_black_studio_tinymce .menu > li:after, .widget_nav_menu .textwidget > ul > li:after, .widget_nav_menu .menu > li:after {
  content: none;
}
.widget_black_studio_tinymce .textwidget > ul > li a, .widget_black_studio_tinymce .menu > li a, .widget_nav_menu .textwidget > ul > li a, .widget_nav_menu .menu > li a {
  color: #55274f;
  font-family: "Effra", sans-serif;
  font-size: 16px;
}
.widget_black_studio_tinymce .textwidget > ul > li ul, .widget_black_studio_tinymce .menu > li ul, .widget_nav_menu .textwidget > ul > li ul, .widget_nav_menu .menu > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.widget_black_studio_tinymce .textwidget > ul > li ul li, .widget_black_studio_tinymce .menu > li ul li, .widget_nav_menu .textwidget > ul > li ul li, .widget_nav_menu .menu > li ul li {
  overflow: hidden;
  padding: 0 0 5px 20px;
}
.widget_black_studio_tinymce .textwidget > ul > li ul li:after, .widget_black_studio_tinymce .menu > li ul li:after, .widget_nav_menu .textwidget > ul > li ul li:after, .widget_nav_menu .menu > li ul li:after {
  clear: both;
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 10px;
  background: url(../images/sprite.png) no-repeat -12px -97px;
}
.widget_black_studio_tinymce .textwidget > ul > li ul li a, .widget_black_studio_tinymce .menu > li ul li a, .widget_nav_menu .textwidget > ul > li ul li a, .widget_nav_menu .menu > li ul li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #d95e16;
  padding: 0 0 4px;
  font-family: "Effra", sans-serif;
}

.expanded a, .expanded {
  font-weight: 700;
  color: #d95e16 !important;
}

hr {
  clear: both;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 20px !important;
  border-top: 0;
  border-bottom: 2px solid #e9e9e9;
}

/*service single*/
.service-content > .container {
  padding-top: 50px;
}

.service-descr h3 {
  color: #d95e16;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
}
.service-descr strong, .service-descr .info {
  margin: 0 0 35px;
  font-size: 20px;
  line-height: 27px;
  font-family: "Effra", sans-serif;
  font-weight: 500;
}
.service-descr a {
  color: #d95e16;
}
.service-descr a:hover {
  text-decoration: none;
  color: #d95e16;
}

.photo-box {
  overflow: hidden;
  border: 2px solid #e9e9e9;
  padding: 10px;
  margin: 0 0 32px;
}

.service-quote {
  display: block;
  font-style: italic;
  font-size: 19px;
  line-height: 27px;
  color: #55274f;
  font-weight: 400;
  font-family: "Effra", sans-serif;
}

.service-box {
  border: 2px solid #e9e9e9;
  margin: 0 0 38px;
}
.service-box__title {
  background: #6d4061;
  padding: 12px 27px 14px;
  overflow: hidden;
  color: #fff !important;
}
.service-box__inner {
  overflow: hidden;
  padding: 16px 29px 14px;
  font-size: 17px;
  line-height: 24px;
}
.service-box h2 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #69c1d7;
  font-size: 17px;
  line-height: 27px;
}
.service-box h3 {
  margin: 0;
  text-transform: uppercase;
  color: #69c1d7;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Effra", sans-serif;
}
.service-box p {
  margin-bottom: 0;
}
.service-box.eligibility ul {
  margin: 0;
  padding: 0;
}
.service-box.eligibility li {
  border-top: 2px solid #e9e9e9;
  padding: 8px 0 10px 11px;
  position: relative;
  list-style: none;
}
.service-box.eligibility li:first-child {
  border: none;
  padding-top: 6px;
}
.service-box.eligibility li:after {
  content: '';
  clear: both;
  position: absolute;
  top: 18px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #4d4e53;
}

.inform-cta {
  overflow: hidden;
  background: #e9e9e9;
  color: #55274f;
  font-size: 20px;
  line-height: 30px;
  padding: 60px 0 70px;
}
.inform-cta .text-col {
  float: left;
  width: 95%;
}
.inform-cta .btn-col {
  float: left;
  width: 35%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 30px 0 36px;
}
.inform-cta .btn-col .more {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  background: #ef6c5a;
  position: relative;
  padding: 10px 30px 12px 24px;
  display: block;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: .3s background-color ease;
}
.inform-cta .btn-col .more:hover, .inform-cta .btn-col .more:focus {
  background-color: #f97b6a;
  transition: .3s background-color ease;
}
.inform-cta .btn-col .more:after {
  background: url(../images/sprite.png) no-repeat scroll 0 -39px transparent;
  clear: both;
  content: "";
  height: 18px;
  margin: -9px 0 0;
  position: absolute;
  right: 17px;
  top: 50%;
  width: 11px;
}

.service-contacts {
  overflow: hidden;
  background: #55274f;
  clear: both;
  color: #fff;
  padding: 30px 0 37px;
  font-size: 20px;
  line-height: 30px;
}
.service-contacts h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: #ffa755;
  text-transform: none;
}
.service-contacts a {
  color: #fff;
  text-decoration: none;
}
.service-contacts .contact-text {
  padding-right: 40px;
}

.service-boxes {
  padding-top: 30px;
}

.violet-section .wpb_text_column h2 {
  text-transform: uppercase;
  margin: 0 0 17px;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  color: white;
}
.violet-section .wpb_text_column p {
  margin: 0 0 15px;
  font-family: "Effra", sans-serif;
  font-size: 20px;
  line-height: 27px;
}
.violet-section .wpb_text_column a {
  color: #fff;
  text-decoration: none;
}
.violet-section .wpb_text_column a:after {
  content: none;
}

.block-with-link {
  height: 100%;
}

body:not(.home) .block-with-link {
  overflow: hidden;
  border: 2px solid #e9e9e9;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 20px;
  height: 100%;
}
body:not(.home) .block-with-link img {
  object-fit: cover;
  height: 142px;
}
body:not(.home) .block-with-link__title {
  margin: 0 0 3px;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  text-transform: none;
}
body:not(.home) .block-with-link__descr {
  font-size: 15px;
  line-height: 25px;
  font-family: "ff-more-web-pro-wide", serif;
}

.page-template-template-contact .footer {
  margin-top: 0;
}
.page-template-template-contact .footer-inner {
  display: none;
}

/*VC : Grid Builder */
/*services-grid*/
.services-grid-title p {
  color: #55274f;
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
  font-family: "Effra", sans-serif;
  font-weight: bold;
}
.services-grid-title p strong {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
}

.services-grid-item .vc_gitem-post-data-source-post_title {
  display: table !important;
  height: 100%;
}
.services-grid-item .vc_gitem-post-data-source-post_title > div {
  display: table-cell;
  vertical-align: middle;
}

.services-grid-item-inner {
  background: #e9e9e9;
  min-height: 345px;
}
.services-grid-item-inner .vc_gitem-zone-mini {
  height: 100%;
}
.services-grid-item-inner .vc_gitem-zone-mini .vc_gitem-col {
  height: 100%;
}
.services-grid-item-inner .vc_gitem-zone-mini > div {
  position: static;
  transform: none;
}
.services-grid-item-inner .vc_gitem-zone-mini:before {
  content: none !important;
}
.services-grid-item-inner .vc_gitem-row-position-top {
  background: #55274f;
  position: relative !important;
  height: 150px;
}
.services-grid-item-inner .vc_gitem-row-position-top:before {
  clear: both;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid #55274f;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  margin: 0 0 0 -18px;
}
.services-grid-item-inner .vc_gitem-row-position-top .vc_custom_heading {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}
.services-grid-item-inner .vc_gitem-row-position-middle {
  overflow: hidden;
  padding: 30px 30px 55px;
}
.services-grid-item-inner .vc_gitem-row-position-middle p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  font-family: "Effra", sans-serif;
}

.tax-marks {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.tax-marks li {
  width: 16px;
  height: 15px;
  margin: 0 2px 0 2px;
  border-radius: 50%;
  display: inline-block;
  list-style: none;
  padding: 0 !important;
}
.tax-marks li:after {
  content: none !important;
}

.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span {
  color: #55274f !important;
}

ul[data-vc-grid-filter="audience"] {
  display: flex;
  justify-content: flex-start;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item {
  padding: 2px 17px !important;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:first-child {
  padding-left: 0 !important;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(1), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(1), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(1) {
  order: 5;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(1) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(1) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(1) span {
  color: #55274f !important;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(2), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(2), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(2) {
  order: 1;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(2) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(2) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(2) span {
  color: #69c1d7 !important;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(3), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(3), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(3) {
  order: 4;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(3) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(3) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(3) span {
  color: #ef6c5a !important;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(4), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(4), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(4) {
  order: 3;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(4) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(4) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(4) span {
  color: #9a5f8a !important;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(5), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(5), ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(5) {
  order: 2;
}
ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:nth-child(5) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item.vc_active:nth-child(5) span, ul[data-vc-grid-filter="audience"] .vc_grid-filter-item:hover:nth-child(5) span {
  color: #ffa755 !important;
}

.vc_grid-filter-item:after, .vc_grid-filter-item.vc_active:after, .vc_grid-filter-item:hover:after {
  display: none;
}
.vc_grid-filter-item span, .vc_grid-filter-item.vc_active span, .vc_grid-filter-item:hover span {
  float: left;
  padding: 0 0 0 27px !important;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Effra", sans-serif;
}
.vc_grid-filter-item span:after, .vc_grid-filter-item.vc_active span:after, .vc_grid-filter-item:hover span:after {
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(../images/sprite.png) no-repeat -86px -91px;
}
.vc_grid-filter-item:hover span:after, .vc_grid-filter-item.vc_active span:after, .vc_grid-filter-item.vc_active:hover span:after, .vc_grid-filter-item.vc_active.vc_active span:after, .vc_grid-filter-item:hover:hover span:after, .vc_grid-filter-item:hover.vc_active span:after {
  background-position: -57px -91px;
  background-color: transparent !important;
}
.vc_grid-filter-item.vc_active, .vc_grid-filter-item:hover, .vc_grid-filter-item:focus, .vc_grid-filter-item.vc_active.vc_active, .vc_grid-filter-item.vc_active:hover, .vc_grid-filter-item.vc_active:focus, .vc_grid-filter-item:hover.vc_active, .vc_grid-filter-item:hover:hover, .vc_grid-filter-item:hover:focus {
  background-color: transparent !important;
}

.vc_grid {
  overflow: hidden !important;
}

/*resources-grid*/
.resources-grid-block ul.vc_grid-filter {
  float: left;
  width: 33.3%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.resources-grid-block ul.vc_grid-filter > li {
  color: #55274f;
  display: block;
  padding: 8px 0px 8px 0 !important;
}
.resources-grid-block ul.vc_grid-filter > li:first-of-type {
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0;
  padding-bottom: 21px !important;
  margin-bottom: 17px;
}
/* .resources-grid-block ul.vc_grid-filter > li:nth-of-type(2) {
  order: 2;
}
.resources-grid-block ul.vc_grid-filter > li:nth-of-type(3) {
  order: 3;
}
.resources-grid-block ul.vc_grid-filter > li:nth-of-type(4) {
  order: 5;
}
.resources-grid-block ul.vc_grid-filter > li:nth-of-type(5) {
  order: 8;
}
.resources-grid-block ul.vc_grid-filter > li:nth-of-type(6) {
  order: 4;
}
.resources-grid-block ul.vc_grid-filter > li:nth-of-type(7) {
  order: 7;
}
.resources-grid-block ul.vc_grid-filter > li:nth-of-type(8) {
  order: 6;
} */
.resources-grid-block ul.vc_grid-filter > li.vc_active span, .resources-grid-block ul.vc_grid-filter > li:hover span {
  color: #55274f !important;
}
.resources-grid-block .vc_grid {
  float: left;
  width: 66.6%;
}
.resources-grid-block .vc_grid-item-mini.vc_is-hover .vc_gitem-row-position-top {
  background: #f7f7f7;
  transition: .3s all ease;
}
.resources-grid-block .vc_grid-item-mini.vc_is-hover .vc_gitem-zone-mini:before {
  background: #e3e2e2;
  transition: .3s all ease;
}
.resources-grid-block h3 {
  margin: 0 0 22px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #55274f;
  text-align: left;
}
.resources-grid-block .resources-grid-title {
  text-transform: none;
  font-weight: 400;
}
.resources-grid-block .widget_search button {
  width: 19px;
  height: 19px;
  background-position: -22px -93px !important;
}

.resource-grid-item {
  background: #e9e9e9;
}
.resource-grid-item .vc_gitem-zone-mini {
  position: relative;
}
.resource-grid-item .vc_gitem-zone-mini:before {
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: #cfcdcd;
  overflow: hidden;
}
.resource-grid-item .vc_gitem-zone-mini:after {
  clear: both;
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  background: url(../images/sprite.png) no-repeat -112px -86px;
  width: 15px;
  height: 26px;
  margin: -13px 0 0;
}
.resource-grid-item .vc_gitem-zone-mini > div {
  position: relative;
  transform: none;
}
.resource-grid-item:before {
  content: none !important;
}
.resource-grid-item .vc_gitem-row-position-top {
  background: #e9e9e9;
  font-size: 15px;
  line-height: 25px;
  padding: 14px 20px 14px;
  width: calc(100% - 50px);
}
.resource-grid-item .vc_gitem-row-position-top .vc_gitem-post-data-source-post_excerpt {
  margin-bottom: 0;
}
.resource-grid-item .vc_gitem-row-position-top .vc_gitem-post-data-source-post_excerpt p {
  margin-bottom: 0;
  color: #4d4e53;
}
.resource-grid-item .vc_gitem-row-position-top .vc_gitem-post-data-source-post_title {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #ef6c5a;
  font-family: "Effra", sans-serif;
  letter-spacing: 0.5px;
}

.single-resource .main-content, .single-resource .sidebar {
  margin-top: 50px;
}
.single-resource .main-content a {
  color: #d95e16;
  text-decoration: underline;
}
.single-resource .main-content h3 {
  margin: 0 0 4px;
  font-weight: 700;
  color: #69c1d7;
  font-size: 17px;
  line-height: 27px;
  text-transform: none;
}

body.search .main-content {
  margin-top: 50px;
}

#menu-resourses-sidebar-menu > li {
  /*    &:not(:first-child){
        a{
          pointer-events: none;
        }
        }*/
}
#menu-resourses-sidebar-menu > li:after {
  display: none !important;
}
#menu-resourses-sidebar-menu ul {
  display: none;
}
#menu-resourses-sidebar-menu ul li {
  position: relative;
}
#menu-resourses-sidebar-menu .is-active > a {
  font-weight: 700;
  text-decoration: none;
  color: #d95e16;
}

/* Drilldown Menu for mobile */
.dl-menuwrapper {
  width: 100%;
  float: right;
  position: absolute;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  /*    display: block;*/
  top: -53.5px;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 62px;
  height: 57px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  float: right;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
  background: #aaa;
}
.dl-menuwrapper ul {
  background: #aaa;
}
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 4px;
  background: #fff;
  top: 17px;
  left: 20%;
  box-shadow: 0 10px 0 #fff,  0 20px 0 #fff;
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  line-height: 20px;
  color: #fff;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #62305c;
}
.dl-menuwrapper li span.toggler {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #441f3f;
  z-index: 999999;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.current-menu-item > a, .dl-menuwrapper li.current_page_ancestor > a {
  background: #401d3c !important;
  text-decoration: underline;
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 40px;
  background: #55274f;
}
.dl-menuwrapper li.dl-back:after {
  clear: both;
  content: '';
  border-right: 8px solid #979797;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -5px 0 0;
  width: 0;
  height: 0;
  background: none;
}
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper li.cloned a:after {
  content: none !important;
}
.dl-menuwrapper .dl-menu {
  margin: 57px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  /*    pointer-events: none;*/
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/* Hide the inner submenus */
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li {
  display: none;
}
.dl-menu.dl-subview li.dl-subviewopen > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview {
  display: block;
}
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview .dl-submenu {
  display: block;
}
.dl-menu.dl-subview li.dl-subviewopen {
  display: block;
}
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu {
  display: block;
  width: 100%;
}
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}

.dl-menuwrapper button {
  background: #55274f;
  margin-left: 252px;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
  background: #55274f;
}
.dl-menuwrapper ul {
  background: #55274f;
  margin-left: 0;
}

.promo-box {
  overflow: hidden;
  border: 2px solid #eaeaea;
  position: relative;
  min-height: 122px;
  margin-bottom: 20px;
  max-width: 320px;
  margin: auto;
  margin-bottom: 20px;
}
.promo-box a {
  text-decoration: none !important;
}
.promo-box h3 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.promo-box .promo-box__inner h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 2px;
  font-family: "Effra", sans-serif;
}
.promo-box__inner {
  position: absolute;
  top: 15px;
  left: 15px;
}
.promo-box__button {
  width: 100%;
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  padding-left: 20px;
  border: none;
  position: relative;
  text-transform: uppercase;
}
.promo-box__button:focus, .promo-box__button:hover {
  color: #fff;
  text-decoration: none;
}
.promo-box__button i {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  height: 28px;
  right: 16px;
}

.form-caption p, .form-caption strong, .form-caption a {
  font-family: "ff-more-web-pro-wide", serif;
  font-size: 11px !important;
  line-height: 25px;
}
.form-caption a {
  font-weight: 700;
}
.form-caption a:hover {
  opacity: .85;
}

input::-ms-clear {
  display: none;
}

/*single-service*/
.single-service .vc_custom_heading {
  text-transform: uppercase;
}
.single-service .wpb_text_column blockquote {
  display: block;
  font-style: italic;
  font-size: 19px;
  line-height: 27px;
  color: #55274f;
  font-weight: 400;
  font-family: "Effra", sans-serif, sans-serif;
  border: none;
  padding: 0 10px;
}
.single-service .wpb_text_column blockquote p {
  color: #55274f;
  font-size: 19px;
  line-height: 27px;
  font-family: "Effra", sans-serif, sans-serif;
}

.service-content p {
  font-family: "ff-more-web-pro-wide", serif, serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px;
}
.service-content a {
  color: #d95e16;
}
.service-content a:hover {
  text-decoration: none;
}
.service-content h3 {
  color: #d95e16;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
}
.service-content .info {
  margin: 0 0 35px;
  font-size: 20px;
  line-height: 27px;
  font-family: "Effra", sans-serif, sans-serif;
  font-weight: 500;
}
.service-content .info strong {
  font-weight: 500;
}
.service-content .back-link a, .service-content .back-link a:hover, .service-content .back-link a:focus {
  border: none;
}

.inform-cta p, .inform-cta span {
  font-size: 20px;
  font-family: "Effra", sans-serif;
  line-height: 30px;
}

.contacts-section h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: #ffa755;
  text-transform: none;
}
.contacts-section p, .contacts-section li, .contacts-section a {
  color: #fff;
  font-size: 20px;
  font-family: "Effra", sans-serif;
  line-height: 30px;
}
.contacts-section a {
  text-decoration: none;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square i.fa {
  font-size: 23px !important;
}

.service-info-box .accordion-less, .service-info-box .accordion-more {
  vertical-align: top;
  font-size: 14px !important;
  line-height: 16px;
  text-transform: uppercase;
  color: #4d4e53 !important;
  font-weight: 700;
  padding: 5px 0 0;
  font-family: "Effra", sans-serif;
  /*    &.active{
        display: block;
        }*/
}
.service-info-box .accordion-less:hover, .service-info-box .accordion-more:hover {
  text-decoration: none;
}
.service-info-box .accordion-less {
  display: none;
  padding-bottom: 20px;
}
.service-info-box .accordion-full {
  display: none;
}
.service-info-box .accordion-full a {
  color: #d95e16;
}

.service-info-box.vc_general {
  /*  opacity: 0;*/
}
.service-info-box.vc_general .vc_cta3-content-header {
  padding: 15px 30px;
}
.service-info-box.vc_general .vc_cta3-content-header h2 {
  margin-bottom: 0;
}
.service-info-box.vc_general .vc_cta3-content > header {
  background: none !important;
  padding: 15px 30px;
  margin-bottom: 0;
}
.service-info-box.vc_general .cta-accordion-inner-content {
  padding: 25px 35px;
  background: #fff;
}
.service-info-box.vc_general .cta-accordion-inner-content li {
  border-top: 2px solid #e9e9e9;
  padding: 8px 0 10px 11px;
  position: relative;
  font-size: 17px;
  list-style: none;
}
.service-info-box.vc_general .cta-accordion-inner-content li:first-child {
  border: none;
  padding-top: 6px;
}
.service-info-box.vc_general .cta-accordion-inner-content li:after {
  content: '';
  clear: both;
  position: absolute;
  top: 18px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #4d4e53;
}
.service-info-box.vc_general .cta-accordion-inner-content h2 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #69c1d7;
  font-size: 17px;
  line-height: 27px;
  font-family: "Effra", sans-serif, sans-serif;
}
.service-info-box.vc_general .cta-accordion-inner-content > ul {
  padding-left: 15px;
}

.service-info-box-content {
  background: #fff;
  overflow: hidden;
  padding: 16px 29px 14px;
  font-size: 17px;
  line-height: 24px;
  font-family: "Effra", sans-serif;
}
.service-info-box-content ul {
  padding-left: 20px;
}
.service-info-box-content ul > li {
  padding: 8px 0 10px 1px;
  position: relative;
}
.service-info-box-content ul > li:not(:first-child) {
  border-top: 2px solid #e9e9e9;
}
.service-info-box-content h2 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #69c1d7;
  font-size: 17px;
  line-height: 27px;
  font-family: "Effra", sans-serif;
}
.service-info-box-content p {
  margin-bottom: 0;
  font-family: "Effra", sans-serif;
  font-size: 17px;
}

.service-info-box.accordion-item > * {
  font-family: "ff-more-web-pro-wide", serif;
  font-size: 15px;
}

.top-header-body--flags {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-header-body__flags {
  display: flex;
  padding-left: 10px;
}
.top-header-body__flags a {
  display: block;
  padding: 3px;
  margin: 0 3px;
}
.top-header-body__flags a img {
  max-width: 20px;
}

