/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Generale */
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
  margin-bottom: 0;
}
h2 {
  margin-top: 0.5em;
}
h2 a {
  color: #636363;
}
ul {
  padding-top: 10px;
}
.d-block {
  display: block;
}
.pb24 {
  padding-bottom: 24px !important;
}
/* Header */
.nav {
  justify-content: center !important;
}
.nav > li {
  margin: 0;
}
.nav > li > a {
  font-size: 15px;
  margin: 0 12px;
}

/* Home Page */
.box-text {
  padding-bottom: 0;
}

/* Banner Outlet */
.box_outlet .occhiello {
  font-size: 12px;
  color: #636363;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.box_outlet h3 {
  padding: 35px 0;
}
.box_outlet .sottotitolo {
  font-size: 10px;
  color: #636363;
  margin-bottom: 6px;
}
.link_outlet {
  margin-top: 0 !important;
}
.link_outlet a {
  font-size: 12px;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.link_outlet img {
  width: 20px;
  margin-left: 5px;
}

/* Category */
.blog-wrapper .image-category {
  background-size: cover !important;
  background-position: center center !important;
  height: 500px;
  position: relative;
}
.blog-wrapper .image-category .name-category {
  position: absolute;
  right: 0;
  top: 25%;
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  width: auto;
  font-size: 35px;
}

/* Article */
.article-inner .entry-category {
  display: none;
}
.container_autor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.archive-page-header .image_author {
  margin-right: 15px;
  margin-left: 0;
}
.archive-page-header .description_author {
  margin: 0;
}

/* Footer */
footer {
  border-top: 1px solid #000;
  padding-top: 50px;
}
.container_link_footer {
  display: flex;
  justify-content: space-between;
}
.container_link_footer .title_footer {
  font-size: 15px;
  color: #000;
}
.container_link_footer ul {
  padding-left: 0;
  list-style-type: none;
}
.container_link_footer ul li {
  margin-left: 0;
  margin-bottom: 0;
}
.container_link_footer ul li a,
.container_link_footer ul li a:hover,
.container_link_footer ul li a:focus {
  color: #4a4a4a;
  font-size: 14px;
}
.footer-primary.pull-left {
  left: none;
}
.credit_footer {
  font-size: 12px;
  text-align: center;
  color: #333;
  display: block;
}
h3.meta-author {
  display: inline;
  font-size: inherit;
}
.article-inner .entry-content.single-page a {
  text-decoration: underline;
}
.shop.menu-item a {
  background-color: #999;
  color: #fff;
  padding: 0 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}
.shop.menu-item a:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
