@charset "UTF-8";
/** ************************************* **
    TABLE CONTENTS
	---------------------------

	02. Wordpress Basics

	05. Position Helper Classes
	06. Typography
	07. Elements
	        07.1. Buttons
	        07.2. Go to Top
	        07.3. Tabbed Content
	09. Container
	10. Navigation
	        10.1. Mobile Navigation
	11. Page Titles
	12. Topbar & Footer Bottom Menu
	13. Footer
	14. Blog
	        14.1. Single Post
	        14.2. Gallery
	15. Widgets
	        15.4. Social Icon Widget
	16. Forms
	17. Single Team Post
	18. Booked Plugin
    19. Responsive Styles
	---------------------------

** ************************************* **/

.wrapper {
  padding: 30px 0; }

.sticky, .gallery-caption, .bypostauthor {
  font-size: inherit; }

.single-content ul, .single-content ol,
.wpb_text_column ul,
.wpb_text_column ol {
  margin: 0 0 20px 20px;
  padding: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.alignright {
  font-size: inherit; }

.alignleft {
  font-size: inherit; }

.aligncenter {
  font-size: inherit; }

.alignleft,
.aligncenter,
.alignright,
.alignnone {
  margin-bottom: 25px; }

.alignnone {
  display: block; }

.alignleft {
  float: left;
  margin: 0 30px 30px 0 !important; }

.alignright {
  float: right;
  margin: 0 0 30px 30px !important; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

figure.aligncenter a {
  display: inline;
  overflow: hidden;
  position: relative; }

.wp-caption {
  max-width: 100%;
  text-align: center; }

.wp-caption img {
  margin-bottom: 10px; }

.gallery-caption {
  margin: 20px 0;
  max-width: 100%;
  text-align: center;
  z-index: 999; }

.wp-caption-text,
.gallery-caption-text {
  margin: 6px 0;
  font-style: italic;
  font-size: 95%;
  line-height: 120%; }

.aligncenter {
  text-align: center; }

table#wp-calendar {
  border: 1px solid #cccccc; }

table#wp-calendar > tbody > tr > td > a {
  text-decoration: underline; }

table#wp-calendar thead > tr > th {
  width: 35px;
  height: 20px;
  text-align: center;
  border: 1px solid #cccccc; }

table#wp-calendar tbody > tr > td {
  width: 35px;
  height: 20px;
  text-align: center;
  border: 1px solid #cccccc; }

table#wp-calendar tfoot > tr > td > a,
tfoot > tr > td > a:link,
tfoot > tr > td > a:visited,
tfoot > tr > td > a:hover,
tfoot > tr > td > a:active {
  text-decoration: underline;
  height: 23px;
  margin-left: 10px;
  padding-bottom: 3px; }

table#wp-calendar tfoot > tr > td#prev {
  width: 58px;
  height: 20px;
  text-align: left; }

table#wp-calendar tfoot > tr > td#next {
  width: 58px;
  height: 20px;
  text-align: right; }

#wp-calendar table tr,
#wp-calendar table td {
  padding: 10px 15px;
  border: 1px solid #cccccc; }

.widget_rss li {
  margin-bottom: 20px;
  padding-bottom: 20px; }

.widget_rss li .rsswidget, .widget_rss li cite {
  font-weight: bold;
  display: block; }

.widget_rss li .rss-date {
  display: block;
  margin-bottom: 10px; }

.widget_rss li cite {
  margin-top: 10px; }

.single-content hr,
.wpb_text_column hr {
  clear: both; }

.single-content span.pull-right,
.single-content span.pull-left,
.wpb_text_column span.pull-right,
.wpb_text_column span.pull-left {
  float: right;
  display: inline-block;
  width: 300px;
  margin: 0 0 20px 20px;
  font-size: 22px;
  line-height: 30px; }

.single-content span.pull-right,
.wpb_text_column span.pull-right {
  float: right;
  margin: 0 0 20px 20px;
  text-align: right; }

.single-content span.pull-left,
.wpb_text_column span.pull-left {
  float: left;
  margin: 0 20px 20px 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }




/**
 * 06. Typography
 */
html, body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px; }

body.smooth-fonts {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.075em;
  position: relative; }

h1 {
  line-height: 74px;
  letter-spacing: 0;
  font-size: 70px;
  font-size: 4.375rem;
  text-transform: uppercase; }

h2 {
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 25px; }

h2:after, .title-separator:after {
  color: #f48460;
  content: "/";
  padding-left: 20px; }

h2.text-center:after {
  right: 0;
  margin-left: auto;
  margin-right: auto; }

h2.text-right:after {
  left: auto;
  right: 0; }

h3 {
  line-height: 28px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase; }

h4 {
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem; }

h5 {
  line-height: 24px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0; }

p, .textwidget {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0; }

.intro {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0; }

blockquote {
  background-color: #f2f2f3;
  border-left: 4px solid #d8d8d8;
  padding: 40px 40px 40px 60px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 44px;
  letter-spacing: 0; }

blockquote p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 44px;
  letter-spacing: 0; }

cite {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  color: #f48460;
  display: block; }

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0; }

/**
 * 07. Elements
 */
img {
  display: block;
  max-width: 100%;
  height: auto; }

table {
  border-collapse: separate;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%; }

.table-style-2 table {
  border-collapse: collapse; }

th {
  font-weight: 500;
  color: #232a35;
  text-align: left;
  text-transform: uppercase; }

th, td {
  padding: 15px 25px;
  border-bottom: solid 1px #dfdfdf; }

.table-style-1 tr:nth-child(even) {
  background: #f2f2f3; }

.table-style-2 tr {
  border-bottom: solid 1px #dfdfdf; }

ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.content-area ul {
  list-style: disc;
  margin: 0 0 1.6em 1.3333em; }
  .content-area ul li {
    padding: 4px 0; }
    .content-area ul li ul, .content-area ul li ol {
      margin-bottom: 0; }

.content-area .sidebar ul {
  list-style: none;
  margin: 0; }

ol {
  list-style: decimal;
  margin: 0 0 1.6em 1.3333em;
  padding: 0; }
  ol li {
    list-style-position: outside;
    padding: 4px 0; }
    ol li ul, ol li ol {
      margin-bottom: 0; }

li > ul,
li > ol {
  margin-bottom: 0 !important; }

dl {
  margin-bottom: 1.6em; }

dt {
  font-weight: 500; }

dd {
  margin-bottom: 1.6em; }

caption,
td {
  font-weight: normal;
  text-align: left; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  clear: both; }

/**
 * 07.1 Buttons
 */
.btn.active, .btn:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  box-shadow: none;
  outline: none; }

.btn-primary, .menu-button, .gform_button,
.woocommerce input.button.alt, input[type=submit],
button.single_add_to_cart_button {
  background-color: transparent;
  border: solid 2px #f48460;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 34px;
  color: #f48460;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0; }

.btn-primary:hover, .btn-primary.style-2:hover, .menu-button:hover, .menu-button.style-2:hover, .nav-menu li.menu-button.style-2:hover, .btn-primary[disabled]:hover, .gform_button:hover, input[type=submit]:hover,
button.single_add_to_cart_button:hover {
  background-color: #2c3449;
  color: #ffffff;
  border-color: #2c3449; }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:focus,
button.single_add_to_cart_button.active.focus,
button.single_add_to_cart_button:focus,
.btn-primary.style-2.active.focus, .btn-primary.style-2.active:focus, .btn-primary.style-2.focus, .btn-primary.style-2:active.focus, .btn-primary.style-2:active:focus, .btn-primary.style-2:focus {
  border-color: #2c3449; }

.btn-primary.style-2, .menu-button.style-2 {
  background-color: #f48460;
  color: #ffffff; }

/**
 * 07.2 Go to Top
 */
#go-top {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  line-height: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #f48460;
  color: #ffffff;
  z-index: 300;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

#go-top:hover {
  background-color: #232a35;
  text-decoration: none; }

#go-top i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 46px; }

@media only screen and (max-width: 992px) {
  #go-top {
    right: 15px; } }

/**
* 07.3 Tabbed Content
*/
.tabs {
  overflow: hidden; }

.tabs li {
  display: inline-block;
  cursor: pointer; }

.tabs.thirds {
  width: 100%; }

.tabs.thirds li {
  width: 33.3333333%; }

.tabs.thirds .tab-title {
  width: 100%; }

.tab-content {
  padding: 35px 10px; }

.button-tabs .tabs {
  display: inline-block;
  overflow: hidden; }

.button-tabs .tabs > li {
  margin-bottom: 8px;
  float: left; }

.button-tabs .tabs > li:last-child {
  margin-right: 0; }

.button-tabs .tab-title {
  padding: 13px;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  background: #f5f5f5;
  -webkit-transition: all 31s ease;
  -o-transition: all 31s ease;
  transition: all 31s ease; }

.button-tabs .tab-title span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase; }

.button-tabs .active .tab-title {
  background: #f48460;
  color: #ffffff; }

.button-tabs .tab-title:hover {
  background: #eee; }

.button-tabs .active .tab-title:hover {
  background: #f48460; }

.button-tabs.vertical {
  overflow: hidden; }

.button-tabs.vertical > .tabs {
  max-width: 30%;
  float: left; }

.button-tabs.vertical > .content {
  padding-left: 3%;
  max-width: 70%;
  float: right; }

.button-tabs.vertical > .tabs li, .button-tabs.vertical .tab-title {
  width: 100%; }

.button-tabs.vertical > .tabs li {
  margin-bottom: 10px; }

@media all and (max-width: 767px) {
  .button-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px; }
  .button-tabs.vertical .tabs, .button-tabs.vertical .content {
    max-width: 100%;
    width: 100%;
    padding-left: 0; } }

.tabbed-content .content > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none; }

.tabbed-content .content .active {
  opacity: 1;
  visibility: visible;
  display: block; }

.text-tabs .tabs {
  padding-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
  overflow: visible; }

.text-tabs.no-border .tabs {
  border-bottom: none; }

.text-tabs .tab-title {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 10px;
  margin-right: 34px;
  position: relative; }

.text-tabs .tab-title span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase; }

.text-tabs .tab-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f48460;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -17px;
  left: 0; }

.text-tabs .active .tab-title {
  color: #f48460; }

.text-tabs .active .tab-title:after {
  opacity: 1; }

@media all and (max-width: 767px) {
  .text-tabs .tabs {
    padding-bottom: 0; }
  .text-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px; }
  .text-tabs .tab-title:after {
    display: none; }
  .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
    padding-left: 24px; } }

.icons-tabs .tabs li {
  width: 24.5%;
  margin-bottom: 24px; }

.icons-tabs .tab-title {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.icons-tabs .tab-title:hover, .icons-tabs .tab-title:hover i {
  color: #f48460; }

.icons-tabs .active .tab-title {
  color: #f48460; }

.icons-tabs .active .tab-title i {
  color: #f48460; }

.icons-tabs .tab-title i {
  display: block;
  margin-bottom: 16px;
  font-size: 64px;
  font-size: 4rem;
  color: #232a35;
  line-height: 64px; }

.icons-tabs .tab-title span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase; }

@media all and (max-width: 767px) {
  .icons-tabs .tabs li {
    margin-bottom: 16px;
    margin-right: 0;
    width: 49%; }
  .icons-tabs .tab-title i {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px; }
  .breadcrumb {
    display: none; } }

/**
 * 09. Container
 */
.v-align {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.v-align .container-fluid {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1; }

.site-wrapper.full-width {
  width: 100%; }

.site-wrapper.boxed {
  margin-left: auto;
  margin-right: auto; }

.site-wrapper.boxed .container {
  padding-left: 30px;
  padding-right: 30px; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .site-wrapper.boxed {
    width: 750px; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .site-wrapper.boxed {
    width: 970px; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .site-wrapper.boxed {
    width: 1170px; } }

/**
 * 10. Navigation
 */
.header {
  position: relative;
  z-index: 9; }

.header-top-full .navigation,
.header-transparent-full .navigation {
  padding: 0 20px; }

.navigation {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100px; }

.header-top-full .navigation,
.header-top-boxed .navigation,
.header-stacked .navigation .menubar {
  background-color: #262d38;
  top: 0; }

.header-transparent-boxed .navigation,
.header-transparent-full .navigation {
  background-color: transparent;
  position: absolute;
  width: 100%; }

.header-boxed .navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px; }

.header-border .navigation {
  border-bottom: solid 1px #f48460; }

.header-boxed .large {
  margin-top: 0; }

.header-boxed .boxed-wrapper {
  background-color: #262d38;
  padding: 25px; }

.header-stacked .topbar {
  background-color: #262d38;
  border-bottom: solid 1px #d8d8d8;
  height: 100px; }

.header-stacked .menubar {
  padding-top: 10px;
  padding-bottom: 10px; }

.topbar-social, .topbar-menu {
  margin-top: 20px; }

.header-widgets {
  display: inline-block; }

.header-widgets .widget {
  display: inline-block;
  position: relative;
  margin-right: 25px; }

.header-widgets .social-icon-widget {
  margin-top: 2px; }

.header-widgets .menu {
  margin-top: 5px; }

.small-logo-wrapper {
  display: none; }

.logo-wrapper {
  padding: 0 15px; }

.header .nav-menu, .header .topbar-search, .header .topbar-cart, .header .topbar-wpml {
  margin-top: 4px; }

.header-stacked .topbar-search, .header-stacked .topbar-cart, .header-stacked .topbar-wpml {
  margin-top: 0; }

.sticky-nav {
  display: none;
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 20px;
  z-index: 9;
  opacity: 0;
  transition: opacity .4s ease-in-out; }
  .sticky-nav.scrolled {
    display: block;
    opacity: 1;
    animation: anim .4s ease-in-out; }

@keyframes anim {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1; } }

.admin-bar .sticky-nav {
  top: 32px; }

@media screen and (max-width: 782px) {
  .admin-bar .sticky-nav {
    top: 46px; } }

.sticky-nav.scrolled .small-logo-wrapper {
  display: block;
  padding: 10px 0; }

.small-logo-wrapper img {
  max-height: 50px;
  width: auto; }

.logo-wrapper img {
  width: 160px; }

.header-transparent-full .sticky-nav .container,
.header-top-full .sticky-nav .container {
  width: 100%; }

.nav-menu {
  display: inline-block; }

.nav-menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.nav-menu > ul > li {
  display: inline-block;
  padding: 3px 15px;
  position: relative; }

.header-stacked .nav-menu > ul > li:first-child {
  padding-left: 0; }

.nav-menu li {
  position: relative; }

.nav-menu li a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 7px 0;
  display: block;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0; }

.header-transparent-full .nav-menu > ul > li > a,
.header-transparent-boxed .nav-menu > ul > li > a {
  color: #ffffff; }

.header-transparent-full .sticky-nav.scrolled .nav-menu > ul > li > a,
.header-transparent-boxed .sticky-nav.scrolled .nav-menu > ul > li > a,
.header-transparent-full .sticky-nav.scrolled .header-search .search i,
.header-transparent-boxed .sticky-nav.scrolled .header-search .search i,
.header-transparent-full .sticky-nav.scrolled .header-cart .cart i,
.header-transparent-full .sticky-nav.scrolled .header-language .menu .has-dropdown a,
.header-transparent-full .sticky-nav.scrolled .header-language .menu .has-dropdown i,
.header-transparent-boxed .sticky-nav.scrolled .header-cart .cart i,
.header-transparent-boxed .sticky-nav.scrolled .header-language .menu .has-dropdown a,
.header-transparent-boxed .sticky-nav.scrolled .header-language .menu .has-dropdown i {
  color: #ffffff; }

.nav-menu li.menu-button {
  cursor: pointer; }

.nav-menu li.menu-button a {
  color: #f48460;
  padding: 6px 0;
  font-weight: 500; }

.nav-menu li.menu-button.style-2 a,
.header-transparent-full .nav-menu li.menu-button.style-2 a,
.header-transparent-boxed .nav-menu li.menu-button.style-2 a,
.header-transparent-full .sticky-nav.scrolled .nav-menu li.menu-button.style-2 a,
.header-transparent-boxed .sticky-nav.scrolled .nav-menu li.menu-button.style-2 a {
  color: #ffffff; }

.header-transparent-full .nav-menu li.menu-button a,
.header-transparent-boxed .nav-menu li.menu-button a,
.header-transparent-full .sticky-nav.scrolled .nav-menu li.menu-button a,
.header-transparent-boxed .sticky-nav.scrolled .nav-menu li.menu-button a {
  color: #f48460; }

.nav-menu > ul > li > a:hover {
  color: #f48460; }

.nav-menu li.menu-button:hover a,
.header-transparent-full .nav-menu li.menu-button:hover a,
.header-transparent-boxed .nav-menu li.menu-button:hover a,
.header-transparent-full .sticky-nav.scrolled .nav-menu li.menu-button:hover a,
.header-transparent-boxed .sticky-nav.scrolled .nav-menu li.menu-button:hover a {
  color: #ffffff; }

.nav-menu > ul > li > a:after {
  color: #f48460;
  content: '/';
  opacity: 0;
  padding-left: 5px;
  font-weight: 700;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out; }

.nav-menu li.menu-button a:after {
  display: none; }

.nav-menu > ul > li > a:hover:after,
.nav-menu > ul > li.active > a:after {
  opacity: 1; }

.no-dash .nav-menu > ul > li > a:hover:after,
.no-dash .nav-menu > ul > li.active > a:after {
  display: none; }

.nav-menu ul ul li a {
  padding: 8px 15px;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  letter-spacing: 0;
  border-bottom: 1px solid #3a4350;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header-transparent-full .nav-menu ul ul li a,
.header-transparent-boxed .nav-menu ul ul li a {
  color: #ffffff; }

.nav-menu ul ul li:last-child a {
  border-bottom: none; }

.nav-menu ul ul li a:hover,
.nav-menu ul ul li.active > a,
.no-dash .nav-menu > ul > li.active > a,
.nav-menu ul ul li.current-menu-item > a {
  color: #f48460; }

footer .nav-menu ul ul li.current-menu-item > a:after,
.widget .nav-menu ul ul li.current-menu-item > a:after {
  display: none; }

.nav-menu li .second-lvl,
.nav-menu ul li.no-mega-menu .second-lvl > ul > li > ul {
  line-height: 24px;
  position: absolute;
  width: 240px;
  z-index: 60;
  top: 100%;
  left: 0;
  display: none;
  border-bottom: solid 2px #f48460; }

.nav-menu ul li.no-mega-menu .second-lvl > ul > .open-left > ul {
  left: auto;
  right: 100%; }

.nav-menu li.no-mega-menu .second-lvl,
.nav-menu ul li.no-mega-menu .second-lvl > ul > li > ul {
  min-width: 240px;
  background-color: #262d38;
  padding: 25px 0 35px 0;
  border-bottom: solid 2px #f48460; }

.nav-menu ul li.no-mega-menu .second-lvl > ul > li > ul > li,
.nav-menu ul li.no-mega-menu .second-lvl > ul > li {
  background-color: #262d38; }

.nav-menu ul li.no-mega-menu .second-lvl > ul > li > ul {
  left: 100%;
  top: -25px; }

.nav-menu li.mega-menu .second-lvl ul li.menu-title > a {
  color: #f48460;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  border-bottom: none !important;
  padding-bottom: 15px !important; }

.nav-menu ul li.menu-title > a:before {
  visibility: hidden; }

.nav-menu ul li.no-mega-menu .second-lvl > ul > li a {
  padding: 12px 0 5px 0;
  border-bottom: 1px solid #3a4350; }

.nav-menu ul li.no-mega-menu .second-lvl > ul > li a:hover {
  border-color: #f48460; }

.nav-menu > ul > li.no-mega-menu .second-lvl > ul > li:hover > ul {
  display: block; }

.nav-menu > ul > li.no-mega-menu .second-lvl .menu-item-has-children > a:after {
  position: absolute;
  right: 5px;
  top: 15px;
  content: '\e90a';
  font-family: 'ttbase';
  font-size: 16px;
  font-size: 1rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent; }

.nav-menu li.mega-menu {
  position: inherit !important; }

.nav-menu li.mega-menu.two-columns,
.nav-menu li.mega-menu.three-columns {
  position: relative !important; }

.nav-menu li.mega-menu.two-columns .second-lvl {
  width: 400px; }

.nav-menu li.mega-menu.three-columns .second-lvl {
  width: 560px; }

.nav-menu li.mega-menu.three-columns-wide .second-lvl,
.nav-menu li.mega-menu.four-columns-wide .second-lvl,
.nav-menu li.mega-menu.five-columns-wide .second-lvl {
  width: 100%;
  left: 50%;
  margin-left: -50%; }

.nav-menu li.mega-menu.two-columns .second-lvl > ul > li {
  float: left;
  width: 50%;
  display: block; }

.nav-menu li.mega-menu.three-columns .second-lvl > ul > li,
.nav-menu li.mega-menu.three-columns-wide .second-lvl > ul > li {
  float: left;
  width: 33.333%;
  display: block; }

.nav-menu li.mega-menu.four-columns-wide .second-lvl > ul > li {
  float: left;
  width: 25%;
  display: block; }

.nav-menu li.mega-menu.five-columns-wide .second-lvl > ul > li {
  float: left;
  width: 20%;
  display: block; }

.nav-menu li.mega-menu .second-lvl {
  width: 100%;
  background: #262d38 no-repeat;
  padding: 30px 15px 40px 15px; }

.nav-menu li.mega-menu .second-lvl ul li a {
  padding: 12px 0 5px 0;
  background-color: transparent;
  border-left: none; }

.nav-menu li.mega-menu .second-lvl ul li:last-child a {
  border-bottom: solid 1px #3a4350; }

.nav-menu li.mega-menu .second-lvl ul li a:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: #f48460;
  -webkit-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in; }

.nav-menu li.mega-menu .second-lvl ul li.current-menu-item > a:before {
  width: 100%; }

.nav-menu li.mega-menu .second-lvl ul li a:hover:before {
  width: 100%; }

.nav-menu li .second-lvl > ul > li {
  padding: 0 15px; }

.nav-menu ul li.no-mega-menu .second-lvl ul li {
  padding: 0 25px; }

.nav-menu .mega-menu.two-columns .second-lvl {
  left: -164px; }

.nav-menu .mega-menu.three-columns .second-lvl {
  left: -240px; }

.header-icons {
  float: right;
  padding: 12px; }

.header-search {
  padding: 0 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin-left: 5px;
  position: relative; }

.header-search .title {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  display: none;
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.header-search .search {
  padding: 10px;
  margin-top: 2px; }

.header-search .search i {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem; }

.header-search:hover .search i,
.header-transparent-full .header-search:hover .search i,
.header-transparent-boxed .header-search:hover .search i {
  color: #f48460; }

.header-search .search-wrapper {
  cursor: default;
  width: 200px;
  position: absolute;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  margin-top: -5px;
  right: 0; }

.header-search:hover .search-wrapper {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }

.header-search .search-form {
  padding: 8px;
  display: inline-block;
  width: 100%;
  line-height: 50px; }

.header-search .search-form input {
  margin-bottom: 0; }

.header-cart {
  position: relative;
  padding: 0 5px;
  margin-left: 5px; }

.header-cart .cart {
  display: block;
  padding: 10px;
  line-height: 1;
  margin: 0; }

.header-cart .cart i {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem; }

.header-cart:hover .cart i {
  color: #f48460; }

.header-cart .cart .label {
  width: 17px;
  height: 17px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 17px;
  padding: 0;
  text-align: center;
  position: absolute;
  background: #d8d8d8;
  top: 4px;
  right: 0px;
  border-radius: 50%; }

.header-cart .cart .label .count {
  display: inline-block;
  color: #ffffff; }

.header-cart .cart .title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  display: none;
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.header-cart .widget {
  padding: 20px; }

.header-cart .widget hr {
  margin: 0; }

.header-cart .function {
  border: solid 1px #dfdfdf;
  cursor: default;
  width: auto;
  background: #ffffff;
  position: absolute;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  margin-top: 8px;
  right: 0; }

.header-cart:hover .function {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  visibility: visible; }

.header-cart .function .title {
  display: none; }

.header-cart .function .cart-overview {
  min-width: 300px;
  margin-bottom: 16px; }

.header-cart .function .cart-overview li {
  border-color: #dfdfdf;
  padding-right: 0; }

.header-cart .function .cart-overview li a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 0; }

.header-cart .function .cart-overview li a:before {
  display: none; }

.header-cart .function .cart-controls {
  max-height: 40px;
  line-height: 40px; }

.header-cart .function .cart-controls .woocommerce-Price-amount {
  font-weight: 500;
  color: #f48460; }

.header-cart .function .cart-overview img {
  width: 25%;
  padding-right: 2%;
  float: left; }

.header-cart .function .cart-overview .description {
  display: inline-block;
  width: auto;
  line-height: 24px;
  margin-left: 10px; }

.header-cart .function .cart-overview .description .product-title {
  color: #232a35;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem; }

.header-language {
  position: relative;
  padding: 0 5px;
  margin-left: 5px; }

.header-language .menu .has-dropdown {
  position: relative;
  margin: 0;
  border: none;
  padding: 10px 18px 10px 10px;
  text-transform: uppercase;
  font-weight: 700; }

.header-language .menu .has-dropdown > a {
  color: #ffffff; }

.header-language .menu .has-dropdown > a:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  -webkit-transition: bottom 220ms ease-in-out;
  -o-transition: bottom 220ms ease-in-out;
  transition: bottom 220ms ease-in-out; }

.header-language .menu .has-dropdown > i {
  position: absolute;
  top: 14px;
  right: 0;
  color: #ffffff; }

.header-language .menu .has-dropdown:hover > a,
.header-language .menu .has-dropdown:hover > i {
  color: #f48460; }

.header-language .menu .has-dropdown:hover > a:after {
  bottom: 2px;
  opacity: 1;
  background-color: #f48460; }

.header-language .menu > li ul {
  min-width: 200px;
  right: 0;
  top: 100%;
  padding: 25px 0 35px;
  background: #ffffff;
  border-bottom: solid 2px #dfdfdf;
  position: absolute;
  z-index: 99;
  display: none; }

.header-language .menu > li {
  margin-right: 32px;
  float: left;
  position: relative; }

.header-language .menu > li:hover > ul {
  display: block; }

.header-language .menu > li > ul > li {
  position: relative;
  width: 100%;
  vertical-align: top;
  margin-left: 0;
  padding: 0 25px;
  border: none; }

.header-language .menu > .has-dropdown > ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 0 5px;
  border-bottom: 1px solid #ced0d5;
  color: #626262;
  display: block; }

.header-language .menu > .has-dropdown > ul li:hover a {
  color: #f48460;
  border-color: #f48460; }

.header-transparent-full .header-search .search i,
.header-transparent-boxed .header-search .search i,
.header-transparent-full .header-cart .cart i,
.header-transparent-boxed .header-cart .cart i,
.header-transparent-full .header-language .menu .has-dropdown a,
.header-transparent-boxed .header-language .menu .has-dropdown a,
.header-transparent-full .header-language .menu .has-dropdown i,
.header-transparent-boxed .header-language .menu .has-dropdown i {
  color: #ffffff; }

/**
 * 10.1. Mobile Navigation
 */
#mobile-header {
  display: none;
  position: relative;
  background-color: #ffffff;
  height: 75px;
  width: 100%;
  z-index: 8000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#mobile-header .logo {
  margin: 0;
  float: left; }

#mobile-header .logo img {
  max-height: 50px;
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#mobile-navigation {
  background: #232a35;
  padding: 0;
  position: relative;
  margin: 0;
  z-index: 1001;
  display: none; }

#mobile-navigation-btn {
  margin-left: auto;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 75px;
  margin-top: 0px;
  outline: none;
  color: #f48460;
  float: right; }

#mobile-navigation-btn:hover {
  color: #232a35; }

#mobile-shopping-btn {
  float: right;
  line-height: 75px;
  margin: 2px 20px -3px 0;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 21px;
  color: #f48460; }

#mobile-shopping-btn:hover {
  color: #232a35; }

#mobile-navigation .container ul {
  list-style: none;
  margin: 16px 0 30px 0; }

#mobile-navigation .container ul li ul {
  margin: 0 0 0 30px;
  display: none; }

#mobile-navigation .container > ul > li:last-child a {
  border-bottom: 0px; }

#mobile-navigation .menu-button {
  background: transparent;
  border: none;
  padding: 0; }

#mobile-navigation ul li a {
  border-bottom: 1px solid #232838;
  color: #f48460;
  display: block;
  position: relative;
  padding: 12px 0 !important;
  font-size: 14px;
  font-size: 0.875rem; }

#mobile-navigation ul li a:hover,
#mobile-navigation ul li a:hover .fa,
#mobile-navigation li.open > a,
#mobile-navigation ul li.current-menu-item > a,
#mobile-navigation ul li.current-menu-ancestor > a,
#mobile-navigation li.open > a .fa {
  color: #ffffff; }

#mobile-navigation ul li i {
  display: block;
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 12px 15px;
  margin-top: -12px; }

/* Mobile Search */
#mobile-navigation form {
  position: relative;
  padding: 0px 12px 0px 37px;
  margin: 0 0 32px 0;
  border: solid 1px #232838; }

#mobile-navigation form input {
  width: 100%;
  padding: 12px 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: none;
  box-shadow: none;
  color: #f48460;
  -webkit-font-smoothing: antialiased; }
  #mobile-navigation form input::-webkit-input-placeholder {
    color: #f48460; }
  #mobile-navigation form input:-moz-placeholder {
    color: #f48460; }
  #mobile-navigation form input::-moz-placeholder {
    color: #f48460; }
  #mobile-navigation form input:-ms-input-placeholder {
    color: #f48460; }

#mobile-navigation form:before {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #f48460;
  content: '\e919';
  font-family: 'ttbase'; }

@media only screen and (max-width: 992px) {
  .header-boxed .large {
    margin-top: 0; }
  .header, .sticky-nav.scrolled {
    display: none; }
  #mobile-header {
    display: block; } }

/* iPad */
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
  .header-boxed .large {
    margin-top: 0; }
  .header, .sticky-nav.scrolled {
    display: none; }
  #mobile-header {
    display: block; } }

/**
 * 11. Page Titles
 */
.background {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #212832; }

.background.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }

.background.x-small {
  height: 85px; }

.background.small {
  height: 255px; }

.background.large {
  height: 405px; }

.background.x-large {
  height: 655px; }

.header-transparent-full .x-small,
.header-transparent-boxed .x-small {
  height: 185px; }

.header-boxed .x-small {
  height: 220px; }

.header-transparent-full .small,
.header-transparent-boxed .small {
  height: 355px; }

.header-boxed .small {
  height: 390px; }

.header-transparent-full .large,
.header-transparent-boxed .large {
  height: 505px; }

.header-boxed .large {
  height: 540px; }

.header-transparent-full .x-large,
.header-transparent-boxed .x-large {
  height: 755px; }

.header-boxed .x-large {
  height: 790px; }

.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #232a35;
  background-size: cover !important; }

.parallax .background-image-holder {
  height: 100vh;
  top: -50vh; }

.small .header_text_wrapper {
  padding-top: 45px; }

.small.no-breadcrumbs .header_text_wrapper {
  padding-top: 65px; }

.x-small .header_text_wrapper {
  padding-top: 0; }

.x-small.text-center {
  text-align: left; }

.header-boxed .small .header_text_wrapper {
  padding-top: 180px; }

.header-transparent-full .small.no-breadcrumbs .header_text_wrapper,
.header-transparent-boxed .small.no-breadcrumbs .header_text_wrapper {
  padding-top: 165px; }

.header-boxed .small.no-breadcrumbs .header_text_wrapper {
  padding-top: 200px; }

.header-transparent-full .x-small .header_text_wrapper,
.header-transparent-boxed .x-small .header_text_wrapper {
  padding-top: 100px; }

.header-boxed .x-small .header_text_wrapper {
  padding-top: 135px; }

.header_text_wrapper h1 {
  color: #ffffff;
  line-height: 1.42857;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 0; }

.x-small .header_text_wrapper h1 {
  font-size: 26px;
  font-size: 1.625rem; }

.small .header_text_wrapper h1 {
  font-size: 60px;
  font-size: 3.75rem; }

.x-large .header_text_wrapper h1 {
  font-size: 66px;
  font-size: 4.125rem; }

.large .header_text_wrapper h1 {
  font-size: 70px;
  font-size: 4.375rem; }

.header_text_wrapper .subtitle {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 30px;
  display: block;
  margin-top: 40px;
  width: 50%; }

.background .container,
.header_text_wrapper {
  height: 100%; }

.background span {
  color: #ffffff;
  position: relative; }

.background .separator {
  width: 120px;
  border-top: solid 2px;
  border-color: #f48460;
  margin-top: 30px;
  display: block; }

.background.text-left .separator,
.text-left .subtitle {
  margin-left: 0;
  margin-right: auto; }

.background.text-right .separator,
.text-right .subtitle {
  margin-left: auto;
  margin-right: 0; }

.background.text-center .separator,
.text-center .subtitle {
  margin-left: auto;
  margin-right: auto; }

.breadcrumb {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 30px;
  position: absolute;
  bottom: 0; }

.breadcrumb li a, .breadcrumb > li + li:before {
  color: #f48460; }

.breadcrumb > .active {
  color: #ffffff; }

.no-breadcrumbs .breadcrumb {
  display: none; }

.small.text-center .breadcrumb,
.large.text-center .breadcrumb,
.x-large.text-center .breadcrumb {
  left: 0;
  right: 0; }

.small.text-right .breadcrumb,
.large.text-right .breadcrumb,
.x-large.text-right .breadcrumb {
  padding-right: 15px;
  right: 0; }

.x-small .breadcrumb {
  float: right;
  position: relative;
  margin-bottom: 0; }

.x-small.text-right .breadcrumb {
  float: left; }

.breadcrumb li a:hover {
  color: #f48460; }

.breadcrumb > li + li:before {
  padding: 0 5px 0 10px; }

@media only screen and (max-width: 992px) {
  .background .separator {
    width: 80px; }
  .header_text_wrapper .subtitle {
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
  .background .separator {
    width: 80px; } }

@media only screen and (max-width: 480px) {
  .background .separator {
    width: 60px; } }

/**
 * 12. Topbar & Footer Bottom Menu
 */
.footer-bottom-right-content .menu,
.header-widgets .menu {
  list-style-type: none; }

.footer-bottom-right-content .menu li,
.header-widgets .menu li {
  display: inline-block;
  padding: 0 0 15px;
  margin-left: 25px;
  border-bottom: none; }

.header-widgets .menu li {
  border-color: #f48460; }

.footer-bottom-right-content .menu li:hover,
.footer-bottom-right-content .menu li.current_page_item,
.header-widgets .menu li:hover,
.header-widgets .menu li.current_page_item {
  border-color: #f48460; }

.footer-bottom-right-content .menu li a,
.header-widgets .menu li a {
  color: #f48460;
  position: relative;
  display: block;
  padding-left: 0; }

.footer-bottom-right-content .menu li.current_page_item a,
.footer-bottom-right-content .menu li:hover a,
.header-widgets .menu li.current_page_item a,
.header-widgets .menu li:hover a {
  color: #f48460; }

.footer-bottom-right-content .menu li a:before,
.header-widgets .menu li a:before {
  display: none; }

/**
 * 13. Footer
 */
.site-footer {
  background-color: #232a35;
  color: #d3d7e3; }

.site-info {
  margin-top: 2px;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 0.9375rem; }

.top-footer-container {
  padding: 70px 0 50px;
  border-top: solid 1px #1e2434; }

.bottom-footer-container {
  padding: 30px 0;
  border-top: solid 1px #232838; }

footer .top-footer-container .widget {
  margin-bottom: 35px;
  padding-right: 15px; }

.site-footer .widget .title {
  position: relative;
  color: #ffffff;
  padding-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.site-footer .widget .title:after {
  color: #f48460;
  content: "/";
  padding-left: 5px; }

.site-footer.no-separator .widget .title:after {
  display: none; }

.site-footer.no-separator .widget .title {
  margin-bottom: 0; }

.site-footer .current_page_item a:after, .site-footer .current_page_item a:hover:after {
  display: none; }

/**
 * 14. Blog
 */
.blog-normal .blog-item {
  margin-bottom: 60px; }

.blog-masonry .masonry-item {
  margin-bottom: 30px; }

.blog-medium-divider {
  margin-top: 45px;
  margin-bottom: 45px;
  border-color: #dfdfdf; }

.content-wrap {
  background-color: #ffffff;
  padding: 30px 35px;
  border: solid 1px #dfdfdf;
  overflow: hidden;
  word-wrap: break-word; }

.blog-normal .content-wrap, .single-post .content-wrap, .blog-medium .content-wrap {
  border: none;
  padding: 0; }

.blog-medium .content-wrap {
  padding: 0; }

.content-img img, .content-gallery, .content-video, .content-audio {
  margin-bottom: 0; }

.blog-normal .content-img img,
.blog-normal .content-gallery,
.blog-normal .content-video,
.blog-normal .content-audio,
.single .blog-normal .content-quote,
.single .blog-normal .content-link {
  margin-bottom: 40px; }

.blog-masonry .content-img {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 1; }

.blog-masonry .content-img img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.blog-masonry .content-img:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.content-wrap .entry-posted-on {
  color: #626262;
  display: block;
  margin: 15px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; }

.blog-medium .content-wrap .entry-posted-on {
  margin-top: 10px; }

.blog-normal .content-wrap .date-wrapper {
  float: left;
  position: relative; }

.blog-normal .content-wrap .meta {
  margin-top: 6px;
  float: left; }

.blog-normal .content-wrap .page-links {
  margin-top: 15px; }

.blog-normal .content-wrap .entry-posted-on {
  margin: 0;
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1rem;
  color: #f48460;
  border: solid 1px #f48460;
  display: inline-block; }

.content-wrap .meta .author, .content-wrap .meta .categories, .content-wrap .meta .comments, .content-wrap .meta .edit {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.075em; }

.content-wrap .meta i {
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  top: 2px; }

.content-wrap .meta .icon-folder {
  margin-right: 10px; }

.content-wrap .entry-header {
  margin-bottom: 10px; }

.sticky-post {
  background: #f48460;
  padding: 0px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  text-align: center; }

.content-wrap .entry-title {
  margin: 10px 0;
  padding: 0; }

.blog-normal .content-wrap .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  margin: 35px 0 30px;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: none; }

.blog-medium .content-wrap .entry-title {
  margin: 0; }

.content-wrap .entry-title a {
  color: #232a35; }

.content-wrap .entry-title a:hover {
  color: #f48460; }

.read-more-link {
  margin-top: 25px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }

.read-more-link i {
  margin-left: 20px;
  color: #f48460;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0;
  position: relative;
  top: 5px; }

.read-more-link:hover i {
  color: #232a35; }

.content-wrap .read-more-link {
  display: table; }

nav.navigation.pagination {
  min-height: 40px;
  padding: 15px 35px;
  text-align: center;
  display: block;
  position: relative;
  background: transparent;
  margin-top: 0; }

.pagination .page-numbers {
  padding: 14px 18px;
  border: solid 1px #d8d8d8;
  margin: 0 2px;
  display: inline-block;
  line-height: 1; }

.pagination .prev {
  float: left; }

.pagination .next {
  float: right; }

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  padding: 12px 14px 14px; }

.pagination .page-numbers.dots {
  padding: 14px 17px; }

.pagination .page-numbers i {
  position: relative;
  top: 2px; }

.content-video iframe,
.content-audio iframe {
  max-width: 100%;
  margin: 0 0 -8px 0 !important; }

.content-audio iframe {
  width: 100%;
  height: auto; }

.content-audio .mejs-container .mejs-controls,
.content-video .mejs-container .mejs-controls {
  background: #f48460; }

.content-quote blockquote {
  color: #626262;
  margin: 0; }

.content-quote a:hover blockquote {
  background-color: #232a35;
  border-color: #f48460;
  color: #ffffff; }

.content-link {
  word-wrap: break-word;
  overflow: hidden; }

.content-link a {
  display: block;
  background: #f2f2f3;
  padding: 30px 35px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: #626262; }

.content-link a:hover {
  background: #f48460; }

.content-link a span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-top: 20px;
  font-weight: 400;
  color: #f48460;
  text-transform: lowercase; }

.content-area .flexslider .slides, .content-area .flex-control-nav,
.content-area .flex-direction-nav, .content-area .slides {
  list-style: none;
  margin: 0; }

/**
 * 14.1. Single Post
 */
#single-wrapper {
  padding: 35px 0; }

.single-content {
  padding-top: 15px; }

.single-post .divider {
  padding-bottom: 35px;
  margin: 0 0 30px;
  width: 100%;
  border-bottom: solid 1px #dfdfdf;
  border-top: none; }

.single .tagcloud a {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 0 5px 5px;
  border-bottom: solid 1px #dfdfdf;
  margin: 8px 15px 6px 0;
  display: inline-block;
  vertical-align: top; }

.tagcloud label {
  display: inline-block;
  margin: 6px 20px 0 0; }

.share-content .share-button {
  text-align: center;
  border: solid 1px #dfdfdf;
  padding: 10px 40px;
  font-weight: 500;
  color: #f48460;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  cursor: pointer;
  position: relative; }

.share-button .post-sharing-wrapper {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 37px;
  padding-top: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.share-button .post-sharing {
  display: block;
  background: #232a35;
  padding: 5px;
  white-space: nowrap;
  margin: 0 auto; }

.share-button .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #232a35;
  margin: 0 auto; }

.share-button:hover .post-sharing-wrapper {
  opacity: 1;
  visibility: visible; }

.share-button .post-sharing li {
  display: inline-block;
  border: solid 1px #f48460;
  padding: 0; }

.share-button .post-sharing li:hover {
  border-color: #f48460; }

.share-button .post-sharing li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: block;
  color: #f48460; }

.share-button .post-sharing li a .sl {
  position: relative;
  top: 1px; }

.share-button .post-sharing li:hover a {
  color: #f48460; }

.post-navigation {
  min-height: 50px; }

.post-navigation .nav-links label {
  font-size: 12px;
  font-size: 0.75rem;
  color: #232a35; }

.post-navigation .nav-links a {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 13px;
  font-size: 0.8125rem; }

.post-navigation .nav-links a i {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 2px;
  color: #626262; }

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

.comment-list .children {
  list-style: none; }

.comment-list .author-name {
  text-transform: uppercase;
  color: #f48460; }

.comment-list .comment-time {
  text-transform: uppercase;
  margin-left: 5px; }

.comment-list .comment-reply-link {
  text-transform: uppercase; }

.comment-list .icon-reply {
  color: #f48460;
  margin-right: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  top: 2px; }

.comment-list .pingback, .comment-list .trackback {
  margin-bottom: 15px; }

.comment-respond .comment-reply-title {
  padding-bottom: 35px;
  padding-top: 20px;
  margin: 0;
  line-height: 24px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 500; }

.comment-form .form-group label {
  display: inline-block; }

.comment-form .comment-notes {
  font-size: 12px;
  font-size: 0.75rem; }

/**
 * 14.2. Gallery
 */
.gallery {
  margin-bottom: 0; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * 15.4. - Social Icon Widget
 */
.social-icon-widget .desc {
  margin-bottom: 20px; }

.social-icon-widget ul li {
  border-bottom: none;
  display: inline-block;
  padding: 0;
  border: solid 2px transparent;
  margin-right: 10px;
  margin-bottom: 10px; }

.social-icon-widget ul.dark li {
  border-color: #232838; }

.social-icon-widget ul.color li {
  border-color: #f48460; }

.social-icon-widget ul.dark li:hover {
  border-color: #f48460; }

.social-icon-widget ul.color li:hover {
  background-color: #f48460; }

.social-icon-widget ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 0; }

.social-icon-widget ul li a .sl {
  position: relative;
  top: 1px; }

.social-icon-widget ul.dark li a {
  color: #abb0be; }

.social-icon-widget ul.color li a,
.social-icon-widget ul.dark li:hover a {
  color: #f48460; }

.social-icon-widget ul.color li:hover a {
  color: #232838; }

.social-icon-widget ul li a:before {
  display: none; }

.footer-social {
  margin-top: 10px; }

.social-icons ul li {
  border-bottom: none;
  display: inline-block;
  padding: 0;
  border: solid 2px transparent;
  margin-right: 10px;
  margin-bottom: 10px; }

.social-icons ul li a {
  color: #f48460;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  position: relative; }

.footer-social .social-icons ul li {
  border-color: #232838; }

.footer-social .social-icons ul li:hover {
  border-color: #f48460; }

.social-icons ul li:hover a {
  color: #f48460; }

/**
* 16. Forms
*/
.ttbase-modal .wpcf7 {
  text-align: left; }

label, .content-area .gform_wrapper label.gfield_label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #232a35;
  margin-bottom: 10px;
  display: block; }

.form-control {
  color: #232a35;
  box-shadow: none; }

.form-control.active, .form-control.focus, .form-control:active, .form-control:focus {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b2b5b9; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b5b9;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b5b9;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b5b9; }

input[type="text"], button, input[type="email"], textarea, input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"]:focus, button, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="number"]:focus, textarea:focus, select:focus, input[type="password"]:focus {
  box-shadow: none;
  border-color: #f48460;
  outline: none; }

select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"] {
  background: #ffffff;
  border: solid 1px #dfdfdf;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 35px;
  border-radius: 0; }

.wpcf7-form .form-large,
.content-area .gform_wrapper .form-large {
  height: 58px; }

.wpcf7-form .form-small,
.content-area .gform_wrapper .form-small {
  height: 42px; }

select {
  outline: none;
  position: relative;
  color: #b2b5b9;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  padding-right: 50px; }

.select-option {
  position: relative;
  cursor: pointer;
  height: 50px;
  margin-bottom: 24px; }

.select-option i {
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  color: #b2b5b9;
  right: 20px;
  top: 12px;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

.checkbox-option, .radio-option {
  margin-bottom: 35px;
  display: block; }

.checkbox-option input, .radio-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden; }

.checkbox-option input, .radio-option input {
  display: none; }

.checkbox-option .outer, .radio-option .outer {
  display: inline-block;
  width: 50px;
  height: 26px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox-option.acceptance {
  margin-right: 5px;
  margin-bottom: 0;
  display: inline; }

.wpcf7-checkbox, .wpcf7-radio {
  position: relative;
  display: block;
  padding-top: 10px; }

.wpcf7-checkbox .checkbox-option .outer, .gform_wrapper .gfield_checkbox .checkbox-option .outer {
  margin-right: 5px; }

.checkbox-option .inner, .radio-option .inner {
  width: 16px;
  height: 16px;
  background: #ababab;
  position: relative;
  top: 2px;
  left: 4px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.checkbox-option.checked .inner {
  -webkit-transform: translate3d(24px, 0, 0);
  -moz-transform: translate3d(24px, 0, 0);
  -ms-transform: translate3d(24px, 0, 0);
  -o-transform: translate3d(24px, 0, 0);
  transform: translate3d(24px, 0, 0);
  background: #f48460; }

.wpcf7-checkbox .checkbox-option span, .wpcf7-radio .radio-option span {
  margin-right: 24px;
  position: relative;
  top: -2px; }

.radio-option .outer {
  width: 26px;
  height: 26px;
  margin-right: 5px; }

.radio-option + span {
  display: inline-block; }

.radio-option .inner {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.radio-option.checked .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.radio-option.checked .inner {
  background: #f48460; }

textarea, textarea.form-control {
  width: 100%;
  border: solid 1px #dfdfdf;
  background: #ffffff;
  margin-bottom: 35px;
  border-radius: 0;
  padding: 16px 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  height: 110px; }

.wpcf7 textarea {
  height: 110px; }

span.wpcf7-list-item {
  margin-left: 0; }

.wpcf7-response-output {
  margin-top: 10px; }

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
  font-size: 14px;
  color: red; }

.bootstrap-filestyle {
  border: solid 1px #dfdfdf;
  margin-bottom: 35px; }

.bootstrap-filestyle .form-control {
  border: none;
  text-transform: uppercase;
  color: #7c8da8;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0; }

.bootstrap-filestyle .group-span-filestyle {
  padding-right: 1px;
  outline: none; }

.terms {
  color: #888888;
  margin-left: 5px;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
  top: -2px; }

.form-inline .wpcf7-form-control-wrap,
.form-inline .wpcf7-form-control-wrap + .wpcf7-form-control,
.form-inline .wpcf7-form-control + .wpcf7-form-control-wrap,
.form-inline .wpcf7-form-control + .wpcf7-form-control {
  display: inline-block; }

.form-inline .btn-primary {
  margin-top: -2px;
  margin-left: 15px; }

@media all and (max-width: 767px) {
  .form-inline .btn-primary {
    margin-top: 15px;
    margin-left: 0; } }

@media all and (max-width: 600px) {
  .form-inline .wpcf7-form-control-wrap {
    display: block; } }

.post-password-form label {
  display: inline; }

.post-password-form input[type=password] {
  max-width: 280px;
  margin-left: 5px; }

.post-password-form input[type=submit] {
  margin-left: 10px; }

/**
* 17. Single Team Post
*/
.team-member-title {
  margin: 35px 0 5px; }

.team-member-position {
  margin-top: 0;
  color: #626262; }

.team-member-social {
  margin: 15px 0 20px; }

.team-member-social li {
  display: inline-block;
  padding: 10px 10px 0; }

.team-member-social li:first-child {
  padding-left: 0; }

.team-member-social a {
  font-size: 24px;
  font-size: 1.5rem;
  color: #626262; }

.team-member-social li:hover a {
  color: #f48460; }

.team-member-excerpt .read-more-link-wrapper {
  display: none; }

.team-member-sidebar {
  margin-top: 50px; }

.team-member-contact div {
  margin-bottom: 5px; }

.team-member-contact i {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 10px;
  position: relative;
  top: 5px; }

.team-member-contact .fa-envelope {
  font-size: 20px;
  font-size: 1.25rem;
  top: 2px; }

/**
* 18. Timetable
*/
.timetable-tabs.ui-tabs {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0; }

.timetable-tabs.ui-tabs .ui-tabs-nav {
  padding: 0;
  border: none;
  background: transparent; }

.timetable-tabs.ui-tabs .ui-tabs-panel {
  border: none;
  padding: 0;
  background: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem; }

.timetable-tabs.ui-tabs .ui-tabs-nav li {
  border: none;
  border-radius: 0;
  background: transparent;
  padding-bottom: 10px; }
  .timetable-tabs.ui-tabs .ui-tabs-nav li:focus {
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0; }

.timetable-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0; }

.timetable-tabs.ui-tabs .ui-tabs-nav li a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #232a35;
  margin: 0 10px;
  position: relative;
  display: block;
  padding: 0 0 10px 0;
  float: left;
  text-decoration: none; }
  .timetable-tabs.ui-tabs .ui-tabs-nav li a:focus {
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0; }
  .timetable-tabs.ui-tabs .ui-tabs-nav li a:after {
    border-bottom: 1px solid #dfdfdf;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%; }

.timetable-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.timetable-tabs.ui-tabs .ui-tabs-nav li a:hover {
  color: #f48460; }

.timetable-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a:after,
.timetable-tabs.ui-tabs .ui-tabs-nav li a:hover:after {
  border-bottom: 2px solid #f48460; }

/* --- timetable --- */
.timetable {
  width: 100%;
  font-size: 12px;
  margin-top: 30px;
  border-collapse: collapse; }

.timetable tbody tr {
  border-top: solid 1px #dfdfdf; }

.timetable th, .timetable td {
  width: 12.5%;
  text-align: center;
  padding: 15px;
  color: #232a35; }

.timetable .last {
  padding-right: 0; }

.timetable .class_trainers {
  font-size: 12px; }

.timetable .event {
  background-color: #232a35;
  color: #FFF;
  line-height: 150%; }

.timetable .event a {
  display: block;
  color: #f48460;
  font-weight: bold; }

.timetable .row_gray {
  background-color: #f2f2f3; }

.timetable .event:hover,
.timetable .event.tooltip:hover {
  background-color: #f48460;
  color: #232a35; }

.timetable .event:hover a,
.timetable .event.tooltip:hover a {
  color: #232a35; }

.timetable.small {
  display: none;
  font-size: 13px; }

.timetable_dropdown_navigation {
  border: 1px solid #E0E0E0; }

.timetable.small {
  display: none;
  font-size: 13px;
  padding: 0 10px; }

/* --- vc timetable --- */
.vc_row-fluid .vc_col-sm-9 .timetable,
.vc_row-fluid .vc_col-sm-8 .timetable,
.vc_row-fluid .vc_col-sm-6 .timetable,
.vc_row-fluid .vc_col-sm-4 .timetable,
.vc_row-fluid .vc_col-sm-3 .timetable {
  display: none; }

.vc_row-fluid .vc_col-sm-9 .timetable.small,
.vc_row-fluid .vc_col-sm-8 .timetable.small,
.vc_row-fluid .vc_col-sm-6 .timetable.small,
.vc_row-fluid .vc_col-sm-4 .timetable.small,
.vc_row-fluid .vc_col-sm-3 .timetable.small {
  display: block; }

.vc_row-fluid .vc_col-sm-9 .timetable.small .items_list li,
.vc_row-fluid .vc_col-sm-8 .timetable.small .items_list li,
.vc_row-fluid .vc_col-sm-6 .timetable.small .items_list li,
.vc_row-fluid .vc_col-sm-4 .timetable.small .items_list li,
.vc_row-fluid .vc_col-sm-3 .timetable.small .items_list li {
  width: 100%; }

/* --- opening hours --- */
.timetable.small .opening_hours {
  float: left;
  clear: both;
  margin-top: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.timetable.small .opening_hours li {
  width: 290px;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  background-position: left center;
  background-repeat: no-repeat; }

.timetable.small .opening_hours li a {
  float: none;
  color: #f48460; }
  .timetable.small .opening_hours li a:hover {
    color: #232a35; }

.timetable.small .opening_hours li .value {
  float: right; }

.timetable.small .box_header {
  float: left; }

.timetable.small .box_header:after {
  color: #f48460;
  content: '/';
  padding-left: 5px;
  font-weight: 700; }

@media screen and (max-width: 979px) {
  /* --- vc timetable --- */
  .vc_row-fluid .vc_col-sm-10 .timetable {
    display: none; }
  .vc_row-fluid .vc_col-sm-10 .timetable.small {
    display: block; }
  .vc_row-fluid .vc_col-sm-10 .timetable.small .items_list li {
    width: 100%; } }

@media screen and (max-width: 979px) {
  /* --- timetable --- */
  .timetable {
    display: none; }
  .timetable.small {
    display: block; }
  /* --- vc timetable --- */
  .vc_row-fluid .vc_col-sm-12 .timetable.small .items_list li {
    width: 100%; } }

/**
* 21.0 Responsive
*/
@media all and (max-width: 480px) {
  .blog-normal .content-wrap .meta {
    float: left;
    padding: 5px 0;
    width: 100%; } }

@media all and (max-width: 767px) {
  .breadcrumb {
    display: none; }
  .x-small .header_text_wrapper .col-sm-12 {
    width: auto; } }

@media only screen and (max-width: 991px) {
  .top-minus-5, .top-minus-10, .top-minus-15, .top-minus-20, .top-minus-30,
  .top-minus-40, .top-minus-50, .top-minus-60, .top-minus-80, .top-minus-100, .top-minus-130, .top-minus-150,
  .top-minus-180, .top-minus-200 {
    top: 0;
    padding-top: 25px; }
  html,
  body {
    font-size: 90%; }
  body h1 {
    font-size: 36px;
    font-size: 2.25rem; }
  body h2 {
    font-size: 30px;
    font-size: 1.875rem; }
  body .large .header_text_wrapper h1, body .x-large .header_text_wrapper h1 {
    font-size: 40px;
    font-size: 2.5rem; }
  body .small .header_text_wrapper h1 {
    font-size: 34px;
    font-size: 2.125rem; }
  body .x-small .header_text_wrapper h1 {
    font-size: 18px;
    font-size: 1.125rem; }
  h1.ttbase-heading-single-line:after {
    width: 70px; }
  h2:after, .ttbase-heading-single-line:after {
    width: 55px; }
  body .header_text_wrapper .subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px; }
  .site-footer .widget .title {
    margin-bottom: 35px; }
  .background.x-large {
    height: 455px; }
  .background.large {
    height: 300px; }
  .background.small {
    height: 200px; }
  .header-transparent-boxed .small.no-breadcrumbs .header_text_wrapper, .header-transparent-full .small.no-breadcrumbs .header_text_wrapper {
    padding-top: 0; }
  .header-transparent-boxed .small .header_text_wrapper, .header-transparent-full .small .header_text_wrapper {
    padding-top: 0; }
  .blog-normal .blog-item {
    margin-bottom: 35px; }
  .sidebar {
    padding: 0; } }

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
  .top-minus-5, .top-minus-10, .top-minus-15, .top-minus-20, .top-minus-30,
  .top-minus-40, .top-minus-50, .top-minus-60, .top-minus-80, .top-minus-100, .top-minus-130, .top-minus-150,
  .top-minus-180, .top-minus-200 {
    top: 0;
    padding-top: 25px; }
  html,
  body {
    font-size: 90%; }
  body h1 {
    font-size: 36px;
    font-size: 2.25rem; }
  body h2 {
    font-size: 30px;
    font-size: 1.875rem; }
  body .large .header_text_wrapper h1, body .x-large .header_text_wrapper h1 {
    font-size: 40px;
    font-size: 2.5rem; }
  body .small .header_text_wrapper h1 {
    font-size: 34px;
    font-size: 2.125rem; }
  body .x-small .header_text_wrapper h1 {
    font-size: 18px;
    font-size: 1.125rem; }
  h1.ttbase-heading-single-line:after {
    width: 70px; }
  h2:after, .ttbase-heading-single-line:after {
    width: 55px; }
  body .header_text_wrapper .subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px; }
  .site-footer .widget .title {
    margin-bottom: 35px; }
  .background.x-large {
    height: 455px; }
  .background.large {
    height: 300px; }
  .background.small {
    height: 200px; }
  .header-transparent-boxed .small.no-breadcrumbs .header_text_wrapper, .header-transparent-full .small.no-breadcrumbs .header_text_wrapper {
    padding-top: 0; }
  .header-transparent-boxed .small .header_text_wrapper, .header-transparent-full .small .header_text_wrapper {
    padding-top: 0; }
  .blog-normal .blog-item {
    margin-bottom: 35px; }
  .sidebar {
    padding: 0; } }
