/*
Theme Name: Fluffy Paw
Theme URI: https://themeforest.net/item/fluffypaw-wordpress-theme-for-veterinary-clinic-or-pet-care-center/19291071
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
Description:  Fluffy Paw Blog Theme - clean and simple WordPress blogging theme for veterinary clinic or pet care center websites.
Version: 1.2.0
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags:  left-sidebar, right-sidebar, custom-background, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: fluffy-paw
*/
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Theme Font Icons
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 *    12.4 - Contact page
 *    12.5 - Unison pages
 *	  12.6 - Plugin modules
 *	  12.7 - Specific colors
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
 */
/**
 * 1.0 - Reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
  overflow-x: hidden;
}
body {
  overflow: hidden;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*media queries*/
/* Content icons */
/* colors */
/*social colors*/
/* typografy */
/* Forms */
/* offsets */
/* responsive */
/* 
 * mixins
 */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 49, 58, 0.9);
}
.theme-button {
  padding: 0.8em 2.5em;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  color: #77bfbc;
  background: none;
  border: 2px solid #77bfbc;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.theme-button:hover {
  background: #77bfbc;
  color: #fff;
}
.theme-button-inverse {
  padding: 0.8em 2.5em;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  color: #fff;
  background: #77bfbc;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.theme-button-inverse:hover {
  background: #4FA6A1;
  color: rgba(255, 255, 255, 0.3);
}
/**
 * 6.1 Links
 */
a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
a {
  color: #77bfbc;
}
a:hover {
  color: rgba(119, 191, 188, 0.5);
  text-decoration: none;
}
/**
 * 2.0 Typography
 */
/* Compass styles */
html {
  font-size: 87.5%;
  line-height: 1.71429em;
}
@media (min-width: 768px) {
  html {
    font-size: 100%;
    line-height: 2em;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
table,
ul,
ol {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
blockquote:last-child,
table:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 64px;
  font-size: 3.998rem;
  line-height: 96px;
  line-height: 6rem;
}
h2,
.h2 {
  font-size: 45px;
  font-size: 2.827rem;
  line-height: 64px;
  line-height: 4rem;
}
h3,
.h3 {
  font-size: 32px;
  font-size: 1.999rem;
  line-height: 64px;
  line-height: 4rem;
}
h4,
.h4 {
  font-size: 23px;
  font-size: 1.414rem;
  line-height: 32px;
  line-height: 2rem;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem;
}
h6,
.h6 {
  font-size: 13px;
  font-size: 0.9rem;
  line-height: 32px;
  line-height: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title {
  font-weight: 600;
  /*font-weight: 700;*/
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.title small {
  color: inherit;
  font-size: inherit;
  font-weight: 300;
}
ul li,
ol li {
  position: relative;
  padding-left: 24px;
  color: #3C3C3C;
}
ul > li::before {
  position: absolute;
  left: 0;
  content: "\f0da";
  line-height: 2em;
  color: #A6DAD7;
  font-family: "FontAwesome";
}
ol {
  counter-reset: num;
}
ol > li::before {
  position: absolute;
  left: 0;
  content: counter(num) ". ";
  counter-increment: num;
  font-weight: 700;
  color: #A6DAD7;
}
.dropdown-menu li::before,
.menu li::before,
.esg-grid .mainul::before,
.esg-grid .mainul > li::before,
.list-unstyled li::before,
ul[class*=tabs] li::before,
#recentcomments li::before {
  content: none;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #787878;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title {
  font-family: "Raleway", sans-serif;
  color: #3C3C3C;
}
.widget_categories img,
.widget_categories iframe,
.widget_nav_menu img,
.widget_nav_menu iframe,
.widget_pages img,
.widget_pages iframe,
.entry-content img,
.entry-content iframe,
.comment-content img,
.comment-content iframe,
.textwidget img,
.textwidget iframe {
  display: block;
  margin: auto;
  max-width: 100%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
/* #Compass styles */
b,
strong,
.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 500;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  position: relative;
  padding: 0.4em 1em 1em;
  background-color: transparent;
  font-style: italic;
  font-size: 1.2em;
  margin-bottom: 30px;
  margin-bottom: 1.85rem;
  text-align: center;
  font-weight: 500;
  color: #3C3C3C;
}
blockquote.twitter-tweet::before {
  content: none;
}
blockquote p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
blockquote cite {
  display: block;
  overflow: hidden;
  font-size: 0.85em;
  margin-top: 0.73em;
  padding-top: 0.8em;
  line-height: 1.4em;
  font-weight: 700;
}
blockquote cite span {
  font-weight: 300;
}
blockquote cite img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: -0.8em 1.2em 0 0 !important;
  width: 70px;
  height: 70px;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 700;
}
blockquote::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  border-left: 5px solid #77bfbc;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: transparent;
  background-color: #F8F8F8;
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
*::selection {
  background: none repeat scroll 0 0 #77bfbc;
  color: #ffffff;
}
*::-moz-selection {
  background: none repeat scroll 0 0 #77bfbc;
  color: #ffffff;
}
/* Dropcaps */
.dropcaps2.single-post .post-content > p:first-child:first-letter,
.dropcaps3.single-post .post-content > p:first-child:first-letter {
  display: inline-block;
  float: left;
  font-size: 3.5em;
  font-weight: 500;
  margin: 8px 10px 10px 0;
}
.dropcaps2.single-post .post-content > p:first-child:first-letter {
  color: #77bfbc;
  margin-bottom: 0;
}
.dropcaps3.single-post .post-content > p:first-child:first-letter {
  background: #77bfbc;
  color: #fff;
  padding: 9px;
}
/**
 * 3.0 - Theme Font Icons
 */
@font-face {
  font-family: 'templateicons';
  src: url('vendors/template-icons/templateicons.eot?vv3ltq');
  src: url('vendors/template-icons/templateicons.eot?vv3ltq#iefix') format('embedded-opentype'), url('vendors/template-icons/templateicons.ttf?vv3ltq') format('truetype'), url('vendors/template-icons/templateicons.woff?vv3ltq') format('woff'), url('vendors/template-icons/templateicons.svg?vv3ltq#templateicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="template-"],
[class*=" template-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'templateicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.template-icon:before {
  content: "\e900";
}
.template-icon-1:before {
  content: "\e901";
}
.template-icon-2:before {
  content: "\e902";
}
.template-icon-3:before {
  content: "\e903";
}
.template-icon-4:before {
  content: "\e904";
}
.template-icon-5:before {
  content: "\e905";
}
.template-icon-6:before {
  content: "\e906";
}
.template-icon-7:before {
  content: "\e907";
}
.template-icon-8:before {
  content: "\e908";
}
.template-icon-9:before {
  content: "\e909";
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 13000;
  height: 100%;
}
.preloader_image {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('img/preloader.gif') no-repeat 50% 50% transparent;
  margin: -50px 0 0 -50px;
}
.admin-bar hr {
  background-color: #eaeaea;
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl,
dd {
  margin-bottom: 1.6em;
}
dt {
  font-weight: 700;
}
tbody,
th,
td {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px;
  margin: 0;
  margin-bottom: 30px;
  margin-bottom: 1.85rem;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  text-align: left;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  margin: 0;
}
del {
  opacity: 0.8;
}
.paralax {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.paralax .overlay {
  /* see 'Number Increase Animation' on frontpage */
  /*background-color: rgba(157, 192, 227, 0.95);*/
  background-color: rgba(69,166,160,0.85);
}
.media-wrap img {
  margin-bottom: 0;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Open Sans', sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Open Sans', sans-serif;
}
/**
 * 5.0 Forms
 */
button,
input,
select,
textarea {
  border-radius: 0;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
  outline: none !important;
  border: 1px solid #efefef;
  color: #707070;
}
input:focus,
textarea:focus {
  background-color: #ffffff;
  outline: none !important;
  color: #333;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.8em 2.5em;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  color: #fff;
  background: #77bfbc;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #4FA6A1;
  color: rgba(255, 255, 255, 0.3);
}
input[type="reset"] {
  background-color: #434343;
  margin: 0 1em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  color: rgba(255, 255, 255, 0.5);
}
input[type="reset"]:hover,
input[type="reset"]:focus {
  background-color: #848484;
  background-color: rgba(67, 67, 67, 0.7);
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 0 1.3em;
  font-style: normal;
  font-size: 0.8em;
  line-height: 2.8em;
  border: 2px solid #F0F0F0;
  color: #A6A6A3;
  background: transparent;
  /*text-transform: uppercase;*/
}
input[type="search"] {
  font-size: 1.0em;
}
textarea {
  overflow: auto;
  vertical-align: top;
  padding-top: 5px;
}
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"],
textarea:focus {
  outline: 0;
}
.post-password-form {
  position: relative;
}
.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.post-password-form input[type=password] {
  padding: 0.45em;
}
.post-password-form input[type=submit] {
  padding: .47em 2em;
  font-size: 1em;
}
button,
input,
select,
textarea {
  color: #686868;
  font-family: 'Open Sans', sans-serif;
}
textarea {
  resize: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
/* Bootstrap select */
.bootstrap-select > .btn {
  margin-top: 0;
}
.bootstrap-select .btn,
.bootstrap-select .dropdown-menu {
  border-radius: 0;
}
.bootstrap-select .btn.dropdown-toggle.selectpicker {
  padding: 11px 19px;
}
/**
 * 6.0 Navigations
 */
/**
 * 6.2 Menus
 */
/**** Main Navigation
----------------------------------------- ***/
.under-sticky {
  min-height: 141px;
}
.menu-strip.header-sticky {
  position: relative;
  width: 100%;
  z-index: 15;
  top: 0;
  left: 0;
  background-color: #fff;
}
.menu-strip.header-sticky .boxed-wrap {
  overflow: visible;
}
.create-menu {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1111;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.create-menu a {
  display: inline-block;
  padding: 0 20px;
  line-height: 60px;
  color: #fff;
}
.create-menu a:hover {
  color: rgba(255, 255, 255, 0.7);
}
/* Placeholder text color -- selectors need to be separate to work. */
.login-popup__popup #loginform input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.login-popup__popup #loginform input[type="password"]::-webkit-input-placeholder {
  color: #fff;
}
.login-popup__popup #loginform input[type="text"]:-moz-placeholder {
  color: #fff;
}
.login-popup__popup #loginform input[type="password"]:-moz-placeholder {
  color: #fff;
}
.login-popup__popup #loginform input[type="text"]::-moz-placeholder {
  color: #fff;
}
.login-popup__popup #loginform input[type="password"]::-moz-placeholder {
  color: #fff;
}
.login-popup__popup #loginform input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.login-popup__popup #loginform input[type="password"]:-ms-input-placeholder {
  color: #cbcbcb;
}
.login-popup__popup #loginform .login-username {
  margin-bottom: 4px;
  display: block;
}
.login-popup__popup #loginform .login-password {
  margin-bottom: 10px;
  display: block;
}
.login-popup__popup #loginform .login-remember {
  float: right;
  margin-top: 8px;
  margin-bottom: 0;
  color: #fff;
}
.login-popup__popup #loginform .login-remember label {
  display: block;
  line-height: 1;
  margin-bottom: 0;
  overflow: hidden;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
}
.login-popup__popup #loginform .login-remember label input[type="checkbox"] {
  display: none;
}
.login-popup__popup #loginform .login-remember label input[type="checkbox"] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  border: 1px solid #767575;
}
.login-popup__popup #loginform .login-remember label input[type="checkbox"]:checked + span:before {
  display: block;
  content: '\e6f4';
  font-family: 'rt-icons-2';
  color: #fff;
}
.login-popup__popup #loginform .login-submit {
  float: left;
  margin-bottom: 0;
  margin-top: 60px;
}
.login-popup__popup #loginform .login-submit input[type="submit"] {
  padding: 1em 4em;
  margin: 0;
  color: #fff;
  border: 2px solid #fff;
  background-color: #3C3C3C;
}
.login-popup__popup #loginform .login-submit input[type="submit"]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.login-popup__popup__forgot-password {
  display: block;
  color: #9DC0E3;
  position: absolute;
  left: 15px;
  bottom: 90px;
  z-index: 2;
}
.login-popup__popup__forgot-password:hover {
  color: rgba(255, 255, 255, 0.5);
}
/* Login popup on small screens */
@media (max-width: 480px) {
  .sidebar-before-header .owl-breaking-news-date,
  .sidebar-after-header .owl-breaking-news-date,
  .sidebar-before-footer .owl-breaking-news-date {
    display: none !important;
  }
  .login-popup__popup {
    width: 290px;
    padding: 10px 15px;
    min-height: initial;
  }
  .login-popup__popup #loginform .login-remember label {
    width: 130px;
    text-align: right;
  }
}
/* Main menu */
.main-nav {
  position: relative;
  float: left;
  background: #77bfbc;
}
.main-nav .create-menu {
  margin-left: -35px;
}
.main-nav .menu,
.main-nav .menu ul {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.main-nav .menu li,
.main-nav .menu ul li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-nav .menu {
  position: relative;
  padding: 0;
}
.main-nav .menu > li {
  display: inline-block;
  float: left;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.main-nav .menu > li > a {
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  position: relative;
  color: #fff;
}
.main-nav .menu > li.active,
.main-nav .menu > li:hover {
  background-color: #4FA6A1;
}
.main-nav .menu > li.md-hidden {
  display: none;
}
.main-nav .menu > li#more-li {
  padding: 0 10px;
  z-index: 10;
}
.main-nav .menu > li#more-li:hover {
  color: #fff;
}
.main-nav .menu > li#more-li > ul {
  left: auto;
  right: 0;
}
.main-nav .menu > li#more-li > ul [class*=icon] {
  display: none;
}
.main-nav .menu > li#more-li > ul li.dropdown a::before {
  content: '\e7bd';
  font-family: rt-icons-2;
  position: relative;
  width: 0;
  left: -5px;
  top: 2px;
}
.main-nav .sub-menu li {
  position: static;
}
/* Main menu -- zero level */
.main-nav .menu > li .main-nav .menu > li.active > a,
.main-nav .menu > li a:active,
.main-nav .menu > li a:focus,
.main-nav .menu > li a:hover {
  color: #fff;
}
/* Main menu -- dropdown */
.main-nav .menu li ul {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2000;
  margin: 1px 1px 0 1px;
  width: 100%;
  min-width: 200px;
  opacity: 0;
  border-bottom: 2px solid #89CECB;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 40px);
  -moz-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
  -webkit-transition: visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  transition: visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
}
.main-nav .menu li ul li {
  padding: 0;
}
.main-nav .menu li ul li + li a {
  border-top: 1px solid #F0F0F0;
}
.main-nav .menu li:hover > ul {
  overflow: visible;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.main-nav .menu li li ul {
  top: 0;
  left: 100.5%;
  -webkit-transform: translate(-40px, 0px);
  -moz-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}
.main-nav #more-li > ul li ul {
  left: auto;
  right: 100.5%;
}
.main-nav .menu li li:hover > ul {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.main-nav .menu li li a {
  display: block;
  position: relative;
  margin: 0 20px;
  padding: 0.9em 0;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
/* Main menu -- dropdown level 1 */
.main-nav .menu li ul {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #3C3C3C;
}
.main-nav .menu li ul li a {
  color: #787878;
}
.main-nav .menu li ul li a:hover {
  color: #89CECB;
}
.main-nav .menu li ul li.active > a,
.main-nav .menu li ul li a:active,
.main-nav .menu li ul li a:focus,
.main-nav .menu li ul li a:hover {
  color: #9DC0E3;
}
/* Main menu -- dropdown level 2,3,... */
.main-nav .menu li li ul {
  margin-top: 0;
  background-color: #818181;
  color: #fff;
}
.main-nav .menu li li ul li a {
  color: #fff;
}
.main-nav .menu li li ul li.active > a,
.main-nav .menu li li ul li a:active,
.main-nav .menu li li ul li a:focus,
.main-nav .menu li li ul li a:hover {
  color: #9DC0E3;
}
/* Mobile menu
/* ========================================================================== */
.header > .container {
  position: relative;
}
.nav-button {
  display: none;
  position: relative;
  text-align: center;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  color: #3C3C3C;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #77bfbc;
}
.mobile-menu {
  cursor: pointer;
  height: 60px;
  width: 100px;
  border: none;
  position: absolute;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
  opacity: 0;
  z-index: 10;
}
.mobile-menu-title {
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100px;
  color: #fff;
  font-size: 2em;
}
.mobile-menu select,
.mobile-menu option {
  color: #000000;
}
/* Post navigation */
.post-navigation {
  font-weight: 700;
  margin-top: 4em;
  margin-bottom: 4em;
}
.post-navigation a {
  display: block;
  padding: 2.2em 1em;
}
.post-navigation a:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.post-navigation a .meta-nav {
  color: #77bfbc !important;
  font-weight: 300;
  position: relative;
  z-index: 2;
  font-size: 0.8em;
  text-transform: uppercase;
}
.post-navigation a:hover:before,
.post-navigation a:focus:before {
  opacity: 0.5;
}
.post-navigation span {
  display: block;
}
.post-navigation .post-title {
  font-family: 'Raleway', sans-serif;
  position: relative;
  z-index: 2;
  font-size: 1.3em;
}
.post-navigation .nav-links {
  margin-left: -5px;
  margin-right: -5px;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative;
  float: left;
  width: 50%;
  height: 10.5em;
  text-align: center;
  border: 5px solid #fff;
}
.post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover {
  text-decoration: none;
}
.attachment .nav-previous,
.attachment .nav-next {
  height: auto;
}
/* breadcrumbs */
.breadcrumbs__wrap {
  padding: 0.3em 0;
  background: #F0F0F0;
  line-height: 1;
}
.breadcrumbs {
  display: block;
  padding: 0.5em 0;
  font-weight: 500;
  color: #fff;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 1em;
}
.breadcrumbs li + li:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 100%;
  margin-right: 1em;
  left: -11px;
  top: 0;
  border-left: 1px solid #C7C7C7;
}
.breadcrumbs li::before {
  content: none;
}
.breadcrumbs li a:hover {
  color: #3C3C3C;
}
.breadcrumbs li span {
  color: #3C3C3C;
}
.woocommerce-breadcrumb.breadcrumbs li a,
.breadcrumbs li a {
  display: inline-block;
  font-weight: 500;
  color: #77bfbc;
}
.woocommerce-breadcrumb.breadcrumbs li a:hover,
.breadcrumbs li a:hover {
  color: #4FA6A1;
}
/* pagination */
.pagination {
  display: block;
  /* reset screen-reader-text */
}
.pagination .nav-links {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0 auto;
}
.pagination .current .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  line-height: 2.3em;
  display: inline-block;
  text-align: center;
  padding: 0 0.8em;
  margin-right: 0.3em;
  color: #666565;
  border: 2px solid #4FA6A1;
  font-weight: 500;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  padding: 0 .4em;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #4FA6A1;
  color: #fff;
  border: 2px solid #4FA6A1;
}
.image-navigation,
.comment-navigation {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.image-navigation a,
.comment-navigation a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
  color: #333;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}
.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
  font-family: 'rt-icons-2';
  content: "\e7c0";
  margin-right: 0.2em;
  position: relative;
}
.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
  font-family: 'rt-icons-2';
  content: "\e7c1";
  margin-left: 0.2em;
  position: relative;
}
.attachment .image-navigation .nav-previous a:before,
.attachment .image-navigation .nav-next a:after {
  top: 1px;
}
.comment-navigation {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2em 0;
}
.comments-title + .comment-navigation {
  border-bottom: 0;
}
.image-navigation {
  padding: 0 7.6923%;
}
.attachment .image-navigation {
  padding: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
  margin-bottom: 2em;
}
/* Social Icons and Search */
.social-search {
  width: 100%;
  height: 60px;
  background-color: #3C3C3C;
  position: relative;
  z-index: 20;
}
.social-navigation {
  display: flex;
  list-style: none;
  margin: 0 -0.6em;
}
.social-navigation li {
  padding: 0;
  margin: 0 0.6em;
}
.social-navigation li::before {
  content: none;
}
.social-navigation li a {
  color: #F0F1EB;
}
.social-navigation li a:hover {
  color: #77bfbc;
}
.social-navigation li a::before {
  font-family: 'FontAwesome';
}
.main-nav .social-navigation {
  float: right;
  height: 50px;
  line-height: 50px;
}
.main-nav .social-navigation li a:hover {
  color: #fff;
}
.social-navigation li a.hidden {
  display: none;
}
.social-navigation li a[href*="facebook.com"]::before {
  content: '\f09a';
}
.social-navigation li a[href*="twitter.com"]::before {
  content: '\f099';
}
.social-navigation li a[href*="google.com"]::before {
  content: '\f0d5';
}
.social-navigation li a[href*="linkedin.com"]::before {
  content: '\f0e1';
}
.social-navigation li a[href*="instagram.com"]::before {
  content: '\f16d';
}
.social-navigation li a[href*="pinterest.com"]::before {
  content: '\f0d2';
}
.social-navigation li a[href*="vimeo.com"]::before {
  content: '\f27d';
}
.social-navigation li a[href$=".rss"]::before {
  content: '\f09e';
}
/* Menu Search -- search box */
.row.top-line {
  position: relative;
}
.search-box {
  /* Menu Search -- search icon */
  display: block;
  width: 50px;
  /*background-color: grey;*/
  /*float: right;*/
  /*position: absolute;*/
  /*z-index: 2;*/
}

.icon-search::before {
  font-family: 'rt-icons-2';
  content: '\e696';
  content: "\e2ca";

  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 42px;
  width: 42px;
  margin-top: -21px;
  margin-left: -21px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.search-box .search {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 30px;

  /*position: absolute;*/
  position: relative;
  /*top: 60px;*/
  top: 25px;
  right: 0;
  background-color: beige;
}
.search-box .search [class*=icon] {
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  top: 3px;
  left: 5px;
}
.search-box .search [class*=icon]:hover {
  color: #fff;
}
.search-box input[type="text"],
.search-box input[type="search"] {
  line-height: 60px;
  background: none;
  padding: 0 1em;
  width: 90%;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-box input[type="text"].fadein,
.search-box input[type="search"].fadein,
.search-box label.submit.fadein {
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 0;
  /*top: 60px;*/
}
.search-box label.submit.fadein {
  display: inline-block;
  display: none;
  left: auto;
  right: 0;
  top: 60px;
  width: 60px;
  text-align: center;
}
.search-box label.submit input {
  display: none;
}
.search-box .submit {
  line-height: 60px;
  cursor: pointer;
  display: none;
}
.search-box .search-background {
  position: absolute;
  /*top: 60px;*/
  /*width: 100%;*/
  width: 250px;
  /*left: 0;*/
  right: 50px;
  height: 60px;
  display: block;
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.search-box .search-background.fadein {
  visibility: visible;
  opacity: 1;
}
.search-box .switcher-field-visible {
  /*position: absolute;*/
  /*border-left: 1px solid #F0F1EB;*/
  /*top: 0;*/
  /*right: 0;*/
  width: 25px;
  /*height: 50px;*/
  /*line-height: 50px;*/
  /*text-align: center;*/
  cursor: pointer;
  color: #F0F1EB;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-box .switcher-field-visible .rt-icon {
  position: relative;
  top: -4px;
  color: #C2DC77;
}
.search-box .icon-search.active,
.search-box .icon-search:hover {
  color: rgba(255, 255, 255, 0.5);
}
.search-box .icon-search2 {
  color: #C2DC77;
}
.top-line.row {
  margin: 0;
}
.top-line__location {
  display: none;
  line-height: 60px;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-right: 75px;
}
.top-line__location i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.7em;
  position: relative;
  bottom: -4px;
}
/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  color: #21759b;
  display: block;
  font: bold 14px / normal "Open Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.logged-in .site .skip-link {
  font: bold 14px / normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}
/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
/**
 * 9.0 Clearings
 */
.clear:before,
.clear:after,
.site:before,
.site:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
  content: "";
  display: table;
}
.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both;
}
.cancel-clear {
  clear: none !important;
}
/**
 * 10.0 Header
 */
/*site layout*/
.boxed-active .boxed-wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1560px;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff url('img/preloader.gif') no-repeat center;
  z-index: 100;
}
.logo-bar {
  position: relative;
  min-height: 60px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.logo-bar > .row {
  display: table;
  width: 100%;
}
.logo-bar > .row > div {
  vertical-align: middle;
}
.logo-bar > .row .addresses-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.logo-bar .logo {
  display: block;
  text-align: center;
  line-height: 1em;
  margin-bottom: 1em;
}
.logo-bar .logo__image,
.logo-bar .phone {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.logo-bar .logo__link {
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) {
  .logo-bar .logo {
    text-align: left;
    display: table-cell;
    margin: 0;
  }
  .logo-bar > .row .addresses-info {
    display: table-cell;
    margin: 0;
  }
  .logo-bar .addresses-info {
    display: table-cell;
  }
  .logo-bar .addresses-info .addresses-item {
    display: inline-block;
    text-align: left;
    padding-bottom: 0;
  }
  .logo-bar .addresses-info .addresses-item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 480px) {
  .logo-bar > .row .addresses-info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.sticky-wrapper {
  height: auto !important;
}
.sticky-wrapper .bottom-strip {
  width: 100%;
}
.admin-bar .is-sticky nav {
  z-index: 300;
}
.text-logo {
  display: inline-block;
  text-align: center;
}
.text-logo .blogname {
  font-weight: 700;
  line-height: 1.1111;
  letter-spacing: -0.1em;
  text-align: center;
  font-size: 3em;
  color: #77bfbc;
}
.text-logo .blogname a,
.text-logo .blogname a:hover,
.text-logo .blogname a:active,
.text-logo .blogname a:focus {
  display: block;
  color: #77bfbc;
}
.text-logo .blogdescr {
  position: relative;
  line-height: 1.1111;
  text-align: center;
}
.text-logo .blogdescr a,
.text-logo .blogdescr a:hover {
  color: #4FA6A1;
}
/* Login popup */
.logo-bar .login-popup {
  left: 0;
  max-width: 60px;
}
.logo-bar .login-popup .login-popup__toggle,
.logo-bar .login-popup .login-popup__logout {
  background: #FC4E2B;
  position: relative;
  color: #fff;
}
.logo-bar .login-popup .login-popup__toggle:hover,
.logo-bar .login-popup .login-popup__logout:hover {
  color: rgba(255, 255, 255, 0.5);
}
.logo-bar .login-popup .login-popup__toggle .label,
.logo-bar .login-popup .login-popup__logout .label {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 30px;
  color: #949495;
  font-size: 14px;
  text-align: left;
  font-weight: 200;
  line-height: 52px;
  background: #3C3C3C;
}
.login-popup {
  float: left;
  position: relative;
  margin-left: 1em;
  z-index: 11;
}
.login-popup__logout,
.login-popup__toggle {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.login-popup__logout .label,
.login-popup__toggle .label {
  font-weight: 300;
  padding-left: 0;
  margin-left: -5px;
}
.login-popup__logout .label [class*=icon],
.login-popup__toggle .label [class*=icon] {
  font-size: 1.5em;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.login-popup__logout .label.login:hover,
.login-popup__toggle .label.login:hover {
  color: #F3AACB;
}
.login-popup__logout .label.register:hover,
.login-popup__toggle .label.register:hover {
  color: #9DC0E3;
}
.login-popup__toggle:hover .pink {
  color: #F3AACB;
}
.login-popup__toggle:hover .blue {
  color: #9DC0E3;
}
.login-popup__popup {
  position: absolute;
  margin-top: 1px;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 240px;
  padding: 15px;
  background: #3C3C3C;
  display: none;
}
.login-popup__popup--opened {
  display: block;
}
.login-popup__popup #loginform {
  overflow: hidden;
}
.login-popup__popup #loginform label {
  position: relative;
}
.login-popup__popup #loginform label[for="user_login"],
.login-popup__popup #loginform label[for="user_pass"] {
  font-size: 0.0001em;
}
.login-popup__popup #loginform input:focus {
  color: #3C3F46;
}
.login-popup__popup #loginform input:focus ~ label::before {
  color: #3C3F46;
}
.login-popup__popup #loginform input[type="text"],
.login-popup__popup #loginform input[type="password"] {
  font-style: italic;
  padding: 0 30px;
  width: 100%;
  height: 60px;
  color: #CBCACA;
  cursor: pointer;
  border: 1px solid #767575;
  background: #3C3C3C;
  font-size: 16px;
  font-size: 1rem;
}
.is-sticky .menu-strip.header-sticky .logo-bar .logo__image {
  width: 70%;
  float: left;
}
.is-sticky .menu-strip.header-sticky .social-navigation {
  top: 33%;
}
.is-sticky .menu-strip.header-sticky .main-nav .menu {
  margin: 0;
}
/**
 * 11.0 Widgets
 */
.widget.widget_rss li {
  padding-left: 0;
}
.widget.widget_rss li::before {
  content: none;
}
.widget.widget_rss li .rsswidget {
  color: inherit;
}
.widget.widget_recent_comments li::before,
.widget.widget_nav_menu li::before {
  content: "\f0da";
}
.widget .cat-count {
  display: inline-block;
  padding-left: .5em;
}
.addresses-info {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.addresses-info .addresses-item {
  position: relative;
  padding: 0 1.5em 0.5em 2.5em;
}
.addresses-info i {
  display: block;
  position: absolute;
  left: 0.5em;
  line-height: 1.5;
  font-size: 1.4em;
}
.addresses-info p {
  white-space: nowrap;
  margin: 0;
  text-align: left;
  line-height: 1.2em;
}
.addresses-info p.title {
  text-transform: uppercase;
  color: #B4B4B4;
  font-weight: 500;
  font-size: 0.8em;
}
.addresses-info p.desc {
  font-weight: 700;
  color: #77bfbc;
}
.widget-contacts-table {
  list-style: none;
}
.widget-contacts-table li {
  padding: 0;
}
.widget-contacts-table li + li {
  margin-top: 2em;
}
.widget-contacts-table li::before {
  content: none;
}
.widget-contacts-table li .item-title {
  line-height: 1;
}
.widget-contacts-table li i {
  margin-right: 0.5em;
  font-size: 1.1em;
  color: #77bfbc;
}
.widget_banner .description {
  margin-top: 0.5em;
}
.sidebar-after-header.active {
  background-color: transparent;
  padding: 4em 0;
}
.sidebar-before-content .widget:first-child {
  margin-top: 8em;
}
.is_stuck {
  margin-top: 50px;
}
.sleft .is_stuck {
  float: left;
}
.widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
  word-wrap: break-word;
}
.textwidget {
  position: relative;
}
.textwidget .overlay {
  background: none;
}
.textwidget .overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(46, 49, 58, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.textwidget:hover .overlay::before {
  background: rgba(46, 49, 58, 0.8);
}
.textwidget .overlay + img {
  width: 100%;
  height: auto;
}
/**** disabling Isotope CSS3 transitions ****/
.no-animation {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -ms-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.widget pre {
  line-height: 1.2;
}
.textwidget > img {
  margin-bottom: 0;
}
.widget-title {
  margin-bottom: 1.2em;
  text-align: center;
  line-height: 1;
}
/* WP Widget Calendar */
.widget.widget_calendar {
  max-width: 400px;
  /* WP Calendar week days */
}
.widget.widget_calendar .calendar__navigation {
  overflow: hidden;
  background-color: #4FA6A1;
  color: #fff;
  font-weight: 700;
}
.widget.widget_calendar .calendar__month,
.widget.widget_calendar .calendar_wrap > table > caption {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-color: #4FA6A1;
}
.widget.widget_calendar .calendar__navigation #prev a,
.widget.widget_calendar .calendar__navigation #next a,
.widget.widget_calendar .calendar__navigation #prev span,
.widget.widget_calendar .calendar__navigation #next span {
  display: block;
  font-size: 38px;
  font-size: 2.4rem;
  line-height: 1.8em;
  padding: 0 0.7em;
  text-align: center;
  color: #ffffff;
}
.widget.widget_calendar .calendar__navigation #prev a:hover,
.widget.widget_calendar .calendar__navigation #next a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.widget.widget_calendar .calendar__navigation #prev {
  float: left;
}
.widget.widget_calendar .calendar__navigation #next {
  float: right;
}
.widget.widget_calendar .calendar__navigation .genericon,
.widget.widget_calendar .calendar__navigation .glyphicon,
.widget.widget_calendar .calendar__navigation .rt-icon,
.widget.widget_calendar .calendar__navigation .fa {
  font-size: 1.2em;
  line-height: 1;
}
.widget.widget_calendar #calendar_wrap table {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 0.5em !important;
}
.widget.widget_calendar .calendar__week,
.widget.widget_calendar #calendar_wrap thead {
  background-color: #3C3C3C;
  color: #ffffff;
  padding: 0 0.5em;
  text-align: center;
}
.widget.widget_calendar .calendar_wrap #wp-calendar thead {
  margin: 0 -10px;
}
.widget.widget_calendar .calendar_wrap #wp-calendar thead th {
  color: #fff;
  font-weight: 300;
}
.widget.widget_calendar .calendar_wrap tbody tr {
  margin: 0 10px;
}
.widget.widget_calendar .calendar__week th,
.widget.widget_calendar .calendar__week td {
  font-weight: 300;
  text-align: center;
  padding: 0;
  border: none;
  line-height: 2.5em;
}
.widget.widget_calendar #calendar_wrap {
  position: relative;
}
.widget.widget_calendar h4 ~ #calendar_wrap {
  margin-top: 95px;
}
.widget.widget_calendar #wp-calendar {
  width: 100%;
  border: none;
  background-color: transparent;
}
.widget.widget_calendar #wp-calendar th,
.widget.widget_calendar #wp-calendar td {
  text-align: center;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 2.3em;
  padding: 0;
  border: none;
}
.widget.widget_calendar #wp-calendar th#today,
.widget.widget_calendar #wp-calendar td#today {
  font-weight: 300;
  background-color: #77bfbc;
  color: #fff;
}
.widget.widget_calendar #wp-calendar th#today a,
.widget.widget_calendar #wp-calendar td#today a {
  color: #fff;
}
.widget.widget_calendar #wp-calendar th:hover,
.widget.widget_calendar #wp-calendar td:hover {
  background-color: #4FA6A1;
  color: #fff;
}
.widget.widget_calendar #wp-calendar .pad,
.widget.widget_calendar #wp-calendar #prev,
.widget.widget_calendar #wp-calendar #next {
  background-color: transparent;
}
.widget.widget_calendar #wp-calendar thead th {
  color: #585858;
  font-weight: 700;
  padding: 6px;
  font-size: 11px;
}
.widget.widget_calendar #wp-calendar tbody td a {
  color: #323232;
}
.widget.widget_calendar #wp-calendar tbody td a:hover {
  color: #e12968;
}
.widget.widget_calendar #wp-calendar tfoot {
  border: 1px solid #f7f9f9;
  border-top: 0;
}
.widget.widget_calendar #wp-calendar tfoot td {
  border: 0;
  padding: 6px;
  font-size: 12px;
}
.widget.widget_calendar #wp-calendar tfoot td a {
  color: #333;
}
.widget.widget_calendar #wp-calendar tfoot td a:hover {
  color: #888;
}
.widget.widget_calendar #wp-calendar tfoot td#prev {
  text-align: left;
}
.widget.widget_calendar #wp-calendar tfoot td#next {
  text-align: right;
}
/*Social counter*/
.widget_apsc_widget {
  padding: 0;
  overflow: hidden;
}
.widget_apsc_widget .apsc-each-profile {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3px;
  width: 33.3333%;
  max-width: 126px;
  float: left;
  display: inline-block;
  text-align: center;
  margin: 0;
  /** Facebook */
  /** Twitter */
  /** Google Plus */
  /** Linkedin */
  /** Instagram */
  /** Pinterest */
  /** Vimeo */
  /** RSS */
}
.widget_apsc_widget .apsc-each-profile a {
  color: #A9BEDE;
  background: #527CBC;
  display: block;
  height: 120px;
  border-radius: 0;
  box-shadow: none;
}
.widget_apsc_widget .apsc-each-profile .fa {
  display: block;
  margin: 20px auto 6px;
  color: #fff;
  font-size: 2.3em;
}
.widget_apsc_widget .apsc-each-profile .media-name {
  display: none;
}
.widget_apsc_widget .apsc-each-profile .apsc-count {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 0.8em;
}
.widget_apsc_widget .apsc-each-profile .apsc-media-type {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 0.8em;
  letter-spacing: 0;
}
.widget_apsc_widget .apsc-each-profile a[href*="facebook.com"] {
  background-color: #527CBC;
}
.widget_apsc_widget .apsc-each-profile a[href*="twitter.com"] {
  background-color: #1BACEC;
}
.widget_apsc_widget .apsc-each-profile a[href*="plus.google.com"] {
  background-color: #D73B33;
}
.widget_apsc_widget .apsc-each-profile a[href*="linkedin.com"] {
  background-color: #069;
}
.widget_apsc_widget .apsc-each-profile a[href*="instagram.com"] {
  background-color: #3f729b;
}
.widget_apsc_widget .apsc-each-profile a[href*="pinterest.com"] {
  background-color: #c8232c;
}
.widget_apsc_widget .apsc-each-profile a[href*="vimeo.com"] {
  background-color: #1AB7EA;
}
.widget_apsc_widget .apsc-each-profile a[href$=".rss"] {
  background-color: #FF6600;
}
.secondary {
  padding: 15px;
}
.secondary .widget_apsc_widget {
  padding: 0;
  overflow: hidden;
}
.secondary .widget_apsc_widget .apsc-icons-wrapper {
  margin: 0 -3px;
}
/*#Social counter*/
.widget_archive .btn-default,
.widget_categories .btn-default,
.widget_links .btn-default,
.widget_meta .btn-default,
.widget_nav_menu .btn-default,
.widget_pages .btn-default {
  border: 1px solid #E5E5E5;
  font-weight: 300;
  font-style: italic;
  color: #ADADAD;
}
.widget_archive .btn-default:hover,
.widget_categories .btn-default:hover,
.widget_links .btn-default:hover,
.widget_meta .btn-default:hover,
.widget_nav_menu .btn-default:hover,
.widget_pages .btn-default:hover,
.widget_archive .btn-default:active,
.widget_categories .btn-default:active,
.widget_links .btn-default:active,
.widget_meta .btn-default:active,
.widget_nav_menu .btn-default:active,
.widget_pages .btn-default:active,
.widget_archive .btn-default:focus,
.widget_categories .btn-default:focus,
.widget_links .btn-default:focus,
.widget_meta .btn-default:focus,
.widget_nav_menu .btn-default:focus,
.widget_pages .btn-default:focus,
.widget_archive .btn-default.active.focus,
.widget_categories .btn-default.active.focus,
.widget_links .btn-default.active.focus,
.widget_meta .btn-default.active.focus,
.widget_nav_menu .btn-default.active.focus,
.widget_pages .btn-default.active.focus,
.widget_archive .btn-default.active:focus,
.widget_categories .btn-default.active:focus,
.widget_links .btn-default.active:focus,
.widget_meta .btn-default.active:focus,
.widget_nav_menu .btn-default.active:focus,
.widget_pages .btn-default.active:focus,
.widget_archive .btn-default.active:hover,
.widget_categories .btn-default.active:hover,
.widget_links .btn-default.active:hover,
.widget_meta .btn-default.active:hover,
.widget_nav_menu .btn-default.active:hover,
.widget_pages .btn-default.active:hover,
.widget_archive .btn-default.focus:active,
.widget_categories .btn-default.focus:active,
.widget_links .btn-default.focus:active,
.widget_meta .btn-default.focus:active,
.widget_nav_menu .btn-default.focus:active,
.widget_pages .btn-default.focus:active,
.widget_archive .btn-default:active:focus,
.widget_categories .btn-default:active:focus,
.widget_links .btn-default:active:focus,
.widget_meta .btn-default:active:focus,
.widget_nav_menu .btn-default:active:focus,
.widget_pages .btn-default:active:focus,
.widget_archive .btn-default:active:hover,
.widget_categories .btn-default:active:hover,
.widget_links .btn-default:active:hover,
.widget_meta .btn-default:active:hover,
.widget_nav_menu .btn-default:active:hover,
.widget_pages .btn-default:active:hover {
  background-color: rgba(240, 241, 235, 0.7);
  outline: 0;
  border: 1px solid #E5E5E5;
}
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: rgba(240, 241, 235, 0.7);
  outline: 0;
  border: 1px solid #E5E5E5;
}
.dropdown-menu > li > a {
  font-weight: 500;
}
.widget_recent_comments li {
  padding-left: 0;
  text-align: left;
}
.widget_recent_comments li::before {
  content: none;
}
/* WP Recent comments */
.widget_recent_comments .with-avatar .author-avatar {
  float: left;
  overflow: hidden;
  width: 46px;
}
.widget_recent_comments .with-avatar .comment-head {
  margin-left: 66px;
  margin-top: -0.2em;
}
.widget_recent_comments.with-avatar .author-avatar img {
  float: none;
  margin-bottom: 0;
}
/* WP RSS Widget */
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
}
.widget_rss li ul:last-child,
.widget_rss li li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  border: 0;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  color: #b2b2b2;
}
.widget_rss cite {
  margin-top: 10px;
  margin-bottom: 0;
}
.widget_rss ul li + li {
  margin-top: 20px;
}
.widget_rss ul li .rsswidget {
  line-height: 1;
  font-weight: 700;
  color: #3C3C3C;
}
.widget_rss ul li .rsswidget:hover {
  color: #9DC0E3;
}
/* WP Text Widget */
/* WP Widget Search */
.search-form {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  position: relative;
}
.search-form label {
  width: 100%;
}
.search-form label::after {
  content: '\f040';
  font-family: 'FontAwesome';
  display: block;
  width: 30px;
  height: 30px;
  line-height: 1.25;
  position: absolute;
  top: 8px;
  right: 0;
  background-color: transparent;
  color: #77bfbc;
}
.search-form .search-field {
  border: 1px solid #F0F1EB;
  background: none;
}
.search-form input[type="submit"] {
  clip: auto !important;
  display: block;
  width: 30px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
}
/* WP Widget tag cloud */
.widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
}
.widget.widget_tag_cloud .tagcloud a {
  color: #787878;
  display: inline-block;
  margin: 0.3em 0.2em;
  font-size: 13px !important;
  font-size: 0.8rem !important;
  font-weight: 500;
  padding: 0 1.5em;
  line-height: 2.2;
  border: 2px solid #F0F0F0;
  text-transform: uppercase;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  background: rgba(119, 191, 188, 0.5);
  border-color: #77bfbc;
}
/*---- Widget Zones ------*/
.widget + .widget {
  margin-top: 4em;
}
/**** MailChimp Widget ****/
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea {
  margin-right: 4px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
  text-shadow: none;
  background: none;
  /* webkit */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE */
}
.mc4wp-form input[type=date]::-webkit-input-placeholder,
.mc4wp-form input[type=email]::-webkit-input-placeholder,
.mc4wp-form input[type=tel]::-webkit-input-placeholder,
.mc4wp-form input[type=text]::-webkit-input-placeholder,
.mc4wp-form input[type=url]::-webkit-input-placeholder,
.mc4wp-form select::-webkit-input-placeholder,
.mc4wp-form textarea::-webkit-input-placeholder {
  color: #ADADAD;
}
.mc4wp-form input[type=date]::-moz-placeholder,
.mc4wp-form input[type=email]::-moz-placeholder,
.mc4wp-form input[type=tel]::-moz-placeholder,
.mc4wp-form input[type=text]::-moz-placeholder,
.mc4wp-form input[type=url]::-moz-placeholder,
.mc4wp-form select::-moz-placeholder,
.mc4wp-form textarea::-moz-placeholder {
  color: #ADADAD;
}
.mc4wp-form input[type=date]:-moz-placeholder,
.mc4wp-form input[type=email]:-moz-placeholder,
.mc4wp-form input[type=tel]:-moz-placeholder,
.mc4wp-form input[type=text]:-moz-placeholder,
.mc4wp-form input[type=url]:-moz-placeholder,
.mc4wp-form select:-moz-placeholder,
.mc4wp-form textarea:-moz-placeholder {
  color: #ADADAD;
}
.mc4wp-form input[type=date]:-ms-input-placeholder,
.mc4wp-form input[type=email]:-ms-input-placeholder,
.mc4wp-form input[type=tel]:-ms-input-placeholder,
.mc4wp-form input[type=text]:-ms-input-placeholder,
.mc4wp-form input[type=url]:-ms-input-placeholder,
.mc4wp-form select:-ms-input-placeholder,
.mc4wp-form textarea:-ms-input-placeholder {
  color: #ADADAD;
}
.mc4wp-form label {
  position: relative;
  height: 0;
  color: #7F7F7F;
  width: 100%;
}
.mc4wp-form label .rt-icon {
  position: absolute;
  top: -1.6em;
  right: 0;
  width: 2.3em;
  text-align: center;
  color: #9DC0E3;
  font-size: 1.5em;
  line-height: 2.3em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*Safari*/
  -khtml-magin-start: 5px 0 0;
  -webkit-margin-start: 5px 0 0;
}
.mc4wp-form label .rt-icon:hover {
  color: rgba(157, 192, 227, 0.8);
}
.mc4wp-form input[type="submit"] {
  display: inline-block;
  position: relative;
  height: 0px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  right: 0;
  bottom: 0px;
}
.mc4wp-form p {
  margin-bottom: 1em;
  line-height: 1.2em;
  text-align: center;
}
.mc4wp-form p:last-child {
  margin-bottom: 0;
}
.footer .mc4wp-form p {
  color: #fff;
  text-align: left;
}
/**
 * 12.0 Content
 */
.page-title {
  margin: 0;
}
.overlay.gallery {
  margin-bottom: 0;
}
.post-container {
  padding: 1em;
}
.wp-embedded-content {
  width: 100% !important;
  max-width: none;
  min-width: 100%;
}
.attachment .entry-header {
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #2E313A;
}
.attachment .entry-caption {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: #2E313A;
}
.attachment .attachment-content-wrap {
  text-align: center;
  background: #F8F8F8;
  padding: 40px 60px;
  color: #7F7F7F;
}
.attachment .entry-attachment {
  margin-bottom: 0;
}
.attachment .entry-attachment > img {
  width: 100%;
  height: auto;
}
.attachment .share-this {
  display: block;
  padding-top: 20px;
  text-align: center;
}
.attachment .share-icons {
  display: inline-block;
}
.loop-content > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.masonry {
  /* Masonry container */
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  column-gap: 1em;
}
.snone .masonry {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  column-gap: 1em;
}
.masonry-item {
  /* Masonry bricks or child elements */
  display: inline-block;
  width: 100%;
  float: none !important;
}
/**
 * 12.1 Posts and pages
 */
.hentry {
  position: relative;
}
.hentry + .hentry {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}
.banner {
  border: 5px solid #4C4C4C;
  background-color: #4C4C4C;
  text-align: center;
  margin-bottom: 2em;
}
.banner img {
  width: 100%;
  height: auto;
}
/* Tags links */
.tags-links {
  overflow: hidden;
  margin-top: -10px;
  margin-left: -10px;
}
.tags-links a {
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  padding: .4em 1em;
  font-weight: 500;
  font-size: .8em;
  line-height: 1.2em;
  background-color: #77bfbc;
  color: #fff;
}
.tags-links a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.sticky .post__inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 3.5em solid #77bfbc;
  border-bottom: 3.5em solid transparent;
}
.sticky .post__inner::after {
  position: absolute;
  top: 0;
  right: 8px;
  font-family: 'FontAwesome';
  content: '\f08d';
  color: #fff;
  font-size: 1.5em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post__wrap {
  position: relative;
  margin-bottom: 1em;
}
.post__wrap .entry-content {
  background: transparent;
  position: relative;
}
.post__wrap .item-title {
  line-height: 1.2em;
  overflow: hidden;
}
.post__wrap .item-title a {
  color: #3C3C3C;
}
.post__wrap .item-title a:hover {
  color: #77bfbc;
}
.post__wrap .item-title::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0.8em 0 0.6em;
  border-bottom: 1px solid #F0F0F0;
}
.post__wrap article {
  background: #FFFFFF;
}
.post__wrap article .post-thumbnail,
.post__wrap article .post-thumbnail img {
  margin-bottom: 0;
}
.post__wrap article .post__media,
.post__wrap article .post__inner {
  width: 100%;
  float: none;
}
.post__wrap article .post__inner {
  position: relative;
  padding: 1em;
}
.post__wrap article .post-content {
  margin-top: 1em;
}
.post__wrap article .post-content p:last-child {
  margin-bottom: 0;
}
.post__wrap .post_format-post-format-link .post__inner,
.post__wrap .post_format-post-format-aside .post__inner,
.post__wrap .post_format-post-format-quote .post__inner,
.post__wrap .post_format-post-format-status .post__inner {
  width: 100% !important;
  background: none !important;
}
.post__wrap .post_format-post-format-link .post__inner .post-content > p,
.post__wrap .post_format-post-format-aside .post__inner .post-content > p,
.post__wrap .post_format-post-format-quote .post__inner .post-content > p,
.post__wrap .post_format-post-format-status .post__inner .post-content > p {
  max-height: 100% !important;
  height: auto !important;
}
.post__wrap .post_format-post-format-link .post__inner .post-content > p::before,
.post__wrap .post_format-post-format-aside .post__inner .post-content > p::before,
.post__wrap .post_format-post-format-quote .post__inner .post-content > p::before,
.post__wrap .post_format-post-format-status .post__inner .post-content > p::before {
  background: none !important;
}
.post__wrap .post_format-post-format-quote .post__inner,
.post__wrap .post_format-post-format-status .post__inner {
  position: relative;
  background: none;
}
.post__wrap.two-col {
  margin-bottom: 3.5em;
}
.post__wrap.two-col .post__media {
  height: 245px;
}
.post__wrap.two-col .item-title::after {
  margin-left: auto;
  margin-right: auto;
}
.post__wrap.two-col .post__inner {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
.post__wrap.two-col .post__meta {
  text-align: center !important;
}
.post__wrap.two-col .post__meta .post__meta-item {
  float: none;
  margin: auto;
  text-align: center !important;
}
.post__wrap.two-col .post-content {
  margin-top: 1.5em;
}
.post__wrap.two-col .post-content p {
  overflow: hidden;
  max-height: 5.5em;
}
.post__wrap.two-col .post-content .more-link {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0;
  text-align: center;
  border: none;
  background-color: #9DC0E3;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post__wrap.two-col .post-content .more-link:hover {
  background-color: #F3AACB;
}
.post__wrap.two-col .post_format-post-format-video iframe {
  height: 247px;
}
.post__wrap.two-col .post_format-post-format-aside .item-title {
  color: #F3AACB;
}
.post__wrap.two-col .post_format-post-format-aside .post-content {
  color: #fff;
}
.post__wrap.two-col .post_format-post-format-quote p,
.post__wrap.two-col .post_format-post-format-quote blockquote {
  font-size: 1.5rem !important;
}
.post__wrap.two-col .hide-autor {
  display: none;
}
.post__wrap.two-col .post_format-post-format-link .post-content p,
.post__wrap.two-col .post_format-post-format-aside .post-content p,
.post__wrap.two-col .post_format-post-format-quote .post-content p,
.post__wrap.two-col .post_format-post-format-status .post-content p {
  max-height: 100%;
}
/* post view content */
.post__wrap.post__wrap--small .blog-view--content .post__media,
.post__wrap.post__wrap--small .blog-view--content .post__inner {
  width: 100% !important;
  float: none;
  position: relative;
  height: auto;
}
.post__media .post-thumbnail,
.post__media .post-thumbnail img,
.post__media iframe {
  margin-bottom: 0;
}
.post__wrap.post__wrap--small.without-media .blog-view--content .post__media {
  display: none !important;
}
.entry-content .post__inner,
.entry-summary,
.page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  overflow: hidden;
  background-color: transparent;
  padding: 1em;
  border: 2px solid #F0F0F0;
}
/* post meta */
.post__meta {
  font-size: 0.9em;
  overflow: hidden;
}
.post__meta .category {
  float: right;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.1em;
}
.post__meta .category a {
  color: #77bfbc;
}
.post__meta .category a:hover {
  color: #4FA6A1;
}
.post__meta .date {
  color: #77bfbc;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
}
.post__meta + .post-content {
  margin-top: 2em;
}
.post__meta ~ .item-title {
  margin: -7px 0 0.5em;
}
.post__meta.single-post__meta {
  position: relative;
  background: #F0F0F0;
  height: 50px;
  line-height: 50px;
  margin: 1em 0;
}
.post__meta.single-post__meta .ctrl-social-btn {
  float: left;
  margin-right: 1px;
  width: 50px;
  height: 50px;
  background: #666565;
  text-align: center;
  line-height: 50px;
  font-size: 1.2em;
  color: #fff;
  cursor: pointer;
}
.post__meta.single-post__meta .post__meta-item.meta-item__likes {
  margin: 0 !important;
  float: left;
}
.post__meta.single-post__meta .post__meta-item.meta-item__likes i {
  display: inline-block;
  text-align: center;
  width: 50px;
  border-right: 1px solid #77bfbc;
  line-height: 50px;
  font-size: 1.5em;
  margin-right: 0.5em;
}
.post__meta.single-post__meta .post__meta-item.meta-item__likes .like-label {
  position: relative;
  top: -3px;
}
.post__meta.single-post__meta .share-this {
  display: inline-block;
  overflow: hidden;
  width: 0;
  float: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post__meta.single-post__meta .share-this.active {
  width: auto;
}
.post__meta.single-post__meta .share-icons > li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.post__meta.single-post__meta .post__sticky-icon {
  width: 50px;
  background: #2E313A;
  color: #FFF;
  text-align: center;
}
.post__meta.single-post__meta .meta-item__views {
  background: #77bfbc;
  color: #fff;
  padding: 0 20px;
  height: 50px;
  display: inline-block;
  margin: 0 !important;
  float: right;
}
.post__meta.single-post__meta .meta-item__views .count {
  font-weight: 700;
}
.excerpt-more .more-link {
  display: inline-block;
  padding: 0.8em 2.6em;
  border: 2px solid #3C3C3C;
  color: #818181;
}
.excerpt-more .more-link:hover {
  color: #fff;
  background-color: #818181;
}
.post__sticky-icon {
  float: left;
}
.single-post .cat-links a {
  float: left;
  margin-right: 10px;
}
@media (min-width: 20em) {
  .post__meta {
    text-align: left;
  }
  .post__meta .post__meta-date {
    display: inline-block;
    width: auto;
  }
  .post__meta .post__meta-item {
    margin-left: 0;
    margin-right: 10px;
  }
  .post__meta.single-post__meta .post__meta-item {
    margin-left: 0.8em;
    margin-right: 0.8em;
  }
}
.author-info {
  overflow: hidden;
  margin: 3.8em -1em 0;
  /* Author block social icons */
}
.author-info .avatar {
  height: 8.5em;
  width: 8.5em;
  margin-bottom: 0;
}
.author-info .author-content {
  position: relative;
  overflow: hidden;
  background-color: #F0F0F0;
  min-height: 80px;
}
.author-info .author-title {
  position: relative;
  margin-bottom: 0;
  padding-right: 2em;
}
.author-info .author-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: none;
  width: 4.2em;
  border-top: 2px solid #F3AACB;
}
.author-info .author-heading {
  color: #b2b2b2;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  display: none;
}
.author-info .author-description {
  position: relative;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  padding: 2.2em 2.4em;
  overflow: hidden;
}
.author-info .author-link {
  white-space: nowrap;
  float: right;
  color: #9DC0E3;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.8rem;
}
.author-info .author-link:hover {
  color: #F3AACB;
}
.author-info ul.author-social {
  display: flex;
  margin-bottom: 0;
}
.author-info ul.author-social li {
  padding: 0;
}
.author-info ul.author-social li + li {
  margin-left: 1em;
}
.author-info ul.author-social li::before {
  content: none;
}
.author-info ul.author-social li a {
  color: #787878;
}
.author-info ul.author-social li a:hover {
  color: #77bfbc;
}
@media (min-width: 768px) {
  .author-info {
    margin-right: 0;
    margin-left: 0;
  }
  .author-info .author-content {
    min-height: 12.5em;
  }
  .author-info .avatar {
    height: 12.5em;
    width: 12.5em;
  }
}
.page-links {
  clear: both;
  margin-bottom: 1.3333em;
}
.page-links a,
.page-links > span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.3em;
  display: inline-block;
  text-align: center;
  padding: 0 0.8em;
  margin-right: 0.3em;
  color: #666565;
  border: 2px solid #77bfbc;
  font-weight: 500;
}
.page-links > span {
  color: #fff;
  background-color: #77bfbc;
  border-color: #77bfbc;
}
.page-links a:hover,
.page-links a:focus {
  background-color: #4FA6A1;
  border-color: #4FA6A1;
  color: #ffffff;
}
.page-links > .page-links-title {
  border: 0;
  padding-right: 0.5em;
  padding-left: 0;
  width: auto;
  background: none;
  color: #3C3C3C;
  font-weight: 300;
}
.error-404 {
  text-align: center;
}
.error-404 .page_title_404 {
  font-weight: 300;
  font-size: 1.87em;
  line-height: 1em;
}
.error-404 .search_404_label {
  margin: 1.6em 0 0.7em;
}
.error-404 .homepage_link_or {
  margin-bottom: 0.9em;
}
.error-404 .homepage_link a {
  padding: 0.8em 2.5em;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  color: #77bfbc;
  background: none;
  border: 2px solid #77bfbc;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 0.7em;
  padding: 0.9em 2em;
}
.error-404 .homepage_link a:hover {
  background: #77bfbc;
  color: #fff;
}
.error-404 .error-image {
  max-height: 185px;
  margin-top: 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .error-image {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
/*** Social links ***/
.home .blog-view--content .share-this {
  display: none;
}
ul.share-icons {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.share-icons > li {
  display: inline-block;
  float: left;
  position: relative;
  line-height: 50px;
  margin-right: 1px;
  padding-left: 0 !important;
}
.share-icons > li::before {
  content: '' !important;
}
.share-icons > li a {
  display: block;
  height: 3.1em;
  line-height: 3.1em;
  text-align: center;
  width: 50px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /** Facebook */
  /** Twitter */
  /** Google Plus */
  /** Linkedin */
  /** Instagram */
  /** Pinterest */
  /** Vimeo */
  /** RSS */
}
.share-icons > li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.share-icons > li a .fa {
  color: inherit;
}
.share-icons > li a[href*="facebook.com"] {
  background: #91ABCE;
}
.share-icons > li a[href*="twitter.com"] {
  background: #65C8EB;
}
.share-icons > li a[href*="plus.google.com"] {
  background: #E0857B;
}
.share-icons > li a[href*="linkedin.com"] {
  background: #069;
}
.share-icons > li a[href*="instagram.com"] {
  background: #3f729b;
}
.share-icons > li a[href*="pinterest.com"] {
  background: #c8232c;
}
.share-icons > li a[href*="vimeo.com"] {
  background: #1AB7EA;
}
.share-icons > li a[href$=".rss"] {
  background: #FF6600;
}
/* Back to top button */
.to-top {
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.3);
  bottom: -100px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 11px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9999;
  width: 40px;
}
.to-top i {
  position: relative;
  line-height: 40px;
}
.to-top:hover {
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.75);
}
/* /Back to top button */
/**
 * 12.2 Post Formats
 */
.format-status .post__inner {
  text-align: center;
}
.format-status .post__inner .post__meta {
  text-align: center;
}
.format-status .post__inner .post__meta .post__meta-date {
  float: none;
}
.format-status .post__inner .author-avatar {
  display: inline-block;
  width: 6.2em;
  height: 6.2em;
  overflow: hidden;
  background-color: #F3AACB;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.format-status .post__inner .item-title {
  margin: 0.35em 0 0.1em;
  color: #77bfbc;
}
.format-status .post__inner .item-title::after {
  margin-left: auto;
  margin-right: auto;
}
.format-status .post__inner .post-content {
  color: #fff;
}
.loop-content .format-quote .item-title {
  color: #F3AACB;
  margin: 0 0 3px !important;
}
.loop-content .format-quote .post-content {
  text-align: center;
}
.loop-content .format-quote .post-content blockquote,
.loop-content .format-quote .post-content > p {
  font-size: 1.3em;
  font-style: italic;
  color: #fff;
  padding: 0;
  margin: 0;
  background: none;
}
.loop-content .format-quote .post-content blockquote::before,
.loop-content .format-quote .post-content > p::before {
  content: none;
}
.loop-content .format-quote cite {
  display: block;
  margin-top: 1.55em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  font-style: normal;
  color: #9DC0E3;
}
.loop-content .format-quote cite a {
  color: #9DC0E3;
}
.loop-content .format-quote cite a:hover {
  color: #F3AACB;
}
.loop-content .format-quote cite span {
  color: #fff;
}
.single-post .format-quote .post-content blockquote,
.single-post .format-quote .post__meta .category a {
  color: #fff;
}
.format-link .item-title {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
.format-link .item-title p {
  margin: 0;
}
.format-link .item-title a {
  color: #3C3C3C;
}
.format-link .item-title::after {
  content: none;
}
.home .blog-view--excerpt.format-status,
.home .blog-view--content.format-status {
  text-align: center;
}
.home .blog-view--excerpt.format-status .post__inner h2,
.home .blog-view--content.format-status .post__inner h2 {
  display: block;
}
/* Post format video */
.format-video .post__media .post__thumbnail:before {
  font-family: 'rt-icons-2';
  content: '\e696';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 42px;
  width: 42px;
  margin-top: -21px;
  margin-left: -21px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
.format-video .post__media .post__thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.2);
}
.format-video .post__media:hover .post__thumbnail:after {
  background-color: rgba(50, 50, 50, 0.5);
}
.single-format-video .post__media_wide {
  background: #F8F8F8;
}
.single-format-video .post__media_wide .container {
  padding: 0;
}
.single-format-video .post__media_wide iframe {
  width: 100% !important;
  height: 780px;
  margin-bottom: 0;
}
/* Post format image */
/* Post format gallery */
.format-gallery .gallery-icon {
  line-height: 245px;
}
.format-gallery .gallery-icon img {
  display: inline-block;
  vertical-align: middle;
}
/* Post format aside */
.format-aside .item-title {
  color: #F3AACB;
}
.format-aside .post-content {
  color: #fff;
}
.owl-carousel .owl-dots .owl-dot span {
  background: none;
  border: 2px solid #fff;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  border-color: #77bfbc;
  background: none;
}
/**
* 12.3 Comments
*/
.comments-area {
  margin-top: 2em;
  background: transparent;
  overflow: hidden;
}
.comments-area .comment-reply-title {
  margin: 0;
}
.type-page + .comments-area {
  padding-left: 0;
  padding-right: 0;
  background: none;
}
.comment-form-wrap {
  margin-bottom: 3.7em;
}
.comment-form .row {
  margin: 0 -5px;
}
.comment-form [class*=col] {
  padding: 5px;
}
.comment-form .comment-form-comment {
  margin-bottom: 10px;
}
.comment-form label {
  display: block;
  margin-bottom: .4em;
  text-transform: uppercase;
}
.comment-form input[type="tel"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.comment-form > :last-child {
  margin-bottom: 0;
}
.comment-form .comment-respond {
  margin: 0 !important;
}
.comment-form .form-submit {
  text-align: center;
  margin-top: 2.5em;
}
.comment-list-wrap .comment-respond {
  position: relative;
}
.comment-list-wrap .comment-respond .comment-reply-title small a {
  position: absolute;
  top: 0.5em;
  right: 0;
  padding: 0.3em 1em;
  display: inline-block;
  color: #3C3C3C;
  z-index: 1;
  font-weight: 500;
  font-size: 0.8em;
}
.comment-list-wrap .comment-respond .comment-reply-title small a:hover {
  color: #77bfbc;
  text-decoration: none;
}
.comment-list {
  list-style: none;
  margin: 0;
}
.comment-list > li {
  margin-bottom: 1.7em;
  padding-left: 0;
}
.comment-list .comment-header {
  position: relative;
}
.comment-list .children > li::before,
.comment-list > li::before {
  content: "";
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  overflow: hidden;
  position: relative;
}
.comment-list .pingback,
.comment-list .trackback {
  border: none;
  padding: 0 0 1em;
  border-bottom: 1px solid #C7C7C7;
}
.comment-list .pingback article,
.comment-list .trackback article {
  margin: 0;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.comment-list .children > li {
  margin-top: 1.7em;
}
.comment-list .reply {
  position: absolute;
  right: 0;
  top: 26%;
}
.comment-list .comment-header:hover .reply a {
  color: #3C3C3C;
}
.comment-author.vcard {
  color: #3C3C3C;
  font-weight: 700;
  display: inline-block;
  margin-top: 0.45em;
  font-size: 1.1em;
}
.comment-author.vcard a:hover {
  color: #4FA6A1;
}
.comment-author.comment-author-avatar img {
  display: block;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comment-metadata a {
  position: relative;
  top: -0.9em;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #77bfbc;
}
.bypostauthor > article .fn:after {
  content: "\e008";
  position: relative;
  top: 5px;
  left: 3px;
}
.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding-top: 1.6em;
  padding-left: 30px;
  padding-right: 30px;
}
.comment-navigation + .no-comments {
  border-top: 0;
}
.form-submit {
  margin-bottom: 0;
}
.form-submit button,
.form-submit input[type="button"],
.form-submit input[type="reset"],
.form-submit input[type="submit"] {
  margin-top: 0;
  margin-bottom: 0;
}
.required {
  color: #c0392b;
}
@media (min-width: 15em) {
  .comment-author.comment-author-avatar {
    float: left;
    margin-right: 1.3em;
  }
}
/**
* 12.5 Unison pages
**/
.page-builder .fw-main-row {
  position: relative;
}
.page-builder .container {
  max-width: 100%;
}
.page-builder .post-container.snone {
  padding: 0;
}
.page-builder .entry-content {
  padding: 0;
  background: none;
}
.page-builder .fw-page-builder-content > p {
  margin-bottom: 0;
}
.page-builder .fw-alert-success,
.page-builder .fw-alert-info,
.page-builder .fw-alert-warning,
.page-builder .fw-alert-danger {
  border-radius: 0;
  padding-left: 2em;
  margin-bottom: 1.8em;
}
.page-builder .fw-alert-success {
  background-color: #C6E7DE;
  color: #22976F;
}
.page-builder .fw-alert-info {
  background-color: #C5D9EE;
  color: #5A93C8;
}
.page-builder .fw-alert-warning {
  background-color: #DAEAAD;
  color: #69A21C;
}
.page-builder .fw-alert-danger {
  background-color: #F8CDE0;
  color: #D73375;
}
.page-builder .centered-button {
  text-align: center;
}
.page-builder .fw-btn {
  padding: 1em 2em;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  color: #77bfbc;
  background: none;
  border: 2px solid #77bfbc;
  font-weight: 500;
  text-transform: uppercase;
}
.page-builder .fw-btn:hover {
  background: #77bfbc;
  color: #fff;
}
.page-builder .fw-btn.small-button {
  padding: 0.5em 2.4em;
}
.page-builder .fw-btn.fw-btn-dark,
.page-builder .fw-btn.fw-btn-blue,
.page-builder .fw-btn.fw-btn-green,
.page-builder .fw-btn.fw-btn-green-light,
.page-builder .fw-btn.fw-btn-red,
.page-builder .fw-btn.fw-btn-pink,
.page-builder .fw-btn.fw-btn-mint,
.page-builder .fw-btn.fw-btn-light {
  border: none;
}
.page-builder .fw-btn.fw-btn-dark,
.page-builder .fw-btn.fw-btn-blue,
.page-builder .fw-btn.fw-btn-green,
.page-builder .fw-btn.fw-btn-green-light,
.page-builder .fw-btn.fw-btn-red,
.page-builder .fw-btn.fw-btn-pink,
.page-builder .fw-btn.fw-btn-mint {
  color: #fff;
}
.page-builder .fw-btn.fw-btn-dark:hover,
.page-builder .fw-btn.fw-btn-blue:hover,
.page-builder .fw-btn.fw-btn-green:hover,
.page-builder .fw-btn.fw-btn-green-light:hover,
.page-builder .fw-btn.fw-btn-red:hover,
.page-builder .fw-btn.fw-btn-pink:hover,
.page-builder .fw-btn.fw-btn-mint:hover {
  color: rgba(255, 255, 255, 0.7);
}
.page-builder .fw-btn.fw-btn-light {
  background: #F0F1EB;
}
.page-builder .fw-btn.fw-btn-light:hover {
  color: rgba(60, 60, 60, 0.7);
}
.page-builder .fw-btn.fw-btn-dark {
  background: #3C3C3C;
}
.page-builder .fw-btn.fw-btn-blue {
  background: #9DC0E3;
}
.page-builder .fw-btn.fw-btn-green {
  background: #4FA6A1;
}
.page-builder .fw-btn.fw-btn-green-light {
  background: #77bfbc;
}
.page-builder .fw-btn.fw-btn-pink {
  background: #F3AACB;
}
.page-builder .fw-btn.fw-btn-mint {
  background: #C2DC77;
}
.page-builder .fw-btn.fw-btn-red {
  background: #f07983;
}
.bootstrap-datetimepicker-widget td.separator {
  width: 20px;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 15px !important;
  border-radius: 3px;
}
.fw-main-row > .fw-container-fluid {
  position: static;
}
.fw-main-row.background-map {
  position: relative;
}
.fw-main-row.background-map .fw-map {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.fw-main-row.background-map .overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
.fw-main-row.deviders .fw-row > div + div {
  border-left: 1px solid #F0F1EB;
}
.fw-main-row .full-width-container > .container {
  padding: 0;
}
.fw-flash-messages {
  position: fixed;
  right: 25px;
  z-index: 1000;
  top: 135px;
  padding: 1em 3em;
  background-color: rgba(0, 0, 0, 0.15);
}
.fw-flash-messages .fw-flash-message::before {
  content: none;
}
.fw-flash-messages .fw-flash-message::after {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-weight: 700;
  margin-left: 1em;
  cursor: pointer;
}
.fw-flash-messages .fw-flash-message:hover::after {
  color: #796F6F;
}
.fw-flash-messages .fw-flash-type-error {
  color: #f00;
}
.fw-flash-messages .fw-flash-type-warning {
  color: #f70;
}
.fw-flash-messages .fw-flash-type-success {
  color: #070;
}
.fw-flash-messages .fw-flash-type-info {
  color: #07f;
}
.fw-heading h1,
.fw-heading h2,
.fw-heading h3,
.fw-heading h4,
.fw-heading h5,
.fw-heading h6,
.fw-heading .h1,
.fw-heading .h2,
.fw-heading .h3,
.fw-heading .h4,
.fw-heading .h5,
.fw-heading .h6 {
  line-height: 1.1em;
}
.fw-heading .fw-special-subtitle {
  position: relative;
  margin-top: -1em;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #77bfbc;
  font-weight: 500;
}
.fw-heading .fw-special-subtitle + hr {
  display: inline-block;
  width: 17em;
  margin: 1.9em 0 0;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-context {
  width: auto !important;
  margin-left: 15px;
  margin-right: 15px;
}
.fw-shortcode-calendar-wrapper.shortcode-container .page-header {
  position: relative;
  text-align: center;
}
.fw-shortcode-calendar-wrapper.shortcode-container .page-header h3 {
  color: #3C3C3C;
  font-weight: 700;
  font-size: 30px;
  font-size: 2rem;
}
.fw-shortcode-calendar-wrapper.shortcode-container .page-header .btn-group {
  position: static;
}
.fw-shortcode-calendar-wrapper.shortcode-container .page-header .btn-group button {
  position: absolute;
  top: 1em;
  font-size: 20px !important;
  font-size: 1.4rem !important;
  color: #898989 !important;
}
.fw-shortcode-calendar-wrapper.shortcode-container .page-header .btn-group button[data-calendar-nav="today"] {
  display: none;
}
.fw-shortcode-calendar-wrapper.shortcode-container .page-header .btn-group button[data-calendar-nav="prev"] {
  left: 20px;
}
.fw-shortcode-calendar-wrapper.shortcode-container .page-header .btn-group button[data-calendar-nav="next"] {
  right: 20px;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-row-fluid.cal-row-head {
  background-color: #3C3C3C;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-row-fluid.cal-row-head [class*="cal-cell"] {
  padding: 0;
  background: none;
  border: none;
  border-top: 5px solid;
  color: #fff;
  line-height: 60px;
  font-weight: 500;
  text-transform: none;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-row-fluid.cal-row-head [class*="cal-cell"]:nth-child(4n+1) {
  border-top-color: #F3AACB;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-row-fluid.cal-row-head [class*="cal-cell"]:nth-child(4n+2) {
  border-top-color: #9DC0E3;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-row-fluid.cal-row-head [class*="cal-cell"]:nth-child(4n+3) {
  border-top-color: #C2DC77;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-row-fluid.cal-row-head [class*="cal-cell"]:nth-child(4n+4) {
  border-top-color: #4FA6A1;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-month-box .cal-row-fluid {
  border-left: 1px solid #F0F1EB;
  border-right: 1px solid #F0F1EB;
  border-bottom: 1px solid #F0F1EB;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-year-box [class*="span"],
.fw-shortcode-calendar-wrapper.shortcode-container .cal-month-box [class*="cal-cell"] {
  border-right: 1px solid #F0F1EB;
  background-color: #fff;
  min-height: 80px;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-month-day {
  height: 80px;
  text-align: center;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-month-day span[data-cal-date] {
  float: none !important;
  line-height: 80px;
  font-weight: 300;
  color: #3C3C3C;
}
.fw-shortcode-calendar-wrapper.shortcode-container .event-day {
  background: #fff;
}
.fw-shortcode-calendar-wrapper.shortcode-container .cal-day-today {
  background: #F3AACB;
}
.fw-shortcode-calendar-wrapper.shortcode-container #cal-slide-box {
  border: none;
  border-bottom: 1px solid #F0F1EB;
}
.fw-shortcode-calendar-wrapper.shortcode-container #cal-slide-box #cal-slide-content {
  background: rgba(157, 192, 227, 0.5);
  padding-right: 40px;
}
.fw-shortcode-calendar-wrapper.shortcode-container .list-events {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 6%;
  font-size: inherit;
  color: #B2B2B2;
}
.fw-shortcode-calendar-wrapper.shortcode-container .text-today {
  top: 4%;
  bottom: auto;
  left: 6%;
  right: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
.fw-shortcode-calendar-wrapper.shortcode-container #cal-slide-tick {
  border-top-color: #fff;
}
.fw-shortcode-calendar-wrapper.shortcode-container #cal-slide-content {
  padding: 16px;
  padding: 1rem;
}
.fw-shortcode-calendar-wrapper.shortcode-container #cal-slide-content a.event-item {
  font-family: 'Open Sans', sans-serif;
  color: #3C3C3C;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.fw-shortcode-calendar-wrapper.shortcode-container #cal-slide-content li {
  padding-left: 16px;
  padding-left: 1rem;
}
.fw-team.list-item {
  display: table;
  min-height: 255px;
  background-color: #F0F1EB;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.fw-team.list-item > .fw-team-row {
  display: table-row;
  position: relative;
}
.fw-team.list-item > .fw-team-row > div {
  display: block;
  vertical-align: top;
  min-height: 300px;
}
.fw-team.list-item > .fw-team-row > div.fw-team-inner {
  min-height: auto;
}
.fw-team.list-item .fw-team-inner {
  width: 100%;
  padding: 60px 30px 50px;
  padding: 3.8rem 2rem 3rem;
  text-align: left;
}
.fw-team.list-item .fw-team-inner h3 {
  margin: 0;
  font-size: 30px;
  font-size: 1.9rem;
  line-height: 28px;
  line-height: 1.777rem;
}
.fw-team.list-item .fw-team-inner .helper {
  margin: 16px 0 12px;
  margin: 1rem 0 0.7rem;
}
.fw-team .fw-team-image {
  width: 50%;
  background-size: cover;
  background-position: center top;
}
.fw-team .fw-team-social {
  width: 50%;
  padding: 45px 30px;
  padding: 2.2rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-size: 1.2rem;
}
.fw-team .fw-team-social::before {
  position: absolute;
  left: -25px;
  top: 7px;
  content: '\e977';
  font-family: 'rt-icons-2';
  font-size: 130px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.5);
}
.fw-team .team-social-icon {
  margin-top: 22px;
  margin-top: 1.4rem;
}
.fw-team .team-social-icon a {
  display: inline-block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fw-team .team-social-icon a::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: rt-icons-2;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.fw-team .team-social-icon a[href*="facebook.com"]::before {
  content: '\46';
}
.fw-team .team-social-icon a[href*="twitter.com"]::before {
  content: '\4c';
}
.fw-team .team-social-icon a[href*="plus.google.com"]::before {
  content: '\47';
}
.fw-team .team-social-icon a[href*="linkedin.com"]::before {
  content: '\49';
}
.fw-team .team-social-icon a[href*="instagram.com"]::before {
  content: '\e900';
}
.fw-team .team-social-icon a[href*="pinterest.com"]::before {
  content: '\e901';
}
.fw-team .team-social-icon a[href*="vimeo.com"]::before {
  content: '\56';
}
img.fw-media-image {
  margin-bottom: 0;
}
.fw-col-sm-3 blockquote {
  font-size: 1em;
  padding: 2em;
}
.fw-col-sm-3 blockquote::before {
  top: 0;
  left: 0;
}
.fw-col-sm-3 ul.recent-posts {
  margin: 0;
}
.fw-col-sm-3 ul.recent-posts li {
  width: 100%;
  padding: 0 0 2em;
  float: none;
}
.fw-col-sm-3 ul.recent-posts li::before {
  content: none;
}
.fw-col-sm-3 ul.recent-posts li .rp__meta {
  display: none;
}
.fw-col-sm-3 ul.recent-posts li + li {
  margin-top: 1.5em;
}
.fw-col-sm-3 ul.recent-posts .recent-posts__content {
  padding: 0;
  text-align: left;
  background: none;
}
.fw-col-sm-3 ul.recent-posts .recent-posts__date {
  position: absolute;
  left: 0;
  bottom: 0;
}
.fw-tabs-container .ui-tabs-nav {
  border-bottom: 5px solid #C2DC77;
}
.fw-tabs-container .ui-state-default {
  padding-left: 0;
  border: 1px solid #CFCFCF !important;
  border-bottom: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.fw-tabs-container .ui-state-default + .ui-state-default {
  margin-left: 2px;
}
.fw-tabs-container .ui-state-default .ui-tabs-anchor {
  padding: 1.5em 2.65em;
  line-height: 1;
  font-weight: 500;
}
.fw-tabs-container .ui-tabs-active {
  background-color: #C2DC77 !important;
}
.fw-tabs-container .ui-tabs-active .ui-tabs-anchor {
  color: #fff !important;
}
.fw-tabs-container .fw-tab-content {
  padding: 0 2.5em;
}
.fw-table .heading-row {
  background-color: #3C3C3C;
  color: #fff;
}
.fw-table .heading-row th {
  padding: 0.5em 1em;
  font-weight: 300;
  border-bottom: 5px solid #F3AACB;
}
.fw-accordion.ui-accordion {
  border: none;
}
.fw-accordion .fw-accordion-title.ui-accordion-header {
  background-color: #F0F0F0;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  line-height: 1.2em;
  border-top: none;
  padding: 1.3em 3em 1.3em 4em;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fw-accordion .fw-accordion-title.ui-accordion-header .ui-icon {
  display: none;
}
.fw-accordion .fw-accordion-title.ui-accordion-header.ui-accordion-header-active {
  margin-bottom: 0;
  color: #fff;
  background-color: #77bfbc;
}
.fw-accordion .fw-accordion-title.ui-accordion-header.ui-accordion-header-active::before {
  color: #fff;
}
.fw-accordion .fw-accordion-title.ui-accordion-header.ui-accordion-header-active::after {
  color: #fff;
  content: '\f078';
}
.fw-accordion .fw-accordion-title.ui-accordion-header::before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 1.3em;
  top: 1.2em;
  content: '\f003';
  font-size: 1.1em;
  color: #B4B4B4;
}
.fw-accordion .fw-accordion-title.ui-accordion-header::after {
  position: absolute;
  right: 1.5em;
  top: 33%;
  font-family: 'FontAwesome';
  content: '\f053';
  color: #787878;
  font-size: 1em;
  font-weight: 300;
}
.fw-accordion .fw-accordion-content.ui-accordion-content {
  padding-top: 2.5em;
  padding-left: 2.5em;
  border: 2px solid #F0F0F0;
}
.fw-accordion .fw-accordion-content.ui-accordion-content + .fw-accordion-title {
  margin-top: 1.5em;
}
.fw-accordion .fw-accordion-content.ui-accordion-content p {
  padding-left: 0;
  margin-bottom: 1.2em !important;
}
.page-builder .fw-testimonials {
  margin: 13px 0;
  text-align: center;
}
.page-builder .fw-testimonials .fw-testimonials-text p {
  font-size: 1.05em;
}
.page-builder .fw-testimonials .fw-testimonials-list {
  overflow: hidden;
}
.page-builder .fw-testimonials .fw-testimonials-meta {
  display: block;
  text-align: center;
  margin: 0 0 5px;
}
.page-builder .fw-testimonials .fw-testimonials-meta > div {
  display: inline-block;
}
.page-builder .fw-testimonials .fw-testimonials-avatar {
  margin: 0;
}
.page-builder .fw-testimonials .fw-testimonials-avatar img {
  padding: 0;
  border: none;
  width: 75px;
  height: 75px;
}
.page-builder .fw-testimonials .fw-testimonials-author {
  padding: 0;
  height: 90px;
  overflow: hidden;
}
.page-builder .fw-testimonials .fw-testimonials-author small {
  font-weight: 300;
  color: inherit;
  font-style: normal;
  font-size: inherit;
}
.page-builder .fw-testimonials .fw-testimonials-author em {
  display: inline-block;
  position: relative;
  top: -13px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
}
.page-builder .fw-testimonials .fw-testimonials-text {
  margin-bottom: 4px;
  padding: 0 3.5em 1em;
  font-size: 1.2em;
  line-height: 1.6em;
  background: none;
  border: none;
  text-align: center;
  color: inherit;
}
.page-builder .fw-testimonials .fw-testimonials-text::before {
  content: '\f10d';
  position: absolute;
  width: 100px;
  top: 30%;
  left: 49%;
  margin-left: -50px;
  color: #4FA6A1;
  font-size: 6.5em;
  font-family: 'FontAwesome';
  border: none;
  font-style: normal;
  z-index: -1;
}
.page-builder .fw-testimonials .fw-testimonials-text::after {
  content: none;
}
.page-builder .fw-testimonials .fw-testimonials-arrows {
  position: relative;
  height: 0;
  width: 100%;
}
.page-builder .fw-testimonials .fw-testimonials-arrows .prev {
  left: 0;
}
.page-builder .fw-testimonials .fw-testimonials-arrows .next {
  right: 0;
}
.page-builder .fw-testimonials .fw-testimonials-arrows a {
  position: absolute;
  color: inherit;
  bottom: 165px;
  font-size: 2em;
}
.page-builder .fw-testimonials .fw-testimonials-url a {
  color: #3C3C3C;
}
.page-builder .fw-testimonials .fw-testimonials-url a:hover {
  color: #4FA6A1;
}
.fw-pricing .fw-package-wrap {
  margin-bottom: 2em;
}
.fw-pricing .fw-package {
  border: 1px solid #F0F1EB;
  padding-bottom: 1.5em;
}
.fw-pricing .fw-package .fw-heading-row {
  background: none;
  position: relative;
}
.fw-pricing .fw-package .fw-heading-row .pricing-table-title {
  position: relative;
  padding: 1.2em 0.5em;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fw-pricing .fw-package .fw-heading-row .pricing-table-title small {
  font-weight: 300;
  color: inherit;
  font-size: inherit;
}
.fw-pricing .fw-package .fw-heading-row .heading-decor {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  font-size: 4em;
}
.fw-pricing .fw-package .fw-heading-row .heading-decor.static {
  height: 126px;
}
.fw-pricing .fw-package .fw-heading-row .heading-decor.static + .subtitle {
  padding-top: 0;
}
.fw-pricing .fw-package .fw-heading-row .heading-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.3);
  padding: 0;
  font-size: 7em;
}
.fw-pricing .fw-package .fw-heading-row .heading-bg + span {
  padding: 1em 0 0;
}
.fw-pricing .fw-package .fw-pricing-row {
  background: #fff;
  min-height: 1em;
  padding: 3em 1em 1em;
}
.fw-pricing .fw-package .fw-pricing-row span {
  display: inline-block;
  font-weight: 300;
  font-size: 4.3em;
  padding: 0;
  color: #77bfbc;
}
.fw-pricing .fw-package .fw-pricing-row span.valute {
  font-size: 3em;
}
.fw-pricing .fw-package .fw-pricing-row small {
  display: block;
  text-transform: uppercase;
  color: #B4B4B4;
  font-weight: 500;
  margin-top: -10px;
}
.fw-pricing .fw-package [class*=-row] + .fw-default-row {
  padding-top: 0;
}
.fw-pricing .fw-package .fw-default-row {
  color: #3C3C3C;
  padding: 1em 2.7em;
  font-size: 1.2em;
  font-weight: 500;
}
.fw-pricing .fw-package .fw-default-row hr {
  margin: 0.6em 0;
}
.fw-pricing .fw-package .devider {
  margin: 0;
}
.fw-pricing .fw-package .fw-button-row {
  padding: 1em;
}
.fw-pricing .fw-package .fw-btn {
  background-color: #77bfbc;
  color: #fff;
}
.fw-pricing .fw-package .fw-btn:hover {
  background-color: #4FA6A1;
  border-color: #4FA6A1;
}
.fw-icon img {
  margin-bottom: 0;
  display: block;
}
.fw-icon.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.fw-icon.aos-animation i {
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 35px;
  font-size: 2.2rem;
}
.fw-iconbox {
  padding: 1em 2em !important;
}
@media (min-width: 768px) {
  .fw-iconbox {
    padding: 1em 0 !important;
  }
}
.fw-iconbox .fw-iconbox-title h4 {
  margin-bottom: 1em;
}
.fw-iconbox .fw-iconbox-title h4 span {
  font-weight: 300;
}
.fw-iconbox .fw-iconbox-text {
  font-weight: 500;
}
.fw-iconbox .fw-icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.fw-iconbox .fw-icon i {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.fw-iconbox .fw-icon.pull-right {
  padding-left: 1em;
}
.fw-iconbox .fw-icon.pull-left {
  padding-right: 1em;
}
.fw-iconbox:hover .fw-icon {
  -webkit-animation: scaleDisappear 0.5s;
  animation: scaleDisappear 0.5s;
}
.fw-iconbox:hover .fw-icon i {
  color: #3c3c3c !important;
}
.fw-iconbox:hover .fw-iconbox-title h4 {
  color: #77bfbc !important;
}
.fw-iconbox.icon-line-with-title .fw-iconbox-image {
  float: none;
}
.fw-iconbox .fw-iconbox-aside {
  overflow: hidden;
  padding: 1.2em 0;
}
.fw-iconbox.icon-color-box {
  padding: 2em 1.5em !important;
  position: relative;
  text-align: center;
  float: left;
  overflow: hidden;
}
.fw-iconbox.icon-color-box .fw-iconbox-image {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  left: -1.5em;
  top: 10px;
  font-size: 2em;
}
.fw-iconbox.icon-color-box .fw-iconbox-title h4 {
  font-size: 1.8em;
  margin-bottom: 0;
}
.fw-iconbox.icon-color-box .fw-iconbox-text {
  margin-top: 1em;
}
.fw-iconbox.icon-color-box small {
  display: block;
  color: inherit;
  font-size: 1em;
  font-weight: 300;
}
.builder-background,
.builder-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.builder-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.form-wrapper .form-builder-item {
  padding: 0 5px;
}
.form-wrapper .wrap-forms .fw-row {
  margin: 0 -5px;
}
.form-wrapper .wrap-forms input,
.form-wrapper .wrap-forms select {
  height: 2.2em;
  line-height: 2.2em;
}
.form-wrapper .wrap-forms input,
.form-wrapper .wrap-forms textarea {
  height: auto;
  padding: 0.25em 1.25em;
  background: #fff;
  /* webkit */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* IE */
}
.form-wrapper .wrap-forms input::-webkit-input-placeholder,
.form-wrapper .wrap-forms textarea::-webkit-input-placeholder {
  font-weight: 300;
}
.form-wrapper .wrap-forms input::-moz-placeholder,
.form-wrapper .wrap-forms textarea::-moz-placeholder {
  font-weight: 300;
}
.form-wrapper .wrap-forms input:-moz-placeholder,
.form-wrapper .wrap-forms textarea:-moz-placeholder {
  font-weight: 300;
}
.form-wrapper .wrap-forms input:-ms-input-placeholder,
.form-wrapper .wrap-forms textarea:-ms-input-placeholder {
  font-weight: 300;
}
.form-wrapper .wrap-forms input:focus,
.form-wrapper .wrap-forms textarea:focus {
  box-shadow: none;
}
.form-wrapper .wrap-forms textarea {
  padding-top: 1em;
  min-height: 13em;
}
.form-wrapper .wrap-forms label {
  position: relative;
  font-weight: 300;
  margin: 0;
  height: 0;
}
.form-wrapper [class*=field-] {
  position: relative;
  line-height: 0;
}
.form-wrapper [class*=field-] sup {
  position: absolute;
  left: 0.7em;
  top: 14px;
  top: 0.8rem;
  color: #f07983;
}
.form-wrapper .form-submit {
  margin-top: 2.4em;
}
.form-wrapper .form-submit .fw-btn {
  font-size: 0.8em;
  padding: 0.8em 2.5em;
}
.form-wrapper label i {
  position: absolute;
  font-size: 2em;
  right: 0.5em;
  top: 0.6em;
}
.form-wrapper .wrap-forms .field-text,
.form-wrapper .wrap-forms .field-gap,
.form-wrapper .wrap-forms .field-textarea,
.form-wrapper .wrap-forms .field-select,
.form-wrapper .wrap-forms .field-upload,
.form-wrapper .wrap-forms .field-date,
.form-wrapper .wrap-forms .field-time,
.form-wrapper .wrap-forms .field-multiple,
.form-wrapper .wrap-forms .field-rating,
.form-wrapper .wrap-forms .field-table {
  margin-bottom: 2px;
}
.bootstrap-datetimepicker-widget {
  padding: 0 !important;
  width: 260px !important;
}
.bootstrap-datetimepicker-widget.bottom::before {
  border-bottom-color: #9DC0E3 !important;
}
.bootstrap-datetimepicker-widget .table-condensed thead tr:first-child {
  background: #9DC0E3;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.5em;
  height: 3em;
}
.bootstrap-datetimepicker-widget .table-condensed thead tr:first-child th:hover {
  background-color: #9DC0E3;
}
.bootstrap-datetimepicker-widget .table-condensed thead tr + tr {
  background: #F3AACB;
  color: #fff;
}
.bootstrap-datetimepicker-widget .table-condensed thead th.prev,
.bootstrap-datetimepicker-widget .table-condensed thead th.next {
  font-size: 1.5em;
  padding: 0 .5em;
}
.bootstrap-datetimepicker-widget .table-condensed td,
.bootstrap-datetimepicker-widget .table-condensed th {
  border-width: 0;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget .table-condensed td.active,
.bootstrap-datetimepicker-widget .table-condensed td.active:hover {
  background: #9DC0E3;
}
.bootstrap-datetimepicker-widget .btn-primary,
.bootstrap-datetimepicker-widget .month.active {
  background: #9DC0E3;
  border-radius: 0;
  border-color: #9DC0E3;
}
.progress-bar-label {
  margin: 0;
}
.progress-bar-label .aria-value {
  float: right;
}
.progress-bar-label .success {
  color: #AEC15F;
}
.progress-bar-label .info {
  color: #51BCD2;
}
.progress-bar-label .warning {
  color: #F3CE84;
}
.progress-bar-label .danger {
  color: #F07983;
}
.progress {
  border-radius: 0;
  margin-bottom: 0.7em;
}
.progress .progress-bar-success {
  background-color: #AEC15F;
}
.progress .progress-bar-info {
  background-color: #51BCD2;
}
.progress .progress-bar-warning {
  background-color: #F3CE84;
}
.progress .progress-bar-danger {
  background-color: #F07983;
}
.increase-counter {
  text-align: center;
  padding: 1em 0;
}
.increase-counter .counter-title {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.increase-counter .dynamic-number {
  font-size: 50px;
  font-size: 2.5rem;
  margin-bottom: 0.25em;
}
/* Predefined divider*/
.fw-divider-space.space-05x {
  margin-top: 15px;
}
.fw-divider-space.space-10x {
  margin-top: 30px;
}
.fw-divider-space.space-15x {
  margin-top: 30px;
}
.fw-divider-space.space-20x {
  margin-top: 30px;
}
.fw-divider-space.space-25x {
  margin-top: 30px;
}
.fw-divider-space.space-30x {
  margin-top: 45px;
}
.fw-divider-space.space-40x {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .fw-divider-space.space-05x {
    margin-top: 15px;
  }
  .fw-divider-space.space-10x {
    margin-top: 30px;
  }
  .fw-divider-space.space-15x {
    margin-top: 30px;
  }
  .fw-divider-space.space-20x {
    margin-top: 30px;
  }
  .fw-divider-space.space-25x {
    margin-top: 30px;
  }
  .fw-divider-space.space-30x {
    margin-top: 60px;
  }
  .fw-divider-space.space-40x {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .fw-divider-space.space-05x {
    margin-top: 15px;
  }
  .fw-divider-space.space-10x {
    margin-top: 30px;
  }
  .fw-divider-space.space-15x {
    margin-top: 30px;
  }
  .fw-divider-space.space-20x {
    margin-top: 45px;
  }
  .fw-divider-space.space-25x {
    margin-top: 45px;
  }
  .fw-divider-space.space-30x {
    margin-top: 60px;
  }
  .fw-divider-space.space-40x {
    margin-top: 75px;
  }
}
@media (min-width: 1024px) {
  .fw-divider-space.space-05x {
    margin-top: 15px;
  }
  .fw-divider-space.space-10x {
    margin-top: 30px;
  }
  .fw-divider-space.space-15x {
    margin-top: 45px;
  }
  .fw-divider-space.space-20x {
    margin-top: 60px;
  }
  .fw-divider-space.space-25x {
    margin-top: 60px;
  }
  .fw-divider-space.space-30x {
    margin-top: 75px;
  }
  .fw-divider-space.space-40x {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .fw-divider-space.space-05x {
    margin-top: 15px;
  }
  .fw-divider-space.space-10x {
    margin-top: 30px;
  }
  .fw-divider-space.space-15x {
    margin-top: 45px;
  }
  .fw-divider-space.space-20x {
    margin-top: 60px;
  }
  .fw-divider-space.space-25x {
    margin-top: 75px;
  }
  .fw-divider-space.space-30x {
    margin-top: 90px;
  }
  .fw-divider-space.space-40x {
    margin-top: 120px;
  }
}
/* #Predefined divider*/
/**
 * 12.6 - Plugin modules
 */
.hljs {
  background: none;
}
.owl-slider .owl-controls {
  position: relative;
}
.owl-slider .owl-pagination {
  position: relative;
  top: -3.5em;
  display: flex;
  justify-content: center;
}
.owl-slider .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-slider .owl-pagination .owl-page:hover,
.owl-slider .owl-pagination .owl-page.active {
  background-color: #fff;
}
.owl-slider.custom-slider {
  position: relative;
}
.owl-slider.custom-slider .slider-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 600px;
}
.owl-slider.custom-slider .slider-item img {
  width: 100%;
}
.owl-slider.custom-slider .slider-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.8);
}
.owl-slider.custom-slider .slide-title {
  text-align: center;
  color: #fff;
}
.owl-slider.custom-slider .slide-title small {
  display: block;
}
.owl-slider.custom-slider .slide-title a {
  color: #fff;
}
.owl-slider.custom-slider .slide-title a:hover {
  color: #77bfbc;
  text-decoration: none;
}
@media (max-width: 767px) {
  .owl-slider.custom-slider .slide-title {
    font-size: 34px;
    font-size: 2.5rem;
  }
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover,
body #booked-profile-page input[type=submit].button-primary:hover,
body .booked-list-view button.button:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body div.booked-calendar input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body #booked-profile-page .booked-profile-header,
body #booked-profile-page .booked-tabs li.active a,
body #booked-profile-page .booked-tabs li.active a:hover,
body #booked-profile-page .appt-block .google-cal-button > a:hover,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header{
	background: #77bfbc !important;
	border-color: #77bfbc !important;
}
body div.booked-calendar .bc-head,
body div.booked-calendar .bc-head .bc-col{
	background: rgba(0, 0, 0, 0) !important;
	border: none !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName{
	font-style: normal;
	text-align: center;
	line-height: 1;
	text-transform: none;
	display: inline-block;
  color: #3C3C3C;
}
@media (min-width: 768px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName{
    font-size: 28px;
		height: 28px;
	}
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left{
	position: absolute;
	top: 0;
  margin-top: 0;
	font-size: 14px;
	font-family: "rt-icons-2";
	width: 1em;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3C3C3C !important;
	transition: all .2s ease-in-out 0s;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date{
	background: rgba(0, 0, 0, 0);
	border: 2px solid rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a{
		display: block;
		padding: 0;
	}
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col{
	padding: 0;
}
body div.booked-calendar-wrap div.booked-calendar{
	border-radius: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top{
	min-height: 60px;
}
@media (min-width: 768px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col{
		border-width: 1px;
		border-style: solid;
		font-size: 14px;
    text-transform: none;
		font-weight: 400;
		line-height: 35px;
    padding: 13px 0 12px;
	}
}
body div.booked-calendar .bc-row.days .bc-col,
body #booked-profile-page .booked-tabs{
	background: #77bfbc !important;
	border-color: #77bfbc !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col{
	border-top-color: #3c3c3c;
	border-bottom: none;
	border-left: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col:first-child{
	border-left: 1px solid #1b1b1b;
}
body div.booked-calendar-wrap div.booked-calendar{
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date span{
	background: #f1f1f1 !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	max-height: 80px;
	width: 14.285%;
}
@media (max-width: 991px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
		max-height: 90px;
	}
}
@media (max-width: 767px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
		max-height: 50px;
	}
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date,
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number{
		line-height: 50px !important;
	}
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:first-child{
	border-left: 1px solid #e5e5e5;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:last-child{
	border-right: 1px solid #e5e5e5;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date{
	border-color: rgba(0, 0, 0, 0) !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month .date span{
	color: #ccc;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
	color: #3c3c3c;
}
@media (min-width: 768px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
		font-size: 16px;
		font-weight: 300;
	}
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date span{
	color: #ccc !important;
	border-color: rgba(0, 0, 0, 0);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date{
	position: relative;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date{
	background: #77bfbc !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date span{
	box-shadow: none;
	color: #fff !important;
  background: #77bfbc !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:focus .date span{
	color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date{
	background: #77bfbc;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date span{
	background: rgba(0, 0, 0, 0);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active:hover{
	background: rgba(0, 0, 0, 0);
	border-bottom-color: #e5e5e5;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date{
	background: #77bfbc;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date .number{
	background: rgba(0, 0, 0, 0);
	color: #fff;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col{
	padding: 0;
}
body .booked-appt-list{
	padding: 35px 28px 45px;
	border-radius: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #e5e5e5;
	border-top: none;
}
body .ds div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock{
	border: 1px solid rgba(255, 255, 255, .1);
}
body .booked-appt-list{
	box-shadow: none;
	color: #3c3c3c;
}
body .booked-appt-list h2{
	color: #3c3c3c;
}
@media (min-width: 768px) {
	body .booked-appt-list h2{
		text-align: left;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 14px;
		margin: 0 0 30px;
		line-height: 1.1;
	}
}
body .booked-appt-list .timeslot .timeslot-time,
body .booked-appt-list .timeslot .timeslot-time i.fa-solid{
	color: #ccc;
}

body .booked-appt-list .timeslot:hover{
	background-color: rgba(255, 255, 255, .1);
}
body .booked-appt-list .timeslot .timeslot-time{
	font-weight: 300;
	text-transform: none;
	font-size: 14px;
	color: #3c3c3c;
}
body .booked-appt-list .timeslot .timeslot-time i.fa-solid{
	color: #3c3c3c;
	font-family: "FontAwesome";
	font-weight: 100;
}
body .booked-appt-list .timeslot .spots-available{
	font-weight: 300;
	text-transform: none;
	font-size: 14px;
	color: #fff;
	transition: color .15s ease-in-out;
}
@media (min-width: 721px) {
	body .booked-appt-list .timeslot .spots-available{
		color: #77bfbc;
	}
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a,
body #booked-profile-page input[type=submit].button-primary,
body div.booked-calendar input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
body #booked-profile-page .appt-block .google-cal-button > a,
body .booked-modal p.booked-title-bar,
body div.booked-calendar .bc-col:hover .date span,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
.booked-ms-modal .booked-book-appt,
body #booked-profile-page .booked-tabs li a .counter{
	background: #77bfbc;
}
body #booked-profile-page input[type=submit].button-primary,
body div.booked-calendar input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
body #booked-profile-page .appt-block .google-cal-button > a,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
.booked-ms-modal .booked-book-appt,
body #booked-profile-page .booked-tabs li a .counter{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	border-color: #77bfbc;
  padding: 0.5em 2.4em;
}
@media (max-width: 720px) {
	body #booked-profile-page input[type=submit].button-primary,
	body div.booked-calendar input[type=submit].button-primary,
	body .booked-list-view button.button,
	body .booked-list-view input[type=submit].button-primary,
	body .booked-list-view button.button,
	body .booked-list-view input[type=submit].button-primary,
	body .booked-modal input[type=submit].button-primary,
	body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
	body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
	body #booked-profile-page .appt-block .google-cal-button > a,
	body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
	.booked-ms-modal .booked-book-appt,
	body #booked-profile-page .booked-tabs li a .counter{
		margin-bottom: 10px;
	}
}
body #booked-profile-page input[type=submit].button-primary::after,
body div.booked-calendar input[type=submit].button-primary::after,
body .booked-list-view button.button::after,
body .booked-list-view input[type=submit].button-primary::after,
body .booked-list-view button.button::after,
body .booked-list-view input[type=submit].button-primary::after,
body .booked-modal input[type=submit].button-primary::after,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button::after,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block::after,
body #booked-profile-page .appt-block .google-cal-button > a::after,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active::after,
.booked-ms-modal .booked-book-appt::after,
body #booked-profile-page .booked-tabs li a .counter::after{
	width: 100%;
}
body #booked-profile-page input[type=submit].button-primary:hover,
body #booked-profile-page input[type=submit].button-primary:focus,
body #booked-profile-page input[type=submit].button-primary:active,
body div.booked-calendar input[type=submit].button-primary:hover,
body div.booked-calendar input[type=submit].button-primary:focus,
body div.booked-calendar input[type=submit].button-primary:active,
body .booked-list-view button.button:hover,
body .booked-list-view button.button:focus,
body .booked-list-view button.button:active,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:focus,
body .booked-list-view input[type=submit].button-primary:active,
body .booked-list-view button.button:hover,
body .booked-list-view button.button:focus,
body .booked-list-view button.button:active,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:focus,
body .booked-list-view input[type=submit].button-primary:active,
body .booked-modal input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:focus,
body .booked-modal input[type=submit].button-primary:active,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:focus,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:active,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:hover,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:focus,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:active,
body #booked-profile-page .appt-block .google-cal-button > a:hover,
body #booked-profile-page .appt-block .google-cal-button > a:focus,
body #booked-profile-page .appt-block .google-cal-button > a:active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:focus,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:active,
.booked-ms-modal .booked-book-appt:hover,
.booked-ms-modal .booked-book-appt:focus,
.booked-ms-modal .booked-book-appt:active,
body #booked-profile-page .booked-tabs li a .counter:hover,
body #booked-profile-page .booked-tabs li a .counter:focus,
body #booked-profile-page .booked-tabs li a .counter:active{
	background: rgba(0, 0, 0, 0) !important;
	border-width: 2px;
}
body #booked-profile-page input[type=submit].button-primary:hover::after,
body #booked-profile-page input[type=submit].button-primary:focus::after,
body #booked-profile-page input[type=submit].button-primary:active::after,
body div.booked-calendar input[type=submit].button-primary:hover::after,
body div.booked-calendar input[type=submit].button-primary:focus::after,
body div.booked-calendar input[type=submit].button-primary:active::after,
body .booked-list-view button.button:hover::after,
body .booked-list-view button.button:focus::after,
body .booked-list-view button.button:active::after,
body .booked-list-view input[type=submit].button-primary:hover::after,
body .booked-list-view input[type=submit].button-primary:focus::after,
body .booked-list-view input[type=submit].button-primary:active::after,
body .booked-list-view button.button:hover::after,
body .booked-list-view button.button:focus::after,
body .booked-list-view button.button:active::after,
body .booked-list-view input[type=submit].button-primary:hover::after,
body .booked-list-view input[type=submit].button-primary:focus::after,
body .booked-list-view input[type=submit].button-primary:active::after,
body .booked-modal input[type=submit].button-primary:hover::after,
body .booked-modal input[type=submit].button-primary:focus::after,
body .booked-modal input[type=submit].button-primary:active::after,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover::after,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:focus::after,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:active::after,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:hover::after,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:focus::after,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:active::after,
body #booked-profile-page .appt-block .google-cal-button > a:hover::after,
body #booked-profile-page .appt-block .google-cal-button > a:focus::after,
body #booked-profile-page .appt-block .google-cal-button > a:active::after,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover::after,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:focus::after,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:active::after,
.booked-ms-modal .booked-book-appt:hover::after,
.booked-ms-modal .booked-book-appt:focus::after,
.booked-ms-modal .booked-book-appt:active::after,
body #booked-profile-page .booked-tabs li a .counter:hover::after,
body #booked-profile-page .booked-tabs li a .counter:focus::after,
body #booked-profile-page .booked-tabs li a .counter:active::after{
	width: 0;
}
body #booked-profile-page input[type=submit].button-primary:hover .spots-available,
body #booked-profile-page input[type=submit].button-primary:focus .spots-available,
body #booked-profile-page input[type=submit].button-primary:active .spots-available,
body div.booked-calendar input[type=submit].button-primary:hover .spots-available,
body div.booked-calendar input[type=submit].button-primary:focus .spots-available,
body div.booked-calendar input[type=submit].button-primary:active .spots-available,
body .booked-list-view button.button:hover .spots-available,
body .booked-list-view button.button:focus .spots-available,
body .booked-list-view button.button:active .spots-available,
body .booked-list-view input[type=submit].button-primary:hover .spots-available,
body .booked-list-view input[type=submit].button-primary:focus .spots-available,
body .booked-list-view input[type=submit].button-primary:active .spots-available,
body .booked-list-view button.button:hover .spots-available,
body .booked-list-view button.button:focus .spots-available,
body .booked-list-view button.button:active .spots-available,
body .booked-list-view input[type=submit].button-primary:hover .spots-available,
body .booked-list-view input[type=submit].button-primary:focus .spots-available,
body .booked-list-view input[type=submit].button-primary:active .spots-available,
body .booked-modal input[type=submit].button-primary:hover .spots-available,
body .booked-modal input[type=submit].button-primary:focus .spots-available,
body .booked-modal input[type=submit].button-primary:active .spots-available,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover .spots-available,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:focus .spots-available,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:active .spots-available,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:hover .spots-available,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:focus .spots-available,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:active .spots-available,
body #booked-profile-page .appt-block .google-cal-button > a:hover .spots-available,
body #booked-profile-page .appt-block .google-cal-button > a:focus .spots-available,
body #booked-profile-page .appt-block .google-cal-button > a:active .spots-available,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover .spots-available,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:focus .spots-available,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:active .spots-available,
.booked-ms-modal .booked-book-appt:hover .spots-available,
.booked-ms-modal .booked-book-appt:focus .spots-available,
.booked-ms-modal .booked-book-appt:active .spots-available,
body #booked-profile-page .booked-tabs li a .counter:hover .spots-available,
body #booked-profile-page .booked-tabs li a .counter:focus .spots-available,
body #booked-profile-page .booked-tabs li a .counter:active .spots-available{
	color: #77bfbc;
}
body .booked-appt-list .timeslot .timeslot-people button:hover,
body .booked-appt-list .timeslot .timeslot-people button:focus{
	color: #77bfbc;
}
body .booked-modal .bm-window p i.fa,
body .booked-modal .bm-window a,
body .booked-appt-list .booked-public-appointment-title,
body .booked-modal .bm-window p.appointment-title,
.booked-ms-modal.visible:hover .booked-book-appt,
body .booked-modal input[type=submit].button-primary:hover{
	color: #77bfbc;
}
body .booked-appt-list .timeslot .timeslot-title{
	color: #77bfbc;
}
body .booked-form .cf-block select{
	height: 50px;
}
body #booked-profile-page input[type=submit].cancel,
body #booked-profile-page button.cancel,
body .booked-list-view input[type=submit].cancel,
body .booked-list-view button.cancel,
body .booked-calendar input[type=submit].cancel,
body .booked-calendar button.cancel,
body .booked-modal input[type=submit].cancel,
body .booked-modal button.cancel,
body .booked-modal .booked-forgot-goback.button{
	background: rgba(0, 0, 0, 0) !important;
	color: #77bfbc !important;
	font-size: 14px;
	line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	border-color: #77bfbc;
  padding: 0.5em 2.4em;
}
body #booked-profile-page input[type=submit].cancel::before,
body #booked-profile-page input[type=submit].cancel::after,
body #booked-profile-page button.cancel::before,
body #booked-profile-page button.cancel::after,
body .booked-list-view input[type=submit].cancel::before,
body .booked-list-view input[type=submit].cancel::after,
body .booked-list-view button.cancel::before,
body .booked-list-view button.cancel::after,
body .booked-calendar input[type=submit].cancel::before,
body .booked-calendar input[type=submit].cancel::after,
body .booked-calendar button.cancel::before,
body .booked-calendar button.cancel::after,
body .booked-modal input[type=submit].cancel::before,
body .booked-modal input[type=submit].cancel::after,
body .booked-modal button.cancel::before,
body .booked-modal button.cancel::after,
body .booked-modal .booked-forgot-goback.button::before,
body .booked-modal .booked-forgot-goback.button::after{
	display: none;
}
body #booked-profile-page input[type=submit].cancel:hover,
body #booked-profile-page input[type=submit].cancel:focus,
body #booked-profile-page input[type=submit].cancel:active,
body #booked-profile-page button.cancel:hover,
body #booked-profile-page button.cancel:focus,
body #booked-profile-page button.cancel:active,
body .booked-list-view input[type=submit].cancel:hover,
body .booked-list-view input[type=submit].cancel:focus,
body .booked-list-view input[type=submit].cancel:active,
body .booked-list-view button.cancel:hover,
body .booked-list-view button.cancel:focus,
body .booked-list-view button.cancel:active,
body .booked-calendar input[type=submit].cancel:hover,
body .booked-calendar input[type=submit].cancel:focus,
body .booked-calendar input[type=submit].cancel:active,
body .booked-calendar button.cancel:hover,
body .booked-calendar button.cancel:focus,
body .booked-calendar button.cancel:active,
body .booked-modal input[type=submit].cancel:hover,
body .booked-modal input[type=submit].cancel:focus,
body .booked-modal input[type=submit].cancel:active,
body .booked-modal button.cancel:hover,
body .booked-modal button.cancel:focus,
body .booked-modal button.cancel:active,
body .booked-modal .booked-forgot-goback.button:hover,
body .booked-modal .booked-forgot-goback.button:focus,
body .booked-modal .booked-forgot-goback.button:active{
	background: #77bfbc !important;
	color: #fff !important;
}
@media (min-width: 721px) {
	body .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title{
		display: none !important;
	}
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date{
	background: #77bfbc;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:focus .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span{
	background: rgba(0, 0, 0, 0) !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a{
	color: #77bfbc;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a:hover,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a:focus{
	color: #77bfbc;
	opacity: .5;
}
.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped {
  margin-left: -2px;
  margin-right: -2px;
  width: calc(100% + 4px);
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped li {
  border-color: transparent !important;
  max-width: calc(33.33% - 4px) !important;
  min-width: calc(33.33% - 4px) !important;
  margin: 2px !important;
}
.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped li::before {
  display: none;
}
.eg-gallery-wrapper .esg-entry-cover {
  width: 90% !important;
  height: 86% !important;
  margin: 5% !important;
  padding: 2em !important;
}
.eg-gallery-wrapper .eg-gallery-element-2 {
  display: block;
}
.eg-gallery-wrapper .eg-gallery-element-10 {
  width: 170px !important;
}
.simple-light .esg-filterbutton,
.simple-light .esg-navigationbutton,
.simple-light .esg-sortbutton,
.simple-light .esg-cartbutton a {
  margin-right: 1px !important;
  border: 2px solid #77bfbc !important;
  background: none !important;
  padding: 0 1em !important;
  line-height: 40px !important;
  font-size: 14px !important;
  transition: all 0.3s ease 0s;
}
.simple-light .esg-filterbutton {
  margin-right: 10px !important;
}
.simple-light .esg-navigationbutton:hover,
.simple-light .esg-filterbutton:hover,
.simple-light .esg-sortbutton:hover,
.simple-light .esg-sortbutton-order:hover,
.simple-light .esg-cartbutton a:hover,
.simple-light .esg-filterbutton.selected {
  box-shadow: none !important;
  background: #77bfbc !important;
  color: #fff !important;
  border-color: #77bfbc !important;
}
.simple-light .esg-navigationbutton.esg-loadmore {
  background: none !important;
  color: #77bfbc;
  padding: 0.5em 3em !important;
  font-weight: 400;
  line-height: 1em;
}
.simple-light .esg-navigationbutton.esg-loadmore:hover {
  background: #77bfbc !important;
  border-color: #77bfbc !important;
}
#infinitive-scroll.simple-light .esg-navigationbutton.esg-loadmore {
  padding: 10px;
  background: rgba(0, 0, 0, 0) url('../img/ajax-loader.gif') no-repeat center !important;
}
.esg-grid li .eg-mckinley-element-6 {
  height: 5em !important;
  overflow: hidden !important;
}
.esg-grid li .eg-mckinley-element-31 {
  max-width: 170px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.minimal-light ~ p {
  margin: 0;
}
.minimal-light .esg-navigationbutton:hover,
.minimal-light .esg-filterbutton:hover,
.minimal-light .esg-sortbutton:hover,
.minimal-light .esg-sortbutton-order:hover,
.minimal-light .esg-cartbutton a:hover,
.minimal-light .esg-filterbutton.selected {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9DC0E3 !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.minimal-light .esg-filterbutton.selected {
  color: #77bfbc !important;
}
.minimal-light .esg-filterbutton.selected:hover {
  color: #4FA6A1;
}
.minimal-light .esg-filterbutton,
.minimal-light .esg-navigationbutton,
.minimal-light .esg-sortbutton,
.minimal-light .esg-cartbutton a {
  color: #787878 !important;
  border: none !important;
  background: none !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1em !important;
  font-weight: 500 !important;
  padding: 0 3.5em !important;
  line-height: 2em !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.minimal-light .esg-filterbutton + .esg-filterbutton {
  border-left: 1px solid #fff !important;
}
.minimal-light .esg-pagination .esg-filterbutton {
  font-size: 0.001em !important;
  font-size: 0 !important;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #787878 !important;
  margin: 0 5px !important;
}
.minimal-light .esg-pagination .esg-filterbutton:hover,
.minimal-light .esg-pagination .esg-filterbutton.selected {
  background-color: #787878 !important;
}
.esg-filter-wrapper {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
form #fbuilder legend {
  padding-right: 0;
  padding-left: 0;
  border: none;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.777rem;
  line-height: 1.2;
  color: #3C3C3C;
}
form #fbuilder fieldset {
  border: none;
  padding-right: 15px;
  padding-left: 15px;
}
form #fbuilder input,
form #fbuilder textarea {
  background: none;
  margin-top: 1em;
}
form #fbuilder label {
  display: inline;
  color: #709CC8;
}
form #fbuilder .calc-value legend {
  color: #f07983;
  text-transform: uppercase;
}
.member-team-wrapper .entry-content {
  overflow: hidden;
}
.member-team-wrapper .member-content-tabs .nav-tabs {
  border-bottom: 5px solid #C2DC77;
}
.member-team-wrapper .member-content-tabs .nav-tabs li {
  padding-left: 0;
  margin-bottom: -2px;
  border: 1px solid #CFCFCF !important;
  border-bottom: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.member-team-wrapper .member-content-tabs .nav-tabs li a {
  display: inline-block;
  padding: 1.15em 2.4em;
  color: black;
  border: none;
  background: none;
}
.member-team-wrapper .member-content-tabs .nav-tabs li + li {
  margin-left: 2px;
}
.member-team-wrapper .member-content-tabs .nav-tabs li .ui-tabs-anchor {
  padding: 1.5em 2.65em;
  line-height: 1;
  font-weight: 500;
}
.member-team-wrapper .member-content-tabs .nav-tabs li.active {
  background-color: #C2DC77 !important;
}
.member-team-wrapper .member-content-tabs .nav-tabs li.active a {
  border: none;
  background: none;
  color: #fff;
}
.member-team-wrapper .member-content-tabs .fw-tab-content {
  padding: 0 2.5em;
  border: 1px solid #CFCFCF;
  border-bottom: none;
}
.member-team-wrapper .member-content-tabs #member-skills .progress:nth-child(4n+1) .progress-bar {
  background-color: #F3AACB;
}
.member-team-wrapper .member-content-tabs #member-skills .progress:nth-child(4n+2) .progress-bar {
  background-color: #9DC0E3;
}
.member-team-wrapper .member-content-tabs #member-skills .progress:nth-child(4n+3) .progress-bar {
  background-color: #C2DC77;
}
.member-team-wrapper .member-content-tabs #member-skills .progress:nth-child(4n+4) .progress-bar {
  background-color: #4FA6A1;
}
.member-team-wrapper .member-thumbnail {
  border: 1px solid #CFCFCF;
  margin-bottom: 3.5em;
}
.member-team-wrapper .member-thumbnail img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.member-team-wrapper .member-post {
  margin-bottom: -0.5em;
  font-size: 1.8em;
}
.member-team-wrapper .member-title {
  margin-bottom: 0.3em;
}
.member-team-wrapper .member-social {
  list-style: none;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: auto;
}
.member-team-wrapper .member-social li {
  padding-left: 0;
}
.member-team-wrapper .member-social li + li {
  margin-left: 6px;
}
.member-team-wrapper .member-social li::before {
  content: none;
}
.member-team-wrapper .member-social li a {
  font-size: 0em;
}
.member-team-wrapper .member-social a::before {
  font-size: 29px;
  font-size: 1.8rem;
}
.member-team-wrapper .member-contacts {
  border-top: 1px solid #CFCFCF;
}
.member-team-wrapper .member-contacts li {
  padding-left: 0;
  line-height: 5.8em;
  border-bottom: 1px solid #CFCFCF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-team-wrapper .member-contacts li::before {
  content: none;
}
.member-team-wrapper .member-contacts li [class*=icon] {
  position: relative;
  bottom: -0.3em;
  margin-right: 10px;
  font-size: 3em;
  display: inline-block;
}
.member-team-wrapper #cctContactForm ul li {
  position: relative;
  padding-left: 0;
}
.member-team-wrapper #cctContactForm ul li + li {
  margin-top: 1em;
}
.member-team-wrapper #cctContactForm ul li::before {
  content: none;
}
.member-team-wrapper #cctContactForm ul li label {
  display: block;
  position: absolute;
  top: 11px;
  top: 0.7rem;
  left: 3%;
  font-size: 0em;
}
.member-team-wrapper #cctContactForm ul li label::before {
  font-family: rt-icons-2;
  font-size: 2rem;
}
.member-team-wrapper #cctContactForm ul li label[for=cctContactName]::before {
  content: '\e7ad';
  color: #9DC0E3;
}
.member-team-wrapper #cctContactForm ul li label[for=cctEmail]::before {
  content: '\e70f';
  color: #C2DC77;
}
.member-team-wrapper #cctContactForm ul li label[for=cctCommentsText]::before {
  content: '\e81a';
  color: #4FA6A1;
}
.member-team-wrapper #cctContactForm ul li input,
.member-team-wrapper #cctContactForm ul li textarea {
  background: #fff;
  padding-left: 3.5em;
  max-height: 15em;
}
.member-team-wrapper #cctContactForm ul li input:focus,
.member-team-wrapper #cctContactForm ul li textarea:focus {
  background: #F0F1EB;
  border-color: #CFCFCF;
}
.member-team-wrapper #cctContactForm ul li input[type=submit] {
  padding: 1em 2.5em;
  text-align: center;
  border: 2px solid #3C3C3C;
  color: #3C3C3C;
  font-weight: 500;
}
.member-team-wrapper #cctContactForm ul li input[type=submit]:hover {
  background: #818181;
  color: #fff;
}
.member-team-wrapper.archive .hentry {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.member-team-wrapper.archive article.row {
  margin-right: 0;
  margin-left: 0;
}
.member-team-wrapper.archive .team_member:nth-child(4n+1) .fw-special-subtitle,
.member-team-wrapper.archive .team_member:nth-child(4n+1) .team-social-icons a {
  color: #C2DC77;
}
.member-team-wrapper.archive .team_member:nth-child(4n+1) .helper {
  border: 1px solid #C2DC77;
}
.member-team-wrapper.archive .team_member:nth-child(4n+1) .fw-team-social {
  background-color: #C2DC77;
}
.member-team-wrapper.archive .team_member:nth-child(4n+2) .fw-special-subtitle,
.member-team-wrapper.archive .team_member:nth-child(4n+2) .team-social-icons a {
  color: #4FA6A1;
}
.member-team-wrapper.archive .team_member:nth-child(4n+2) .helper {
  border: 1px solid #4FA6A1;
}
.member-team-wrapper.archive .team_member:nth-child(4n+2) .fw-team-social {
  background-color: #4FA6A1;
}
.member-team-wrapper.archive .team_member:nth-child(4n+3) .fw-special-subtitle,
.member-team-wrapper.archive .team_member:nth-child(4n+3) .team-social-icons a {
  color: #F3AACB;
}
.member-team-wrapper.archive .team_member:nth-child(4n+3) .helper {
  border: 1px solid #F3AACB;
}
.member-team-wrapper.archive .team_member:nth-child(4n+3) .fw-team-social {
  background-color: #F3AACB;
}
.member-team-wrapper.archive .team_member:nth-child(4n+4) .fw-special-subtitle,
.member-team-wrapper.archive .team_member:nth-child(4n+4) .team-social-icons a {
  color: #9DC0E3;
}
.member-team-wrapper.archive .team_member:nth-child(4n+4) .helper {
  border: 1px solid #9DC0E3;
}
.member-team-wrapper.archive .team_member:nth-child(4n+4) .fw-team-social {
  background-color: #9DC0E3;
}
.member-team-wrapper .fw-team.list-item {
  display: table;
  min-height: 255px;
  background-color: #F0F1EB;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.member-team-wrapper .fw-team.list-item > .fw-team-row {
  display: table-row;
  position: relative;
}
.member-team-wrapper .fw-team.list-item > .fw-team-row > div {
  display: block;
  vertical-align: top;
  min-height: 300px;
}
.member-team-wrapper .fw-team.list-item > .fw-team-row > div.fw-team-inner {
  min-height: auto;
}
.member-team-wrapper .fw-team.list-item .fw-team-inner {
  width: 100%;
  padding: 60px 30px 50px;
  padding: 3.8rem 2rem 3rem;
  text-align: left;
}
.member-team-wrapper .fw-team.list-item .fw-team-inner h3 {
  margin: 0;
  font-size: 30px;
  font-size: 1.9rem;
  line-height: 28px;
  line-height: 1.777rem;
}
.member-team-wrapper .fw-team.list-item .fw-team-inner h3 a {
  color: #3C3C3C;
}
.member-team-wrapper .fw-team.list-item .fw-team-inner h3 a:hover {
  color: #9DC0E3;
}
.member-team-wrapper .fw-team.list-item .fw-team-inner .helper {
  margin: 1em 0 0.7em;
  width: 100px;
}
.member-team-wrapper .fw-team .fw-team-image {
  width: 50%;
  background-size: cover;
}
.member-team-wrapper .fw-team .fw-team-social {
  width: 50%;
  padding: 2.3em 1.3em;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-size: 1.2rem;
}
.member-team-wrapper .fw-team .fw-team-social::before {
  position: absolute;
  left: -25px;
  top: 7px;
  content: '\e977';
  font-family: 'rt-icons-2';
  font-size: 130px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.5);
}
.member-team-wrapper .fw-team .team-social-icons {
  margin-top: 0.7em;
}
.member-team-wrapper .fw-team .team-social-icons a {
  display: inline-block;
  position: relative;
  margin: 0 3px;
  width: 30px;
  width: 1.8rem;
  height: 30px;
  height: 1.8rem;
  font-size: 0.00001em;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.member-team-wrapper .fw-team .team-social-icons a::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: rt-icons-2;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.member-team-wrapper .fw-team .team-social-icons a[href*="facebook.com"]::before {
  content: '\46';
}
.member-team-wrapper .fw-team .team-social-icons a[href*="twitter.com"]::before {
  content: '\4c';
}
.member-team-wrapper .fw-team .team-social-icons a[href*="google.com"]::before {
  content: '\47';
}
.member-team-wrapper .fw-team .team-social-icons a[href*="linkedin.com"]::before {
  content: '\49';
}
.member-team-wrapper .fw-team .team-social-icons a[href*="instagram.com"]::before {
  content: '\e900';
}
.member-team-wrapper .fw-team .team-social-icons a[href*="pinterest.com"]::before {
  content: '\e901';
}
.member-team-wrapper .fw-team .team-social-icons a[href*="vimeo.com"]::before {
  content: '\56';
}
/* LMS Courses*/
.course-item {
  text-align: center;
  margin-bottom: 30px;
}
.course-item .course-media img {
  margin-bottom: 0;
}
.course-item .course-info {
  background-color: #F0F1EB;
  padding: 3.3em;
}
.course-item .meta {
  color: red;
  height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.7em;
}
.course-item .meta .post-categories li {
  display: inline-block;
}
.course-item .meta .post-categories li a {
  color: #f07983;
}
.course-item .meta .post-categories li a:hover {
  color: #9DC0E3;
}
.course-item .course-title {
  font-weight: 300;
  line-height: 1.1;
  height: 2.3em;
  overflow: hidden;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0.6em;
}
.course-item .course-title a {
  color: #3C3C3C;
}
.course-item .course-title a:hover {
  color: #9DC0E3;
}
.course-item .entry {
  height: 3.5em;
  overflow: hidden;
}
.course-item .course-detalis {
  line-height: 5em;
  height: 5em;
  background-color: #3C3C3C;
}
.course-item .course-detalis .price {
  color: #C2DC77;
  font-size: 2em;
  font-weight: 700;
}
.single .lms-content .entry-content .post__inner,
.single .type-sfwd-courses .entry-content .post__inner,
.single .lms-content .entry-summary,
.single .type-sfwd-courses .entry-summary,
.single .lms-content .page-content,
.single .type-sfwd-courses .page-content {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.lms-content #learndash_course_materials,
.type-sfwd-courses #learndash_course_materials {
  margin-bottom: 2em;
}
.lms-content #lessons_list,
.type-sfwd-courses #lessons_list,
.lms-content #course_list,
.type-sfwd-courses #course_list,
.lms-content #quiz_list,
.type-sfwd-courses #quiz_list,
.lms-content .learndash_profile_quizzes,
.type-sfwd-courses .learndash_profile_quizzes,
.lms-content #learndash_lesson_topics_list ul,
.type-sfwd-courses #learndash_lesson_topics_list ul,
.lms-content .learndash_nevigation_lesson_topics_list,
.type-sfwd-courses .learndash_nevigation_lesson_topics_list {
  margin-top: 5px;
}
.lms-content #learndash_lessons #lesson_heading,
.type-sfwd-courses #learndash_lessons #lesson_heading,
.lms-content #learndash_profile .learndash_profile_heading,
.type-sfwd-courses #learndash_profile .learndash_profile_heading,
.lms-content #learndash_quizzes #quiz_heading,
.type-sfwd-courses #learndash_quizzes #quiz_heading,
.lms-content #learndash_lesson_topics_list div > strong,
.type-sfwd-courses #learndash_lesson_topics_list div > strong {
  position: relative;
  background-color: #3C3C3C;
  color: #fff;
  border-radius: 0;
  padding: 1em 2em;
  font-weight: 300;
  font-size: 1.3em;
}
.lms-content #learndash_lessons #lesson_heading::after,
.type-sfwd-courses #learndash_lessons #lesson_heading::after,
.lms-content #learndash_profile .learndash_profile_heading::after,
.type-sfwd-courses #learndash_profile .learndash_profile_heading::after,
.lms-content #learndash_quizzes #quiz_heading::after,
.type-sfwd-courses #learndash_quizzes #quiz_heading::after,
.lms-content #learndash_lesson_topics_list div > strong::after,
.type-sfwd-courses #learndash_lesson_topics_list div > strong::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  display: block;
  border-bottom: 5px solid #F3AACB;
  width: 100%;
}
.lms-content .learndash .completed,
.type-sfwd-courses .learndash .completed,
.lms-content #learndash_profile .completed,
.type-sfwd-courses #learndash_profile .completed,
.lms-content .learndash .notcompleted,
.type-sfwd-courses .learndash .notcompleted,
.lms-content #learndash_profile .notcompleted,
.type-sfwd-courses #learndash_profile .notcompleted {
  background: none;
}
.lms-content .learndash .completed [class*=icon],
.type-sfwd-courses .learndash .completed [class*=icon],
.lms-content #learndash_profile .completed [class*=icon],
.type-sfwd-courses #learndash_profile .completed [class*=icon],
.lms-content .learndash .notcompleted [class*=icon],
.type-sfwd-courses .learndash .notcompleted [class*=icon],
.lms-content #learndash_profile .notcompleted [class*=icon],
.type-sfwd-courses #learndash_profile .notcompleted [class*=icon] {
  float: right;
  line-height: 3.5em;
}
.lms-content .learndash .completed [class*=icon],
.type-sfwd-courses .learndash .completed [class*=icon],
.lms-content #learndash_profile .completed [class*=icon],
.type-sfwd-courses #learndash_profile .completed [class*=icon] {
  color: #C2DC77;
}
.lms-content .learndash .completed [class*=icon],
.type-sfwd-courses .learndash .completed [class*=icon],
.lms-content #learndash_profile .completed [class*=icon],
.type-sfwd-courses #learndash_profile .completed [class*=icon] {
  color: #F3AACB;
}
.lms-content #learndash_course_content_title,
.type-sfwd-courses #learndash_course_content_title {
  margin-bottom: 0.6em !important;
}
.lms-content #learndash_lessons,
.type-sfwd-courses #learndash_lessons,
.lms-content #learndash_quizzes,
.type-sfwd-courses #learndash_quizzes,
.lms-content #learndash_profile,
.type-sfwd-courses #learndash_profile,
.lms-content #learndash_lesson_topics_list > div,
.type-sfwd-courses #learndash_lesson_topics_list > div,
.lms-content #lessons_list > div h4,
.type-sfwd-courses #lessons_list > div h4,
.lms-content #course_list > div h4,
.type-sfwd-courses #course_list > div h4,
.lms-content #quiz_list > div h4,
.type-sfwd-courses #quiz_list > div h4,
.lms-content #learndash_lesson_topics_list ul > li > span.topic_item,
.type-sfwd-courses #learndash_lesson_topics_list ul > li > span.topic_item,
.lms-content #learndash_lessons > div > div,
.type-sfwd-courses #learndash_lessons > div > div,
.lms-content #learndash_quizzes > div > div,
.type-sfwd-courses #learndash_quizzes > div > div {
  border: none;
  box-shadow: none;
}
.lms-content #learndash_lessons a,
.type-sfwd-courses #learndash_lessons a,
.lms-content #learndash_quizzes a,
.type-sfwd-courses #learndash_quizzes a,
.lms-content .expand_collapse a,
.type-sfwd-courses .expand_collapse a,
.lms-content .learndash_topic_dots a,
.type-sfwd-courses .learndash_topic_dots a,
.lms-content .learndash_topic_dots a > span,
.type-sfwd-courses .learndash_topic_dots a > span,
.lms-content #learndash_lesson_topics_list span a,
.type-sfwd-courses #learndash_lesson_topics_list span a,
.lms-content #learndash_profile a,
.type-sfwd-courses #learndash_profile a,
.lms-content #learndash_profile a span,
.type-sfwd-courses #learndash_profile a span {
  padding: 0 2.7em 0 1.8em;
  font-size: 0.8em;
  line-height: 3.5em;
  color: #9DC0E3;
}
.lms-content #learndash_lessons a:hover,
.type-sfwd-courses #learndash_lessons a:hover,
.lms-content #learndash_quizzes a:hover,
.type-sfwd-courses #learndash_quizzes a:hover,
.lms-content .expand_collapse a:hover,
.type-sfwd-courses .expand_collapse a:hover,
.lms-content .learndash_topic_dots a:hover,
.type-sfwd-courses .learndash_topic_dots a:hover,
.lms-content .learndash_topic_dots a > span:hover,
.type-sfwd-courses .learndash_topic_dots a > span:hover,
.lms-content #learndash_lesson_topics_list span a:hover,
.type-sfwd-courses #learndash_lesson_topics_list span a:hover,
.lms-content #learndash_profile a:hover,
.type-sfwd-courses #learndash_profile a:hover,
.lms-content #learndash_profile a span:hover,
.type-sfwd-courses #learndash_profile a span:hover {
  color: #F3AACB;
}
.lms-content #lessons_list > div h4 a,
.type-sfwd-courses #lessons_list > div h4 a,
.lms-content #course_list > div h4 a,
.type-sfwd-courses #course_list > div h4 a,
.lms-content #quiz_list > div h4 a,
.type-sfwd-courses #quiz_list > div h4 a,
.lms-content #learndash_lesson_topics_list ul > li > span.topic_item a,
.type-sfwd-courses #learndash_lesson_topics_list ul > li > span.topic_item a {
  background-color: #F0F1EB;
  border-bottom: 1px solid #fff;
}
.lms-content #lessons_list > div h4 a:hover,
.type-sfwd-courses #lessons_list > div h4 a:hover,
.lms-content #course_list > div h4 a:hover,
.type-sfwd-courses #course_list > div h4 a:hover,
.lms-content #quiz_list > div h4 a:hover,
.type-sfwd-courses #quiz_list > div h4 a:hover,
.lms-content #learndash_lesson_topics_list ul > li > span.topic_item a:hover,
.type-sfwd-courses #learndash_lesson_topics_list ul > li > span.topic_item a:hover {
  background-color: rgba(240, 241, 235, 0.5);
}
.widget_ldcourseprogress {
  padding-left: 0;
  padding-right: 0;
}
.widget_sfwd-lessons-widget ul > li {
  position: relative;
  counter-reset: list 0;
}
.widget_sfwd-lessons-widget ul > li::before {
  counter-increment: list;
  content: "Lesson " counter(list) ": ";
  float: left;
  color: #9DC0E3;
  margin-right: 10px;
  line-height: 2.1em;
}
.widget_sfwd-lessons-widget ul > li::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.widget_sfwd-lessons-widget ul > li > h4 a {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 1.4em !important;
}
.widget_sfwd-courses-widget h4 {
  margin-bottom: 5px;
}
.widget_sfwd-courses-widget li a {
  max-width: 100%;
  display: inline-block;
  height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3C3C3C;
}
.widget_sfwd-courses-widget li a:hover {
  color: #9DC0E3;
}
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .list_arrow.collapse {
  background-position: 50% 12px;
}
.ld-course-info-my-courses {
  margin-bottom: 1em;
}
.ld-course-info-my-courses img {
  float: left;
}
.ld-course-info-my-courses .ld-entry-title {
  font-size: 1.5rem;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.ld-course-info-my-courses::after {
  content: '';
  display: block;
  width: 100%;
  float: none;
  clear: both;
}
.wpProQuiz_content .wpProQuiz_list li::before,
.wpProQuiz_content .wpProQuiz_questionList li::before,
.wpProQuiz_content .wpProQuiz_catOverview li::before {
  content: none;
}
.wpProQuiz_content .wpProQuiz_tipp > div {
  border-radius: 0 !important;
  background: #fff !important;
}
.wpProQuiz_content .wpProQuiz_resultTable {
  width: 100% !important;
}
.wpProQuiz_content .wpProQuiz_resultName {
  width: 25% !important;
  padding: 10px !important;
}
.wpProQuiz_content .wpProQuiz_resultValue {
  padding: 0 10px !important;
}
.wpProQuiz_content .wpProQuiz_catOverview li {
  height: 2.5em !important;
}
.wpProQuiz_content .btn-join,
.wpProQuiz_content #btn-join,
.wpProQuiz_content a#quiz_continue_link {
  border-radius: 0 !important;
  background-color: #4FA6A1 !important;
}
.wpProQuiz_content .btn-join :hover,
.wpProQuiz_content #btn-join :hover,
.wpProQuiz_content a#quiz_continue_link :hover {
  background-color: #F3AACB;
}
.wpProQuiz_content .wpProQuiz_button {
  background: #9DC0E3 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.wpProQuiz_content .wpProQuiz_button:hover {
  background: #4FA6A1 !important;
}
/**
 * 12.7 - Specific colors
 */
.color-blue {
  color: #9DC0E3;
}
.color-red {
  color: #f07983;
}
.color-pink {
  color: #F3AACB;
}
.color-green {
  color: #4FA6A1;
}
.color-red {
  color: #f07983;
}
.color-yellow {
  color: #C2DC77;
}
.background-blue {
  background-color: #9DC0E3;
}
.background-red {
  background-color: #f07983;
}
.background-pink {
  background-color: #F3AACB;
}
.background-green {
  background-color: #4FA6A1;
}
.background-red {
  background-color: #f07983;
}
/**
 * 13.0 Footer
 */
.footer {
  padding: 1.5em 0;
  background-color: #3C3C3C;
}
.footer * {
  color: #D6ECEB;
}
.footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.footer .widget {
  background-color: transparent;
  color: #7f7f7f;
}
.footer .widget + .widget {
  margin-top: 2em;
}
.footer .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #818181;
}
.footer .widget-title {
  text-align: left;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 1.1em;
  color: #fff;
}
.footer .widget-title small {
  color: inherit;
}
.footer .widget-width__container {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #474747;
}
.footer .widget-width__container .widget {
  padding-bottom: 0;
}
.footer .widget-width__container + .widget {
  margin-top: 60px;
}
.footer .widget_archive,
.footer .widget_categories,
.footer .widget_links,
.footer .widget_meta,
.footer .widget_nav_menu,
.footer .widget_pages {
  border: none;
}
.footer .dropdown-toggle .filter-option {
  color: #818181;
}
.footer-logo {
  position: relative;
}
.footer-logo .logo {
  position: absolute;
  top: -3.3em;
  width: 100%;
}
.footer__widgets-row.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -40px;
  /* .widget bottom padding */
}
/* Copyright */
.copyright {
  max-width: 100%;
  padding: 1.9em 0;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.copyright i {
  color: #77bfbc;
}
.copyright a,
.copyright a:focus,
.copyright a:active {
  color: #3C3C3C;
}
.copyright a:hover {
  color: rgba(60, 60, 60, 0.7);
}
@media (min-width: 768px) {
  .footer > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer {
    padding: 4.5em 0;
  }
}
/**
 * 14.0 Media
 */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
audio,
canvas {
  display: inline-block;
}
embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
  padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}
.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"] {
  height: 383px;
}
/**
 * 14.1 Captions
 */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
/**
 * 14.2 Galleries
 */
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.owl-carousel .owl-controls {
  margin-top: 0;
}
/**
 * 15.0 Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
* Non-sticky menu under 955px
*/
@media screen and (max-width: 59.6875em) {
  .menu-strip.header-sticky {
    position: relative;
  }
}
@media only screen and (min-device-width: 654px) and (max-device-width: 853px) {
  .admin-bar .is-sticky .main-nav {
    margin-top: 46px;
  }
}
@media screen and (min-width: 854px) {
  .admin-bar .is-sticky .main-nav {
    margin-top: 32px;
  }
}
/**
* 15.0.1 Mobile small 240px
*/
@media screen and (min-width: 15em) {
  .menu-strip {
    border-top: 0;
    text-align: center;
  }
  .main-nav {
    display: none;
    z-index: 99999;
  }
  .nav-button {
    display: block;
  }
  .site-content > .container,
  .site-main > .container-fluid,
  .site-main > .container-fluid > .row > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .site__row .col-xs-12 {
    padding: 0;
  }
  .col-sm-8 iframe[src*="feature=oembed"],
  .col-sm-8 iframe[src*="player.vimeo.com"] {
    height: 230px;
  }
  .post__wrap .post__media,
  .post__wrap .post__inner {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .logo-bar .login-popup .login-popup__toggle .label,
  .logo-bar .login-popup .login-popup__logout .label {
    display: none;
  }
  .login-popup__popup #loginform .login-username,
  .login-popup__popup #loginform .login-password {
    text-align: left;
    line-height: 0;
  }
  .post__meta .post__meta-date {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
  }
  .post__wrap.post__wrap--small.without-media .post__media {
    display: none;
  }
  .format-gallery .gallery-icon {
    line-height: 1em;
  }
  .secondary .widget.widget_tag_cloud {
    padding-bottom: 40px;
  }
  .secondary .widget .widget_recent_entries img {
    width: 100%;
    height: auto;
  }
  .widget_apsc_widget .apsc-each-profile {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .search-loop__item .post__inner,
  .search-loop__item .post__media,
  .post__wrap.post__wrap--small .post__media,
  .post__wrap.post__wrap--small .post__inner {
    width: 100%;
    clear: both;
    float: none;
    overflow: hidden;
    max-height: 100%;
    height: auto;
    margin: 0;
    position: relative;
  }
  .search-loop__item .post__media img {
    width: 100%;
    height: auto;
  }
  .breadcrumbs {
    display: none;
  }
}
/**
* 15.0.2 Mobile small 320px
*/
@media screen and (min-width: 20em) {
  .hentry.sticky:not(.has-post-thumbnail) {
    padding-top: inherit;
  }
  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }
  .pagination .page-numbers {
    display: inline-block;
  }
  .image-navigation {
    padding: 0 9.0909%;
  }
  .widget_apsc_widget .apsc-each-profile {
    width: 98px;
  }
}
@media screen and (min-width: 480px) {
  .login-popup__popup {
    width: 400px;
    padding: 40px;
  }
  .login-popup__popup .login-popup__popup__forgot-password {
    left: 40px;
    bottom: 130px;
  }
  .breadcrumbs {
    display: block;
  }
  .widget.widget_apsc_widget .apsc-each-profile {
    width: 120px;
    height: 120px;
  }
  .author-info .avatar {
    float: left;
  }
  .fw-pricing .fw-package .fw-heading-row .heading-bg {
    font-size: 8em;
  }
  .page-builder .fw-btn {
    padding: 1.2em 4.1em;
  }
}
/**
* 15.1 Mobile Large 620px
*/
@media screen and (min-width: 38.75em) {
  .sidebar-hidden {
    position: absolute;
  }
  .sidebar-visible {
    position: relative;
  }
  .masonry {
    /* Masonry container */
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 1em;
  }
  .cat-links:before,
  .edit-link:before {
    top: 0;
  }
  .taxonomy-description {
    padding-top: 0.4118em;
  }
  embed,
  iframe,
  object,
  video {
    margin-bottom: 1.6471em;
  }
  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1.6471em;
  }
  .sright.post-container > .row > .col-sm-3,
  .sright.post-container > .row > .col-sm-4,
  .sright.post-container > .row > .col-sm-8,
  .sright.post-container > .row > .col-sm-9,
  .sleft.post-container > .row > .col-sm-3,
  .sleft.post-container > .row > .col-sm-4,
  .sleft.post-container > .row > .col-sm-8,
  .sleft.post-container > .row > .col-sm-9,
  .snone.post-container > .row > .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-bar .login-popup .login-popup__toggle .label,
  .logo-bar .login-popup .login-popup__logout .label,
  .social-search .social-navigation {
    visibility: visible;
  }
  .col-sm-8 iframe[src*="feature=oembed"],
  .col-sm-8 iframe[src*="player.vimeo.com"] {
    height: 383px;
  }
  .post__wrap--small .post__media {
    width: 50%;
    float: left;
    padding-right: 0;
  }
  .post__wrap--small .post__inner {
    width: 50%;
    float: right;
    padding-left: 15px;
  }
  .comment-list article {
    overflow: hidden;
    margin-left: 5.625em;
    margin-top: -0.65em;
  }
  .comment-list .children > li {
    padding-left: 3.625em;
  }
}
@media screen and (min-width: 768px) {
  .social-search {
    padding: 0 15px;
  }
  .logo-bar .logo__image {
    width: auto;
  }
  .login-popup {
    margin-left: 0;
  }
  .under-sticky {
    min-height: 148px;
  }
  .col-sm-8 iframe[src*="feature=oembed"],
  .col-sm-8 iframe[src*="player.vimeo.com"] {
    height: 230px;
  }
  .is_stuck {
    margin-top: 0;
  }
  .post__wrap article .post__inner,
  .entry-content .post__inner,
  .entry-summary,
  .page-content {
    padding: 2.5em;
  }
  .widget_categories ul > li::before,
  .widget_nav_menu ul > li::before,
  .widget_pages ul > li::before,
  .entry-content ul > li::before,
  .comment-content ul > li::before,
  .textwidget ul > li::before {
    top: 0;
  }
  .widget pre {
    padding: 0.5em;
  }
  .sleft.post-container > .row > .site__sidebar .widget,
  .sright.post-container > .row > .site__sidebar .widget {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .site-content > .container .widget-width__container {
    padding-left: 0;
    padding-right: 0;
  }
  .post__wrap {
    margin-bottom: 3.7em;
  }
  .post__wrap.post__wrap--small {
    overflow: hidden;
  }
  .post__wrap.post__wrap--small.without-media .entry-content {
    min-height: auto !important;
  }
  .post__wrap.post__wrap--small.without-media .post__inner {
    width: 100% !important;
    position: relative !important;
  }
  .post__wrap.post__wrap--small.without-media .post__inner .post-content > p {
    max-height: none;
  }
  .post__wrap.post__wrap--small.without-media .post__inner .post-content > p::before {
    content: none;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt .entry-content {
    overflow: hidden;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt .post__media {
    width: 50%;
    float: left;
    min-height: 510px;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt .post__media a {
    height: 100%;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt iframe {
    height: 510px;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt img.post-thumbnail {
    display: none;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt .post__inner {
    width: 50%;
    position: absolute;
    max-height: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt .post__inner.full-width {
    position: relative;
    width: 100%;
    height: auto;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt .item-title {
    max-height: 2.4em;
    overflow: hidden;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt .post-content > p {
    position: relative;
    max-height: 100%;
    overflow: hidden;
  }
  .post__wrap.post__wrap--small .blog-view--excerpt .post-content > p::before {
    content: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
    background: rgba(240, 241, 235, 0);
    background: -moz-linear-gradient(top, rgba(240, 241, 235, 0) 0%, #f0f1eb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 241, 235, 0)), color-stop(100%, #f0f1eb));
    background: -webkit-linear-gradient(top, rgba(240, 241, 235, 0) 0%, #f0f1eb 100%);
    background: -o-linear-gradient(top, rgba(240, 241, 235, 0) 0%, #f0f1eb 100%);
    background: -ms-linear-gradient(top, rgba(240, 241, 235, 0) 0%, #f0f1eb 100%);
    background: linear-gradient(to bottom, rgba(240, 241, 235, 0) 0%, #f0f1eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f1eb', endColorstr='#f0f1eb', GradientType=0);
  }
  .post__wrap.two-col .post-content .more-link {
    margin: -0.5em auto -1em;
  }
  .search-loop__item .post__inner,
  .search-loop__item .post__media,
  .post__wrap.post__wrap--small .post__media,
  .post__wrap.post__wrap--small .post__inner {
    width: 50%;
  }
  .post__wrap.post__wrap--small .format-link .post__inner,
  .post__wrap.post__wrap--small .format-quote .post__inner,
  .post__wrap.post__wrap--small .format-status .post__inner {
    position: relative;
  }
  .widget.widget_apsc_widget .apsc-each-profile {
    width: 33.3333%;
  }
  .post-container {
    padding: 6.2em 0;
  }
  .secondary {
    padding: 0;
  }
  .secondary .widget + .widget {
    margin-top: 60px;
  }
  .secondary .widget .textwidget img,
  .secondary .widget .textwidget .overlay {
    max-width: 100%;
  }
  .secondary .widget.widget_apsc_widget {
    background: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .post__wrap.post__wrap--small .post__inner {
    padding: 35px 35px 20px;
  }
  .post__wrap.post__wrap--small .post__inner > h2 {
    max-height: 65px;
  }
  .sidebar-visible .secondary .widget {
    width: 50%;
    float: left;
    padding: 0 1em;
    margin-bottom: 0;
    border: none;
  }
  .sidebar-visible .secondary .widget:nth-child(2) {
    margin-top: 0;
  }
  .sidebar-visible .secondary .widget.widget_apsc_widget .apsc-each-profile {
    height: 100px;
  }
  .sidebar-visible .secondary .widget.widget_apsc_widget .apsc-media-type {
    font-size: 0.8em;
  }
  .sidebar-visible .secondary .widget.widget_apsc_widget .fa {
    font-size: 2.5em;
    margin: 15px auto 8px;
  }
  .post__wrap--small .post__inner {
    padding: 0 30px;
  }
  .member-team-wrapper .member-info {
    padding-left: 2em;
  }
}
/**
* 15.4 Desktop Small 992px
*/
@media screen and (min-width: 992px) {
  .search-box .switcher-field-visible {
    /*display: none;*/
  }
  .search-box .search {
    /*width: 370px;*/
    /*height: 60px;*/
  }
  .search-box .submit {
    display: inline-block;
    float: right;
  }
  .search-box [class*="icon"] {
    right: -15px;
  }
  .top-line__location {
    margin-right: 0;
  }
  .masonry {
    /* Masonry container */
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 1em;
  }
  .snone .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 1em;
  }
  .member-team-wrapper .fw-team.list-item > .fw-team-row > div,
  .fw-team.list-item > .fw-team-row > div {
    display: table-cell;
    vertical-align: top;
  }
  .member-team-wrapper .fw-team.list-item .fw-team-inner,
  .fw-team.list-item .fw-team-inner {
    width: 54%;
  }
  .member-team-wrapper .fw-team .fw-team-image,
  .fw-team .fw-team-image {
    width: 23%;
  }
  .member-team-wrapper .fw-team .fw-team-social,
  .fw-team .fw-team-social {
    position: relative;
    width: 23%;
  }
  body:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    /* Fixes flashing bug with scrolling on Safari */
  }
  .menu-strip {
    text-align: left;
  }
  .attachment .image-navigation .nav-previous a:before,
  .attachment .image-navigation .nav-next a:after {
    top: 3px;
  }
  .image-navigation {
    padding: 0 10%;
  }
  .is_stuck {
    margin-top: 50px;
  }
  .edit-link:before {
    top: 0;
  }
  .taxonomy-description {
    padding-top: 0.4em;
  }
  .col-sm-8 iframe[src*="feature=oembed"],
  .col-sm-8 iframe[src*="player.vimeo.com"] {
    height: 323px;
  }
  .main-nav {
    display: block;
    width: 100%;
  }
  .nav-button {
    display: none;
  }
  .sleft.post-container > .row > .site__content {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }
  .sleft.post-container > .row > .site__sidebar {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .sright.post-container > .row > .site__content {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .sright.post-container > .row > .site__sidebar {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }
  .footer__widgets-row .widget-width__side,
  .sleft.post-container > .row > .site__sidebar .widget,
  .sright.post-container > .row > .site__sidebar .widget {
    top: auto !important;
    left: auto !important;
    position: relative !important;
  }
}
/**
* 15.6 Desktop Large 1200px
*/
@media screen and (min-width: 1200px) {
  .social-search,
  .is-sticky .menu-strip.header-sticky .logo-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo-bar .logo__image {
    width: auto;
  }
  .edit-link:before {
    top: 0;
  }
  .taxonomy-description {
    padding-top: 0.4211em;
  }
  .entry-attachment {
    margin-bottom: 1.6842em;
  }
  .logo-bar .login-popup .login-popup__toggle .label,
  .logo-bar .login-popup .login-popup__logout .label {
    display: inline-block;
  }
  .social-search {
    padding: 0 80px;
  }
  .col-sm-8 iframe[src*="feature=oembed"],
  .col-sm-8 iframe[src*="player.vimeo.com"] {
    height: 383px;
  }
}
/**
* 16.0 Print
*/
@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    font-size: 11.25pt;
  }
  .navigation,
  .page-links,
  .edit-link,
  #reply-title,
  .comment-form,
  .comment-edit-link,
  .comment-list .reply a,
  button,
  input,
  textarea,
  select {
    display: none;
  }
  .site-header,
  .site-footer,
  .hentry,
  .page-content,
  .comments-area {
    background: none !important;
    /* Make sure color schemes dont't affect to print */
  }
  body,
  blockquote,
  blockquote cite,
  blockquote small,
  label,
  a,
  .site-title a,
  .site-description,
  .post-title,
  .author-heading,
  .entry-footer,
  .entry-footer a,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .no-comments,
  .site-info,
  .site-info a,
  .wp-caption-text,
  .gallery-caption {
    color: #000 !important;
    /* Make sure color schemes don't affect to print */
  }
  pre,
  abbr[title],
  table,
  th,
  td,
  .site-header,
  .site-footer,
  .hentry + .hentry,
  .author-info,
  .comments-area,
  .comment-list .comment-respond,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #eaeaea !important;
    /* Make sure color schemes don't affect to print */
  }
  .site {
    margin: 0 7.6923%;
  }
  .site-header {
    padding: 0;
  }
  .site-description {
    display: block;
  }
  .hentry.has-post-thumbnail {
    padding-top: 7.6923%;
  }
  .sticky-post {
    background: #000 !important;
    color: #fff !important;
  }
  .entry-content,
  .entry-summary {
    padding: 0 0 7.6923%;
  }
  .post-thumbnail img {
    margin: 0;
  }
  .site-footer {
    margin-top: 7.6923%;
    padding: 3.84615% 0;
  }
}
/**
* Disable isotope on small and large screens
*/
@media screen and (max-width: 767px) {
  .footer__widgets-row .widget-width__side,
  .sleft.post-container > .row > .site__sidebar .widget,
  .sright.post-container > .row > .site__sidebar .widget {
    top: auto !important;
    left: auto !important;
    position: relative !important;
  }
}
/** IE10+ /
*
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-box input[type='text'],
  .search-box input[type='search'] {
    line-height: 34px;
    padding: 1em;
  }
  .form-wrapper .wrap-forms input,
  .form-wrapper .wrap-forms textarea {
    padding: 1.25em;
    line-height: 25px;
  }
  input[type='tel'],
  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='search'],
  textarea {
    padding: 1em 1.25em;
    line-height: 1.5em;
  }
}

/*# sourceMappingURL_zzz=style.css.map */

.recent-posts__media img {
  margin: 0 !important;
}


/*gutenberg*/
p[class*="-font-size"],
p[style*="font-size"] {
  line-height: 1.3em;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
  margin-top: .5em;
}
.wp-block-quote cite:before,
.wp-block-pullquote cite:before {
  margin-top: 0;
}

.wp-block-button a.wp-block-button__link {
  color: #fff;
  border: 2px solid #32373c;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: transparent;
  color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #32373c;
  color: #fff;
}

ul.wp-block-gallery.alignwide {
  width: 100%;
}

.widget.widget_calendar .calendar_wrap table#wp-calendar {
  background-color: rgba(0, 0, 0, 0.03) !important;
}

footer.footer .widget.widget_calendar thead {
  background-color: #fff;
}

footer.footer .widget.widget_calendar .calendar_wrap #wp-calendar thead th {
  color: #000;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  color: #000;
}

.widget.widget_nav_menu li {
  min-height: 32px;
}

.wp-block-columns.alignwide.has-3-columns blockquote.wp-block-quote {
  margin-top: 0;
  padding-top: 0;
  border-left: 0;
}

.wp-block-table.is-style-stripes td {
  border-color: lightgrey;
}

.post-navigation span.post-title {
  word-break: break-word;
}

#post-1158 #attachment_612[style="width:650px;"],
#post-1158 #attachment_612[style="width:650px;"] + p {
  display: none;
}

.wp-block-button.alignleft .wp-block-button__link {
  margin-right: 15px;
}

.entry-content:before,
.entry-footer:before,
.entry-content:after,
.entry-footer:after {
  display: block;
  content: '';
  clear: both;
}

.wp-block-categories span.cat-count {
  margin-left: 15px;
}

.wp-block-gallery,
.wp-block-cover.has-background-dim.alignleft {
  margin-right: 20px;
}

ol.wp-block-latest-comments li:before,
ul.wp-block-latest-posts li:before,
ul.wp-block-gallery li:before {
  display: none;
}

ol.wp-block-latest-comments li,
ul.wp-block-latest-posts li,
ul.wp-block-gallery li {
  padding-left: 0;
}

table tr td:first-child {
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}

table tr:first-child td {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}


.post-navigation .nav-next {
  margin-left: auto;
}

.nav-links {
  display: flex;
}

.single-post .format-quote .post__inner .post-content blockquote {
  color: #000;
}

.single-post .format-aside .overlay {
  z-index: -1;
}