/* big devices (tablets, 768px and up) ---------------------------------------------------------- */
@media (min-width: 1440px) {
  #content .container,
  footer .container {
    width: 1440px;
  }
}

/* Body / default */
body {
  font-family: "Lato", sans-serif !important;
  font-size: 17px;
  line-height: 1.6;
  position: relative;
}

.center {
  position: relative;
  margin: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#content .hentry {
  padding: 50px 25px;
  margin: 0px auto;
}

article .entry-content,
article .entry-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#content blockquote {
  padding-left: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

#content blockquote p,
#content blockquote {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
}

#content blockquote::before {
  font-weight: 900;
  content: '"';
  position: absolute;
  left: 60px;
  font-size: 50px;
  top: 20px;
  line-height: 0px;
}

a,
#content a,
a:hover,
#content a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid;
}

.deldesktop {
  display: none;
}

.button,
a.button,
#content a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.nav-next a,
.nav-previous a {
  padding: 12.5px 20px;
  border-radius: 2px;
  text-transform: lowercase;
  border-bottom: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  border: 0px;
}

.button:hover,
a.button:hover,
#content a.button:hover {
  opacity: 0.8;
}

.site {
  padding-top: 80px;
}

.site.notificationon {
  padding-top: 130px;
}

.paddingclass {
  padding-top: 50px;
  padding-bottom: 50px;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
  font-weight: 600;
}

p {
  margin-bottom: 25px;
}

.deldesktop {
  display: none;
}

.delmobile {
  display: block;
}

iframe {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

label {
  font-weight: 700;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  border-radius: 0px;
  height: 45px;
  margin-top: 5px;
  padding: 0px 15px;
}

textarea {
  height: 200px;
  padding: 15px;
}

#content a.click {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 0px;
}

.wpcf7-form p {
  margin-bottom: 15px;
}

.no-margin {
  margin-bottom: 0px !important;
}

/* Meta menu ----------------------------------------------------- */
#page.site.meta-menu-added {
  padding-top: 115px;
}

header#masthead.meta-menu-added {
  top: 37px;
}

#meta-menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 37px;
  padding: 7px 0px;
}

#meta-menu-bar ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
}

#meta-menu-bar ul.menu li.menu-item {
  list-style-type: none;
  margin-right: 15px;
}

@media (max-width: 550px) {
  #meta-menu-bar #menu-meta-menu a {
    font-size: 12px;
  }
}

/* Menu ---------------------------------------------------------- */
header#masthead {
  text-align: center;
  height: 80px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  z-index: 99;
}

.notificationon header#masthead {
  top: 50px;
}

.site-branding {
  position: absolute;
  left: 50px;
  top: 15px;
}

.site-logo {
  height: 50px;
  width: 190px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center left;
}

#masthead .main-navigation li {
  display: inline-block;
  float: none;
  position: relative;
  margin-right: 0px;
  padding: 0px;
}

#masthead .main-navigation li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  border-bottom: 0px;
  height: 80px;
}

#masthead .main-navigation li .sub-menu li {
  background: #ffffff;
  border-bottom: 1px solid #dadada;
}

#masthead .main-navigation li .sub-menu li:first-child {
  border-top: 1px solid #dadada;
}

#masthead .main-navigation li .sub-menu li a {
  padding: 15px 10px;
  height: auto;
}

nav#site-navigation {
  padding: 0px 175px;
}

#masthead .main-navigation li.current_page_item > a {
  font-weight: 600;
}

#masthead .main-navigation li a::after {
  content: "";
  position: absolute;
  width: 25px;
  left: 0px;
  right: 0px;
  bottom: 20px;
  margin: auto;
  height: 2px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#masthead .main-navigation .sub-menu li a::after {
  bottom: 10px;
}

#masthead .main-navigation li a:hover::after {
  opacity: 1;
}

#masthead .main-navigation li.current_page_item > a::after,
#masthead .main-navigation li a:hover::after,
#masthead .main-navigation li.current-menu-item > a::after {
  opacity: 1;
}

.contactinfo {
  position: absolute;
  display: flex;
  right: 50px;
  top: 0px;
  height: 80px;
  align-items: center;
}

#masthead .contactinfo a {
  border-bottom: 0px;
}

.call {
  display: flex;
}

.sepcontact {
  height: 15px;
  width: 2px;
  margin-left: 15px;
  margin-right: 15px;
}

.ctabutton {
  margin-left: 25px;
}

/* Translate menu ---------------------------------------------------------- */

.contactinfo ul.menu {
  padding: 0;
  margin: 0;

  display: flex;
  align-items: center;
}

.contactinfo ul.menu li {
  list-style-type: none;
  margin-right: 15px;
}

/* Defaultrow ---------------------------------------------------------- */
.contentrow {
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.titlerow {
  margin-bottom: 25px;
}

.titlerow h2 {
  margin-bottom: 5px;
}

.row.no-gutter [class*="col-"]:not(:first-child),
.row.no-gutter [class*="col-"]:not(:last-child) {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

.column {
  padding-left: 25px;
  padding-right: 25px;
}

/* Broodkruimelpad ---------------------------------------------------------- */
#breadcrumbs {
  position: absolute;
  font-size: 14px;
  text-transform: lowercase;
  opacity: 0.5;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 50px;
}

/* Searchbar ---------------------------------------------------------- */
.searchbar {
  position: fixed;
  top: 80px;
  left: 0px;
  right: 0px;
  display: none;
  z-index: 999;
}

.searchbar.meta-menu-added {
  top: calc(80px + 37px);
}

.searchbar .search-field {
  text-align: center;
  height: 60px;
  border: 0px;
}

.searchbar input[type="submit"] {
  display: none;
}

.searchbar input[type="search"],
.searchbar label {
  margin: 0px;
}

.searchicon {
  height: 50px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 25px;
}

/* Header full screen background ---------------------------------------------------------- */
.backgroundrow {
  min-height: 300px;
  max-height: 900px;
  height: 60vh;
  position: relative;
  width: 100%;
}

.owl-background,
.backgroundrow .owl-stage-outer,
.backgroundrow .owl-stage,
.backgroundrow .owl-item,
.backgroundimage {
  height: 100%;
}

.backgroundimage {
  background-size: cover;
  background-position: center;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 50px;
  pointer-events: none;
  left: 0px;
  right: 0px;
  z-index: 9;
}

.withcta .owl-dots {
  bottom: 75px;
}

.backgroundrow .owl-dot span,
.owl-carousel button.owl-dot span {
  width: 30px;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  pointer-events: all;
}

.backgroundrow .owl-quotes .owl-dot span,
.owl-quotes button.owl-dot span {
  background: #868686;
}

.backgroundrow .owl-dot span,
.owl-carousel button.owl-dot {
  padding: 0px 20px;
  pointer-events: all;
}

.textoverlay {
  z-index: 9;
  max-width: 720px;
  margin-left: auto;
  text-align: center;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.textoverlay .button {
  margin-left: 15px;
}

.textoverlaytext {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}

.imagecta {
  padding: 0px 50px;
  max-width: 700px;
  margin: auto;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: -50px;
  z-index: 9;
  border-radius: 2px;
  color: #fff;
}

.imagecta .button {
  text-align: center;
  margin-left: 15px;
}

.twosides .button {
  margin-left: 0px;
}

.textoverlaytexttext {
  margin-right: 15px;
}

.twosides .owl-background,
.twosides .vimeo-wrapper {
  width: 50%;
  float: right;
}

.backgroundtwosides {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.twosides .backgroundtwosides {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
}

.twosides .backgroundtwosides .textoverlay {
  text-align: left;
}

.twosides .backgroundtwosides .button {
  display: inline-block;
}

.vimeo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
}

/* Quote ---------------------------------------------------------- */
.quote {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.subtitlequote {
  padding-left: 0px;
  padding-top: 25px;
  position: relative;
}

.owl-quotes .owl-dots {
  position: relative;
  bottom: 0px;
  margin-top: 50px;
}

.imagequote {
  height: 50px;
  width: 50px;
  position: relative;
  display: block;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-left: 0px;
  margin-top: 20px;
}

#content .owl-quotes blockquote {
  padding-left: 0px;
}

#content .owl-quotes blockquote::before {
  left: -45px;
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  margin-bottom: 20px;
}

/* Linkoverview ---------------------------------------------------------- */
.linkoverview {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e8eb;
}

.sublinkname {
  font-size: 14px;
  margin-bottom: 5px;
}

.linkname {
  position: relative;
  padding-right: 25px;
}

.linkname.withoutbutton {
  width: 100%;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.linkname.withoutbutton:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
}

/* Search page ---------------------------------------------------------- */
.search-results .page-header {
  margin-bottom: 25px;
  text-align: center;
}

/* Content ---------------------------------------------------------- */
.page-content,
.entry-content,
.entry-summary {
  margin: 0px;
}

.subcontent,
.entry-meta,
.entry-footer,
.archive-description {
  max-width: 700px;
  margin: auto;
}

.entry-footer {
  margin-top: 25px;
}

.post-thumbnail {
  max-width: 1170px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.entry-content p:last-child,
.row p:last-child {
  margin-bottom: 0px;
}

/* Footer ---------------------------------------------------------- */
footer ul {
  margin-bottom: 0px;
  margin-left: 0px;
}

footer ul li {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}

.site-info {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  font-size: 14px;
}

/* News and archive ---------------------------------------------------------- */
.archive .site-main,
.blog .site-main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.newsbackground {
  height: 150px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.newsitem {
  height: 100%;
  overflow: hidden;
}

.newsinformation {
  padding: 25px;
  background: #fff;
  padding-bottom: 100px;
  position: relative;
  height: 100%;
}

.newsitem .button {
  position: absolute;
  left: 30px;
  bottom: 35px;
}

.descriptionblogarchive {
  margin-bottom: 50px;
}

.newsinformation .secondarycolor {
  font-size: 12px;
  margin-bottom: 10px;
}

.navigation.posts-navigation {
  width: 100%;
  margin-top: 25px;
}

#content .nav-previous {
  float: right;
  width: 50%;
  padding-right: 5px;
  text-align: right;
}

#content .nav-next {
  float: left;
  width: 50%;
  padding-left: 5px;
}

#content .nav-next a,
#content .nav-previous a {
  display: inline-block;
  border-bottom: 0px;
}

.newsitem h3 {
  font-size: 22px;
}

/* Block ---------------------------------------------------------- */
.block {
  padding: 50px 0px;
  background: #ffffff;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.withbutton {
  padding-bottom: 100px;
}

.textblock {
  padding: 0px 50px;
}

.buttonblock {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.imageblock {
  margin-bottom: 25px;
  height: 100px;
  padding: 0px 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imageblock img {
  max-height: 100%;
}

.block h3 {
  font-size: 20px;
}

/* Mailchimp ---------------------------------------------------------- */
.mc-field-group {
  margin-bottom: 15px;
}

#mc_embed_signup ul,
#mc_embed_signup li {
  margin: 0px;
  padding: 0px;
}

#mc_embed_signup ul {
  display: block;
  width: 100%;
}

#mc_embed_signup li {
  list-style: none;
}

.input-group label {
  display: inline-block;
  width: auto;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.input-group input[type="checkbox"] {
  position: inline-block;
}

/* HR ---------------------------------------------------------- */
hr {
  border-color: #e83d6c;
}

/* Notification ---------------------------------------------------------- */
.notification {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 50px;
  background: #000;
  z-index: 99;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-notification {
  max-width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Mobile menu ----------------------------------------------------------
/* Bepaalde de breedte voor het mobiele menu */
@media (max-width: 1200px) {
  /* mobile menu */
  #masthead .main-navigation {
    position: fixed;
    top: 80px;
    bottom: 0px;
    background: #f2f2f2;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  nav#site-navigation {
    padding: 0px;
    display: none;
  }

  #masthead .main-navigation li {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #dadada;
    margin-right: 0px;
  }

  #site-navigation.main-navigation ul {
    padding-top: 0px;
    position: relative;
    left: 0px;
    box-shadow: none;
    display: block;
  }

  body header#masthead nav#site-navigation.meta-menu-added {
    top: 115px !important;
  }

  #masthead .ctabutton {
    margin-left: 0px;
    padding: 10px;
  }

  .mobilemenu {
    width: 40px;
    height: 32px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 24px;
    margin: auto;
  }

  span.line3 {
    height: 3px;
    position: absolute;
    border-radius: 2px;
    margin: auto;
    left: 5px;
    right: 5px;
    position: absolute;
    border-radius: 2px;
    top: 6px;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: top, transform;
  }

  span.line4 {
    height: 3px;
    position: absolute;
    border-radius: 2px;
    margin: auto;
    left: 5px;
    right: 5px;
    position: absolute;
    border-radius: 2px;
    top: 14px;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: opacity;
  }

  span.line5 {
    height: 3px;
    position: absolute;
    border-radius: 2px;
    margin: auto;
    left: 5px;
    right: 5px;
    border-radius: 2px;
    top: 22px;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: top, transform;
  }

  .mobilemenu.active .line3 {
    top: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .mobilemenu.active .line4 {
    opacity: 0;
  }

  .mobilemenu.active .line5 {
    top: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  #masthead .main-navigation li a {
    padding: 15px 10px;
    height: auto;
  }

  #masthead .main-navigation li a::after {
    bottom: -1px;
  }

  .site-info {
    padding: 25px 0px;
  }

  .menu-item-has-children::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    height: 50px;
    padding: 10px;
    z-index: 9999;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-property: all;
    position: absolute;
    right: 25px;
    top: 2px;
    display: flex;
    align-items: center;
  }

  .menu-item-has-children.menu-open::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }

  ul.sub-menu {
    position: relative;
    width: 100%;
    left: 0px;
    right: 0px;
    display: none;
  }

  #masthead .main-navigation li .sub-menu li a {
    padding: 15px 10px;
    width: 100%;
    background: #fff;
  }
}

/* Woocommerce support ----------------------------------------------------------
Fixus for woocommerce */
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: 100%;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.notificationon #meta-menu-bar {
  top: 50px;
}
.site.notificationon.meta-menu-added {
  padding-top: 167px;
}
.notificationon.meta-menu-added header#masthead {
  top: 87px;
}

/* Mobile ----------------------------------------------------------
Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .owl-carousel button.owl-dot,
  .owl-carousel button.owl-dot span {
    padding: 0;
  }
  .owl-dots {
    bottom: 5px;
  }
  .backgroundrow {
    display: flex;
    flex-direction: column;
  }
  .owl-carousel button.owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
  }
  .twosides .owl-background {
    flex: 3 0 50%;
    position: relative;
    width: 100%;
  }

  .twosides .backgroundtwosides {
    width: 100%;
    /* flex: 1; */
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .textoverlaytext {
    font-size: 25px;
    margin-bottom: 0;
  }

  .textoverlay .button {
    display: inline-block;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
  }

  .twosides .backgroundtwosides .textoverlay {
    text-align: left;
    position: relative;
  }
  .twosides .backgroundtwosides .textoverlay.center {
    height: 100%;
    /* top: initial; */
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: inherit;
  }

  .twosides .vimeo-wrapper {
    position: absolute;
    float: none;
    width: 100%;
  }

  .textoverlaytexttext {
    display: block;
  }

  #content blockquote {
    padding-left: 50px;
  }

  #content blockquote::before {
    left: 15px;
  }

  .site-branding {
    left: 15px;
  }

  .deldesktop {
    display: block;
  }

  .delmobile,
  #site-navigation.main-navigation ul ul {
    display: none;
  }

  .site-logo {
    width: 125px;
  }

  #breadcrumbs {
    margin-left: 10px;
  }

  #content .hentry {
    padding: 50px 15px;
  }

  .contactinfo {
    right: 75px;
  }

  .mobilemenu {
    margin: 0px;
    left: auto;
    right: 15px;
  }

  #content .owl-quotes blockquote {
    padding-left: 0px;
  }

  #content .owl-quotes blockquote::before {
    left: 0px;
  }

  .alignleft,
  .alignright {
    display: block;
    width: 100%;
    float: none;
    margin: 0px;
    margin-bottom: 25px;
  }

  .imagecta {
    padding: 0px 25px;
  }

  .newsitem .button {
    left: 40px;
  }

  .site-info {
    display: block;
    text-align: center;
  }

  .bloginfo {
    margin-bottom: 10px;
  }

  .site-info li {
    display: block;
    margin: 0px;
  }

  .site-info ul {
    margin-left: 0px;
    padding-left: 0px;
  }

  .develop {
    margin-top: 10px;
  }

  .column {
    width: 100% !important;
    margin-bottom: 25px;
  }

  .notification {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .row.no-gutter [class*="col-"]:not(:first-child),
  .row.no-gutter [class*="col-"]:not(:last-child) {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
