/*
Theme name: Webees CMS
Text Domain: webees-cms
Theme url: http://www.webees.it
Version: 1.0
Author: <a href="http://www.webees.it" title="Webees">Webees</a>
Author url: http://www.webees.it
*/

/* Globals & Editor Rules
----------------------------------------------------------------------------- */
body {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align: text-top;
  font-size: 0.6em;
}

sub {
  font-size: 0.6em;
}

ul li {
  list-style: disc inside none;
}

ol li {
  list-style: decimal inside none;
}

a {
  text-decoration: none;
}

blockquote {
  background: #f9f9f9;
  border-left: 1em solid #ccc;
  padding: 0.5em 1em;
  quotes: "\201C""\201D""\201C""\201D";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

table {
  width: 100%;
  border-width: 1px;
  border-color: #ccc;
  border-collapse: collapse;
}

table th {
  background-color: #eee;
  border-width: 1px;
  padding: 0.5em;
  border-style: solid;
  border-color: #ccc;
  text-align: left;
}

table tr {
  background-color: #f9f9f9;
}

table td {
  border-width: 1px;
  padding: 0.5em;
  border-style: solid;
  border-color: #ccc;
}

table tr:hover {
  background-color: #ffffff;
}

/* Structure
----------------------------------------------------------------------------- */
body {
  margin: 0;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.4);
}

a.btn {
  display: inline-block;
  transition: all 0.2s ease-out;
}

/* Header
----------------------------------------------------------------------------- */
header {
  position: relative;
  overflow: hidden;


  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

header .content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

header {
  display: block;
}

#main-menu {
  margin: 0;
  text-align: right;
}

#main-menu li {
  display: inline-block;
  list-style: none;
}

/* Mobile menu
----------------------------------------------------------------------------- */
#mobile-header {
  display: none;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  box-sizing: border-box;
  width: 100%;
}

#mobile-header .logo {
  flex-grow: 1;
}

#mobile-header .logo img {
  max-height: 40px;
}

#show-mobile-menu-button-wrapper {
  font-size: 3em;
}

#mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em 2em;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow-y: scroll;
}

#mobile-menu-wrapper .hide-wrapper {
  font-size: 3em;
}

#mobile-menu-wrapper .hide-wrapper a {
  display: inline-block;
  border: 3px solid #000;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

#mobile-menu-wrapper .hide-wrapper a i.fa {
  position: relative;
  top: -44%;
  left: 2%;
  font-size: 0.8em;
}

#mobile-menu {
  margin: 1.5em 0;
}

#mobile-menu ul, #mobile-menu li {
  margin: 0;
  padding: 0;
}

#mobile-menu li {
  padding: 1em;
  list-style: outside none none;
}

#mobile-menu .sub-menu {
  display: none;
}

#mobile-menu-wrapper .logo img {
  max-height: 50px;
}

/* Slider
----------------------------------------------------------------------------- */
.slider {
  position: relative;
  width: 100%;
}

ul.rslides {
  margin: 0;
  width: 100%;
  height: 100%;
}

ul.rslides li {
  margin: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  list-style: none;
}

.slide_text {
  color: #fff;
}

.slide_text h1 {
  font-size: 4.5em;
  font-weight: bold;
}

.slide_text p {
  font-size: 1.4em;
  line-height: 1.5;
}

a.rslides_nav.rslides1_nav {
  position: absolute;
  top: 50%;
  z-index: 9;
  font-size: 2em;
}

a.rslides_nav.rslides1_nav.prev {
  left: 1em;
}

a.rslides_nav.rslides1_nav.next {
  right: 1em;
}

/* Stripes
----------------------------------------------------------------------------- */
.stripe-container {
  width: 100%;
}

/* Call To Action Stripe
----------------------------------------------------------------------------- */
.stripe.call-to-action {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

/* Gallery Grid Stripe
----------------------------------------------------------------------------- */
.stripe .gallery-images .gallery-image-content {
  width: 100%;
}

.stripe .gallery-images .gallery-image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* Gallery Carousel Stripe
----------------------------------------------------------------------------- */
.stripe.gallery-carousel .stripe-container {
  position: relative;
  margin-bottom: 40px;
}

.stripe.gallery-carousel .carousel-inner i.fa {
  position: absolute;
  bottom: -40px;
  font-size: 1.5em;
}

.stripe.gallery-carousel .carousel-inner i.fa.fa-chevron-circle-left.slick-arrow {
  left: 45%;
}

.stripe.gallery-carousel .carousel-inner i.fa.fa-chevron-circle-right.slick-arrow {
  right: 45%;
}

.stripe.gallery-carousel .slick-slide .box-img {
  background-size: cover;
  background-position: 50%;
}

.stripe.gallery-carousel .slick-slide .box-img a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Stream Stripe
----------------------------------------------------------------------------- */
.stripe .post-image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* Stream Carousel Stripe
----------------------------------------------------------------------------- */
.stripe.stream-carousel .carousel-inner {
  position: relative;
}

.stripe.stream-carousel .carousel-inner i.fa.fa-chevron-circle-left.slick-arrow {
  left: 5%;
}

.stripe.stream-carousel .carousel-inner i.fa.fa-chevron-circle-right.slick-arrow  {
  right: 5%;
}

.stripe.stream-carousel .carousel-inner i.fa {
  position: absolute;
  top: 50%;
  z-index: 9999;
  font-size: 1.5em;
}

/* Post
----------------------------------------------------------------------------- */
.post-image {
  width: 100%;
  height: 20em;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Archive/Search
----------------------------------------------------------------------------- */
.archive .post-image, .search .post-image {
  height: 20em;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Navigation
----------------------------------------------------------------------------- */
.paged-navigation {
  display: block;
  width: 100%;
  font-size: 2em;
}

.nav {
  display: inline;
}

.nav-previous.nav {
  float: left;
}

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

/* Search Page
----------------------------------------------------------------------------- */
.search-form {
  display: block;
  width: 100%;
}

/* Social Networks
----------------------------------------------------------------------------- */
.social-links {
  display: inline-block;
}

.social-links li {
  display: inline-block;
  list-style: none;
  font-size: 1.2em;
}

/* Social Share Buttons
----------------------------------------------------------------------------- */
.social-share-buttons {
  display: inline-block;
}

.social-share-buttons li {
  display: inline-block;
  list-style: none;
  font-size: 1.2em;
}

/* Archive AJAX Loader
----------------------------------------------------------------------------- */
.stripe.ajax-load-more .alm-filters {
  margin: 0;
  text-align: center;
}

.stripe.ajax-load-more .alm-filters li {
  display: inline-block;
  list-style: none;
}

.alm-btn-wrap {
  width: 100%;
}

.alm-reveal {
  clear: both;
  margin: 0;
  padding: 0;
}

/* Footer
----------------------------------------------------------------------------- */
#footer-notes {
  text-align: center;
  font-size: 0.8em;
}

.footer-widget {
  display: inline;
  float: left;
}

/* Scroll To Top
----------------------------------------------------------------------------- */
.scroll-to-top[data-auto-toggle="true"] {
  display: none;
}

/* RESPONSIVE
*******************************************************************************/
/* Extra large devices (Desktops) */
.central-wrapper {
  margin: auto;
  padding: 1em;
  /* Hint: fixed-width across the whole theme.
  max-width: 1200px;
  */
}

/* Large devices (Desktops) */
@media (max-width: 1200px) {
  .central-wrapper {
    max-width: 100%;
  }
}

/* Medium devices (Tablets) */
@media (max-width: 992px) {
  header {
    display: none;
  }

  #mobile-header {
    display: flex;
  }

  main {
    margin-top: 80px;
  }

  /* WordPress Toolbar FIX */
  .admin-bar #mobile-header, .admin-bar #mobile-menu-wrapper {
    margin-top: 32px;
  }
}

/* WordPress Toolbar STEP */
@media (max-width: 782px) {
  /* WordPress Toolbar FIX */
  .admin-bar #mobile-header, .admin-bar #mobile-menu-wrapper {
    margin-top: 46px;
  }
}

/* Small devices (Landscape phones) */
@media (max-width: 768px) {
}

/* WordPress Toolbar STEP */
@media (max-width: 600px) {
  /* WordPress Toolbar FIX */
  #mobile-header {
    position: absolute;
  }
}

/* Extra small devices (Portrait phones) */
@media (max-width: 576px) {
}
