/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
		1. TYPOGRAPHY
		2. TOP BAR
		3. HEADER
		4. STICKY HEADER
		5. HOVER ELEMENTS
		6. MENU SOCIAL
		7. MENU ACTIONS
		8. GENERAL
		9. COVER STYLES
		10. LAYOUT STYLES
		11. SINGLE POST
		12. MENU MAIN
		13. MEGA MENU
		14. WORDPRESS ELEMENTS
		15. FORM ELEMENTS
		16. WIDGETS
		17. PRE-FOOTER
		18. BUTTON STYLES
		19. COMMENTS
		20. PAGINATION STYLES
		21. MEKS WIDGETS
		22. PAGE STYLES
		23. FOOTER
		24. MEKS SHORTCODES
		25. BREADCRUMBS
		26. MAP STYLES
		27. ADS
		28. RESPONSIVE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  line-height: 1.75;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 25px;
}
h1,
.h1 {
  line-height: 1.23;
}
h2,
.h2 {
  line-height: 1.31;
}
h3,
.h3 {
  line-height: 1.3;
}
h4,
.h4 {
  line-height: 1.25;
}
h5,
.h5 {
  line-height: 1.3;
}
h6,
.h6 {
  line-height: 1.3;
}
.display {
  line-height: 1.25;
}
p + h1,
ul + h1,
ol + h1,
pre + h1,
table + h1,
.mks_col + h1,
p + h2,
ul + h2,
ol + h2,
pre + h2,
table + h2,
.mks_col + h2,
p + h3,
ul + h3,
ol + h3,
pre + h3,
table + h3,
.mks_col + h3,
p + h4,
ul + h4,
ol + h4,
pre + h4,
table + h4,
.mks_col + h4,
p + h5,
ul + h5,
ol + h5,
pre + h5,
table + h5,
.mks_col + h5,
p + h6,
ul + h6,
ol + h6,
pre + h6,
table + h6,
.mks_col + h6 {
  margin-top: 50px;
}
.entry-headline {
  line-height: 1.5;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
ul,
ol {
  list-style: none;
  padding-left: 20px;
}
ul.bullets {
  list-style: inside;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry-content ul li,
.comment-content ul li {
  list-style: inside;
}
.entry-content > ul,
.entry-content > ol,
.entry-content > dl,
.comment-content ul,
.comment-content ol {
  margin-bottom: 30px;
  padding: 0;
}
.entry-content ul > li,
.entry-content ol > li,
.comment-content ul > li,
.comment-content ol > li {
  margin-bottom: 5px;
}
.entry-content ul > li:last-child,
.entry-content ol > li:last-child,
.comment-content ul > li:last-child,
.comment-content ol > li:last-child {
  margin-bottom: 0;
}
.entry-content > ul ul,
.entry-content > ol ol,
.entry-content > ul ol,
.entry-content > ol ul,
.comment-content > ul ul,
.comment-content > ul ol,
.comment-content > ol ul,
.comment-content > ol ol {
  padding-left: 20px;
  margin-top: 5px;
}
.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
blockquote {
  padding: 0 0 0 50px;
  margin: 35px 0 35px;
  border-left: 0;
  line-height: 1.65;
}
blockquote:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 25px;
}
pre {
  padding: 40px;
  margin-bottom: 35px;
}
strong {
  font-weight: 700;
}
hr {
  margin: 20px 0;
  border-color: #333;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
table {
  table-layout: fixed;
  width: 100%;
}
thead {
  background: rgba(0, 0, 0, 0.05);
  font-weight: bold;
}
thead th {
  padding: 0 5px;
}
td {
  padding: 10px 20px;
  word-break: break-all;
}
tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table a {
  font-weight: normal;
}
/* Typography -- Helpers */
.type--fade {
  opacity: 0.5;
}
.type--uppercase {
  text-transform: uppercase;
}
.type--bold {
  font-weight: bold;
}
.type--italic {
  font-style: italic;
}
.type--underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
code {
  word-wrap: break-word;
}
/*--------------------------------------------------------------
   Top Bar
--------------------------------------------------------------*/
.trawell-top-bar {
  font-size: 1.2rem;
  line-height: 1;
}
.trawell-top-bar .container {
  position: relative;
}
.trawell-top-bar .trawell-slot-l nav li {
  margin-right: 10px;
}
.trawell-top-bar .trawell-slot-r nav li {
  margin-left: 10px;
}
.trawell-top-bar .trawell-slot-r,
.trawell-top-bar .trawell-slot-l,
.trawell-top-bar .trawell-slot-c {
  z-index: 2000;
}
.trawell-calendar i {
  margin-right: 5px;
}
.trawell-top-bar .menu-item-has-children > a:after {
  content: "\1097b";
  font-family: "trawell-font";
  margin: 0 0 0 5px;
}
.trawell-top-bar ul {
  margin: 0;
  padding: 0;
}
.trawell-top-bar ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.trawell-top-bar .sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  padding: 0 15px;
  width: 200px;
}
.trawell-top-bar .sub-menu {
  padding: 5px 15px;
}
.trawell-top-bar a {
  padding: 10px 0;
  display: block;
}
.trawell-top-bar li:hover > .sub-menu {
  display: block;
  -webkit-animation: fadeInFromNone 0.2s ease-out;
          animation: fadeInFromNone 0.2s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.trawell-top-bar .trawell-button {
  display: none;
}
.trawell-top-bar input[type="text"] {
  height: 32px;
}
.trawell-slot-r .trawell-soc-menu + ul {
  margin-left: 10px;
}
.trawell-top-bar .trawell-slot-l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.trawell-top-bar .trawell-slot-c {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.trawell-top-bar .trawell-slot-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.trawell-slot-c .trawell-calendar {
  width: 200px;
  text-align: center;
  display: block;
}
.trawell-top-bar .trawell-slot-l .menu-pre-footer-menu-container {
  margin-left: 0;
  margin-right: 0;
}
.trawell-top-bar .trawell-slot-c input[type=text] {
  width: 200px;
}
.trawell-top-bar .trawell-slot-r a {
  padding-right: 0;
}
/*--------------------------------------------------------------
   Header
--------------------------------------------------------------*/
.trawell-header-wide .trawell-top-bar > .container,
.trawell-header-wide .trawell-header > .container {
  max-width: 100%;
}
.trawell-slot-l,
.trawell-slot-r {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.trawell-header {
  position: relative;
  z-index: 21;
}
.trawell-header .container {
  position: relative;
}
.trawell-header + .container {
  padding-top: 50px;
}
.trawell-header-shadow .trawell-header {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.trawell-header-indent #trawell-header {
  background: transparent;
}
.trawell-header-indent .trawell-cover:before,
.trawell-header-indent .trawell-cover.trawell-cover-slider .owl-stage-outer .trawell-cover-item:before {
  content: "";
  height: 250px;
  opacity: 0.7;
  width: 100%;
  z-index: 5;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}
.trawell-header-shadow.trawell-header-indent #trawell-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.trawell-site-branding .site-title {
  margin-bottom: 0;
  line-height: 0;
  display: inline-block;
}
.trawell-site-branding .site-title.logo-img-none {
  line-height: 1;
}
.trawell-header nav + ul {
  margin-left: 15px;
}
.site-description {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
}
.trawell-slot-l .trawell-site-branding + nav {
  margin-left: 15px;
}
.trawell-slot-from-center {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.trawell-slot-from-center > nav,
.trawell-slot-from-center > ul,
.trawell-slot-from-center > .trawell-slot-f {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.trawell-slot-from-center .trawell-site-branding {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 20px;
}
.trawell-slot-from-center > nav:first-of-type,
.trawell-slot-from-center > ul:first-of-type,
.trawell-slot-from-center > .trawell-slot-f:first-of-type {
  text-align: right;
}
.trawell-slot-from-center > nav:last-of-type,
.trawell-slot-from-center > ul:last-of-type,
.trawell-slot-from-center > .trawell-slot-f:last-of-type {
  text-align: left;
}
.trawell-slot-from-center .trawell-site-branding:only-child {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 auto;
}
.trawell-slot-from-center .trawell-site-branding {
  text-align: center;
}
.trawell-slot-from-center + .trawell-slot-r {
  position: absolute;
  right: 30px;
}
.trawell-header-sticky ul.menu-main .trawell-mega-menu > .sub-menu {
  margin-top: -8px;
}
.trawell-slot-r .menu-main li:last-child {
  margin-right: 0;
}
.trawell-slot-r .trawell-actions {
  margin-right: -11px;
}
.trawell-slot-r .trawell-actions .active > .sub-menu,
.trawell-slot-r ul.trawell-actions li ul.trawell-rev {
  right: 11px;
}
.trawell-header .trawell-slot-r .menu-main > li:last-child > ul.trawell-rev {
  right: -4px;
}
.trawell-header-wide ul.menu-main .trawell-mega-menu > .sub-menu {
  width: 100%;
  left: 0 !important;
}
.trawell-header-sticky .site-title img {
  max-height: 60px;
}
.trawell-cart-text {
  display: none;
  margin-left: 5px;
}
/*--------------------------------------------------------------
   Sticky Header
--------------------------------------------------------------*/
body .trawell-header-sticky {
  position: fixed;
  opacity: 0;
  padding: 0;
  z-index: -1;
  -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
          transform: translateY(-150px);
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
}
.trawell-header-sticky .site-branding img {
  max-height: 34px;
  margin-top: 2px;
}
.trawell-header-sticky.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 1001;
}
/*--------------------------------------------------------------
   Hover Elements
--------------------------------------------------------------*/
.entry-category a,
.trawell-button,
input[type="submit"],
.comment-reply-link,
.entry-meta a,
.item-overlay .entry-meta a,
.entry-tags a,
.trawell-top-bar a,
.mks_author_link.meks-widget-cta,
.widget a,
.trawell-item .entry-title a,
.trawell-header a,
.comment-content a,
.fn a,
.reply a,
.widget-mini a,
.trawell-share a,
.mks-map-entry-header .entry-title a,
.trawell-breadcrumbs a,
[type=submit],
button,
.trawell-pagination a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.trawell-item a.entry-image:hover img,
.trawell-item.item-overlay:hover a.entry-image img,
.meks-instagram-widget a:hover img,
.gallery-item:hover img,
.blocks-gallery-item:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.trawell-item .entry-image,
.meks-instagram-widget a {
  overflow: hidden;
}
.trawell-item a.entry-image img,
.meks-instagram-widget a img,
.gallery-item img,
.blocks-gallery-item a img {
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  -o-transition: transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
/*--------------------------------------------------------------
   Menu Social
--------------------------------------------------------------*/
.trawell-soc-menu-icons li a:before {
  font-family: "FontAwesome";
}
.trawell-soc-menu {
  margin: 0;
  padding: 0;
}
.trawell-soc-menu li {
  display: inline-block;
}
.trawell-soc-menu a {
  background: transparent;
  width: 25px;
  display: block;
  text-align: center;
  padding: 5px;
}
.trawell-social-name {
  opacity: 0;
  display: none;
  font-size: 14px;
}
/* Input field placeholder color */
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.trawell-soc-menu-icons li a[href*="/feed"]::before,
.trawell-soc-menu-icons li a[href*="/rss"]::before,
.trawell-soc-menu-icons li a[href*="feedburner"]::before {
  content: "\f09e";
}
.trawell-soc-menu-icons li a[href*="@"]::before {
  content: "\f0e0";
}
.trawell-soc-menu-icons li a[href*="codepen."]::before {
  content: "\f1cb";
}
.trawell-soc-menu-icons li a[href*="digg."]::before {
  content: "\f1a6";
}
.trawell-soc-menu-icons li a[href*="dribbble."]::before {
  content: "\f17d";
}
.trawell-soc-menu-icons li a[href*="dropbox."]::before {
  content: "\f16b";
}
.trawell-soc-menu-icons li a[href*="facebook."]::before {
  content: "\f09a";
}
.trawell-soc-menu-icons li a[href*="flickr."]::before {
  content: "\f16e";
}
.trawell-soc-menu-icons li a[href*="foursquare."]::before {
  content: "\f180";
}
.trawell-soc-menu-icons li a[href*="google."]::before {
  content: "\f0d5";
}
.trawell-soc-menu-icons li a[href*="github."]::before {
  content: "\f09b";
}
.trawell-soc-menu-icons li a[href*="instagram."]::before {
  content: "\f16d";
}
.trawell-soc-menu-icons li a[href*="linkedin."]::before {
  content: "\f0e1";
}
.trawell-soc-menu-icons li a[href*="last.fm"]::before {
  content: "\f202";
}
.trawell-soc-menu-icons li a[href*="pinterest."]::before {
  content: "\f0d2";
}
.trawell-soc-menu-icons li a[href*="reddit."]::before {
  content: "\f1a1";
}
.trawell-soc-menu-icons li a[href*="soundcloud."]::before {
  content: "\f1be";
}
.trawell-soc-menu-icons li a[href*="spotify."]::before {
  content: "\f1bc";
}
.trawell-soc-menu-icons li a[href*="stumbleupon."]::before {
  content: "\f1a4";
}
.trawell-soc-menu-icons li a[href*="tumblr."]::before {
  content: "\f173";
}
.trawell-soc-menu-icons li a[href*="twitter."]::before {
  content: "\f099";
}
.trawell-soc-menu-icons li a[href*="vimeo."]::before {
  content: "\f194";
}
.trawell-soc-menu-icons li a[href*="vine."]::before {
  content: "\f1ca";
}
.trawell-soc-menu-icons li a[href*="vk."]::before {
  content: "\f189";
}
.trawell-soc-menu-icons li a[href*="wordpress."]::before {
  content: "\f19a";
}
.trawell-soc-menu-icons li a[href*="xing."]::before {
  content: "\f168";
}
.trawell-soc-menu-icons li a[href*="youtube."]::before {
  content: "\f16a";
}
.trawell-soc-menu-icons li a[href*="medium."]::before {
  content: "\f23a";
}
.trawell-soc-menu-icons li a[href*="buysellads."]::before {
  content: "\f20d";
}
.trawell-soc-menu-icons li a[href*="behance."]::before {
  content: "\f1b4";
}
.trawell-soc-menu-icons li a[href*="slack."]::before {
  content: "\f198";
}
.trawell-soc-menu-icons li a[href*="weibo."]::before {
  content: "\f18a";
}
.trawell-soc-menu-icons li a[href*="snapchat."]::before {
  content: "\f2ac ";
}
.trawell-soc-menu-icons li a[href*="500px."]::before {
  content: "\f26e";
}
.trawell-soc-menu-icons li a[href*="amazon."]::before {
  content: "\f270";
}
.trawell-soc-menu-icons li a[href*="mixcloud."]::before {
  content: "\f289";
}
.trawell-soc-menu-icons li a[href*="ok.ru"]::before {
  content: "\f263";
}
.trawell-soc-menu-icons li a[href*="tiktok."]::before {
  content: "\e900";
}
.trawell-actions-button .trawell-soc-menu-icons li {
  margin-bottom: 4px;
}
.trawell-actions-button .trawell-soc-menu-icons li:last-child {
  margin-bottom: 0;
}
.trawell-actions .sub-menu.trawell-soc-menu-icons a {
  text-transform: uppercase;
}
.trawell-actions-button .trawell-soc-menu-icons li a:before {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="/feed"]:before,
.trawell-actions-button .trawell-soc-menu-icons li a[href*="/rss"]:before,
.trawell-author-links .fa-rss {
  background-color: #FA9B39;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="@"]:before {
  background-color: #AAA;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="codepen."]:before {
  background-color: #fff;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="digg."]:before {
  background-color: #fff;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="dribbble."]:before,
.trawell-author-links .fa-dribbble {
  background-color: #ea4c89;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="dropbox."]:before {
  background-color: #007ee5;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="facebook."]:before,
.trawell-author-links .fa-facebook {
  background-color: #3b5998;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="flickr."]:before,
.trawell-author-links .fa-flickr {
  background-color: #ff0084;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="foursquare."]:before {
  background-color: #0732a2;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="google."]:before,
.trawell-author-links .fa-google {
  background-color: #dd4b39;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="github."]:before,
.trawell-author-links .fa-github {
  background-color: #4183c4;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="instagram."]:before,
.trawell-author-links .fa-instagram {
  background-color: #3f729b;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="linkedin."]:before,
.trawell-author-links .fa-linkedin {
  background-color: #0e76a8;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="last.fm"]:before {
  background-color: #e31b23;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="pinterest."]:before,
.trawell-author-links .fa-pinterest {
  background-color: #c8232c;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="reddit."]:before,
.trawell-author-links .fa-reddit {
  background-color: #336699;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="soundcloud."]:before,
.trawell-author-links .fa-soundcloud {
  background-color: #f50;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="vk."]:before,
.trawell-author-links .fa-vk {
  background-color: #597da3;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="spotify."]:before,
.trawell-author-links .fa-spotify {
  background-color: #81b900;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="stumbleupon."]:before,
.trawell-author-links .fa-stumbleupon {
  background-color: #ff2618;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="tumblr."]:before,
.trawell-author-links .fa-tumblr {
  background-color: #34526f;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="twitter."]:before,
.trawell-author-links .fa-twitter {
  background-color: #55acee;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="vimeo."]:before,
.trawell-author-links .fa-vimeo-square {
  background-color: #1AB7EA;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="vine."]:before,
.trawell-author-links .fa-vine {
  background-color: #00d9a3;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="vk."]:before,
.trawell-author-links .fa-vk {
  background-color: #4e729a;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="wordpress."]:before,
.trawell-author-links .fa-wordpress {
  background-color: #21759b;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="xing."]:before,
.trawell-author-links .fa-xing {
  background-color: #026466;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="youtube."]:before,
.trawell-author-links .fa-youtube {
  background-color: #c4302b;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="medium."]:before {
  background-color: #57ad68;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="buysellads."]:before {
  background-color: #c90100;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="behance."]:before,
.trawell-author-links .fa-behance {
  background-color: #1769ff;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="slack."]:before,
.trawell-author-links .fa-slack {
  background-color: #6ecadc;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="weibo."]:before,
.trawell-author-links .fa-weibo {
  background-color: #f1e2e2;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="snapchat."]:before,
.trawell-author-links .fa-snapchat {
  background-color: #FFFC00;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="500px."]:before {
  background-color: #0099e5;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="amazon."]:before {
  background-color: #ff9900;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="mixcloud."]:before {
  background-color: #314359;
}
.trawell-actions-button .trawell-soc-menu-icons li a[href*="ok.ru"]:before {
  background-color: #ed812b;
}
/*--------------------------------------------------------------
   Menu Actions
--------------------------------------------------------------*/
.trawell-actions-button i {
  font-size: 2rem;
}
/*--------------------------------------------------------------
   General 
--------------------------------------------------------------*/
iframe {
  max-width: 100%;
}
.entry-content iframe,
.entry-content .fb-post {
  margin-bottom: 25px;
}
.entry-content p iframe,
.entry-content p .fb-post {
  margin-bottom: 0;
  display: block;
}
.trawell-sections {
  width: 100%;
}
.trawell-main {
  margin-top: 30px;
}
.trawell-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trawell-has-sidebar .trawell-main {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trawell-has-sidebar .trawell-section > .container {
  padding: 0;
}
.trawell-has-sidebar .trawell-sections {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 800px;
}
.trawell-sidebar-none .trawell-main > .trawell-sections > .trawell-section > .container,
.trawell-related > .container {
  padding: 0;
}
.trawell-section .trawell-related .trawell-item {
  margin-bottom: 25px;
}
.trawell-has-sidebar .trawell-sections .trawell-section:first-child .section-title {
  margin-top: -15px;
}
.trawell-section {
  margin-bottom: 50px;
}
.trawell-section[class*="trawell-layout-"] {
  margin-bottom: 25px;
}
.trawell-section[class*=trawell-layout-]:last-child {
  margin-bottom: 25px;
}
.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.section-title:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  top: 50%;
  margin-top: -1px;
  position: absolute;
}
.section-title span {
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  height: 50px;
  display: inline-block;
}
.archive-heading input[type="text"] {
  max-width: 280px;
  height: 40px;
  margin-right: 10px;
}
.archive-heading button[type="submit"] {
  margin-top: 0;
}
.archive-title + form {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive-heading {
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  z-index: 20;
}
.entry-meta {
  line-height: 1.3;
}
.entry-meta {
  font-size: 1.4rem;
}
.trawell-item .entry-meta,
.entry-meta-medium,
.trawell-post-single .entry-meta,
.widget .rss-date {
  font-size: 1.3rem;
}
.trawell-item .entry-meta-small,
.entry-meta-small,
.comment-metadata,
.widget .post-date,
.widget .entry-meta-small a {
  font-size: 1.2rem;
}
.element-pos-abs {
  position: absolute;
  z-index: 3;
}
.element-pos-bottom {
  bottom: 40px;
  left: 40px;
}
.element-pos-top {
  top: 60px;
  left: 60px;
}
.element-pos-rel {
  position: relative;
  z-index: 300;
}
.element-pos-center {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.item-overlay .element-pos-center,
.item-overlay .element-pos-top,
.item-overlay .element-pos-bottom {
  pointer-events: none;
}
.item-overlay .element-pos-center .entry-category,
.item-overlay .element-pos-top .entry-category,
.item-overlay .element-pos-bottom .entry-category,
.item-overlay .element-pos-center .entry-meta,
.item-overlay .element-pos-top .entry-meta,
.item-overlay .element-pos-bottom .entry-meta {
  pointer-events: auto;
}
/* Entry Meta */
.entry-header .entry-meta span {
  height: 30px;
}
.entry-meta span + span {
  margin: 0 0 0 15px;
}
.entry-meta span + span:before {
  content: "";
  width: 1px;
  height: 17px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -1px;
}
.item-overlay .entry-meta span + span:before {
  background: rgba(255, 255, 255, 0.3);
}
.trawell-item .entry-meta span + span {
  margin: 0 0 0 10px;
}
.trawell-item .entry-meta span + span:before {
  margin-right: 10px;
}
/* Pills */
.entry-category {
  pointer-events: none;
  line-height: 1;
  margin-top: -5px;
  font-size: 0;
}
.entry-category a,
.entry-category span {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 20px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  text-transform: uppercase;
  pointer-events: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 5px;
}
.entry-category a + a {
  margin-right: 5px;
}
.pill-small.entry-category {
  margin-top: -3px;
}
.pill-small.entry-category a,
.pill-small.entry-category a + a,
.pill-small.entry-category span {
  margin-right: 5px;
  margin-top: 3px;
}
.item-overlay .pill-small.entry-category a,
.item-overlay .pill-small.entry-category a + a,
.item-overlay .pill-small.entry-category span {
  margin-bottom: 0;
}
.pill-small .fa-music:before {
  margin-right: 1px;
  font-size: 1.1rem;
}
.item-overlay .entry-category a:only-of-type {
  margin-right: 0;
}
.pill-medium a,
.pill-medium span {
  font-size: 1.1rem;
  line-height: 26px;
  padding: 0 15px;
}
.pill-small a,
.pill-small span {
  font-size: 1rem;
  line-height: 23px;
  padding: 1px 12px 0;
}
.pill-small a + a {
  margin-left: 0;
}
.entry-category span {
  width: 32px;
  text-align: center;
  padding: 0;
}
.pill-small span {
  width: 23px;
  text-align: center;
  padding: 0;
}
.pill-medium span {
  width: 26px;
  padding: 0;
  text-align: center;
}
.color-text a,
.color-text span {
  padding: 0;
  margin: 0 6px 0 0;
  font-size: 1.1rem;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 2;
  width: auto;
}
.entry-category.color-text span {
  background: transparent;
}
.color-text a + a:before {
  content: "\2022";
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  opacity: 0.5;
}
/* Category + Title + Meta Combination */
.entry-title a {
  display: block;
}
.entry-category + .entry-title,
.entry-category + .entry-title.trawell-entry,
.entry-category + .entry-meta {
  margin-top: 10px;
}
.entry-title + .entry-meta {
  margin-top: 10px;
}
.entry-meta + .entry-content,
.entry-meta + p,
.entry-header + .entry-content {
  margin-top: 20px;
}
.color-text + .entry-title {
  margin-top: 2px;
}
/* Trawell Numbers */
.trawell-numbers {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.trawell-numbers .menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.trawell-numbers-meta {
  max-width: 55px;
  display: inline-block;
  line-height: 1.4;
  margin-left: 13px;
}
.trawell-numbers li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.trawell-numbers-meta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.trawell-numbers-meta {
  max-width: 55px;
}
.trawell-lock {
  overflow: hidden!important;
  overflow-y: hidden!important;
  padding-right: 17px;
  -webkit-overflow-scrolling: none;
}
.trawell-actions .trawell-hamburger-action {
  display: none;
}
.trawell-body-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.trawell-sidebar-action-open .trawell-body-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.display-2,
.display-2-text {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.2;
}
.display-2-text {
  display: inline-block;
  margin-left: -4px;
}
.trawell-has-sidebar .display-2,
.trawell-has-sidebar .display-2-text {
  font-size: 5rem;
}
.trawell-has-sidebar .trawell-numbers-meta {
  font-size: 1.4rem;
}
body .item-overlay,
body .item-overlay a,
.trawell-header-indent #trawell-header,
.trawell-header-indent #trawell-header .menu-main > li > a,
.trawell-header-indent #trawell-header .trawell-actions > li > span,
.trawell-header-indent #trawell-header .trawell-actions .trawell-soc-menu > li > a,
.trawell-header-indent #trawell-header .trawell-custom-cart,
.trawell-header-indent #trawell-header .trawell-site-branding a {
  color: #fff;
}
body .trawell-cover h1,
body .trawell-cover h2,
body .trawell-cover h3,
body .trawell-cover h4,
body .trawell-cover h5,
body .trawell-cover h6 {
  color: #FFF;
}
body .item-overlay .entry-meta,
body .item-overlay .entry-meta a {
  color: rgba(255, 255, 255, 0.8);
}
body .item-overlay .entry-meta a:hover,
body .trawell-item.item-overlay .entry-title a:hover {
  color: #FFF;
}
.trawell-main .entry-content a.mks_button,
.trawell-main .entry-content a.mks_ico {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.entry-content .mks-maps {
  margin-bottom: 25px;
}
.trawell-sidebar-none .trawell-layout-map .mks-maps {
  padding-bottom: 56.25%;
}
/* Styles */
.trawell-img-rounded article .entry-image,
.trawell-img-rounded article .entry-image img,
.trawell-img-rounded article.item-overlay .entry-image:after,
.trawell-img-rounded .trawell-category-placeholder,
.trawell-img-rounded div[class*=trawell-layout-cat-] .trawell-item,
.trawell-img-rounded .trawell-about img,
.trawell-img-rounded .trawell-layout-map .mks-maps,
.trawell-img-rounded .entry-content .mks-maps,
.trawell-img-rounded .entry-media .mks-maps,
.trawell-img-rounded .entry-content .mks-maps {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.trawell-img-diagonal article .entry-image,
.trawell-img-diagonal article .entry-image img,
.trawell-img-diagonal article.item-overlay .entry-image:after,
.trawell-img-diagonal .trawell-category-placeholder,
.trawell-img-diagonal div[class*=trawell-layout-cat-] .trawell-item,
.trawell-img-diagonal .trawell-about img,
.trawell-img-diagonal .trawell-layout-map .mks-maps,
.trawell-img-diagonal .entry-content .mks-maps,
.trawell-img-diagonal .entry-media .mks-maps,
.trawell-img-diagonal .entry-content .mks-maps {
  -webkit-border-radius: 10px 0 10px 0;
          border-radius: 10px 0 10px 0;
}
.trawell-img-diagonal .trawell-item.cat-item,
.trawell-img-rounded .trawell-item.cat-item {
  overflow: hidden;
}
.trawell-img-diagonal .trawell-item.cat-item:after,
.trawell-img-rounded .trawell-item.cat-item:after {
  bottom: 0;
}
.trawell-widget-rounded .widget {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.trawell-widget-diagonal .widget {
  -webkit-border-radius: 10px 0 10px 0;
          border-radius: 10px 0 10px 0;
}
.trawell-widget-unwrap .trawell-sidebar .widget,
.trawell-widget-unwrap.trawell-equal-bg-color .trawell-sidebar .widget {
  padding: 0;
  background: none;
  border: none;
}
.trawell-widget-unwrap .trawell-sidebar .widget .widget-title,
.trawell-widget-unwrap.trawell-equal-bg-color .trawell-sidebar .widget .widget-title {
  border-bottom: none;
  padding-bottom: 0;
}
.trawell-pill-square .entry-category a,
.trawell-pill-square .entry-category span {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.trawell-pill-rounded .entry-category a,
.trawell-pill-rounded .entry-category span {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.trawell-ad .aligncenter {
  margin-bottom: 0;
}
.trawell-post-single .entry-media iframe[src*="soundcloud"] {
  height: 300px;
  width: 100%;
}
.error404 .entry-content input[type=text] {
  max-width: 404px;
  margin-right: 10px;
}
.error404 .entry-content input[type=text] + .trawell-button {
  margin-top: -3px;
  padding: 7px 30px;
}
.mejs-container {
  margin-bottom: 2.5rem;
}
.trawell-cover .mejs-container {
  margin-bottom: 0;
}
.airbnb-embed-frame {
  max-width: 600px !important;
  width: 100% !important;
  height: 490px !important;
  margin: 0 auto 10px !important;
}
.trawell-about .trawell-button-hollow {
  margin-left: 10px;
}
#wpstats {
  display: none;
}
.mejs-container.wp-audio-shortcode {
  height: 80px !important;
}
.mejs-audio .mejs-controls {
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pswp__caption__center {
  text-align: center;
}
/* Parallax */
.trawell-parallax .trawell-cover-item {
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
}
.trawell-parallax .trawell-cover-item .entry-image img {
  display: none;
}
/*--------------------------------------------------------------
   Cover Styles
--------------------------------------------------------------*/
.trawell-cover {
  position: relative;
}
.cover-entry {
  max-width: 800px;
}
.cover-entry .trawell-entry {
  margin-left: auto;
  margin-right: auto;
}
.trawell-cover .entry-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.trawell-cover-gallery .gallery .gallery-item,
.entry-media .gallery-columns-1 .gallery-item {
  display: none;
}
.trawell-cover-gallery .gallery.owl-carousel.owl-loaded .gallery-item,
.entry-media .gallery.owl-carousel.owl-loaded .gallery-item {
  display: block;
}
.trawell-cover .mks-maps {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.trawell-cover-gallery {
  height: auto !important;
}
.trawell-cover-gallery .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-carousel {
  display: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.trawell-cover.trawell-cover-gallery .gallery img,
.trawell-cover.trawell-cover-gallery .wp-block-gallery img {
  position: relative;
}
.trawell-cover.trawell-cover-gallery .gallery-item,
.trawell-cover.trawell-cover-gallery .blocks-gallery-item {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.gallery.owl-carousel .gallery-item,
.wp-block-gallery.owl-carousel .blocks-gallery-item {
  padding: 0;
}
.gallery .owl-nav,
.trawell-cover .owl-nav,
.trawell-pre-footer .owl-nav,
.wp-block-gallery.columns-1 .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}
.gallery .owl-nav i,
.trawell-cover .owl-nav i,
.trawell-pre-footer .owl-nav i,
.wp-block-gallery.columns-1 .owl-nav i {
  pointer-events: auto;
  font-size: 3rem;
  color: #333;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.gallery .owl-nav .owl-prev,
.trawell-cover .owl-nav .owl-prev,
.trawell-pre-footer .owl-nav .owl-prev,
.wp-block-gallery.columns-1 .owl-nav .owl-prev,
.gallery .owl-nav .owl-next,
.trawell-cover .owl-nav .owl-next,
.trawell-pre-footer .owl-nav .owl-next,
.wp-block-gallery.columns-1 .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  text-align: center;
  position: absolute;
  opacity: 0;
  top: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "FontAwesome";
}
.gallery .owl-nav .owl-prev:before,
.trawell-cover .owl-nav .owl-prev:before,
.trawell-pre-footer .owl-nav .owl-prev:before,
.wp-block-gallery.columns-1 .owl-nav .owl-prev:before,
.gallery .owl-nav .owl-next:before,
.trawell-cover .owl-nav .owl-next:before,
.trawell-pre-footer .owl-nav .owl-next:before,
.wp-block-gallery.columns-1 .owl-nav .owl-next:before {
  content: "";
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 0 0 0 0 #FFF, 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 0 #FFF, 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery .owl-nav .owl-prev:hover:before,
.trawell-cover .owl-nav .owl-prev:hover:before,
.trawell-pre-footer .owl-nav .owl-prev:hover:before,
.wp-block-gallery.columns-1 .owl-nav .owl-prev:hover:before,
.gallery .owl-nav .owl-next:hover:before,
.trawell-cover .owl-nav .owl-next:hover:before,
.trawell-pre-footer .owl-nav .owl-next:hover:before,
.wp-block-gallery.columns-1 .owl-nav .owl-next:hover:before {
  -webkit-box-shadow: 0 0 0 4px #fff, 0 3px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 4px #fff, 0 3px 3px 4px rgba(0, 0, 0, 0.3);
}
.gallery .owl-nav .owl-prev:hover,
.trawell-cover .owl-nav .owl-prev:hover,
.trawell-pre-footer .owl-nav .owl-prev:hover,
.wp-block-gallery.columns-1 .owl-nav .owl-prev:hover,
.gallery .owl-nav .owl-next:hover,
.trawell-cover .owl-nav .owl-next:hover,
.trawell-pre-footer .owl-nav .owl-next:hover,
.wp-block-gallery.columns-1 .owl-nav .owl-next:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.gallery .owl-nav .owl-prev,
.trawell-cover .owl-nav .owl-prev,
.trawell-pre-footer .owl-nav .owl-prev,
.wp-block-gallery.columns-1 .owl-nav .owl-prev {
  left: -25px;
}
.gallery .owl-nav .owl-prev i:before,
.trawell-cover .owl-nav .owl-prev i:before,
.trawell-pre-footer .owl-nav .owl-prev i:before,
.wp-block-gallery.columns-1 .owl-nav .owl-prev i:before {
  margin-right: 3px;
}
.gallery .owl-nav .owl-next,
.trawell-cover .owl-nav .owl-next,
.trawell-pre-footer .owl-nav .owl-next,
.wp-block-gallery.columns-1 .owl-nav .owl-next {
  right: -25px;
}
.gallery .owl-nav .owl-next i:before,
.trawell-cover .owl-nav .owl-next i:before,
.trawell-pre-footer .owl-nav .owl-next i:before,
.wp-block-gallery.columns-1 .owl-nav .owl-next i:before {
  margin-left: 3px;
}
.gallery:hover .owl-nav .owl-prev,
.trawell-cover:hover .owl-nav .owl-prev,
.wp-block-gallery.columns-1:hover .owl-nav .owl-prev,
.trawell-pre-footer .widget_meks_instagram:hover .owl-nav .owl-prev,
.gallery:hover .owl-nav .owl-next,
.trawell-cover:hover .owl-nav .owl-next,
.wp-block-gallery.columns-1:hover .owl-nav .owl-next,
.trawell-pre-footer .widget_meks_instagram:hover .owl-nav .owl-next {
  opacity: 1;
}
.entry-content .gallery .owl-nav .owl-prev,
.entry-content .wp-block-gallery.columns-1 .owl-nav .owl-prev,
.entry-media .wp-block-gallery.columns-1 .owl-nav .owl-prev {
  left: 15px;
}
.entry-content .gallery .owl-nav .owl-next,
.entry-content .wp-block-gallery.columns-1 .owl-nav .owl-next,
.entry-media .wp-block-gallery.columns-1 .owl-nav .owl-next {
  right: 15px;
}
.trawell-cover-slider .owl-nav {
  max-width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.entry-media .gallery .owl-nav .owl-prev {
  left: 15px;
}
.entry-media .gallery .owl-nav .owl-next {
  right: 15px;
}
.trawell-cover .archive-title,
.trawell-cover .entry-title {
  color: #FFF;
}
.archive-title {
  margin-bottom: 0;
  line-height: 1;
}
.archive-title + .entry-meta {
  margin-top: 10px;
  display: block;
}
.archive-meta + p,
.archive-title + p {
  margin-top: 15px;
}
.archive-heading p:last-child {
  margin-bottom: 0;
}
/* Home map slider */
.cover-map-wrapper {
  width: 100%;
}
.trawell-cover-item-main {
  height: 100%;
}
.trawell-cover-item {
  position: relative;
}
/* With video */
.trawell-cover-video,
.trawell-cover-video-text {
  position: relative;
  overflow: hidden;
}
.trawell-cover.trawell-cover-video {
  height: auto;
  background-color: #000;
}
.trawell-cover.trawell-cover-video [class^="wp-block"] {
  margin: 0;
}
.trawell-cover-video-item {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.trawell-cover-video-item {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.trawell-cover-video-item video {
  /*     max-width: 100% !important;
    height: auto; */
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trawell-cover-video-item video {
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* % of current element */
}
.trawell-cover iframe {
  display: block;
}
/* Cover endless animation */
.trawell-cover {
  overflow: hidden;
}
.trawell-animation-kenburns .trawell-cover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.trawell-animation-kenburns-start .trawell-cover .entry-image img {
  -webkit-animation: kenburns 40s infinite;
          animation: kenburns 40s infinite;
  /*  animation-fill-mode: forwards; */
}
.trawell-animation-kenburns .trawell-cover.trawell-cover-slider .entry-image img {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*         animation-timing-function: ease-in; */
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*         animation-timing-function: ease-in; */
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.trawell-cover .wp-caption-text {
  position: absolute;
  bottom: 30px;
  z-index: 4;
  font-size: 1.2rem;
  margin: 0;
  padding-top: 10px;
  opacity: 0.8;
}
.trawell-cover .wp-caption-text:after {
  background: #fff;
  bottom: 100%;
  z-index: 4;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  opacity: 1;
}
.trawell-cover .element-pos-rel {
  z-index: 20;
}
.trawell-cover.trawell-cover-slider:before {
  display: none;
}
.gallery .wp-caption-text {
  display: none;
}
.item-overlay .entry-image.no-overlay:after {
  display: none;
}
.cover-entry p:last-child {
  margin-bottom: 0;
}
.trawell-custom-cover-content {
  position: relative;
  z-index: 2;
  text-align: left;
}
body .trawell-cover .wp-block-gallery .blocks-gallery-item {
  width: 100%;
}
.trawell-cover-gallery .wp-block-gallery.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.trawell-cover-gallery .wp-block-gallery .blocks-gallery-item {
  height: 100%;
}
.trawell-cover-gallery .wp-block-gallery .owl-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trawel-cover-map {
  z-index: 1;
}
/*--------------------------------------------------------------
   Layout Styles
--------------------------------------------------------------*/
.entry-image {
  display: block;
}
.trawell-item .entry-title {
  margin-bottom: 0;
}
.trawell-item .entry-image {
  height: 100%;
}
.trawell-item a.entry-image img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trawell-layout-b1 a.entry-image img,
.trawell-layout-b1 .trawell-item .entry-image,
.trawell-layout-b2 a.entry-image img,
.trawell-layout-b2 .trawell-item .entry-image,
.trawell-layout-b3 a.entry-image img,
.trawell-layout-b3 .trawell-item .entry-image {
  height: auto;
}
/* Item overlay general */
.item-overlay {
  position: relative;
}
.item-overlay,
.item-overlay a {
  color: #FFF;
}
.item-overlay .entry-meta,
.item-overlay .entry-meta a {
  color: rgba(255, 255, 255, 0.8);
}
.item-overlay .entry-meta a:hover {
  color: #FFF;
}
.item-overlay .entry-image:after,
.trawell-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.trawell-cover-item .entry-header {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.item-overlay .entry-category span {
  background: #FFF;
  color: #333;
}
.item-overlay .entry-image:after,
.trawell-overlay,
.trawell-cover-item,
.trawell-cover-item .entry-image,
.trawell-cover-item .entry-header,
.trawell-cover-item .entry-category,
.trawell-cover-item .entry-title,
.trawell-cover-item .entry-title a,
.trawell-cover-item .entry-meta,
.trawell-cover-item .entry-meta a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
/* Gradient overlay item */
.trawell-item-gradient .entry-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 60%;
  top: auto;
  bottom: 0;
}
/* Color overlay item */
.trawell-item .trawell-entry {
  margin: 0 auto;
}
.trawell-section .trawell-item {
  margin-bottom: 40px;
}
.trawell-section.trawell-layout-a1 .trawell-item {
  margin-bottom: 30px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
/* Layout a1 */
.trawell-layout-a1 .entry-image {
  margin-bottom: 30px;
}
.trawell-layout-a1 .entry-header + .entry-content {
  margin-top: 25px;
}
.trawell-layout-a1 .more-link {
  display: none;
}
/* Layout a2 */
.trawell-layout-a2 .entry-image {
  margin-bottom: 20px;
}
.trawell-layout-a2 .entry-header + .entry-content {
  margin-top: 20px;
}
/* Layout a3 */
.trawell-layout-a3 .entry-image {
  margin-bottom: 20px;
}
.trawell-layout-a4 .entry-image {
  margin-bottom: 15px;
}
.trawell-layout-e4 .entry-title + .entry-meta,
.trawell-layout-a4 .entry-title + .entry-meta {
  margin-top: 7px;
}
/* Layout B1 */
.trawell-layout-b1 .entry-category + .entry-title {
  margin-top: 7px;
}
.trawell-layout-b1 .entry-title + .entry-meta {
  margin-top: 7px;
}
/* Layout B2 */
.trawell-layout-b2 .entry-category + .entry-title {
  margin-top: 7px;
}
.trawell-layout-b2 .entry-title + .entry-meta {
  margin-top: 5px;
}
.trawell-layout-b2 .entry-header + .entry-content {
  margin-top: 10px;
}
.trawell-layout-b3 .entry-title + .entry-meta {
  margin-top: 5px;
}
.trawell-has-sidebar .trawell-layout-c1 .trawell-entry {
  max-width: 500px;
}
/* Layout C2 */
.trawell-layout-c2 .entry-title {
  padding: 0 80px;
}
/* Layout C3 */
.trawell-layout-c4 .entry-title {
  padding: 0 30px;
}
.trawell-layout-c3 .entry-title {
  padding: 0 60px;
}
.trawell-layout-c4 .entry-title + .entry-meta {
  margin-top: 5px;
}
/* Layout D2 */
.trawell-layout-d1 .element-pos-bottom {
  bottom: 40px;
  left: 40px;
}
.trawell-layout-d1 .trawell-item-gradient .entry-image:after {
  height: 80%;
}
.trawell-layout-d1 .entry-title + .entry-meta {
  margin-top: 15px;
}
.trawell-layout-d2 .element-pos-bottom {
  padding-right: 150px;
}
.trawell-layout-d3 .element-pos-bottom {
  bottom: 30px;
  left: 30px;
  padding-right: 100px;
}
.trawell-layout-d3 .entry-title + .entry-meta,
.trawell-layout-d4 .entry-title + .entry-meta {
  margin-top: 7px;
}
.trawell-layout-d4 .element-pos-bottom {
  bottom: 20px;
  left: 20px;
  padding-right: 60px;
}
/* Layouts with sidebar */
.trawell-has-sidebar .trawell-main .trawell-layout-a2 .entry-image {
  margin-bottom: 20px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-a3 .entry-image {
  margin-bottom: 15px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-a3 .entry-title + .entry-meta {
  margin-top: 7px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-a4 .entry-header + .entry-content {
  margin-top: 15px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-b1 .entry-header + .entry-content {
  margin-top: 15px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-c2 .entry-title {
  padding: 0 60px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-c2 .entry-title + .entry-meta,
.trawell-has-sidebar .trawell-main .trawell-layout-c3 .entry-title + .entry-meta {
  margin-top: 7px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-d1 .entry-title + .entry-meta {
  margin-top: 10px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-d1 .element-pos-bottom {
  bottom: 40px;
  left: 40px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-d2 .element-pos-bottom {
  bottom: 30px;
  left: 30px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-d2 .element-pos-bottom {
  padding-right: 100px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-d3 .element-pos-bottom {
  bottom: 25px;
  left: 25px;
  padding-right: 25px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-cat-c2 .entry-title + .entry-meta,
.trawell-has-sidebar .trawell-main .trawell-layout-cat-c3 .entry-title + .entry-meta,
.trawell-has-sidebar .trawell-main .trawell-layout-cat-c4 .entry-title + .entry-meta {
  margin-top: 5px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-cat-d3 .element-pos-bottom,
.trawell-has-sidebar .trawell-main .trawell-layout-cat-d2 .element-pos-bottom {
  bottom: 30px;
  left: 30px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-cat-d4 .element-pos-bottom {
  bottom: 25px;
  left: 25px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-b2 .entry-category + .entry-title {
  margin-top: 2px;
}
.trawell-has-sidebar .trawell-main .trawell-layout-e3 .entry-title + .entry-meta {
  margin-top: 7px;
}
/* Category Layouts */
.trawell-layout-cat-d2 .entry-title + .entry-meta,
.trawell-layout-cat-d3 .entry-title + .entry-meta,
.trawell-layout-cat-d4 .entry-title + .entry-meta,
.trawell-layout-cat-c3 .entry-title + .entry-meta,
.trawell-layout-cat-c4 .entry-title + .entry-meta {
  margin-top: 5px;
}
.trawell-layout-cat-d4 .element-pos-bottom {
  bottom: 30px;
  left: 30px;
}
.trawell-item.cat-item:after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 10;
  will-change: height;
  -webkit-transition: height 0.15s ease-in-out;
  -moz-transition: height 0.15s ease-in-out;
  -ms-transition: height 0.15s ease-in-out;
  -o-transition: height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out;
}
.trawell-item.cat-item:hover:after {
  height: 12px;
}
div[class*="trawell-layout-cat-"] .trawell-item {
  height: 100%;
  margin-bottom: 0;
  min-height: 200px;
}
.trawell-sections div[class*="trawell-layout-cat-"] .row > div {
  margin-bottom: 50px;
}
.trawell-has-sidebar .trawell-sections div[class*="trawell-layout-cat-"] .row > div {
  margin-bottom: 36px;
}
.trawell-item .trawell-category-placeholder,
.trawell-cover-color .trawell-category-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.trawell-has-sidebar .trawell-layout-d1 .trawell-entry {
  max-width: 500px;
}
.trawell-has-sidebar .trawell-layout-c3 .entry-title {
  padding: 0 30px;
}
/*--------------------------------------------------------------
   Single Post
--------------------------------------------------------------*/
.trawell-entry {
  max-width: 600px;
  width: 100%;
}
.trawell-section-page {
  max-width: 800px;
}
.trawell-entry.trawell-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.trawell-sidebar-mini {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  margin-right: 30px;
  margin-top: 0;
  padding-top: 0;
}
.trawell-sidebar-left .trawell-sidebar-mini {
  margin-right: auto;
  margin-left: 30px;
}
.trawell-sidebar {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 330px;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  margin-left: 30px;
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 330px 0 0 rgba(0, 0, 0, 0.1), 680px 0 0 rgba(0, 0, 0, 0.1), 1030px 0 0 rgba(0, 0, 0, 0.1), 1380px 0 0 rgba(0, 0, 0, 0.1), 1730px 0 0 rgba(0, 0, 0, 0.1), 2080px 0 0 rgba(0, 0, 0, 0.1), 2430px 0 0 rgba(0, 0, 0, 0.1), 2780px 0 0 rgba(0, 0, 0, 0.1), 3130px 0 0 rgba(0, 0, 0, 0.1), 3480px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 330px 0 0 rgba(0, 0, 0, 0.1), 680px 0 0 rgba(0, 0, 0, 0.1), 1030px 0 0 rgba(0, 0, 0, 0.1), 1380px 0 0 rgba(0, 0, 0, 0.1), 1730px 0 0 rgba(0, 0, 0, 0.1), 2080px 0 0 rgba(0, 0, 0, 0.1), 2430px 0 0 rgba(0, 0, 0, 0.1), 2780px 0 0 rgba(0, 0, 0, 0.1), 3130px 0 0 rgba(0, 0, 0, 0.1), 3480px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  padding-top: 30px;
  max-width: 330px;
  width: 330px;
  -webkit-overflow-scrolling: touch;
}
.trawell-sidebar-left .trawell-sidebar {
  margin-left: 0;
  padding-left: 0;
  margin-right: 30px;
  padding-right: 30px;
  -webkit-box-shadow: -330px 0 0 rgba(0, 0, 0, 0.1), -680px 0 0 rgba(0, 0, 0, 0.1), -1030px 0 0 rgba(0, 0, 0, 0.1), -1380px 0 0 rgba(0, 0, 0, 0.1), -1730px 0 0 rgba(0, 0, 0, 0.1), -2080px 0 0 rgba(0, 0, 0, 0.1), -2430px 0 0 rgba(0, 0, 0, 0.1), -2780px 0 0 rgba(0, 0, 0, 0.1), -3130px 0 0 rgba(0, 0, 0, 0.1), -3480px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: -330px 0 0 rgba(0, 0, 0, 0.1), -680px 0 0 rgba(0, 0, 0, 0.1), -1030px 0 0 rgba(0, 0, 0, 0.1), -1380px 0 0 rgba(0, 0, 0, 0.1), -1730px 0 0 rgba(0, 0, 0, 0.1), -2080px 0 0 rgba(0, 0, 0, 0.1), -2430px 0 0 rgba(0, 0, 0, 0.1), -2780px 0 0 rgba(0, 0, 0, 0.1), -3130px 0 0 rgba(0, 0, 0, 0.1), -3480px 0 0 rgba(0, 0, 0, 0.1);
}
.trawell-equal-bg-color .trawell-sidebar {
  margin-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  max-width: 400px;
  width: 400px;
}
.trawell-equal-bg-color .trawell-sidebar .widget {
  padding: 35px 50px;
}
.widget-mini {
  margin-bottom: 17px;
}
.widget-mini span {
  display: block;
}
.widget-mini:after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  margin-top: 20px;
}
.widget-mini:last-child {
  margin-bottom: 0;
}
.widget-mini:last-child:after {
  display: none;
}
.widget-mini .entry-meta span {
  margin: 0 0 10px 0;
}
.widget-mini .entry-meta span:last-child {
  margin: 0;
}
.widget-mini span + span:before {
  display: none;
}
.widget-mini img + span {
  margin-top: 10px;
}
.widget-mini .entry-tags {
  font-size: 0;
  margin-top: 5px;
}
.widget-mini .entry-tags a {
  margin-bottom: 3px;
  margin-right: 3px;
}
.trawell-sidebar-sticky {
  margin-bottom: 0px;
}
.entry-meta-author {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.entry-tags {
  font-size: 0;
  clear: both;
}
.entry-tags a,
.trawell-entry .entry-content .entry-tags a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  line-height: 26px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  padding: 0 10px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 5px;
  margin-bottom: 5px;
}
.trawell-entry .entry-content .entry-tags a:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.trawell-post-single .entry-media iframe {
  display: block;
}
.trawell-post-single .entry-image,
.trawell-post-single .gallery,
.trawell-post-single .entry-media {
  margin-bottom: 30px;
}
.trawell-post-single .entry-header + .entry-content {
  margin-top: 25px;
}
.trawell-post-single .entry-content {
  margin-bottom: 25px;
}
.trawell-post-single .entry-content + .entry-tags {
  margin-bottom: 25px;
}
.trawell-post-single .entry-title {
  margin-bottom: 15px;
}
.widget-is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.trawell-author:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #000;
  display: block;
  margin-top: -15px;
  margin-bottom: 40px;
  opacity: 0.15;
}
/* Author */
.trawell-author {
  margin-bottom: 35px;
}
.trawell-author span {
  display: block;
  line-height: 1;
  margin-bottom: 7px;
}
.author-box-title {
  margin-bottom: 10px;
  margin-top: -7px;
  display: inline-block;
  vertical-align: top;
}
.trawell-author img {
  float: left;
  margin-right: 20px;
}
.trawell-author p:last-of-type {
  margin-bottom: 17px;
}
.trawell-author .excerpt-small {
  margin-left: 170px;
}
.trawell-author .trawell-button-medium {
  margin-right: 5px;
}
.trawell-author .entry-meta {
  margin-bottom: 13px;
}
/* Paginated posts */
.trawell-paginated,
ul.page-numbers,
ul.page-numbers span.current {
  margin-bottom: 25px;
  font-size: 1.4rem;
  line-height: 32px;
  clear: both;
}
ul.page-numbers {
  margin-top: 25px;
  padding: 0;
  margin-bottom: 0;
}
.entry-content .trawell-paginated a:not(.trawell-button),
.entry-content .trawell-paginated > span,
ul.page-numbers a,
ul.page-numbers span.current {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  padding: 0 10px;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 3px;
  width: 34px;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
ul.page-numbers span.current {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content .trawell-paginated a:not(.trawell-button):hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-numbers li {
  display: inline-block;
  vertical-align: top;
}
ul.page-numbers .page-numbers.dots {
  margin: 0 4px;
}
/* Prev next posts */
.prev-next-nav > div {
  display: block;
}
.prev-next-nav > div + div {
  margin-top: 15px;
}
.prev-next-nav a {
  line-height: 1.4;
  font-size: 1.4rem;
}
.trawell-prev-next-link {
  display: block;
}
/* Share */
.trawell-share .meks_ess.rounded.no-labels.outline,
.trawell-share .meks_ess.rounded.no-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 5px;
  margin-left: -3px;
  margin-right: -3px;
}
.trawell-share .meks_ess {
  margin-bottom: -3px;
}
body .trawell-share .meks_ess.rounded.no-labels.outline a,
body .trawell-share .meks_ess.rounded.no-labels a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px !important;
  text-align: center;
  font-size: 1.1rem;
  line-height: 26px;
  -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-top: 0 !important;
  margin-right: 0;
  min-width: auto !important;
  height: auto;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body .trawell-share .meks_ess.rounded a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .trawell-share .meks_ess a:hover {
  background-image: none !important;
}
.trawell-share-single {
  margin-top: 1rem;
}
.trawell-share .meks_ess a span {
  font-size: 14px;
}
.widget-mini .trawell-share a span {
  display: inline-block;
}
.widget-mini .trawell-share .meks_ess.no-labels a span {
  display: none;
}
/* fixes */
.trawell-related .trawell-item .col-7:only-of-type {
  padding-left: 15px;
}
.trawell-sidebar-mini-none .trawell-entry {
  max-width: 800px;
}
.page-template-template-blank .trawell-entry {
  max-width: 100%;
  width: 100%;
}
/*--------------------------------------------------------------
   Menu Main
--------------------------------------------------------------*/
.menu-main,
.trawell-actions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-main li,
.trawell-actions li {
  position: relative;
}
.menu-main li.trawell-mega-menu,
.trawell-actions li.trawell-mega-menu {
  position: static;
}
.menu-main > li,
.trawell-actions > li {
  display: inline-block;
  vertical-align: top;
}
.menu-main ul:not(.trawell-soc-menu),
.trawell-actions ul:not(.trawell-soc-menu) {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 250px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.menu-main ul:not(.trawell-soc-menu) li,
.trawell-actions ul:not(.trawell-soc-menu) li {
  display: block;
}
.menu-main ul:not(.trawell-soc-menu) li a,
.trawell-actions ul:not(.trawell-soc-menu) li a {
  display: block;
  padding: 0 28px 10px;
  text-align: left;
}
.menu-main ul:not(.trawell-soc-menu) li:last-child > a,
.trawell-actions ul:not(.trawell-soc-menu) li:last-child > a {
  padding-bottom: 0;
}
.menu-main > li:hover > ul,
.menu-main > li ul > li:hover > ul {
  display: block;
  -webkit-animation: fadeInFromNone 0.2s ease-out;
          animation: fadeInFromNone 0.2s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.menu-main > li ul:not(.trawell-soc-menu) ul {
  left: 100%;
  top: -25px;
}
.menu-main > li {
  margin: 0 15px;
  padding: 0;
}
.menu-main > li > a {
  padding: 15px 0;
  display: block;
}
.menu-main ul {
  padding: 25px 0;
}
.menu-main > li.menu-item-has-children > a:after {
  content: "\1097b";
  font-family: "trawell-font";
  margin: 0 0 0 7px;
}
.menu-main .sub-menu .menu-item-has-children > a:after {
  content: "\1097d";
  font-family: "trawell-font";
  float: right;
  margin: 0 0 0 7px;
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* Actions */
.trawell-actions > li > span,
.trawell-actions > li > a,
.trawell-actions .trawell-soc-menu li a {
  padding: 11px 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 54px;
  width: 50px;
  text-align: center;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}
.trawell-actions .trawell-soc-menu li a {
  width: 32px;
  font-size: 14px;
  line-height: 31px;
}
.trawell-actions-button > span {
  cursor: pointer;
}
.trawell-actions .sub-menu {
  width: 280px;
  padding: 25px;
}
.trawell-actions input[type=text] {
  height: 40px;
  font-size: 1.4rem;
}
.trawell-actions button {
  padding: 10px 15px 9px;
  font-size: 1.2rem;
  margin-top: 7px;
  width: 100%;
}
.trawell-actions .active .sub-menu,
.trawell-social-icons:hover .sub-menu {
  display: block;
  -webkit-animation: fadeInFromNone 0.2s ease-out;
          animation: fadeInFromNone 0.2s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.trawell-actions .active > .sub-menu {
  opacity: 1;
  right: 0;
  left: auto;
  padding: 20px;
}
.trawell-actions .trawell-soc-menu {
  display: inline-block;
  vertical-align: middle;
}
.trawell-actions .trawell-soc-menu li a {
  padding: 13px 7px;
}
.trawell-actions .sub-menu.trawell-soc-menu-icons a {
  padding: 0;
}
.trawell-actions-button .trawell-social-name {
  display: inline-block;
  opacity: 1;
  margin-left: 10px;
  font-weight: bold;
}
.trawell-cart-count {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  min-width: 18px;
  height: 18px;
  line-height: 8px;
  padding: 5px 0;
  margin-right: 1px;
  position: absolute;
  top: 8px;
  right: 0;
}
.pulse {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  border: none;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
            box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
  }
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
            box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
  }
}
.trawell-hamburger span,
.trawell-action-close span {
  text-transform: uppercase;
  font-size: 1.3rem;
  vertical-align: 3px;
  display: inline-block;
  margin-right: 4px;
  font-weight: bold;
}
.trawell-action-close {
  display: none;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 7px;
  padding: 10px;
  cursor: pointer;
}
.trawell-action-close i {
  font-size: 2rem;
}
.menu-main ul li.trawell-menu-posts {
  padding: 0 25px;
}
.trawell-menu-posts .entry-image {
  float: left;
  margin-right: 10px;
}
.menu-main ul li.trawell-menu-posts a {
  padding: 0;
  text-transform: none;
  line-height: 1.3;
}
.menu-main ul li.trawell-menu-posts .entry-image img {
  max-width: 60px;
}
.trawell-menu-posts > article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin-bottom: 20px;
}
.trawell-menu-posts > article:last-child {
  margin-bottom: 0;
}
.trawell-header li ul.trawell-rev {
  left: auto!important;
  right: 0;
}
.trawell-header li .sub-menu ul.trawell-rev {
  left: auto!important;
  right: 100%;
}
/*--------------------------------------------------------------
   Mega Menu
--------------------------------------------------------------*/
ul.menu-main .trawell-mega-menu > .sub-menu {
  width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  left: 30px;
  margin-top: -23px;
}
ul.menu-main .trawell-mega-menu:hover > .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.menu-main .trawell-mega-menu .sub-menu > li {
  width: 100%;
}
ul.menu-main .trawell-mega-menu .sub-menu > li a {
  padding-left: 0;
  padding-right: 0;
}
ul.menu-main .trawell-mega-menu > .sub-menu > li {
  padding-right: 25px;
}
ul.menu-main .trawell-mega-menu > .sub-menu > li:last-child {
  padding-right: 0;
}
ul.menu-main li.trawell-mega-menu > .sub-menu > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
ul.menu-main .trawell-mega-menu .sub-menu > li:hover .sub-menu,
ul.menu-main .trawell-mega-menu .sub-menu .sub-menu {
  display: block;
  opacity: 1;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-animation: none;
          animation: none;
  padding: 0;
}
ul.menu-main .trawell-mega-menu .sub-menu .sub-menu li {
  text-transform: none;
}
.menu-main .trawell-mega-menu .sub-menu .menu-item-has-children > a:after {
  display: none;
}
/*--------------------------------------------------------------
   WordPress Elements
--------------------------------------------------------------*/
.wp-caption {
  position: relative;
}
.wp-caption-text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
}
.wp-caption-text:after {
  content: "";
  height: 1px;
  width: 30px;
  background: #000;
  display: block;
  margin-top: 10px;
  opacity: 0.15;
}
.wp-caption-text a {
  text-decoration: none;
}
.aligncenter,
.alignnone {
  clear: both;
  display: block;
  margin: 0 auto 25px;
  max-width: 100%;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
  max-width: 100%;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.sticky .entry-title a:before {
  content: "\1099e";
  font-family: "trawell-font";
  line-height: 1;
  outline: 0;
  font-size: 80%;
  margin-right: 10px;
}
/*--------------------------------------------------------------
 Gallery
--------------------------------------------------------------*/
.gallery {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.gallery-item,
.blocks-gallery-item {
  display: inline-block;
  padding: 0 1px 1px 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66%;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28%;
      -ms-flex: 0 0 14.28%;
          flex: 0 0 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.11%;
      -ms-flex: 0 0 11.11%;
          flex: 0 0 11.11%;
}
.gallery-icon {
  height: 100%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-icon img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.blocks-gallery-item a,
.blocks-gallery-item a:hover,
.blocks-gallery-item:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-item a img,
.blocks-gallery-item a img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.trawell-section .entry-content .gallery-item a,
.trawell-section .entry-content .gallery-item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.trawell-cover-gallery .gallery-item a,
.trawell-cover-gallery .blocks-gallery-item a {
  display: block;
}
.owl-item .wp-cation-text {
  display: none;
}
/*--------------------------------------------------------------
   Form Elements
--------------------------------------------------------------*/
input[type=number],
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=date],
input[type=search],
select,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  outline: 0;
  line-height: 1;
  width: 100%;
  font-size: 100%;
  margin: 0;
  height: 36px;
  vertical-align: baseline;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: transparent;
}
textarea {
  height: 150px;
  display: block;
  padding: 10px;
  line-height: 1.6;
}
form label {
  font-size: 1.4rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}
select {
  width: 100%;
}
select option {
  display: block;
}
button {
  outline: none;
}
.s2_form_widget input[type="submit"] {
  min-width: 120px;
}
div.wpcf7-response-output,
#usp-success-message,
#usp-error-message {
  margin: 0;
  padding: 10px 20px;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
div.wpcf7-validation-errors,
.error,
.usp-callout-failure {
  color: #FFF;
  background: #e74c3c;
}
div.wpcf7-mail-sent-ok,
.success,
#usp-success-message {
  color: #FFF;
  background: #27ae60;
}
.success,
.error,
#usp-success-message {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
span.wpcf7-not-valid-tip {
  display: none;
  position: absolute;
  top: -6px;
  right: 3px;
  left: auto;
  padding: 6px 10px;
  border: none;
  color: white;
  background: #f1c40f;
}
.invalid span.wpcf7-not-valid-tip {
  display: block;
}
textarea.wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid {
  border-color: #f1c40f;
}
.wpcf7-form label {
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="password"],
.wpcf7-form select,
.wpcf7-form textarea {
  margin-top: 10px;
}
.wpcf7-form p {
  margin-bottom: 10px;
}
.wpcf7-form input[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button,
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form input[type=submit] {
  min-width: 100px;
}
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:focus,
body div.wpforms-container-full .wpforms-form input[type=submit]:active,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  border: none;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: inherit;
  display: block;
  margin-bottom: 10px;
}
input::-webkit-input-placeholder {
  line-height: normal!important;
}
#mc-embedded-subscribe {
  width: 100%;
}
.entry-content input[type="submit"] {
  margin-top: 0;
}
.entry-content form {
  margin-bottom: 2.5rem;
}
/*--------------------------------------------------------------
   Widgets
--------------------------------------------------------------*/
.trawell-sidebar .widget {
  padding: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.trawell-sidebar .widget:last-child {
  margin-bottom: 0;
}
.trawell-sidebar .widget-title {
  margin-bottom: 20px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  margin-bottom: 7px;
  position: relative;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget p {
  margin-bottom: 15px;
}
.widget p:last-child {
  margin-bottom: 0;
}
.trawell-sidebar .widget.widget-no-padding {
  padding: 0;
  background: none;
  border: none;
}
.trawell-sidebar .widget.widget-no-padding .widget-title {
  border-bottom: none;
  padding-bottom: 0;
}
.trawell-widget-unwrap .widget.trawell-highlight {
  padding: 25px;
}
.tagcloud {
  font-size: 0;
}
.tagcloud a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.1rem !important;
  font-weight: normal;
  line-height: 26px !important;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  padding: 0 10px;
  height: 26px;
  margin-bottom: 5px;
  margin-right: 5px;
}
/*Accordion Functionality Widget*/
.widget .sub-menu,
.widget .children {
  display: none;
  margin: 10px 0 10px 10px;
}
.widget .menu-item-has-children .trawell-accordion-nav,
.widget .page_item_has_children .trawell-accordion-nav,
.widget .cat-parent .trawell-accordion-nav {
  position: absolute;
  right: -10px;
  height: 28px;
  width: 32px;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  top: -3px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.active > .trawell-accordion-nav {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* Category widget */
.cat-item {
  position: relative;
}
.widget_categories .count {
  position: absolute;
  right: 0;
  top: 1px;
  height: 21px;
  -webkit-border-radius: 13px;
          border-radius: 13px;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 21px;
  padding: 0 10px;
  min-width: 30px;
}
/*Calendar Widget*/
.widget_calendar table {
  background: transparent;
  width: 100%;
  table-layout: fixed;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.widget_calendar table thead {
  font-size: 1.2rem;
}
.widget_calendar table thead th {
  text-align: center;
  padding: 8px;
}
.widget_calendar table tbody td {
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}
.widget_calendar table tfoot {
  background: transparent;
}
.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget_calendar table caption {
  font-size: 1rem;
  position: absolute;
  top: 21px;
  right: 30px;
  text-transform: uppercase;
  opacity: 0.7;
}
.widget_calendar table tbody td a {
  display: inline-block;
  min-width: 16px;
  height: 25px;
}
.widget_calendar {
  padding: 0;
  position: relative;
}
.widget_calendar #today {
  position: relative;
}
.widget_calendar #today:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: -15px 0 0 -15px;
}
.widget select {
  font-size: inherit;
}
.widget p:empty {
  margin: 0;
}
.widget .post-date {
  display: block;
}
.meks-instagram-widget div > a {
  overflow: hidden;
}
.rss-date {
  display: block;
  margin-bottom: 5px;
}
.widget_rss ul li {
  margin-bottom: 15px;
}
.widget a.rsswidget {
  font-size: inherit;
  line-height: inherit;
}
.rss-widget-icon {
  display: none;
}
.widget .trawell-button {
  width: 100%;
}
ul.mks_social_widget_ul li {
  margin-bottom: 0;
}
.widget .mks_themeforest_widget_ul {
  margin: 0 -2px;
}
.widget .mks_read_more,
.mks_autor_link_wrap {
  margin-top: 10px;
}
.widget .mks_read_more a {
  width: 100%;
  margin-top: 0;
  text-align: center;
  font-weight: normal;
}
.widget .mks_autor_link_wrap a {
  text-align: center;
  font-weight: normal;
  margin-top: 0;
}
.widget.mks_author_widget img {
  float: none;
  max-width: 300px;
  margin: -25px -25px 20px;
}
.widget.mks_author_widget p {
  margin-top: 5px;
}
.widget.mks_author_widget .widget-title {
  margin-bottom: 33px;
}
.mks_author_widget h3 {
  margin-top: 5px;
  display: block;
  margin-bottom: 15px;
}
.mks_author_widget h3 a {
  font-size: inherit;
}
.mks_author_widget a {
  display: block;
}
.trawell-responsive-nav {
  display: none;
}
.widget .menu-item a {
  display: block;
}
.trawell_posts_widget article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.trawell_posts_widget article:last-child {
  margin-bottom: 0;
}
.trawell_posts_widget .entry-image {
  margin-right: 10px;
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.trawell_posts_widget .entry-title + .entry-meta {
  margin-top: 3px;
}
.trawell_posts_widget .trawell-item .entry-meta span + span {
  margin: 0 0 0 5px;
}
.trawell_posts_widget .trawell-item .entry-meta span + span:before {
  margin-right: 5px;
}
.trawell_posts_widget .entry-header {
  margin-top: -5px;
  line-height: 1.4;
}
.trawell_posts_widget .trawell-item .entry-title {
  line-height: 1.4;
}
/*Responsive Menu widgets*/
.widget .trawell-more-links ul li:last-child {
  margin-bottom: 7px;
}
.trawell-sidebar .widget.trawell-responsive-nav .trawell-soc-menu li {
  margin-bottom: 0;
}
.trawell-sidebar .widget.trawell-responsive-nav:last-child {
  margin-bottom: 50px;
}
.trawell-responsive-item .trawell-cart-text {
  display: inline-block;
}
.trawell-responsive-item:before {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  margin: 20px 0;
}
.widget .mejs-video {
  max-height: 168.75px;
}
/*--------------------------------------------------------------
   Pre-Footer
--------------------------------------------------------------*/
.trawell-pre-footer {
  overflow: hidden;
}
.trawell-pre-footer .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.trawell-pre-footer .meks-instagram-follow-link {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  height: 46px;
  margin-left: -55px;
  margin-top: -13px;
}
.trawell-pre-footer {
  position: relative;
}
.trawell-pre-footer .mks_author_link.meks-widget-cta {
  display: block;
  height: 46px;
  padding: 15px 0;
  font-size: 1.2rem;
  color: #333;
  text-transform: uppercase;
  width: 110px;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.trawell-pre-footer .mks_author_link.meks-widget-cta:after {
  content: "";
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 0 #FFF, 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 0 #FFF, 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.trawell-pre-footer .menu li a {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.trawell-pre-footer .widget_meks_instagram:hover .mks_author_link.meks-widget-cta {
  opacity: 1;
}
.trawell-pre-footer .mks_author_link.meks-widget-cta:hover:after {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 1px #fff, 0 3px 3px rgba(0, 0, 0, 0.3);
}
.menu-pre-footer-menu-container {
  margin-left: auto;
  margin-right: auto;
}
.trawell-pre-footer .menu {
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.trawell-pre-footer .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.trawell-pre-footer .menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.trawell-pre-footer ul li {
  margin-bottom: 0;
}
.trawell-pre-footer .menu ul {
  display: none;
}
.trawell-pre-footer .menu li a {
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 20px;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.trawell-pre-footer .menu li a:hover {
  opacity: 0.8;
}
.trawell-pre-footer .menu li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.trawell-pre-footer .menu {
  padding-top: 20px;
}
.trawell-pre-footer p:only-of-type {
  margin-bottom: 0;
}
.trawell-pre-footer .meks-widget-cta .fa {
  display: none;
}
/*--------------------------------------------------------------
   Button Styles
--------------------------------------------------------------*/
.trawell-button,
input[type="submit"],
.comment-reply-link,
.trawell-pagination a,
.page-numbers.current,
.widget .mks_read_more a,
.widget .mks_autor_link_wrap a,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button,
button {
  padding: 8px 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.5px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
}
.trawell-cover .trawell-button + .trawell-button {
  margin-left: 10px;
}
.form-submit input[type="submit"],
.trawell-button-large,
.mks_read_more a {
  padding: 9px 30px;
}
.trawell-button-medium {
  padding: 5px 15px;
  font-size: 1.1rem;
  margin-top: 0;
}
.trawell-button-small,
.comment-reply-link {
  font-size: 1rem;
  padding: 3px 15px;
}
.form-submit input[type="submit"] {
  margin-top: 0;
}
.trawell-button-square-medium {
  width: 31px;
  padding: 0;
  text-align: center;
  font-size: 1.3rem;
  height: 31px;
  line-height: 31px;
}
/*--------------------------------------------------------------
   Comments
--------------------------------------------------------------*/
.comment-form .comment-notes,
.comment-form .logged-in-as {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.comment-form-subscriptions {
  display: inline-block;
  vertical-align: middle;
  font-size: 85%;
  margin-bottom: 0;
  margin-top: 15px;
}
.form-submit {
  float: left;
  margin-right: 20px;
}
.comment-respond form:after {
  content: "";
  display: table;
  clear: both;
}
.comment-list {
  margin: 0;
  padding: 0;
}
.fn {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.says {
  display: none;
}
.comment-author img {
  float: left;
  margin-right: 25px;
}
.comment-content {
  margin-top: 10px;
  margin-left: 85px;
}
.comment-body {
  margin-bottom: 40px;
}
.comment-reply-link {
  margin-top: 0;
  margin-left: 85px;
}
.comment-content p {
  margin-bottom: 15px;
}
.comment-list li > ul,
.comment-list li > ol,
.comment-list > li.comment:last-child > .comment-body:last-child {
  margin-bottom: 0;
}
.comment > .children {
  padding: 0 0 0 85px;
}
.pingback .comment-content {
  margin-left: 0;
}
.comment-respond {
  position: relative;
}
.comment-respond .section-title + small {
  position: absolute;
  top: 14px;
  right: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  padding-left: 5px;
}
.comment-respond .section-title {
  margin-bottom: 10px;
}
.comment-form {
  margin-bottom: 20px;
}
.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url] {
  height: 40px;
  padding: 5px 10px;
  font-size: 1.4rem;
}
.comment-form textarea {
  padding: 10px;
  font-size: 1.4rem;
}
.comment-form p {
  margin-bottom: 15px;
}
.comment-form label {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.comment-form .form-submit {
  margin-top: 10px;
}
.comment-body + .comment-respond {
  margin-top: -20px;
}
.bypostauthor .fn:after {
  opacity: 0.8;
  content: "\109c0";
  font-family: trawell-font;
  width: 20px;
  padding: 0;
  text-align: center;
  margin-left: 7px;
  font-size: 1.4rem;
  vertical-align: 1px;
}
.comment-respond .section-title small a:before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  margin-right: 13px;
  margin-top: -4px;
  margin-left: 13px;
}
.comment-respond .section-title small {
  width: 150px;
  font-size: 100%;
}
.comment-respond .section-title small a {
  opacity: 0.8;
}
.comment-respond .section-title small a:hover {
  opacity: 1;
}
.comment-respond .section-title small a {
  font-size: 80%;
}
.comment-form-cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* comments GDPR session field */
.comment-form-cookies-consent input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.comment-form-cookies-consent label {
  display: inline-block;
  margin-left: 8px;
}
/*--------------------------------------------------------------
   Pagination Styles
--------------------------------------------------------------*/
.trawell-pagination {
  position: relative;
  min-height: 44px;
  clear: both;
  text-align: center;
  width: 100%;
  line-height: 27px;
}
.trawell-pagination a {
  margin-top: 0;
}
.trawell-pagination {
  margin: 0 auto 50px;
  padding-top: 0;
}
.nav-links {
  position: relative;
}
.prev-next.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.trawell-pagination .page-numbers,
.trawell-pagination .page-numbers.current {
  padding: 8px 0;
}
.trawell-load-more a,
.trawell-pagination a.next,
.trawell-pagination a.prev,
.trawell-infinite-scroll a {
  height: 44px;
  min-width: 150px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.trawell-pagination .page-numbers,
.trawell-link-pages a,
.trawell-link-pages span {
  height: 44px;
  width: 44px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.page-numbers.dots {
  padding-top: 5px;
}
.trawell-pagination a.next {
  right: 0;
}
.trawell-pagination a.prev {
  left: 0;
}
.trawell-pagination a.prev,
.trawell-pagination a.next {
  position: absolute;
  top: 0;
}
.trawell-loader {
  width: 44px;
  height: 44px;
  position: absolute;
  margin-left: -25px;
  top: 0;
  left: 50%;
  opacity: 0;
  z-index: 1;
}
.trawell-loader-active .trawell-loader {
  opacity: 1;
}
.trawell-loader-active a {
  opacity: 0;
}
.trawell-pagination .load-more a {
  padding: 8px 20px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.trawell-infinite-scroll a {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.trawell-link-pages {
  text-align: left;
  margin-bottom: 30px;
}
.trawell-link-pages a,
.trawell-link-pages span {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.trawell-front-page .trawell-pagination {
  margin: 0 auto 40px;
  border-top: none;
  padding-top: 10px;
}
/*--------------------------------------------------------------
   Meks Widgets
--------------------------------------------------------------*/
.widget.mks_ads_widget .widget-title {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 7px;
}
.mks_adswidget_ul.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
body .mks_ads_widget .small li,
body .mks_ads_widget ul.custom li,
body .mks_adswidget_ul.small li,
body .mks_adswidget_ul.custom li {
  display: inline-block;
  margin: 0 5px 10px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.widget ul.flickr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.widget.mks_flickr_widget ul.flickr li {
  width: auto;
  float: none;
  margin: 0 1px 1px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 82px;
      -ms-flex: 0 0 82px;
          flex: 0 0 82px;
  overflow: hidden;
}
ul.flickr img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
ul.flickr li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.widget.mks_flickr_widget ul.flickr img {
  opacity: 1;
}
/* Booking.com WordPress widget */
body #flexi_searchbox {
  font: inherit;
  padding: 10px;
}
body #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton,
body #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton:hover {
  width: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 0;
  font-family: inherit;
  margin: 0;
}
body #flexi_searchbox #b_searchboxInc > h3 {
  font-family: inherit;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
   Page Styles
--------------------------------------------------------------*/
.author-box-title + .entry-meta {
  margin-top: -8px;
}
article.page.trawell-post-single:after {
  display: none;
}
.trawell-page-authors .trawell-author:before {
  display: none;
}
.trawell-page-authors .trawell-author {
  margin-bottom: 50px;
}
.trawell-page-authors .trawell-author:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
   Footer
--------------------------------------------------------------*/
.trawell-pre-footer {
  text-align: center;
}
.trawell-footer {
  padding: 60px 0;
}
.trawell-footer .widget {
  margin-bottom: 30px;
}
.trawell-footer .widget:last-child {
  margin-bottom: 0;
}
.trawell-footer .widget-title {
  margin-bottom: 15px;
}
body .trawell-footer p a,
body .trawell-footer p a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.clearfix-after:after {
  content: "";
  display: table;
  clear: both;
}
.allow-overflow {
  overflow: visible;
}
.margin-padding-reset {
  margin: 0;
  padding: 0;
}
.no-margin {
  margin: 0;
}
.no-left-padding {
  padding-left: 0;
}
.opacity-50 {
  opacity: 0.5;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal) {
  img {
    image-rendering: unset;
  }
}
/*--------------------------------------------------------------
   Meks Shortcodes
--------------------------------------------------------------*/
a.mks_button {
  padding: 8px 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  line-height: 22px;
}
a.mks_button_small {
  font-size: 1rem;
  padding: 3px 15px;
  line-height: 22px;
}
a.mks_button_medium {
  padding: 5px 15px;
  font-size: 1.1rem;
  margin-top: 0;
  line-height: 19px;
}
.mks_button.rounded {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.mks_dropcap {
  height: 65px;
  width: 65px;
  line-height: 65px;
  padding: 0 20px 10px;
}
.mks_pullquote_left {
  margin: 0 30px 20px 0;
}
.mks_pullquote_right {
  margin: 0 0 20px 30px;
}
.mks_pullquote {
  line-height: 1.65;
}
.mks_ico {
  float: none;
  display: inline-block;
}
/*--------------------------------------------------------------
   Breadcrumbs
--------------------------------------------------------------*/
.trawell-breadcrumbs {
  font-size: 1.4rem;
  position: relative;
}
.trawell-breadcrumbs:after {
  width: 40px;
  content: "";
  height: 1px;
  display: block;
  margin: 20px 0 25px;
  background: #ddd;
}
.trawell-breadcrumbs-center .trawell-breadcrumbs {
  text-align: center;
}
.trawell-breadcrumbs-center .trawell-breadcrumbs:after {
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
   Map Styles
--------------------------------------------------------------*/
.mks-map-entry-category a {
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 2;
  padding: 0;
  background: transparent;
}
.mks-map-entry-meta > span {
  font-size: 1.2rem;
}
.mks-map-entry-meta > span + span:before {
  content: "";
  width: 1px;
  height: 17px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -1px;
}
.mks-map-entry-meta span + span:before {
  margin-right: 10px;
}
.mks-map-entry-category + .mks-map-entry-header {
  margin-top: 7px;
}
.mks-map-entry-format,
.mks-map-entry-category {
  display: inline-block;
  vertical-align: middle;
}
.mks-map-entry-format {
  margin-bottom: -4px;
  margin-right: 8px;
}
.trawell-msg {
  height: 100%;
  color: #FFF;
}
.trawell-msg a {
  text-decoration: underline;
}
.mks-map-element-pos-abs,
.mks-map-element-pos-abs .entry-title a {
  color: #333;
}
/*--------------------------------------------------------------
   Ads
--------------------------------------------------------------*/
.trawell-ad {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.trawell-ad-single-top,
.trawell-ad-single-bottom {
  margin-bottom: 2.5rem;
}
.wp-block-latest-posts.is-grid {
  padding: 0 10px 0 21px;
}
ol.wp-block-latest-comments li {
  margin-bottom: 25px;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
}
.entry-content .wp-block-latest-posts__post-date {
  margin-left: 22px;
}
.wp-block-post-template li {
  list-style: none !important;
}
/** === Button Block === */
.wp-block-button__link {
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.5px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.wp-block-button__link {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.is-style-outline .wp-block-button__link:hover {
  border-color: inherit;
}
.wp-block-button__link:hover {
  opacity: 0.9;
}
.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0;
          border-radius: 0;
}
/** === Code Block === */
.wp-block-code,
.wp-block-preformatted pre {
  padding: 40px;
  margin-bottom: 35px;
  font-family: monospace,monospace;
}
@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 12px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 12px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 12px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 12px;
  }
}
.wp-block-column p:only-of-type {
  margin-bottom: 0;
}
@media (max-width: 782px) {
  .wp-block-columns {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (max-width: 660px) {
  .wp-block-columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wp-block-column,
  .wp-block-separator,
  .wp-block-embed,
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-pullquote.is-style-solid-color blockquote p,
  .entry-content .wp-block-quote,
  .wp-block-media-text,
  .wp-block-table {
    margin-bottom: 10px;
  }
  .wp-block-gallery {
    margin-bottom: 4px;
  }
}
/** === Cover Image Block === */
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
  position: relative;
  z-index: 2;
}
.wp-block-cover-image.aligncenter {
  margin: 0 0 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  line-height: 1.4;
}
/** === Embed Block === */
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
  text-align: center;
}
/** === Gallery Block === */
body .wp-block-gallery.aligncenter,
.wp-block-gallery.alignnone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-gallery {
  margin: 0;
}
.wp-block-gallery .blocks-gallery-item {
  margin: 0 0 1px;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-item a {
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-block-gallery .blocks-gallery-item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-block-gallery {
  margin-bottom: 3rem;
}
.trawell-cover-gallery .wp-block-gallery.aligncenter {
  opacity: 0;
}
.trawell-cover-gallery .wp-block-gallery.aligncenter.owl-loaded {
  opacity: 1;
}
.owl-carousel.wp-block-gallery .blocks-gallery-item figure {
  display: inline-block;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-2 .blocks-gallery-image,
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: -webkit-calc((100% - 1px * 2) / 2);
    width: calc((100% - 1px * 2) / 2);
    margin-right: 1px;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: -webkit-calc((100% - 1px * 2) / 3);
    width: calc((100% - 1px * 2) / 3);
    margin-right: 1px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: -webkit-calc((100% - 1px * 3) / 4);
    width: calc((100% - 1px * 3) / 4);
    margin-right: 1px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: -webkit-calc((100% - 1px * 4) / 5);
    width: calc((100% - 1px * 4) / 5);
    margin-right: 1px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: -webkit-calc((100% - 1px * 5) / 6);
    width: calc((100% - 1px * 5) / 6);
    margin-right: 1px;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: -webkit-calc((100% - 1px * 6) / 7);
    width: calc((100% - 1px * 6) / 7);
    margin-right: 1px;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: -webkit-calc((100% - 1px * 7) / 8);
    width: calc((100% - 1px * 7) / 8);
    margin-right: 1px;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
  .wp-block-gallery .blocks-gallery-image:last-child,
  .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  pointer-events: none;
}
/** === Image Block === */
.wp-block-image.alignfull {
  max-width: initial;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
  position: relative;
  z-index: 2;
}
.alignleft figcaption {
  text-align: left;
}
.wp-block-image figcaption {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
.wp-block-image figcaption:after {
  content: "";
  height: 1px;
  width: 30px;
  background: #000;
  display: block;
  margin-top: 10px;
  opacity: 0.15;
}
.wp-block-image .alignleft {
  margin-right: 25px;
  margin-top: 10px;
  margin-bottom: 0;
}
.wp-block-image .alignright {
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 0;
}
.wp-block-image.alignfull figcaption {
  text-align: center;
}
.wp-block-image.alignfull figcaption:after {
  margin: 10px auto 0;
}
@media (max-width: 730px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
/** === List Block === */
@media (max-width: 940px) {
  .comment-content ol,
  .comment-content ul,
  .entry-content > dl,
  .entry-content > ol,
  .entry-content > ul {
    margin-bottom: 15px;
    padding: 0;
  }
}
.wp-block-video video {
  max-width: 100%;
}
.trawell-sidebar-none .wp-block-embed.alignfull {
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wp-block-video video {
  max-width: 100%;
}
/** === Media Text Block === */
/** === Drop Cap and Subhead Block === */
p.has-drop-cap:not(:focus)::first-letter {
  font-size: 8rem;
  margin: 10px 20px 0 0;
}
/** === Preformatted Block, Verse Block === */
/** === Pullquote Block === */
.wp-block-pullquote {
  padding: 50px 100px;
  border-bottom: 2px solid;
  border-top: 2px solid;
  text-align: left;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: initial;
  margin-right: initial;
  max-width: 100%;
}
.wp-block-pullquote blockquote:after {
  display: none;
}
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 22px;
  line-height: 30px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  line-height: 34px;
  font-style: normal;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 25px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote cite {
  font-size: 85%;
  font-style: normal;
}
.wp-block-pullquote blockquote {
  margin: 0;
  padding-left: 0;
}
.wp-block-pullquote blockquote:before {
  display: none;
}
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
  text-align: center;
}
.wp-block-pullquote.aligncenter {
  padding: 40px 80px 40px;
}
.wp-block-pullquote.alignfull blockquote {
  max-width: 700px;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  padding: 40px;
  margin-top: 8px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.is-style-solid-color.alignright blockquote p,
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p {
  font-size: 22px;
  line-height: 32px;
}
.wp-block-pullquote.alignleft {
  text-align: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.wp-block-pullquote.alignright {
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
}
.wp-block-pullquote.alignleft cite,
.wp-block-pullquote.alignright cite {
  font-size: 75%;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 400px;
}
/** === Blockquote Block === */
blockquote.aligncenter:after {
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignright:after {
  margin-left: auto;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 0 0 0 50px;
  margin: 35px 0 35px;
  border-left: 0;
  line-height: 1.65;
  font-size: 2.2rem;
}
.wp-block-quote cite {
  font-size: 85%;
}
@media (max-width: 729px) {
  blockquote.wp-block-quote,
  .wp-block-quote.is-style-large {
    padding: 0  20px;
  }
  .wp-block-pullquote blockquote {
    padding: 0;
  }
  .wp-block-quote cite,
  .wp-block-pullquote cite,
  .wp-block-pullquote footer {
    margin-top: -15px;
  }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p,
  .wp-block-pullquote p,
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 2.4rem;
  }
  .wp-block-pullquote:not(.is-style-solid-color):not(.alignwide) blockquote {
    max-width: 350px;
  }
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-pullquote {
    padding: 40px;
  }
}
@media (max-width: 400px) {
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p,
  .wp-block-pullquote p,
  .wp-block-pullquote.is-style-solid-color blockquote p {
    margin-bottom: 1.5rem;
  }
}
/** === Separator Block === */
.wp-block-separator {
  max-width: 180px;
}
.wp-block-separator:not(.is-style-dots) {
  border: none;
}
.is-style-wide {
  max-width: 100%;
  width: 100%;
}
/** === Table Block === */
.wp-block-table td,
.wp-block-table th {
  border: none;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-calendar table th {
  background: transparent;
}
.wp-block-calendar tfoot a {
  color: inherit;
  text-decoration: none;
}
.wp-block-calendar #prev {
  text-align: left;
}
.wp-block-calendar #next {
  text-align: right;
}
.entry-content .wp-block-rss li,
.wp-block-rss li {
  list-style: none;
  margin-bottom: 20px;
}
.wp-block-rss {
  padding-left: 0;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
}
.wp-block-tag-cloud a,
.entry-content .wp-block-tag-cloud a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.1rem !important;
  line-height: 26px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0 10px;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-shadow: none !important;
}
.trawell-sidebar-none .alignwide {
  width: -webkit-calc(100% + 10rem);
  width: calc(100% + 10rem);
  margin-left: -webkit-calc(-5rem);
  margin-left: calc(-5rem);
  margin-right: -webkit-calc(-5rem);
  margin-right: calc(-5rem);
  max-width: initial;
}
.trawell-sidebar-none .alignfull {
  position: relative;
}
.alignfull img,
.entry-content video,
.entry-content iframe {
  width: 100%;
}
.alignleft {
  margin-right: 25px;
}
.alignright {
  margin-left: 25px;
}
.wp-block-column,
.wp-block-separator,
.wp-block-embed,
.wp-block-image,
.wp-block-pullquote,
.entry-content .wp-block-quote,
.wp-block-media-text,
.wp-block-table,
.wp-block-categories,
.alignnone,
.gallery.gallery-columns-1,
.wp-audio-shortcode,
.wp-video,
.wp-block-audio,
.entry-content .fluid-width-video-wrapper {
  margin-bottom: 2.5rem;
}
@media (max-width: 940px) {
  .trawell-sidebar-none .alignwide {
    width: -webkit-calc(100% + 4rem);
    width: calc(100% + 4rem);
    margin-left: -webkit-calc(-2rem);
    margin-left: calc(-2rem);
    margin-right: -webkit-calc(-2rem);
    margin-right: calc(-2rem);
    max-width: initial;
  }
}
@media (max-width: 400px) {
  .trawell-sidebar-none .alignwide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
  }
}
@media (max-width: 729px) {
  .wp-block-column,
  .wp-block-separator,
  .wp-block-embed,
  .wp-block-image,
  .wp-block-pullquote,
  .entry-content .wp-block-quote,
  .wp-block-media-text,
  .wp-block-table,
  .wp-block-categories,
  .alignnone,
  .gallery.gallery-columns-1,
  .wp-audio-shortcode,
  .wp-video,
  .wp-block-audio,
  .entry-content .fluid-width-video-wrapper {
    margin-bottom: 1.5rem;
  }
}
.trawell-item a.entry-image img,
.trawell-cover .entry-image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}
/*--------------------------------------------------------------
   Responsive
--------------------------------------------------------------*/
@media (min-width: 1260px) {
  .trawell-sidebar {
    margin-left: 50px;
    padding-left: 50px;
    margin-top: -50px;
    padding-top: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 350px;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    max-width: 350px;
    width: 350px;
    padding-bottom: 50px !important;
  }
  .trawell-sidebar .widget {
    margin-bottom: 50px;
  }
  .trawell-main {
    margin-top: 50px;
  }
  .trawell-sidebar-mini {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 50px;
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
  .trawell-sidebar-left .trawell-sidebar-mini {
    margin-right: auto;
    margin-left: 50px;
  }
  .trawell-sidebar-left .trawell-sidebar {
    margin-right: 50px;
    padding-right: 50px;
  }
  .archive-heading {
    margin: 0 auto 50px;
  }
  .trawell-cover .archive-heading {
    margin-bottom: 0;
  }
  .trawell-section.trawell-layout-a1 .trawell-item {
    margin-bottom: 50px;
  }
  div[class*="trawell-layout-c"] .trawell-item,
  div[class*="trawell-layout-d"] .trawell-item {
    min-height: 180px;
  }
  div[class*="trawell-layout-d1"] .trawell-item {
    min-height: 360px;
  }
  .trawell-cover-video-item video {
    width: 100%;
  }
}
/* ipad up */
@media (min-width: 1024px) {
  .trawell-sidebar,
  .trawell-top-bar {
    display: block;
  }
  .trawell-sidebar-none .trawell-sidebar {
    display: none;
  }
  .trawell-sidebar-action-open .trawell-body-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body .trawell-header-sticky .container {
    height: 70px;
  }
  body .trawell-header-sticky .container .trawell-logo {
    max-height: 50px;
  }
}
/* Tablets */
@media (max-width: 1100px) {
  .trawell-has-sidebar .trawell-sections .trawell-section:first-child .section-title {
    margin-top: -7px;
  }
  .trawell-section,
  .trawell-section .trawell-item,
  .trawell-sections div[class*=trawell-layout-cat-] .row > div,
  .trawell-section.trawell-layout-a1 .trawell-item {
    margin-bottom: 30px;
  }
  .section-title {
    margin-bottom: 15px;
  }
  .section-title span {
    line-height: 30px;
    height: 30px;
  }
  body .display-2,
  body .display-2-text {
    font-size: 6rem;
  }
  .trawell-numbers-meta {
    font-size: 1.4rem;
    margin-left: 10px;
  }
  .trawell-footer {
    padding: 40px 0;
  }
  .trawell-cover-slider .owl-nav {
    max-width: 880px;
    margin-left: -440px;
  }
  body .display-1,
  body .trawell-cover .archive-title {
    font-size: 4.9rem;
  }
  .cover-entry {
    max-width: 700px;
  }
  .trawell-layout-a1 .entry-image {
    margin-bottom: 20px;
  }
  .trawell-layout-a1 .entry-header + .entry-content {
    margin-top: 20px;
  }
  .trawell-has-sidebar .trawell-main .trawell-layout-b1 .entry-header + .entry-content,
  .trawell-layout-a2 .entry-header + .entry-content,
  .entry-header + .entry-content,
  .entry-meta + .entry-content,
  .entry-meta + p {
    margin-top: 10px;
  }
  .trawell-layout-b1 .trawell-item .col-12:last-child {
    padding-left: 5px;
  }
  .pill-small a,
  .pill-small span {
    line-height: 20px;
  }
  .trawell-post-single .entry-image,
  .trawell-post-single .entry-media,
  .trawell-post-single .gallery {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1100px) and (min-width: 961px) {
  .trawell-has-sidebar .trawell-main .trawell-layout-c2 .entry-title {
    padding: 0 30px;
  }
  .trawell-layout-c3 .entry-title {
    padding: 0 20px;
  }
  .trawell-has-sidebar .trawell-layout-d1 .trawell-entry {
    max-width: 90%;
  }
  .trawell-has-sidebar .trawell-main .trawell-layout-d1 .element-pos-bottom {
    bottom: 30px;
    left: 30px;
  }
  .trawell-has-sidebar .trawell-main .trawell-layout-d2 .element-pos-bottom {
    bottom: 20px;
    left: 20px;
  }
  .trawell-has-sidebar .trawell-main .trawell-layout-d2 .element-pos-bottom {
    padding-right: 20px;
  }
  .trawell-has-sidebar .trawell-main .trawell-layout-d3 .element-pos-bottom {
    bottom: 15px;
    left: 15px;
    padding-right: 15px;
  }
  .trawell-has-sidebar div[class*=trawell-layout-cat-] .trawell-item {
    max-height: 150px;
    min-height: 150px;
    height: 150px;
  }
  .trawell-has-sidebar .trawell-main .trawell-layout-cat-d2 .element-pos-bottom,
  .trawell-has-sidebar .trawell-main .trawell-layout-cat-d3 .element-pos-bottom {
    bottom: 20px;
    left: 20px;
  }
  .trawell-has-sidebar .trawell-main .trawell-layout-cat-d4 .element-pos-bottom {
    bottom: 15px;
    left: 15px;
  }
  .trawell-layout-c2 .entry-title {
    padding: 0 40px;
  }
  .trawell-layout-d2 .element-pos-bottom {
    padding-right: 40px;
  }
  .trawell-layout-d3 .element-pos-bottom {
    padding-right: 30px;
  }
  .trawell-layout-d4 .element-pos-bottom {
    padding-right: 20px;
  }
  .trawell-layout-cat-d4 .element-pos-bottom {
    padding-right: 30px;
  }
  .trawell-site-branding .site-title {
    line-height: 1;
  }
  /* Font size modifications - ipad */
  body .h1 {
    font-size: 3.4rem;
  }
  body.trawell-sidebar-none .h2 {
    font-size: 2.8rem;
  }
  body.trawell-sidebar-none .h4,
  body.trawell-has-sidebar .h4 {
    font-size: 2rem;
  }
  body.trawell-sidebar-none .trawell-layout-b2 h4,
  body.trawell-sidebar-none .h5,
  body.trawell-has-sidebar .h5 {
    font-size: 1.8rem;
  }
  body.trawell-sidebar-none .h6,
  body.trawell-has-sidebar .h6 {
    font-size: 1.4rem;
  }
  body.trawell-has-sidebar .trawell-layout-c1 .h2 {
    font-size: 3rem;
  }
  .trawell-has-sidebar .display-2,
  .trawell-has-sidebar .display-2-text {
    font-size: 3.4rem;
  }
  .trawell-has-sidebar .trawell-numbers-meta {
    font-size: 1.1rem;
    margin-left: 5px;
  }
  .comment > .children {
    padding: 0 0 0 45px;
  }
  .comment-respond .section-title small a {
    font-size: 70%;
  }
  .comment-author img {
    margin-right: 15px;
  }
  .comment-content,
  .comment-reply-link {
    margin-left: 75px;
  }
  .comment-body {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .menu-main > li {
    margin: 0 7px;
  }
  .trawell-header nav + ul {
    margin-left: 7px;
  }
  .trawell-slot-from-center > nav,
  .menu-main {
    display: none;
  }
  .trawell-top-bar .container,
  .trawell-header .container,
  .trawell-footer .container {
    max-width: 100%;
  }
  .trawell-section,
  .trawell-section .trawell-item,
  .trawell-sections div[class*=trawell-layout-cat-] .row > div {
    margin-bottom: 20px;
  }
  .trawell-section.trawell-layout-a1 .trawell-item {
    margin-bottom: 30px;
  }
  .section-title {
    margin-bottom: 10px;
  }
  .trawell-section[class*=trawell-layout-] {
    margin-bottom: 15px;
  }
  /* Layouts */
  .trawell-layout-c2 .entry-title {
    padding: 0 20px;
  }
  .trawell-layout-c3 .entry-title,
  .trawell-layout-c4 .entry-title {
    padding: 0 10px;
  }
  .trawell-layout-d1 .element-pos-bottom,
  .element-pos-bottom {
    bottom: 30px;
    left: 30px;
  }
  .trawell-layout-d3 .element-pos-bottom,
  .trawell-layout-cat-d4 .element-pos-bottom {
    bottom: 25px;
    left: 25px;
  }
  .trawell-layout-d4 .element-pos-bottom {
    bottom: 10px;
    left: 20px;
  }
  .md-trawell-entry {
    max-width: 600px;
  }
  .md-pill-medium a {
    font-size: 1.1rem;
    line-height: 26px;
    padding: 0 15px;
  }
  .md-pill-small a {
    font-size: 1rem;
    line-height: 23px;
    padding: 0 12px;
  }
  .md-pill-medium span {
    font-size: 1.1rem;
    line-height: 26px;
    width: 26px;
  }
  .md-pill-small span {
    width: 20px;
    font-size: 1rem;
    line-height: 20px;
  }
  /* Layout Margins */
  .trawell-layout-a1 .entry-image,
  .trawell-layout-a2 .entry-image {
    margin-bottom: 20px;
  }
  .trawell-layout-a1 .entry-header + .entry-content,
  .trawell-layout-a2 .entry-header + .entry-content,
  .entry-header + .entry-content,
  .entry-meta + .entry-content,
  .entry-meta + p {
    margin-top: 15px;
  }
  .trawell-layout-d1 .entry-title + .entry-meta {
    margin-top: 10px;
  }
  .trawell-layout-b3 .entry-category + .entry-title,
  .trawell-layout-d2 .entry-title + .entry-meta {
    margin-top: 5px;
  }
  .trawell-layout-a3 .entry-image {
    margin-bottom: 15px;
  }
  .trawell-layout-c2 .entry-title {
    padding: 0 40px;
  }
  .trawell-actions li {
    display: none;
  }
  .trawell-slot-r .trawell-actions {
    margin-right: 0;
  }
  .trawell-actions .trawell-hamburger-action {
    display: inline-block;
  }
  .trawell-actions .trawell-hamburger {
    padding-right: 0;
  }
  .trawell-actions > li.trawell-hamburger-action > span {
    width: auto;
  }
  .trawell-sidebar {
    position: fixed !important;
    right: -400px;
    z-index: 9999;
    top: 0;
    max-height: 100%;
    padding: 55px 30px 0;
    overflow-y: auto;
    height: 100%;
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 376px;
    max-width: 376px;
    display: block;
    will-change: right;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  .trawell-sidebar-action-open .trawell-sidebar {
    right: 0;
    display: block;
  }
  .trawell-sidebar-left .trawell-sidebar {
    margin: 0;
    padding-left: 30px;
  }
  .trawell-action-close,
  .trawell-responsive-nav {
    display: block;
  }
  .trawell-top-bar {
    display: none;
  }
  .trawell-header .container {
    height: 60px !important;
  }
  .trawell-has-sidebar .trawell-sections .trawell-section:first-child .section-title {
    margin-top: 0;
  }
  .cover-entry {
    max-width: 500px;
  }
  .trawell-pagination {
    padding-top: 20px;
  }
  .trawell-has-sidebar .trawell-main .trawell-layout-d2 .element-pos-bottom,
  .trawell-main .trawell-layout-d2 .element-pos-bottom {
    padding-right: 20px;
  }
  .widget .mks_themeforest_widget_ul {
    margin: 0 -3px;
  }
  .trawell-site-branding .site-title {
    line-height: 1;
    font-size: 3rem;
  }
  .trawell-about img {
    margin-bottom: 20px;
  }
  .trawell-sidebar-mini {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  .trawell-header-sticky .site-title img,
  .site-title img {
    max-height: 50px;
  }
}
@media (max-width: 729px) {
  .trawell-main {
    margin-top: 14px;
  }
  .trawell-slot-l {
    left: 14px;
  }
  .trawell-slot-r {
    right: 14px;
  }
  .trawell-entry {
    max-width: 100%;
  }
  .section-title {
    margin-bottom: 10px;
  }
  blockquote {
    padding: 0;
  }
  .trawell-pre-footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .trawell-pre-footer .menu li:first-child a,
  .trawell-pre-footer .menu li a {
    border: none;
  }
  .sm-pill-small a,
  .sm-pill-medium a {
    font-size: 1rem;
    line-height: 20px;
    padding: 1px 12px 0;
  }
  .sm-pill-small span,
  .sm-pill-medium span {
    width: 20px;
    font-size: 1rem;
    line-height: 20px;
  }
  .trawell-layout-c1 .entry-title,
  .trawell-layout-c2 .entry-title,
  .trawell-layout-c3 .entry-title,
  .trawell-layout-c4 .entry-title {
    padding: 0 40px;
  }
  .trawell-sm-d-none {
    display: none;
  }
  .element-pos-bottom,
  .trawell-layout-d1 .element-pos-bottom {
    bottom: 20px;
    left: 20px;
    max-width: 90%;
  }
  .trawell-layout-d1 .entry-title,
  .trawell-layout-d2 .entry-title {
    padding-right: 20px;
  }
  .trawell-has-sidebar .trawell-layout-a3 .entry-image,
  .trawell-layout-a3 .entry-image,
  .trawell-layout-b1 .entry-image {
    margin-bottom: 20px;
  }
  .cover-entry {
    max-width: 400px;
    padding: 0 20px;
  }
  .trawell-pagination {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .trawell-infinite-scroll a,
  .trawell-load-more a,
  .trawell-pagination a.next,
  .trawell-pagination a.prev {
    height: 34px;
    line-height: 17px;
    min-width: 34px;
  }
  .trawell-link-pages a,
  .trawell-link-pages span,
  .trawell-pagination .page-numbers {
    height: 34px;
    width: 34px;
    line-height: 17px;
  }
  .trawell-pagination a {
    height: 34px;
    line-height: 17px;
  }
  .page-numbers.current,
  .trawell-button,
  .trawell-pagination a,
  .widget .mks_autor_link_wrap a,
  .widget .mks_read_more a,
  button,
  input[type=submit] {
    font-size: 1.2rem;
  }
  .trawell-pagination a.next,
  .trawell-pagination a.prev {
    font-size: 0;
  }
  .trawell-pagination a.next:after,
  .trawell-pagination a.prev:after {
    font-family: "trawell-font";
    font-size: 2rem;
  }
  .trawell-pagination a.next:after {
    content: "\1097d";
    margin-right: -3px;
  }
  .trawell-pagination a.prev:after {
    content: "\1097c";
    margin-left: -3px;
  }
  .page-numbers.dots {
    display: none;
  }
  .archive-heading {
    margin-bottom: 0;
  }
  .trawell-post-single .entry-image,
  .trawell-post-single .entry-media,
  .trawell-post-single .gallery {
    margin-bottom: 15px;
  }
  .trawell-footer .widget {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-widgets > .row > div {
    margin-bottom: 40px;
  }
  .trawell-numbers li {
    text-align: left;
  }
  .trawell-numbers li span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .trawell-numbers li .display-2 {
    font-size: 3rem;
  }
  .trawell-numbers li .display-2,
  .trawell-numbers li .display-2-text {
    display: inline-block;
  }
  body .trawell-numbers .display-2-text {
    font-size: 4rem;
  }
  .trawell-numbers {
    margin: 20px 0 20px;
    display: grid;
    grid-template-columns: auto auto;
  }
  div[class*=trawell-layout-cat-] .trawell-item {
    max-height: 300px;
    height: 300px;
  }
  .trawell-layout-cat-d3 .element-pos-bottom {
    left: 30px;
    bottom: 30px;
  }
  .trawell-layout-d1 .trawell-entry,
  .trawell-has-sidebar .trawell-layout-d1 .trawell-entry {
    max-width: 90%;
  }
  .trawell-cover .trawell-entry {
    max-width: 90%;
    margin: 0 auto;
  }
  .error404 .entry-content input[type=text] + .trawell-button {
    margin-top: 10px;
  }
  .trawell-sidebar-none .trawell-layout-map .mks-maps {
    padding-bottom: 100%;
  }
  .archive-heading p:last-child {
    margin-bottom: 1.5rem;
  }
  .archive-heading {
    margin: 0 auto 15px;
  }
  .trawell-about img {
    margin-bottom: 15px;
  }
  .trawell-about .trawell-button {
    margin-bottom: 20px;
  }
  .trawell-site-branding .site-title {
    font-size: 2rem;
  }
}
@media (max-width: 770px) {
  .comment > .children {
    padding: 0;
  }
  .comment-respond .section-title small a {
    font-size: 70%;
  }
  .comment-author img {
    margin-right: 15px;
  }
  .comment-content {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
  .comment-content,
  .comment-reply-link {
    margin-left: 0;
    clear: both;
    display: inline-block;
  }
  .comment-body {
    margin-bottom: 20px;
  }
}
@media (max-width: 439px) {
  .trawell-layout-a1 .entry-image,
  .trawell-layout-a2 .entry-image,
  .trawell-has-sidebar .trawell-main .trawell-layout-a2 .entry-image,
  .trawell-layout-b1 .entry-image {
    margin-bottom: 10px;
  }
  .entry-category + .entry-meta,
  .entry-category + .entry-title,
  .entry-category + .entry-title.trawell-entry {
    margin-top: 5px;
  }
  .entry-title + .entry-meta {
    margin-top: 5px;
  }
  .entry-header + .entry-content,
  .entry-meta + .entry-content,
  .entry-meta + p,
  .trawell-layout-a1 .entry-header + .entry-content,
  .trawell-layout-a2 .entry-header + .entry-content {
    margin-top: 10px;
  }
  .trawell-sections .trawell-section.trawell-layout-c2 .trawell-item,
  .trawell-sections .trawell-section.trawell-layout-c3 .trawell-item,
  .trawell-sections .trawell-section.trawell-layout-c4 .trawell-item,
  .trawell-sections .trawell-section.trawell-layout-d2 .trawell-item,
  .trawell-sections .trawell-section.trawell-layout-d3 .trawell-item,
  .trawell-sections .trawell-section.trawell-layout-d4 .trawell-item,
  .trawell-sections .trawell-section.trawell-layout-b3 .trawell-item,
  .trawell-sections .trawell-related.trawell-layout-b1 .trawell-item,
  .trawell-section .trawell-item {
    margin-bottom: 20px;
  }
  .trawell-section[class*=trawell-layout-] {
    margin-bottom: 0;
  }
  .trawell-section.trawell-layout-map {
    margin-bottom: 20px;
  }
  .trawell-layout-cat-d2 .element-pos-bottom,
  .trawell-layout-d3 .element-pos-bottom,
  .trawell-layout-d4 .element-pos-bottom,
  .trawell-has-sidebar .trawell-main .trawell-layout-d1 .element-pos-bottom,
  .trawell-has-sidebar .trawell-main .trawell-layout-d2 .element-pos-bottom,
  .trawell-has-sidebar .trawell-main .trawell-layout-d3 .element-pos-bottom,
  .trawell-has-sidebar .trawell-main .trawell-layout-d4 .element-pos-bottom {
    bottom: 20px;
    left: 20px;
    padding-right: 0;
  }
  .trawell-post-single .entry-header + .entry-content {
    margin-top: 14px;
  }
  .trawell-author img {
    float: left;
    max-width: 65px;
    margin-right: 14px;
    margin-bottom: 10px;
  }
  .trawell-author .excerpt-small {
    display: block;
    clear: both;
  }
  .trawell-page-authors .trawell-author {
    margin-bottom: 20px;
  }
  .trawell-author span {
    margin-top: 10px;
  }
  .comment-author img {
    margin-right: 14px;
    margin-bottom: 10px;
  }
  .comment-content {
    clear: both;
  }
  .trawell-author .excerpt-small,
  .comment-content,
  .comment-reply-link {
    margin-left: 0;
  }
  .comment > .children {
    padding: 0;
  }
  .comment-body,
  .trawell-entry.trawell-section {
    margin-bottom: 20px;
  }
  .trawell-sidebar,
  .trawell-pagination .load-more a {
    width: 100%;
  }
  .trawell-link-pages a,
  .trawell-link-pages span,
  .trawell-pagination .page-numbers {
    margin: 0;
  }
  .display-2,
  .display-2-text {
    font-size: 5rem;
  }
  .trawell-numbers-meta {
    font-size: 1.2rem;
  }
  .trawell-footer {
    padding: 0;
  }
  .footer-widgets > .row > div {
    margin: 20px 0;
  }
  .trawell-pre-footer .meks-instagram-widget > div {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    max-width: 100%;
  }
  .trawell-pre-footer .meks-instagram-widget,
  .trawell-pre-footer .menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .trawell-layout-c1 .entry-title,
  .trawell-layout-c2 .entry-title,
  .trawell-layout-c3 .entry-title,
  .trawell-layout-c4 .entry-title,
  .trawell-has-sidebar .trawell-main .trawell-layout-c2 .entry-title {
    padding: 0 20px;
  }
  .trawell-layout-d2 .element-pos-bottom,
  .trawell-layout-d3 .element-pos-bottom {
    padding-right: 0;
  }
  .trawell-section[class*=trawell-layout-]:last-child {
    margin-bottom: 5px;
  }
  .trawell-section[class*=trawell-layout-map]:last-child {
    margin-bottom: 15px;
  }
  .trawell-sidebar {
    padding: 55px 20px 20px;
    max-width: 300px;
  }
  .trawell-equal-bg-color .trawell-sidebar {
    max-width: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .trawell-equal-bg-color .trawell-sidebar .widget {
    padding: 20px;
  }
  .trawell-equal-bg-color .trawell-sidebar .mks_ads_widget {
    padding: 0;
  }
  .trawell-sidebar .widget {
    margin-bottom: 20px;
  }
  .widget.mks_author_widget img {
    float: none;
    max-width: 243px;
    margin: -20px -20px 20px;
  }
  .comment-form {
    margin-bottom: 0;
  }
  .widget.mks_flickr_widget ul.flickr li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66px;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
    height: 66px;
  }
  .trawell-sidebar .widget {
    padding: 20px;
  }
  .widget ul.mks_social_widget_ul li a {
    margin-right: 0;
  }
  .widget ul.mks_themeforest_widget_ul li {
    width: 65px!important;
    height: 65px;
  }
  .widget ul.mks_themeforest_widget_ul li img {
    width: 65px;
    height: 65px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mks-map-entry-image + .mks-map-info-box-close {
    opacity: 1;
  }
  .trawell-animation-kenburns-start .trawell-cover .entry-image img,
  .trawell-animation-kenburns .trawell-cover img {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 413px) {
  .trawell-slot-from-center .trawell-site-branding {
    margin: 0;
    text-align: left;
  }
  body.trawell-header-indent .trawell-cover-item .entry-header {
    margin-top: 70px;
  }
  .trawell-slot-from-center + .trawell-slot-r,
  .trawell-slot-r {
    right: 20px;
  }
  div[class*=trawell-layout-cat-] .trawell-item {
    max-height: 200px;
    height: 200px;
  }
  .mks-map-info-box .mks-map-entry-image {
    height: 130px;
  }
  .mks-map-entry-category {
    margin-bottom: -10px;
  }
  .mks-map-element-pos-abs {
    padding: 10px 15px 15px;
  }
  .mks-map-entry-category a {
    font-size: 1rem;
  }
  .mks-map-entry-header .entry-title {
    font-size: 1.4rem;
  }
  .mks-map-entry-header + .mks-map-entry-meta {
    margin-top: 0;
  }
  .mks-map-entry-meta > span {
    font-size: 1rem;
  }
  .mks-map-entry-meta > span {
    margin-right: 5px;
  }
  .trawell-slot-from-center > .trawell-slot-f:first-of-type,
  .trawell-slot-from-center > nav:first-of-type,
  .trawell-slot-from-center > ul:first-of-type {
    display: none;
  }
}
@media (max-width: 320px) {
  .trawell-sidebar-none .trawell-layout-map .mks-maps {
    padding-bottom: 120%;
  }
  body .trawell-numbers .display-2,
  body .trawell-numbers .display-2-text {
    font-size: 2rem;
  }
  .trawell-numbers {
    margin: 15px 0 0;
  }
  .site-title {
    max-width: 210px;
  }
  .trawell-actions .trawell-hamburger {
    padding-left: 0;
  }
  .trawell-numbers {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
/* Responsive Typography */
@media (max-width: 1023px) {
  body .display-1,
  body .trawell-cover .archive-title,
  body .md-h1 {
    font-size: 3.2rem;
  }
  body .md-h2 {
    font-size: 2.6rem;
  }
  body .md-h3 {
    font-size: 2.4rem;
  }
  body .md-h4 {
    font-size: 2rem;
  }
  body .md-h5 {
    font-size: 1.7rem;
  }
  body .md-h6 {
    font-size: 1.4rem;
  }
  body .md-excerpt-small {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body .md-entry-meta-medium {
    font-size: 1.3rem;
  }
  body .entry-header .md-entry-meta-small,
  body .entry-header .md-entry-meta-small .entry-meta {
    font-size: 1.2rem;
  }
  body .md-entry-meta-small span + span {
    margin: 0 0 0 8px;
  }
  body .md-entry-meta-small span + span:before {
    margin-right: 8px;
  }
  .trawell-numbers li .display-2 {
    font-size: 5rem;
  }
  body .display-2-text {
    font-size: 4rem;
  }
  .trawell-numbers-meta {
    font-size: 1.2rem;
    margin-left: 7px;
  }
  body .meks-instagram-follow-link,
  .gallery .owl-nav,
  .trawell-cover .owl-nav,
  .trawell-pre-footer .owl-nav {
    display: none;
  }
}
@media (max-width: 729px) {
  body .display-1,
  body .trawell-cover .archive-title,
  body .sm-h1,
  body .sm-h3,
  body .sm-h2 {
    font-size: 2.4rem;
  }
  body .sm-h4 {
    font-size: 2rem;
  }
  body .sm-h5,
  body .sm-h6 {
    font-size: 1.6rem;
  }
  body .sm-excerpt-small {
    line-height: 1.65;
    font-size: 1.5rem;
  }
  body .entry-header .sm-entry-meta-small,
  body .entry-header .sm-entry-meta-small .entry-meta {
    font-size: 1.2rem;
  }
  body .section-title {
    font-size: 1.6rem;
  }
  .section-title span {
    padding: 0 10px;
  }
  body .sm-entry-meta-small span + span {
    margin: 0 0 0 5px;
  }
  body .sm-entry-meta-small span + span:before {
    margin-right: 5px;
  }
  blockquote,
  ol,
  p,
  pre,
  table,
  ul {
    margin-bottom: 1.5rem;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.5rem;
  }
  .mks_col + h1,
  .mks_col + h2,
  .mks_col + h3,
  .mks_col + h4,
  .mks_col + h5,
  .mks_col + h6,
  ol + h1,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6,
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6,
  pre + h1,
  pre + h2,
  pre + h3,
  pre + h4,
  pre + h5,
  pre + h6,
  table + h1,
  table + h2,
  table + h3,
  table + h4,
  table + h5,
  table + h6,
  ul + h1,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6 {
    margin-top: 2.5rem;
  }
  .archive-title {
    margin-bottom: 0;
  }
}
@media (max-width: 413px) {
  html body,
  body .excerpt-small,
  body .comment-content,
  body .widget a,
  body .widget {
    line-height: 1.65;
    font-size: 1.5rem;
  }
  body .display-1,
  body .trawell-cover .archive-title,
  body .sm-h1,
  body .sm-h3,
  body .sm-h2,
  body .sm-h4,
  body .m-h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  body .sm-h5,
  body .sm-h6 {
    font-size: 1.4rem;
  }
  body .sm-entry-meta-small span + span {
    margin: 0 0 0 5px;
  }
  body .sm-entry-meta-small span + span:before {
    margin-right: 5px;
  }
  body .section-title {
    font-size: 1.5rem;
  }
  body h1 {
    font-size: 3.2rem;
  }
  body h2 {
    font-size: 2.8rem;
  }
  body h3 {
    font-size: 2.4rem;
  }
  body h4 {
    font-size: 2rem;
  }
  body h5 {
    font-size: 1.8rem;
  }
  body h6 {
    font-size: 1.6rem;
  }
  body .h1.entry-title {
    font-size: 2.4rem;
  }
  .trawell-numbers li .display-2 {
    font-size: 4rem;
  }
}
@media (min-width: 413px) and (max-width: 560px) {
  .trawell-item .no-left-padding {
    padding-left: 5px;
  }
  .trawell-has-sidebar .trawell-main .trawell-layout-c2 .entry-title,
  .trawell-layout-c1 .entry-title,
  .trawell-layout-c2 .entry-title,
  .trawell-layout-c3 .entry-title,
  .trawell-layout-c4 .entry-title {
    padding: 0 50px;
  }
  .trawell-layout-d1 .entry-title,
  .trawell-layout-d2 .entry-title {
    padding-right: 50px;
  }
}
@media (min-width: 413px) {
  .trawell-sidebar,
  .trawell-sidebar-mini {
    padding-bottom: 30px;
  }
}
