/* Utility classes
-------------------------------------------------- */
.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%;
}
/* 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: 8px;
  padding-bottom: 7px;
}
.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 {
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 100;
}
.fw-top-social-right .fw-text-top-bar {
  float: left;
}
.fw-top-social-right .fw-top-bar-social {
  float: none;
}
.fw-top-social-left .fw-text-top-bar {
  float: right;
}
.fw-top-social-left .fw-top-bar-social {
  float: left;
}
.fw-absolute-header .fw-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fw-header-sticky .fw-sticky-menu {
  position: fixed;
  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 Type 3 */
.header-3 .fw-header-main {
  text-align: center;
  height: auto;
  line-height: normal;
}
.header-3 .fw-wrap-logo {
  display: block;
  width: 100%;
  text-align: center;
}
.header-3 .fw-wrap-logo .fw-site-logo {
  display: inline-block;
}
.header-3 .fw-nav-wrap {
  text-align: center;
}
.header-3 .fw-nav-wrap .fw-container {
  display: table;
}
.header-3 .fw-nav-wrap .fw-container .fw-site-navigation {
  display: table-cell;
  vertical-align: middle;
}
.header-3 .fw-nav-wrap .fw-container .fw-site-navigation .fw-nav-menu {
  display: inline-block;
}
.header-3 .fw-sticky-menu .fw-header-main .fw-wrap-logo {
  display: none;
}
.header-3.search-in-menu .fw-search {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.header-3.search-in-menu .fw-mini-search {
  position: relative;
}

/* Screen 568px */
@media(max-width:767px){
  .header-3 .fw-nav-wrap .fw-container{
    width: 100%;
  }
}

/* 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: 6px;
}
/* Logo Retina & No-Retina */
.fw-logo-retina .fw-site-logo {
  line-height: normal;
}

/* Top bar */
.fw-top-bar {
  text-align: right;
}
.fw-top-bar .fw-container {
  z-index: 101;
}
.fw-top-bar a:hover {
  text-decoration: underline;
}
.fw-top-bar .fw-text-top-bar {
  text-align: left;
  display: inline-block;
}
.fw-top-bar .fw-top-bar-social {
  display: inline-block;
}
.fw-top-bar .fw-top-bar-social a {
  margin-left: 10px;
}
.fw-top-bar .fw-top-bar-social a:first-child {
  margin-left: 0;
}

/*----> Responsive <---- */
/* Screen 568px */
@media(max-width:767px){
  .fw-top-bar .fw-top-bar-social a {
    margin-left: 15px;
  }
}

/* Header Search */
.fw-search {
  display: inline-block;
  line-height: normal;
  position: relative;
}
.fw-search-form {
  position: relative;
  display: inline-block;
  width: 100%;
}
.fw-submit-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  text-align: center;
}
.fw-submit-wrap:before {
  content: '\f002';
  font-family: 'FontAwesome';
}
.fw-submit-wrap input {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
}
.fw-submit-wrap input:focus,
.fw-submit-wrap input:active {
  outline: none;
}
.fw-submit-wrap input:hover {
  opacity: 0.8;
}
input.fw-input-search {
  width: 100%;
  padding: 0 35px 0 10px!important;
  border-radius: 0;
}
input.fw-input-search:focus,
input.fw-input-search:active {
  outline: none;
}
.fw-search-icon {
  display: none;
  line-height: 1em;
  text-align: center;
}
.fw-search-icon:hover {
  background: none;
}
.fw-mini-search .fw-search-icon {
  display: block;
}
.fw-form-search-full.fw-wrap-search-form {
  display: none;
  position: absolute;
  height: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  z-index: 600;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form {
  display: block;
  margin: 0 auto;
  top: 50%;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-input-search {
  padding-left: 50px!important;
  padding-right: 50px!important;
}

.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-close-search-form {
  position: absolute;
  right: 17px;
  top: 50%;
  font-size: 20px;
  line-height: normal;
  margin-top: -10px;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-submit-wrap {
  right: auto;
  left: 10px;
  top: 50%;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-submit-wrap:before {
  font-size: 20px;
}
.fw-header.fw-sticky-menu .fw-form-search-full.fw-wrap-search-form {
  top: 0 !important;
}
/* Search in top bar */
.search-in-top-bar .fw-search {
  float: right !important;
  margin-left: 15px!important;
  margin-right: 0 !important;
}
.search-in-top-bar .fw-top-bar-social,
.search-in-top-bar .fw-text-top-bar {
  position: relative;
}
.search-in-top-bar.fw-top-social-right .fw-top-bar .fw-search {
  padding-left: 10px!important;
}
.search-in-top-bar.fw-top-social-left .fw-text-top-bar {
  float: none;
}
.search-in-top-bar.fw-top-social-left .fw-search {
  padding-left: 10px!important;
}
.search-in-top-bar.fw-top-social-left .fw-mini-search {
  margin-left: 10px!important;
}

/* 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;
}
.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: none;
  display: none;
}
.fw-site-navigation > ul > li ul > li {
  display: block;
  width: 100%;
  margin-left: 0;
  float: left;
}
.fw-site-navigation > ul > li ul > li:first-child {
  padding-top: 13px;
}
.fw-site-navigation > ul > li ul > li:last-child {
  padding-bottom: 13px;
}
.fw-site-navigation > ul > li ul > li > a {
  display: block;
  line-height: 1.2em;
  padding: 10px 12% !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;
  }

  /* Reponsive Header 3 */
  .header-3.search-in-menu .fw-search,
  .header-3 .mmenu-link {
    display: table-cell;
    width: 50%;
  }
  .header-3 .fw-nav-wrap {
    margin-top: 1em;
  }
  .header-3.search-in-menu .fw-mini-search .fw-search-icon {
    margin: 0 auto;
  }
  .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 {
  position: relative;
  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;
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGBgYEBAQERERG5ubqKiotzc3KSkpCQkJCgoKDAwMDY2Nj4+Pmpqarq6uhwcHHJycuzs7O7u7sLCwoqKilBQUF5eXr6+vtDQ0Do6OhYWFoyMjKqqqlxcXHx8fOLi4oaGhg4ODmhoaJycnGZmZra2tkZGRgoKCrCwsJaWlhgYGAYGBujo6PT09Hh4eISEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2np6erS0tLKyskxMTFJSUlpaWmJiYkJCQjw8PMTExHZ2djIyMurq6ioqKo6OjlhYWCwsLB4eHqCgoE5OThISEoiIiGRkZDQ0NMjIyMzMzObm5ri4uH5+fpKSkp6enlZWVpCQkEpKSkhISCIiIqamphAQEAwMDKysrAQEBJqamiYmJhQUFDg4OHR0dC4uLggICHBwcCAgIFRUVGxsbICAgAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA);
}

/* Animation Element */
.fw-animated-element {
  visibility: hidden !important;
}
.fw-animated-element.animated {
  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;
}
.fw-container,
.fw-container-fluid{
  z-index: 10;
}
/* Parallax Styling */
.fw-main-row-custom.parallax-section  {
  background-attachment: fixed;
}
.parallax{
  position: relative;
  background-attachment: fixed;
  background-position: 0 center;
}

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

/* Typography */
/* -------------------------------------------------- */

p {
  margin: 0 0 1em 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%;
}
/* 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;
}

/*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-content-area,
  .sidebar-left .fw-content-area {
    float: none;
  }
  .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: italic;
  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: 46px;
  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 {
  border: none;
  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;
  font-style: italic;
  color: #b6b8b9;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

/* Recent Entries */
.widget_recent_entries ul li {
  margin-bottom: 1em;
}
/* 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;
}
.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;
  padding-top: 0;
  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: italic;
}
.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 header .entry-meta a {
  font-style: italic;
}

.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.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;
}
/* 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: 0 5% 5px 0;
}
.post img.alignright,
.post .wp-caption.alignright {
  margin: 0 0 5px 5%;
}
.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 .gallery {
  margin-bottom: 20px;
  clear: both;
}
.post .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.post .gallery-item .attachment-thumbnail {
  height: auto;
}
.post .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.post .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.post .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
.post .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}
.post .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}
.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 {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post .gallery-caption:before {
  display: none;
}
.post .gallery-item:hover .gallery-caption {
  opacity: 1;
}
.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;
}
.post-details img.aligncenter,
.post-details .wp-caption {
  margin-bottom: 20px;
}
.post-details .entry-header .wrap-entry-meta {
  font-weight: 400;
}
.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 {
  border-bottom: 1px solid #dee0e1;
}
.post-details .entry-content p:last-child {
  margin-bottom: 0;
}
.post-details footer.entry-meta .fw-tag-links {
  padding: 1em 2%;
  border-bottom: 1px solid #dee0e1;
}
/* Author Description */
/*-----------------------------------*/
.author-description {
  border-bottom: 1px solid #dee0e1;
}
.author-description:after {
  content: '';
  display: block;
  clear: both;
}
.author-description .author-image {
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.author-description .author-image,
.author-description .author-image img {
  width: 100px;
  height: 100px;
}
.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 {
  font-style: italic;
  font-weight: normal;
}
/* Responsive */
/* Screen 568px */
@media (max-width: 767px) {
  .post-details footer.entry-meta {
    margin-bottom: 0;
  }
  .post-details .entry-content {
    margin-bottom: 0;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .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: 10px;
  }
  .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-bottom: 40px;
    font-size: 26px;
    text-transform: uppercase;
    font-style: normal;
}
.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: 1px solid #dee0e1;
}
.comment-list > .comment:first-child {
  border-top: none;
}
.comment-body {
  position: relative;
}
.comment-body .wrap-rating {
  margin-left: 10px;
}
.pingback .comment-body {
  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;
}
.children .comment-avatar:before {
  font-family: 'FontAwesome';
  content: '\f148';
  font-size: 20px;
  line-height: 1em;
  color: #dee0e1;
  position: absolute;
  top: 60px;
  left: -60px;
}
.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 */
/* -------------------------------------------------- */
.comment-respond .comment-reply-title {
  margin-top: 0;
}
.comment-respond textarea {
  min-height: 234px;
  max-height: 320px;
}
.comment-respond .left-side-comment,
.comment-respond .right-side-comment {
  width: 50%;
  display: inline-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 {
  position: absolute;
  font-size: 15px;
  font-style: italic;
  bottom: -25px;
  left: 0;
}
.comment-respond .left-side-comment {
  float: left;
  padding-right: 2.6%;
}
.comment-respond .right-side-comment {
  float: right;
  padding-left: 2.6%;
}
#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;
  position: relative;
}
.comment-notes {
  font-style: italic;
}
.required-label {
  color: #e14d47;
}
.form-submit {
  padding-top: 2.3em;
  display: block;
  width: 50%;
  padding-right: 2.6%;
  margin-bottom: 0;
  overflow: hidden;
}
.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) {
  .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;
  }
}

/* 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:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  position: absolute;
  left: 14px;
  bottom: -8px;
}
.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: 20px;
    margin-bottom: -20px;
}

.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;
  border: 1px solid #dee0e1;
  padding: 20px;
  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 {
  font-weight: normal;
  font-size: 14px;
}
.fw-portfolio-filter .next,
.fw-portfolio-filter .prev {
  position: absolute;
  top: 0.5em;
  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-content-align-center .fw-block-image-overlay .fw-overlay-description {
  float: none;
}
.fw-portfolio-1.fw-portfolio-content-align-right .fw-block-image-overlay .fw-overlay-title,
.fw-portfolio-1.fw-portfolio-content-align-right .fw-block-image-overlay .fw-overlay-description {
  text-align: right;
}
.fw-portfolio-1.fw-portfolio-content-align-right .fw-block-image-overlay .fw-overlay-title:before {
  left: auto;
}
.fw-portfolio-1.fw-portfolio-content-align-right .fw-block-image-overlay .fw-overlay-description {
  float: none;
}
.fw-portfolio-1.fw-portfolio-content-align-right .fw-block-image-overlay .fw-overlay-description * {
  float: right;
}
.fw-portfolio-1 .fw-portfolio-list li {
  background: #fff;
  border: 1px solid #ece8df;
  padding: 20px;
}
.fw-portfolio-1 .fw-portfolio-image {
  display: block;
  overflow: hidden;
}
.fw-portfolio-1 .fw-portfolio-image .fw-overlay-title {
  padding: 0 6% 2%;
}
.fw-portfolio-1 .fw-portfolio-image .fw-overlay-description * {
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 auto;
}
.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%;
}
.fw-portfolio-1.fw-portfolio-cols-4 .fw-portfolio-wrapper .fw-portfolio-title {
  padding: 10px;
}

/* Easy Slider */
/* -------------------------------------------------- */

.fw-container-fluid .fw-easy-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.fw-easy-slider {
  position: relative;
  margin-bottom: -1px;
}
.fw-easy-slider .fw-easy-slider-container {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* slider item */
.fw-easy-slider .fw-easy-slider-container .fw-easy-slider-item {
  float: left;
  position: relative;
  max-width: 100%;
}
.fw-easy-slider .fw-easy-slider-container .fw-easy-slider-item img {
  width: 100%;
  height: 100%;
}
.fw-easy-slider .fw-easy-slider-container .fw-easy-slider-item .fw-easy-slider-title {
  visibility: hidden;
  position: absolute;
}
.fw-easy-slider .fw-easy-slider-container .fw-easy-slider-item .fw-block-image-parent {
  margin-bottom: 1px;
}
/* slider caption */
.fw-easy-slider .fw-easy-slider-caption {
  position: absolute;
  left: -3%;
  bottom: 13%;
  z-index: 2;
  width: 57%;
  color: #fff;
}
.fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner {
  position: relative;
  width: 100%;
  padding: 40px 80px;
}
.fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-title-clone a {
  display: inline-block;
}
.fw-easy-slider .fw-easy-slider-prev,
.fw-easy-slider .fw-easy-slider-next {
  color: #000;
  font-size: 48px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  opacity: 0.3;
}
.fw-easy-slider .fw-easy-slider-prev:hover,
.fw-easy-slider .fw-easy-slider-next:hover {
  color: #fff;
}
.fw-easy-slider .fw-easy-slider-prev i,
.fw-easy-slider .fw-easy-slider-next i {
  font-style: normal;
}
.fw-easy-slider .fw-easy-slider-prev i:before,
.fw-easy-slider .fw-easy-slider-next i:before {
  font-family: 'FontAwesome';
}
.fw-easy-slider .fw-easy-slider-prev .fw-easy-slider-icon-left:before,
.fw-easy-slider .fw-easy-slider-next .fw-easy-slider-icon-left:before {
  content: '\f104';
}
.fw-easy-slider .fw-easy-slider-prev .fw-easy-slider-icon-right:before,
.fw-easy-slider .fw-easy-slider-next .fw-easy-slider-icon-right:before {
  content: '\f105';
}
.fw-easy-slider .fw-easy-slider-prev {
  left: 30px;
}
.fw-easy-slider .fw-easy-slider-next {
  right: 30px;
}
.fw-easy-slider .fw-easy-slider-pagination {
  position: absolute;
  bottom: 5%;
  left: 4%;
  z-index: 3;
}
.fw-easy-slider .fw-easy-slider-pagination a {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 0;
}
.fw-easy-slider .fw-easy-slider-progress {
  width: 80%;
  left: 10%;
  position: absolute;
  bottom: 1px;
}
.fw-easy-slider .fw-easy-slider-timer {
  height: 6px;
}

.fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-title-clone a {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    font-size: 48px;
    letter-spacing: 0px;
    color: #ffffff;
}

/* fluid */
.fw-container-fluid .fw-easy-slider .fw-easy-slider-caption {
  left: 0;
}

@media (max-width: 1199px) {
  .fw-easy-slider .fw-easy-slider-caption {
    width: 62%;
  }
  .fw-easy-slider .caption-inner {
    padding: 30px 60px;
  }
}
@media (max-width: 991px) {
  .fw-easy-slider .fw-easy-slider-caption {
    width: 62%;
  }
  .fw-easy-slider .caption-inner {
    padding: 20px 60px;
  }
  .fw-easy-slider .fw-easy-slider-prev {
    left: 4%;
  }
  .fw-easy-slider .fw-easy-slider-next {
    right: 4%;
  }
}

/* Responsive */
/* Screen 768px */
@media(max-width:991px){
  .fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner {
    padding: 20px 60px;
  }
}
/* Screen 320px */
@media(max-width:479px){
  .fw-easy-slider .fw-easy-slider-caption {
    bottom: 18%;
  }
  .fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner {
    padding: 10px 25px;
  }
}

/* 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);
  }
}

/* Special Heading */
/* -------------------------------------------------- */
.fw-heading {
  margin-bottom: 1em;
  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;
}

/* 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: 10px 0;
  position: relative;
}

.fw-icon-title .fw-icon-title-icon,
.fw-icon-title .fw-icon-title-name {
  display: inline-block;
}
.fw-icon-title .fw-icon-title-icon {
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fw-icon-title h4.fw-icon-title-text {
  margin: 0;
}

.fw-icon-title img {
  width: 100%;
  height: 100%;
  line-height: normal;
}
.fw-icon-title .fw-icon-title-name {
  display: inline-block;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.fw-icon-title .fw-custom-icon-image {
  overflow: hidden;
}

/* Responsive */
/* Screen 568px */
@media(max-width:767px){
  .fw-icon-title .fw-icon-title-text {
    font-size: 25px!important;
  }
}

/* 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: 100%;
}

/* Icon box style */
.fw-iconbox-2 {
  text-align: left;
}
.fw-iconbox-2 .fw-iconbox-image {
  float: left;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
.fw-iconbox-2 .fw-iconbox-image img {
  border-radius: 3px;
}
.fw-iconbox-2 .fw-iconbox-aside {
  margin-left: 55px;
}

.fw-iconbox-2 .fw-iconbox-aside h3{
    font-size: 31px;
    line-height: 31px;
}

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

/* 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: 3px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.1;
}
.fw-testimonials .fw-testimonials-pagination a.selected,
.fw-testimonials .fw-testimonials-pagination a:hover {
  opacity: 0.3;
}
.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%;
    box-shadow: 0 0 0 9px #edf1f2;
}
.fw-testimonials-1 .fw-testimonials-text {
  text-align: center;
  padding: 10px 10% 0;
}
.fw-testimonials-1 .fw-testimonials-author {
  padding: 0 10px 0;
}
.fw-testimonials-1 .fw-testimonials-author .author-name {
    display: block;
    font-size: 31px;
    font-style: italic;
}
.fw-testimonials-1 .fw-testimonials-author .author-name strong {
  font-style: normal;
}
.fw-testimonials-1 .fw-testimonials-author em {
  font-size: 14px;
}
.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: 10px;
}


/* 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;
  color: #000;
}
.fw-price-1 .fw-price-col .fw-price-inner {
  border-right: 1px solid #e8eced;
}
.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 {
  border-left: 1px solid #e8eced;
}
/* 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;
  border-left: 1px solid #e8eced;
}
.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 {
  background-color: #e8eced;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.fw-price-1 .fw-price-head {
  background-color: #000;
  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: 26px;
  line-height: 1em;
}
.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;
  font-style: italic;
}
.fw-price-1 .fw-price-foot {
  min-height: 80px;
  background-color: #fff;
}
.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: 10px;
  background-color: #fff;
  border-bottom: 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 {
  border-left: 1px solid #ddd;
}
/* active column */
.fw-price-1 .fw-price-active .fw-price-inner {
  left: 0;
  top: 0;
  z-index: 50;
  box-shadow: 0 9px 40px rgba(0, 0, 0, 0.3);
}
.fw-price-1 .fw-price-active .fw-price-amount {
  background-color: #abb0b4;
}

.fw-price-1 .fw-switch-row.desc-col {
    border-left: 1px solid #ddd;
}

.fw-price-1 .fw-price-foot.default-col {
    border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
  .fw-price-1 .fw-price-col {
    width: 100% !important;
    margin-bottom: 30px;
    border-left: 1px solid #ddd;
  }
  .fw-price-1 .fw-price-col:first-child {
    border-bottom: 1px solid #ddd;
  }
}
/* 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 5px;
}
/* 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;
}

/* Utility classes
-------------------------------------------------- */
.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;
  }
}
@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%;
  }
}
.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(194, 194, 194, 0.7);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(194, 194, 194, 0.7);
}
::-webkit-input-placeholder {
  color: rgba(194, 194, 194, 0.7);
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="email"],
textarea {
  background: #fff;
  color: #0f1f25;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 15px;
  padding: 12px 15px;
  line-height: 19px;
}
.wrap-forms {
  background-color: #e8eced;
  padding: 30px;
}
.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: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: normal;
  color: #898d8e;
}
.wrap-forms .fw-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wrap-forms .row-submit {
  padding-top: 20px;
}
.wrap-forms .form-builder-item > div > label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #141e24;
}
.wrap-forms .form-builder-item p {
  font-size: 16px;
}
.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;
}
/* Post Password & Search Form */
.post-password-form input[type='password'] {
  margin: 0 10px 0 0;
}
/* Header Layout */
/* -------------------------------------------------- */
.fw-header .fw-header-main {
  background: #fff;
}
/* Header Type 3 */
.header-3 .fw-header-main {
  padding-top: 35px;
}
.header-3 .fw-header-main .fw-wrap-logo {
  padding-bottom: 25px;
}
.header-3 .primary-navigation > ul > li:first-child a {
  margin-left: 70px;
}
.header-3 .primary-navigation > ul > li:first-child > ul {
  left: 70px;
}
.header-3 .primary-navigation > ul > li:last-child a {
  margin-right: 70px;
}
.header-3 .primary-navigation > ul > li > a {
  margin: 0 35px;
}
.header-3 .primary-navigation > ul > li > ul {
  left: 35px;
}
.header-3 .fw-nav-wrap {
  background-color: transparent;
}
/* Header Logo */
.fw-wrap-logo {
  font-family: 'Crimson Text';
  margin-top: 65px;
  margin-bottom: 65px;
}
.fw-wrap-logo .fw-site-logo strong {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #0f1f25;
  letter-spacing: 1px;
  line-height: 20px;
}
.fw-wrap-logo .fw-site-logo span {
  font-family: "Crimson Text", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: #aeaab1;
  letter-spacing: 4px;
  line-height: 10px;
}
.fw-wrap-logo.fw-no-subtitle {
  margin-top: 9px;
}
/* Logo Retina & No-Retina */
.fw-logo-retina .fw-site-logo {
  width: 200px;
}
/* Top bar */
.fw-top-bar {
  background-color: transparent;
  padding: 10px 0;
  line-height: 24px;
  font-size: 16px;
  color: #898d8e;
}
.fw-top-bar a {
  color: #898d8e;
}
.fw-top-bar a:hover {
  color: #898d8e;
}
.fw-top-bar .fw-text-top-bar {
  color: #898d8e;
  letter-spacing: normal;
  font-weight: normal;
  font-family: 'Crimson Text';
  font-style: normal;
}
.fw-top-bar .fw-text-top-bar a {
  font-style: italic;
}
.fw-top-bar .fw-top-bar-social a {
  font-size: 16px;
  color: #898d8e;
}
.fw-top-bar .fw-top-bar-social a:hover {
  color: #d2a74d;
}
/* Header Search */
.fw-wrap-search-form {
  width: 204px;
  background-color: #fff;
}
.fw-submit-wrap {
  background: transparent;
  height: 33px;
  line-height: 33px;
}
.fw-submit-wrap:before {
  font-size: 16px;
  color: #d2a74d;
}
.fw-submit-wrap:hover:before {
  color: #dcbb76;
}
.fw-submit-wrap input {
  background: transparent;
}
input.fw-input-search {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0;
  height: 33px;
  line-height: 33px;
  border: none;
  color: #fff;
  background-color: transparent;
}
input.fw-input-search::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}
input.fw-input-search:-ms-input-placeholder {
  color: #c2c2c2;
}
input.fw-input-search::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fw-search-icon {
  background: transparent;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.fw-search-icon:hover {
  border-color: transparent;
  color: #dcbb76;
}
.fw-mini-search .fw-search-icon {
  color: #d2a74d;
}
.fw-mini-search .fw-search-icon:hover {
  color: #dcbb76;
}
.fw-form-search-full {
  background-color: #fff;
}
.fw-form-search-full.fw-wrap-search-form {
  padding: 15px;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-input-search {
  background-color: #fff;
  font-family: "Crimson Text";
  font-weight: 400;
  font-style: italic;
  font-size: 60px;
  letter-spacing: -2px;
  color: #0f1f25;
  border: 0px solid transparent;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-input-search::-moz-placeholder {
  color: #d3d3d3;
  opacity: 1;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-input-search:-ms-input-placeholder {
  color: #d3d3d3;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-input-search::-webkit-input-placeholder {
  color: #d3d3d3;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-close-search-form {
  color: #0f1f25;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-submit-wrap {
  margin-top: -17px;
}
.fw-form-search-full.fw-wrap-search-form .fw-search-form .fw-submit-wrap:before {
  color: #0f1f25;
}
/* Search in top bar */
.fw-top-bar-on.search-in-top-bar .fw-search {
  background-color: rgba(255, 255, 255, 0.3);
}
.fw-top-bar-on.search-in-top-bar .fw-search.fw-mini-search {
  top: 4px;
  background-color: transparent;
}
.fw-top-bar-on.search-in-top-bar.fw-top-social-right .fw-top-bar .fw-mini-search {
  border-left: 1px solid #d2a74d;
}
.fw-top-bar-on.search-in-top-bar.fw-top-social-left .fw-mini-search {
  border-left: 1px solid #d2a74d;
}
.fw-search-full .fw-top-bar .fw-text-top-bar,
.fw-search-full .fw-top-bar .fw-top-bar-social {
  top: 5px;
}
/* Top Nav Menu */
/* -------------------------------------------------- */
.fw-site-navigation > ul {
  font-family: "Montserrat";
  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 {
  border-bottom: 6px solid #0f1f25;
  /* Menu Separators */
  /* 2nd level */
}
.fw-site-navigation > ul > li:hover > ul {
  display: block;
}
.fw-site-navigation > ul > li > a {
  color: #636363;
  line-height: 46px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fw-site-navigation > ul > li > a:after {
  bottom: -6px;
  height: 6px;
  background: #d2a74d;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fw-site-navigation > ul > li > a:hover {
  color: #d2a74d;
}
.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: 29px;
  width: 280px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  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: #898d8e;
  background: #0f1f25;
  background: rgba(15, 31, 37, 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: #898d8e;
}
.fw-site-navigation > ul > li ul > li > a:before {
  width: 15px;
  font-size: 18px;
}
.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 {
  color: #fff;
  background: #0d0d0d;
}
.fw-site-navigation > ul > li ul > li > ul {
  left: 281px;
}
.fw-site-navigation > ul > li ul > li > ul > li {
  background: #0f1f25;
  background: rgba(15, 31, 37, 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;
}
/* Mobile Menu */
.mmenu-link i {
  font-size: 28px;
  color: #0f1f25;
}
/* 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: #7f8400;
  background-image: url("http://devel.home.vicnet.net.au/~benmus/wp-content/themes/the-journal/images/patterns/square_pattern.png");
  background-repeat: repeat;
}
/* wrapper for all sections */
.site-main {
  background-color: #ffffff;
}
.site-main .fw-main-row > .fw-container {
  background-color: #ffffff;
}
.fw-full .site {
  margin-top: 0;
  margin-bottom: 0;
}
.fw-full .site {
  max-width: 1561px;
}
.site {
  max-width: 1561px;
}
.no-header-image {
  max-width: 1540px;
  background: #ffffff;
}
::-moz-selection {
  background: #d2a74d;
}
::selection {
  background: #d2a74d;
}
/* Content Layout */
/* -------------------------------------------------- */
/* Content Row Overlay */
.overlay_color_1 {
  background-color: #d2a74d !important;
}
.overlay_color_2 {
  background-color: #0f1f25 !important;
}
.overlay_color_3 {
  background-color: #898d8e !important;
}
.overlay_color_4 {
  background-color: #edf1f2 !important;
}
.overlay_color_5 {
  background-color: #141e24 !important;
}
.fw-section-height-md {
  height: 300px;
}
.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: 100px;
  padding-bottom: 100px;
}
/* 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: 50px;
    padding-bottom: 50px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .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: 30px;
    padding-bottom: 30px;
  }
}
.fw_theme_bg_color_1 {
  background-color: #d2a74d !important;
}
.fw_theme_bg_color_2 {
  background-color: #0f1f25 !important;
}
.fw_theme_bg_color_3 {
  background-color: #898d8e !important;
}
.fw_theme_bg_color_4 {
  background-color: #edf1f2 !important;
}
.fw_theme_bg_color_5 {
  background-color: #141e24 !important;
}
/* Typography */
/* -------------------------------------------------- */
body {
  font-family: 'Crimson Text';
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #898d8e;
}
a {
  color: #d2a74d;
}
a:hover,
a:focus,
a:active {
  color: #bc8f30;
}
h1,
.h1,
.post h1.entry-title a {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #141e24;
}
h2,
.h2,
.post h2.entry-title a {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #141e24;
}
h3,
.h3,
.post h3.entry-title a {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #141e24;
}
h4,
.h4,
.post h4.entry-title a,
.fw-accordion .panel-title,
.post .fw-accordion .panel-title.entry-title a {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #141e24;
}
h5,
.h5 {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #141e24;
}
h6,
.h6 {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #141e24;
}
.fw-text h1,
.entry-content h1,
.fw-text h2,
.entry-content h2,
.fw-text h3,
.entry-content h3,
.fw-text h4,
.entry-content h4,
.fw-text h5,
.entry-content h5,
.fw-text h6,
.entry-content h6,
.fw-text .h1,
.entry-content .h1,
.fw-text .h2,
.entry-content .h2,
.fw-text .h3,
.entry-content .h3,
.fw-text .h4,
.entry-content .h4,
.fw-text .h5,
.entry-content .h5,
.fw-text .h6,
.entry-content .h6,
.fw-text .post h1.entry-title a,
.entry-content .post h1.entry-title a,
.fw-text .post h2.entry-title a,
.entry-content .post h2.entry-title a,
.fw-text .post h3.entry-title a,
.entry-content .post h3.entry-title a,
.fw-text .post h4.entry-title a,
.entry-content .post h4.entry-title a,
.fw-text .fw-accordion .panel-title,
.entry-content .fw-accordion .panel-title,
.fw-text .post .fw-accordion .panel-title.entry-title a,
.entry-content .post .fw-accordion .panel-title.entry-title a {
  color: #141e24;
}
hr {
  margin: 22.5px auto;
}
blockquote {
  color: #898d8e;
  font-family: "Crimson Text", serif;
  font-weight: normal;
}
blockquote .fw-symbols-quote {
  color: #898d8e;
}
blockquote cite {
  color: #898d8e;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
}
/*Responsive*/
/*Screen 1024px*/
@media (max-width: 1199px) {
  body {
    font-size: 18px;
  }
  h1,
  .h1,
  .post h1.entry-title a {
    font-size: 36px;
  }
  h2,
  .h2,
  .post h2.entry-title a {
    font-size: 25px;
  }
  h3,
  .h3,
  .post h3.entry-title a {
    font-size: 28px;
  }
  h4,
  .h4,
  .post h4.entry-title a,
  .fw-accordion .panel-title,
  .post .fw-accordion .panel-title.entry-title a {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 21px;
  }
  h6,
  .h6 {
    font-size: 19px;
  }
}
/*Screen 768px*/
@media (max-width: 991px) {
  blockquote cite {
    font-size: 19px;
  }
}
/*Screen 568px*/
@media (max-width: 767px) {
  body {
    font-size: 17px;
  }
  h1,
  .h1,
  .post h1.entry-title a {
    font-size: 27px;
  }
  h2,
  .h2,
  .post h2.entry-title a {
    font-size: 19px;
  }
  h3,
  .h3,
  .post h3.entry-title a {
    font-size: 21px;
  }
  h4,
  .h4,
  .post h4.entry-title a,
  .fw-accordion .panel-title,
  .post .fw-accordion .panel-title.entry-title a {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 17px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
/* WP Widgets Layout */
/* -------------------------------------------------- */
.widget {
  margin-bottom: 65px;
  font-size: 18px;
  line-height: 26px;
}
.widget p a {
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #d2a74d;
}
.widget p a:hover {
  color: #0f1f25;
}
.widget:last-child {
  margin-bottom: 65px;
}
.widget .widget-title {
  margin: 0 0 20px 0;
  font-family: "Crimson Text", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 40px;
  position: relative;
  color: #b6b8b9;
  letter-spacing: 0;
}
.widget .widget-title span,
.breadcrumbs span:last-child {
  background-color: #ffffff;
  display: inline-block;
  padding-right: 10px;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.widget .widget-title span:after,
.breadcrumbs span:last-child:after {
  border-bottom: 1px solid #dee0e1;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}
.widget .post-date,
.widget_rss ul li .rss-date {
  display: block;
  line-height: 1em;
  font-size: 15px;
  font-weight: normal;
  color: #0f1f25;
  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: #d2a74d;
  margin-bottom: 0px;
}
.widget_archive ul li a {
  font-family: "Crimson Text Bold";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 54px;
  letter-spacing: 0;
  color: #141e24;
}
.widget_archive ul li a:hover {
  color: #0f1f25;
}
/* widget calendar */
.widget_calendar #wp-calendar {
  background: #edf1f2;
  border: 1px solid #cfdadd;
}
.widget_calendar #wp-calendar caption {
  background: #0f1f25;
}
.widget_calendar #wp-calendar th {
  color: #0f1f25;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_calendar #wp-calendar td {
  color: #0f1f25;
}
.widget_calendar #wp-calendar tbody .pad {
  background-color: #f3f6f6;
}
.widget_calendar #wp-calendar tbody a {
  color: #d2a74d;
}
.widget_calendar #wp-calendar tbody a:hover {
  background-color: #0f1f25;
}
.widget_calendar #wp-calendar tr td#today {
  background: #d2a74d;
}
.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: #d2a74d;
}
/* Widget Categories */
.widget_categories ul > li,
.widget_nav_menu ul > li,
.widget_meta ul > li,
.widget_pages ul > li {
  color: #d2a74d;
  font-style: italic;
}
.widget_categories ul > li a,
.widget_nav_menu ul > li a,
.widget_meta ul > li a,
.widget_pages ul > li a {
  font-family: "Crimson Text Bold";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 54px;
  letter-spacing: 0;
  color: #141e24;
}
.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: #0f1f25;
}
.widget_categories ul > li ul,
.widget_nav_menu ul > li ul,
.widget_meta ul > li ul,
.widget_pages ul > li ul {
  margin-bottom: 0.3em;
}
.widget_categories ul > li ul li:before,
.widget_nav_menu ul > li ul li:before,
.widget_meta ul > li ul li:before,
.widget_pages ul > li ul li:before {
  content: '\f148';
  font-family: 'FontAwesome';
  font-style: normal;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #898d8e;
  margin-right: 20px;
}
.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 .sub-menu-has-icons .fa {
  margin-right: 10px;
}
/* Recent Comments */
.widget_recent_comments ul li {
  font-family: "Crimson Text", serif;
  font-size: 18px;
  letter-spacing: 0;
}
.widget_recent_comments ul li a {
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #d2a74d;
  -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: #0f1f25;
}
.widget_recent_comments ul li .comment-author-link a,
.widget_recent_comments ul li .comment-author-link {
  font-size: 22px;
  line-height: 26px;
  color: #0f1f25;
}
/* Recent Entries */
.widget_recent_entries ul li a {
  font-family: "Crimson Text";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  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: #d2a74d;
}
.widget_recent_entries ul li a em {
  font-size: 20px;
}
/* RSS */
.widget_rss ul li .rsswidget {
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #d2a74d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_rss ul li .rsswidget:hover {
  color: #0f1f25;
}
.widget_rss ul li .rssSummary {
  font-size: 17px;
}
.widget_rss ul li cite {
  font-size: 18px;
}
/* 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: 24px;
  border: none;
  color: #d2a74d;
  background-color: rgba(0, 0, 0, 0.07000000000000001);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding: 12px 15px;
}
.widget_search .search-field::-moz-placeholder,
.search-form .search-field::-moz-placeholder,
.post-password-form input[type='password']::-moz-placeholder {
  color: #c2c2c2;
  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: #c2c2c2;
}
.widget_search .search-field::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder,
.post-password-form input[type='password']::-webkit-input-placeholder {
  color: #c2c2c2;
}
.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: #141e24;
  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;
  font-size: 11px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff !important;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin: 8px;
  background-color: #141e24;
  border-radius: 0 3px 3px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_tag_cloud .tagcloud a:before,
.fw-tag-links a:before,
.widget_tag_cloud .post-tags a:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 10px solid #141e24;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: -10px;
  box-shadow: 2px 0 0 -1px #141e24;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_tag_cloud .tagcloud a:after,
.fw-tag-links a:after,
.widget_tag_cloud .post-tags a:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: 13px;
}
.widget_tag_cloud .tagcloud a:hover,
.fw-tag-links a:hover,
.widget_tag_cloud .post-tags a:hover {
  background-color: #d2a74d;
  color: #fff;
}
.widget_tag_cloud .tagcloud a:hover:before,
.fw-tag-links a:hover:before,
.widget_tag_cloud .post-tags a:hover:before {
  border-right-color: #d2a74d;
  box-shadow: 2px 0 0 -1px #d2a74d;
}
/* Widget Text */
.widget_text .textwidget a {
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #d2a74d;
}
.widget_text .textwidget a:hover {
  color: #0f1f25;
}
/*
 * 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: 17px;
  line-height: 28px;
}
.selectize-dropdown .optgroup:before {
  height: 1px;
  margin: 8.5px 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: 19px;
  line-height: 19px;
  padding: 12px 15px;
}
.selectize-input.dropdown-active {
  border-radius: 0;
}
.selectize-input.focus {
  border-color: #43778a;
  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: 12px;
  padding-right: 12px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: 0;
}
.selectize-input > * {
  line-height: 19px;
}
.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: #d2a74d;
}
.custom-radio label.checked:after {
  background: #d2a74d;
}
/* Lightbox CSS */
.pp_pic_holder.dark_square .pp_nav {
  font-family: "Crimson Text", serif;
  line-height: 23px;
}
.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: 13.3px;
  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: #898d8e;
}
.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: #898d8e;
  font-size: 18px;
}
/* Posts */
/* -------------------------------------------------- */
/* Posts Listing & Type 1 */
.post {
  padding-top: 45px;
  margin-bottom: 45px;
}
.post .wrap-entry-meta {
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
.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;
}
.postlist .post header .entry-meta {
  color: #898d8e;
}
.postlist .post .fw-post-image {
  margin-bottom: 45px;
}
.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;
}
/* 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: 16px;
  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: #0f1f25;
}
.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: "Montserrat";
  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: 17px;
}
.post-list-type-2 footer.entry-meta .wrap-entry-meta .cat-links a {
  font-weight: 400;
  font-style: italic;
  font-size: 19px;
  margin-top: -8px;
  margin-bottom: 8px;
  color: #d2a74d;
}
.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: #898d8e;
}
/*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: 15px;
  line-height: 28px;
}
/* Post Details */
.post-details {
  margin-bottom: 50px;
}
.post-details img.alignleft,
.post-details .wp-caption.alignleft {
  margin: 0 5% 5px -45px;
}
.post-details .fw-post-image {
  margin-bottom: 45px;
}
.post-details .entry-header .wrap-entry-meta {
  color: #898d8e;
  margin: 0 0 45px 0;
  font-size: 14px;
  margin-bottom: 32px;
}
.post-details .entry-header .wrap-entry-meta a {
  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-size: 19px;
  line-height: 15px;
  font-weight: 400;
  color: #d2a74d;
  font-style: italic;
}
.post-details .entry-header .wrap-entry-meta .entry-date a:hover,
.post-details .entry-header .wrap-entry-meta .author a:hover {
  color: #141e24;
}
.post-details .entry-header .wrap-entry-meta .cat-links a {
  font-weight: 400;
  font-style: italic;
  font-size: 19px;
  margin-top: -8px;
  margin-bottom: 8px;
  color: #d2a74d;
}
.post-details .entry-header .wrap-entry-meta .cat-links a:hover {
  color: #141e24;
}
.post-details .entry-header .entry-title {
  margin: 0px 0px 42px;
}
.post-details .entry-header,
.post-details .entry-content {
  padding-left: 45px;
  padding-right: 45px;
}
.post-details .entry-content {
  padding-bottom: 100px;
}
.post-details footer.entry-meta {
  margin-bottom: 50px;
}
.post-details footer.entry-meta .fw-tag-links {
  padding: 45px 2%;
  margin-bottom: 70px;
}
.post-details p {
  color: #5D696E;
}
.post-details .wp-caption-text {
  padding: 0px 5px 0px 45px;
}
.post-details blockquote:after {
  display: none;
}
.post-details blockquote p {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
  font-size: 21px;
  letter-spacing: 0.4px;
  color: #8C8C8C;
}
/* Author Description */
/*-----------------------------------*/
.author-description {
  padding: 0 0 50px;
  margin-bottom: 100px;
}
.author-description .author-text {
  font-size: 18px;
}
.author-description .author-name {
  font-size: 24px;
  color: #141e24;
}
.author-description .author-name span {
  color: #d2a74d;
}
/* 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;
  }
  .author-description,
  .post-details footer.entry-meta,
  .post-details {
    margin-bottom: 50px;
  }
  .author-description {
    padding-bottom: 50px;
  }
  .post-details .entry-content {
    padding-bottom: 50px;
  }
}
/* Posts Comments List Layout */
/* -------------------------------------------------- */
.link-add-comment {
  color: #0f1f25;
}
.comment-list {
  margin: 0 0 45px 0;
}
.comment-list .comment-date {
  font-size: 14px;
  text-transform: uppercase;
}
.comment-list p {
  color: #5D696E;
}
.comment-list li:first-child .comment-body {
  padding-top: 45px;
}
.comment-reply-link {
  font-size: 14px;
  text-transform: uppercase;
}
.comment-body {
  padding: 45px 0;
}
.comment-avatar {
  width: 60px;
  height: 60px;
}
.comment-avatar img {
  background-color: #d2a74d;
}
.children .comment-avatar:before {
  filter: progid:DXImageTransform.Microsoft.gradient.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.comment-meta {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #898d8e;
}
.comment-author {
  font-size: 15px;
  text-transform: uppercase;
}
.comment-author a {
  color: #0f1f25;
}
.comment-author a:hover {
  color: #d2a74d;
}
.bypostauthor > article .comment-author a {
  color: #d2a74d;
}
/* Comment Respond Form */
/* -------------------------------------------------- */
.comment-respond {
  margin: 100px 0 0;
}
#cancel-comment-reply-link {
  border-bottom: 1px dashed #d2a74d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.comment-form {
  background-color: rgba(137, 141, 142, 0.1);
}
.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: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  font-size: 15px;
  color: #898d8e;
  text-transform: uppercase;
}
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #b3b3b3;
}
.form-submit .submit,
.form-submit #submit {
  padding: 12px 25px;
  font-size: 15px;
  line-height: 18px;
  background-color: #d2a74d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  -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: #0f1f25;
}
/* Responsive */
/* Screen 568px */
@media (max-width: 767px) {
  .comment-respond {
    margin-top: 80px;
  }
}
/* Posts Comments Link */
/* -------------------------------------------------- */
.comments-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  background-color: #d2a74d;
  -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: #0f1f25;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments-link.fw-comment-link-type-1:after {
  border-top: 8px solid #d2a74d;
  -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: #0f1f25;
}
.comments-link.fw-comment-link-type-1:hover:after {
  border-top-color: #0f1f25;
}
/* 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: #0f1f25;
}
.postlist.postlist-grid footer .footer-meta .author a {
  font-family: "Montserrat";
  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: 17px;
  color: #0f1f25;
}
.postlist .wrap-entry-meta .entry-date a,
.postlist .wrap-entry-meta .author a,
.postlist .wrap-entry-meta .cat-links a {
  font-size: 20px;
  line-height: 15px;
  font-weight: 400;
  color: #d2a74d;
  font-style: italic;
}
.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: #d2a74d;
}
.postlist .wrap-entry-meta a:hover {
  color: #d12a5c;
}
.postlist .sticky-icon:before {
  color: #d2a74d;
  text-shadow: 0 1px 1px rgba(15, 31, 37, 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: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgba(137, 141, 142, 0.1);
  margin: 45px 0;
  overflow: hidden;
}
.paging-navigation h1,
.paging-navigation .post h1.entry-title a {
  display: none;
}
.paging-navigation .loop-pagination {
  text-align: center;
  position: relative;
  display: block;
  margin: 0;
}
.paging-navigation .page-numbers,
.page-links a {
  color: #0f1f25;
  display: inline-block;
  line-height: 1.7em;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  padding: 17px 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,
.page-links a:hover,
.page-links a.current {
  color: #d2a74d;
}
.paging-navigation .page-numbers.dots,
.page-links a.dots {
  color: #0f1f25;
}
.paging-navigation .page-numbers.prev,
.paging-navigation .page-numbers.next,
.page-links a.prev,
.page-links a.next {
  text-transform: uppercase;
  padding: 17px 45px;
  font-size: 15px;
  line-height: 22px;
  background-color: #0f1f25;
  color: #fff;
}
.paging-navigation .page-numbers.prev i,
.paging-navigation .page-numbers.next i,
.page-links a.prev i,
.page-links a.next i {
  color: #d2a74d;
  font-size: 20px;
  line-height: 15px;
  position: relative;
  top: 1px;
}
.paging-navigation .page-numbers.prev:hover,
.paging-navigation .page-numbers.next:hover,
.page-links a.prev:hover,
.page-links a.next:hover {
  background-color: #d2a74d;
}
.paging-navigation .page-numbers.prev:hover i,
.paging-navigation .page-numbers.next:hover i,
.page-links a.prev:hover i,
.page-links a.next:hover i {
  color: #fff;
}
.paging-navigation .page-numbers.prev:active,
.paging-navigation .page-numbers.next:active,
.page-links a.prev:active,
.page-links a.next:active {
  box-shadow: inset 0 0 15px #947025;
}
.paging-navigation .page-numbers.prev,
.page-links a.prev {
  float: left;
  margin-left: 0;
}
.paging-navigation .page-numbers.prev i,
.page-links a.prev i {
  margin-right: 10px;
  color: white;
}
.paging-navigation .page-numbers.next,
.page-links a.next {
  float: right;
  margin-right: 0;
}
.paging-navigation .page-numbers.next i,
.page-links a.next i {
  margin-left: 10px;
  color: white;
}
.paging-navigation .page-numbers.disabled,
.page-links a.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,
.page-links a.disabled:hover {
  background: #0f1f25;
}
.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 #0f1f25;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 19px;
  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: #0f1f25;
}
.paging-navigation.comment-navigation .page-numbers.prev i,
.paging-navigation.comment-navigation .page-numbers.next i {
  margin: 0;
  color: #0f1f25;
  font-size: 20px;
  font-weight: bold;
}
.paging-navigation.comment-navigation .page-numbers:hover,
.paging-navigation.comment-navigation .page-numbers.current {
  color: #d2a74d;
  border-color: #d2a74d;
}
.paging-navigation.comment-navigation .page-numbers:hover i,
.paging-navigation.comment-navigation .page-numbers.current i {
  color: #d2a74d;
}
.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 > span {
  display: inline-block;
  color: #0f1f25;
  font-weight: bold;
  margin: 2px;
}
/* Blog Post Navigation */
.blog-post-navigation {
  margin-bottom: 85px;
  padding: 0 15px;
}
.blog-post-navigation a {
  display: inline-block;
  width: 49%;
  height: 180px;
  background-color: rgba(137, 141, 142, 0.1);
  position: relative;
  text-align: center;
  padding: 0 50px;
  font-weight: normal;
  color: #898d8e;
  font-size: 14px;
}
.blog-post-navigation a i {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: 15px;
  font-size: 70px;
  color: rgba(137, 141, 142, 0.2);
}
.blog-post-navigation a[rel="prev"] {
  padding-left: 75px;
}
.blog-post-navigation a[rel="next"] {
  float: right;
  padding-right: 75px;
}
.blog-post-navigation a[rel="next"] i {
  left: auto;
  right: 15px;
}
.blog-post-navigation a span {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #0c0c0c;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.blog-post-navigation a strong {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.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) {
  .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(210, 167, 77, 0.9);
  position: absolute;
  bottom: 10%;
  left: -45px;
  z-index: 2;
  font-size: 19px;
  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,
.fw-project-details .fw-project-list .fw-project-list-item .fw-block-image-parent .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,
.fw-project-details .fw-project-list .fw-project-list-item .fw-block-image-parent .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-'],
.fw-project-details .fw-project-list .fw-project-list-item .fw-block-image-parent .fw-block-image-child .fw-block-image-overlay i[class*='fw-icon-'] {
  font-family: FontAwesome;
  width: 43px;
  height: 43px;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  background-color: #0f1f25;
  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,
.fw-project-details .fw-project-list .fw-project-list-item .fw-block-image-parent .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,
.fw-project-details .fw-project-list .fw-project-list-item .fw-block-image-parent .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,
.fw-project-details .fw-project-list .fw-project-list-item .fw-block-image-parent .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,
.fw-portfolio-1 .fw-portfolio-image {
  overflow: hidden;
  position: relative;
}
.fw-overlay-3 img,
.fw-portfolio-1 .fw-portfolio-image img {
  transition: all .2s linear;
}
.fw-overlay-3 .fw-block-image-overlay,
.fw-portfolio-1 .fw-portfolio-image .fw-block-image-overlay {
  opacity: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fw-overlay-3 .fw-block-image-overlay .fw-overlay-title,
.fw-portfolio-1 .fw-portfolio-image .fw-block-image-overlay .fw-overlay-title {
  color: #d2a74d;
  position: relative;
  margin-bottom: 35px;
  vertical-align: middle;
  text-align: center;
  display: block;
  height: auto !important;
  padding: 0;
}
.fw-overlay-3 .fw-block-image-overlay .fw-overlay-title:before,
.fw-portfolio-1 .fw-portfolio-image .fw-block-image-overlay .fw-overlay-title:before {
  content: '';
  position: absolute;
  width: 130px;
  height: 1px;
  background: #e2e2e2;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
}
.fw-overlay-3 .fw-block-image-overlay .fw-overlay-description,
.fw-portfolio-1 .fw-portfolio-image .fw-block-image-overlay .fw-overlay-description {
  display: block;
  text-align: center;
  color: #898d8e;
  padding: 0;
}
.fw-overlay-3:hover,
.fw-portfolio-1 .fw-portfolio-image:hover {
  cursor: pointer;
}
.fw-overlay-3:hover .fw-block-image-overlay,
.fw-portfolio-1 .fw-portfolio-image:hover .fw-block-image-overlay {
  opacity: 1;
}
.fw-overlay-3:hover img,
.fw-portfolio-1 .fw-portfolio-image:hover img {
  transform: scale(1.1);
}
.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: #0f1f25 !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: "\f065";
}
.fw-block-image-parent .fw-icon-link:before {
  content: "\f105";
  padding-left: 4px;
}
.fw-block-image-parent .fw-icon-video:before {
  content: "\f04b";
  text-indent: 0.2em;
  margin-left: .2em;
}
.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: #edf1f2;
  line-height: normal;
  padding: 20px;
  font-size: 18px;
}
.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: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  padding: 5%;
  text-align: center;
  color: #edf1f2;
}
/* 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: 80px;
}
.fw-portfolio-filter li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: #0f1f25;
}
.fw-portfolio-filter li.active a,
.fw-portfolio-filter li a:hover {
  color: #d2a74d;
}
.fw-portfolio-filter .next,
.fw-portfolio-filter .prev {
  color: #0f1f25;
}
.fw-portfolio-filter .next:hover,
.fw-portfolio-filter .prev:hover {
  color: #d2a74d;
}
/* Project Details */
.single-fw-portfolio .fw-divider-line.fw-line-solid {
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.fw-project-details .fw-project-list .fw-project-list-item {
  margin-bottom: 45px;
}
/* Portfolio Type 1 */
.fw-portfolio-1 .fw-portfolio-list li {
  -webkit-box-shadow: 0 9px 40px rgba(236, 232, 223, 0.68);
  box-shadow: 0 9px 40px rgba(236, 232, 223, 0.68);
}
.fw-portfolio-1 .fw-portfolio-image {
  -webkit-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
}
.fw-portfolio-1 .fw-portfolio-image .fw-overlay-title {
  font-size: 26px;
  line-height: 28px;
}
.fw-portfolio-1.fw-portfolio-cols-2 .fw-portfolio-wrapper li {
  margin: 0 1.5% 80px 1.5%;
}
.fw-portfolio-1.fw-portfolio-cols-2 .fw-portfolio-wrapper .fw-portfolio-title {
  font-size: 25.08px;
}
.fw-portfolio-1.fw-portfolio-cols-3 .fw-portfolio-wrapper li {
  margin: 0 1.36% 80px 1.36%;
}
.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: 20.8px;
}
/* Buttons Layout */
/* -------------------------------------------------- */
.fw-btn,
.post-password-form input[type='submit'] {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: normal;
  color: #0f1f25;
  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,
.post-password-form input[type='submit'] span {
  position: relative;
  top: 1px;
}
.fw-btn:hover,
.fw-btn:focus,
.post-password-form input[type='submit']:hover,
.post-password-form input[type='submit']:focus {
  text-decoration: none;
  outline: none;
}
/* Buttons Size */
.fw-btn-md,
.post-password-form input[type='submit'] {
  padding: 12px 25px;
  font-size: 13px;
  line-height: 19px;
}
/* Buttons Style 1 */
.fw-btn-1,
.post-password-form input[type='submit'] {
  background-color: #edf1f2;
  border-color: transparent;
  border-width: 0;
  color: #0f1f25;
  border-radius: 0;
}
.fw-btn-1:hover,
.fw-btn-1:focus,
.post-password-form input[type='submit']:hover,
.post-password-form input[type='submit']:focus {
  background-color: #d2a74d;
  color: #fff;
}
.fw-btn-1:active,
.post-password-form input[type='submit']: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: #898d8e;
}
/* Easy Slider */
/* -------------------------------------------------- */
.fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner {
  background-color: rgba(210, 167, 77, 0.9);
}
.fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner a {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
  font-size: 48px;
  letter-spacing: -1px;
  color: #FFF;
}
.fw-easy-slider .fw-easy-slider-prev,
.fw-easy-slider .fw-easy-slider-next {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fw-easy-slider .fw-easy-slider-prev:active,
.fw-easy-slider .fw-easy-slider-next:active {
  margin-top: -23px;
}
.fw-easy-slider .fw-easy-slider-pagination a {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
}
.fw-easy-slider .fw-easy-slider-pagination a:hover,
.fw-easy-slider .fw-easy-slider-pagination a.selected {
  background-color: rgba(255, 255, 255, 0.7);
}
.fw-easy-slider .fw-easy-slider-progress {
  background-color: rgba(0, 0, 0, 0.5);
}
.fw-easy-slider .fw-easy-slider-timer {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1199px) {
  .fw-easy-slider .fw-easy-slider-title a {
    font-size: 38px;
  }
  .fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner a {
    font-size: 38px;
    line-height: 43px;
  }
}
@media (max-width: 991px) {
  .fw-easy-slider .fw-easy-slider-title a {
    font-size: 28px;
  }
  .fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner a {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .fw-easy-slider .fw-easy-slider-caption .fw-easy-slider-caption-inner a {
    font-size: 19px;
    line-height: 24px;
  }
}
/* Special Heading */
/* -------------------------------------------------- */
.fw-heading .fw-special-subtitle {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: normal;
  color: #898d8e;
}
/* Accordion */
/* -------------------------------------------------- */
.fw-accordion .panel {
  border-radius: 0px;
  border-color: #d2a74d;
}
.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: #898d8e;
}
/* 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;
}
/* Icon Title */
/* -------------------------------------------------- */
.fw-icon-title {
  text-align: center;
}
.fw-icon-title .fw-icon-title-icon {
  color: #898d8e;
  margin: 0 auto;
  width: 42px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #dee0e1;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  display: block;
}
.fw-icon-title h4.fw-icon-title-text a,
.fw-icon-title .post h4.entry-title a.fw-icon-title-text a,
.fw-icon-title .fw-accordion .panel-title.fw-icon-title-text a,
.fw-icon-title .post .fw-accordion .panel-title.entry-title a.fw-icon-title-text a {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0px;
  color: #141e24;
}
.fw-icon-title .fw-icon-title-name {
  color: #898d8e;
}
.fw-icon-title .fw-icon-title-name a {
  color: #898d8e;
}
/* Icons Box */
/* -------------------------------------------------- */
/* Icon box style */
.fw-iconbox-2 .fw-iconbox-image {
  color: #0f1f25;
}
.fw-iconbox-2 .fw-iconbox-image .fa {
  font-size: 34px;
}
.fw-iconbox-2.fw-iconbox-image-type .fw-iconbox-image {
  width: 40px;
  height: 40px;
}
.fw-iconbox-2 .fw-iconbox-aside h3,
.fw-iconbox-2 .fw-iconbox-aside .post h3.entry-title a {
  color: #141e24;
}
/* Quote */
/* -------------------------------------------------- */
.fw-quote {
  color: #898d8e;
}
.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: "Crimson Text", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: normal;
  color: #898d8e;
}
/* Tables */
/* -------------------------------------------------- */
.fw-table table th {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: 400;
}
.fw-table table table {
  background-color: #7f8400;
}
.fw-table .table-col-desc {
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .fw-table {
    margin-bottom: 14.25px;
  }
}
/* Tabs */
/* -------------------------------------------------- */
.fw-tabs .nav-tabs {
  font-family: "Crimson Text", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 19px;
  line-height: 19px;
  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: #d2a74d;
}
.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: #d2a74d;
}
/* 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: #d2a74d;
}
/* 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: 19px;
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 400;
  color: #898d8e;
}
.fw-testimonials .prev,
.fw-testimonials .next {
  color: #898d8e;
}
.fw-testimonials .fw-testimonials-pagination a {
  width: 10px;
  height: 10px;
  background-color: #898d8e;
}
.fw-testimonials-1 .fw-testimonials-avatar {
  margin: 22.5px 0;
}
.fw-testimonials-1 .fw-testimonials-avatar img {
  width: 90px;
  height: 90px;
}
.fw-testimonials-1 .fw-testimonials-author {
  color: #141e24;
  font-style: normal;
}
.fw-testimonials-1 .fw-testimonials-author .author-name {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 31px;
  letter-spacing: normal;
  line-height: 46px;
}
.fw-testimonials-1 .fw-testimonials-author em {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
}
.fw-testimonials-1 .fw-testimonials-author .fw-testimonials-url {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  text-transform: none;
}
.fw-testimonials-1 .prev:hover,
.fw-testimonials-1 .next:hover {
  color: #0f1f25;
}
/* Map Style */
/* -------------------------------------------------- */
.site .fw-map-canvas .infowindow-title a {
  color: #d2a74d;
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: normal;
}
.site .fw-map-canvas .infowindow-title a:hover {
  color: #bc8f30;
}
.site .fw-map-canvas .infowindow-description {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: normal;
  color: #898d8e;
}
/* Price Table Style 1 */
/* -------------------------------------------------- */
.fw-price-1 .fw-price-caption .fw-price-row,
.fw-price-1 .fw-price-caption .fw-switch-row {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 13px;
  color: #4d4d4d;
}
.fw-price-1 .fw-price-caption .fw-price-caption-title {
  font-size: 26px;
  line-height: 36px;
}
.fw-price-1 .fw-price-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.fw-price-1 .fw-price-desc {
  font-size: 19px;
}
/* Breadcrumbs */
/* -------------------------------------------------- */
.breadcrumbs {
  margin-bottom: 30px;
  line-height: 40px;
}
.breadcrumbs span {
  background: #ffffff;
}
/* Footer Layout */
/* -------------------------------------------------- */
/* Footer Widget */
.fw-footer-widgets {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #2a2e31;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}
.fw-footer-widgets .widget_archive ul li {
  color: #d2a74d;
  font-size: 18px;
  line-height: 37px;
  width: 100%;
}
.fw-footer-widgets .widget_archive ul li a {
  font-family: "Crimson Text", serif;
  font-size: 18px;
  line-height: normal !important;
  font-weight: 400;
  line-height: 54px;
}
.fw-footer-widgets .widget_recent_entries ul li a {
  font-family: "Crimson Text";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 10px;
  color: #d2a74d;
}
.fw-footer-widgets .widget_recent_entries ul li a:hover {
  color: #d2a74d;
}
.fw-footer-widgets .widget_recent_entries ul li .post-date {
  color: #C2C2C2;
  font-size: 15px;
}
.fw-footer-widgets .widget,
.fw-footer-widgets .widget li {
  color: #898d8e;
}
.fw-footer-widgets .widget a,
.fw-footer-widgets .widget .comment-author-link a {
  color: #898d8e;
}
.fw-footer-widgets .widget a:hover,
.fw-footer-widgets .widget .comment-author-link a:hover {
  color: #707374;
}
.fw-footer-widgets .widget-title {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 23px;
}
.fw-footer-widgets .widget-title span {
  color: #fff;
  font-family: "Crimson Text";
  font-size: 20px;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
}
.fw-footer-widgets .widget_text .textwidget {
  font-size: 17px;
  line-height: 30px;
}
/*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: 50px;
  padding-bottom: 50px;
  color: #898d8e;
}
.fw-footer-social {
  top: 11px;
}
.fw-copyright {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  line-height: 38px;
  letter-spacing: normal;
  color: #898d8e;
}
.fw-copyright a {
  color: #898d8e;
}
.fw-copyright a:hover {
  color: #898d8e;
}
.fw-footer-social {
  line-height: 12.8px;
}
.fw-footer-social a {
  font-size: 16px;
  width: 16px;
  height: 15px;
  color: #898d8e;
}
.fw-footer-social a:hover {
  color: #d2a74d;
}
