/*
Theme Name: RakkaSpaces
Author: Moretag Agency
Author URI: http://www.moretag.fi
Description:  Theme by Moretag Agency 
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rakka
Tags: website, moretag, flexbox, rakkaspaces



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Poppins", sans-serif;
  color: #151515;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400 !important;
}
.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a {
  background: 0 0;
  transition: .15s;
}
a:active, a:hover {
  outline: 0;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0;
  transition: .15s;
  text-decoration: none !important;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #494949;
}
p {
  margin-bottom: 24px;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
b, strong {
  font-weight: 700;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
}
h1.entry-title {
  font-size: 21px;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
.moretag a {
  color: #FFF;
}
.moretag a:hover {
  color: #FFF;
}
pre {
  display: block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
code, kbd, pre, samp {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.themelight pre {
  color: #FFF !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.full {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
hr:not([size]) {
  height: 1px;
  color: #494949;
  opacity: 1.0 !important;
}
.btdark .herotext, .btdark .leipis, .btdark h1, .btdark h2 {
  color: #FFFFFF;
}
.btlight .herotext, .btlight .leipis, .btlight h1, .btlight h2 {
  text-shadow: none;
  color: #494949;
}
.light h4, .light p {
  color: #FFFFFF;
}
.dark h4, .dark p {
  text-shadow: none;
  color: #494949;
}
.dark h4:hover, dark p:hover {
  text-decoration: none !important;
  text-underline-position: none;
}
.dark:hover h4, dark:hover p {
  text-decoration: none !important;
  text-underline-position: none;
}
#footer-widget {
  background-color: #FFF;
  min-height: 320px;
  padding-top: 100px;
  color: #3c3c3c;
}
#footer-widget a {
  color: #3c3c3c;
}
#footer-widget a:hover {
  color: #6D6D6D;
}
._field-wrapper input {
  width: 80%;
}
._form_element textarea {
  width: 80%;
  min-height: 200px;
}
a.list__link:hover {
  color: #2fbca4;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 6px;
  margin: 0 0 0 0 !important;
  font-size: 1rem;
  color: #494949;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: none !important;
  transition: all .3s ease-in-out;
}
.btn-primary {}
.btn-primary:hover {}
.fourarea p {
  margin-bottom: 1.5em;
  display: block;
  height: 70px;
}
p.peopletxt {
  font-size: 16px;
}
h5.peopleh5 {
  font-size: 22px;
}
/*--------------------------------------------------------------
# Serve them the MENU
--------------------------------------------------------------*/
.navbar-nav-new {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
li.nav-item {
  display: inline-block;
}
.navbar-nav-new .nav-link {
  color: #000;
  font-size: 28px;
}
label.burger-menu {
  border-radius: 40px;
  position: fixed;
  top: 44px;
  right: 14px;
  transition: all 0.5s ease;
}
.scroll label.burger-menu {
  background-color: #FFF;
  border-radius: 60px;
  position: fixed;
  top: 64px;
  right: 14px;
  transition: all 0.5s ease;
  box-shadow: 0px -2px 16px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px -2px 16px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px -2px 16px 10px rgba(0, 0, 0, 0.08);
	display: none;
	visibility: hidden;
}
.navbar-brand img {
  height: 18px;
  margin-bottom: 0px;
}
.nav-item a:hover {
  color: #231E1E !important;
}
li.current-menu-item a {
 /* border-bottom: 4px solid #000; */
  color: #282828 !important;
}
.burger-menu .line {
  background: #000;
}
ul#menu-navi {
  padding-left: 12px;
}
.menu-inner {
  align-content: center;
}
.nav-link {
  padding: 0px;
  margin-right: 12px;
  margin-left: 12px;
}
.navbar-collapse {
  margin: 0 auto;
  display: table;
}
.menu .widget-title {
  color: #FFF;
}
.menu .textwidget {
  color: #727272;
}
.landingpages {
  color: #727272;
  font-size: 10px;
  letter-spacing: 6px;
  transition: all .4s ease;
}
.landingpages span {
  display: none;
  transition: all .4s ease;
  letter-spacing: 6px;
}
.landingpages:hover {
  color: #727272;
  font-size: 10px;
  letter-spacing: 4px;
  transition: all .4s ease;
}
.landingpages:hover span {
  display: inline;
  transition: all .4s ease;
  letter-spacing: 4px;
}
.menu .widget_media_image img {
  border-radius: 12px;
}
/*--------------------------------------------------------------
# Moretag Templates
--------------------------------------------------------------*/
h1 {
  -webkit-font-smoothing: auto;
  color: #000;
  font-size: 60px;
  line-height: 1.2;
}
h2 {
  -webkit-font-smoothing: auto;
  color: #000;
  font-size: 52px;
  line-height: 1.2;
}
h3 {
  -webkit-font-smoothing: auto;
  color: #000;
  font-size: 46px;
  line-height: 1.4;
}
h4 {
  -webkit-font-smoothing: auto;
  color: #000;
  font-size: 36px;
  line-height: 1.3;
}
h5 {
  -webkit-font-smoothing: auto;
  color: #000;
  font-size: 28px;
  line-height: 1.5;
}
h6 {
  -webkit-font-smoothing: auto;
  color: #000;
  font-size: 22px;
  line-height: 1.5;
}
.btn {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-weight: 600;
}
.dropdown-toggle::after {
  background-image: url(/wp-content/uploads/sites/35/2021/02/down-arrow.png);
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  vertical-align: 0px;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}
#mysub2 .dropdown-toggle::after {
  background-image: url(/wp-content/uploads/sites/35/2021/06/down-arrow2.png);
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  vertical-align: 0px;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}
.themedark {
  color: #494949;
}
.themelight {
  color: #FFF;
}
.themelight h1, .themelight h2, .themelight h3, .themelight h4, .themelight h5, .themelight h6 , .themelight .h6 {
  color: #FFF !important;
}
.btn {
  cursor: pointer;
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 10px;
  font-size: 14px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary {
  background-color: #000;
  border-color: #FFF;
  border-radius: 0px;
  color: #FFF;
  padding: 12px 20px 12px 20px !important;
  border: 1px solid;
  font-size: 10px;
  letter-spacing: 1.3px;
  transition: all .4s ease;
}
.btn-secondary {
  background-color: #FFF;
  border-color: #000 !important;
  border-radius: 0px;
  color: #000;
  padding: 12px 20px 12px 20px !important;
  border: 1px solid;
  font-size: 10px;
  letter-spacing: 1.3px;
}
.btn-primary:hover {
  background-color: #292929;
  border-color: #C5C5C5;
  color: #FFF;
  border: 1px solid;
  border-radius: 0px 0px 18px 0px;
  transition: all .4s ease;
}
.btn-secondary:hover {
  background-color: #292929;
  border-color: #C5C5C5;
  color: #FFF;
  border: 1px solid;
  transition: all .4s ease;
}
.wethepeople:hover .peopleh5 {
  color: #000 !important;
  transition: all .4s ease;
}
.peopleh5 {
  transition: all .4s ease;
}
blockquote {
  margin: 40px 0px 40px 20px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 36px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  border-left: 2px solid #D0CFCF;
  color: #595959;
}
a {
  color: #323232;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.manualsingle a {
  color: #666 !important;
  text-decoration: none;
}
.columcontent b, .columcontent strong {
  font-weight: bolder;
  color: #494949;
}
.btdark h5 {
  color: #FFF;
}
.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
 min-height: 720px; 
  background-size: cover;
}
.position-relative {
  position: relative !important;
}
.section {
 /* padding: 100px 0; */
}
.about-bg-img {
  position: absolute;
  right: 0px;
  content: "";
  width: 40%;
  height: 100%;
  max-height: 560px;
  top: 0px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
#about {
  position: relative;
  padding-bottom: 85px;
}
.about-content {
  margin-top: 40px;
}
.about-content .subtitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about-list {
  margin-top: 30px;
}
.about-list li {
  width: 45%;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #888;
}
.float-lg-right {
  float: right !important;
}
.mt-70 {
  margin-top: -70px;
}
.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.test-inner {
  position: relative;
  padding: 30px;
  background: #fff;
  border-top-right-radius: 35px;
  margin-bottom: 25px;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.test-inner i {
  font-size: 60px;
  opacity: .09;
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
svg.svg-inline--fa.fa-quote-right.fa-w-16 {
  font-size: 60px;
  opacity: .09;
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.test-author-thumb img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px dotted #ddd;
  padding: 5px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.test-author-thumb {
  margin-bottom: 15px;
}
.test-author-info {
  margin-left: 20px;
  margin-top: 20px;
}
.test-inner {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 25px;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.test-inner:hover {
  -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
.test-inner h4 {
  font-size: 18px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 8px;
}
.test-inner h6 {
  margin-top: 0px;
  font-size: 12px;
}
.project-content-block {
  padding: 70px 40px;
  margin-left: -120px;
  background: #F8F8F8;
  position: relative;
  bottom: -70px;
  border: 15px solid #fff;
  -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
.project-content-block h4 {
  color: #7F1E92;
  font-size: 16px;
}
.project-content-block p {
  margin-top: 25px;
}
.section-bottom {
  padding-bottom: 8.125rem;
}
.single-project img {
  border-radius: 6px;
}
.text-color {
  color: #3F3F3F;
}
img.solutionicon {
  width: 30px;
  padding-top: 40px;
  transition: all .4s ease;
}
.intro-item:hover img.solutionicon {
  opacity: .2;
  margin-top: -4px;
  margin-bottom: 4px;
  transition: all .4s ease;
}
.tabheight {
	min-height: 400px;	
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs img {
  border-radius: 6px;
}
.tabs label {
  order: 1;
  display: block;
  margin-right: 2px;
	margin-left: 2px;
  cursor: pointer;
  background: #FFFFFF;
  transition: background ease 0.2s;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-top: 9px;
	font-size: 14px;
	flex: 1;
  text-align: center; 
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  padding-right: 27px;
}
.tabs input[type="radio"] {
  display: none;
}
.tabs input[type="radio"]:checked + label {
  background: #000;
  color: #FFF;
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
@media (max-width: 45em) {
  .tabs .tab, .tabs label {
    /* order: initial; */
  }
  .tabs label {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
.testimonial-author img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px dotted #ddd;
  padding: 5px;
}
.testimonialtitle {
  font-size: 12px;
}
.swiper-container {
  position: relative;
  padding-top: 50px; /* Add space for the buttons */
  overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.themelight .swiper-button-next, .themelight .swiper-button-prev {
  background-color: #FFF;
  color: #000;
}
.swiper-button-next {
  left: 60px;
  top: 25px;
  right: 10px;
}
.swiper-button-prev {
  left: 10px;
  top: 25px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 18px; /* Adjust arrow size */
}
.wpcf7 label {
  display: inline-block;
  width: 100%;
}
@keyframes logos-scroll {
  to {
    /* Distance = width of the first set ONLY (n * (w + gap) - gap) */
    transform: translateX(calc(-1 * ((var(--item-count) * (var(--item-width) + var(--gap))) - var(--gap))));
  }
}
.slider {
  background: #FFF;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1280px;
}
.slider::before, .slider::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100px;
  width: 200px;
  z-index: 2;
  /* fade edges */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.slider::before {
  left: 0;
}
.slider::after {
  right: 0;
  transform: rotateZ(180deg);
}
.slide-track {
  display: flex;
  align-items: center;
  gap: var(--gap);
  will-change: transform;
  animation: logos-scroll var(--duration) linear infinite;
}
.slide {
  flex: 0 0 var(--item-width); /* fixed cell width for predictable distance */
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide img {
  max-height: 40px;
  height: auto;
  width: auto; /* keep logo aspect ratio */
}
h5.articlelisttitle58 {
  position: absolute;
  top: 429px;
  z-index: 99999;
  text-align: center;
  font-size: 18px;
  left: 12px;
  background: #FFF;
  padding: 6px 16px 6px 16px;
  border-radius: 0px;
  color: #000 !important;
}
.articlelisttitle58 {
  color: #000 !important;
}
.overNOT {
  overflow: hidden;
  height: 480px;
}
.overNOT img {
  height: 482px;
  object-fit: cover;
}
.wp-audio-shortcode {
  margin-bottom: 40px;
  width: 33% !important;
}
.mejs-time-rail {
  display: none;
}
.mejs-duration-container {
  display: none;
}
.mejs-container {
  background: #000;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: #000 !important;
}
/* Video RSS feed */
.video-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.video-card {
  width: 250px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}
.video-card:hover {
  transform: scale(1.05);
}
.video-card img {
  width: 100%;
  height: auto;
}
.video-card h3 {
  font-size: 16px;
  padding: 10px;
  margin: 0;
}
.swiper-slide .videotitle a {
  opacity: 0;
  color: #FFF;
  transition: all 0.3s;
}
.swiper-slide:hover .videotitle a {
  opacity: 1;
  color: #FFF;
  transition: all 0.3s;
  text-shadow: -1px 0px 12px rgba(0, 0, 0, 0.88);
}
h5.videotitle {
  margin-top: 76px;
}
span.readingtime {
  font-size: 12px;
  color: #949494;
}
h5.articlelisttitle {
  margin-top: -7px;
}
p.smalltitleunder {
  font-size: 20px;
  color: #000;
  margin-top: 6px;
  margin-left: 115px;
  position: absolute;
}
.themelight p.smalltitleunder {
  color: #FFF;
}
.articleimage {
  transition: all 0.3s;
 /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); */
	border-radius: 0px 0px 0px 0px;
}
.shademe:hover .articleimage {
  transition: all 0.3s;
 /*  clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 100%); */
	border-radius: 0px 0px 58px 0px;
}
.shademe .articleimage {
  transition: all 0.3s;
}
.swiper-slide:hover .episode-image {
  transform: scale(0.98);
  transition: all 0.3s;
}
.episode-image {
  transition: all 0.3s;
}
span.tagmecat {
  font-size: 9px;
  background-color: #000;
  color: #FFF;
  padding: 8px 10px 8px 10px;
  border-radius: 0px;
}
span.tagmecat2 {
  font-size: 9px;
  background-color: #FFF;
  color: #969696;
  padding: 8px 10px 8px 10px;
  border-radius: 0px;
}
.side5000 {
  margin-bottom: 24px;
}
h5.articlelisttitlenew {
  margin-top: 6px;
}
.newlisttxt2 p {
  font-size: 14px;
}
.borderme {
  border: solid 4px #FFF;
}
.cardbox {
  padding: 24px;
  box-shadow: 0px -2px 16px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px -2px 16px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px -2px 16px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 22px;
  border-top: 22px solid #000;
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1); */
  padding: .74rem 1rem;
  transition: all 0.3s;
}
.navbar-brand > a {
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.mobilenavionly {
  display: none;
  visibility: hidden;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }
  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
#masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding-left: 0.5rem;
  font-weight: 500;
  font-size: 14px;
}
#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600; /*background: #f9f9f9;*/
}
.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 12px;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 14px; /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: none;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.moretag p {
  font-size: 12px !important;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}
.sticky .entry-title {
  position: relative;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
  font-size: 85%;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a, footer#colophon a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #494949;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
f /*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #FFFFFF;
  /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.1); */
  padding: .74rem 1rem;
  color: #494949;
  z-index: 99999999999;
}
.navbar-brand > a {
  color: #000;
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  font-weight: 400;
  font-family: "Abril Fatface", serif;
  font-size: 24px;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
  }
  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #2C2C2C;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 12px;
  font-size: 16px;
  text-transform: uppercase;
}
/* custom menu item settings by moretag */
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #009a8f;
}
.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 12px;
  padding-top: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dropdown-menu {
  min-width: 11rem;
  border: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 4px;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
  padding-bottom: 12px;
  padding-top: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #FFF;
}
/* custom menu item settings  */
#masthead.scroll {
  background-color: #FFF;
}
/* custom menu item settings ends here */
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {}
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " \2192";
}
.post-navigation .nav-previous a::before {
  content: "\2190 ";
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  opacity: 0;
  overflow-x: hidden;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99999;
}
.menu-inner {
  background: #F8F8F8;
  padding-top: 120px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 16px;
}
#footer-widget strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: none;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}
.sticky .entry-title {
  position: relative;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------



/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
.navbar-nav > li.current-menu-parent > a {
  color: #1B3F5F !important;
}
.navbar-nav > li.current-page-ancestor > a {
  color: #1B3F5F !important;
}
.current-page-ancestor .current-page-ancestor a {
  color: #1B3F5F !important;
}
/* show on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-nav li:hover > .dropdown-menu {

}


/*--------------------------------------------------------------
# New bootstrap fixes
--------------------------------------------------------------*/
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#wpadminbar {
  opacity: 1;
  position: absolute;
  z-index: 9999999999;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
  header {
    position: absolute;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 9999999;

  }
  .navbar {}
  .dropdown-menu.dropdown-item {
    line-height: 1.2;
    padding-bottom: 12px;
    padding-top: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header#masthead .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  header#masthead {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFF;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
  header#masthead .container {
    max-width: 100%;
  }
  #masthead .navbar-nav > li > a {
    padding-left: 10px !important;
  }
  .floatingme4 {
    z-index: 0 !important;
    opacity: 0.4;
  }
  .articlemanualimage {
    height: 100px;
    width: 100px;
    border-radius: 50px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  html {
    font-size: 90%;
  }
  .hidemobile {
    display: none;
    visibility: hidden;
  }
  .mobilenavionly {
    display: block;
    visibility: visible;
  }
	.navigation {
  position: relative;
  height: 80px;
  padding: 0 15px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
	#menu-valikko-1 {
		padding-top: 36px;
		
	}
  .leftpadi {
    padding: 10px !important;
  }
  .bg-about {
    display: none;
  }
  .fortysixty {
    padding: 10px !important;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    display: block;
    margin-top: 0;
    /* change this to override theme color
background-color: ; */
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .animated {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
  }
  .navbar-brand img {}
  #masthead .navbar-nav > li > a {
    padding-left: 20px !important;
  }
  li#menu-item-1361 {
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .navbar-collapse {
    padding: 20px;
    transition: all 0.3s;
  }
  .dropdown-menu .dropdown-item {
    white-space: normal;
    font-size: 14px;
    padding-bottom: 6px;
    padding-top: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dropdown-menu {
    min-width: 12.500rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dropdown-menu li {
    margin-left: 6px;
    width: 100%;
    display: inline-block; /* bootstrap fix */
  }
  .tabs label {
    order: 1;
    display: block;
    margin-right: 6px;
    margin-bottom: 6px;
    cursor: pointer;
    background: #FFFFFF;
    transition: background ease 0.2s;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
	  flex: none;
  }
  .single-post .site-main h1 {
    font-size: 30px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  margin-left: 0px;
}
.about-bg-img {
  width: 35%;
  height: 100%;
  max-height: 600px;
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
  header {
    position: absolute; 

  }
  .full {
    border-radius: 0px;
  }
  .leftpadi {
    padding: 10px !important;
  }
  .fortysixty {
    padding: 10px !important;
  }
  .wrap-feature-16 [class*=col-] {
    padding: 20px 10px;
  }
  .herotext {
    width: 80% !important;
  }
  .hero {
    min-height: 120px !important;
  }
	.articlelist {
		padding-top: 10px !important;
		padding-bottom: 10px !important;	
	}
  .about-bg-img {
    visibility: hidden;
    display: none;
  }
  .testimonial-author {
    margin-bottom: 80px;
    border-bottom: 1px solid #000;
  }
  .testimonial-item-content {

    margin: 0 auto;
  }
  .full {

  }
  .tabs .tab {
    padding-right: 14px !important;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  .tab h1 {
    font-size: 28px;
  }
  .full {
    background-position: center top !important;
  }
  .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .float-lg-right {
    float: left !important;
  }
  .project-content-block {
    padding: 70px 40px;
    margin-left: -0px;
    margin-top: -70px;
    position: relative;
    bottom: -70px;
  }
  li.nav-item {
    display: block;
    margin-top: 6px;
  }
  .navbar-nav-new {
    display: block;
  }
  li.current-menu-item a {
    border-bottom: 0px;
    color: #000 !important;
  }
  .navbar-collapse {
    margin: 0 auto;
    display: block;
  }
}
.menu .widget_text {
  padding: 20px;
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}