/*
Theme Name: LifeGuide
Theme URI: http://webdesign-finder.com/lifeguide
Description: Lifeguide - powerful wordpress sites builder. Live customizer allows to easily change theme colors, change logo, title, tagline, add social icons and adjust widgets according to your needs.
Version: 1.0.1
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: translation-ready, custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: lifeguide
-------------------------------------------------- */

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}


/* Toggling content */
/* ------------------------- */

/* Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1 */
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: "0/0 a";
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}


/* Hide from screenreaders and browsers */
/* Credit: HTML5 Boilerplate */

.hidden {
  display: none !important;
  visibility: hidden !important;
}


/* For Affix plugin */
/* ------------------------- */

.affix {
  position: fixed;
}

/* For Vertical Align text */
/* ------------------------- */
.fw-itable {
  display: table;
  height: 100%;
  width: 100%;
}
.fw-icell {
  display: table-cell;
  vertical-align: middle;
}

img,
iframe,
embed{
  max-width: 100%;
}
iframe{
  border-width: 0px;
}
/* Forms & Form Elements */
/* -------------------------------------------------- */

input[type="text"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="email"],
textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-weight: normal;
  margin: 0;
  outline: none;
  width: 100%;
}
textarea {
  height: auto;
  resize: vertical;
}
.wrap-forms,
.wrap-forms .header.title {
  padding-left: 15px;
  padding-right: 15px;
}
.wrap-forms .fw-contact-form-title {
  margin: 0;
}
.wrap-forms .form-builder-item > div > label {
  font-weight: bold;
  font-style: normal;
}
.wrap-forms .form-builder-item > div > label sup {
  color: #d3604d;
}
.wrap-forms .form-builder-item p {
  margin-top: 6px;
  margin-bottom: 0;
}
.wrap-forms .form-builder-item textarea {
  height: 150px;
}
.wrap-forms .form-builder-item input,
.wrap-forms .form-builder-item .selectize-input {
  padding-top: 20px;
  padding-bottom: 19px;
}
.wrap-forms .input-styled > label {
  margin-bottom: 10px;
}
.wrap-forms .input-styled.fw-item-one-column .options .custom-radio {
  display: inline-block;
}
.wrap-forms .input-styled.fw-item-two-columns .options {
  width: 50%;
  float: left;
}
.wrap-forms .input-styled.fw-item-three-columns .options {
  width: 33.33%;
  float: left;
}
.wrap-forms .input-styled.fw-item-side-by-side .options {
  float: left;
  margin-right: 5%;
}
.flash-messages-info,
.flash-messages-success,
.flash-messages-error{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* Post Password & Search Form */
.search-form{
  position: relative;
}
.field-radio .custom-radio .options {
  line-height: 11px;
}
/* Header Layout */
/* -------------------------------------------------- */
.fw-header {
  position: relative;
  z-index: 100;
}
.fw-header .fw-header-main .fw-header-main-wrap {
}
.fw-header .fw-header-main {
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 100;
}

.fw-header .fw-header-main .fw-header-main-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fw-header.fw-sticky-menu .fw-header-main .fw-header-main-overlay {
  opacity: 0.6;
}


/* Lifeguide Theme */
.home.lifeguide.fw-absolute-header .fw-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fw-header-sticky .fw-sticky-menu {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  visibility: visible;
  z-index: 100;
  opacity: 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.09);
  -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.09);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.09);
  transform: translate(0, -100%);
  transition: transform 600ms ease, opacity 600ms ease;
}
.fw-header-sticky .fw-sticky-menu.fw-sticky-menu-open {
  transition: transform 600ms ease, opacity 600ms ease;
  transform: translate(0, 0);
  opacity: 1;
}
.fw-header-sticky .fw-sticky-menu .fw-top-bar {
  display: none;
}

/* Responsive */
/*Screen 768px*/
@media (max-width: 991px) {
  .search-in-top-bar .fw-search,
  .fw-text-top-bar,
  .fw-top-bar-social {
    display: inline-block;
    width: 100%;
    text-align: center !important;
    float: none !important;
    padding: 0;
    margin: 0;
    position: initial;
  }
  .search-in-top-bar .fw-search {
    padding: 0 !important;
    margin: 0 !important;
  }
  .search-in-top-bar .fw-search.fw-mini-search {
    display: block;
    position: relative;
    top: 0 !important;
    left: 50%;
    margin: 0 !important;
    padding-left: 10px !important;
  }
  .search-in-top-bar .fw-search.fw-mini-search .fw-wrap-search-form {
    right: 0;
  }
  .search-in-top-bar .fw-search .fw-wrap-search-form {
    margin: 0 auto;
  }
}
/* Header Layout 1 */

.header-1.fw-top-logo-left .fw-wrap-logo {
    float: left;
}
.header-1 .fw-nav-wrap .fw-nav-inner {
	display: inline-block;
    position: relative;
    text-align: center;
    width: auto;
}

.header-1 .fw-wrap-logo {
	margin: 0;
}
.header-1 .fw-wrap-logo .fw-site-logo {
	text-align: left;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
  /* Reponsive Header 1 */
  .header-1.search-in-menu .fw-search,
  .header-1 .mmenu-link {
    display: table-cell;
    width: 50%;
  }
  .header-1.search-in-menu .fw-mini-search .fw-search-icon {
    margin: 0 auto;
  }
}
/* Header Logo */
.fw-wrap-logo {
  z-index: 100;
}
.fw-wrap-logo .fw-site-logo {
  display: block;
  text-align: center;
}
.fw-wrap-logo .fw-site-logo strong {
  display: block;
}
.fw-wrap-logo .fw-site-logo span {
  display: block;
  margin-top: 0;
}
/* Logo Retina & No-Retina */
.fw-logo-retina .fw-site-logo {
  line-height: normal;
}

/* Header socials */
/* Top Nav Menu */
/* -------------------------------------------------- */
.fw-nav-wrap .fw-site-navigation {
  font-size: 0;
}
.fw-site-navigation > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.fw-site-navigation > ul li {
  position: relative;
  list-style: none;
}
.fw-site-navigation > ul .menu-item-has-icon i {
  margin-right: 10px;
  position: relative;
}
/* 1st level */
.fw-site-navigation > ul > li {
  float: left;
  position: relative;
}
.fw-site-navigation > ul > li > a {
  display: inline-block;
  float: left;
  position: relative;
  letter-spacing: 2.4px;
}
.fw-site-navigation > ul > li > a:after {
  content: "";
  bottom: 0;
  height: 1px;
  left: 50%;
  position: absolute;
  width: 0;
}
.fw-site-navigation > ul > li:hover a:after {
  width: 100%;
  margin-left: -50%;
}
.fw-site-navigation > ul > li.current-menu-item a:after,
.fw-site-navigation > ul > li.current-menu-ancestor a:after {
  width: 100%;
  margin-left: -50%;
}
/* 2nd level */
.fw-site-navigation > ul > li ul {
  position: absolute;
  left: 0;
  z-index: 1308;
  text-align: left;
  text-transform: uppercase;
  display: none;
}
.fw-site-navigation > ul > li ul > li {
  display: block;
  width: 100%;
  margin-left: 0;
  float: left;
}
.fw-site-navigation .sub-menu li:first-child {
  padding-top: 20px;
}
.fw-site-navigation .sub-menu li:last-child {
  padding-bottom: 20px;
}
.fw-site-navigation > ul > li ul > li > a {
  display: block;
  line-height: 1.4em;
  padding: 13px 14% !important;
  margin: 0 !important;
}
.fw-site-navigation > ul > li ul > li.menu-item-has-icon > a:before {
  margin-right: 0;
  content: "";
}
/* 3nd level */
.fw-site-navigation > ul > li ul > li > ul {
  top: 0;
  padding: 0;
  background: none;
}
.fw-site-navigation > ul > li ul > li:first-child:hover > ul {
  top: 13px;
}
.fw-site-navigation > ul > li ul > li:hover > ul {
  display: block;
}
/* other level */
.fw-site-navigation > ul > li ul > li > ul ul{
  top: 0;
}

/* Primary & Secondary Menu Error Message */
.fw-primary-menu-message {
  color: #ff0000;
  background: #fff;
  border: 1px solid #ff0000;
  padding: 5px;
}
.fw-primary-menu-message a {
  color: #ff0000;
  text-decoration: underline;
}
.fw-primary-menu-message a:hover {
  color: #ff0000;
  text-decoration: none;
}
/* Mobile Menu */
.mm-menu {
  z-index: 998;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
.mm-menu .mm-panels,
.mm-menu .mm-panel,
.mm-menu .mm-panel.mm-current{
  -webkit-box-shadow: inset 1px 0 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 0 8px 0 rgba(0, 0, 0, 0.3);
}
.mm-slideout{
  z-index: 999;
}
.mm-menu * {
  box-sizing: content-box;
}
.mmenu-link {
  display: none;
  line-height: 26px;
  white-space: nowrap;
}
.mmenu-link i {
  font-weight: normal;
}
.show-mobile-only {
  display: none;
}
.mm-listview{
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
}
.mm-listview > li > p {
  padding: 10px 10px 10px 20px;
  color: rgba(255, 255, 255, 0.4);
}
.mm-listview > li > a i{
  margin-right: 10px;
}
.mm-menu .menu-separator{
  display: none;
}
.fw-header.fw-sticky-menu nav#mobile-menu {
  display: none;
}
/* Screen 1024px */
@media (max-width: 1199px) {
  .mm-menu {
    font-family: 'Helvetica', sans-serif;
  }
  .fw-header .mmenu-link {
    display: inline-block;
  }
  
  .fw-site-navigation {
    display: none !important;
  }
  em.mm-counter + a.mm-subopen {
    padding-left: 30px !important;
  }
  .mm-menu .mm-search input {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  #mm-my-menu,
  #mobile-menu {
    display: none !important;
  }
  .show-mobile-only {
    display: none !important;
  }
}
/* General Styles */
/* -------------------------------------------------- */


/* background image for body */
body {
  overflow-x: hidden;
}

/* wrapper for boxed style */
.site {}
.single .fw-page-builder-content .fw-main-row .fw-container,
.single .fw-page-builder-content .fw-main-row-custom .fw-container,
.single .fw-page-builder-content .fw-main-row .fw-container-fluid,
.single .fw-page-builder-content .fw-main-row-custom .fw-container-fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

/* Section Default Page Background Option */
.fw-section-default-page{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* wrapper for all sections */
.site-main {
  position: relative;
  z-index: 0;
}
.fw-full .site{
  position: relative;
}
section{
  position: relative;
}

/* Web site align */
.fw-website-align-center .site {
  margin-left: auto;
  margin-right: auto;
}

/* No Header Image */
.no-header-image {
  margin: 0 auto;
}

/* text selection */
::-moz-selection {
  color: #fff;
  text-shadow: none;
}
::selection {
  color: #fff;
  text-shadow: none;
}

/* Image Ratio Container */
.fw-ratio-container {
  position: relative;
  display: block;
}
.fw-ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
}
.fw-ratio-container.fw-ratio-1:after {
  padding-bottom: 100%;
}
.fw-ratio-container.fw-ratio-2-1:after {
  padding-bottom: 50%;
}
.fw-ratio-container.fw-ratio-1-2:after {
  padding-bottom: 200%;
}
.fw-ratio-container.fw-ratio-4-3:after {
  padding-bottom: 75%;
}
.fw-ratio-container.fw-ratio-3-4:after {
  padding-bottom: 133%;
}
.fw-ratio-container.fw-ratio-16-9:after {
  padding-bottom: 56.25%;
}
.fw-ratio-container.fw-ratio-9-16:after {
  padding-bottom: 177.77%;
}
.fw-ratio-container.fw-ratio-3-2:after {
  padding-bottom: 66.66%;
}
.fw-ratio-container.fw-ratio-2-3:after {
  padding-bottom: 150%;
}
.fw-ratio-container.fw-ratio-5-3:after {
  padding-bottom: 60%;
}
.fw-ratio-container.fw-ratio-3-5:after {
  padding-bottom: 166.66%;
}
.fw-ratio-container.fw-ratio-16-10:after {
  padding-bottom: 62.5%;
}
.fw-ratio-container.fw-ratio-10-16:after {
  padding-bottom: 160%;
}
.fw-ratio-container video,
.fw-ratio-container iframe,
.fw-ratio-container a {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.fw-ratio-container > *{
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* LazyLoading */
.lazyload,
.lazyloading {
  position: absolute;
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
}

/* Animation Element */
.fw-animated-element {
  visibility: hidden !important;
}
.fw-animated-element.animated {
  visibility: visible !important;
}
.animated.fill-mode-none {
  animation-fill-mode: none !important;
}

@media(max-width:767px){
  .fw-animation-mobile-off .fw-animated-element {
    visibility: visible !important;
  }
}
/* Content Layout */
/* -------------------------------------------------- */

/* z-index for .fw-inner */
.fw-inner,
.fw-col-inner{
  position: relative;
  z-index: 10;
}
/* Content Row Overlay */
.fw-main-row-overlay {
  position: absolute !important;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.fw-container,
.fw-container-fluid{
  z-index: 10;
}
/* Parallax Styling */
.fw-main-row-custom.parallax-on  {
  background-attachment: fixed;
}
.parallax{
  position: relative;
  background-attachment: fixed;
  background-position: 50% center;
  background-size: cover;
}

/* Page Headers */

/* Lifeguide Page Header */
.fw-page-header .fw-heading .fw-special-title {
  text-transform: uppercase;
}

/* Main top section under the Header */
/* vertical align middle for all that inside Row */
.fw-middle-align.fw-content-vertical-align-middle .fw-container *,
.fw-middle-align.fw-content-vertical-align-middle .fw-container-fluid * {
  visibility: visible;
}
.fw-content-vertical-align-middle .fw-container *,
.fw-content-vertical-align-middle .fw-container-fluid * {
  visibility: hidden;
}
/* Remove Section & Coll Padding */
.fw-section-no-padding .fw-container,
.fw-section-no-padding .fw-container-fluid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fw-col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fw-wp-embed-shortcode iframe {
  border: 1px solid transparent;
}
.fw-embed-responsive .fw-wp-embed-shortcode {
  position: relative;
  display: block;
  padding-bottom: 56%;
  overflow: hidden;
}
.fw-embed-responsive .fw-wp-embed-shortcode iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Typography */
/* -------------------------------------------------- */

p {
  margin: 0 0 25px 0;
}
p:last-child {
  margin-bottom: 0;
}
/* Links */
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
/* Headings */
/* ------------------------- */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* Lifeguide headings */
.lifeguide h1,
.lifeguide .h1 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.lifeguide h2,
.lifeguide .h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.lifeguide h3,
.lifeguide .h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lifeguide h4,
.lifeguide .h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.lifeguide h5,
.lifeguide .h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lifeguide h6,
.lifeguide .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lifeguide h4,
.lifeguide .h4,
.lifeguide h5,
.lifeguide .h5,
.lifeguide h6,
.lifeguide .h6 {
  text-transform: uppercase;
}
/* text inside Post */
.fw-text h1 small,
.entry-content h1 small,
.fw-text h2 small,
.entry-content h2 small,
.fw-text h3 small,
.entry-content h3 small,
.fw-text h4 small,
.entry-content h4 small,
.fw-text h5 small,
.entry-content h5 small,
.fw-text h6 small,
.entry-content h6 small,
.fw-text .h1 small,
.entry-content .h1 small,
.fw-text .h2 small,
.entry-content .h2 small,
.fw-text .h3 small,
.entry-content .h3 small,
.fw-text .h4 small,
.entry-content .h4 small,
.fw-text .h5 small,
.entry-content .h5 small,
.fw-text .h6 small,
.entry-content .h6 small,
.fw-text h1 .small,
.entry-content h1 .small,
.fw-text h2 .small,
.entry-content h2 .small,
.fw-text h3 .small,
.entry-content h3 .small,
.fw-text h4 .small,
.entry-content h4 .small,
.fw-text h5 .small,
.entry-content h5 .small,
.fw-text h6 .small,
.entry-content h6 .small,
.fw-text .h1 .small,
.entry-content .h1 .small,
.fw-text .h2 .small,
.entry-content .h2 .small,
.fw-text .h3 .small,
.entry-content .h3 .small,
.fw-text .h4 .small,
.entry-content .h4 .small,
.fw-text .h5 .small,
.entry-content .h5 .small,
.fw-text .h6 .small,
.entry-content .h6 .small {
  color: #bfbfbf;
}
blockquote {
  font-size: 19px;
  line-height: 35px;
  font-style: italic;
  border: none;
  padding: 0;
  margin: 1.8em 0 1.8em 0;
  clear: both;
}
blockquote .fw-symbols-quote {
  display: block;
  font-size: 100px;
}
blockquote:after {
  display: block;
  content: "";
  width: 33%;
  height: 1px;
  margin: 1.5em auto 0 auto;
  background-color: #dee0e1;
}
blockquote.fw-quote-position {
  position: relative;
}
blockquote.fw-quote-position .fw-symbols-quote {
  position: absolute;
  z-index: 1;
  width: 50px;
  top: 35%;
  left: 50%;
  text-align: center !important;
}
blockquote.fw-quote-position .fw-quote-text {
  z-index: 4;
  position: relative;
}
blockquote cite {
  display: block;
  text-align: center;
  margin-top: 0.6em;
}

/* Lifeguide blockquote */
.lifeguide blockquote {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

/* Lifeguide ul and ol lists */
.lifeguide .fw-content-area .entry-content  ul {
  list-style: none;
}
.lifeguide .fw-content-area .entry-content > ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.lifeguide .fw-content-area .entry-content ul li {
  position: relative;
  padding: 4px 0 4px 6px;
}
.lifeguide .fw-content-area .entry-content ol {
  counter-reset: li;
  padding-left: 18px;
  margin-bottom: 0;
}
.lifeguide .fw-content-area .entry-content ol li {
  position: relative;
  padding: 4px 0 4px 3px;
}


/*Responsive*/
/*Screen 568px*/
@media (max-width: 767px) {
  blockquote {
    font-size: 18px !important;
    line-height: normal !important;
  }
  blockquote cite {
    font-size: 16px !important;
    line-height: normal !important;
  }
}
/* Sidebar */
/* -------------------------------------------------- */

/* Sidebar Left */
.sidebar-left .fw-content-area {
  float: right;
}
/* Sidebar Right */
.sidebar-right .fw-content-area {
  float: left;
}
@media (min-width: 992px) {
  .sidebar-left .fw-sidebar .fw-col-inner {
    padding-right: 5%;
  }
  .sidebar-right .fw-sidebar .fw-col-inner {
    padding-left: 5%;
  }
}
@media (min-width: 1200px) {
  .sidebar-left .fw-sidebar .fw-col-inner {
    padding-right: 9%;
  }
  .sidebar-right .fw-sidebar .fw-col-inner {
    padding-left: 9%;
  }
}
/* Responsive */
/* Screen 768px */
@media (max-width: 991px) {
  .sidebar-right .fw-before-content-area,
  .sidebar-left .fw-before-content-area,
  .sidebar-right .fw-content-area,
  .sidebar-left .fw-content-area {
    float: none;
  }
  .sidebar-right .fw-before-content-area .widget:last-child,
  .sidebar-left .fw-before-content-area .widget:last-child {
    margin-bottom: 0;
  }
  .fw-content-area .fw-col-inner {
    padding: 0;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  .fw-content-area .fw-col-inner {
    padding: 0;
  }
}
/* content area */
.fw-content-area {}


/* widget archive */
.widget_archive ul li {
  font-style: normal;
  margin-bottom: 1em;
  font-size: 0.95em;
}
@media (min-width: 1200px) {
  .widget_archive ul li {
    float: left;
    width: 50%;
    font-size: 1em;
  }
}
.widget_archive .screen-reader-text {
  display: none;
}
/* widget calendar */
.widget_calendar {
  position: relative;
}
.widget_calendar #wp-calendar {
  position: relative;
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}
.widget_calendar #wp-calendar th {
  padding: 12px 5px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.widget_calendar #wp-calendar td {
  font-size: 14px;
  text-align: center;
  border: none;
}
.widget_calendar #wp-calendar tbody td {
  width: 14.285%;
  border-collapse: collapse;
  padding: 0;
  line-height: 3.2em;
}
.widget_calendar #wp-calendar tbody a {
  display: block;
}
.widget_calendar #wp-calendar tbody a:hover {
  color: #fff;
}
.widget_calendar #wp-calendar tr td#today {
  color: #fff;
}
.widget_calendar #wp-calendar tr td#today a {
  color: #fff;
}
.widget_calendar #wp-calendar tfoot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.widget_calendar #wp-calendar tfoot a {
  font-size: 46px;
  width: 46px;
  height: 46px;
  display: block;
  overflow: hidden;
  font-weight: normal;
  padding: 0;
}
.widget_calendar #wp-calendar tfoot a:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: block;
  color: #fff;
  position: relative;
}
.widget_calendar #wp-calendar tfoot #prev,
.widget_calendar #wp-calendar tfoot #next {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  padding: 0;
}
.widget_calendar #wp-calendar tfoot #prev a,
.widget_calendar #wp-calendar tfoot #next a {
  display: block;
}
.widget_calendar #wp-calendar tfoot #prev a:focus:before,
.widget_calendar #wp-calendar tfoot #next a:focus:before,
.widget_calendar #wp-calendar tfoot #prev a:active:before,
.widget_calendar #wp-calendar tfoot #next a:active:before {
  top: 2px;
}
.widget_calendar #wp-calendar tfoot #prev a:before {
  content: '\f104';
}
.widget_calendar #wp-calendar tfoot #next {
  left: auto;
  right: 0;
}
.widget_calendar #wp-calendar tfoot #next a:before {
  content: '\f105';
}
/* Recent Comments */
.widget_recent_comments ul li {
  margin-bottom: 1em;
  font-weight: normal;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

/* Recent Entries */
.widget_recent_entries ul li {
  margin-bottom: 1em;
}
/* Widget Posts Slider */
.mw-post-slider {
}
/* Widget Posts Tabs */
.mw-posts-tabs {
}
/* RSS */
.widget_rss .widget-title a {
  color: #b6b8b9;
}
.widget_rss .widget-title a:hover {
  color: #b6b8b9;
}
.widget_rss .widget-title a:first-child {
  float: left;
  margin-right: 5px;
  position: relative;
  top: 10px;
  line-height: 10px;
}
.widget_rss ul li {
  margin-bottom: 1em;
}
.widget_rss ul li .rss-date {
  display: block;
}
.widget_rss ul li cite {
  color: #b6b8b9;
}
/* Widget Text */
.widget_text .textwidget .wp-caption img {
  height: auto;
}
.widget_text .textwidget form select {
  max-width: 100%;
}
/**
 * selectize.css (v0.11.2)
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.fw-footer .selectize-dropdown,
.fw-footer .selectize-input,
.fw-footer .selectize-input input {
  color: #cdcdcd;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/*
 * selectize.theme.css  (for Bootstrap 3)
 */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-input {
  box-shadow: none;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  outline: 0;
}
.has-error .selectize-input {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.selectize-input {
  font-weight: normal;
  border: none;
}
.selectize-input input {
  height: auto !important;
  position: static !important;
}
.selectize-input.focus,
.selectize-input.input-active,
.selectize-input.dropdown-active {
  border: none;
  box-shadow: none;
}
.widget_archive .selectize-input,
.widget_categories .selectize-input {
  border: none;
}
/* Custom Styled CheckBox  & Radio */
/*-----------------------------------*/
.custom-checkbox,
.custom-radio {
  position: relative;
}
.custom-checkbox::selection,
.custom-radio::selection {
  background: transparent;
  color: inherit;
}
.custom-checkbox input,
.custom-radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  border: none;
  width: 1px;
  height: 1px;
  display: none;
}
.custom-checkbox label,
.custom-radio label {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 1.2em;
  font-size: 14px;
  line-height: 1.2em;
  min-height: 14px;
  cursor: pointer;
  color: #666;
}
.custom-checkbox label::selection,
.custom-radio label::selection {
  background: transparent;
  color: inherit;
}
.custom-checkbox label.focus,
.custom-radio label.focus {
  outline: none;
}
.custom-checkbox label:before,
.custom-radio label:before,
.custom-checkbox label:after,
.custom-radio label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-checkbox label:before,
.custom-radio label:before {
  border-radius: 1px;
  border: 1px solid #bfbfbf;
  background: #fff;
  margin-top: -7px;
}
.custom-checkbox label.checked:before,
.custom-radio label.checked:before {
  background: #fff;
}
.custom-checkbox label:after,
.custom-radio label:after {
  margin-top: -3px;
  left: 4px;
}
.custom-radio label.checked:after {
  border-radius: 50%;
}
.custom-radio label:before,
.custom-radio label.checked:after {
  border-radius: 50%;
}
.ie8 .custom-checkbox input,
.ie8 .custom-radio input {
  display: block;
}
@media (max-width: 1199px) {
  .custom-checkbox label,
  .custom-radio label {
    font-size: 11px;
  }
}

/* Lightbox CSS */
.pp_pic_holder.dark_square .pp_nav {
  position: relative;
  left: 50%;
  margin-left: -155px;
  margin-top: 8px;
}
.pp_pic_holder.dark_square .pp_nav .pp_text_devider {
  display: inline;
  margin: 0 10px;
}
.pp_pic_holder.dark_square .pp_nav .pp_play {
  display: none;
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_next,
.pp_pic_holder.dark_square .pp_nav .pp_arrow_previous {
  text-indent: 0;
  width: auto;
  background: none;
  position: relative;
  font-weight: bold;
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_previous:before,
.pp_pic_holder.dark_square .pp_nav .pp_arrow_next:after {
  font-size: 20px;
  font-family: 'FontAwesome';
  font-weight: bold;
  line-height: 20px;
  vertical-align: top;
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_previous:before {
  content: '\f104';
  margin-right: 10px;
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_next:after {
  content: '\f105';
  margin-left: 10px;
}
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_previous,
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_next {
  height: auto;
  overflow: visible;
  vertical-align: top;
  display: inline;
  float: none;
}
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_previous {
  margin-right: 50px;
}
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_next {
  margin-left: 50px;
}
.pp_pic_holder.dark_square .pp_nav .currentTextHolder {
  font-weight: bold;
  display: inline;
  float: none;
}
.pp_pic_holder.dark_square a.pp_previous,
.pp_pic_holder.dark_square a.pp_next {
  display: none;
}
.pp_pic_holder.dark_square a.pp_close {
  width: 23px;
  top: 25px;
  right: 30px;
  opacity: 0.5;
  z-index: 2;
  background: none;
}
.pp_pic_holder.dark_square a.pp_close:hover {
  color: #fff;
}
.pp_pic_holder.dark_square a.pp_close.fa-times:before {
  text-indent: 0;
  position: absolute;
  right: 0;
  font-size: 23px;
}
.pp_pic_holder.dark_square .pp_content_container .pp_left {
  padding-left: 60px;
  overflow: hidden;
}
.pp_pic_holder.dark_square .pp_top {
  height: 80px;
}
.pp_pic_holder.dark_square .pp_top .pp_left,
.pp_pic_holder.dark_square .pp_top .pp_middle,
.pp_pic_holder.dark_square .pp_top .pp_right {
  height: 80px;
}
.pp_pic_holder.dark_square .pp_bottom {
  height: 20px;
}
.pp_pic_holder.dark_square .pp_bottom .pp_left,
.pp_pic_holder.dark_square .pp_bottom .pp_middle,
.pp_pic_holder.dark_square .pp_bottom .pp_right {
  height: 50px;
}
.pp_pic_holder.dark_square a.pp_expand,
.pp_pic_holder.dark_square a.pp_contract {
  right: 110px;
}
.pp_pic_holder.dark_square .pp_details .pp_description {
  margin: 0;
  display: inline-block !important;
  position: absolute;
  left: 0;
  top: -16px;
}
.pp_pic_holder.dark_square .ppt {
  display: none !important;
}
/* Posts Listing & Type 1 */
.post {
  position: relative;
}
.post:first-child {
  border-top: none;
  margin-top: 0;
}
.post .wrap-entry-meta .entry-date a,
.post .wrap-entry-meta .author a,
.post .wrap-entry-meta .cat-links a {
  font-style: normal;
}
.post .entry-title {
  display: block;
}
.post .entry-title strong,
.post .entry-title span {
  font-style: normal;
}
.separator {
  color: #b6b8b9;
}
.postlist .post header .entry-meta {
  margin: 0 0 5px 0;
  font-weight: 600;
}

.postlist .post .entry-title {
  margin: 0 0 10px 0;
}
.postlist .post .entry-title strong,
.postlist .post .entry-title span {
  font-style: normal;
}
.postlist .post .entry-content {
  padding: 0;
}
.postlist .post .entry-content p:last-of-type {
  margin: 0;
}

.postlist .post.post-list-type-2 .entry-content {
    padding-right: 20px;
    padding-left: 20px;
}

.postlist .post .entry-content iframe,
.postlist .post .entry-content embed,
.postlist .post .entry-content img {
  max-width: 100% !important;
}
.postlist .post footer.entry-meta {
  margin: 20px 0 0;
}
.postlist .post footer.entry-meta .comments-link {
  float: right;
}
.postlist.postlist-list .post {
  border-bottom: 1px solid #dee0e1;
}
.postlist.postlist-list .post:last-child {
  border-bottom: none;
}
.postlist.postlist-list .comments-link {
  float: right;
}


/* Post format chat */
.post.format-chat .entry-content p {
  margin: 0 0 10px 0;
}
.post.format-chat .entry-content p:nth-child(even) {
  padding: 12px 20px;
}

/* Post format quote */
.post.format-quote {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.post.format-quote .fw-block-image-overlay {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.post.format-quote .entry-content {
  position: relative;
  z-index: 2;
}

/* Post format status */
.post.format-status {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.post.format-status .fw-block-image-overlay {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.post.format-status .entry-content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.post.format-status .entry-content .wrap-entry-meta {
  display: block;
  text-align: center;
}
/* Posts Type 2 */
.has-post-thumbnail.post-list-type-2 .fw-post-image {
  float: none;
}

.has-post-thumbnail.post-list-type-2 .comments-link {
  position: absolute;
  left: -9px;
  bottom: 40px;
  z-index: 100;
}

.post-list-type-2 {
  border-bottom: none;
}
.post-list-type-2 .fw-post-image {
  box-shadow: none;
  float: left;
  margin-left: 0;
}

.post-list-type-2 .entry-header .entry-title {
  margin-bottom: 30px;
}
.post-list-type-2 footer.entry-meta {
  margin: 30px 0  0 !important;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta {
  overflow: hidden;
  padding: 12px 0;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta .entry-date {
  float: right;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .cat-links {
  margin-top: 25px;
  display: block;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .cat-links a {
  font-style: italic;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .separator {
  margin: 0 5px;
}
.postlist.postlist-grid .has-post-thumbnail.post-list-type-2 .fw-post-image {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}
.postlist.postlist-grid .has-post-thumbnail.post-list-type-2 .fw-post-image .fw-block-image-parent {
  width: 100%;
}

.postlist.postlist-grid .post-list-type-2 {
  margin-bottom: 80px;
}
.postlist.postlist-grid .post-list-type-2 .fw-post-image {
  position: absolute;
  top: 9px;
  right: 0;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
}

.postlist.postlist-grid .post-list-type-2 .entry-meta .footer-meta {
  margin: 0;
}
/*Responsive*/
@media (max-width: 767px) {
    .postlist.postlist-grid .post-list-type-2 {
        margin-bottom: 40px;
    }
}

/* Posts Format */
/* -------------------------------------------------- */
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
  text-transform: none;
}
.post .entry-format:before {
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}
.post.format-gallery .entry-format:before {
  content: "\f083";
}
.post.format-image .entry-format:before {
  content: "\f03e";
}
.post.format-audio .entry-format:before {
  content: "\f028";
}
.post.format-video .entry-format:before {
  content: "\f03d";
}
.post.format-aside .entry-format:before {
  content: "\f06a";
}
.post.format-status .entry-format:before {
  content: "\f0a1";
}
.post.format-link .entry-format:before {
  content: "\f0c1";
}
.post.format-quote .entry-format:before {
  content: "\f10d";
}
.post .aligncenter,
.post div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post .alignleft {
  float: left;
}
.post .alignright {
  float: right;
}
.post img.aligncenter,
.post .wp-caption {
  margin-bottom: 0;
}
.post img.alignleft,
.post .wp-caption.alignleft {
  margin: 5px 3% 20px 0;
}
.post img.alignright,
.post .wp-caption.alignright {
  margin: 5px 0 30px 3%;
}
.post img.alignnone,
.post .wp-caption.alignnone {
  margin: 0 0 5px;
}
.post .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.post figure.wp-caption {
  max-width: 100%;
  color: #767676;
}
.post .alignnone img,
.post img.alignnone,
.post .alignleft img,
.post img.alignleft,
.post .alignright img,
.post img.alignright,
.post .aligncenter img,
.post img.aligncenter {
  height: auto;
}
.post .wp-caption-text {
  color: #b6b8b9;
  position: relative;
  margin: 9px 0 0 0;
  padding: 0 5px 0 10px;
}
.post .wp-caption-text:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #b6b8b9;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  margin-left: -10px;
  border-radius: 50%;
}

/* Post format gallery */
.postlist .post.format-gallery .entry-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post .gallery {
  margin-bottom: 40px;
  clear: both;
}
.postlist .post .gallery {
  margin-bottom: 0;
}
.post .gallery.owl-gallery {
  position: relative;
}
.post .gallery.owl-gallery img {
  height: 100%;
}
.post .gallery.owl-gallery .owl-dots {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: block;
}
.post .owl-dots .owl-dot  span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 6px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.post .gallery-item {
  display: inline-block;
  padding: 8px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.post .gallery-item .attachment-thumbnail {
  height: auto;
}
.post .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.post .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.post .gallery-columns-3 .gallery-item {
  max-width: 33.3%;
}
.post .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.post .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.post .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}
.post .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}
.post .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}
.post .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}
.post .gallery-columns-1 .gallery-item:nth-of-type(1n),
.post .gallery-columns-2 .gallery-item:nth-of-type(2n),
.post .gallery-columns-3 .gallery-item:nth-of-type(3n),
.post .gallery-columns-4 .gallery-item:nth-of-type(4n),
.post .gallery-columns-5 .gallery-item:nth-of-type(5n),
.post .gallery-columns-6 .gallery-item:nth-of-type(6n),
.post .gallery-columns-7 .gallery-item:nth-of-type(7n),
.post .gallery-columns-8 .gallery-item:nth-of-type(8n),
.post .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.post .gallery-caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #323232;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  padding: 6px 8px !important;
  position: relative;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
}
.post .gallery-caption:before {
  display: none;
}

.post .gallery-columns-7 .gallery-caption,
.post .gallery-columns-8 .gallery-caption,
.post .gallery-columns-9 .gallery-caption {
  display: none;
}

/* Post Details */
.post-details {
  margin-top: 8px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 38px;
}
.post-details img.aligncenter,
.post-details .wp-caption {
  margin-bottom: 20px;
}

.post-details .entry-header .wrap-entry-meta .entry-date a,
.post-details .entry-header .wrap-entry-meta .author a,
.post-details .entry-header .wrap-entry-meta .cat-links a {
  font-style: normal;
}
.post-details .entry-header .wrap-entry-meta .entry-date {
  white-space: nowrap;
}
.post-details .entry-header .wrap-entry-meta .cat-links {
  float: right;
}
.post-details .entry-header .entry-title {
  display: block;
}

.post-details .entry-content p:last-child {
  margin-bottom: 0;
}
.post-details footer.entry-meta .fw-tag-links {
  padding: 1em 0;
}
/* Author Description */
/*-----------------------------------*/
.author-description {
  background-color: #e5e5e5;
}
.author-description:after {
  content: '';
  display: block;
  clear: both;
}
.author-description .author-image {
  float: left;
  border-radius: 0;
  overflow: hidden;
}
.author-description .author-image,
.author-description .author-image img {
  width: 240px;
  height: 240px;
}
.author-description .author-text {
  margin-left: 130px;
}
.author-description .author-name {
  margin-bottom: 5px;
  margin-top: 14px;
  font-weight: bold;
}
.author-description .author-name span {
}
/* Responsive */
/* Screen 568px */
@media (max-width: 767px) {
  .post-details {
    padding: 35px 38px 32px;
  }
  .post-details footer.entry-meta {
    margin-bottom: 0;
  }
  .post-details .entry-content {
    margin-bottom: 0;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .post-details {
    padding: 30px 20px;
  }
  .post-details .entry-content,
  .post-details .entry-header {
    padding-left: 0;
    padding-right: 0;
  }
  .post-details .entry-header .wrap-entry-meta .cat-links {
    float: none;
    margin-left: 0;
  }
  .post-details .wp-caption.alignleft,
  .post-details img.alignleft {
    margin-left: 0;
  }
  .author-description .author-image {
    float: none;
  }
  .author-description .author-text {
    margin-left: 0;
  }
}

/* Posts Comments List Layout */
/* -------------------------------------------------- */
.comments-area {
  position: relative;
}
.comments-area.user-is-logged .comment-respond .right-side-comment {
  width: 100%;
  float: none;
}
.comments-area.user-is-logged .comment-respond .form-submit,
.comments-area.user-is-logged .comment-respond .right-side-comment {
  padding: 0;
}
.comments-title,
.comment-reply-title {
  display: block;
  position: relative;
  margin-top: 32px !important;
  margin-bottom: 0 !important;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 25px;
  padding-left: 38px;
  padding-right: 38px;
}
.comments-title strong,
.comment-reply-title strong {
  font-style: normal;
}
.comment-list {
  padding: 0;
  border-bottom: 1px solid #dee0e1;
  list-style: none;
}
.comment-list li:first-child .comment-body {
  padding-top: 20px;
}
.comment-list .comment,
.comment-list .pingback {
  list-style: none;
  border-top: 0;
}
.comment-list .pingback {
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-list .pingback .edit-link {
  float: right;
}
.comment-list .pingback .edit-link a:hover {
  opacity: 0.5;
}
.comment-list > .comment:first-child {
  border-top: none;
}
.comment-body {
  position: relative;
}
.comment-body .wrap-rating {
  margin-left: 10px;
}
.comment-list .pingback .comment-body:first-of-type {
  padding-top: 0;
}

.comment-avatar {
  float: left;
}
.comment-avatar img {
  border-radius: 50%;
}
.comment-aside {
  padding-left: 90px;
}
.children {
  padding-left: 0;
}
.children .depth-2 {
  margin-left: 90px;
}
.children .depth-3 {
  margin-left: 90px;
}

.comment-meta {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 15px;
  text-align: right;
}
.comment-author {
  display: inline-block;
  float: left;
  margin-bottom: 5px;
  font-size: 17px;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-reply-link {
  margin-left: 5px;
  text-transform: capitalize;
}
/* Comment Respond Form */
/* -------------------------------------------------- */
.lifeguide .comment-respond label {
  display: none;
}
.comment-respond textarea {
  min-height: 234px;
  max-height: 320px;
}
.comment-respond .left-side-comment,
.comment-respond .right-side-comment {
  width: 100%;
  display: block;
}
.comment-respond .left-side-comment p,
.comment-respond .right-side-comment p {
  position: relative;
}
.comment-respond .left-side-comment p .optional,
.comment-respond .right-side-comment p .optional {
  display: none;
}
.comment-respond .left-side-comment {
  float: left;
  padding-right: 0;
}
.comment-respond .left-side-comment .comment-form-author,
.comment-respond .left-side-comment .comment-form-email {
  width: 50%;
  display: inline-block;
  float: left;
}
.comment-respond .left-side-comment .comment-form-author {
  padding-right: 20px;
}
.comment-respond .right-side-comment {
  float: right;
  padding-left: 0;
}
#cancel-comment-reply-link {
  float: right;
  position: relative;
  top: 14px;
  font-size: 0.6em;
  letter-spacing: 1px;
}
.comment .comment-respond {
  margin-top: 0;
}
.comment-form {
  padding: 30px 38px;
  position: relative;
}
.comment-notes {
  font-style: italic;
}
.required-label {
  color: #e14d47;
}
.form-submit {
  padding-top: 2.3em;
  display: block;
  width: 140px;
  padding-right: 2.6%;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-top: 30px;
}
.form-submit .submit,
.form-submit #submit {
  border: none;
  color: #fff;
  width: 100%;
}
/* Responsive */
/* Screen 768px */
@media (max-width: 991px) {
  .comments-area {
    padding: 0 15px;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  .comment-author {
    display: inline-block;
    float: left;
  }
  .comment-meta {
    text-align: right;
  }
  .comment-respond textarea {
    min-height: 150px;
    max-height: 200px;
  }
  .children .depth-3 {
    margin-left: 0;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .comments-title,
  .comment-reply-title {
    padding-left: 0;
    padding-right: 0;
  }
  .comment-avatar {
    float: none;
    margin-bottom: 20px;
  }
  .comment-aside {
    padding-left: 0;
  }
  .comments-title {
    margin-bottom: 0;
  }
  .comment-meta {
    text-align: left;
  }
  .comment-author {
    float: none;
    display: block;
  }
  .children .depth-2,
  .children .depth-3 {
    margin-left: 0;
  }
  .form-submit {
    width: 100%;
  }
  .comment-form {
    padding: 20px 0;
  }
}

/* Posts Comments Link */
/* -------------------------------------------------- */
.comments-link {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.comments-link.fw-comment-link-type-1 {
  min-width: 44px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.comments-link.fw-comment-link-type-1:before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  min-width: 44px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  opacity: 0;
}
.comments-link.fw-comment-link-type-1:hover {
  color: #fff;
}
.comments-link.fw-comment-link-type-1:hover:before {
  opacity: 1;
}

/* Posts Related Article */
/* -------------------------------------------------- */
.fw-wrap-related-article {
  padding: 0 15px;
  text-align: justify;
}
.fw-wrap-related-article .fw-related-article-image {
  margin-bottom: 0;
}
.fw-wrap-related-article .fw-title-related {
  font-style: normal;
  margin-top: 0;
}
.fw-wrap-related-article .fw-related-article {
  padding: 0;
  margin: 0;
}
.fw-wrap-related-article .fw-related-article li {
  display: inline-block;
  width: 48%;
}
.fw-wrap-related-article .fw-related-article:after {
  content: '';
  width: 100%;
  height: 0;
  display: inline-block;
}

.fw-related-article-image a{
    z-index: 999;
}

.fw-wrap-related-article.fw-related-article-type-1 .fw-related-article-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 20px;
  font-style: italic;
}
.fw-wrap-related-article.fw-related-article-type-1 .fw-related-article-description strong {
  font-style: normal;
}

/* Posts */
/* -------------------------------------------------- */
.footer-meta {
  border-top: 1px solid #dee0e1;
  border-bottom: 1px solid #dee0e1;
  padding: 1em 0;
}

.archive .fw-row, .single-post .fw-row{
    margin-top: 0;
    margin-bottom: 0;
}

.archive .fw-main-row-top .fw-row,
.single-post .fw-main-row-top .fw-row{
    margin: 0;
}

.postlist.postlist-grid .fw-post-image {
  margin-bottom: 20px;
}
.postlist.postlist-grid .fw-post-image {
  display: block;
  width: 100%;
  position: relative;
}


.postlist.postlist-grid .no-post-thumbnail .fw-post-image {
  margin: 0 15px 0 -5px;
  float: left;
}
.postlist.postlist-grid footer .footer-meta {
  font-size: 13px;
  margin-top: 1em;
  margin-bottom: 1.2em;
}
.postlist.postlist-grid footer .footer-meta .entry-date {
  float: right;
}

.postlist .sticky-icon {
  z-index: 11;
  font-style: normal;
}
.postlist .sticky-icon:before {
    content: '\f097';
    font-family: 'FontAwesome';
    line-height: 1em;
}

@media (min-width: 768px) {
  .fw-col-sm-12 .postlist-grid .postlist-col {
    width: 33.33333333%;
    padding: 0 15px;
  }
  .fw-col-sm-8 .postlist-grid .postlist-col,
  .fw-col-sm-6 .postlist-grid .postlist-col,
  .fw-col-sm-5th-4 .postlist-grid .postlist-col,
  .fw-col-sm-5th-3 .postlist-grid .postlist-col {
    width: 50%;
    padding: 0 15px;
  }
  .fw-col-sm-4 .postlist-grid .postlist-col,
  .fw-col-sm-3 .postlist-grid .postlist-col {
    width: 100%;
    padding: 0 15px;
  }
  .fw-col-sm-4 .postlist .has-post-thumbnail.post-list-type-1 .fw-post-image,
  .fw-col-sm-3 .postlist .has-post-thumbnail.post-list-type-1 .fw-post-image,
  .fw-col-sm-4 .postlist .has-post-thumbnail.post-list-type-2 .fw-post-image,
  .fw-col-sm-3 .postlist .has-post-thumbnail.post-list-type-2 .fw-post-image {
    width: 100%;
    margin-right: 0;
  }
  .fw-col-sm-4 .postlist .post-list-type-2 .fw-post-image,
  .fw-col-sm-3 .postlist .post-list-type-2 .fw-post-image {
    margin-bottom: 10px;
  }
}
/*Responsive*/
/*Screen 768px*/
@media (max-width: 991px) {
  .fw-content-area {
    margin-bottom: 60px;
  }
}

/* Portfolio */
/* -------------------------------------------------- */
.fw-portfolio {
  position: relative;
}
.fw-portfolio.fw-portfolio-content-position-top .fw-icell {
  vertical-align: top;
}
.fw-portfolio.fw-portfolio-content-position-middle .fw-icell {
  vertical-align: middle;
}
.fw-portfolio.fw-portfolio-content-position-bottom .fw-icell {
  vertical-align: bottom;
}
.fw-portfolio .fw-portfolio-filter,
.fw-portfolio .fw-portfolio-wrapper,
.fw-portfolio .fw-portfolio-image {
  position: relative;
}
.fw-portfolio .fw-portfolio-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fw-portfolio .fw-portfolio-wrapper li {
  float: left;
}
.fw-portfolio img {
  max-width: 100%;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.fw-portfolio a:hover {
  text-decoration: none;
}

/* filter */
.fw-portfolio-filter {
  overflow: hidden;
  position: relative;
  padding: 0;
  visibility: hidden;
}

.fw-portfolio-visible{
    visibility: visible !important;
}

.fw-portfolio-filter .caroufredsel_wrapper {
  margin: 0 auto !important;
}
.fw-portfolio-filter ul {
  padding: 0;
  text-align: center;
}
.fw-portfolio-filter li {
  display: inline-block;
  margin: 0 35px;
  float: left;
  line-height: 1.2em;
}
.fw-portfolio-filter li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.fw-portfolio-filter .next,
.fw-portfolio-filter .prev {
  position: absolute;
  top: -7px;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  font-weight: normal;
}
.fw-portfolio-filter .prev {
  left: 20px;
}
.fw-portfolio-filter .prev i:before {
  content: "\f104";
}
.fw-portfolio-filter .next {
  right: 20px;
}
.fw-portfolio-filter .next i:before {
  content: "\f105";
}

/* Responsive */
@media (max-width: 991px) {
  .site .fw-portfolio-1 .fw-portfolio-wrapper li {
    width: 47%;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  .site .fw-portfolio-1 .fw-portfolio-wrapper li {
    width: 97%;
  }
  .site .fw-project-details .fw-project-list .fw-project-list-item {
    width: 48%;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .site .fw-portfolio-1 .fw-portfolio-wrapper .fw-portfolio-image .fw-overlay-title {
    font-size: 100%;
  }
  .site .fw-project-details .fw-project-list .fw-project-list-item {
    width: 100%;
  }
  .site .fw-portfolio-filter .caroufredsel_wrapper {
    margin: 0 auto !important;
  }
}

/* Project Details */
.fw-project-details .fw-project-list {
  text-align: justify;
  padding: 0;
  margin: 0;
}
.fw-project-details .fw-project-list:after {
  content: '';
  width: 100%;
  height: 0;
  display: inline-block;
}
.fw-project-details .fw-project-list .fw-project-list-item {
  width: 32%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

/* Portfolio Type 1 */
.fw-portfolio-1.fw-portfolio-content-align-left .fw-block-image-overlay .fw-overlay-title,
.fw-portfolio-1.fw-portfolio-content-align-left .fw-block-image-overlay .fw-overlay-description {
  text-align: left;
}
.fw-portfolio-1.fw-portfolio-content-align-left .fw-block-image-overlay .fw-overlay-title:before {
  right: auto;
}
.fw-portfolio-1.fw-portfolio-content-align-left .fw-block-image-overlay .fw-overlay-description {
  float: left;
}
.fw-portfolio-1.fw-portfolio-content-align-center .fw-block-image-overlay .fw-overlay-title,
.fw-portfolio-1.fw-portfolio-content-align-center .fw-block-image-overlay .fw-overlay-description {
  text-align: center;
}
.fw-portfolio-1.fw-portfolio-content-align-center .fw-block-image-overlay .fw-overlay-title:before {
  left: 0;
  right: 0;
}

.fw-portfolio-1 .fw-portfolio-image {
  display: block;
  overflow: hidden;
  background-color: aliceblue;
}
.fw-portfolio-1.fw-portfolio-cols-2 .fw-portfolio-wrapper li {
  width: 47%;
}
.fw-portfolio-1.fw-portfolio-cols-2 .fw-portfolio-wrapper .fw-portfolio-image img {
  width: 100%;
}
.fw-portfolio-1.fw-portfolio-cols-3 .fw-portfolio-wrapper li {
  width: 30.6%;
}
.fw-portfolio-1.fw-portfolio-cols-4 .fw-portfolio-wrapper li {
  width: 22%;
}

/* Services */
/* -------------------------------------------------- */
.fw-services,
.fw-services-wrapper,
.fw-services-image {
  position: relative;
}
.fw-services-wrapper {
  margin: 0;
  padding: 0;
}
.fw-services-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fw-services-wrapper ul li:before {
  display: none;
}

.fw-services-wrapper ul li {
    float: left;
    padding: 0;
}

/* columns */
.fw-services.fw-services-cols-1 ul li {
    width: 100%;
}
.fw-services.fw-services-cols-2 ul li {
    width: 50%;
}
.fw-services.fw-services-cols-3 ul li {
    width: 33.3333%;
}
.fw-services.fw-services-cols-4 ul li {
    width: 25%;
}

.fw-services ul.fw-services-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fw-services img {
  max-width: 100%;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.fw-services a:hover {
  text-decoration: none;
}

/* overlays */
.fw-services-overlay.fw-overlay-1 .fw-icell {
  vertical-align: bottom;
}

/* Project Details */
.fw-project-details .fw-project-list {
  text-align: justify;
  padding: 0;
  margin: 0;
}
.fw-project-details .fw-project-list:after {
  content: '';
  width: 100%;
  height: 0;
  display: inline-block;
}
.fw-project-details .fw-project-list .fw-project-list-item {
  width: 32%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

/* Services Layout 1 */


/* Button Shortcode CSS */
/* -------------------------------------------------- */

/** Button Alignment **/
.fw-button-block {
    width: 100%;
}
.fw-button-block.fw-button-left {
    text-align: left;
}
.fw-button-block.fw-button-right {
    text-align: right;
}
.fw-button-block.fw-button-center {
    text-align: center;
}

.fw-btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-shadow: none;
}

.fw-btn,
.fw-btn span {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

/*** Button Types ***/

/* Button Type 1 */
.fw-btn.fw-btn-1 {
    display: inline-block;
    text-align: center;
}
.fw-btn.fw-btn-1 span {
    top: 0;
    vertical-align: middle;
    position: relative;
}

/* Button Type 2 */
.fw-btn.fw-btn-2 {
    background-color: transparent !important;
}

/* Button Type 3 */
.fw-btn.fw-btn-3 {
    background-color: transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/*
flexslider
*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .animated {
  visibility: visible !important;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

.intro_section {
  position: relative;
  overflow: hidden;
  clear: both;
}

.intro_section > img {
  width: 100%;
}

.intro_section .flexslider:before, .intro_section .flexslider:after {
  content: '';
  display: block;
  clear: both;
}

.intro_section .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.intro_section [class*="col-"] {
  position: static;
}

.intro_section .slide_description_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 5;
  padding: 15% 0 170px;
}

@media (min-width: 600px) {
  .boxed .intro_section .slide_description_wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.intro_section .slide_description_wrapper:before,
.intro_section .slide_description {
  display: inline-block;
  vertical-align: middle;
}

.intro_section .slide_description_wrapper:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.intro_section .slide_description > div {
  margin: 10px 0;
}

.intro_section .slide-title {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.intro_section .slide-title + p {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.intro_section .flex-control-nav {
  text-align: left;
}

.intro_section .flex-direction-nav a {
  bottom: 170px;
}

@media (min-width: 500px) {
  .intro_section .slide-title {
    font-size: 62px;
  }

  .intro_section .slide-title + p {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .intro_section .slide-title {
    font-size: 140px;
  }
}

@media (min-width: 1600px) {
  .intro_section .slide-title {
    font-size: 200px;
  }

  .intro_section .slide-title + p {
    font-size: 28px;
  }

  .intro_section .slide_description_wrapper {
    padding: 20.5% 0 170px;
  }
}

@media (min-width: 1600px) {
  .intro_section .flex-direction-nav li {
    position: absolute;
    bottom: 30px;
    width: -webkit-calc(100% - 1170px);
    width: calc(100% - 1170px);
    height: 62px;
    text-align: center;
  }

  .intro_section .flex-direction-nav li.flex-nav-next {
    right: 0;
  }

  .intro_section .flex-direction-nav li.flex-nav-next a {
    margin: 0 0 0 50%;
  }

  .intro_section .flex-direction-nav li a {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    bottom: 0;
    margin: 0 50% 0 0;
  }
}

/* There is a way to filter Safari 5+ from Chrome: */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Safari and Chrome */
  .myClassExample {
    color:red;
  }

  /* Safari only override */
  ::i-block-chrome,.myClassExample {
    color:blue;
  }

  ::i-block-chrome,.intro_section .flex-direction-nav li.flex-nav-next a {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .intro_section {
    text-align: center;
  }

  .intro_section .nav-container {
    padding: 0;
  }

  .intro_section .flex-control-nav,
  .intro_section .flex-custom-nav {
    bottom: 13px;
    text-align: center;
  }

  .intro_section .container {
    position: static;
    width: auto;
    max-width: 100%;
  }

  .intro_section .slide_description_wrapper:before {
    display: none;
  }

  .intro_section .slide_description {
    padding: 30px 10px;
    display: block;
  }

  .intro_section .slide_description_wrapper {
    padding: 0;
    position: static;
  }

  .intro_section .flex-direction-nav .flex-prev {
    top: 14%;
  }

  .intro_section .flex-direction-nav .flex-next {
    top: 14%;
  }

  .intro_section .flex-direction-nav a {
    bottom: 55%;
  }
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

/*.carousel li { margin-right: 5px; }*/
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  text-align: center;
}

.flex-direction-nav .flex-prev {
  left: 40px;
}

.flex-direction-nav .flex-next {
  right: 40px;
  text-align: right;
}
.flexslider .flex-next,
.flexslider .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  content: '\f104';
  color: #ffffff;
  position: absolute;
  top: 5px;
  left: 12px;
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
  left: 14px;
}

.flexslider.text-nav .flex-direction-nav a {
  top: auto;
  height: auto;
  width: auto;
  opacity: 0.2;
  font-size: 62px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .flexslider.text-nav .flex-direction-nav a {
    font-size: 36px;
  }
}

.flexslider.text-nav .flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider.text-nav .flex-direction-nav a.flex-next {
  right: 10px;
}

.flexslider.text-nav .flex-direction-nav a:before {
  display: none;
}

.flexslider.text-nav .flex-direction-nav a:hover {
  opacity: 1;
}

.flexslider.text-nav:hover .flex-nav,
.flexslider.text-nav:hover .flex-prev {
  opacity: 0.2;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: 'rt-icons-2';
  font-size: 20px;
  display: inline-block;
  content: "\e6a2";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\e711";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 42px;
  text-align: center;
  z-index: 10;
}

.flex-control-nav li {
  text-align: center;
  display: inline-block;
  padding: 0 4px;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  color: transparent;
  border: 2px solid #323232;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
}

.ds .flex-control-paging li a,
.cs .flex-control-paging li a {
  border-color: #ffffff;
}

.flex-control-paging li a:hover {
  border-color: #46a5e5;
}

.flex-control-paging li a.flex-active {
  border-color: #46a5e5;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 600px) {
  .flex-direction-nav .flex-prev {
    top: 14%;
  }

  .flex-direction-nav .flex-next {
    top: 14%;
  }
}

/* custom nav for flex slider*/
.flex-custom-nav {
  text-align: center;
  position: absolute;
  bottom: 38px;
  right: 0;
  left: 0;
  z-index: 3;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.flex-custom-nav .flex-control-nav {
  width: auto;
  display: inline-block;
  position: static;
}

.flex-custom-nav .flex-custom-link {
  font-size: 12px;
  position: relative;
  bottom: 7px;
  margin: 0 8px;
  color: #323232;
}

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
  color: #ffffff;
}

.flex-custom-nav .flex-custom-link:hover {
  color: #46a5e5;
}

.intro_section:hover .flex-custom-nav {
  opacity: 1;
}
/* Slider Layout */
/* -------------------------------------------------- */

/*Fade Effect on Fade Slider*/
.fade-effect .item {
  opacity: 0;
}
.fade-effect .item.active {
  opacity: 1;
}
.fade-effect .active.left,
.fade-effect .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
}
/*Shot Effect on Fade Slider*/
.shot-effect .item {
  top: 0;
  left: 0 !important;
}
.shot-effect .item.prev {top: 100%; z-index: 3;}
.shot-effect .item.next {top: -100%; z-index: 3;}

.shot-effect .item.prev.left,
.shot-effect .item.prev.right,
.shot-effect .item.next.left,
.shot-effect .item.next.right {
  top: 0;
}
/*Loading Spinner*/
.spinner {
  width: 32px;
  height:32px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
}
.spinner .wBall {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 4.4s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 4.4s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 4.4s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 4.4s infinite;
  transform: rotate(225deg);
  animation: orbit 4.4s infinite;
}
.spinner .wBall .wInnerBall{
  position: absolute;
  width: 4px;
  height: 4px;
  left:0;
  top:0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.spinner #wBall_1 {
  -moz-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
.spinner #wBall_2 {
  -moz-animation-delay: 0.19s;
  -webkit-animation-delay: 0.19s;
  -ms-animation-delay: 0.19s;
  -o-animation-delay: 0.19s;
  animation-delay: 0.19s;
}
.spinner #wBall_3 {
  -moz-animation-delay: 0.38s;
  -webkit-animation-delay: 0.38s;
  -ms-animation-delay: 0.38s;
  -o-animation-delay: 0.38s;
  animation-delay: 0.38s;
}
.spinner #wBall_4 {
  -moz-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  animation-delay: 0.58s;
}
.spinner #wBall_5 {
  -moz-animation-delay: 0.77s;
  -webkit-animation-delay: 0.77s;
  -ms-animation-delay: 0.77s;
  -o-animation-delay: 0.77s;
  animation-delay: 0.77s;
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin:0%;
  }
  30% {
    opacity: 1;
    -moz-transform:rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin:7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin:30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin:39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin:70%;
  }
  76% {
    opacity: 0;
    -moz-transform:rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin:0%;
  }
  30% {
    opacity: 1;
    -webkit-transform:rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin:7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin:30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin:39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin:70%;
  }
  76% {
    opacity: 0;
    -webkit-transform:rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin:0%;
  }
  30% {
    opacity: 1;
    -ms-transform:rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin:7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin:30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin:39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin:70%;
  }
  76% {
    opacity: 0;
    -ms-transform:rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin:0%;
  }
  30% {
    opacity: 1;
    -o-transform:rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin:7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin:30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin:39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin:70%;
  }
  76% {
    opacity: 0;
    -o-transform:rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index:99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin:0%;
  }
  30% {
    opacity: 1;
    transform:rotate(410deg);
    animation-timing-function: ease-in-out;
    origin:7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin:30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin:39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin:70%;
  }
  76% {
    opacity: 0;
    transform:rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}

/** Section Shortcode CSS **/
.fw-main-row {
  position: relative;
}
.fw-section-no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Section overlap */
.fw-section-overlap-sm {
    margin-bottom: 0;
}
.fw-section-overlap-md {
    margin-bottom: 0;
}
.fw-section-overlap-lg {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .fw-section-no-padding .fw-container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 992px) {
    .fw-section-overlap-sm {
        margin-bottom: -50px;
    }
    .fw-section-overlap-md {
        margin-bottom: -100px;
    }
    .fw-section-overlap-lg {
        margin-bottom: -150px;
    }
}

/* Section background */
.fw-main-row.background-video .fw-container,
.fw-main-row.background-video .fw-container-fluid {
    z-index: 1;
}

/* Parallax Styling */
.parallax-on {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover !important;
}

/* Section overlay Styling */
.section-overlay {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat !important;
    z-index: 3;
}

@media (min-width: 767px) {
    .section-overlay.hide-overlay-on-large {
	    background-color: transparent !important;
    }
}
/* Special Heading Shortcode CSS */
/* -------------------------------------------------- */
.fw-heading {
  margin-bottom: 0;
  position: relative;
  z-index: 50;
}
.fw-heading .fw-special-title {
  margin-bottom: 5px;
  margin-top: 0;
}
.fw-heading .fw-special-title span {
  font-weight: normal;
}

.fw-heading.fw-heading-left {
  text-align: left;
}
.fw-heading.fw-heading-center {
  text-align: center;
}
.fw-heading.fw-heading-right {
  text-align: right;
}

/**
 * Portfolio Carousel Shortcode
 * -----------------------------------------------------------------------------
 */
.media-links {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.gallery-item {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.gallery-item .item-media {
    z-index: 1;
    background-color: rgba(50, 50, 50, 0.5);
}
.item-media {
    position: relative;
    overflow: hidden;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/**
 * Before After Images Shortcode
 * -----------------------------------------------------------------------------
 */


/* Calendar Shortcode */
/* -------------------------------------------------- */

/* Accordion */
/* -------------------------------------------------- */

.fw-accordion h4.panel-title{
    position: relative;
    font-size: 15px;
}
.fw-accordion .panel-title a{
    display: block;
}
.fw-accordion .panel-title a:before{
    font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
    margin-left: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: normal;
    text-align: center;
}
.fw-accordion .panel-title a.collapsed:before {
    content: "\f067";
}

.panel-body{
    padding: 15px 20px;
}

.panel-body *:last-child{
    margin-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background: #bfbfbf;
}
.panel-group .panel{
    border-radius: 0;
    border-color: #bfbfbf;
}

/* Responsive */

/* Screen 568px */
@media(max-width:767px){
    .fw-accordion .panel-title a{
        font-size: 18px !important;
        line-height: normal !important;
    }
    .panel-body {
        font-size: 15px !important;
        line-height: normal !important;
    }
}
/* Dividers & Space */
/* -------------------------------------------------- */

/* Divider space (empty) */
.fw-divider-space {
  clear: both;
  width: 100%;
}

/* Divider only Line */
.fw-divider-line {
  clear: both;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/* divider line styles */
.fw-divider-line.fw-line-solid {
    border-bottom: 1px solid #ECECEC;
}
@media(max-width:767px){
    .fw-divider-space.space-lg {
        max-height: 60px;
    }
    .fw-divider-space.fw-custom-space {
        max-height: 40px;
    }
}
/* Icon Title */
/* -------------------------------------------------- */
/* Icon with Title */
.fw-icon-title {
  width: 100%;
  padding: 0;
  position: relative;
  margin-bottom: 9px;
}


/* Icons Box */
/* -------------------------------------------------- */
.fw-iconbox .fw-iconbox-text {
  padding-bottom: 22px;
}
.fw-iconbox .fw-iconbox-text p:last-child {
  margin-bottom: 0;
}
.fw-iconbox .fw-iconbox-image {
  text-align: center;
}
.fw-iconbox .fw-iconbox-image img {
  height: 28px;
}

/* Icon box style */
.fw-iconbox-2 {
  text-align: left;
}
.fw-iconbox-2 .fw-iconbox-image {
  width: 100px;
  height: 100px;
  line-height: 108px;
  margin: 0 auto;
  text-align: center;
  border-radius: 1px;
  position: relative;
}
.fw-iconbox-2 .fw-iconbox-image img {
  height: 28px;
  margin-top: -12px;
}
.fw-iconbox-2 .fw-iconbox-aside {
  margin-top: 38px;
  text-align: center;
}

.fw-iconbox-2 .fw-iconbox-aside h3{
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.fw-iconbox-2 .fw-iconbox-aside h3 strong {
    font-weight: 900;
}

/* Responsive */
/* Screen 568px */
@media(max-width:767px){
  .fw-iconbox .fw-iconbox-title h3 {
    font-size: 25px!important;
    line-height: normal!important;
  }
  .fw-iconbox .fw-iconbox-text {
    font-size: 18px!important;
    line-height: normal!important;
  }
}

/* Single Image */
/* -------------------------------------------------- */
.fw-single-image.fw-single-image-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.fw-block-image-parent.fw-image-left {
  text-align: left;
}
.fw-block-image-parent.fw-image-center {
  text-align: center;
}
.fw-block-image-parent.fw-image-right {
  text-align: right;
}

.special-image-1 .fw-block-image-parent{
    margin-top:-160px;
    margin-left:-180px;
}

.special-image-1  .fw-col-inner{
    z-index: -5;
}

.special-image-1  {
    z-index: -5;
}
/* Quote */
/* -------------------------------------------------- */
.fw-quote {
  margin: 0;
}
.fw-quote:after {
  display: none;
}
.fw-quote .fw-quote-text *:last-child {
  margin-bottom: 0;
}
.fw-quote small.fw-quote-author {
  display: block;
}
.fw-quote small.fw-quote-author span {
  display: block;
}

.fw-quote small.fw-quote-author:before {
  display: none;
}
/* quote text align */
.fw-quote.fw-quote-left small:before {
  margin-left: 0;
  margin-bottom: 1em;
}
.fw-quote.fw-quote-left:before {
  text-align: left;
}
.fw-quote.fw-quote-left p:first-child:before {
  text-align: left;
}
.fw-quote.fw-quote-right {
  text-align: right;
}
.fw-quote.fw-quote-right small:before {
  float: none;
  margin-right: 0;
  margin-bottom: 1em;
}
.fw-quote.fw-quote-right:before {
  text-align: right;
}
.fw-quote.fw-quote-right p:first-child:before {
  text-align: right;
}
.fw-quote.fw-quote-center {
  text-align: center;
}
.fw-quote.fw-quote-center small:before {
  margin: 5px auto 10px auto;
}
.fw-quote.fw-quote-center:before {
  text-align: center;
}


/* Responsive */

/* Screen 568px */
@media(max-width:767px){
  .fw-quote small.fw-quote-author{
    font-size: 18px !important;
  }
  .fw-quote .fw-quote-text {
    font-size: 24px !important;
    line-height: normal !important;
  }
  .fw-quote .fw-quote-text cite {
    font-size: 16px !important;
    line-height: normal !important;
  }
}

/* Tables */
/* -------------------------------------------------- */

/*  default tables */
table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 2px 0 0 2px;
  width: 100%;
}
table td, table th {
  border-width: 0 2px 2px 0;
  padding: 7px 10px;
}

/* Baseline styles */
.fw-table table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  color: #000;
}
.fw-table table caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #bfbfbf;
  text-align: left;
}
.fw-table table th {
  font-size: 14px;
  text-align: left;
}
/* Cells */
.fw-table table > thead > tr > th,
.fw-table table > tbody > tr > th,
.fw-table table > tfoot > tr > th,
.fw-table table > thead > tr > td,
.fw-table table > tbody > tr > td,
.fw-table table > tfoot > tr > td {
  padding: 8px 10px;
  vertical-align: top;
  border-top: 2px solid #ddd;
}
/* Bottom align for column headings */
.fw-table table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  font-weight: normal;
}
/* Account for multiple tbody instances */
.fw-table table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* Condensed table w/ half padding */
.fw-table-condensed table > thead > tr > th,
.fw-table-condensed table > tbody > tr > th,
.fw-table-condensed table > tfoot > tr > th,
.fw-table-condensed table > thead > tr > td,
.fw-table-condensed table > tbody > tr > td,
.fw-table-condensed table > tfoot > tr > td {
  padding: 5px;
}

/* Bordered version */
/* Add borders all around the table and between all the columns. */
.fw-table-bordered table {
  border: 2px solid #ddd;
  border-top: none;
}
.fw-table-bordered table > thead > tr > th,
.fw-table-bordered table > tbody > tr > th,
.fw-table-bordered table > tfoot > tr > th,
.fw-table-bordered table > thead > tr > td,
.fw-table-bordered table > tbody > tr > td,
.fw-table-bordered table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.fw-table-bordered table > thead > tr > th,
.fw-table-bordered table > thead > tr > td {
  border-bottom-width: 2px;
  border-top-width: 0;
}

/* Zebra-striping */
/* Default zebra-stripe styles (alternating gray and transparent backgrounds) */
.fw-table-striped table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* Hover effect */
/* Placed here since it has to come after the potential zebra striping */
.fw-table-hover table > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* Table cell sizing */
/* Reset default table behavior */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}


/* Responsive tables */
.fw-table {
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 0.01%;
}
.fw-table .table-col-desc {
  text-align: left;
}
.fw-table .heading-row .table-col-desc {
  background-color: #ddd;
  color: #000;
}
.fw-table .heading-row th {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fw-table {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* Tighten up spacing */
  .fw-table > table {
    margin-bottom: 0;
  }
  /* Ensure the content doesn't wrap */
  .fw-table > table > thead > tr > th,
  .fw-table > table > tbody > tr > th,
  .fw-table > table > tfoot > tr > th,
  .fw-table > table > thead > tr > td,
  .fw-table > table > tbody > tr > td,
  .fw-table > table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* Special overrides for the bordered tables */
  .fw-table > .table-bordered {
    border: 0;
  }
  /* Nuke the appropriate borders so that the parent can handle them */
  .fw-table > .table-bordered > thead > tr > th:first-child,
  .fw-table > .table-bordered > tbody > tr > th:first-child,
  .fw-table > .table-bordered > tfoot > tr > th:first-child,
  .fw-table > .table-bordered > thead > tr > td:first-child,
  .fw-table > .table-bordered > tbody > tr > td:first-child,
  .fw-table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .fw-table > .table-bordered > thead > tr > th:last-child,
  .fw-table > .table-bordered > tbody > tr > th:last-child,
  .fw-table > .table-bordered > tfoot > tr > th:last-child,
  .fw-table > .table-bordered > thead > tr > td:last-child,
  .fw-table > .table-bordered > tbody > tr > td:last-child,
  .fw-table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* Only nuke the last row's bottom-border in `tbody` and `tfoot` since */
  /* chances are there will be only one `tr` in a `thead` and that would */
  /* remove the border altogether. */
  .fw-table > .table-bordered > tbody > tr:last-child > th,
  .fw-table > .table-bordered > tfoot > tr:last-child > th,
  .fw-table > .table-bordered > tbody > tr:last-child > td,
  .fw-table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}



/* Tabs */
/* -------------------------------------------------- */
.fw-tabs .nav-tabs li i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.fw-tabs .nav-tabs li img {
  max-width: 18px;
}


/* Framed Tabs */
.fw-tabs-framed .nav-tabs {
  border-bottom: 2px solid #ddd;
}
.fw-tabs-framed .nav-tabs > li {
  padding-top: 0;
  margin-bottom: -2px;
}
.fw-tabs-framed .nav-tabs > li > a {
  border: 2px solid #ddd;
  background-color: #ededed;
  padding: 8px 20px;
  color: #666;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
.fw-tabs-framed .nav-tabs > li > a:before {
  content: '';
  height: 2px;
  background: #ddd;
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
}
.fw-tabs-framed .nav-tabs > li.active {
  padding-top: 0;
}
.fw-tabs-framed .nav-tabs > li.active a:before {
  background: #fff;
  border-right: 2px solid #ddd;
  border-left: 2px solid #ddd;
}
.fw-tabs-framed .nav-tabs > li.active > a,
.fw-tabs-framed .nav-tabs > li.active > a:hover,
.fw-tabs-framed .nav-tabs > li.active > a:focus {
  background-color: #fff;
  padding: 8px 20px;
  border: 2px solid #ddd;
  border-bottom: none;
}
.fw-tabs-framed .tab-content {
  background-color: #fff;
  border: 2px solid #ddd;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 4px 4px;
}
.fw-tabs-framed .tab-content p:last-child {
  margin-bottom: 0;
}
.fw-tabs-framed .nav-justified > li {
  padding-top: 0;
  bottom: -2px;
  margin-bottom: -2px;
  padding-right: 2px;
}
.fw-tabs-framed .nav-justified > li:first-child {
  border-left: none;
}
.fw-tabs-framed .nav-justified > li:last-child {
  padding-right: 0;
}
.fw-tabs-framed .nav-justified > li a {
  padding: 8px 20px;
  border-bottom: 2px solid #ddd;
  position: relative;
}


/* Responsive */

/* Screen 568px */
@media(max-width:767px){
  .fw-tabs-framed .nav-tabs > li > a span{
    font-size: 19px !important;
    line-height: 19px !important;
  }
  .tab-content .tab-content-title{
    font-size: 25px !important;
    line-height: normal !important;
  }
  .tab-content > .tab-pane{
    font-size: 18px !important;
    line-height: normal !important;
  }
}

/* Screen 320px */
@media(max-width:479px){
  .nav-tabs > li{
    float: none;
  }
}

/* Team Member */
/* -------------------------------------------------- */
.fw-team {
  text-align: center;
}
.fw-team .fw-team-name {
  margin-bottom: 15px;
}
.fw-team .fw-team-name h3 {
  margin: 0 0 5px 0;
}
.fw-team .fw-team-name h3 strong {
  font-style: normal;
}
.fw-team .fw-team-name > span {
  display: block;
}
.fw-team .fw-team-image {
  margin-bottom: 1em;
    margin-left:auto;
    margin-right:auto;
}
.fw-team .fw-team-image .fw-image-link {
  display: inline-block;
  max-width: 100%;
}
/* Responsive */

/* Screen 568px */
@media(max-width:767px){
  .fw-team .fw-team-name h3{
    font-size: 30px !important;
    line-height: normal !important;
  }
  .fw-team .fw-team-name span{
    font-size: 17px !important;
    line-height: normal !important;
  }
  .fw-team .fw-team-text{
    font-size: 16px !important;
    line-height: normal !important;
  }
}
/* Testimonails */
/* -------------------------------------------------- */
.fw-testimonials {
  position: relative;
  opacity: 1;
}
.fw-testimonials.hide-slider {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.fw-testimonials.hide-slider .fw-slider-item img {
  visibility: hidden;
}
.fw-testimonials.hide-slider .fw-slider-prev,
.fw-testimonials.hide-slider .fw-slider-next,
.fw-testimonials.hide-slider .fw-slider-pagination,
.fw-testimonials.hide-slider .fw-slider-caption {
  opacity: 0 !important;
}
.fw-testimonials .fw-testimonials-item {
  position: relative;
}
.fw-testimonials .fw-testimonials-text {
  font-style: italic;
}
.fw-testimonials .fw-testimonials-text p {
  margin-bottom: 1.4em;
}
.fw-testimonials .fw-testimonials-text p:last-child {
  margin-bottom: 0;
}
.fw-testimonials .prev,
.fw-testimonials .next {
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  opacity: 0.3;
}
.fw-testimonials .prev:hover,
.fw-testimonials .next:hover {
  opacity: 0.4
}
.fw-testimonials .prev:active,
.fw-testimonials .next:active {
  margin-top: 1px;
  opacity: 0.4
}
.fw-testimonials .prev i:before {
  content: "\f104";
}
.fw-testimonials .next i:before {
  content: "\f105";
}
.fw-testimonials .fw-testimonials-pagination a {
  display: inline-block;
  margin: 6px 8px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
}

.fw-testimonials .fw-testimonials-pagination a span {
  display: block;
  text-indent: -300px;
}

/* Testimonials Type 1 */
.fw-testimonials-1 {
  text-align: center;
}
.fw-testimonials-1 .fw-testimonials-item {
  text-align: center;
}
.fw-testimonials-1 .fw-testimonials-avatar img {
  margin: 0 auto;
  display: inline-block;
  border-radius: 50%;
}
.fw-testimonials-1 .fw-testimonials-text {
  text-align: center;
  padding: 10px 0 30px;
}
.fw-testimonials-1 .fw-testimonials-author {
  padding: 0 10px 0;
}
.fw-testimonials-1 .fw-testimonials-author .author-name {
  display: inline;
}
.fw-testimonials-1 .fw-testimonials-author .author-name strong {
  font-style: normal;
}
.fw-testimonials-1 .fw-testimonials-author em:before {
  content: "";
  margin-left: -3px;
}
.fw-testimonials-1 .fw-testimonials-author .fw-testimonials-url:before {
  content: " / ";
  margin-left: -3px;
}
.fw-testimonials-1 .prev,
.fw-testimonials-1 .next {
  position: absolute;
  z-index: 2;
  top: 42%;
  font-size: 40px;
}
.fw-testimonials-1 .prev i,
.fw-testimonials-1 .next i {
  position: relative;
  top: -1px;
}
.fw-testimonials-1 .prev:active,
.fw-testimonials-1 .next:active {
  margin-top: 1px;
}
.fw-testimonials-1 .prev {
  left: 1px;
}
.fw-testimonials-1 .prev i {
  left: -2px;
}
.fw-testimonials-1 .prev i:before {
  content: "\f104";
}
.fw-testimonials-1 .next {
  right: 1px;
}
.fw-testimonials-1 .next i {
  right: -2px;
}
.fw-testimonials-1 .next i:before {
  content: "\f105";
}
.fw-testimonials-1 .fw-testimonials-pagination {
  text-align: center;
  margin-top: 15px;
}


/* Responsive */

/* Screen 568px */
@media(max-width:767px){
  .fw-testimonials .fw-testimonials-title{
    font-size: 24px !important;
    line-height: normal !important;
  }
  .fw-testimonials .fw-testimonials-text{
    font-size: 17px !important;
    line-height: normal !important;
  }
  .fw-testimonials .fw-testimonials-author .author-name{
    font-size: 30px !important;
    line-height: normal !important;
  }
  .fw-testimonials .fw-testimonials-author em.author-job,
  .fw-testimonials .fw-testimonials-url,
  .fw-testimonials .fw-testimonials-url a {
    font-size: 16px !important;
    line-height: normal !important;
  }
}
/* Map Style */
/* -------------------------------------------------- */
.site .fw-map-canvas .infowindow-title a {
  text-decoration: underline;
}
.site .fw-map-canvas .infowindow-title a:hover {
  text-decoration: underline;
}
/* Price Table Style 1 */
/* -------------------------------------------------- */
.fw-price-1 {
  margin-left: auto;
  margin-right: auto;
}
/* default column */
.fw-price-1 .fw-price-col {
  width: 228px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.fw-price-1 .fw-price-col .fw-price-inner {
  border-right: 1px solid #e8eced;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.fw-price-1 .fw-price-col:first-child .fw-price-row,
.fw-price-1 .fw-price-col:first-child.fw-switch-row,
.fw-price-1 .fw-price-col:first-child .fw-price-foot {
}
/* Caption column */
.fw-price-1 .fw-price-caption .fw-price-head,
.fw-price-1 .fw-price-caption .fw-price-amount {
  background-color: #fff;
  color: #000;
}
.fw-price-1 .fw-price-caption .fw-price-head {
  border-top: 1px solid #e8eced;
}
.fw-price-1 .fw-price-caption .fw-price-row,
.fw-price-1 .fw-price-caption .fw-switch-row {
  font-weight: normal;
  text-align: right;
}
.fw-price-1 .fw-price-caption .fw-price-caption-title {
  font-weight: normal;
  font-style: italic;
  margin: 0;
}
.fw-price-1 .fw-price-caption .fw-price-caption-title strong {
  display: block;
  font-style: normal;
  font-weight: normal;
}
.fw-price-1 .fw-price-caption .fw-price-inner {
  border-bottom: 1px solid transparent;
}
.fw-price-1 .fw-price-caption:first-child .fw-price-foot {
  border-left: none;
}
/* columns head, price and description */
.fw-price-1 .fw-price-amount {
  color: #000;
  border-bottom: 1px solid #ddd;
}
.fw-price-1 .fw-price-head {
  padding: 10px 0;
  height: 30px;
}
.fw-price-1 .fw-price-title {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.fw-price-1 .fw-price-amount {
  height: 80px;
  padding: 10px 0;
  display: table;
  width: 100%;
}
.fw-price-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fw-price-1 .fw-price-value {
  display: block;
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
}
.fw-price-1 .fw-price-caption .fw-price-middle {
  display: block;
}
.fw-price-1 .fw-price-value span {
  margin-right: 2px;
}
.fw-price-1 .fw-price-desc {
  display: block;
}
.fw-price-1 .fw-price-foot {
  min-height: 80px;
  background-color: #fff;
  margin-top: 30px;
}
.fw-price-1 .fw-price-foot .fw-btn {
  margin: 17px 0;
}
/* row with data in each package column */
.fw-price-1 .fw-price-row,
.fw-price-1 .fw-switch-row {
  padding: 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.fw-price-1 .fw-price-row small,
.fw-price-1 .fw-switch-row small {
  color: #888;
}
.fw-price-1 .fw-price-row i,
.fw-price-1 .fw-switch-row i {
  font-size: 18px;
}
/* Icons in price table */
.fw-price-1 .fw-price-icon-no:before {
  content: "\f00d";
  color: #e11313;
}
.fw-price-1 .fw-price-icon-yes:before {
  content: "\f00c";
  color: #47a920;
}
/* Style with gap between Packages */
.fw-price-1.fw-price-gaps .fw-price-col {
  padding: 0 10px;
}
.fw-price-1.fw-price-gaps .fw-price-row,
.fw-price-1.fw-price-gaps .fw-switch-row,
.fw-price-1.fw-price-gaps .fw-price-foot {
}
/* active column */
.fw-price-1 .fw-price-active .fw-price-inner {
  left: 0;
  top: 0;
  z-index: 50;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.fw-price-1 .fw-price-active .fw-price-amount {
}

.fw-price-1 .fw-switch-row.desc-col {
}

.fw-price-1 .fw-price-foot.default-col {
}

@media (max-width: 991px) {
  .fw-price-1 .fw-price-col {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
/* Screen 568px */
@media(max-width:767px){
  .fw-price-1 .fw-price-caption .fw-price-caption-title {
    font-size: 25px !important;
    line-height: normal !important;
  }
  .fw-price-1 .fw-price-title.default-col {
    font-size: 27px !important;
    line-height: normal !important;
  }
  .fw-price-1 .fw-icell.default-col {
    font-size: 20px !important;
    line-height: normal !important;
  }
  .fw-price-1 .fw-price-value.default-col,
  .fw-price-1 .fw-price-desc.default-col {
    font-size: 21px !important;
    line-height: normal !important;
  }
}


/* Default Style */
/* -------------------------------------------------- */
/* Price Table */
.fw-price-table .fw-price-col {
  display: inline-block;
  float: left;
  position: relative;
  text-align: center;
}
.fw-price-table .fw-price-inner {
  position: relative;
  transition: all 0.15s ease 0s;
}
.fw-price-table .fw-price-title {
  margin: 0;
}
.fw-price-table .fw-price-inner > div {
  box-sizing: content-box;
}

@media (max-width: 991px) {
  .fw-price-table {
    width: 100% !important;
  }
}
/* Breadcrumbs */
/* -------------------------------------------------- */

.breadcrumbs {
  position: relative;
  margin-top: 0;
}
.breadcrumbs span.separator {
  margin: 0 -2px;
  padding: 0 12px;
}
/* Footer Layout */
/* -------------------------------------------------- */
.fw-footer-middle {
  position: relative;
}
.fw-footer-middle .fw-container {
  position: relative;
  z-index: 10;
}

.fw-footer ul li .post-date {
    color: #fff;
    font-weight: normal;
}
/* Footer Widget */
.fw-footer-widgets {
  position: relative;
}
.fw-footer-widgets .widget-title {
  text-transform: none;
}
.fw-footer-widgets .widget-title span {
  background-color: transparent !important;
}
.fw-footer-widgets .widget-title span:after {
  display: none;
}

/* copyright and social area */
.fw-footer-bar {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.fw-copyright {
  position: relative;
}
.fw-copyright a {
  text-decoration: underline;
}
.fw-copyright a:hover {
  text-decoration: none;
}
.fw-copyright-left .fw-copyright {
  float: left;
}
.fw-copyright-left .fw-footer-social {
  float: right;
}
.fw-copyright-right .fw-copyright {
  float: right;
}
.fw-copyright-right .fw-footer-social {
  float: left;
}
.fw-copyright-center {
  text-align: center;
}
.fw-copyright-center .fw-copyright,
.fw-copyright-center .fw-footer-social{
  top: inherit;
}
.fw-footer-social {
  position: relative;
}
.fw-footer-social a {
  display: inline-block;
  margin: 0 2px;
}

/*
Theme Name: LifeGuide
Theme URI: http://webdesign-finder.com/lifeguide
Description: Lifeguide - powerful wordpress sites builder. Live customizer allows to easily change theme colors, change logo, title, tagline, add social icons and adjust widgets according to your needs.
Version: 1.0.1
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: translation-ready, custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: lifeguide

-------------------------------------------------- */
.clearfix:before,
.clearfix:after,
.fw-container:before,
.fw-container:after,
.fw-container-fluid:before,
.fw-container-fluid:after,
.fw-row:before,
.fw-row:after,
.post .gallery:before,
.post .gallery:after,
.comment-body:before,
.comment-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.fw-container:after,
.fw-container-fluid:after,
.fw-row:after,
.post .gallery:after,
.comment-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Grid system */
/* -------------------------------------------------- */
.fw-container,
.fw-container *,
.fw-container *:before,
.fw-container *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fw-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .fw-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fw-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fw-container {
    width: 1170px;
  }
}
.fw-container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fw-row {
  margin-left: -15px;
  margin-right: -15px;
}
.fw-row:before,
.fw-row:after {
  content: " ";
  display: table;
}
.fw-row:after {
  clear: both;
}
.fw-row:before,
.fw-row:after {
  content: " ";
  display: table;
}
.fw-row:after {
  clear: both;
}
.fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  [class^="fw-col-"] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slider-section .fw-container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-section [class^="fw-col-"] {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .fw-col-sm-1, .fw-col-sm-2, .fw-col-sm-3, .fw-col-sm-4, .fw-col-sm-5, .fw-col-sm-6, .fw-col-sm-7, .fw-col-sm-8, .fw-col-sm-9, .fw-col-sm-10, .fw-col-sm-11, .fw-col-sm-12 {
    float: left;
  }
  .fw-col-sm-12 {
    width: 100%;
  }
  .fw-col-sm-11 {
    width: 91.66666667%;
  }
  .fw-col-sm-10 {
    width: 83.33333333%;
  }
  .fw-col-sm-9 {
    width: 75%;
  }
  .fw-col-sm-8 {
    width: 66.66666667%;
  }
  .fw-col-sm-7 {
    width: 58.33333333%;
  }
  .fw-col-sm-6 {
    width: 50%;
  }
  .fw-col-sm-5 {
    width: 41.66666667%;
  }
  .fw-col-sm-4 {
    width: 33.33333333%;
  }
  .fw-col-sm-3 {
    width: 25%;
  }
  .fw-col-sm-2 {
    width: 16.66666667%;
  }
  .fw-col-sm-1 {
    width: 8.33333333%;
  }
  .fw-col-sm-pull-12 {
    right: 100%;
  }
  .fw-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .fw-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .fw-col-sm-pull-9 {
    right: 75%;
  }
  .fw-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .fw-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .fw-col-sm-pull-6 {
    right: 50%;
  }
  .fw-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .fw-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .fw-col-sm-pull-3 {
    right: 25%;
  }
  .fw-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .fw-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .fw-col-sm-pull-0 {
    right: auto;
  }
  .fw-col-sm-push-12 {
    left: 100%;
  }
  .fw-col-sm-push-11 {
    left: 91.66666667%;
  }
  .fw-col-sm-push-10 {
    left: 83.33333333%;
  }
  .fw-col-sm-push-9 {
    left: 75%;
  }
  .fw-col-sm-push-8 {
    left: 66.66666667%;
  }
  .fw-col-sm-push-7 {
    left: 58.33333333%;
  }
  .fw-col-sm-push-6 {
    left: 50%;
  }
  .fw-col-sm-push-5 {
    left: 41.66666667%;
  }
  .fw-col-sm-push-4 {
    left: 33.33333333%;
  }
  .fw-col-sm-push-3 {
    left: 25%;
  }
  .fw-col-sm-push-2 {
    left: 16.66666667%;
  }
  .fw-col-sm-push-1 {
    left: 8.33333333%;
  }
  .fw-col-sm-push-0 {
    left: auto;
  }
  .fw-col-sm-offset-12 {
    margin-left: 100%;
  }
  .fw-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .fw-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .fw-col-sm-offset-9 {
    margin-left: 75%;
  }
  .fw-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .fw-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .fw-col-sm-offset-6 {
    margin-left: 50%;
  }
  .fw-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .fw-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .fw-col-sm-offset-3 {
    margin-left: 25%;
  }
  .fw-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .fw-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .fw-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .fw-col-md-1, .fw-col-md-2, .fw-col-md-3, .fw-col-md-4, .fw-col-md-5, .fw-col-md-6, .fw-col-md-7, .fw-col-md-8, .fw-col-md-9, .fw-col-md-10, .fw-col-md-11, .fw-col-md-12 {
    float: left;
  }
  .fw-col-md-12 {
    width: 100%;
  }
  .fw-col-md-11 {
    width: 91.66666667%;
  }
  .fw-col-md-10 {
    width: 83.33333333%;
  }
  .fw-col-md-9 {
    width: 75%;
  }
  .fw-col-md-8 {
    width: 66.66666667%;
  }
  .fw-col-md-7 {
    width: 58.33333333%;
  }
  .fw-col-md-6 {
    width: 50%;
  }
  .fw-col-md-5 {
    width: 41.66666667%;
  }
  .fw-col-md-4 {
    width: 33.33333333%;
  }
  .fw-col-md-3 {
    width: 25%;
  }
  .fw-col-md-2 {
    width: 16.66666667%;
  }
  .fw-col-md-1 {
    width: 8.33333333%;
  }
  .fw-col-md-pull-12 {
    right: 100%;
  }
  .fw-col-md-pull-11 {
    right: 91.66666667%;
  }
  .fw-col-md-pull-10 {
    right: 83.33333333%;
  }
  .fw-col-md-pull-9 {
    right: 75%;
  }
  .fw-col-md-pull-8 {
    right: 66.66666667%;
  }
  .fw-col-md-pull-7 {
    right: 58.33333333%;
  }
  .fw-col-md-pull-6 {
    right: 50%;
  }
  .fw-col-md-pull-5 {
    right: 41.66666667%;
  }
  .fw-col-md-pull-4 {
    right: 33.33333333%;
  }
  .fw-col-md-pull-3 {
    right: 25%;
  }
  .fw-col-md-pull-2 {
    right: 16.66666667%;
  }
  .fw-col-md-pull-1 {
    right: 8.33333333%;
  }
  .fw-col-md-pull-0 {
    right: auto;
  }
  .fw-col-md-push-12 {
    left: 100%;
  }
  .fw-col-md-push-11 {
    left: 91.66666667%;
  }
  .fw-col-md-push-10 {
    left: 83.33333333%;
  }
  .fw-col-md-push-9 {
    left: 75%;
  }
  .fw-col-md-push-8 {
    left: 66.66666667%;
  }
  .fw-col-md-push-7 {
    left: 58.33333333%;
  }
  .fw-col-md-push-6 {
    left: 50%;
  }
  .fw-col-md-push-5 {
    left: 41.66666667%;
  }
  .fw-col-md-push-4 {
    left: 33.33333333%;
  }
  .fw-col-md-push-3 {
    left: 25%;
  }
  .fw-col-md-push-2 {
    left: 16.66666667%;
  }
  .fw-col-md-push-1 {
    left: 8.33333333%;
  }
  .fw-col-md-push-0 {
    left: auto;
  }
  .fw-col-md-offset-12 {
    margin-left: 100%;
  }
  .fw-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .fw-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .fw-col-md-offset-9 {
    margin-left: 75%;
  }
  .fw-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .fw-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .fw-col-md-offset-6 {
    margin-left: 50%;
  }
  .fw-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .fw-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .fw-col-md-offset-3 {
    margin-left: 25%;
  }
  .fw-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .fw-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .fw-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .fw-col-lg-1, .fw-col-lg-2, .fw-col-lg-3, .fw-col-lg-4, .fw-col-lg-5, .fw-col-lg-6, .fw-col-lg-7, .fw-col-lg-8, .fw-col-lg-9, .fw-col-lg-10, .fw-col-lg-11, .fw-col-lg-12 {
    float: left;
  }
  .fw-col-lg-12 {
    width: 100%;
  }
  .fw-col-lg-11 {
    width: 91.66666667%;
  }
  .fw-col-lg-10 {
    width: 83.33333333%;
  }
  .fw-col-lg-9 {
    width: 75%;
  }
  .fw-col-lg-8 {
    width: 66.66666667%;
  }
  .fw-col-lg-7 {
    width: 58.33333333%;
  }
  .fw-col-lg-6 {
    width: 50%;
  }
  .fw-col-lg-5 {
    width: 41.66666667%;
  }
  .fw-col-lg-4 {
    width: 33.33333333%;
  }
  .fw-col-lg-3 {
    width: 25%;
  }
  .fw-col-lg-2 {
    width: 16.66666667%;
  }
  .fw-col-lg-1 {
    width: 8.33333333%;
  }
  .fw-col-lg-pull-12 {
    right: 100%;
  }
  .fw-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .fw-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .fw-col-lg-pull-9 {
    right: 75%;
  }
  .fw-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .fw-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .fw-col-lg-pull-6 {
    right: 50%;
  }
  .fw-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .fw-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .fw-col-lg-pull-3 {
    right: 25%;
  }
  .fw-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .fw-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .fw-col-lg-pull-0 {
    right: auto;
  }
  .fw-col-lg-push-12 {
    left: 100%;
  }
  .fw-col-lg-push-11 {
    left: 91.66666667%;
  }
  .fw-col-lg-push-10 {
    left: 83.33333333%;
  }
  .fw-col-lg-push-9 {
    left: 75%;
  }
  .fw-col-lg-push-8 {
    left: 66.66666667%;
  }
  .fw-col-lg-push-7 {
    left: 58.33333333%;
  }
  .fw-col-lg-push-6 {
    left: 50%;
  }
  .fw-col-lg-push-5 {
    left: 41.66666667%;
  }
  .fw-col-lg-push-4 {
    left: 33.33333333%;
  }
  .fw-col-lg-push-3 {
    left: 25%;
  }
  .fw-col-lg-push-2 {
    left: 16.66666667%;
  }
  .fw-col-lg-push-1 {
    left: 8.33333333%;
  }
  .fw-col-lg-push-0 {
    left: auto;
  }
  .fw-col-lg-offset-12 {
    margin-left: 100%;
  }
  .fw-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .fw-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .fw-col-lg-offset-9 {
    margin-left: 75%;
  }
  .fw-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .fw-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .fw-col-lg-offset-6 {
    margin-left: 50%;
  }
  .fw-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .fw-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .fw-col-lg-offset-3 {
    margin-left: 25%;
  }
  .fw-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .fw-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .fw-col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Screen 320px */
.fw-col-md-1-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.fw-col-md-1-5 {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .fw-col-md-1-5 {
    width: 100%;
    float: none;
  }
}
/* Forms & Form Elements */
/* -------------------------------------------------- */
::-moz-placeholder {
  color: rgba(204, 204, 204, 0.7);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(204, 204, 204, 0.7);
}
::-webkit-input-placeholder {
  color: rgba(204, 204, 204, 0.7);
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="email"],
textarea {
  background: #fff;
  color: #323232;
  border: 1px solid #e6e6e6;
  text-align: left;
  font-style: italic;
  font-size: 16px;
  padding: 14px 20px;
  line-height: 16px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #323232;
}
.wrap-forms {
  background-color: transparent;
  padding: 0 15px;
}
.wrap-forms .selectize-input.full {
  background-color: #fff;
}
.wrap-forms .fw-contact-form-title {
  font-size: 38px;
}
.wrap-forms .header.title {
  margin-bottom: 30px;
}
.wrap-forms .header.title .fw-contact-form-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: normal;
  color: #323232;
}
.wrap-forms .fw-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wrap-forms .fw-row .fw-btn-form-submit {
  background-color: #46a5e5;
}
.wrap-forms .fw-row .fw-btn-form-submit span {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.wrap-forms .fw-row .fw-btn-form-submit:hover {
  background-color: #46a5e5;
}
.wrap-forms .fw-row .fw-btn-form-submit:hover span {
  opacity: 0.7;
}
.wrap-forms .row-submit {
  padding-top: 20px;
}
.wrap-forms .form-builder-item > div > label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #141e24;
}
.wrap-forms .form-builder-item p {
  font-size: 13px;
}
.wrap-forms .input-styled .custom-checkbox:before,
.wrap-forms .input-styled .custom-radio:before,
.wrap-forms .input-styled .custom-checkbox:after,
.wrap-forms .input-styled .custom-radio:after {
  content: " ";
  display: table;
}
.wrap-forms .input-styled .custom-checkbox:after,
.wrap-forms .input-styled .custom-radio:after {
  clear: both;
}
.wrap-forms .input-styled .custom-checkbox:before,
.wrap-forms .input-styled .custom-radio:before,
.wrap-forms .input-styled .custom-checkbox:after,
.wrap-forms .input-styled .custom-radio:after {
  content: " ";
  display: table;
}
.wrap-forms .input-styled .custom-checkbox:after,
.wrap-forms .input-styled .custom-radio:after {
  clear: both;
}
.wrap-forms .input-styled label {
  margin-bottom: 1em;
  line-height: 1em;
}
.form-center .wrap-forms {
  text-align: center;
}
.form-center .wrap-forms input {
  text-align: center;
}
/* Post Password & Search Form */
.post-password-form input[type='password'] {
  margin: 0 10px 0 0;
}
.post-password-form input[type='submit'] {
  padding: 21px 40px;
  font-size: 13px;
  line-height: 16px;
  background-color: #46a5e5;
  border: 1px solid #46a5e5;
  color: #ffffff;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  display: inline-block;
  margin-top: -4px;
  margin-left: 15px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
}
.post-password-form input[type='submit']:hover {
  opacity: 0.8;
}
/* Header Layout */
/* -------------------------------------------------- */
.fw-header .fw-header-main {
  padding-right: 80px;
  padding-left: 80px;
}
.fw-header .fw-header-main .fw-header-main-overlay {
  background: #ffffff;
}
.fw-header.fw-sticky-menu-open .fw-header-main .fw-header-main-overlay {
  opacity: 1;
}
.fw-header.fw-sticky-menu-open .fw-header-main .fw-wrap-logo {
  padding-bottom: 0;
}
/* Header Layout 1 */
.header-1 .fw-header-main {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}
.header-1 .fw-header-main .fw-wrap-logo {
  padding-bottom: 20px;
}
.header-1 .fw-header-main .fw-nav-inner {
  margin-top: 6px;
}
.header-1 .fw-header-main .fw-nav-inner .mmenu-link i {
  color: #323232;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.header-1 .fw-header-main .fw-nav-inner .mmenu-link:hover,
.header-1 .fw-header-main .fw-nav-inner .mmenu-link:hover i {
  color: #c63987;
}
.header-1 .fw-sticky-menu-open .fw-header-main {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-1 .primary-navigation > ul > li:first-child a {
  margin-left: 20px;
}
.header-1 .primary-navigation > ul > li:first-child > ul {
  left: 70px;
}
.header-1 .primary-navigation > ul > li:last-child a {
  margin-right: 20px;
}
.header-1 .primary-navigation > ul > li > a {
  margin: 0 12px;
}
.header-1 .primary-navigation > ul > li > ul {
  left: 30px;
}
.header-1 .fw-nav-wrap {
  background-color: transparent;
}
/* Absolute header on front page */
.home.fw-absolute-header .fw-header-main-overlay {
  background: transparent;
}
.home.fw-absolute-header .social {
  display: none;
}
.home.fw-absolute-header .mmenu-link i {
  filter: brightness(0) invert(1);
}
.home.fw-absolute-header .fw-sticky-menu-open .mmenu-link i {
  filter: none;
}
.home.fw-absolute-header .fw-sticky-menu-open .fw-header-main-overlay {
  background: #ffffff;
}
.home.fw-absolute-header.header-1 .fw-header-main {
  padding-top: 35px;
}
.home.fw-absolute-header.header-1 .fw-sticky-menu-open .fw-header-main {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .home.fw-absolute-header .social {
    display: none;
  }
  .home.fw-absolute-header .fw-nav-wrap {
    text-align: right;
    position: absolute;
    right: 20px;
  }
}
/* Responsive */
@media (max-width: 1200px) {
  .header-1 .fw-header-main .fw-nav-inner .mmenu-link {
    position: relative;
    right: 0;
    top: 10px;
  }
}
/*Screen 768px*/
@media (max-width: 991px) {
  .header-1 .fw-header-main {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-1 .fw-header-main .primary-navigation > ul > li > a {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .header-1 .fw-header-main {
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
  }
  .header-1 .fw-header-main .fw-logo-col,
  .header-1 .fw-header-main .fw-nav-wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .header-1 .fw-header-main .fw-nav-inner .mmenu-link {
    position: relative;
    right: 0;
    top: 10px;
  }
}
@media (min-width: 1570px) {
  .header-1 .fw-header-main {
    padding-right: 60px;
    padding-left: 60px;
  }
  .header-1 .primary-navigation > ul > li > a {
    margin: 0 25px;
  }
}
@media (min-width: 992px) {
  .header-1 .fw-nav-wrap {
    text-align: center;
  }
  .header-1 .fw-nav-wrap.no-social {
    text-align: right;
  }
  .header-1 .fw-nav-wrap.no-social .primary-navigation > ul > li:last-child a {
    margin-right: 0;
  }
}
/* Header Logo */
.fw-wrap-logo {
  font-family: 'Roboto';
  margin-top: 8px;
  margin-bottom: 8px;
}
.fw-wrap-logo .fw-site-logo strong {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-transform: uppercase;
}
.fw-wrap-logo .fw-site-logo .site-title {
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-transform: uppercase;
  color: #323232;
  margin-top: 5px;
  margin-bottom: 5px;
}
.fw-wrap-logo .fw-site-logo .site-description {
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 4px;
  line-height: 1;
  color: #323232;
  text-transform: uppercase;
}
.fw-wrap-logo.fw-no-subtitle {
  margin-top: 9px;
}
/* Lifeguide sticky menu change logo text color */
.home.fw-absolute-header .fw-wrap-logo .custom-logo-link {
  filter: brightness(0) invert(1);
}
.home.fw-absolute-header .fw-wrap-logo .fw-site-logo .site-title,
.home.fw-absolute-header .fw-wrap-logo .fw-site-logo .site-title a {
  color: #ffffff;
}
.home.fw-absolute-header .fw-wrap-logo .fw-site-logo .site-description {
  color: #ffffff;
}
.home.fw-absolute-header .fw-sticky-menu-open .fw-wrap-logo .custom-logo-link {
  filter: none;
}
.home.fw-absolute-header .fw-sticky-menu-open .fw-wrap-logo .fw-site-logo .site-title {
  color: #323232;
}
.home.fw-absolute-header .fw-sticky-menu-open .fw-wrap-logo .fw-site-logo .site-description {
  color: #323232;
}
/* Logo Retina & No-Retina */
.fw-logo-retina .fw-site-logo {
  width: 200px;
}
/* Screen 320px */
@media (max-width: 479px) {
  .fw-wrap-logo {
    width: 210px;
  }
}
/* Header socials */
.lifeguide .fw-top-bar-social {
  margin-top: 4px;
}
.lifeguide .fw-top-bar-social a {
  border: 1px solid #818181;
  border-color: rgba(129, 129, 129, 0.3);
  padding: 10px 11px;
  width: 40px;
  height: 40px;
  margin: 4px 0 4px 6px;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.lifeguide .fw-top-bar-social a[href*="facebook.com"] {
  color: #507cbe;
}
.lifeguide .fw-top-bar-social a[href*="facebook.com"]:hover {
  background: #507cbe;
  border-color: #507cbe;
  color: #ffffff;
}
.lifeguide .fw-top-bar-social a[href*="twitter.com"] {
  color: #00abef;
}
.lifeguide .fw-top-bar-social a[href*="twitter.com"]:hover {
  background: #00abef;
  border-color: #00abef;
  color: #ffffff;
}
.lifeguide .fw-top-bar-social a[href*="plus.google.com"] {
  color: #d93e2d;
}
.lifeguide .fw-top-bar-social a[href*="plus.google.com"]:hover {
  background: #d93e2d;
  border-color: #d93e2d;
  color: #ffffff;
}
.lifeguide .fw-top-bar-social a[href*="youtube.com"] {
  color: #d12121;
}
.lifeguide .fw-top-bar-social a[href*="youtube.com"]:hover {
  background: #d12121;
  border-color: #d12121;
  color: #ffffff;
}
/* Top Nav Menu */
/* -------------------------------------------------- */
.fw-site-navigation > ul {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  /* 1st level */
}
.fw-site-navigation > ul .menu-item-has-icon i {
  font-size: 12px;
}
.fw-site-navigation > ul > li {
  /* Menu Separators */
  /* 2nd level */
}
.fw-site-navigation > ul > li:hover > ul {
  display: block;
}
.fw-site-navigation > ul > li > a {
  color: #323232;
  line-height: 46px;
  letter-spacing: 2.4px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-transform: uppercase;
  font-weight: 700;
}
.fw-site-navigation > ul > li > a:hover {
  opacity: 0.6;
}
.fw-site-navigation > ul > li.menu-separator a:after {
  display: none;
}
.fw-site-navigation > ul > li.menu-separator a:hover {
  color: #636363;
  cursor: default;
}
.fw-site-navigation > ul > li ul {
  top: 45px;
  width: 280px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-top: 17px;
  padding-left: 0;
  padding-right: 0;
}
.fw-site-navigation > ul > li ul.left {
  left: -281px;
}
.fw-site-navigation > ul > li ul.left ul {
  left: -281px;
}
.fw-site-navigation > ul > li ul > li {
  color: #323232;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9399999999999999);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* 3rd level */
}
.fw-site-navigation > ul > li ul > li > a {
  color: #323232;
}
.fw-site-navigation > ul > li ul > li > a:before {
  width: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.fw-site-navigation > ul > li ul > li:hover > a,
.fw-site-navigation > ul > li ul > li.parent.hover > a,
.fw-site-navigation > ul > li ul > li.current-menu-item > a {
  opacity: 0.3;
}
.fw-site-navigation > ul > li ul > li > ul {
  left: 281px;
}
.fw-site-navigation > ul > li ul > li > ul > li {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9399999999999999);
}
.fw-site-navigation > ul > li ul > li > ul > li:first-child,
.fw-site-navigation > ul > li ul > li > ul > li:last-child {
  padding: 0;
}
.fw-site-navigation > ul > li > ul.left {
  right: 70px;
  left: auto;
}
.home.fw-absolute-header .fw-header .fw-site-navigation > ul > li > a {
  color: #ffffff;
}
.home.fw-absolute-header .fw-header.fw-sticky-menu-open .fw-site-navigation > ul > li > a {
  color: #323232;
}
/* Mobile Menu */
.mmenu-link i {
  font-size: 28px;
  color: #323232;
}
.mmenu-link:hover {
  color: #323232;
}
/* Responsive */
/*Screen 768px*/
@media (max-width: 991px) {
  .search-in-top-bar .fw-search.fw-mini-search {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0;
  }
  .search-in-top-bar .fw-search.fw-mini-search .fw-search-icon {
    margin: 0 auto;
  }
  .search-in-top-bar .fw-search.fw-mini-search .fw-wrap-search-form {
    margin-right: -102px;
  }
}
/* General Styles */
/* -------------------------------------------------- */
body {
  background-color: #ffffff;
  background-image: '';
  background-repeat: 'no-repeat';
}
/* wrapper for all sections */
.site-main {
  background-color: #ffffff;
}
.fw-full .site {
  margin-top: 0;
  margin-bottom: 0;
}
.no-header-image {
  max-width: 1540px;
  background: #ffffff;
}
::-moz-selection {
  background: #46a5e5;
}
::selection {
  background: #46a5e5;
}
/* Content Layout */
/* -------------------------------------------------- */
/* Content Row Overlay */
.overlay_color_1 {
  background-color: #46a5e5 !important;
}
.overlay_color_2 {
  background-color: #ffffff !important;
}
.overlay_color_3 {
  background-color: #323232 !important;
}
.overlay_color_4 {
  background-color: #818181 !important;
}
.overlay_color_5 {
  background-color: #141e24 !important;
}
.fw-section-height-md {
  height: 300px;
}
.fw-section-height-sm {
  height: 250px;
}
.fw-section-space-md .fw-main-row-custom .fw-container,
.fw-section-space-md .fw-main-row .fw-container,
.fw-section-space-md .fw-main-row-custom .fw-container-fluid,
.fw-section-space-md .fw-main-row .fw-container-fluid {
  padding-top: 150px;
  padding-bottom: 150px;
}
.home.lifeguide .fw-main-row-top .fw-container,
.home.lifeguide .fw-main-row-top .fw-container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
.fw-section-space-sm .fw-container,
.fw-section-space-sm .fw-container-fluid {
  padding-top: 75px;
  padding-bottom: 75px;
}
/* 404 Page */
.error404 .fw-404-page {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.error404 .fw-404-page .page-content {
  padding-left: 45px;
}
.error404 .fw-404-page.fw-main-row .fw-container {
  padding-top: 13.2%;
  padding-bottom: 13.2%;
}
.error404 .fw-404-page .fw-title-404 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 26px;
}
.error404 .fw-404-page .fw-desc-404 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
}
.error404 .fw-404-page .fw-homepage-link {
  background-color: #46a5e5;
  margin-top: 40px;
}
.error404 .fw-404-page .fw-homepage-link:hover {
  background-color: #46a5e5;
}
.error404 .fw-404-page .fw-homepage-link:hover span {
  opacity: 0.7;
}
.error404 .fw-404-page .search-form .search-field {
  background-color: #ffffff;
  color: #818181;
  padding: 9px 20px;
  height: 60px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.error404 .fw-404-page .search-form .search-field:focus {
  border: 1px solid #818181;
}
.error404 .fw-footer-widgets {
  display: none;
}
/* Page Headers */
/* Lifeguide Page Header */
.lifeguide .fw-page-header .fw-heading .fw-special-title,
.lifeguide .fw-page-header .fw-heading .fw-special-title > * {
  font-family: 'Raleway';
  font-size: 38px;
  line-height: 38px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
/* Responsive */
/* Screen 568px */
@media (max-width: 767px) {
  .fw-section-space-md .fw-main-row .fw-container,
  .fw-section-space-md .fw-main-row .fw-container-fluid,
  .fw-section-space-md .fw-main-row-custom .fw-container,
  .fw-section-space-md .fw-main-row-custom .fw-container-fluid {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .fw-section-space-sm .fw-main-row .fw-container,
  .fw-section-space-sm .fw-main-row .fw-container-fluid,
  .fw-section-space-sm .fw-main-row-custom .fw-container,
  .fw-section-space-sm .fw-main-row-custom .fw-container-fluid {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .page-content {
    padding-left: 15px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .lifeguide .fw-page-header .fw-heading .fw-special-title,
  .lifeguide .fw-page-header .fw-heading .fw-special-title > * {
    font-family: 'Raleway';
    font-size: 17px;
    line-height: 23px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .fw-section-space-md .fw-main-row .fw-container,
  .fw-section-space-md .fw-main-row .fw-container-fluid,
  .fw-section-space-md .fw-main-row-custom .fw-container,
  .fw-section-space-md .fw-main-row-custom .fw-container-fluid {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .fw-section-space-sm .fw-main-row .fw-container,
  .fw-section-space-sm .fw-main-row .fw-container-fluid,
  .fw-section-space-sm .fw-main-row-custom .fw-container,
  .fw-section-space-sm .fw-main-row-custom .fw-container-fluid {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.fw_theme_bg_color_1 {
  background-color: #46a5e5 !important;
}
.fw_theme_bg_color_2 {
  background-color: #ffffff !important;
}
.fw_theme_bg_color_3 {
  background-color: #323232 !important;
}
.fw_theme_bg_color_4 {
  background-color: #818181 !important;
}
.fw_theme_bg_color_5 {
  background-color: #141e24 !important;
}
/* Typography */
/* -------------------------------------------------- */
body {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #323232;
}
a {
  color: #46a5e5;
  transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus,
a:active {
  color: #1f8ed9;
}
.fw-special-title {
  font-family: 'Raleway';
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
h1,
.h1 {
  font-family: 'Raleway';
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #323232;
}
h2,
.h2,
.post h2.entry-title a {
  font-family: 'Raleway';
  font-size: 62px;
  line-height: 62px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #323232;
}
h3,
.h3,
.post h3.entry-title a {
  font-family: 'Raleway';
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #323232;
}
h4,
.h4,
.post h4.entry-title a,
.fw-accordion .panel-title,
.post .fw-accordion .panel-title.entry-title a {
  font-family: 'Raleway';
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #323232;
}
h5,
.h5 {
  font-family: 'Raleway';
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #323232;
}
h6,
.h6 {
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #323232;
}
hr {
  margin: 22.5px auto;
}
blockquote {
  color: #818181;
  font-family: 'Roboto';
  font-weight: normal;
  font-style: italic;
}
blockquote:after {
  display: none;
}
blockquote p {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 0;
  color: #818181;
}
blockquote .fw-symbols-quote {
  color: #323232;
}
blockquote cite {
  color: #323232;
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
}
/* Lifeguide blockquote */
.lifeguide blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 28px;
  font-size: 2.8rem;
  font-style: normal;
  display: block;
  margin: 25px auto 20px;
  color: #46a5e5;
}
.lifeguide blockquote p {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 0;
  color: #818181;
  opacity: 0.8;
}
.lifeguide blockquote cite {
  color: #323232;
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 25px;
  margin-bottom: 10px;
}
/* Lifeguide ul and ol lists */
.fw-content-area .entry-content ul > li:before {
  font-family: FontAwesome;
  font-size: 16px;
  color: #46a5e5;
  content: "\f0da";
  position: absolute;
  left: -18px;
  top: 5px;
}
.fw-content-area {
  /* Outout the numbers using the counter() function, but use a custom color, and position the numbers how we want */
}
.fw-content-area .entry-content ol > li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
}
.fw-content-area .entry-content ol > li ul li {
  padding: 4px 0 4px 30px;
}
.fw-content-area .entry-content ol > li:before {
  color: #46a5e5;
  content: counter(list) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}
.lifeguide .fw-content-area ol {
  color: #323232;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1 {
    font-size: 80px;
    line-height: 80px;
  }
  h2,
  .h2,
  .post h2.entry-title a {
    font-size: 50px;
    line-height: 50px;
  }
  h3,
  .h3,
  .post h3.entry-title a {
    font-size: 31px;
    line-height: 31px;
  }
  h4,
  .h4,
  .post h4.entry-title a,
  .fw-accordion .panel-title,
  .post .fw-accordion .panel-title.entry-title a {
    font-size: 23px;
    line-height: 23px;
  }
  h5,
  .h5 {
    font-size: 17px;
    line-height: 17px;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 14px;
  }
}
/*Screen 768px*/
@media (max-width: 991px) {
  blockquote cite {
    font-size: 16px;
  }
}
/*Screen 568px*/
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1 {
    font-size: 50px;
    line-height: 50px;
  }
  h2,
  .h2,
  .post h2.entry-title a {
    font-size: 38px;
    line-height: 38px;
  }
  h3,
  .h3,
  .post h3.entry-title a {
    font-size: 23px;
    line-height: 23px;
  }
  h4,
  .h4,
  .post h4.entry-title a,
  .fw-accordion .panel-title,
  .post .fw-accordion .panel-title.entry-title a {
    font-size: 17px;
    line-height: 17px;
  }
  h5,
  .h5 {
    font-size: 14px;
    line-height: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
    line-height: 12px;
  }
}
/* WP Widgets Layout */
/* -------------------------------------------------- */
.widget {
  margin-bottom: 65px;
  font-size: 18px;
  line-height: 28px;
}
.widget p a {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #46a5e5;
}
.widget p a:hover {
  color: #323232;
}
.widget:last-child {
  margin-bottom: 65px;
}
.widget .widget-title {
  margin: 0 0 34px 0;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  line-height: 32px;
  position: relative;
  color: #323232;
  letter-spacing: 0;
}
.widget .widget-title span {
  display: inline-block;
  padding-right: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.widget .widget-title span.first-word {
  font-weight: 300;
  width: 100%;
}
.widget .post-date,
.widget_rss ul li .rss-date {
  display: block;
  line-height: 1em;
  font-size: 15px;
  font-weight: normal;
  color: #323232;
  margin-bottom: 10px;
}
.widget ul {
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin: 0;
}
.widget div[class*='fw-btn-'] a {
  text-align: left;
  font-style: italic;
}
.widget div[class*='fw-btn-'] a span:before {
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: 6px;
}
.fw-sidebar .widget:first-child,
.fw-footer .fw-col-md-3 .widget:first-child,
.fw-footer .fw-col-md-4 .widget:first-child {
  margin-top: 0;
}
/* General Widget Responsive */
/* Screen 1024px */
@media (max-width: 1199px) {
  .widget .widget-title {
    font-size: 23px;
  }
}
/* Screen 768px */
@media (max-width: 991px) {
  .widget {
    margin-bottom: 70px;
  }
  .widget .widget-title {
    margin-bottom: 25px;
  }
}
/* widget archive */
.widget_archive ul li {
  color: #46a5e5;
  margin-bottom: 0px;
}
.widget_archive ul li a {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0;
  color: #323232;
  text-transform: uppercase;
}
.widget_archive ul li a:hover {
  opacity: 0.7;
}
/* widget calendar */
.widget_calendar #wp-calendar {
  background: transparent;
  border: 1px solid #686868;
}
.widget_calendar #wp-calendar caption {
  background: #323232;
}
.widget_calendar #wp-calendar th {
  color: #323232;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
footer .widget_calendar #wp-calendar td {
  color: #ffffff;
}
.widget_calendar #wp-calendar td {
  color: #323232;
  border: 1px solid #686868;
}
.widget_calendar #wp-calendar td.pad {
  border: 0;
}
.widget_calendar #wp-calendar tbody .pad {
  background-color: transparent;
}
.widget_calendar #wp-calendar tbody a {
  color: #46a5e5;
}
.widget_calendar #wp-calendar tbody a:hover {
  background-color: #323232;
}
.widget_calendar #wp-calendar tr td#today {
  background: #46a5e5;
}
.widget_calendar #wp-calendar tfoot a:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_calendar #wp-calendar tfoot #prev a:hover:before,
.widget_calendar #wp-calendar tfoot #next a:hover:before {
  color: #46a5e5;
}
/* Widget Categories */
.widget_categories ul > li,
.widget_nav_menu ul > li,
.widget_meta ul > li,
.widget_pages ul > li {
  color: #46a5e5;
  font-style: 600;
  position: relative;
}
.widget_categories ul > li:before,
.widget_nav_menu ul > li:before,
.widget_meta ul > li:before,
.widget_pages ul > li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 6px;
  display: inline-block;
  color: #46a5e5;
  margin-right: 10px;
  top: -3px;
  position: relative;
}
.widget_categories ul > li a,
.widget_nav_menu ul > li a,
.widget_meta ul > li a,
.widget_pages ul > li a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #818181;
}
.widget_categories ul > li a:hover,
.widget_nav_menu ul > li a:hover,
.widget_meta ul > li a:hover,
.widget_pages ul > li a:hover {
  color: #323232;
}
footer .widget_categories ul > li a,
footer .widget_nav_menu ul > li a,
footer .widget_meta ul > li a,
footer .widget_pages ul > li a {
  color: #818181;
}
footer .widget_categories ul > li a:hover,
footer .widget_nav_menu ul > li a:hover,
footer .widget_meta ul > li a:hover,
footer .widget_pages ul > li a:hover {
  color: #ffffff;
}
.widget_categories ul > li ul.children,
.widget_nav_menu ul > li ul.children,
.widget_meta ul > li ul.children,
.widget_pages ul > li ul.children {
  margin-bottom: 0.3em;
}
.widget_categories ul > li ul.children li,
.widget_nav_menu ul > li ul.children li,
.widget_meta ul > li ul.children li,
.widget_pages ul > li ul.children li {
  padding-left: 20px;
}
.widget_categories ul > li ul.children li:before,
.widget_nav_menu ul > li ul.children li:before,
.widget_meta ul > li ul.children li:before,
.widget_pages ul > li ul.children li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  color: #46a5e5;
  margin-right: 12px;
  top: 0;
  position: relative;
}
.widget_categories .screen-reader-text,
.widget_nav_menu .screen-reader-text,
.widget_meta .screen-reader-text,
.widget_pages .screen-reader-text {
  display: none;
}
.widget_nav_menu li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  color: #46a5e5;
  margin-right: 15px;
}
.widget_nav_menu .sub-menu-has-icons .fa {
  margin-right: 10px;
}
/* Recent Comments */
.widget_recent_comments ul li {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
}
.widget_recent_comments ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #46a5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_recent_comments ul li a:hover {
  color: #323232;
}
.widget_recent_comments ul li .comment-author-link a,
.widget_recent_comments ul li .comment-author-link {
  font-size: 16px;
  line-height: 26px;
  color: #323232;
}
footer .widget_recent_comments ul li a {
  color: #818181;
}
footer .widget_recent_comments ul li a:hover {
  color: #ffffff;
}
footer .widget_recent_comments ul li .comment-author-link a,
footer .widget_recent_comments ul li .comment-author-link {
  color: #cdcdcd;
}
.widget_recent_comments ul li:before {
  font-family: FontAwesome;
  content: "\f27a";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  color: #46a5e5;
  top: 7px;
  left: 0;
  padding-right: 10px;
}
/* Recent Entries */
.widget_recent_entries ul li {
  position: relative;
  padding-left: 22px;
}
.widget_recent_entries ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #141e24;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_recent_entries ul li a:hover {
  color: #46a5e5;
}
.widget_recent_entries ul li a em {
  font-size: 20px;
}
.widget_recent_entries ul li:before {
  font-family: FontAwesome;
  content: "\f040";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  color: #46a5e5;
  top: 2px;
  left: 0;
  padding-right: 10px;
}
/* Widget Posts Slider */
.mw-posts-slider.owl-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mw-posts-slider.owl-carousel .widget-title {
  display: inline;
  text-align: center;
}
.mw-posts-slider.owl-carousel .mw-posts-slider-image {
  max-height: 600px;
}
.mw-posts-slider.owl-carousel .mw-posts-slider-image .mw-posts-slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.7);
}
.mw-posts-slider.owl-carousel .mw-posts-slider-content {
  top: 0;
  line-height: 1.1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 20px;
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #ffffff;
}
.mw-posts-slider.owl-carousel .mw-posts-slider-content a {
  color: #ffffff;
}
.mw-posts-slider.owl-carousel .mw-posts-slider-content:hover {
  opacity: 0.8;
}
.mw-posts-slider.owl-carousel .mw-posts-slider-content .post-title {
  width: 100%;
  display: block;
  font-size: 110px;
  font-size: 11rem;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 25px;
}
.mw-posts-slider.owl-carousel .mw-posts-slider-content .post-desc {
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.mw-posts-slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.mw-posts-slider.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 6px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #ffffff;
}
.mw-posts-slider.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
.mw-posts-slider.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  opacity: 0.8;
}
/*Responsive*/
/* Screen 568px */
@media (max-width: 767px) {
  .mw-posts-slider.owl-carousel .mw-posts-slider-content .post-title {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
  .mw-posts-slider.owl-carousel .mw-posts-slider-content .post-desc {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
  .mw-posts-slider.owl-carousel .owl-dots {
    bottom: 20px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .mw-posts-slider.owl-carousel .mw-posts-slider-content .post-title {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .mw-posts-slider.owl-carousel .mw-posts-slider-content .post-desc {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .mw-posts-slider.owl-carousel .owl-dots {
    bottom: 10px;
  }
}
/* Widget Posts Tabs */
.mw-posts-tabs .mw-posts-tabs-item {
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.mw-posts-tabs .mw-posts-tabs-item .mw-posts-tabs-image {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}
.mw-posts-tabs .mw-posts-tabs-item .mw-posts-tabs-content {
  padding: 32px 38px;
}
.mw-posts-tabs .mw-posts-tabs-item .mw-posts-tabs-content .post-date {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #46a5e5;
}
.mw-posts-tabs .mw-posts-tabs-item .mw-posts-tabs-content .post-title {
  margin-top: 7px;
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden;
}
.mw-posts-tabs .mw-posts-tabs-item .mw-posts-tabs-content .post-title a {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #323232;
  line-height: 20px;
}
.mw-posts-tabs .mw-posts-tabs-item .mw-posts-tabs-content .post-title a:hover {
  opacity: 0.4;
}
.mw-posts-tabs .mw-posts-tabs-item .mw-posts-tabs-content .post-desc {
  font-size: 16px;
  color: #818181;
  height: 60px;
  overflow: hidden;
}
/*Responsive*/
/* Screen 768px */
@media (max-width: 992px) {
  .mw-posts-tabs .mw-posts-tabs-item-wrap {
    margin-bottom: 40px;
  }
  .post-desc {
    height: 60px;
    overflow: hidden;
  }
}
/* Widget Recent Posts List */
.mw-recent-posts-list .mw-posts-list-item {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.mw-recent-posts-list .mw-posts-list-item .mw-posts-list-image {
  width: 85px;
  display: block;
  float: left;
}
.mw-recent-posts-list .mw-posts-list-item .mw-posts-list-content {
  padding-left: 100px;
}
.mw-recent-posts-list .mw-posts-list-item .mw-posts-list-content .post-title {
  margin-top: 5px;
  margin-bottom: 0;
}
.mw-recent-posts-list .mw-posts-list-item .mw-posts-list-content .post-title a {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
  color: #323232;
}
.mw-recent-posts-list .mw-posts-list-item .mw-posts-list-content .post-title a:hover {
  opacity: 0.4;
}
.mw-recent-posts-list .mw-posts-list-item .mw-posts-list-content .post-date {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #46a5e5;
  line-height: 30px;
}
/*@import (inline) "../../../styles-css/fw-theme/widgets/widget-mw-recent-posts-list.css";*/
/* Widget Theme Socials (Unyson based) */
.mw-widget-socials a {
  border-radius: 50%;
  margin-bottom: 4px;
  margin-top: 4px;
  margin-left: 8px;
  padding: 11px 12px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  /** Facebook */
  /** Twitter */
  /** Google Plus */
  /** Youtube */
}
.mw-widget-socials a[href*="facebook.com"] {
  background: #507cbe;
}
.mw-widget-socials a[href*="twitter.com"] {
  background: #00abef;
}
.mw-widget-socials a[href*="plus.google.com"] {
  background: #d93e2d;
}
.mw-widget-socials a[href*="youtube.com"] {
  background: #d12121;
}
.mw-widget-socials a:hover {
  opacity: 0.7;
}
.mw-widget-socials a:first-child {
  margin-left: 0;
}
/* Widget Instagram */
#sb_instagram {
  margin: 0 -10px !important;
}
/* RSS */
.widget_rss ul li .rsswidget {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #46a5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_rss ul li .rsswidget:hover {
  color: #323232;
}
.widget_rss ul li .rssSummary {
  font-size: 14px;
}
.widget_rss ul li cite {
  font-size: 15px;
}
/* Widget Search */
.widget_search .search-form,
.search-form .search-form {
  position: relative;
}
.widget_search .screen-reader-text,
.search-form .screen-reader-text {
  display: none;
}
.widget_search label,
.search-form label {
  display: block;
}
.widget_search .search-field,
.search-form .search-field,
.post-password-form input[type='password'] {
  width: 100%;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  color: #323232;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  padding: 14px 20px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.widget_search .search-field::-moz-placeholder,
.search-form .search-field::-moz-placeholder,
.post-password-form input[type='password']::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.widget_search .search-field:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder,
.post-password-form input[type='password']:-ms-input-placeholder {
  color: #cccccc;
}
.widget_search .search-field::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder,
.post-password-form input[type='password']::-webkit-input-placeholder {
  color: #cccccc;
}
.widget_search .search-field:focus,
.search-form .search-field:focus,
.post-password-form input[type='password']:focus {
  border: 1px solid #323232;
}
.widget_search .search-submit,
.search-form .search-submit {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  text-indent: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
}
.widget_search label:after,
.search-form label:after {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: FontAwesome;
  content: "\f002";
  font-size: 16px;
  font-weight: normal;
  color: #46a5e5;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  z-index: 1;
}
/* Widget TagCloud */
.widget_tag_cloud .tagcloud a,
.fw-tag-links a,
.widget_tag_cloud .post-tags a {
  display: inline-block;
  padding: 4px 20px;
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #323232;
  border: 1px solid #323232;
  margin: 0 3px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_tag_cloud .tagcloud a:hover,
.fw-tag-links a:hover,
.widget_tag_cloud .post-tags a:hover {
  color: rgba(50, 50, 50, 0.2);
}
/* Widget Text */
.widget_text .textwidget {
  color: #818181;
  font-size: 16px;
}
.widget_text .textwidget a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #46a5e5;
}
.widget_text .textwidget a:hover {
  color: #323232;
}
/* Widget MailChimp */
.mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.mc4wp-form .mc4wp-form-fields p {
  margin: 0 0 10px 0;
}
.mc4wp-form .mc4wp-form-fields input[type="email"] {
  width: 100%;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  color: #323232;
  background-color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  padding: 14px 20px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  color: #cccccc;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  color: #cccccc;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  border: 1px solid #323232;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  text-indent: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
}
.mc4wp-form .mc4wp-form-fields:after {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: FontAwesome;
  content: "\f040";
  font-size: 16px;
  font-weight: normal;
  color: #46a5e5;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  z-index: 1;
}
/*
 * selectize.theme.css  (for Bootstrap 3)
 */
.selectize-dropdown,
.selectize-dropdown.form-control {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.selectize-dropdown .optgroup-header {
  font-size: 14px;
  line-height: 30px;
}
.selectize-dropdown .optgroup:before {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -25px;
  margin-right: -25px;
}
.selectize-dropdown-header {
  padding: 6px 25px;
}
.selectize-input {
  border-radius: 0;
  min-height: 16px;
  line-height: 16px;
  padding: 14px 20px;
}
.selectize-input.dropdown-active {
  border-radius: 0;
}
.selectize-input.focus {
  border-color: #7f7f7f;
  box-shadow: none;
}
.has-error .selectize-input {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 17px;
  padding-right: 17px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: 0;
}
.selectize-input > * {
  line-height: 16px;
}
.widget_archive .selectize-input.full,
.widget_categories .selectize-input.full,
.widget_archive .selectize-control.single .selectize-input.input-active,
.widget_categories .selectize-control.single .selectize-input.input-active,
.widget_nav_menu .selectize-input.full,
.widget_nav_menu .selectize-control.single .selectize-input.input-active,
.widget_meta .selectize-input.full,
.widget_meta .selectize-control.single .selectize-input.input-active,
.widget_pages .selectize-input.full,
.widget_pages .selectize-control.single .selectize-input.input-active {
  background-color: rgba(0, 0, 0, 0.07000000000000001);
}
/* Custom Styled CheckBox  & Radio */
/*-----------------------------------*/
.custom-checkbox label,
.custom-radio label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.custom-checkbox label:before,
.custom-radio label:before {
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-checkbox label:after,
.custom-radio label:after {
  width: 6px;
  height: 6px;
}
.custom-checkbox label.checked:after {
  background: #46a5e5;
}
.custom-radio label.checked:after {
  background: #46a5e5;
}
/* Lightbox CSS */
.pp_pic_holder.dark_square .pp_nav {
  font-family: "Roboto", sans-serif;
  line-height: 20px;
}
.pp_pic_holder.dark_square .pp_nav .pp_text_devider {
  color: rgba(255, 255, 255, 0.5);
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_next,
.pp_pic_holder.dark_square .pp_nav .pp_arrow_previous {
  font-size: 11.2px;
  color: rgba(255, 255, 255, 0.5);
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_next:hover,
.pp_pic_holder.dark_square .pp_nav .pp_arrow_previous:hover {
  color: #323232;
}
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_previous,
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_next {
  font-family: "Montserrat", sans-serif;
}
.pp_pic_holder.dark_square .pp_nav .currentTextHolder {
  color: #323232;
  font-size: 15px;
}
/* AccessPress Social Counter LESS */
.lifeguide .apsc-each-profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 60px;
  line-height: 60px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 8px;
  margin-top: 0;
}
.lifeguide .apsc-each-profile a {
  width: 100%;
  color: #ffffff;
  padding: 0 0 0 60px;
}
.lifeguide .apsc-each-profile a:hover {
  opacity: 0.8;
}
.lifeguide .apsc-each-profile .apsc-inner-block {
  border-left: 1px solid #ffffff;
}
.lifeguide .apsc-each-profile .apsc-inner-block .social-icon i {
  position: absolute;
  left: 25px;
  top: 21px;
}
.lifeguide .apsc-each-profile .apsc-inner-block .social-icon .media-name {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-left: 35px;
  padding-right: 35px;
}
.lifeguide .apsc-each-profile .apsc-inner-block .apsc-count,
.lifeguide .apsc-each-profile .apsc-inner-block .apsc-media-type {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.lifeguide .apsc-each-profile .apsc-inner-block .apsc-count {
  padding-right: 5px;
}
.lifeguide .apsc-each-profile .apsc-facebook-icon {
  background-color: #00abef;
}
.lifeguide .apsc-each-profile .apsc-twitter-icon {
  background-color: #507cbe;
}
.lifeguide .apsc-each-profile .apsc-google-plus-icon {
  background-color: #d93e2d;
}
/* Posts */
/* -------------------------------------------------- */
/* Posts Listing & Type 1 */
.post {
  margin-top: 40px;
  margin-bottom: 40px;
}
.post .wrap-entry-meta {
  font-family: 'Roboto';
  font-weight: 400;
}
.post h1.entry-title a {
  font-family: 'Raleway';
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  color: #323232;
}
.post h2.entry-title a {
  font-size: 33px;
}
.post h2.entry-title a span,
.post .post h2.entry-title a.entry-title a span {
  font-weight: bold;
  color: #141e24;
}
.entry-content:before,
.entry-content:after {
  content: " ";
  display: table;
}
.entry-content:after {
  clear: both;
}
.entry-content:before,
.entry-content:after {
  content: " ";
  display: table;
}
.entry-content:after {
  clear: both;
}
.single-post-video-entry {
  background: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.postlist .sticky {
  border: 1px solid #46a5e5;
}
.postlist .post {
  margin-top: 80px;
  margin-bottom: 0;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}
.postlist .post:first-child {
  margin-top: 0;
}
.postlist .post header .entry-meta {
  color: #323232;
}
.postlist .post .wrap-entry-meta {
  font-family: 'Roboto';
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  overflow: hidden;
}
.postlist .post .wrap-entry-meta span {
  float: left;
  color: #818181;
}
.postlist .post .wrap-entry-meta .author {
  margin-right: 10px;
}
.postlist .post .wrap-entry-meta .cat-links {
  float: right;
}
@media (max-width: 479px) {
  .postlist .post .wrap-entry-meta .cat-links {
    float: left;
  }
}
.postlist .post .wrap-entry-meta .cat-links a {
  color: #46a5e5;
  font-weight: 700;
}
.postlist .post .wrap-entry-meta .cat-links a:hover {
  color: #323232;
}
.postlist .post .entry-title {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1;
}
.postlist .post .entry-title a {
  font-family: 'Raleway';
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  color: #323232;
}
.postlist .post .entry-title a:hover {
  color: rgba(50, 50, 50, 0.2);
}
.postlist .post .fw-post-image {
  margin: 0 auto;
}
.postlist .post .fw-post-image .embed-responsive-item {
  width: 100%;
  min-height: 400px;
}
.postlist .post .entry-content {
  padding: 32px 38px;
}
.postlist .post footer.entry-meta .footer-meta {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.postlist.postlist-list .post {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
/* Post format image */
/* Post format chat */
.post.format-chat .fw-block-image-overlay {
  background-color: rgba(50, 50, 50, 0.8);
}
/* Post Format Link */
.postlist .post.format-link .link {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
.postlist .post.format-link .link a {
  color: #323232;
}
.postlist .post.format-link .link a:hover {
  opacity: 0.6;
}
/* Post format quote */
.post.format-quote .fw-block-image-overlay {
  background-color: rgba(50, 50, 50, 0.8);
}
.post.format-quote .entry-content .wrap-entry-meta a:hover {
  color: #ffffff;
}
.post.format-quote .entry-content blockquote {
  max-width: 100%;
  padding: 0;
}
.post.format-quote .entry-content blockquote p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  font-weight: 400;
}
.post.format-quote .entry-content blockquote cite {
  color: #ffffff;
}
.post.format-quote .entry-content blockquote:before {
  margin: 5px auto 20px;
}
.single .post.format-quote .fw-block-image-overlay {
  background-color: rgba(50, 50, 50, 0.8);
}
.single .post.format-quote .entry-content .wrap-entry-meta a:hover {
  color: #323232;
}
.single .post.format-quote .entry-content blockquote {
  max-width: 100%;
  padding: 0;
}
.single .post.format-quote .entry-content blockquote p {
  color: rgba(50, 50, 50, 0.8);
  opacity: 1;
  font-weight: 400;
}
.single .post.format-quote .entry-content blockquote cite {
  color: #323232;
}
.single .post.format-quote .entry-content blockquote:before {
  margin: 5px auto 20px;
}
/* Post format status */
.post.format-status .fw-block-image-overlay {
  background-color: rgba(50, 50, 50, 0.8);
}
.post.format-status .entry-content .user-avatar img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
}
.post.format-status .entry-content .entry-title {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}
.post.format-status .entry-content .entry-title a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #46a5e5;
}
.post.format-status .entry-content .entry-title a:hover {
  color: #ffffff;
}
.post.format-status .entry-content .content {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #ffffff;
}
.post.format-status .entry-content .wrap-entry-meta {
  text-align: center;
}
.post.format-status .entry-content .wrap-entry-meta span {
  color: #ffffff;
  float: none;
}
.post.format-status .entry-content .wrap-entry-meta .cat-links {
  display: none;
}
.post.format-status .entry-content .wrap-entry-meta a {
  color: #ffffff;
}
.post.format-status .entry-content .wrap-entry-meta a:hover {
  color: #ffffff;
  opacity: 0.8;
}
/*Responsive*/
/*Screen 768px*/
@media (max-width: 991px) {
  .postlist .post {
    margin-top: 40px;
  }
  .postlist .post:first-child {
    margin-top: 0;
  }
}
/* Posts Type 2 */
.post-list-type-2 .fw-post-image {
  margin-right: 45px;
}
.post-list-type-2 .entry-title,
.post-list-type-2 .entry-meta,
.post-list-type-2 .entry-content {
  padding-right: 20px;
  padding-left: 20px;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta a {
  color: #323232;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta .author a,
.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta .entry-date a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-top: -8px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #141e24;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta .author a:hover,
.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta .entry-date a:hover {
  color: #141e24;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta .entry-date a {
  text-transform: none;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .cat-links {
  font-size: 14px;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .cat-links a {
  font-weight: 400;
  font-size: 19px;
  margin-top: -8px;
  margin-bottom: 8px;
  color: #46a5e5;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .cat-links a:hover {
  color: #141e24;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .separator {
  color: #323232;
}
/*Responsive*/
/* Screen 1024px */
@media (max-width: 1199px) {
  .post-list-type-2 .fw-post-image {
    margin-bottom: 25px;
    margin-right: 25px;
  }
}
/* Posts Format */
/* -------------------------------------------------- */
.post {
  /* Post Format Gallery */
}
.post .wp-caption-text {
  font-size: 12px;
  line-height: 30px;
}
.post .gallery .owl-dots .owl-dot span {
  border: 1px solid #323232;
}
.post .gallery .owl-dots .owl-dot span:hover {
  background-color: #323232;
  opacity: 0.6;
}
.post .gallery .owl-dots .owl-dot span.active {
  background-color: #323232;
}
/* Post Details */
.post-details {
  margin-bottom: 80px;
}
.post-details img.alignleft,
.post-details .wp-caption.alignleft {
  margin: 5px 3% 20px 0;
}
.post-details .fw-post-image {
  margin-bottom: 25px;
}
.post-details .entry-header .wrap-entry-meta {
  color: #323232;
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.post-details .entry-header .wrap-entry-meta span {
  color: #818181;
}
.post-details .entry-header .wrap-entry-meta a {
  font-weight: 700;
  font-style: normal;
  margin-right: 2px;
  color: #49ca9f;
}
.post-details .entry-header .wrap-entry-meta a:hover {
  color: #d12a5c;
}
.post-details .entry-header .wrap-entry-meta .entry-date a,
.post-details .entry-header .wrap-entry-meta .author a {
  font-weight: 700;
  color: #818181;
}
.post-details .entry-header .wrap-entry-meta .entry-date a:hover,
.post-details .entry-header .wrap-entry-meta .author a:hover {
  color: #323232;
}
.post-details .entry-header .wrap-entry-meta .cat-links a {
  font-weight: 700;
  margin-top: -8px;
  margin-bottom: 8px;
  color: #46a5e5;
}
.post-details .entry-header .wrap-entry-meta .cat-links a:hover {
  color: #323232;
}
.post-details .entry-header .entry-title {
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.post-details .entry-header,
.post-details .entry-content {
  padding-left: 0;
  padding-right: 0;
}
.post-details .entry-content {
  padding-bottom: 0;
}
.post-details footer.entry-meta {
  margin-bottom: 0;
}
.post-details footer.entry-meta .fw-tag-links {
  padding: 45px 0 0 0;
  margin-bottom: 0;
}
.post-details p {
  color: #323232;
}
.post-details .wp-caption-text {
  padding: 0px 5px 0px 45px;
}
/* Author Description */
/*-----------------------------------*/
.author-description {
  padding: 0;
  margin-top: 0;
  margin-bottom: 80px;
}
.author-description .author-text {
  font-size: 15px;
  margin-left: 240px;
  height: 240px;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 30px 38px;
}
.author-description .author-text p {
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.author-description .author-name {
  font-size: 25px;
  text-transform: none;
  font-weight: 700;
  margin: 0 0 20px;
  color: #323232;
  line-height: 1;
}
/* Responsive */
/* Screen 568px */
@media (max-width: 767px) {
  .post-details .entry-header .wrap-entry-meta,
  .post-details .entry-header .entry-title {
    margin-bottom: 23px;
  }
  .post-details .entry-header .entry-title {
    font-size: 30px;
    line-height: 30px;
  }
  .post-details footer.entry-meta,
  .post-details {
    margin-bottom: 50px;
  }
  .post-details .entry-content {
    padding-bottom: 0;
  }
  .author-description .author-image {
    float: none;
    border-radius: 0;
    overflow: hidden;
  }
  .author-description .author-text {
    font-size: 15px;
    margin-left: 0;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 30px 20px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .author-description .author-image,
  .author-description .author-image img {
    width: 100%;
    height: auto;
  }
  .author-description .author-text {
    font-size: 15px;
    margin-left: 0;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 20px 15px;
  }
}
/* Posts Comments List Layout */
/* -------------------------------------------------- */
.link-add-comment {
  color: #ffffff;
}
.comment-list {
  margin: 0 0 45px 0;
  padding: 30px 38px;
}
.comment-list .comment-date {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  color: #818181;
}
.comment-list p {
  color: #5D696E;
}
.comment-list li:first-child .comment-body {
  padding-top: 20px;
}
.comment-reply-link {
  visibility: hidden;
}
.comment-reply-link:after {
  visibility: visible;
  font-family: FontAwesome;
  content: "\f112";
  font-size: 20px;
  color: #323232;
  opacity: 0.6;
}
.comment-reply-link:hover:after {
  opacity: 1;
}
.comment-body {
  padding: 15px 0;
}
.comment-avatar {
  width: 60px;
  height: 60px;
}
.comment-avatar img {
  background-color: #46a5e5;
}
.comment-meta {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 15px;
  color: #323232;
}
.comment-author {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
.comment-author a {
  color: #323232;
}
.comment-author a:hover {
  opacity: 0.2;
}
.comment-content {
  margin-top: 30px;
}
.comment-content p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}
.bypostauthor > article .comment-author a {
  color: #323232;
}
/* Comment Respond Form */
/* -------------------------------------------------- */
.comments-area {
  margin-bottom: 80px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.comment-respond {
  margin: 0;
  overflow: hidden;
}
#cancel-comment-reply-link {
  border-bottom: 1px dashed #46a5e5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.comment-form:before,
.comment-form:after {
  content: " ";
  display: table;
}
.comment-form:after {
  clear: both;
}
.comment-form:before,
.comment-form:after {
  content: " ";
  display: table;
}
.comment-form:after {
  clear: both;
}
.comment-form label {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  font-size: 16px;
  color: #323232;
  text-transform: uppercase;
}
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #b3b3b3;
}
.form-submit .submit,
.form-submit #submit {
  padding: 12px 12px;
  background-color: #46a5e5;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-submit .submit:hover,
.form-submit #submit:hover {
  background-color: #46a5e5;
  color: rgba(255, 255, 255, 0.7);
}
/* Responsive */
/* Screen 568px */
@media (max-width: 767px) {
  .comment-respond {
    margin-top: 80px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .comment-list {
    margin: 0 0 45px 0;
    padding: 0 15px 30px;
  }
  .comment-reply-link {
    position: absolute;
    top: 30px;
    right: 0;
  }
}
/* Posts Comments Link */
/* -------------------------------------------------- */
.comments-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  background-color: #46a5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments-link.fw-comment-link-type-1:before {
  background-color: #323232;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments-link.fw-comment-link-type-1:hover {
  background-color: #323232;
}
.lifeguide .comments-link {
  display: none;
}
/* Posts Related Article */
/* -------------------------------------------------- */
.fw-wrap-related-article {
  margin-bottom: 50px;
}
.fw-wrap-related-article .fw-title-related {
  margin-bottom: 40px;
  font-size: 26px;
  text-transform: uppercase;
  font-style: normal;
}
.fw-related-article-image.fw-block-image-parent .fw-block-image-overlay .fw-overlay-title {
  background-color: #141e24;
  color: #fff;
}
.postlist.postlist-grid footer .footer-meta a {
  color: #323232;
}
.postlist.postlist-grid footer .footer-meta .author a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-top: -8px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #141e24;
}
.postlist.postlist-grid footer .footer-meta .author a:hover {
  color: #141e24;
}
.postlist.postlist-grid footer .cat-links {
  font-size: 14px;
  color: #323232;
}
.postlist .wrap-entry-meta .entry-date a,
.postlist .wrap-entry-meta .author a,
.postlist .wrap-entry-meta .cat-links a {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #818181;
}
.postlist .wrap-entry-meta .entry-date a time,
.postlist .wrap-entry-meta .author a time,
.postlist .wrap-entry-meta .cat-links a time {
  font-weight: 700;
}
.postlist .wrap-entry-meta .entry-date a:hover,
.postlist .wrap-entry-meta .author a:hover,
.postlist .wrap-entry-meta .cat-links a:hover {
  color: #141e24;
}
.postlist .wrap-entry-meta a {
  font-style: normal;
  margin-right: 2px;
  color: #46a5e5;
}
.postlist .wrap-entry-meta a:hover {
  color: #d12a5c;
}
.postlist .sticky-icon:before {
  color: #46a5e5;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .fw-col-sm-4 .postlist .has-post-thumbnail.post-list-type-1 .fw-post-image,
  .fw-col-sm-3 .postlist .has-post-thumbnail.post-list-type-1 .fw-post-image,
  .fw-col-sm-4 .postlist .has-post-thumbnail.post-list-type-2 .fw-post-image,
  .fw-col-sm-3 .postlist .has-post-thumbnail.post-list-type-2 .fw-post-image {
    margin-bottom: 45px;
  }
}
/*Responsive*/
/* Screen 320px */
@media (max-width: 479px) {
  .postlist .post .fw-post-image {
    margin-bottom: 25px;
  }
}
/* Pagination , paging navigation */
/* -------------------------------------------------- */
.paging-navigation {
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 45px 0 0 0;
  overflow: hidden;
  text-align: center;
}
.paging-navigation h1 {
  display: none;
}
.paging-navigation .loop-pagination {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0;
}
.paging-navigation .page-numbers {
  color: #818181;
  display: inline-block;
  line-height: 1.5em;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
  padding: 9px 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers.current {
  color: #46a5e5;
}
.paging-navigation .page-numbers.dots {
  color: #818181;
}
.paging-navigation .page-numbers.prev,
.paging-navigation .page-numbers.next {
  font-size: 15px;
  text-transform: uppercase;
  color: #818181;
}
.paging-navigation .page-numbers.prev i,
.paging-navigation .page-numbers.next i {
  color: #818181;
  font-size: 25px;
  line-height: 25px;
  position: relative;
  top: 2px;
}
.paging-navigation .page-numbers.prev:hover i,
.paging-navigation .page-numbers.next:hover i {
  color: #46a5e5;
}
.paging-navigation .page-numbers.prev {
  float: left;
  margin-left: 0;
}
.paging-navigation .page-numbers.prev i {
  margin-right: 30px;
  color: #818181;
}
.paging-navigation .page-numbers.next {
  float: right;
  margin-right: 0;
}
.paging-navigation .page-numbers.next i {
  margin-left: 30px;
  color: #818181;
}
.paging-navigation .page-numbers.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.paging-navigation .page-numbers.disabled:hover {
  background: #323232;
}
.paging-navigation.comment-navigation {
  padding: 0;
  background-color: transparent;
  text-align: left;
}
.paging-navigation.comment-navigation .loop-pagination {
  text-align: left;
}
.paging-navigation.comment-navigation .page-numbers {
  border: 2px solid #323232;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 16px;
  float: none;
  margin: 5px;
}
.paging-navigation.comment-navigation .page-numbers.prev,
.paging-navigation.comment-navigation .page-numbers.next {
  text-transform: uppercase;
  background-color: transparent;
  color: #323232;
}
.paging-navigation.comment-navigation .page-numbers.prev i,
.paging-navigation.comment-navigation .page-numbers.next i {
  margin: 0;
  color: #323232;
  font-size: 20px;
  font-weight: bold;
}
.paging-navigation.comment-navigation .page-numbers:hover,
.paging-navigation.comment-navigation .page-numbers.current {
  color: #46a5e5;
  border-color: #46a5e5;
}
.paging-navigation.comment-navigation .page-numbers:hover i,
.paging-navigation.comment-navigation .page-numbers.current i {
  color: #46a5e5;
}
.paging-navigation.comment-navigation .page-numbers span {
  display: none;
}
/* Pages in Post */
.page-links .page-links-title {
  font-weight: bold;
  margin: 0 5px 0 0;
  color: inherit;
}
.page-links a {
  display: inline-block;
  color: #323232;
  font-weight: bold;
  margin: 6px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.page-links a:hover {
  opacity: 0.7;
}
.page-links > span {
  display: inline-block;
  color: #323232;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 6px;
}
/* Blog Post Navigation */
.blog-post-navigation {
  margin-bottom: 85px;
  padding: 0 15px;
}
.blog-post-navigation a {
  display: inline-block;
  width: 49%;
  height: 130px;
  background-color: rgba(50, 50, 50, 0.1);
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0;
  font-weight: normal;
  color: #323232;
  font-size: 14px;
}
.blog-post-navigation a[rel="prev"] {
  padding-left: 0;
}
.blog-post-navigation a[rel="next"] {
  float: right;
  padding-right: 0;
}
.blog-post-navigation a:after {
  background-color: #323232;
  opacity: 0.8;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog-post-navigation a .fw-itable {
  background-position: center;
  background-size: cover;
  padding: 0 15px;
}
.blog-post-navigation a .fw-itable .fw-icell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}
.blog-post-navigation a .fw-itable .fw-icell span.nav {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #46a5e5;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.blog-post-navigation a .fw-itable .fw-icell span.title {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #ffffff;
  line-height: 20px;
}
.blog-post-navigation a:hover {
  opacity: 0.8;
}
/*Responsive*/
/* Screen 568px */
@media (max-width: 767px) {
  .paging-navigation {
    padding: 20px;
  }
  .blog-post-navigation {
    margin-bottom: 50px;
    overflow: hidden;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .paging-navigation .page-numbers.prev i,
  .paging-navigation .page-links a.prev i {
    margin-right: 7px;
  }
  .paging-navigation .page-numbers.next i,
  .paging-navigation .page-links a.next i {
    margin-left: 7px;
  }
  .blog-post-navigation a {
    width: 100%;
  }
  .blog-post-navigation a i {
    display: none;
  }
}
/* Image Block */
/* -------------------------------------------------- */
.fw-block-image-parent {
  position: relative;
  display: block;
  /* Image Block Caption */
}
.fw-block-image-parent .fw-block-image-child {
  display: block;
}
.fw-block-image-parent.fw-block-image-overlay .fw-noratio img {
  display: block;
}
.fw-block-image-parent.fw-block-image-center {
  margin: 0 auto;
}
.fw-block-image-parent .fw-block-image-caption {
  background-color: rgba(70, 165, 229, 0.9);
  position: absolute;
  bottom: 10%;
  left: -45px;
  z-index: 2;
  font-size: 16px;
  line-height: 1.2em;
  padding: 3%;
  width: 400px;
  max-width: 100%;
  color: #fff;
  font-style: italic;
}
/* Video Frame */
.fw-video {
  max-width: 100%;
}
.fw-overlay-1 .fw-block-image-child,
.postlist .fw-post-image .fw-block-image-child {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.fw-overlay-1 .fw-block-image-child .fw-block-image-overlay,
.postlist .fw-post-image .fw-block-image-child .fw-block-image-overlay {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fw-overlay-1 .fw-block-image-child .fw-block-image-overlay i[class*='fw-icon-'],
.postlist .fw-post-image .fw-block-image-child .fw-block-image-overlay i[class*='fw-icon-'] {
  font-family: FontAwesome;
  width: 43px;
  height: 43px;
  font-size: 18px;
  line-height: 43px;
  text-align: center;
  color: #46a5e5;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 11;
  transform: scale(0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fw-overlay-1 .fw-block-image-child:hover,
.postlist .fw-post-image .fw-block-image-child:hover {
  cursor: pointer;
}
.fw-overlay-1 .fw-block-image-child:hover .fw-block-image-overlay,
.postlist .fw-post-image .fw-block-image-child:hover .fw-block-image-overlay {
  opacity: 1;
}
.fw-overlay-1 .fw-block-image-child:hover .fw-block-image-overlay i,
.postlist .fw-post-image .fw-block-image-child:hover .fw-block-image-overlay i {
  transform: scale(1);
}
.fw-overlay-2,
.fw-related-article-image.fw-block-image-parent {
  overflow: hidden;
  position: relative;
  cursor: default;
}
.fw-overlay-2 img,
.fw-related-article-image.fw-block-image-parent img {
  display: block;
}
.fw-overlay-2:before,
.fw-related-article-image.fw-block-image-parent:before {
  content: '';
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.fw-overlay-2:hover,
.fw-related-article-image.fw-block-image-parent:hover {
  cursor: pointer;
}
.fw-overlay-2:hover:before,
.fw-related-article-image.fw-block-image-parent:hover:before {
  opacity: 0.2;
}
.fw-overlay-2 .fw-overlay-title,
.fw-related-article-image.fw-block-image-parent .fw-overlay-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: translateY(0px);
  -moz-transform-origin: translateY(0px);
  -ms-transform-origin: translateY(0px);
  transform-origin: translateY(0px);
  -webkit-transition: all 0.6s ease-in-out 0.7s;
  -o-transition: all 0.6s ease-in-out 0.7s;
  transition: all 0.6s ease-in-out 0.7s;
  background: rgba(20, 30, 36, 0.9399999999999999);
  opacity: 1;
  z-index: 2;
}
.fw-overlay-3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.fw-overlay-3 img {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
}
.fw-overlay-3 .fw-block-image-overlay {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background-color: rgba(50, 50, 50, 0.5);
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fw-overlay-3:hover {
  cursor: pointer;
}
.fw-overlay-3:hover .fw-block-image-overlay {
  opacity: 1;
}
.fw-overlay-3:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.fw-block-image-parent {
  /* Video */
}
.fw-block-image-parent.fw-block-image-video .fw-block-image-overlay {
  opacity: 1;
  background-color: transparent;
}
.fw-block-image-parent.fw-block-image-video .fw-block-image-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.fw-block-image-parent.fw-block-image-video .fw-block-image-overlay:hover i {
  border-color: transparent !important;
  background-color: #323232 !important;
}
.fw-block-image-parent.fw-block-image-video .fw-block-image-overlay i {
  transform: scale(1) !important;
  background-color: transparent !important;
  border: 1px solid #fff;
}
.fw-block-image-parent .fw-icon-zoom,
.fw-block-image-parent .fw-icon-link,
.fw-block-image-parent .fw-icon-video,
.fw-block-image-parent .fw-icon-more,
.fw-block-image-parent .fw-icon-like {
  font-family: 'FontAwesome';
  font-style: normal;
}
.fw-block-image-parent .fw-icon-zoom:before {
  content: "\f002";
}
.fw-block-image-parent .fw-icon-link:before {
  content: "\f0c1";
  position: relative;
  top: 1px;
}
.fw-block-image-parent .fw-icon-video:before {
  content: "\f04b";
  text-indent: 0.2em;
  left: .1em;
  position: relative;
  top: 1px;
}
.fw-block-image-parent .fw-icon-more:before {
  content: "\f0f6";
}
.fw-block-image-parent .fw-icon-like:before {
  content: "\f08a";
}
.fw-block-image-parent .fw-block-image-overlay .fw-overlay-description {
  text-align: center;
  color: #818181;
  line-height: normal;
  padding: 20px;
  font-size: 15px;
}
.fw-block-image-parent .fw-block-image-overlay .fw-overlay-description p:last-child {
  margin-bottom: 0;
}
.fw-block-image-parent .fw-block-image-overlay .fw-overlay-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5%;
  text-align: center;
  color: #818181;
}
/* Responsive */
/* Screen 1024px */
@media (max-width: 1199px) {
  .fw-block-image-parent .fw-block-image-caption {
    left: -39px;
  }
}
/* Screen 768px */
@media (max-width: 991px) {
  .fw-block-image-parent .fw-block-image-caption {
    left: -19px;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  .fw-block-image-parent .fw-block-image-caption {
    left: -14px;
  }
}
/* Portfolio */
/* -------------------------------------------------- */
/* filter */
.fw-portfolio-filter {
  margin-bottom: 65px;
}
.fw-portfolio-filter li a {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  color: #323232;
}
.fw-portfolio-filter li a:hover {
  opacity: 0.2;
}
.fw-portfolio-filter li.active a {
  color: #46a5e5;
}
.fw-portfolio-filter .next,
.fw-portfolio-filter .prev {
  color: #323232;
}
.fw-portfolio-filter .next:hover,
.fw-portfolio-filter .prev:hover {
  color: #46a5e5;
}
/* Project Details */
.single-lifeguide-portfolio .fw-portfolio-title {
  text-align: center;
}
.single-lifeguide-portfolio .fw-portfolio-title .entry-title {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 38px;
  font-weight: 100;
  line-height: 38px;
  position: relative;
  word-wrap: break-word;
  text-transform: uppercase;
  color: #323232;
}
.single-lifeguide-portfolio .fw-portfolio-cats {
  text-align: center;
  margin-bottom: 40px;
}
.single-lifeguide-portfolio .fw-portfolio-cats a {
  text-transform: uppercase;
  color: #46a5e5;
  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
}
.single-lifeguide-portfolio .fw-portfolio-cats a:hover {
  color: #323232;
}
.single-lifeguide-portfolio .fw-project-wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-details {
  position: relative;
  overflow: hidden;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-details .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-details .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #ffffff;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-details .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-details .owl-dots .owl-dot:hover span {
  opacity: 0.8;
  background: #ffffff;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content {
  text-align: center;
  padding: 35px 38px 32px;
  color: #818181;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content h4,
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .post h4.entry-title a,
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .fw-accordion .panel-title,
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .post .fw-accordion .panel-title.entry-title a {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #818181;
  text-transform: none;
  margin-bottom: 30px;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .single-project-social {
  margin: 40px 0 20px;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .single-project-social a {
  padding: 10px 11px;
  width: 40px;
  height: 40px;
  margin: 4px 0 4px 12px;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .single-project-social a:hover {
  opacity: 0.8;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .single-project-social a[href*="facebook.com"] {
  background: #507cbe;
  border-color: #507cbe;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .single-project-social a[href*="twitter.com"] {
  background: #00abef;
  border-color: #00abef;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .single-project-social a[href*="plus.google.com"] {
  background: #d93e2d;
  border-color: #d93e2d;
}
.single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .single-project-social a[href*="youtube.com"] {
  background: #d12121;
  border-color: #d12121;
}
/* Screen 320px */
@media (max-width: 479px) {
  .single-lifeguide-portfolio .fw-project-wrapper .fw-project-content .single-project-social a {
    margin: 4px 0 4px 4px;
  }
  .single-lifeguide-portfolio .fw-project-wrapper .fw-project-content {
    padding: 20px 20px 32px;
  }
}
/* Portfolio Type 1 */
.fw-portfolio-1.fw-portfolio-item {
  margin-bottom: 30px;
}
.fw-portfolio-1 .fw-portfolio-image .fw-portfolio-overlay .fw-block-title {
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0 30px 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.fw-portfolio-1 .fw-portfolio-image .fw-portfolio-overlay .fw-block-title a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  opacity: 0.7;
}
.fw-portfolio-1 .fw-portfolio-image .fw-portfolio-overlay .fw-block-title a:hover {
  opacity: 1;
}
.fw-portfolio-1 .fw-portfolio-image .fw-portfolio-overlay:hover .fw-block-title {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fw-portfolio-1.fw-portfolio-cols-2 .fw-portfolio-wrapper li {
  margin: 0 15px 30px 15px;
}
.fw-portfolio-1.fw-portfolio-cols-2 .fw-portfolio-wrapper .fw-portfolio-title {
  font-size: 21.12px;
}
.fw-portfolio-1.fw-portfolio-cols-3 .fw-portfolio-wrapper li {
  margin: 0 15px 30px 15px;
}
.fw-portfolio-1.fw-portfolio-cols-4 .fw-portfolio-wrapper li {
  margin: 0 1.5% 50px 1.5%;
}
.fw-portfolio-1.fw-portfolio-cols-4 .fw-portfolio-wrapper .fw-portfolio-title {
  font-size: 17.6px;
}
/* Portfolio Type 2 */
.fw-portfolio-2.fw-portfolio-item {
  margin-bottom: 0;
  padding: 0;
}
.fw-portfolio-2.fw-portfolio-item .fw-block-content {
  text-align: center;
  padding: 30px 0 65px;
}
.fw-portfolio-2.fw-portfolio-item .fw-block-content .category,
.fw-portfolio-2.fw-portfolio-item .fw-block-content .title {
  height: 30px;
  overflow: hidden;
}
.fw-portfolio-2.fw-portfolio-item .fw-block-content .category a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #46a5e5;
}
.fw-portfolio-2.fw-portfolio-item .fw-block-content .category a:hover {
  color: #323232;
}
.fw-portfolio-2.fw-portfolio-item .fw-block-content .title a {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
.fw-portfolio-2.fw-portfolio-item .fw-block-content .title a:hover {
  opacity: 0.2;
}
.fw-portfolio-2 .fw-portfolio-image .fw-portfolio-overlay {
  background-color: rgba(50, 50, 50, 0.5);
}
/*@import (inline) "../../../styles-css/fw-theme/portfolio/portfolio-type-2.css";*/
/* Portfolio Type 3 */
.fw-portfolio-3.fw-portfolio-item {
  margin-bottom: 30px;
}
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-item-inner {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-item-inner .fw-block-content {
  text-align: center;
  padding: 35px 38px 32px;
}
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-item-inner .fw-block-content .category,
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-item-inner .fw-block-content .title {
  height: 30px;
  overflow: hidden;
}
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-item-inner .fw-block-content .category a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #46a5e5;
}
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-item-inner .fw-block-content .category a:hover {
  color: #323232;
}
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-item-inner .fw-block-content .title a {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-item-inner .fw-block-content .title a:hover {
  opacity: 0.2;
}
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-item-inner .fw-block-content .desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}
.fw-portfolio-3.fw-portfolio-item .fw-portfolio-image .fw-portfolio-overlay {
  background-color: rgba(50, 50, 50, 0.5);
}
/*@import (inline) "../../../styles-css/fw-theme/portfolio/portfolio-type-3.css";*/
/* Woocommerce Layout */
/* -------------------------------------------------- */
.woocommerce {
  /* Checkout page */
}
.woocommerce .woocommerce-message {
  border-top-color: #46a5e5;
}
.woocommerce .woocommerce-message:before {
  color: #46a5e5;
}
.woocommerce .woocommerce-message a {
  background-color: #46a5e5;
  border-color: #46a5e5;
  color: #ffffff;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.woocommerce .woocommerce-message a:hover {
  background-color: #46a5e5;
  border-color: #46a5e5;
  color: rgba(255, 255, 255, 0.4);
}
.woocommerce .star-rating {
  color: #fcbe11;
}
.woocommerce .star-rating:before {
  color: #4d4d4d;
}
.woocommerce p.stars a {
  color: #fcbe11;
}
.woocommerce .icon {
  font-size: 14px;
}
.woocommerce .icon.fa-star.active {
  color: #fcbe11;
}
.woocommerce .icon.fa-star.inactive {
  color: #4d4d4d;
}
.woocommerce p.stars a {
  color: #fcbe11;
}
.woocommerce select {
  width: 100%;
  padding: 16px 7px;
}
.woocommerce .woocommerce-checkout .place-order input.button.alt {
  background-color: #46a5e5;
  border-color: #46a5e5;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.woocommerce .woocommerce-checkout .place-order input.button.alt:hover,
.woocommerce .woocommerce-checkout .place-order input.button.alt:focus {
  border-radius: 0;
  color: rgba(255, 255, 255, 0.4);
}
.woocommerce .woocommerce-checkout #payment {
  border-radius: 0;
}
/* Woocommerce Products Archive Layout */
/* -------------------------------------------------- */
.woocommerce.post-type-archive-product {
  /* Woocommerce Layout Swicher */
  /* Woocommerce Grid Layout */
  /* Woocommerce List Layout */
}
.woocommerce.post-type-archive-product #toggle_shop_view {
  margin-right: 20px;
  margin-top: 10px;
  float: left;
}
.woocommerce.post-type-archive-product #toggle_shop_view:before,
.woocommerce.post-type-archive-product #toggle_shop_view:after {
  font-family: FontAwesome;
  display: inline-block;
  border: 1px solid #46a5e5;
  color: #46a5e5;
  padding: 8px;
  line-height: 1;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce.post-type-archive-product #toggle_shop_view:before {
  content: "\f03a";
  margin-right: 10px;
}
.woocommerce.post-type-archive-product #toggle_shop_view:after {
  content: "\f009";
  color: #ffffff;
  background-color: #46a5e5;
}
.woocommerce.post-type-archive-product #toggle_shop_view.list-view:before {
  color: #ffffff;
  background-color: #46a5e5;
}
.woocommerce.post-type-archive-product #toggle_shop_view.list-view:after {
  color: #46a5e5;
  background-color: transparent;
}
.woocommerce.post-type-archive-product .woocommerce-ordering {
  width: 50%;
  padding-left: 15px;
  margin: 0 0 30px;
}
.woocommerce.post-type-archive-product .woocommerce-ordering .selectize-input {
  border: 1px solid rgba(20, 30, 36, 0.15);
  border-radius: 0;
  min-height: 16px;
  line-height: 16px;
  padding: 20px;
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  color: rgba(20, 30, 36, 0.5);
}
.woocommerce.post-type-archive-product .woocommerce-ordering .selectize-input:after {
  font-family: FontAwesome;
  content: "\f078";
  color: #46a5e5;
  font-style: normal;
  border-width: 0;
  border-color: transparent;
  right: 40px;
  margin-top: -9px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce.post-type-archive-product .woocommerce-ordering .selectize-input:hover:after {
  opacity: 0.5;
}
.woocommerce.post-type-archive-product .woocommerce-result-count {
  margin: 15px 0;
  color: #818181;
}
.woocommerce.post-type-archive-product ul.products {
  list-style: none;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce.post-type-archive-product ul.products li.product {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  margin-right: 0;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap {
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap img {
  margin: 0;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .onsale {
  background: #46a5e5;
  width: 50px;
  height: 50px;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-top {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 35px 35px 20px;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-top h3,
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-top .post h3.entry-title a {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 5px;
  padding: 0;
  line-height: 1.2;
  height: 50px;
  overflow: hidden;
  color: #323232;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-top h3:hover,
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-top .post h3.entry-title a:hover {
  opacity: 0.2;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-top p {
  font-size: 16px;
  color: #818181;
  height: 90px !important;
  overflow: hidden;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-bottom {
  margin-top: 20px;
  display: block;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-bottom .item-rating {
  margin-left: 40px;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-bottom .price {
  position: relative;
  line-height: 1;
  float: right;
  margin-top: 6px;
  margin-right: 35px;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-bottom .price .woocommerce-Price-amount,
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-bottom .price del {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #323232;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-bottom .price ins {
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  font-weight: 900;
  font-size: 16px;
  color: #323232;
}
.woocommerce.post-type-archive-product ul.products li.product .product-wrap .product-content-bottom .star-rating {
  display: block;
  margin: 0 35px .5em;
  float: none;
}
.woocommerce.post-type-archive-product ul.products li.product:before {
  display: none;
}
.woocommerce.post-type-archive-product ul.products li.product .add_to_cart_button_alt {
  margin: 25px 0 40px 35px;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 23px;
  padding-bottom: 23px;
  background: #46a5e5;
  border-radius: 0;
  text-transform: uppercase;
}
.woocommerce.post-type-archive-product ul.products li.product .add_to_cart_button_alt span {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.woocommerce.post-type-archive-product ul.products li.product .add_to_cart_button_alt:hover,
.woocommerce.post-type-archive-product ul.products li.product .add_to_cart_button_alt:focus {
  border-radius: 0;
}
.woocommerce.post-type-archive-product ul.products li.product .add_to_cart_button_alt:hover span,
.woocommerce.post-type-archive-product ul.products li.product .add_to_cart_button_alt:focus span {
  opacity: 0.7;
}
.woocommerce.post-type-archive-product .fw-products-with-sidebar ul.products li.product {
  width: 50%;
  float: left;
}
.woocommerce.post-type-archive-product .fw-products-no-sidebar ul.products li.product {
  width: 33.333%;
  float: left;
}
.woocommerce.post-type-archive-product ul.products.list-view li.product {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.woocommerce.post-type-archive-product ul.products.list-view li.product .product-wrap {
  height: 365px;
}
.woocommerce.post-type-archive-product ul.products.list-view li.product .product-wrap .product-image {
  width: 40%;
  float: left;
}
.woocommerce.post-type-archive-product ul.products.list-view li.product .product-wrap .product-content-top {
  width: auto;
  margin-left: 40%;
  border-bottom: 0;
  padding: 20px 35px 20px;
}
.woocommerce.post-type-archive-product ul.products.list-view li.product .product-wrap .product-content-top p {
  height: 90px !important;
}
.woocommerce.post-type-archive-product ul.products.list-view li.product .product-wrap .product-content-bottom {
  width: auto;
  margin-left: 40%;
  margin-top: 0;
  display: block;
}
/* Screen 1200px */
@media (max-width: 1200px) {
  .woocommerce.post-type-archive-product .view-switcher {
    display: none;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .woocommerce.post-type-archive-product .fw-products-with-sidebar ul.products li.product {
    width: 100%;
  }
  .woocommerce.post-type-archive-product .fw-products-no-sidebar ul.products li.product {
    width: 100%;
  }
  .woocommerce.post-type-archive-product .woocommerce-ordering {
    padding-left: 0;
    width: 100%;
  }
}
/* @import (inline) "../../../styles-css/fw-theme/woocommerce/archive-product.css"; */
/* Woocommerce Products Archive Layout */
/* -------------------------------------------------- */
.woocommerce div.product .single-product-page .flex-viewport {
  overflow: hidden;
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
}
.woocommerce div.product .single-product-page div.images .flex-control-thumbs {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce div.product .single-product-page div.images .flex-control-thumbs li {
  width: 33.33%;
  margin-bottom: 8px;
}
.woocommerce div.product .single-product-page p {
  color: #818181 !important;
}
.woocommerce div.product .single-product-page span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 2px 20px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  text-transform: uppercase;
  top: 20px;
  left: 20px;
  margin: 0;
  border-radius: 0;
  background-color: #46a5e5;
  color: #ffffff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.woocommerce div.product .single-product-page .product_title {
  font-size: 42px;
  margin: 0 0 5px;
  color: #323232;
  font-weight: 300;
  line-height: 1;
  word-break: break-word;
}
.woocommerce div.product .single-product-page .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce div.product .single-product-page .woocommerce-review-link {
  float: right;
  color: #323232;
}
.woocommerce div.product .single-product-page .woocommerce-review-link:hover {
  color: #46a5e5;
}
.woocommerce div.product .single-product-page .summary .product_meta a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.woocommerce div.product .single-product-page .summary .product_meta a:hover {
  color: #323232;
}
.woocommerce div.product .single-product-page .summary div[itemprop="description"] {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}
.woocommerce div.product .single-product-page p.price,
.woocommerce div.product .single-product-page span.price {
  font-family: 'Lato', sans-serif;
  margin: 0 0 40px 0;
}
.woocommerce div.product .single-product-page p.price del,
.woocommerce div.product .single-product-page span.price del {
  font-size: 28px;
  opacity: 1 !important;
  color: #818181;
}
.woocommerce div.product .single-product-page p.price ins,
.woocommerce div.product .single-product-page span.price ins {
  font-size: 50px;
  line-height: 1;
  font-weight: 300 !important;
  color: #818181;
}
.woocommerce div.product .single-product-page p.price ins span,
.woocommerce div.product .single-product-page span.price ins span {
  color: #46a5e5;
}
.woocommerce div.product .single-product-page form.cart button.button.alt,
.woocommerce div.product .single-product-page form.cart input.button.alt {
  float: right;
  background-color: #46a5e5;
  border-color: #46a5e5;
  color: #ffffff;
  border-radius: 0;
  padding: 7px 25px 12px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.woocommerce div.product .single-product-page form.cart button.button.alt:before,
.woocommerce div.product .single-product-page form.cart input.button.alt:before {
  font-family: rt-icons-2;
  content: "\e626";
  font-size: 20px;
  position: relative;
  top: 3px;
  right: 7px;
}
.woocommerce div.product .single-product-page form.cart button.button.alt:hover,
.woocommerce div.product .single-product-page form.cart input.button.alt:hover {
  color: rgba(255, 255, 255, 0.4);
}
.woocommerce div.product .single-product-page form.cart button.button.alt:focus,
.woocommerce div.product .single-product-page form.cart input.button.alt:focus {
  border-radius: 0;
}
.woocommerce div.product .single-product-page .quantity .qty {
  height: 40px;
}
.woocommerce div.product .single-product-page .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
}
.woocommerce div.product .single-product-page .woocommerce-tabs ul.tabs:before {
  border-bottom: 4px solid #46a5e5;
}
.woocommerce div.product .single-product-page .woocommerce-tabs ul.tabs li {
  font-weight: 300;
  color: #ffffff;
  background: #323232;
  border-radius: 0;
  padding: 10px 40px;
  margin-right: 1px;
}
.woocommerce div.product .single-product-page .woocommerce-tabs ul.tabs li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
.woocommerce div.product .single-product-page .woocommerce-tabs ul.tabs li a:hover {
  color: #46a5e5;
}
.woocommerce div.product .single-product-page .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .single-product-page .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .single-product-page .woocommerce-tabs ul.tabs li.active {
  background: #46a5e5;
  border-color: #46a5e5;
}
.woocommerce div.product .single-product-page .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff;
}
.woocommerce div.product .single-product-page .woocommerce-tabs .panel {
  border-radius: 0;
  border: 1px solid rgba(20, 30, 36, 0.15);
  border-top: 0;
  padding: 30px 30px;
}
.woocommerce div.product .single-product-page .woocommerce-tabs .panel ul {
  padding-left: 0;
  margin: 25px 0;
}
.woocommerce div.product .single-product-page .woocommerce-tabs .panel ul li {
  border-bottom: 1px solid rgba(20, 30, 36, 0.15);
  padding: 10px 0 10px 26px;
}
.woocommerce div.product .single-product-page .woocommerce-tabs .panel ul li:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #46a5e5;
  left: 8px;
  top: 21px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.woocommerce div.product .single-product-page .woocommerce-tabs .panel ul li:first-child {
  border-top: 1px solid rgba(20, 30, 36, 0.15);
}
.woocommerce div.product .single-product-page .woocommerce-tabs .panel .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 25px;
}
.woocommerce #reviews .comment-reply-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 25px;
}
.woocommerce #reviews .comment-form {
  background-color: rgba(50, 50, 50, 0.05);
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 0;
  border-radius: 0;
  padding: 5px 30px 0 30px;
}
.woocommerce #reviews #comments ol.commentlist li .meta .author {
  width: 100%;
  display: block;
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .meta .datePublished {
  width: 100%;
  display: block;
  color: #818181;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.woocommerce #reviews #respond .form-submit {
  width: 160px;
}
.woocommerce #reviews #respond .form-submit input {
  background-color: #46a5e5;
  border-color: #46a5e5;
  color: #ffffff;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.woocommerce #reviews #respond .form-submit input:hover {
  color: rgba(255, 255, 255, 0.4);
}
/*
@import (inline) "../../../styles-css/fw-theme/woocommerce/archive-product.css";*/
/* Woocommerce Cart Page */
/* -------------------------------------------------- */
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce table.shop_table td {
  border-top: 0;
}
.woocommerce table.shop_table td.product-thumbnail img {
  width: 80px;
}
.woocommerce table.shop_table td.product-name a {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
}
.woocommerce table.shop_table td.product-name a:hover {
  color: rgba(50, 50, 50, 0.2);
}
.woocommerce table.shop_table td.actions .input-text {
  width: 150px;
}
.woocommerce table.shop_table td.product-remove a.remove {
  background: transparent;
  width: 100%;
}
.woocommerce table.shop_table td.product-remove a.remove:before {
  font-family: rt-icons-2;
  content: "\e653";
  font-size: 24px;
  font-weight: normal;
  color: #46a5e5;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.woocommerce table.shop_table td.product-remove a.remove:hover:before {
  color: #323232;
}
.woocommerce .cart-collaterals .cart_totals {
  float: left;
  width: 48%;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals .post h2.entry-title a {
  font-size: 28px;
  color: #323232;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  border-radius: 0;
  background: #46a5e5;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 23px 47px 23px;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: #46a5e5;
  color: rgba(255, 255, 255, 0.5);
}
/* @import (inline) "../../../styles-css/fw-theme/woocommerce/woocommerce-cart.css"; */
/* Woocommerce Checkout */
/* -------------------------------------------------- */
.woocommerce-checkout h3,
.woocommerce-checkout .post h3.entry-title a {
  font-size: 28px;
  color: #323232;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.woocommerce-checkout label {
  color: #323232;
}
.woocommerce-checkout .select2-container .select2-choice {
  border-radius: 0;
  padding: 8px 0 7px 8px;
}
.woocommerce-checkout input[type="tel"] {
  padding: 13px 8px 14px 8px;
  border: 1px solid #e6e6e6;
}
/* Woocommerce widgets */
/* Woocommerce Widget Layout */
/* -------------------------------------------------- */
/* Woocommerce Widget Product Categories */
/* -------------------------------------------------- */
.woocommerce.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce.widget_product_categories ul li {
  position: relative;
  padding: 2px 0 2px 20px;
}
.woocommerce.widget_product_categories ul li a {
  color: #818181;
  font-size: 16px;
}
.woocommerce.widget_product_categories ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #46a5e5;
}
.woocommerce.widget_product_categories ul li a:hover {
  color: #323232;
}
.woocommerce.widget_product_categories ul li .count {
  color: #818181;
}
/* Woocommerce Widget Tag Cloud */
/* -------------------------------------------------- */
.woocommerce.widget_product_tag_cloud .tagcloud a,
.woocommerce.widget_product_tag_cloud .post-tags a {
  display: inline-block;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #323232;
  border: 1px solid #323232;
  margin: 0 3px 10px;
}
.woocommerce.widget_product_tag_cloud .tagcloud a:hover,
.woocommerce.widget_product_tag_cloud .post-tags a:hover {
  color: rgba(50, 50, 50, 0.2);
}
/* Woocommerce widgets */
/* Woocommerce Widget Products Carousel */
/* -------------------------------------------------- */
.woo-products-carousel {
  display: block;
  overflow: visible !important;
}
.woo-products-carousel .item .item-content {
  background: #ffffff;
  padding: 32px 38px;
  overflow: hidden;
}
.woo-products-carousel .item .item-content a {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #323232;
  line-height: 20px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  opacity: 1;
  display: block;
}
.woo-products-carousel .item .item-content a:hover {
  color: rgba(50, 50, 50, 0.2);
}
.woo-products-carousel .item .item-footer {
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  padding: 25px 38px;
  overflow: hidden;
}
.woo-products-carousel .item .item-footer span.item-rating {
  display: block;
  width: 100%;
  overflow: hidden;
}
.woo-products-carousel .item .item-footer span.item-rating .star-rating {
  float: left;
}
.woo-products-carousel .item .item-footer span.item-price {
  font-family: 'Lato', sans-serif;
  display: block;
  width: 100%;
  float: left;
  font-weight: 900;
  font-size: 16px;
  line-height: 30px;
}
.woo-products-carousel .item .item-footer span.item-price ins {
  text-decoration: none;
}
.woo-products-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
}
.woo-products-carousel .owl-nav div.owl-prev {
  margin-top: -40px;
  float: left;
  background: transparent;
}
.woo-products-carousel .owl-nav div.owl-prev:after {
  color: #ffffff;
}
.woo-products-carousel .owl-nav div.owl-next {
  margin-top: -40px;
  float: right;
  background: transparent;
}
.woo-products-carousel .owl-nav div.owl-next:after {
  color: #ffffff;
}
@media (min-width: 1300px) {
  .woo-products-carousel .owl-nav div.owl-prev {
    margin-left: -75px;
  }
  .woo-products-carousel .owl-nav div.owl-next {
    margin-right: -75px;
  }
}
@media (min-width: 1700px) {
  .woo-products-carousel .owl-nav div.owl-prev {
    margin-left: -220px;
  }
  .woo-products-carousel .owl-nav div.owl-next {
    margin-right: -220px;
  }
}
/* Woocommerce Widget Product & Widget Recently Viewed-Reviews Product */
/* -------------------------------------------------- */
.widget.widget_recently_viewed_products ul.product_list_widget li,
.widget_products ul.product_list_widget li,
.widget_top_rated_products ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li {
  padding: 0 0 20px;
}
.widget.widget_recently_viewed_products ul.product_list_widget li img,
.widget_products ul.product_list_widget li img,
.widget_top_rated_products ul.product_list_widget li img,
.widget_recent_reviews ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  width: 85px;
  height: auto;
  box-shadow: none;
}
.widget.widget_recently_viewed_products ul.product_list_widget li a,
.widget_products ul.product_list_widget li a,
.widget_top_rated_products ul.product_list_widget li a,
.widget_recent_reviews ul.product_list_widget li a {
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  color: #323232;
}
.widget.widget_recently_viewed_products ul.product_list_widget li a:hover,
.widget_products ul.product_list_widget li a:hover,
.widget_top_rated_products ul.product_list_widget li a:hover,
.widget_recent_reviews ul.product_list_widget li a:hover {
  color: rgba(50, 50, 50, 0.2);
}
.widget.widget_recently_viewed_products ul.product_list_widget li a span.product-title,
.widget_products ul.product_list_widget li a span.product-title,
.widget_top_rated_products ul.product_list_widget li a span.product-title,
.widget_recent_reviews ul.product_list_widget li a span.product-title {
  padding-top: 10px;
  display: block;
}
.widget_recent_reviews ul.product_list_widget li a {
  margin-top: 10px;
}
.widget_recent_reviews ul.product_list_widget li a img {
  margin-top: -5px;
}
.widget_recent_reviews ul.product_list_widget li .star-rating {
  margin-top: 5px;
}
.widget_top_rated_products ul.product_list_widget li a .product-title {
  padding-top: 6px !important;
}
.widget_top_rated_products ul.product_list_widget li .star-rating {
  margin-top: 5px;
}
/* Woocommerce Widget Layered Nav */
/* -------------------------------------------------- */
.woocommerce {
  /* Layered Nav List */
}
.woocommerce.widget_layered_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce.widget_layered_nav ul li {
  position: relative;
  padding: 2px 0 2px 20px;
}
.woocommerce.widget_layered_nav ul li a {
  color: #818181;
  font-size: 16px;
}
.woocommerce.widget_layered_nav ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #46a5e5;
}
.woocommerce.widget_layered_nav ul li a:hover {
  color: #323232;
}
.woocommerce.widget_layered_nav ul li .count {
  color: #818181;
}
/* Woocommerce Widget Search */
/* -------------------------------------------------- */
.woocommerce.widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce.widget_product_search .woocommerce-product-search input[type="submit"] {
  display: none;
}
.woocommerce.widget_product_search .search-field {
  width: 100%;
  line-height: 28px;
  border: 1px solid #e6e6e6;
  color: #46a5e5;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  padding: 14px 20px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.woocommerce.widget_product_search .search-field::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.woocommerce.widget_product_search .search-field:-ms-input-placeholder {
  color: #cccccc;
}
.woocommerce.widget_product_search .search-field::-webkit-input-placeholder {
  color: #cccccc;
}
.woocommerce.widget_product_search .search-field:hover {
  border: 1px solid #323232;
}
.woocommerce.widget_product_search .search-icon {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 16px;
  color: #46a5e5;
  cursor: pointer;
}
/* @import (inline) "../../../../styles-css/fw-theme/woocommerce/woo-widgets/woocommerce-widget-search.css"; */
/* Woocommerce Widget Cart */
/* -------------------------------------------------- */
.woocommerce .widget_shopping_cart a {
  color: #323232;
  font-size: 20px;
  line-height: 1.4;
}
.woocommerce .widget_shopping_cart ul.cart_list li img,
.woocommerce .widget_shopping_cart ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  width: 90px;
  height: auto;
  box-shadow: none;
  margin-right: 15px;
  margin-bottom: 15px;
}
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 4px;
  right: 0;
  left: auto;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 18px;
  color: #46a5e5 !important;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover {
  color: #ffffff !important;
  background: #46a5e5;
}
.woocommerce .widget_shopping_cart .cart_list li .quantity {
  font-size: 16px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
}
.woocommerce .buttons a {
  background-color: #46a5e5;
  border-color: #46a5e5;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.woocommerce .buttons a:hover {
  background-color: #46a5e5;
  color: rgba(255, 255, 255, 0.4);
}
.woocommerce .total {
  font-family: 'Lato', sans-serif;
}
/* Woocommerce Widget Price Filter */
/* -------------------------------------------------- */
.woocommerce.widget_price_filter .ui-slider {
  margin-left: 7px;
  margin-right: 7px;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #309ae2;
  width: 9px;
  height: 9px;
  top: -3px;
  margin-left: -5px;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #46a5e5;
}
.woocommerce.widget_price_filter .price_slider_wrapper {
  position: relative;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #e7e7e7;
  border-radius: 0;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 3px;
}
.woocommerce.widget_price_filter .price_slider_amount {
  text-align: left;
  width: 100%;
  display: block;
  padding-bottom: 80px;
}
.woocommerce.widget_price_filter .price_slider_amount .price_label {
  font-family: 'Lato', sans-serif;
  color: #818181;
  font-size: 16px;
  line-height: 30px;
}
.woocommerce.widget_price_filter .price_slider_amount .button {
  float: none;
  position: absolute;
  top: 75px;
  padding: 23px 47px 23px;
  background-color: #46a5e5;
  border-color: #46a5e5;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  letter-spacing: 1.2px;
}
.woocommerce.widget_price_filter .price_slider_amount .button:hover {
  color: rgba(255, 255, 255, 0.4);
}
/*
@import (inline) "../../../styles-css/fw-theme/woocommerce/woocommerce.css";*/
/* Services */
/* -------------------------------------------------- */
/* Service Details */
.fw-services-single .fw-service-title .entry-title,
.fw-services-single .fw-service-title .entry-title span {
  margin-top: 60px;
  margin-bottom: 26px;
  font-size: 38px;
  line-height: 0.8;
  font-weight: 300;
  position: relative;
  word-wrap: break-word;
  text-transform: uppercase;
}
.fw-services-single .entry-content {
  color: #818181;
}
.fw-services-single .entry-content ul {
  color: #323232;
}
.fw-services-single .entry-content ul li {
  font-weight: 500;
}
/* Services Layout 1 */
.fw-services.fw-services-1 .fw-services-wrapper {
  margin-top: 0;
}
.fw-services.fw-services-1 .fw-services-wrapper .fw-services-item {
  margin: 0 0 30px 0;
}
.fw-services.fw-services-1 .fw-services-wrapper .fw-services-item .fw-block-content {
  text-align: center;
  padding: 35px 38px 32px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.fw-services.fw-services-1 .fw-services-wrapper .fw-services-item .fw-block-content .fw-block-title {
  margin-top: 0;
  margin-bottom: 26px;
  transition: all 0.15s linear 0s;
}
.fw-services.fw-services-1 .fw-services-wrapper .fw-services-item .fw-block-content .fw-block-title a {
  font-weight: 300;
  color: #323232;
}
.fw-services.fw-services-1 .fw-services-wrapper .fw-services-item .fw-block-content .fw-block-title .title {
  height: 20px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.fw-services.fw-services-1 .fw-services-wrapper .fw-services-item .fw-block-content .fw-block-title .subtitle {
  width: 100%;
  display: block;
  font-weight: 900;
  height: 20px;
  overflow: hidden;
}
.fw-services.fw-services-1 .fw-services-wrapper .fw-services-item .fw-block-content .fw-block-title:hover {
  opacity: 0.3;
}
.fw-services.fw-services-1 .fw-services-wrapper .fw-services-item .fw-block-content .fw-block-description {
  color: #818181;
  height: 90px;
  overflow: hidden;
}
/* Buttons Layout */
/* -------------------------------------------------- */
.fw-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: normal;
  color: #323232;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
}
.fw-btn span {
  position: relative;
  top: 1px;
}
.fw-btn:hover,
.fw-btn:focus {
  text-decoration: none;
  outline: none;
}
/* Buttons Size */
.fw-btn-md {
  padding: 12px 25px;
  font-size: 13px;
  line-height: 16px;
}
.fw-btn-lg {
  padding: 23px 47px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
/* Buttons Style 1 */
.fw-btn-1 {
  background-color: #818181;
  border-color: transparent;
  border-width: 0;
  color: #ffffff;
  border-radius: 0;
}
.fw-btn-1:hover,
.fw-btn-1:focus {
  background-color: #46a5e5;
  color: #fff;
}
.fw-btn-1:active {
  box-shadow: inset 0 0 20px #cccccc;
}
/* Slider Layout */
/* -------------------------------------------------- */
/*Fade Effect on Fade Slider*/
.fade-effect .item {
  -webkit-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
/*Shot Effect on Fade Slider*/
.shot-effect .item {
  -webkit-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
  -o-transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
  transition: top 0.9s cubic-bezier(0.95, 0.1, 0.25, 1);
}
/*Loading Spinner*/
.spinner .wBall .wInnerBall {
  background: #323232;
}
/* FlexSlider */
/* -------------------------------------------------- */
/* Special Heading */
/* -------------------------------------------------- */
.fw-heading strong {
  color: #46a5e5;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 900;
}
.fw-heading .fw-special-subtitle {
  font-family: "Merriweather";
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 39px;
  letter-spacing: normal;
  color: #323232;
}
/**
 * Portfolio Carousel Shortcode
 * -----------------------------------------------------------------------------
 */
.portfolio-item {
  position: relative;
  overflow: hidden;
  background-color: #8e8e8e;
}
.portfolio-item img {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-backface-visibility: hidden;
}
.portfolio-item .media-links {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.portfolio-item .media-links a.abs-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.portfolio-item .media-links:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #323232;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfolio-item:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.portfolio-item:hover .media-links:before {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.portfolio-item:hover .media-links a.abs-link {
  opacity: 1;
}
.btn-filter-wrap {
  margin: 0 0 65px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.btn-filter-wrap a {
  color: #323232;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 38px;
}
.btn-filter-wrap a:hover {
  opacity: 0.2;
}
.btn-filter-wrap a.btn-active {
  color: #46a5e5;
}
/* Screen 320px */
@media (max-width: 479px) {
  .btn-filter-wrap a {
    padding: 10px 8px;
  }
}
/**
 * Before After Images Shortcode
 * -----------------------------------------------------------------------------
 */
/* Twentytwenty */
.twentytwenty-container.twentytwenty-about {
  margin-right: -23px;
  margin-left: -23px;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  margin-top: -6px;
  width: 12px;
  height: 12px;
  position: absolute;
}
.twentytwenty-left-arrow:before,
.twentytwenty-right-arrow:before,
.twentytwenty-up-arrow:before,
.twentytwenty-down-arrow:before {
  position: absolute;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 12px;
  text-align: center;
}
.twentytwenty-right-arrow:before {
  content: "\f105";
}
.twentytwenty-yp-arrow:before {
  content: "\f106";
}
.twentytwenty-down-arrow:before {
  content: "\f107";
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
}
.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent;
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  box-sizing: content-box;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-left-arrow {
  left: 50%;
  margin-left: -12px;
}
.twentytwenty-right-arrow {
  right: 50%;
  margin-right: -12px;
}
.twentytwenty-up-arrow {
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  bottom: 50%;
  margin-bottom: -17px;
}
/* Calendar Shortcode */
/* -------------------------------------------------- */
.fw-shortcode-calendar-wrapper .page-header {
  text-align: center;
}
/* Accordion */
/* -------------------------------------------------- */
.fw-accordion .panel {
  border-radius: 0px;
  border-color: #46a5e5;
}
.fw-accordion .panel-heading {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  background: #FBF4E9 none repeat scroll 0% 0%;
}
.fw-accordion .panel-title {
  font-family: "Montserrat", sans-serif;
}
.fw-accordion .panel-title a:before {
  font-size: 14.11px;
  margin-top: -8.5px;
  width: 17px;
  height: 17px;
  line-height: 19px;
}
.panel-body * {
  color: #323232;
}
/* Column */
/* -------------------------------------------------- */
.fw-column.highlight-item .fw-col-inner {
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.fw-column.highlight-item .fw-col-inner .fw-special-title a {
  line-height: 0.8;
  display: block;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.fw-column.highlight-item .fw-col-inner .fw-special-title a strong {
  font-size: 42px;
  color: inherit;
  width: 100%;
  display: block;
}
.fw-column.highlight-item .fw-col-inner .fw-special-title a:hover {
  opacity: 0.2;
}
.fw-col-no-padding .fw-col-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .fw-column.highlight-item {
    position: relative;
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  }
  .fw-column.highlight-item .fw-text-inner {
    margin: 0 20px;
  }
  .fw-column.highlight-item:hover,
  .fw-column.highlight-item.hovered {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
/* Dividers & Space */
/* -------------------------------------------------- */
.fw-divider-space.space-sm {
  height: 30px;
}
.fw-divider-space.space-md {
  height: 60px;
}
.fw-divider-space.space-lg {
  height: 100px;
}
.fw-divider-line.space-sm {
  margin-bottom: 15px;
  padding-top: 15px;
}
.fw-divider-line.space-md {
  margin-bottom: 30px;
  padding-top: 30px;
}
.fw-divider-line.space-lg {
  margin-bottom: 50px;
  padding-top: 50px;
}
/* Responcive */
@media (max-width: 1199px) {
  .fw-divider-space.space-sm {
    height: 15px;
  }
  .fw-divider-space.space-md {
    height: 30px;
  }
  .fw-divider-space.space-lg {
    height: 50px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .fw-divider-space.space-sm {
    height: 10px;
  }
  .fw-divider-space.space-md {
    height: 20px;
  }
  .fw-divider-space.space-lg {
    height: 33.33333333px;
  }
}
/* Icon Title */
/* -------------------------------------------------- */
.fw-icon-title .fw-icon-title-icon {
  color: #46a5e5;
  width: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
}
.fw-icon-title .fw-icon-title-text {
  color: #818181;
}
.fw-icon-title .fw-icon-title-text a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: #323232;
}
.fw-icon-title .fw-icon-title-text a:hover {
  color: #46a5e5;
}
.fw-icon-title .fw-icon-title-name {
  display: flex;
  align-items: center;
}
/* Icons Box */
/* -------------------------------------------------- */
/* Icon box style */
.fw-iconbox-2 .fw-iconbox-image {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  color: #46a5e5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.fw-iconbox-2 .fw-iconbox-image .fa {
  font-size: 28px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 1.91, 0.74, 1.91) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 1.91, 0.74, 1.91) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 1.91, 0.74, 1.91) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 1.91, 0.74, 1.91) 0s;
}
.fw-iconbox-2 .fw-iconbox-image img {
  font-size: 28px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 1.91, 0.74, 1.91) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 1.91, 0.74, 1.91) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 1.91, 0.74, 1.91) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 1.91, 0.74, 1.91) 0s;
}
.fw-iconbox-2 .fw-iconbox-aside h3,
.fw-iconbox-2 .fw-iconbox-aside .post h3.entry-title a {
  color: #141e24;
}
.fw-iconbox-2 .fw-iconbox-aside a {
  color: #141e24;
}
.fw-iconbox-2 .fw-iconbox-aside a:hover {
  opacity: 0.2;
}
.fw-iconbox-2:hover .fa,
.fw-iconbox-2:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/* Quote */
/* -------------------------------------------------- */
.fw-quote {
  color: #323232;
}
.fw-quote .fw-quote-text p {
  line-height: 30px;
}
.fw-quote .fw-quote-author a {
  line-height: 45px;
}
.fw-quote small.fw-quote-author {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: normal;
  color: #323232;
}
/* Tables */
/* -------------------------------------------------- */
.fw-table table th {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: 400;
}
.fw-table table table {
  background-color: #ffffff;
}
.fw-table .table-col-desc {
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .fw-table {
    margin-bottom: 12px;
  }
}
/* Tabs */
/* -------------------------------------------------- */
.fw-tabs .nav-tabs {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: normal;
}
.fw-tabs-framed .nav-tabs > li > a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.fw-tabs-framed .nav-tabs > li > a:hover {
  color: #46a5e5;
}
.fw-tabs-framed .nav-tabs > li.active > a,
.fw-tabs-framed .nav-tabs > li.active > a:hover,
.fw-tabs-framed .nav-tabs > li.active > a:focus {
  color: #46a5e5;
}
/* Team Member */
/* -------------------------------------------------- */
.fw-team .fw-team-name > span {
  font-size: 13px;
  line-height: 13px;
  color: #141e24;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.fw-team .fw-team-name h3,
.fw-team .fw-team-name .post h3.entry-title a {
  margin: 0 0 5px 0;
  color: #141e24;
  font-style: italic;
}
.fw-team .fw-team-socials a:hover {
  color: #46a5e5;
}
/* Testimonails */
/* -------------------------------------------------- */
.fw-testimonials {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fw-testimonials .fw-testimonials-text {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  color: #818181;
  max-width: 750px;
  margin: 0 auto;
}
.fw-testimonials .fw-testimonials-text:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 28px;
  font-style: normal;
  display: block;
  margin: 10px auto 20px;
  color: #46a5e5;
}
.fw-testimonials .prev,
.fw-testimonials .next {
  color: #323232;
}
.fw-testimonials .fw-testimonials-pagination a {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #323232;
}
.fw-testimonials .fw-testimonials-pagination a:hover,
.fw-testimonials .fw-testimonials-pagination a.selected {
  background-color: #323232;
}
.fw-testimonials-1 .fw-testimonials-avatar {
  margin: 22.5px 0;
}
.fw-testimonials-1 .fw-testimonials-avatar img {
  width: 180px;
  height: 180px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 10px solid #ffffff;
}
.fw-testimonials-1 .fw-testimonials-author {
  color: #323232;
  font-style: normal;
}
.fw-testimonials-1 .fw-testimonials-author .author-name,
.fw-testimonials-1 .fw-testimonials-author .author-job {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline;
}
.fw-testimonials-1 .fw-testimonials-author .fw-testimonials-url {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: none;
}
.fw-testimonials-1 .prev,
.fw-testimonials-1 .next {
  display: none;
}
.fw-testimonials-2 .fw-testimonials-item {
  text-align: center;
}
.fw-testimonials-2 .fw-testimonials-item .fw-testimonials-meta {
  margin: 30px 0;
}
.fw-testimonials-2 .fw-testimonials-item .fw-testimonials-meta .fw-testimonials-avatar {
  margin: 22.5px 0;
}
.fw-testimonials-2 .fw-testimonials-item .fw-testimonials-meta .fw-testimonials-avatar img {
  max-width: 180px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 10px solid #ffffff;
  border-radius: 50%;
}
.fw-testimonials-2 .fw-testimonials-item .fw-testimonials-meta .fw-testimonials-author {
  color: #323232;
  font-style: normal;
}
.fw-testimonials-2 .fw-testimonials-item .fw-testimonials-meta .fw-testimonials-author .author-name,
.fw-testimonials-2 .fw-testimonials-item .fw-testimonials-meta .fw-testimonials-author .author-job {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline;
}
.fw-testimonials-2 .fw-testimonials-item .fw-testimonials-meta .fw-testimonials-author .fw-testimonials-url {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: none;
}
/** Screen 320px **/
@media (max-width: 479px) {
  .fw-testimonials-2 .fw-testimonials-item .fw-testimonials-meta .fw-testimonials-author .author-name,
  .fw-testimonials-2 .fw-testimonials-item .fw-testimonials-meta .fw-testimonials-author .author-job {
    display: block;
  }
}
/* Map Style */
/* -------------------------------------------------- */
.site .fw-map-canvas .infowindow-title a {
  color: #46a5e5;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: normal;
}
.site .fw-map-canvas .infowindow-title a:hover {
  color: #1f8ed9;
}
.site .fw-map-canvas .infowindow-description {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: normal;
  color: #323232;
}
/* Price Table Style 1 */
/* -------------------------------------------------- */
.fw-price-1 .fw-price-col {
  color: #818181;
}
.fw-price-1 .fw-price-col .fw-price-head {
  background-color: #46a5e5;
  padding: 26px 0;
}
.fw-price-1 .fw-price-col .fw-price-amount {
  padding: 67px 0 30px;
  border-bottom: 0;
  color: #323232;
}
.fw-price-1 .fw-price-col .fw-price-row,
.fw-price-1 .fw-price-col .fw-switch-row {
  margin: 0 50px;
}
.fw-price-1 .fw-price-col .fw-price-row a {
  color: #818181;
}
.fw-price-1 .fw-price-col .fw-price-row a:hover {
  color: #323232;
}
.fw-price-1 .fw-price-col .fw-price-caption .fw-price-row,
.fw-price-1 .fw-price-col .fw-price-caption .fw-switch-row {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 11px;
  color: #4d4d4d;
}
.fw-price-1 .fw-price-col .fw-price-caption .fw-price-caption-title {
  font-size: 26px;
  line-height: 36px;
}
.fw-price-1 .fw-price-col .fw-price-value {
  display: block;
  font-family: 'Lato', sans-serif;
}
.fw-price-1 .fw-price-col .fw-price-title {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 28px;
  font-style: normal;
  text-transform: uppercase;
}
.fw-price-1 .fw-price-col .fw-price-desc {
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 800;
}
.fw-price-1 .fw-price-active {
  margin-top: 0;
}
.fw-price-1 .fw-price-active .fw-price-inner {
  border: 10px solid #46a5e5;
  border-top: 0;
}
.fw-price-1 .fw-price-active .fw-price-inner .fw-price-head {
  padding: 41px 0;
}
@media (min-width: 992px) {
  .fw-price-1 .fw-price-active {
    margin-top: -25px;
  }
}
/* Breadcrumbs */
/* -------------------------------------------------- */
.breadcrumbs {
  margin-bottom: 0;
}
/* Lifeguard Breadcrumbs */
.lifeguide .breadcrumbs a,
.lifeguide .breadcrumbs span {
  font-family: 'Raleway';
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #ffffff;
  text-transform: uppercase;
}
/* Footer Layout */
/* -------------------------------------------------- */
/* Footer Widget */
.fw-footer-widgets {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #2a2e31;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}
.fw-footer-widgets .widget {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
}
.fw-footer-widgets .widget input[type="text"],
.fw-footer-widgets .widget input[type="password"],
.fw-footer-widgets .widget input[type="search"],
.fw-footer-widgets .widget input[type="url"],
.fw-footer-widgets .widget input[type="email"],
.fw-footer-widgets .widget textarea {
  color: #ffffff;
  background-color: #2a2e31;
  border: 1px solid #42484c;
}
.fw-footer-widgets .widget input[type="text"]:focus,
.fw-footer-widgets .widget input[type="password"]:focus,
.fw-footer-widgets .widget input[type="search"]:focus,
.fw-footer-widgets .widget input[type="url"]:focus,
.fw-footer-widgets .widget input[type="email"]:focus,
.fw-footer-widgets .widget textarea:focus {
  border: 1px solid #42484c;
}
.fw-footer-widgets .widget_archive ul li {
  color: #ffffff;
  font-size: 20px;
  line-height: 37px;
  width: 100%;
}
.fw-footer-widgets .widget_archive ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
}
.fw-footer-widgets .widget_simpleimage {
  margin-bottom: 30px;
}
.fw-footer-widgets .widget-iconlist li {
  margin-bottom: 9px;
}
.fw-footer-widgets .widget_recent_entries ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
  color: #818181;
}
.fw-footer-widgets .widget_recent_entries ul li a:hover {
  color: #ffffff;
}
.fw-footer-widgets .widget_recent_entries ul li .post-date {
  font-family: "Raleway", sans-serif;
  color: #46a5e5;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.fw-footer-widgets .mc4wp-form .mc4wp-form-fields:after {
  color: #ffffff;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.fw-footer-widgets .mc4wp-form .mc4wp-form-fields:hover:after {
  opacity: 0.6;
}
.fw-footer-widgets .widget,
.fw-footer-widgets .widget li {
  color: #818181;
}
.fw-footer-widgets .widget .iconlist-icon,
.fw-footer-widgets .widget li .iconlist-icon {
  color: #ffffff;
}
.fw-footer-widgets .widget a,
.fw-footer-widgets .widget .comment-author-link a {
  color: #cdcdcd;
}
.fw-footer-widgets .widget .comment-author-link a:hover {
  color: #ffffff;
}
.fw-footer-widgets .widget .widget-iconlist a:hover {
  opacity: 0.6;
}
.fw-footer-widgets .widget-title {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  margin: 50px 0 30px;
  line-height: 20px;
}
.fw-footer-widgets .widget-title span {
  color: inherit;
  padding-right: 0;
  font-weight: inherit;
}
.fw-footer-widgets .widget-title span .first-word {
  font-weight: inherit;
  width: auto;
}
.fw-footer-widgets .widget:first-child .widget-title {
  margin: 20px 0 50px;
}
.fw-footer-widgets .widget_text .textwidget {
  font-size: 17px;
  line-height: 30px;
}
.fw-footer-widgets .widget_rss .widget-title a:first-child {
  top: 3px;
}
.fw-footer-widgets .widget_rss ul li .rsswidget:hover {
  color: #ffffff;
}
.fw-footer-widgets .widget_rss .rss-date {
  color: #cdcdcd;
}
.fw-footer-widgets .widget_tag_cloud a {
  border: 1px solid #cdcdcd;
}
.fw-footer-widgets .widget_tag_cloud a:hover {
  color: #ffffff;
}
/*Responsive*/
/*Screen 568px*/
@media (max-width: 767px) {
  .fw-footer-widgets {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* copyright and social area */
.fw-footer-bar {
  background-color: transparent;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #323232;
}
.fw-footer-social {
  top: 11px;
}
.fw-copyright {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #323232;
}
.fw-copyright a {
  color: #323232;
  text-decoration: none;
}
.fw-copyright a:hover {
  color: #323232;
}
.fw-footer-social {
  line-height: 12.8px;
}
.fw-footer-social a {
  font-size: 16px;
  width: 16px;
  height: 15px;
  color: #323232;
}
.fw-footer-social a:hover {
  color: #46a5e5;
}
/* Booked Apointment plugin less */
/* -------------------------------------------------- */
body.lifeguide table.booked-calendar {
  border-width: 1px 0 0 1px;
}
body.lifeguide table.booked-calendar td {
  border-bottom-width: 1px;
}
body.lifeguide table.booked-calendar thead th .monthName {
  font-weight: 900;
  font-family: 'Lato', sans-serif;
}
body.lifeguide table.booked-calendar thead th .backToMonth {
  display: none;
}
body.lifeguide table.booked-calendar td.prev-date .date,
body.lifeguide table.booked-calendar td.prev-date:hover .date,
body.lifeguide table.booked-calendar td.prev-date:hover .date span {
  background: #ffffff !important;
  color: #323232 !important;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
body.lifeguide table.booked-calendar th {
  padding-top: 19px;
  padding-bottom: 18px;
}
body.lifeguide table.booked-calendar tr td {
  height: 110px !important;
}
body.lifeguide table.booked-calendar tr td > span {
  height: 110px !important;
  border: 10px solid transparent;
}
body.lifeguide table.booked-calendar tr td > span.tooltipster .number {
  font-size: 16px;
}
body.lifeguide table.booked-calendar tr td.active > span.tooltipster,
body.lifeguide table.booked-calendar tr td.active:hover > span.tooltipster,
body.lifeguide table.booked-calendar tr td:hover > span.tooltipster {
  border: 10px solid #46a5e5;
  background: #ffffff;
}
body.lifeguide table.booked-calendar tr td.active > span.tooltipster .number,
body.lifeguide table.booked-calendar tr td.active:hover > span.tooltipster .number,
body.lifeguide table.booked-calendar tr td:hover > span.tooltipster .number {
  background: transparent;
  color: #46a5e5;
  font-weight: 600;
}
body.lifeguide table.booked-calendar tr.entryBlock {
  background: #ffffff;
}
body.lifeguide table.booked-calendar .booked-appt-list {
  background: #323232;
}
body.lifeguide table.booked-calendar td > span {
  line-height: 90px !important;
}
body.lifeguide table.booked-calendar tr.entryBlock td {
  padding: 0;
  text-align: left;
  color: #fff;
  border-bottom-color: transparent;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list h2,
body.lifeguide .booked-calendar-wrap .booked-appt-list .post h2.entry-title a {
  font-size: 38px;
  line-height: 0.8;
  font-weight: 300;
  position: relative;
  text-align: left;
  word-wrap: break-word;
  text-transform: uppercase;
  color: #ffffff;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot:hover {
  background: transparent;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.fa {
  color: #46a5e5;
}
body.lifeguide table.booked-calendar td.today .date span {
  border: 2px solid #ffffff;
  line-height: 44px;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
  height: 80px;
  padding: 30px 0 0 0;
  box-sizing: border-box;
  float: left;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
  height: 80px;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  float: right;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 19px;
  color: #46a5e5;
  padding-bottom: 8px;
  display: inline;
  float: right;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
  color: #ffffff;
  position: absolute;
  top: 12px;
  margin-bottom: 0;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
  height: 60px;
  margin: 0 0 0 10px;
  padding: 0 30px;
  font-weight: 700;
  background: #46a5e5;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 170px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover {
  background: #46a5e5 !important;
}
body.lifeguide .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover .button-text {
  opacity: 0.7;
}
body.lifeguide table.booked-calendar tr.days,
body table.booked-calendar tr.days th {
  background: #46a5e5 !important;
  border-color: #46a5e5 !important;
}
@media screen and (max-width: 720px) {
  body.lifeguide .booked-calendar-wrap table.booked-calendar td.today .date {
    background: #46a5e5;
    color: #323232;
  }
  body.lifeguide .booked-calendar-wrap table.booked-calendar tr.week td.active .date .number {
    border: none;
    transform: scale(1.5);
    background: none;
    color: #141e24;
    line-height: 55px !important;
  }
  body.lifeguide .booked-calendar-wrap table.booked-calendar tr.week td.active .date {
    background: transparent !important;
  }
}
