/*
Theme Name: Drechselparadies
Author: Conversion Junkies
Version: 1.0
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

html {
  height: 100%;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('files/roboto-v30-latin-regular.woff2') format('woff2'),
       url('files/roboto-v30-latin-regular.woff') format('woff');
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('files/roboto-v30-latin-500.woff2') format('woff2'),
       url('files/roboto-v30-latin-500.woff') format('woff');
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url('files/roboto-slab-v24-latin-600.woff') format('woff'),
       url('files/roboto-slab-v24-latin-600.woff2') format('woff2');
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('files/roboto-slab-v24-latin-700.woff2') format('woff2'),
       url('files/roboto-slab-v24-latin-700.woff') format('woff');
}

body {
  font-size: 100%;
  line-height: 1.4;
  font-family: 'Roboto', serif;
  color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

header {
  width: 100%;
}

ol,
ul {
  list-style: none;
}

.post ul {
  list-style-type: disc;
  margin-left: 1.5em;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 1em;
}

.post ol {
  list-style-type: decimal;
  margin-left: 1.5em;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 1em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  border: 1px solid #333;
  padding: 4px 8px;
}

strong {
  font-weight: 700;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 12px;
}

a {
  text-decoration: none;
  color: #333;
  transition: color .2s linear;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
}

a:hover {
  color: #333;
}

button,
input,
textarea {
  font-family: 'Open Sans', Arial, sans-serif;
}

input[type=text],
input[type=email],
input[type=submit],
textarea {
  padding: 10px 20px;
  border: 1px solid #dedede;
  display: block;
  background: transparent;
  margin-bottom: 1em;
  color: #333;
  width: 100%;
  font-size: 1em;
  font-weight: 300;
  border-radius: 5px;
}

input[type=submit] {
  max-width: 250px;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #333;
}

::-moz-placeholder {
  color: #333;
}

:-ms-input-placeholder {
  color: #333;
}

:-moz-placeholder {
  color: #333;
}

img.alignleft {
  float: left;
  margin: 0 20px 20px auto;
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

img.aligncenter {
  margin: 0 auto 20px auto;
}

span.wpcf7-list-item {
  display: inline-block !important;
  margin: 1em 0 0 0 !important;
}

/** page wrapping **/

.wrapper {
  max-width: 1260px;
  margin: 0 auto;
  width: 96%;
  overflow: hidden;
}

#top {
  position: relative;
  padding: 14px 0;
  margin-bottom: 35px;
  box-shadow: 0 0 5px #bbb;
  z-index: 100;
}

#top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .logo {}

#top .logo a {
  width: 175px;
  display: block;
}

#top .logo a:hover {
  text-decoration: none;
}

.home #top {
  border-bottom: 0;
  margin-bottom: 0;
}

#mainbody {
  display: block;
  z-index: auto;
  width: 100%;
}

/** full navigation **/

.topbar {
  background-color: #C69453;
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  font-weight: 500;
  position: relative;
  z-index: 1000;
}

.topbar .wrapper {
  overflow: initial;
  display: flex;
  justify-content: space-between;
}

.topbar p {
  margin: 0;
  font-size: 15px;
}

.topbar i {
  margin-right: 5px;
  padding: 6px 6px 6px 0;
  border-radius: 4px;
  color: #333;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.topbar .divide {
  margin: 0 16px;
  border-right: 1px solid #333;
}

.topbar a {
  color: #333;
  text-decoration: none;
}

#navbar {
  display: none;
}

nav {
  display: block;
}

#n {}

#n ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 50px;
}

#n ul li {
  display: inline-block;
  position: relative;
}

#n ul li a {
  display: block;
  padding: 0px 20px;
  line-height: 50px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
}

#n ul li a:hover {
  text-decoration: none;
}

#n ul li ul {
  display: none;
  margin: 0;
  position: absolute;
  top: 50px;
  z-index: 9999;
}

#n ul li ul li {
  display: block;
  border: 0;
}

#n ul li ul li a {
  background: #fff;
}

#n ul li:hover>ul {
  display: block;
}

#n ul li:hover>a {
  text-decoration: none;
}

#n ul.menu>li.current-menu-item>a,
#n ul.menu>li.current_page_ancestor>a,
#n ul.menu>li.current-page-ancestor>a,
#n ul.menu>li.current_page_parent>a,
#n ul.menu>li.current_page_item>a,
#n ul.sub-menu>li.current-menu-item>a,
#n ul.sub-menu>li.current-page-ancestor>a,
#n ul.sub-menu>li.current_page_ancestor>a {
  color: #c69453;
}

.mobile-menu ul.menu>li.current-menu-item>a,
.mobile-menu ul.menu>li.current_page_ancestor>a,
.mobile-menu ul.menu>li.current-page-ancestor>a,
.mobile-menu ul.menu>li.current_page_parent>a,
.mobile-menu ul.menu>li.current_page_item>a,
.mobile-menu ul.sub-menu>li.current-menu-item>a,
.mobile-menu ul.sub-menu>li.current-page-ancestor>a,
.mobile-menu ul.sub-menu>li.current_page_ancestor>a {
  color: #c69453;
}

/** posts **/

.wp-post-image {
  margin-bottom: 10px;
  width: 100%;
}

#content {
  position: relative;
}

.post {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.post header {
  margin-bottom: 25px;
}

.post header h2 {
  font-size: 2.4em;
  line-height: 1.4em;
  margin-bottom: 4px;
  font-family: 'Roboto Slab', sans-serif;
}

.post header h2.bigger {
  font-size: 3.1em;
  font-family: 'Roboto Slab', sans-serif;
}

.post h1,
h1 {
  display: block;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  position: relative;
  padding-bottom: 14px;
}

.post h2 {
  display: inline-block;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: 'Roboto Slab', sans-serif;
  position: relative;
  padding-bottom: 14px;
}

.post h2:before,
.post h1:before,
.single-event h1:before,
.single-location h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-bottom: 2px solid #e9e9e9;
}

.post h2:after,
.post h1:after,
.single-event h1:after,
.single-location h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 65px;
  background-color: #C69453;
}

.post h3,
.post h4 {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
}

.post .wp-block-kadence-column h2:after,
.post .wp-block-kadence-column h2:before {
  display: none;
}

#content img {
  border-radius: 5px;
}

.post .meta {
  font-size: 1.2em;
  line-height: 1.3em;
}

.post .meta i {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  color: #666;
}

.post blockquote {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fbf0de;
  padding: 9px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 18px;
}

.post blockquote p {
  font-style: italic;
  font-weight: normal;
  color: #797064;
  margin-bottom: 3px;
  font-size: 1.9em;
}

.post .postcontent {
  margin-bottom: 25px;
}

.post .more-link {
  display: block;
  font-size: 1.6em;
  margin-top: 15px;
}

.post p .more-link {
  font-size: 1.0em;
}

.postbrdr {
  border-bottom: 3px solid #ccc;
}

.aligncenter {
  margin: 0 auto;
}

.wp-caption-text,
.thumbnail-caption {
  font-size: 14px;
}

.archiveshead h2 {
  font-size: 2.2em;
  color: #454545;
  line-height: 1.55em;
}

#navbelow {
  display: block;
  width: 100%;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.nav-prev {
  float: left;
  display: block;
}

.nav-next {
  float: right;
  display: block;
}

.nav-prev a,
.nav-next a {
  display: block;
  padding: 3px 5px;
  font-size: 1.3em;
}

.nav-prev a:hover,
.nav-next a:hover {}

/** comments **/

#comments {
  display: block;
  margin-top: 15px;
}

#comments ul,
#comments ol {
  list-style-type: none;
  margin-left: 0;
}

.post #comments h3 {
  font-size: 1.7em;
  line-height: 1.45em;
  color: #818181;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  padding: 6px 10px;
  background: #f5f5f5;
}

#comments #respond {
  margin-left: 0;
}

#comments .commentlist .comment #respond {
  margin-left: 35px;
  font-size: 1.0em;
}

/* for the threaded reply comment form styles */

#cancel-comment-reply {
  display: block;
  position: relative;
}

#cancel-comment-reply-link {
  display: block;
  padding: 0px 4px;
  font-size: 0.8em;
  position: absolute;
  right: 0;
  top: -12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

#cancel-comment-reply-link:hover {
  color: #fff;
  text-decoration: none;
  background: #5d9de5;
}

.commentlist {
  list-style: none;
}

.commentlist .comment {
  display: block;
  position: relative;
  margin-bottom: 28px;
}

.commentlist .comment .comment-author {
  position: relative;
}

.commentlist .comment .comment-author .avatar {
  display: inline-block;
  padding: 5px;
  background: #fafafa;
  border: 1px solid #ccc;
  margin-right: 15px;
}

.commentlist .comment .comment-author .fn {
  font-size: 1.65em;
  line-height: 1.1em;
  font-style: normal;
  position: absolute;
  top: 2px;
  color: #535353;
}

.commentlist .comment .comment-author .says {
  display: none;
}

.commentlist .comment .comment-meta {
  position: absolute;
  top: 25px;
  margin-left: 60px;
  font-size: 1.2em;
}

.commentlist .comment p {
  display: block;
  margin-top: 15px;
  padding-right: 10px;
}

.commentlist .comment .comment-body .reply {
  font-size: 1.3em;
}

.commentlist .comment .comment-body .reply a.comment-reply-link {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

.comment-awaiting-moderation {
  font-size: 1.2em;
  color: #444;
  display: block;
  text-decoration: underline;
  text-align: center;
  margin-top: 4px;
  margin-bottom: -5px;
}

.commentlist .comment ul.children {
  margin-left: 40px;
  padding-top: 15px;
}

#commentform {
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 6px;
}

#commentform label {
  font-size: 1.2em;
  line-height: 1.6em;
  display: block;
  width: 100%;
  color: #575757;
  margin-bottom: 2px;
}

#commentform label small {
  display: inline;
  font-size: 0.9em;
  color: #777;
}

#commentfields #commentfields {
  display: block;
  margin-bottom: 4px;
}

#commentfields #commentfields .ibox {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

#commentfields .basicinput {
  display: block;
  padding: 7px 6px;
  font-size: 1.5em;
  width: 90%;
  outline: none;
  border: 1px solid #dbdbdb;
  color: #487cb7;
}

#commentfields textarea {
  display: block;
  padding: 5px 4px;
  font-size: 1.45em;
  width: 90%;
  height: 125px;
  outline: none;
  border: 1px solid #dbdbdb;
  color: #487cb7;
}

#commentform #comment {
  display: block;
  margin-bottom: 8px;
  color: #565656;
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 4px 7px;
}

#commentform #submit,
.button {
  background-color: #79bbff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #469df5;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 1.45em;
  padding: 6px 24px;
  margin-bottom: 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #287ace;
}

#commentform #submit:hover,
.button:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff));
  background: -moz-linear-gradient( center top, #4197ee 5%, #79bbff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
  background-color: #4197ee;
}

#commentform #submit:active,
.button:active {
  position: relative;
  top: 1px;
}

/** sidebar **/

#sidebar .widget {
  display: block;
  margin-bottom: 20px;
}

#sidebar .widget span {
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #898989;
  margin-bottom: 10px;
}

#sidebar .widget ul {
  display: block;
  margin-left: 10px;
}

#sidebar .widget ul li {
  font-size: 1.1em;
  margin-bottom: 6px;
}

#sidebar .widget ul li ul {
  font-size: 0.9em;
}

#sidebar .widget ul li a {
  display: block;
  padding: 6px 12px;
  font-size: 1.2em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: color .2s linear, background .2s linear;
  -webkit-transition: color .2s linear, background .2s linear;
  -moz-transition: color .2s linear, background .2s linear;
}

#sidebar .widget ul li a:hover {
  color: #fff;
  background: #5d9de5;
  text-decoration: none;
}

/** search **/

#s {
  padding: 3px 5px;
  color: #565656;
  border: 1px solid #bbb;
  outline: none;
  width: 66%;
  font-size: 1.2em;
}

/** footer **/

footer {
  clear: both;
  font-style: normal;
  padding-bottom: 80px;
  background: #5e4b39;
  color: #fff;
  padding-top: 30px;
}

.widget-area {
  overflow: hidden;
  clear: both;
}

.widget-area ul li.current-menu-item a,
.widget-area ul li.current-post-ancestor a {
  color: #c69453;
}

footer .widget h2,
footer .wtitle {
  display: block;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: 'Roboto Slab', sans-serif;
  position: relative;
  padding-bottom: 14px;
  font-weight: 600;
}

footer .widget h2:before,
footer .wtitle:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-bottom: 2px solid #7a6a5a;
}

footer .widget h2:after,
footer .wtitle:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 65px;
  background-color: #C69453;
}

footer a {
  color: #fff;
}

.footer-menu {
  overflow: hidden;
  clear: both;
  background: #C69453;
  color: #333;
  padding: 10px 0;
  font-weight: 500;
  font-size: 15px;
}

footer ul {
  list-style: none;
  margin: 0;
  font-size: 17px;
  line-height: 27px;
}

.footer-menu ul li {
  margin-left: 1em;
}

.footer-menu ul li:first-child {
  margin-left: 0;
}

.footer-menu ul li a {
  color: #fff;
}

footer ul.sub-menu {
  display: none;
}

.footer-menu>span {
  float: left;
}

#main .toc_number {
  font-weight: 600;
  margin-right: 5px;
}

#main .toc_number:after {
  content: ':';
}

.metaslider .nivoSlider .nivo-caption {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  opacity: 1;
  background: none;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px #000;
}

.metaslider .nivoSlider .nivo-caption h2 {
  font-size: 50px;
  margin-bottom: 5px;
  font-family: 'Roboto Slab', sans-serif;
}

.metaslider .nivoSlider .nivo-caption h3 {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Roboto Slab', sans-serif;
}

#content .kt-block-spacer {
  height: 40px;
}

#content .kt-block-spacer .kt-divider {
  border-color: #ddd;
}

.em.em-item .em-item-image img,
.em.em-list .em-item .em-item-image img {
  paddgin: 0;
}

.em.em-list .em-item .em-item-info {
  border: 0;
}

.em.em-list .em-item .em-item-info h3.em-item-title {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px 0;
}

.em.em-list .em-item .em-item-info .em-item-meta,
.em.em-list-widget .em-item,
.em.em-item .em-item-meta .em-item-meta-line a,
.em.em-list .em-item .em-item-meta .em-item-meta-line a,
.em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
  color: #333 !important;
}

.em.em-list .em-item .em-item-info .em-item-desc {
  font-size: 17px;
  line-height: 27px;
  color: #333;
}

.em.em-list .em-item .em-item-info .button.em-item-read-more {
  background: #c69453;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  font-size: 17px;
  font-family: 'Roboto Slab', sans-serif;
  padding: 10px 15px;
}

.em.em-list .em-item .em-item-info .button.em-event-book-now,
.em.em-item.em-item-single .em-item-meta .button {
  background: #5e4b39;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  font-size: 17px;
  font-family: 'Roboto Slab', sans-serif;
  padding: 10px 15px;
}

.em.em-list .em-item .em-item-info .button.em-event-book-now:hover,
.em.em-list .em-item .em-item-info .button.em-item-read-more:hover {
  color: #fff;
}

.em.em-list .em-item .em-item-info .button.em-event-book-now .em-icon.em-icon-ticket,
.em .button.input.with-icon-right .em-icon,
.em .input .button.with-icon-right .em-icon,
.em .input button.with-icon-right .em-icon,
.em button.input.with-icon-right .em-icon {
  display: none;
}

.em.em-search .em-search-views {
  display: none;
}

.em.em-search .em-search-main.em-search-main-bar>.em-search-submit button,
.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-submit button {
  background: #c69453;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  font-size: 16px;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
}

.em.em-search .em-search-main.em-search-main-bar>.em-search-scope.em-datepicker-range {
  border-right: 0 !important;
}

.em.em-list {
  grid-gap: 0;
}

.em.em-list .em-item {
  border-top: 2px solid #eee;
  padding: 40px 0;
}

.em.em-item.em-item-single .em-item-meta h3 {
  color: #333;
  text-transform: none;
}

.em.em-item.em-item-single .em-item-image img {
  padding: 0 !important;
  border: 0;
  border-radius: 5px;
}

.em.em-event-booking-form .em-button.em-booking-submit,
input[type=submit] {
  background: #5e4b39;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
  font-size: 17px;
  font-family: 'Roboto Slab', sans-serif;
  padding: 10px 15px;
  color: #fff;
  font-weight: 400;
}

#em-booking .em-booking-form-details input.input,
.em-booking-form-details textarea {
  width: 100%;
  border-radius: 5px;
}

.em.em-event-booking-form h3.em-booking-section-title {
  border: 0;
  color: #333;
}

.em.em-event-booking-form .em-booking-form {
  border-radius: 5px;
  margin-top: 15px;
  border: 1px solid #dedede;
}

.em.em-item.em-item-single .em-item-header,
.em.em-list .em-item {
  color: #333;
}

.em.em-event-booking-form .em-booking-form-details .em-login-trigger {
  display: none;
}

.em.em-search .em-search-main.em-search-main-bar,
.em.em-search-advanced .em-search-main.em-search-main-bar {
  border-radius: 5px;
}

.em.em-search .em-search-main.em-search-main-bar>.em-search-field:first-child input:focus,
.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-field:first-child input:focus {
  outline: none;
}

  .em.em-item.em-item-single.size-small .em-item-header .em-item-image img, .em.em-item.em-item-single.size-medium .em-item-header .em-item-image img {
    margin-bottom: 15px;
    border: 0;
    padding: 0 !important;
  }

.mobile-menu {
  display: none;
}

footer .socials {
  margin-top: 30px;
  font-size: 27px;
}

footer .socials a {
  width: 40px;
  height: 40px;
  display: inline-block;
}

footer .socials a:hover {
  color: #fff;
}

.mobile-slider {
  display: none;
}

.desktop-slider {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Grid */

.last-col {
  float: right;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}

@media (min-width: 768px) and (max-width: 1259px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}

@media (min-width: 1260px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

/* Mobile Smartphones ----------- */

@media only screen and (min-width: 0) and (max-width: 767px) {
  #navbar {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 34px;
  }
  #navbar a {
    display: block;
  }
  #navbar a:hover {
    text-decoration: none;
  }
  #n ul {
    display: none;
  }
  .mobile-menu ul {
    width: 96%;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    border-top: 2px solid #eeeeee;
    padding-top: 15px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
font-size: 17px;
    text-transform: uppercase;
  }
  .mobile-menu ul li ul {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .mobile-menu ul li ul li {
    margin-left: 22px;
    width: auto;
  }
  .mobile-menu ul li {
    width: 100%;
  }
  .mobile-menu ul li a,
  .mobile-menu ul li ul li a {
    padding-bottom: 15px;
    display: block;
  }
    .mobile-menu ul li:last-child a {
    padding-bottom: 0;
   }
  .mobile-menu ul li ul li a {}
  .mobile-menu ul li a:hover,
  .mobile-menu ul li ul li a:hover {
    text-decoration: none;
  }
  #sidebar {
    padding-left: 0;
  }
  .footer-menu ul,
  .footer-menu>span,
  .footer-menu ul li {
    float: none;
  }
  .footer-menu>span {
    margin-bottom: 16px;
    display: block;
  }
  .footer-menu ul li {
    margin-left: 0;
  }
  .topbar {
    padding-top: 0;
  }
  .topbar .socials {
    display: none;
  }
  .topbar p {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .topbar .divide {
    display: none;
  }
  .topbar .mail,
  .topbar tel {
    line-height: 17px;
  }
  .topbar i {
    line-height: 0;
    padding: 0;
  }
  .post h1,
  h1 {
    display: block;
    font-size: 28px;
    line-height: 34px;
  }
  .post h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .em.em-list,
  .em.em-list .em-item {
    display: block;
  }
  .em.em-list .em-item .em-item-info {
    border: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .em.em-list.size-small .em-item {
    border: 0;
    border-top: 2px solid #eee;
    padding: 40px 0;
    box-shadow: none;
  }
  .em.em-list.size-small .em-item:first-child {
    border: 0;
    padding-top: 5px;
  }
  .em.em-search .em-search-main.em-search-main-bar>.em-search-field {
    border-right: 0 !important;
  }
  .em.em-search-advanced {
    display: none;
  }
  .em.em-list.size-small .em-item .em-item-info {
    border: 0;
    padding: 0;
  }
  .em.em-event-booking-form .em-tickets tr td:last-child {
    padding-right: 0;
  }
  .em.em-event-booking-form .em-tickets tr td:first-child{
    padding-left: 0;
  }
  .em.em-event-booking-form .em-booking-section {
    margin: 20px 10px;
}
  .em.em-item.em-item-single.size-small .em-item-header .em-item-image {
    margin-bottom: 0;
  }

}

@media only screen and (min-width: 0) and (max-width: 480px) {
  img {
    width: 100%;
  }
  .em.em-event-booking-form .em-button.em-booking-submit, input[type=submit]{
    width: 100%;
    max-width: none;
  }
  .em.em-list .em-item .em-item-info .button.em-item-read-more{
    display: block;
    text-align: center;
    margin-bottom: 10px !important;
}
.em.em-list .em-item .em-item-info .button.em-event-book-now {
    display: block;
    text-align: center;
}
  .mobile-slider {
  display: block;
}

.desktop-slider {
  display: none;
}
  .metaslider .nivoSlider .nivo-caption h2 {
  font-size: 35px;
}

.metaslider .nivoSlider .nivo-caption h3 {
  font-size: 22px;
}
}