/*
Theme Name: Spagna Podcast
Theme URI: https://www.bumboo.it
Description:
Author: Giancarlo Lavenuta
Version: 1.0

Text Domain: Bumboo
*/
@charset "utf-8";

/* CSS Document */
/*== RESET ==*/
@-webkit-viewport {
  width: device-width
}

@-moz-viewport {
  width: device-width
}

@-ms-viewport {
  width: device-width
}

@-o-viewport {
  width: device-width
}

@viewport {
  width: device-width
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

@font-face {
  font-family: 'Ramona';
  src: url('fonts/Ramona-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Ramona';
  src: url('fonts/Ramona-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

button::-moz-focus-inner {
  border: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

mark {
  background-color: #ff9;
  color: #6d6e72;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

/*== General ==*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  position: relative !important;
}

::-moz-selection {
  background: #009EE2;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #009EE2;
  color: #fff;
  text-shadow: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

body {
  font-family: stolzl, sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #595959;
  font-weight: 300;
  background-size: cover;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-text-size-adjust: none;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  overflow-x: hidden !important;
  position: relative !important;
}

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

/* PRELOADER */
#preloader {
  background: #FFF url('images/loading.gif') no-repeat center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

/* PRELOADER */
b, strong {
  font-weight: 600;
}

a, a:link, a:active, a:visited {
  color: #F24C4C;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.hide, .screen-reader-text {
  display: none
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.fix {
  clear: both
}

.last {
  margin-right: 0 !important;
}

.full {
  width: 1400px;
}

.p-t-60 {
  padding-top: 60px
}

.center {
  margin: 10px auto;
  text-align: center;
  clear: both;
  display: table;
}

.yellow {
  background: #FFD977 !important
}

a.button {
  display: table;
}

.button {
  height: 56px;
  line-height: 56px;
  border: none !important;
  background: #F24C4C;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  padding: 0 60px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 56px;
}

.button:hover {
  background: #333
}

.button svg {
  top: 2px;
  margin-left: 10px;
  line-height: 56px;
  position: relative;
}

div.top {
  width: 100%;
  margin: 0 auto;
}

div.main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden !important;
  z-index: 2;
}

.page-top {
  width: 1400px;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0 0 !important;
  clear: both;
}

.titolo-top {
  width: 30%;
  float: left;
  position: relative;
  z-index: 999;
}

.titolo-top img {
  width: 100%
}

.titolo-top h6 {
  margin: 20px 0;
  color: #F24C4C;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.titolo-top p {
  font-size: 18px;
  margin-bottom: 20px
}



.white {
  width: 100%;
  height: 60px;
  bottom: 0;
  background: #fff;
  position: absolute;
  z-index: 1
}

.slick-list {
  z-index: 2;
  padding: 0!important
}

.carosello-content {
  width: 60%;
  float: right;
  margin-top: 40px
}

.carosello {
  width: 100%;
}

.carosello .slick-slide {
  margin: 0px
}

.carosello .slick-slide img {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}


.carosello .slick-center img  {
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.logo img {
  width: 100%
}

.superpage {
  background: #fff;
  position: relative;
}

.page {
  margin: 0 auto;
  width: 1400px;
  padding: 20px 0;
  clear: both;
}

.page p {
  padding-bottom: 12px;
}

.page-content {
  margin: 0;
  width: 100%;
}

.page:after, .page-content:after, .page-top::after {
  content: "";
  display: table;
  clear: both;
}

.page-single-podcast::after {
  display: none
}

.page-content h1 {
  color: #333;
  font-family: 'Ramona';
  font-size: 26px;
  line-height: 130%;
  margin: 20px 0;
  text-transform: uppercase;
  text-align: center;
}

.page-content h4 {
  font-family: 'Ramona';
  text-align: center;
  color: #F24C4C;
  font-size: 40px;
  font-weight: bold;
  margin: 80px 0 100px 0;
}

.line-bg {
  background-image: url('images/bg-line.svg');
  background-repeat: repeat-y;
  background-position: center;
  padding: 0;
  margin-bottom: 110px;
}

.elem-1 {
  position: absolute;
  top: 30px;
  right: 200px;
  width: 130px;
  height: 130px;
  background: url('images/e-1.svg') no-repeat center
}

.elem-2 {
  position: absolute;
  bottom: 230px;
  right: -70px;
  width: 130px;
  height: 130px;
  background: url('images/e-2.svg') no-repeat center
}

.elem-3 {
  position: absolute;
  bottom: 100px;
  right: 780px;
  width: 130px;
  height: 130px;
  background: url('images/e-3.svg') no-repeat center
}

.podcast {
  display: table;
  margin-bottom: 110px;
  width: 100%;
  position: relative;
}

.podcast:last-child {
  margin-bottom: 0
}

.podcast h2 {
  font-family: 'Ramona';
  color: #F24C4C;
  font-size: 116px;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 999
}

.podcast h6 {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.podcast h4 a:hover {
  color: #F24C4C;
}

.podcast p {
  color: #666;
  font-size: 22px;
  line-height: 130%;
  margin: 15px 0;
  font-weight: 300
}

.elemento {
  position: absolute;
  top: -70px;
  width: 120px;
}

.elemento img {
  width: 100%
}

.podcast.sinistra .elemento {
  right: 30px
}

.podcast.destra .elemento {
  left: 30px
}

.half-60 {
  flex: 0 0 55%;
  max-width: 55%
}

.half-40 {
  flex: 0 0 40%;
  max-width: 40%
}

.half {
  width: 48%
}

.half-image {
  position: relative
}

.podcast.sinistra .half-text {
  float: left;
}

.podcast.sinistra .half-image {
  float: right;
}

.podcast.sinistra .half-image .img {
  width: 100%
}

.podcast.destra .half-text {
  float: right;
}

.podcast.destra .half-image {
  float: left;
}

.podcast.destra .half-image .img {
  width: 100%;
  display: block;
}

.current-post {
  background: #f1f1f1;
  border-radius: 16px;
  padding: 10px;
  box-sizing: border-box;
}

.single-podcast {
  margin: 20px 0;
  clear: both;
  display: inline-block;
}

.logo-single {
  width: 150px;
  margin: 40px 0 20px 0
}

.logo-single img {
  width: 100%;
  display: block;
}

.time {
  color: #b3b3b3;
  font-weight: 500;
  text-transform: lowercase;
}

.time-pod {
  color: #b39853 !important;
  font-weight: 500;
  text-transform: lowercase;
}

.dots {
  background: url('images/dots.svg') no-repeat left;
  height: 30px;
  margin: 20px 0;
}

.page-content-single-podcast {
  padding: 30px;
  box-sizing: border-box;
}

.page-content-single-podcast p {
  font-size: 18px;
  color: #000
}

.page-content-single-podcast h4 {
  font-family: 'Ramona';
  color: #F24C4C;
  font-size: 40px;
  margin: 10px 0;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.page-content-single-podcast h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-size: 500;
  color: #000 !important;
  margin: 0 0 10px 0 !important
}

.line {
  width: 100%;
  height: 1px;
  background: #595959;
  margin: 40px 0 20px 0
}

.single-content {
  float: left;
  width: 65%
}

.img-single-podcast img {
  width: 100%;
  display: block;
}

.img-single {
  width: 28%;
  float: left;
  margin-right: 30px;
}

.img-single img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.page-single-podcast {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-single-podcast h6 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  margin-top: 20px;
}

.single-content h6 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  margin-top: 0
}

.single-content h4 {
  font-family: 'Ramona';
  color: #F24C4C;
  font-size: 40px;
  margin: 10px 0;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 999
}

.single-content p {
  font-size: 16px;
  padding-bottom: 0
}

.img-content-podcast {
  width: 840px;
  height: 400px;
  overflow: hidden;
}

.last-div {
  height: 80px
}


.social-share-link-content {
  text-align: right;
  padding: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

a.social-share-link-post svg {
  display: inline-block;
  float: none;
  fill: #000;
  width: 24px;
  height: 24px;
  padding: 3px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

a.social-share-link-post:hover svg {
  fill: #F24C4C;
}
