@import url("https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans+Condensed:700|Open+Sans:400,700");
/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -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);
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1000px;
}

.columns, .column {
  min-height: 1px;
}

/* -----------------------------------------
   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;
}
.ui-datepicker {
  display: none;
}
.content-wrapper {
  margin-bottom: 80px;
}
/* -----------------------------------------
	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;
}

.gfield_label {
  display: none;
}

.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: center;
  /*aligning of submit button*/
}

.validation_error {
  text-align: center;
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  display: none;
  margin-bottom: 10px;
  color: #990000;
}

.gform_title {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  color: #4d4d4d;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.ui-datepicker {
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  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;
}

/* -----------------------------------------
   General fixes
   ----------------------------------------- */
.row {
  max-width: 1170px;
}

html, body {
  height: auto;
}

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

body {
  position: static;
  overflow-x: hidden;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* 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 */
  font-size: 18px;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 2px solid #f6a800;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #f6a800;
  background-color: transparent;
}

textarea[rows] {
  /*Styles for TextArea*/
  margin-top: 30px;
  margin-bottom: 40px;
  height: 115px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

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

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #f6a800;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #c38500;
}

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

/* -----------------------------------------
   Typography
   ----------------------------------------- */
body {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  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*/
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

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

a {
  color: #f6a800;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #906200;
}

/* ------------------------------------
	Basic Styles
	------------------------------------- */
/* Preloader */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 50px;
  font-family: FontAwesome;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

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

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

/* Pagination */
ul.pagination {
  text-align: center;
  margin: 70px 0;
}
ul.pagination .next.pagination,
ul.pagination .prev.pagination {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 30px;
  background-color: #f6a800;
  margin: 0 20px;
}
ul.pagination .next.pagination:hover, ul.pagination .next.pagination:focus,
ul.pagination .prev.pagination:hover,
ul.pagination .prev.pagination:focus {
  background-color: #ffcc5d;
}
ul.pagination .pagination {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #f6a800;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

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

/* HERO SECTION */
.hero-section {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.hero-section__title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  padding-top: 173px;
  padding-bottom: 83px;
}
.hero-section__title--cource {
  padding-top: 260px;
  padding-bottom: 180px;
}
.hero-section:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.7;
}
.hero-section--front:before {
  content: none;
}
.hero-section--blog {
  margin-bottom: 80px;
}

/* ------------------------------------
	Header Styles
	------------------------------------- */
.flex-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background-color: #000000;
  opacity: 0.8;
  padding: 13px 0 9px 0;
}
.header__button.hollow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  padding: 0 50px;
  border-width: 2px;
  border-color: #f6a800;
  color: #f6a800;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__button.hollow:hover, .header__button.hollow:focus {
  color: #FFF;
  border-color: #FFF;
}

.header-contacts {
  margin-top: -5px;
  text-align: right;
  margin-bottom: 18px;
}
.header-contacts__address {
  display: inline-block;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-right: 25px;
}
.header-contacts__address .fa {
  display: inline-block;
  color: #f6a800;
  margin: 0 10px;
  font-size: 24px;
}
.header-contacts__phone {
  display: inline-block;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.header-contacts__phone .fa {
  display: inline-block;
  color: #f6a800;
  margin: 0 10px;
  font-size: 24px;
}
.header-contacts__facebook {
  color: #000;
  display: inline-block;
  padding: 0 6px;
  height: 22px;
  background-color: #f6a800;
  border-radius: 50%;
  margin: 0 10px;
}
.header-contacts__facebook:hover, .header-contacts__facebook:focus {
  color: #FFF;
  background-color: #4467B0;
}

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

/* ------------------------------------
	Content Styles
	------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.posts-list article h3 a {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.posts-list article h3 a:hover, .posts-list article h3 a:focus {
  color: #f6a800;
}
.posts-list article .excerpt {
  margin-bottom: 8px;
}
.posts-list article .read-more {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #f6a800;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.posts-list article .read-more:hover, .posts-list article .read-more:focus {
  color: #ffcc5d;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 25px;
}

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

.featured-img {
  display: block;
  margin-bottom: 26px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.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;
}

/* 404 page */
.not-found {
  padding-top: 200px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #f6a800;
}
.not-found .label:hover {
  background-color: #cd8c00;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}
.widget input[type=search] {
  border: 1px solid #4d4d4d;
  background-color: #ffffff;
  height: 30px;
}
.widget button {
  background-color: transparent;
}
.widget button .fa {
  color: #4D4D4D;
}
.widget button:hover .fa, .widget button:focus .fa {
  color: #f6a800;
}
.widget h5 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.widget ul {
  list-style: none;
}
.widget ul li {
  margin: 11px 0;
  position: relative;
}
.widget ul li a {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.widget ul li a:hover, .widget ul li a:focus {
  color: #f6a800;
}
.widget_recent_entries ul li:before {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f6a800;
}

.archive-title {
  margin-top: 150px;
}
.widget_ee-upcoming-events-widget ul {
  margin-left: 0;
}
.widget_ee-upcoming-events-widget h5 {
  margin-top: 15px;
}
.ee-upcoming-events-widget-li,
.widget_ee-upcoming-events-widget p {
  font-size: 14px;
}
/* SINGLE COURSE */
.single-cource ul {
  list-style: none;
  margin-left: 35px;
}
.single-cource ul li {
  position: relative;
}
.single-cource ul li:before {
  display: inline-block;
  content: " - ";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------------------------------------
TMPL: Home page
---------------------------------------*/
.banner {
  text-align: center;
  position: relative;
  padding: 25px 25px 40px 25px;
  margin-top: 250px;
  margin-bottom: 263px;
  background-color: rgba(0, 0, 0, 0.8);
}
.banner:before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: -100%;
}
.banner__title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.banner__text {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.banner__button {
  padding: 12px 144px 12px 144px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.our-courses {
  padding-bottom: 80px;
}
.our-courses__title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #4d4d4d;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
}
.our-courses__subtitle {
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.our-courses__button {
  padding: 18px 95px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-rto {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.about-rto__title {
  text-align: center;
  color: #4d4d4d;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-rto__text {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.why-us__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 75px;
}
.why-us__list {
  -webkit-columns: 2 455px;
  -moz-columns: 2 455px;
  columns: 2 455px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  list-style: decimal-leading-zero;
}
.why-us__list li {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  color: #f6a800;
  margin-left: 35px;
}
.why-us__list li h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.why-us__list div {
  margin-bottom: 40px;
}

/*---------------------------------------
	TMPL: About page
	---------------------------------------*/
.about-section {
  padding: 40px 0 60px 0;
}
.about-section__content {
  -webkit-columns: 2 540px;
  -moz-columns: 2 540px;
  columns: 2 540px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.about-section__content ul {
  list-style: none;
}
.about-section__content ul li {
  position: relative;
}
.about-section__content ul li:before {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f6a800;
}

.about-contact {
  padding-bottom: 80px;
}
.about-contact .fa {
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-contact__title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.about-contact__phone {
  text-align: right;
}
.about-contact__phone a {
  font-family: 'Open Sans Condensed', sans-serif;
  position: relative;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-contact__phone a:hover, .about-contact__phone a:focus {
  color: #f6a800;
}
.about-contact__or span {
  position: relative;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-contact__or span:after {
  display: block;
  content: '';
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 34px;
  background-color: #676d72;
}
.about-contact__or span:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 34px;
  background-color: #676d72;
}
.about-contact__email a {
  font-family: 'Open Sans Condensed', sans-serif;
  position: relative;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-contact__email a:hover, .about-contact__email a:focus {
  color: #f6a800;
}

.testimonials-section {
  background-color: #f2f2f2;
  padding: 30px 0 80px 0;
}
.testimonials-section__logo {
  margin-bottom: 16px;
}
.testimonials-section__title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 67px;
}

.testimonials-slider {
  position: relative;
}
.testimonials-slider .slick-arrow {
  top: 13%;
}
.testimonials-slider .slick-arrow:before {
  color: #afb3b5;
  opacity: 0.4;
}
.testimonials-slider .slick-next {
  right: -137px;
}
.testimonials-slider .slick-prev {
  left: -137px;
}
.testimonials-slider .slick-dots {
  bottom: 11px;
}
.testimonials-slider .slick-dots button:before {
  background-color: #919191;
  opacity: 0.6;
}
.testimonials-slider .slick-dots .slick-active button:before {
  background-color: #f6a800;
}
.testimonials-slider:before {
  position: absolute;
  left: -30px;
  top: -10px;
  z-index: 99;
  display: inline-block;
  content: '';
  background-image: url(../images/bloq.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 49px;
}

.testimonials-slide {
  position: relative;
  transition: height 0.3s ease;
}
.testimonials-slide__bloq {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  border: none;
  margin-left: 40px;
}
.testimonials-slide__name {
  @icnlude open();
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}
.testimonials-slide__name:before {
  content: "";
}
.testimonials-slide__position {
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: right;
  margin-bottom: 0;
}

/*---------------------------------------
	TMPL: Contact page
	---------------------------------------*/
.contact-section {
  padding-top: 26px;
  padding-bottom: 40px;
}

.short-info {
  margin-top: 83px;
  margin-bottom: 15px;
}
.short-info p {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.short-info p:first-child {
  font-family: 'Open Sans Condensed', sans-serif;
  display: block;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.info-list {
  margin-left: 27px;
}
.info-list .fa {
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f6a800;
  margin-right: 12px;
}
.info-list li {
  position: relative;
  margin: 15px 0;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 400;
}
.info-list li a {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 400;
}
.info-list li a:hover, .info-list li a:focus {
  color: #f6a800;
}
.info-list__address .fa {
  font-size: 23px;
}
.info-list__phone .fa {
  font-size: 30px;
}
.info-list__mail .fa {
  font-size: 15px;
}

.acf-map {
  width: 100%;
  height: 500px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* ------------------------------------
CATEGORY Styles
------------------------------------- */
.category-posts-section {
  padding: 0 0 40px 0;
}

.cat-list {
  margin-top: -7px;
}
.cat-list li {
  background-color: #f6a800;
  margin: 7px 0;
  text-align: center;
  padding: 13.5px 25px;
}
.cat-list li a {
  display: inline-block;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.cat-list li a:hover, .cat-list li a:focus {
  color: #000000;
}
.cat-list li a.active {
  color: #000;
}

.cat-post {
  position: relative;
  display: block;
}
.cat-post:after {
  display: block;
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid #f6a800;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cat-post:hover .cat-post__img, .cat-post:focus .cat-post__img {
  border-color: #f6a800;
}
.cat-post:hover .cat-post__title, .cat-post:focus .cat-post__title {
  color: #f6a800;
}
.cat-post:hover:after, .cat-post:focus:after {
  opacity: 1;
}
.cat-post--mod:after {
  display: none;
  content: none;
}
.cat-post--front {
  margin-bottom: 60px;
}
.cat-post__img {
  display: inline-block;
  border: 2px solid #555555;
  margin-bottom: 18px;
  transition: all 0.3s ease-in-out;
}
.cat-post__title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 360px;
  transition: all 0.3s ease-in-out;
}
.cat-post__excerpt {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  max-width: 360px;
}

/* ------------------------------------
CATEGORY ARCHIVES Styles
------------------------------------- */
.category-block__title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.category-block__posts {
  list-style: none;
  margin: 0;
}
.category-block__post a {
  display: inline-block;
  position: relative;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 15px;
}
.category-block__post a:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 7px;
  height: 11px;
  background-image: url(../images/arrow.svg);
}
.category-block__post a:hover, .category-block__post a:focus {
  color: #f6a800;
}

.archive .event-content {
  display: none;
}
.powered-by-event-espresso-credit {
  display: none;
}
.espresso_events img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 100%;
}

/* ------------------------------------
	Footer Styles
	------------------------------------- */
.form-section {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #f3f3f3;
}
.form-section--front {
  background-color: #FFF;
}
.form-section input[type=submit] {
  padding: 19px 153px 19px 153px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer {
  padding: 17px 0 0 0;
  background-color: #000;
}
.footer__phone {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #f6a800;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__copyright {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.footer .logo img {
  margin-top: 10px;
  max-height: 55px;
}

.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;
}
.text-right a {
     text-decoration: none;
}

/*# sourceMappingURL=custom.css.map */
