/*
Theme Name:Unicalmondo
Theme URI: 
Author: INK
Author URI: https://inkdigital.it
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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: #000;
}

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: none !important;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: none !important;
  	cursor: pointer;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
.oro { color: #bfab79 !important; }
.rosso { color: #cc1719 !important; }
.bianco { color: #ffffff !important; }
.grigio { color: #9C9B9B !important; }
.grigio-scuro { color: #333333 !important; }
.grigio-scuro-scuro { color: #1d1d1b !important; }
.cormorant { font-family: 'Cormorant Garamond', Times, Serif !important; }
.montserrat { font-family: 'Montserrat', Helvetica, Arial, Sans-Serif !important; }
.no-visible-box { display: none; }
.visible-box { display: block; }
.no-padding { padding: 0 0 0 0; }
.no-margin { margin: 0 0 0 0; }
.background-rosso { background-color: #cc1719; }
.btn.focus, .btn:focus { outline: none !important; box-shadow: none !important; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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
--------------------------------------------------------------*/
#main-nav { display: none !important; }
/* .navbar-brand { display: none; } */
button.navbar-toggler { display: block; }

header#masthead {
  margin-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 1rem;
}

.navbar {  }

.navbar-brand {
  margin: 0 auto;
  /* display: none; */
}

.navbar-toggler { border: 0; }
.navbar-toggler-icon { background-image: url("./inc/assets/img/menu-toggle.svg") !important; }

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

.site-title { text-align: center; }

#page-sub-header {
  position: relative;
  /* padding-top: 2.5rem; */
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
  background: transparent !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: 40px;
  /*margin-bottom: 40px;*/
  width: 70px;
}
a.page-scroller img { width: 100px; }

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #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: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

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: #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;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* 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;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@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) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #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;
}

/*--------------------------------------------------------------
# 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: 0.875rem;
  /* 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: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#shopping { background: #cb181b; position: fixed; width: 300px; top: 50px; right: -240px; padding: 10px 10px 10px 15px; border: 1px solid #ffffff; transition: all .9s; z-index: 10; }
#shopping:hover { transform: translate(-240px, 0); }
#shopping img { width: 30px; height: 38px; margin-right: 40px; }
#shopping a, #shopping a:hover { font-size: 20px; font-weight: 700; line-height: 38px; color: #ffffff; text-transform: uppercase; text-decoration: none; }
.modal-video .modal-title { font-size: 32px; text-align: center; font-weight: 500; }
.modal-video .close { opacity: 1; }
.modal-video .close span { color: #ffffff; }
.modal-video .modal-header { border-bottom: 0; }
.modal-video .modal-footer { border-top: 0; }
.close:focus, .close span:focus  { outline: none; }
.btn-close-video { color: #cc1719; background-color: #fff; border-color: #cc1719; }
.btn-close-video:hover { color: #ffffff; background-color: #cc1719; border-color: #ffffff; }
.unicasl { padding-left: 0; padding-right: 0; }
.carousel-control-next, .carousel-control-prev { width: 50px; z-index: 10; }
.carousel-control-prev { padding-left: 28px; }
.carousel-control-next { padding-right: 28px; }
.carousel-control-next-icon, .carousel-control-prev-icon { width: 22px; height: 40px; }
.carousel-control-prev-icon { background-image: url('inc/assets/img/nav-back-arrow-slider.svg'); }
.carousel-control-next-icon { background-image: url('inc/assets/img/nav-next-arrow-slider.svg'); }
.carousel-indicators { bottom: -60px; margin-left: 0; margin-right: 0; }
.carousel-indicators li { width: 10px; height: 10px; border-radius: 100%; background-color: #000; margin-right: 10px; margin-left: 10px;}


.carousel-caption { width: 40%; top: 50%; left: 0; right: unset; bottom: unset; padding: 0 30px; transform: translateY(-50%); }
.carousel-caption-mobile { display: none; }
.caption-image img { border-radius: 50%; max-width: 200px; }
.caption-title { font-size: 30px !important; line-height: normal !important; margin-bottom: 15px !important; }
.caption-subtitle { font-size: 34px !important; line-height: normal !important; margin-bottom: 30px !important; }
.caption-text { font-size: 20px !important; line-height: normal !important; margin-bottom: 15px !important; }
/*
.carousel-caption { width: 50%; top: 20%; left: 0; }
.caption-title { font-size: 54px !important; line-height: normal !important; margin-bottom: 30px !important; }
.caption-subtitle { font-size: 34px !important; line-height: normal !important; margin-bottom: 30px !important; }
.caption-text { font-size: 20px !important; line-height: normal !important; margin-bottom: 50px !important; }
*/

.caption-cta {  }
.carousel-caption-2 { width: 60%; top: 80px; left: 0; position: absolute;
    right: 15%;
    bottom: 20px;
    left: 50px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }

@media screen and (max-width: 1280px) {
  .carousel-caption { width: 50%; }
  .caption-title { font-size: 26px !important; }
}

.slide-2-first-row, .slide-2-second-row { overflow: auto; }
.slide-2-first-row p.slide-2-block-sx { float: left; width: 60%; font-size: 28px !important; font-weight: 400 !important; color: #000000; padding-top: 30px; }
.slide-2-first-row p.slide-2-block-sx span.iscri { font-size: 18px; }
.slide-2-block-sx-webinar { font-size: 28px; margin-bottom: 40px;  }
.slide-2-first-row p.slide-2-block-dx { float: left; width: 40%; text-align: right; }
.webinar { width: 175px; }
.slide-2-second-row p.slide-2-block-sx { padding-top: 40px; }
.slide-2-second-row .slide-2-block-sx { float: left; width: 60%; }
.slide-2-second-row .slide-2-block-dx { float: left; width: 40%; }
.slide-2-second-row p.slide-2-block-dx { display: block !important; float: left; width: 40%; text-align: right; }
.annobiblico { display: inline; width: 300px; }
.annobiblico-1 { display: none; }
.site-title img { width: 120px; }
.titolo-indent { text-indent: -9999px; line-height: 0 !important; }
#page-sub-header { margin-bottom: 60px; }
.intro { margin-top: 60px; }
#menu-unica {
position: fixed;
/*position: absolute;*/
width: 100%;
height: 100%;
z-index: 100;
display: none;
background-image: url('inc/assets/img/bg-menu-1.svg'), rgb(204,23,25);
background-image:  url('inc/assets/img/bg-menu-1.svg'), -moz-linear-gradient(top, rgba(204,23,25,1) 0%, rgba(204,23,25,1) 75%, rgba(124,8,14,1) 100%);
background-image:  url('inc/assets/img/bg-menu-1.svg'),-webkit-linear-gradient(top, rgba(204,23,25,1) 0%,rgba(204,23,25,1) 75%,rgba(124,8,14,1) 100%);
background-image: url('inc/assets/img/bg-menu-1.svg'), linear-gradient(to bottom, rgba(204,23,25,1) 0%,rgba(204,23,25,1) 75%,rgba(124,8,14,1) 100%);
background-image: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1719', endColorstr='#7c080e',GradientType=0 ), url('inc/assets/img/bg-menu.svg');
background-repeat: no-repeat;
background-position: right center;
}
.header-mobile-menu { margin-top:30px; margin-bottom: 50px; }
.albero-mobile-menu { width: 200px; }
.layered-image {  }
.footer-info-stpaul-social-menu { width: 100%; margin-top: 70px; }
.footer-info-stpaul-social-menu span a { color: #ffffff; font-size: 30px; padding-right: 30px; }
.nav-link, .nav-link:hover { color: #ffffff !important; font-size: 24px; }
.bg-ulivo-oro, .bg-ulivo-rosso, .bg-ulivo-gradient { position: absolute; top: 330px; right: 0px; width: 100%; }
.bg-ulivo-oro img { opacity: 1; }
.bg-ulivo-rosso { display: unset; }
.bg-ulivo-gradient { height: 100%;
position: fixed;
padding: 50% 0 0 0;
top: 0;
/*
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,0) 33%, rgba(255,255,255,0) 66%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,0) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,1) 77%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,0) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,1) 77%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
*/
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.bible-presentation { padding: 80px 0; }
.bible-presentation .text-1 { font-size: 32px; font-weight: 600; line-height: 32px; margin-bottom: 0; }
.bible-presentation .text-2 { font-size: 88px; font-weight: 600; line-height: 88px; margin-bottom: 0; }
.bible-presentation .text-3 { font-size: 22px; font-weight: 600; line-height: 22px; margin-bottom: 30px; }
.bible-presentation .text-4 img { width: 200px; }
.bible-presentation .text-5 { font-size: 26px; font-weight: 600; line-height: 32px; margin-bottom: 10px; }
.bible-presentation .text-6 { font-size: 14px; font-weight: 400; line-height: 22px; margin-bottom: 20px; }
.overview-bible { text-align: center; padding-left: 0; padding-right: 100px; }
.bible-features-1 { width: 100%; height: 1140px; display: block; position: relative; }
.bible-features-1::after { content: ""; background: url('inc/assets/img/fondoA-1.svg') no-repeat; background-position: 50% 70%; background-size: 1920px 1140px; opacity: 1; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 0; }
.bible-features-2 { width: 100%; height: 900px; display: block; position: relative; }
.bible-features-2::after { content: ""; background: url('inc/assets/img/fondoB-1.svg') no-repeat; background-position: 50% 70%; background-size: 1920px 900px; opacity: 1; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 0; }
.bible-features-3 { width: 100%; height: 1080px; display: block; position: relative; }
.bible-features-3::after { content: ""; background: url('inc/assets/img/fondoC-1.svg') no-repeat; background-position: 50% 70%; background-size: 1920px 1080px; opacity: 1; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 0; }
/*
.bible-features-1 { background-image: url('inc/assets/img/fondoA-1.png'); background-repeat: no-repeat; background-size: cover; }
.bible-features-2 { background-image: url('inc/assets/img/fondoB-1.png'); background-repeat: no-repeat; background-size: cover; }
.bible-features-3 { background-image: url('inc/assets/img/fondoC-1.png'); background-repeat: no-repeat; background-size: cover; }
*/
.feat-1 { width: 360px; margin-left: 100px; margin-top: 120px; }
.feat-2 { width: 310px; margin-top: 290px; margin-left: 180px; text-align: right; }
.feat-3 { width: 190px; margin-top: 35px; margin-left: 120px; }
.feat-4 { width: 340px; margin-top: 60px; margin-left: 290px; text-align: right; }
.feat-5 { width: 380px; margin-top: 250px; margin-left: 50px; }
.feat-6 { width: 240px; margin-top: 70px; }
.feat-7 { width: 250px; margin-top: 310px; text-align: right; margin-left: 170px; }
.feat-8 { width: 350px; margin-top: 85px; }
.feat-1, .feat-2, .feat-3, .feat-4, .feat-5, .feat-6, .feat-7, .feat-8{ text-shadow: 0 0  5px #fff, 0 0  7px #fff, 0 0  10px #fff, 0 0  12px #fff, 0 0  15px #fff, 0 0  18px #fff, 0 0  20px #fff, 0 0  23px #fff, 0 0  26px #fff, 0 0  29px #fff, 0 0  32px #fff, 0 0  35px #fff; }
a.page-scroller-unica { width: 70px; margin-top: 40px; display: inline-block; cursor: pointer; }
a.page-scroller-unica img { width: 100px; }
.unica-perche-first { font-size: 80px; }
.unica-perche-second { font-size: 60px; }
.goto { padding: 40px; }
.goto img { width: 100px !important; }
.features { font-size: 16px; font-weight: 400; line-height: 22px; }
.strillo { font-size: 28px; line-height: 34px; font-style: italic; }
.versioni { padding: 80px 0; }
.versioni-titolo { font-size: 30px; font-weight: 600; line-height: normal; }
.versioni-descrizione { font-size: 20px; font-weight: 600; line-height: normal; }
.versione-cei img { width: 286px; }
.titolo-acquista { padding-top: 195px; }
.titolo-acquista-small { font-size: 50px; font-weight: 600; line-height: 50px; }
.titolo-acquista-big { font-size: 110px; font-weight: 600; line-height: 70px; }
.formato { font-size: 14px; font-weight: 400; padding: 10px 0; text-align: center; border-top: 1px solid #bfab79; border-bottom: 1px solid #bfab79;  }
.pillole, .parlano { padding: 80px 0; background-color: rgba(0,0,0,.1); }
.pillole { background-color: transparent; }
.pillole-titolo , .parlano-titolo { font-size: 40px; font-weight: 700; line-height: normal; margin: 0 0 30px 0; padding: 0 15px; }
.pillole-sottotitolo { font-size: 24px; font-weight: 600; line-height: normal; margin: 0 0 50px 0; }
.pillole-items, .parlano-items { margin-bottom: 50px; }
.pillole-item .card .pillole-box-iframe { height: 0; overflow: hidden; padding-bottom: 56.25%; padding-top: 30px; position: relative; }
.pillole-item .card .pillole-box-iframe iframe, .pillole-item .card .pillole-box-iframe object, .pillole-item .card .pillole-box-iframe embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.pillole .card-title, .parlano .card-title { font-size: 24px; font-weight: 600; line-height: normal; margin-top: 0; margin-bottom: 0; }
.pillole .card-subtitle, .parlano .card-subtitle { font-size: 20px !important; font-weight: 600; line-height: normal; margin-top: 0 !important; }
.pillole .card-text { font-size: 14px; font-weight: 400; line-height: normal; margin-top: 10px; }
.parlano .card-text { font-size: 20px; font-weight: 400; line-height: normal; margin-top: 10px; }
.pillole .card-text p, .parlano .card-text p { margin-bottom: 0; }
.pillole .carousel-indicators { position: relative; margin-top: 30px; }
.pillole .carousel-indicators li { background-color: #ccc; }
.slider-pillole { margin-bottom: 20px !important; }
.pillole-nav-arrows, .pillole-nav-dots { min-height: 40px; }
.pillole-nav-arrows .slick-prev { left: 20px; }
.pillole-nav-arrows .slick-next { right: 20px; }
.slider-parlano { margin-bottom: 20px !important; }
.parlano-nav-arrows, .parlano-nav-dots { min-height: 40px; }
.parlano-nav-arrows .slick-prev { left: 20px; }
.parlano-nav-arrows .slick-next { right: 20px; }
/*
.pillole-nav-arrows .slick-prev:before, .slick-next:before { font-family: "Glyphicons Halflings", sans-serif; font-size: 40px; }
.pillole-nav-arrows .slick-prev:before { display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23cc1719' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.pillole-nav-arrows .slick-next:before { display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23cc1719' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 40px 40px; }
*/
.pillole-nav-dots .slick-dots, .parlano-nav-dots .slick-dots { bottom: 50px; }
/*
.slider-pillole .slick-prev, .slick-next { top: unset; bottom: -60px; }
.slider-pillole>.slick-prev { left: 10px; }
.slider-pillole>.slick-next { right: 10px; }
.slider-parlano .slick-prev, .slick-next { top: unset; bottom: -60px; }
.slider-parlano>.slick-prev { left: 10px; }
.slider-parlano>.slick-next { right: 10px; }
*/
/* .slick-dotted.slick-slider { margin-bottom: 60px; } */
.slick-slide { height: unset; }
.slick-slide:focus { outline: none; }
.slick-slide>.card { width: 95%; min-height: 420px; margin: 0 auto; }
.slick-prev, .slick-next { width: 40px; height: 40px; z-index: 20; }
.slick-prev:before, .slick-next:before { color: #cc1719; font-size: 40px; width: 40px; height: 40px; }
.parlano-items .card { border: 0; }
.parlano-item .card .parlano-box-iframe { height: 0; overflow: hidden; padding-bottom: 56.25%; padding-top: 30px; position: relative; }
.parlano-item .card .parlano-box-iframe iframe, .parlano-item .card .parlano-box-iframe object, .parlano-item .card .parlano-box-iframe embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.parlano .card-body { padding: 20px 0 0; }
.parlano .card-title, .parlano .card-subtitle, .parlano .card-text { padding: 0 15px; }
.parlano .card-text { margin-bottom: 20px; margin-top: 10px !important; }
.parlano .card .autori { font-size: 14px; font-weight: 400; line-height: normal; margin: 0; padding: 10px; border-top: 1px solid rgba(112,112,112,.6); }
.parlano .card img { width: 30%; margin: 20px auto 0 auto; border-radius: 100px; }
.parlano-items img { width: 30%; margin: 20px auto 0 auto; border-radius: 100px; }
#menu-menu-1, .navbar-nav { margin-top: 50px; }
/* .page #page { background-image: url('inc/assets/img/bg-pagine-uniche.svg'); } */
/* .home #page { background-image: url('inc/assets/img/bg-ulivo-double.svg'); overflow: hidden; } */
.site-content { background-image: url('inc/assets/img/bg-ulivo-double.svg'); /* background-repeat: no-repeat; */ overflow: hidden; }
.hideh1 { text-indent: -9999px; font-size: 1px !important; line-height: 0 !important; }
.intro { }
.intro p { max-width: 100% !important; }
.intro-text-1 { font-size: 3rem !important; font-weight: 400 !important; line-height: 1 !important; margin-bottom: 30px !important; }
.intro-text-1 span { font-size: 5rem !important; }
.intro-img img { width: 150px; margin: 30px 0; }
.intro-text-2 { font-size: 1.2rem !important; font-weight: 700 !important; line-height: normal !important; text-transform: uppercase !important; }
.btn-contatto { color: #fff; background-color: #cc1719; border-color: #cc1719; border-radius: 0 !important; margin-bottom: 30px; padding: .75rem; }
.btn-contatto p span { color: #ffffff !important; font-size: 1rem; }
.btn-contatto span { padding-bottom: 20px; }
.fruit-subtitle, .fruit-spacer-top { font-size: 2.5rem; margin-bottom: 0; line-height: 2.5rem; letter-spacing: -2px; }
.fruit-subtitle, .fruit-title, .fruit-author, .fruit-author-even, .fruit-data { text-shadow: 0 0  5px #fff, 0 0  7px #fff, 0 0  10px #fff, 0 0  12px #fff, 0 0  15px #fff, 0 0  18px #fff, 0 0  20px #fff, 0 0  23px #fff, 0 0  26px #fff, 0 0  29px #fff, 0 0  32px #fff, 0 0  35px #fff; }
.fruit-title, .titolo-interno { font-size: 5rem !important; font-weight: 400 !important;  line-height: 5rem; letter-spacing: -2px; }
.fruit-title-small { font-size: 4rem !important; line-height: 4rem; padding-left: 50px; }
.fruit-title, .fruit-subtitle { padding-left: 50px; }
.fruit-btn-fruit, .fruit-btn-fruit-even { margin-bottom: 15px !important; margin-left: 120px; }
.fruit-btn-fruit-even { margin-left: 0; margin-right: 100px; }
.btn-fruit { font-size: .9rem !important; color: #fff; background-color: #cc1719; border-color: #cc1719; border-radius: 0 !important; margin-top: 10px; padding: .75rem; background-image: url('inc/assets/img/left-arrow-white.svg'); background-repeat: no-repeat; background-position: center right 10px; background-size: 15px 30px;}
.btn-fruit:hover { color: #ffffff !important; }
.btn-fruit span { padding-right: 30px !important; }
.btn-fruit-disable { font-size: .9rem !important; color: #cc1719; background-color: #ffffff; border-color: #cc1719; border-radius: 0 !important;  margin-top: 10px; padding: .75rem; /*background-image: url('inc/assets/img/left-arrow-red.svg'); background-repeat: no-repeat; background-position: center right 10px; background-size: 15px 30px;*/ }
.btn-fruit-disable:hover { color: #cc1719 !important; }
.btn-fruit-disable span { /*padding-right: 30px !important;*/ }
.btn-cta {
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px 30px;
    width: 220px;
    text-align: left !important;
    text-transform: uppercase;
	-webkit-appearance: none !important;
}
.btn-cta:hover {
    font-size: 16px !important;
    font-weight: 600;
    color: #cc1719;
    background-color: #ffffff !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-red.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px 30px;
    width: 220px;
    text-align: left !important;
    text-transform: uppercase;
}
.btn-webinar {
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px 30px;
    width: 220px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
}
.btn-webinar:hover {
    font-size: 16px !important;
    font-weight: 600;
    color: #cc1719;
    background-color: #ffffff !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-red.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px 30px;
    width: 220px;
    text-align: left !important;
    text-transform: uppercase;
}
.btn-webinar-int {
        font-size: 16px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 30px 20px;
    width: 220px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
  .btn-webinar-int:hover {
        font-size: 16px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 30px 20px;
    width: 220px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
  .logo-annobiblico { text-align: center; }
  .logo-annobiblico img { width: 250px; }

.fruit-author, .fruit-spacer-bottom, .fruit-author-even { font-size: 14px !important; line-height: .9rem !important; margin-left: 120px; }
.fruit-author-even { margin-left: 0; margin-right: 100px; }
.fruit-data { font-size: 20px; letter-spacing: 0; margin-right: 100px; }
.fruit-list { margin-left: 150px; }
.fruit-table { border: 0; width: 60%; }
.fruit-table td { font-family: 'Cormorant Garamond', Times, Serif !important; font-size: 1.4rem; line-height: 1.4rem; color: #9e8e65; padding: 5px 0; border: 0; text-shadow: 0 0  5px #fff, 0 0  7px #fff, 0 0  10px #fff, 0 0  12px #fff, 0 0  15px #fff, 0 0  18px #fff, 0 0  20px #fff, 0 0  23px #fff, 0 0  26px #fff, 0 0  29px #fff, 0 0  32px #fff, 0 0  35px #fff; }
.publish { color: #cc1719 !important; }
.ultimo { margin-top: 180px; margin-bottom: 125px; }
.prossimo { margin-bottom: 125px; }
.paroleuniche { margin-bottom: 125px; }
/*.ultimo, .prossimo { margin-bottom: 180px; } */
.fruit-table { margin-left: 150px; }
.page article { padding-top: 50px; }
.titolo-interno { line-height: 38px; border-bottom: 0 !important; margin-bottom: 0 !important }
.sotto-titolo { font-size: 36px; line-height: normal; }
.issues { clear: both; float: none; }
.issue-item { width: 6%; margin-right: 1%; float: left; }
.issue-date { line-height: 1; margin-bottom: 10px; }
.issue-img { margin-bottom: 10px; }
.issue-number { font-size: 20px; text-align: center; }
.issue-number-draft { color: #9c9B9B; }
/* .issue-last { border: 2px solid #cc1719; } */
.issue-status-publish { cursor: pointer; }
.issue-status-draft img, .issue-status-future img { opacity: 0.4; }
.issue-download-img { margin-bottom: 30px; }
.issue-download-text-generic { font-size: 30px !important; margin-bottom: 0; }
.issue-roman-number { font-size: 60px !important; }
#check-user, #register-user { background: rgba(204,23,25,1);
  /*background: -moz-linear-gradient(top, rgba(204,23,25,0.9) 0%, rgba(124,8,14,0.9) 100%);
  background: -webkit-linear-gradient(top,  rgba(204,23,25,0.9) 0%, rgba(124,8,14,0.9) 100%);
  background: linear-gradient(to bottom,  rgba(204,23,25,0.9) 0%, rgba(124,8,14,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(204,23,25,0.9)', endColorstr=' rgba(124,8,14,0.9)',GradientType=0 );
  */
  padding: 40px 30px;
}
.check-user-1 { font-size: 40px; line-height: normal; margin-bottom: 20px; }
.check-user-2 { font-size: 20px; line-height: normal; }
.check-user-2 a, .check-user-2 a:hover { color: #ffffff; text-decoration: underline; }
.check-user-3 { font-size: 40px; line-height: normal; margin: 50px 10px 0 10px; }
.check-user-4 { font-size: 50px; line-height: normal; margin-bottom: 0;}
.btn-invia-form { }
.btn-invia-form-checkemail, .btn-invia-form-checkemail:hover, .btn-invia-form-noregister, .btn-invia-form-noregister:hover { font-size: 18px; line-height: 30px; font-weight: 400; height: 60px; background-color: #fff; color: #cc1719 !important; border: 0; padding: 10px; width: 100%;  }
.btn-invia-form-checkemail img, .btn-invia-form-noregister img { height: 30px; margin-left: 15px; }
.btn-invia-form-noregister, .btn-invia-form-noregister:hover { width: 30%; height: unset; }
.btn-invia-form-checkemail, .btn-invia-form-noregister { background-image: url('inc/assets/img/left-arrow-red.svg'); background-repeat: no-repeat; background-position: center right 10px; background-size: 15px 30px; }
.form-control { font-size: 16px; }
.page-newsletter-message { font-size: 24px; padding-bottom: 20px; line-height: normal; border-bottom: 0 !important; }
.page-newsletter-title { font-size: 22px; line-height: normal; margin-bottom: 15px; }
.page-newsletter-text { font-size: 16px; line-height: normal; }
.newsletter-cta { font-size: 26px; font-weight: 700; line-height: normal; margin-bottom: 20px; }
.newsletter-cta-messaggio { font-size: 18px; line-height: normal; margin-bottom: 20px; }
#button-top {
  display: inline-block;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #bfab79;
  border-radius: .25rem;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-top i { font-size: 30px; line-height: 45px; color: #bfab79; }
/*
#button-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 45px;
  color: #bfab79;
}
*/
#button-top:hover {
  cursor: pointer;
  background-color: #ffffff;
  /*color: #ffffff !important;*/
}
#button-top:active {
  background-color: #ffffff;
  /*color: #ffffff !important;*/
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}
#content.site-content {
  /* padding-bottom: 3.75rem;
  padding-top: 4.125rem; */
}
.error404 .site-content {
  background: #cc1719;
    background: -moz-linear-gradient(top, #cc1719 0%, #7c080e 100%);
    background: -webkit-linear-gradient(top, #cc1719 0%,#7c080e 100%);
    background: linear-gradient(to bottom, #cc1719 0%,#7c080e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1719', endColorstr='#7c080e',GradientType=0 );
}
.error-404-title { font-size: 5rem !important; text-align: center; }
.error-404-subtitle { text-align: center; }
.error-404-text { font-size: 16px; text-align: center; } 

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: transparent;
  /* background-color: #f7f7f7; */
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}
.footer-int { background-color: #bfab79; }
.footer-info-stpaul-home { background-color: #bfab79; padding: 30px; }
.footer-info-stpaul-int { background-color: #bfab79; padding-top: 30px; }
.footer-info-stpaul-logo { margin-bottom: 30px; width: 80%; margin-left: 10%; margin-right: 10%; }
.footer-info-stpaul-text { color: #ffffff; font-size: 20px; width: 80%; margin-left: 10%; margin-right: 10%; }
.footer-info-stpaul-social { color: #ffffff; font-size: 1rem; width: 80%; margin-left: 10%; margin-right: 10%; }
.footer-info-stpaul-text-int { color: #ffffff; font-size: 20px; }
.footer-info-stpaul-social-int { color: #ffffff; font-size: 1rem; }
.footer-info-stpaul-social-int span { font-size: 20px; }
.footer-info-stpaul-social-int span a { padding: 0 15px 0 0; }
.footer-form-newsletter {
background: #cc1719; /* Old browsers */
background: -moz-linear-gradient(top,  #cc1719 0%, #7c080e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cc1719 0%,#7c080e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cc1719 0%,#7c080e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1719', endColorstr='#7c080e',GradientType=0 ); /* IE6-9 */
 padding: 30px;
}
.titolo-form { font-size: 34px; font-weight: 600; line-height: normal; margin-bottom: 40px; }
.fruit-form-newsletter { margin-bottom: 30px; width: 80%; margin-left: 10%; margin-right: 10%; }
.fruit-form-newsletter-img { margin-bottom: 30px; }
.fruit-form-newsletter-text { font-size: 22px; line-height: 24px; }
.fruit-form-newsletter-form .form-row { margin-bottom: 10px; }
.fruit-form-newsletter-form .container { padding: 0; } 
.fruit-form-newsletter-form .container .row { padding: 8px; } 
.form-instruction { font-size: 16px; font-weight: 700; padding-left: 10px; margin-bottom: 15px; }
.form-control { background-color: transparent !important; color: #ffffff !important; border: 1px solid #ffffff; height: 60px; }
.btn-invia-form, .btn-invia-form:hover, .btn-invia-form:active, .btn-invia-form:focus { width: 70%; height: 60px; background-color: #fff; color: #cc1719; border: 0; font-size: 24px; font-weight: 400; }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
}
.was-validated .form-control:invalid { border-color: #f00; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); }
.invalid-feedback { font-size: 95%; color: #ff0000; background-color: #fff; border-radius: .25rem; padding-left: 5px; }
.wpcf7-list-item-label { font-size: 14px; color: #ffffff; }
.wpcf7-not-valid-tip { font-size: 14px; background-color: #ffffff; border-radius: 0; padding: 5px; }
.wpcf7-response-output { color: #ffffff; }
.copy, .copy a { font-size: 12px; color: #ffffff; line-height: normal; }
.footer-info-stpaul-social span { font-size: 30px; line-height: 80px; }
.footer-info-stpaul-social span a { color: #ffffff; text-decoration: none; }
.footer-info-stpaul-social span a i { margin-right: 30px; }


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  button.navbar-toggler { display: block !important; }
}


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  #desktop { display: block; }
  #medio { display: none; }
  #piccolo { display: none; }
}

@media only screen and (max-width: 991px) {
  .bg-ulivo-rosso { display: none; }
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

@media only screen and (min-width: 893px) {
  .fruit-title, .fruit-subtitle { text-align: left; }
  .show-to-892 { display: none; }
  .hide-to-892 { display: block; }
  .ultimo { margin-top: 180px; margin-bottom: 125px; }
  .prossimo { margin-bottom: 125px; }
}


@media only screen and (max-width: 991px) and (min-width: 804px){
  .home #page, .site-content { background-image: none; }
  .bg-ulivo-oro img { opacity: 0.3 !important; }
  .fruit-title, .fruit-subtitle, .fruit-btn-fruit, .fruit-author, .fruit-btn-fruit-even, .fruit-author-even, .fruit-title-small { text-align: center; }
  .fruit-title, .fruit-subtitle { padding-left: 0; }
  .fruit-title { margin-bottom: 15px; }
  .fruit-table { margin-left: unset; margin: 0 20%; }
  .fruit-table td { text-align: center; color: #9e8e65; }
  .show-to-892 { display: block; }
  .hide-to-892 { display: none; }
  .ultimo { margin-top: 50px; margin-bottom: 80px; }
  .prossimo { margin-bottom: 80px; }
  .fruit-btn-fruit { width: 100%; margin-left: 0; }
  .fruit-btn-fruit a, .btn-fruit-disable { font-size: 16px !important; line-height: 30px; }
  .page .fruit-btn-fruit a, .btn-fruit-disable { font-size: 14px !important; }
  .btn-fruit-disable { text-align: center; }
  .fruit-author { font-size: 14px !important; line-height: normal !important; margin-left: 0; }
  .fruit-spacer-bottom, .fruit-spacer-top { display: none; }
  .fruit-data { display: block; text-align: center; margin-right: 0; }
  .fruit-btn-fruit-even { margin-right: 0; }
  .fruit-author-even { margin-right: 0; }
  .fruit-title-small { margin-bottom: 30px !important; padding-left: 0; }
}
@media only screen and (max-width: 803px) {
  .bg-ulivo-oro img { opacity: 0.3 !important; }
  .fruit-title, .fruit-subtitle, .fruit-btn-fruit, .fruit-author, .fruit-btn-fruit-even, .fruit-author-even, .fruit-title-small { text-align: center; }
  .fruit-title, .fruit-subtitle { padding-left: 0; }
  .fruit-title { margin-bottom: 15px; }
  .fruit-table { margin-left: unset; margin: 0 20%; }
  .fruit-table td { text-align: center; color: #9e8e65; }
  .show-to-892 { display: block; }
  .hide-to-892 { display: none; }
  .ultimo { margin-top: 50px; margin-bottom: 80px; }
  .prossimo { margin-bottom: 80px; }
  .fruit-btn-fruit { width: 100%; margin-left: 0; }
  .fruit-btn-fruit a, .btn-fruit-disable { font-size: 16px !important; line-height: 30px; }
  .btn-fruit-disable { text-align: center; }
  .fruit-author { font-size: 14px !important; line-height: normal !important; margin-left: 0; }
  .fruit-spacer-bottom, .fruit-spacer-top { display: none; }
  .fruit-data { display: block; text-align: center; margin-right: 0; }
  .fruit-btn-fruit-even { margin-right: 0; }
  .fruit-author-even { margin-right: 0; }
  .fruit-title-small { margin-bottom: 30px !important; padding-left: 0; }
}

@media only screen and (max-width: 799px) {
  /*.bg-ulivo-oro, .bg-ulivo-rosso { display: none; }*/
  .home #page, .site-content { background-image: none; }
  .copy, .copy a { font-size: 12px; line-height: 18px; text-align: center; }
  
  /*
  .fruit-title { margin-bottom: 15px; }
  .fruit-title, .fruit-subtitle { padding-left: 0; }
  .fruit-btn-fruit { width: 100%; margin-left: 0; }
  .fruit-btn-fruit a, .btn-fruit-disable { font-size: 16px !important; line-height: 30px; }
  .btn-fruit-disable { text-align: left; }
  .fruit-author { font-size: 14px !important; line-height: normal !important; margin-left: 0; }
  .fruit-spacer-bottom, .fruit-spacer-top { display: none; }
  .fruit-btn-fruit-even { margin-right: 0; }
  .fruit-author-even { margin-right: 0; }
  .fruit-list {  }
  .fruit-title-small { margin-bottom: 30px !important; padding-left: 0; }
  */
}

@media only screen and (min-width: 768px) and (max-width: 803px) {
  .page .fruit-btn-fruit a, .btn-fruit-disable { font-size: 14px !important; }
}

@media only screen and (min-width: 601px) and (max-width: 991px){
  #desktop { display: none; }
  #medio { display: block; }
  #piccolo { display: none; }
}
@media only screen and (max-width: 850px) and (min-width: 768px){
  .footer-info-stpaul-social span { font-size: 24px; }
}


@media only screen and (min-width: 992px) and (max-width: 1100px){
  .caption-image img { max-width: 130px; }
  .caption-title { font-size: 24px !important; }
  /* .carousel-caption { top: 10%; } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .carousel-caption { top: 10%; } */
  .caption-image img { max-width: 130px; }
  .caption-title { font-size: 24px !important; }
  /* .caption-title { font-size: 34px !important; } */
  .caption-text { font-size: 16px !important; }
  .no-visible-features { display: block; }
  .feat-1 { width: 320px; margin-left: 55px; margin-top: 150px; }
  .feat-2 { width: 280px; margin-top: 280px; margin-left: 0px; text-align: right; }
  .feat-3 { width: 210px; margin-left: 120px; margin-top: 40px; }
  .feat-4 { margin-left: 80px; }
  .feat-5 { width: 320px; margin-top: 250px; margin-left: 20px; }
  .feat-6 {  }
  .feat-7 { margin-top: 280px; margin-left: -20px; }
  .feat-8 { margin-left: 0; margin-top: 120px; }
  .feat-1, .feat-2, .feat-3, .feat-4, .feat-5, .feat-6, .feat-7, .feat-8 { height: unset; }
  .titolo-acquista { padding-top: 130px; }
  .overview-bible { padding-right: 0; }
}

@media only screen and (min-width: 992px) {
  .overview-bible { padding-right: 50px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*
  .carousel-caption { top: 10%; }
  .caption-title { font-size: 34px !important; }
  .caption-text { font-size: 16px !important; }
  */
  .no-visible-features { display: block; }
  .feat-1 { width: 320px; margin-left: 55px; margin-top: 150px; }
  .feat-2 { width: 310px; margin-top: 280px; margin-left: 100px; text-align: right; }
  .feat-3 { width: 280px; margin-left: 120px; margin-top: 40px; }
  .feat-4 { margin-left: 190px; }
  .feat-5 { width: 350px; margin-top: 250px; margin-left: 20px; }
  .feat-6 {  }
  .feat-7 { width: 320px; margin-top: 300px; margin-left: 20px; }
  .feat-8 { margin-left: 0; margin-top: 140px; }
  .feat-1, .feat-2, .feat-3, .feat-4, .feat-5, .feat-6, .feat-7, .feat-8 { height: unset; }
  /* .titolo-acquista { padding-top: 130px; } */

}
  .caption-image img { max-width: 130px; }
  .caption-title { font-size: 24px !important; }
  .caption-text { font-size: 16px !important; }
  .no-visible-features { display: block; }
  .feat-1 { width: 320px; margin-left: 55px; margin-top: 150px; }
  .feat-2 { width: 280px; margin-top: 280px; margin-left: 0px; text-align: right; }
  .feat-3 { width: 210px; margin-left: 120px; margin-top: 40px; }
  .feat-4 { margin-left: 80px; }
  .feat-5 { width: 320px; margin-top: 250px; margin-left: 20px; }
  .feat-6 {  }
  .feat-7 { margin-top: 280px; margin-left: -20px; }
  .feat-8 { margin-left: 0; margin-top: 120px; }
  .feat-1, .feat-2, .feat-3, .feat-4, .feat-5, .feat-6, .feat-7, .feat-8 { height: unset; }
  .titolo-acquista { padding-top: 250px; }
  .overview-bible { padding-right: 0; }
}

@media only screen and (min-width: 992px) {
  .overview-bible { padding-right: 50px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*
  .carousel-caption { top: 10%; }
  .caption-title { font-size: 34px !important; }
  .caption-text { font-size: 16px !important; }
  */
  .no-visible-features { display: block; }
  .feat-1 { width: 320px; margin-left: 55px; margin-top: 150px; }
  .feat-2 { width: 310px; margin-top: 280px; margin-left: 100px; text-align: right; }
  .feat-3 { width: 280px; margin-left: 120px; margin-top: 40px; }
  .feat-4 { margin-left: 190px; }
  .feat-5 { width: 350px; margin-top: 250px; margin-left: 20px; }
  .feat-6 {  }
  .feat-7 { width: 320px; margin-top: 300px; margin-left: 20px; }
  .feat-8 { margin-left: 0; margin-top: 140px; }
  .feat-1, .feat-2, .feat-3, .feat-4, .feat-5, .feat-6, .feat-7, .feat-8 { height: unset; }
  /* .titolo-acquista { padding-top: 130px; } */

}

@media only screen and (max-width: 900px) {
  .carousel-caption { width: 40%; top: 50%; left: 0; right: unset; bottom: unset; padding: 0 30px; transform: translateY(-50%); }
  .carousel-caption-mobile { display: block; width: 40%; position: absolute; top: 30%; left: 30px; transform: translateY(-30%); }
  .carousel-caption { width: 70%; position: relative; top: unset; left: unset; right: unset; bottom: unset; margin: 20px auto; transform: none; }
  .caption-image img { max-width: 200px; }
  .btn-cta { display: none; }
.btn-cta-mobile {
    display: block;
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px 30px;
    width: 220px;
    text-align: left !important;
    text-transform: uppercase;
    -webkit-appearance: none !important;
}
.btn-cta-mobile:hover {
    font-size: 16px !important;
    font-weight: 600;
    color: #cc1719;
    background-color: #ffffff !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-red.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px 30px;
    width: 220px;
    text-align: left !important;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .no-visible-features { display: none; }
  .bible-presentation .text-1, .bible-presentation .text-2, .bible-presentation .text-3, .bible-presentation .text-4,
  .bible-presentation .text-5, .bible-presentation .text-6 { text-align: center; }
  .bible-presentation .text-5 { margin-top: 40px; }
  .bible-presentation button { margin: 0 auto; display: block; }
  .overview-bible { padding-right: 0; }
  .header-mobile-menu  { margin-top: 15px; margin-bottom: 20px; }
  .header-mobile-menu .navbar-toggler { margin-top: 0; }
  #menu-menu-1, .navbar-nav { margin-top: 20px; margin-bottom: 30px; }
  .nav-link, .nav-link:hover  { font-size: 18px; }
  /* .container-mobile-menu #menu-menu-1 .navbr-nav { margin-top: 20px; margin-bottom: 30px; } */
  /* .container-mobile-menu #menu-menu-1 .navbr-nav li a, .container-mobile-menu #menu-menu-1 .navbr-nav li a:hover { font-size: 18px; } */
  .albero-mobile-menu { width: 100px; }
  .footer-info-stpaul-social-menu span a { font-size: 20px; }
  .bible-features-1 { height: 570px; }
  .bible-features-1::after { background: url('inc/assets/img/fondoA-1-oro.svg') no-repeat; background-position: 50% 0; background-size: 1140px 570px; opacity: .3; }
  .bible-features-2 { height: 450px; }
  .bible-features-2::after { background: url('inc/assets/img/fondoB-1-oro.svg') no-repeat; background-position: 50% 0; background-size: 1140px 450px; opacity: .3; }
  .bible-features-3 { height: 540px; }
  .bible-features-3::after { background: url('inc/assets/img/fondoC-1-oro.svg') no-repeat; background-position: 50% 0; background-size: 1140px 540px; opacity: .3; }
  .feat-1, .feat-2, .feat-3, .feat-4, .feat-5, .feat-6, .feat-7, .feat-8 { width: 80%; height: unset; text-align: left; }
  .feat-1 { margin: 30px auto 0 auto; }
  .feat-2, .feat-5, .feat-7 { margin: 30px auto; }
  .feat-3 { margin: 0 auto; }
  .feat-4, .feat-6 { margin: 30px auto 0 auto; }
  .feat-8 { margin: 0 auto 0 auto; }
  .versione-1 p, .versione-2 p, .versione-cei { text-align: center; }
  .titolo-acquista { padding-top: 50px; text-align: center; margin-bottom: 40px; }
  .vendita { text-align: center; }
  .vendita a { display: block; margin: 0 auto;}
  .btn-invia-form, .btn-invia-form:hover, .btn-invia-form:active, .btn-invia-form:focus { width: 30%; }
}

@media only screen and (max-width: 766px) {
  .slider-pillole iframe, .slider-parlano iframe { height: 250px; }
  .slider-pillole .slick-slide>.card { min-height: 375px; }

}
@media only screen and (min-width: 767px) and (max-width: 990px) {
  .slider-pillole iframe, .slider-parlano iframe { height: 183px; }
  .slider-pillole .slick-slide>.card { min-height: 340px; }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .slider-pillole iframe, .slider-parlano iframe { height: 165px; }
  .slider-pillole .slick-slide>.card { min-height: 325px; }
}
@media only screen and (min-width: 1200px) {
  .slider-pillole iframe, .slider-parlano iframe { height: 196px; }
  .slider-pillole .slick-slide>.card { min-height: 355px; }
  .slider-parlano .slick-slide>.card { min-height: 325px; }
}

@media only screen and (min-width: 992px) {
  .titolo-acquista { padding-top: 185px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .titolo-acquista { padding-top: 173px; }
}


@media only screen and (min-width: 768px) {
  .navbar-brand { text-align: center; }
  .header-mobile-menu .navbar-toggler { margin-top: 0; }
}

@media only screen and (max-width: 767px) {
  .bg-ulivo-oro img { opacity: 0.3 !important; }
  .hamburger { margin-bottom: 30px; }
  #menu-menu-1 .nav-link { text-align: center; }
  .logo-albero-menu { text-align: center; }
  /*
  .show-to-767 { display: block; }
  .hide-to-767 { display: none; }
  */
  .footer-info-stpaul-logo, .footer-info-stpaul-text { width: 100%; margin-left: 0; }
  .fruit-form-newsletter-text { font-size: 20px; text-align: left !important; }
  .fruit-form-newsletter { width: 100%; margin-left: 0; margin-right: 0; }
  .form-control { margin-bottom: 5px; }
  .form-check { margin-bottom: 15px; }
  .footer-info-stpaul-social-menu { width: 100%; text-align: center !important; margin-top: 30px; }
  .footer-info-stpaul-social { width: 100%; margin-left: 0; margin-bottom: 0; text-align: center; }
  .copy, .copy a { font-size: 12px; line-height: 18px; text-align: center; }
  .albero-chiusura { text-align: center !important; margin-top: 20px; }
  .btn-invia-form-checkemail, .btn-invia-form-noregister { width: 100%; }
  .issue-item { width: 19%; margin-right: 1%; float: left; }
  .versioni-descrizione { font-size: 22px; padding-left: 20px; padding-right: 20px; }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .carousel-caption { top: 10%; }
  .caption-title { font-size: 24px !important; margin-bottom: 15px !important; }
  .caption-subtitle { font-size: 20px !important; margin-bottom: 15px !important; }
  .caption-text { font-size: 14px !important; margin-bottom: 20px !important; }
  .caption-cta a, .caption-cta a:hover { width: 160px; font-size: 13px !important; }
  .versioni-titolo { line-height: 40px; text-align: center; padding-left: 20px; padding-right: 20px; }
  .versioni-descrizione { font-size: 22px; padding-left: 20px; padding-right: 20px; }
}

@media only screen and (max-width: 640px) {
  .carousel-caption { top: 1%; }
  .caption-title { font-size: 22px !important; margin-bottom: 15px !important; }
  .caption-subtitle { font-size: 18px !important; margin-bottom: 15px !important; }
  .caption-text { font-size: 13px !important; margin-bottom: 20px !important; }
  .caption-cta a, .caption-cta a:hover { width: 160px; font-size: 13px !important; }
}

@media screen and (min-width: 1281px) and (max-width: 1660px) {
  .carousel-caption-2 { top: 30px; }
  .webinar { width: 170px; }
  .slide-2-second-row p.slide-2-block-dx { padding-top: 0; }
  .annobiblico { width: 230px; margin-top: 20px; }

}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .carousel-caption-2 { top: 0; }
  .slide-2-first-row p.slide-2-block-sx { font-size: 22px !important; }
  .webinar { width: 150px; }
  .slide-2-second-row p.slide-2-block-dx { padding-top: 0; }
  .annobiblico { width: 200px; margin-top: 20px;}

}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .caption-image img { max-width: 150px; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-caption-2 { width: 70%; top: 10px; left: 0; position: absolute;
      right: 15%;
      bottom: 20px;
      z-index: 10;
      padding-top: 5px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
    }
    .slide-2-first-row, .slide-2-second-row { overflow: auto; }
    .slide-2-first-row p.slide-2-block-sx { float: none; width: 100%; font-size: 22px !important; font-weight: 400; color: #000000; padding-top: 0px; }
    .slide-2-first-row p.slide-2-block-dx { float: none; width: 100%; text-align: center; padding-top: 15px; }
    .webinar { display: none; width: 130px; margin-right: 20px; }
    /*.annobiblico-1 { display: inline; width: 140px; }*/
    .annobiblico-1 { display: none; }
    .annobiblico { display: none !important; }
    .slide-2-second-row p.slide-2-block-sx {  }
    /*.slide-2-second-row .slide-2-block-sx { float: left; width: 60%; }
    .slide-2-second-row .slide-2-block-dx { float: left; width: 40%; }*/
    .slide-2-second-row .slide-2-block-sx { float: none; width: 100%;  }
    .slide-2-second-row .slide-2-block-dx { float: none; width: 100%; }
    .slide-2-second-row p.slide-2-block-sx { padding-top: 0; }
    .slide-2-second-row p.slide-2-block-dx { display: none; float: left; width: 40%; text-align: right; padding-top: 100px; }
    .slide-2-second-row p.slide-2-block-dx img { display: none; width: 300px; }

}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .carousel-caption-2 { width: 70%; top: 5px; left: 0; position: absolute;
      right: 15%;
      bottom: 20px;
      z-index: 10;
      padding-top: 5px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
    }
    .slide-2-first-row, .slide-2-second-row { overflow: auto; }
    .slide-2-first-row p.slide-2-block-sx { float: none; width: 100%; font-size: 16px !important; font-weight: 400; color: #000000; padding-top: 5px; }
    .slide-2-first-row p.slide-2-block-dx { float: none; width: 100%; text-align: center; padding-top: 5px; }
    /*.webinar { width: 70px; margin-right: 20px; }*/
    .webinar { display: none; width: 70px; margin-right: 20px; }
    /*.annobiblico-1 { display: inline; width: 70px; }*/
    .annobiblico-1 { display: none; width: 70px; }
    .annobiblico { display: none !important;  }
    .slide-2-second-row p.slide-2-block-sx {  }
    .slide-2-second-row .slide-2-block-sx { float: none; width: 100%; }
    .slide-2-second-row .slide-2-block-dx { float: left; width: 40%; }
    .slide-2-second-row p.slide-2-block-sx { padding-top: 5px; text-align: center;  }
    .slide-2-second-row p.slide-2-block-dx { display: none; float: left; width: 40%; text-align: right; padding-top: 100px; }
    .slide-2-second-row p.slide-2-block-dx img { display: none; width: 300px; }

  .btn-webinar {
    font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 130px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
  .btn-webinar:hover {
    font-size: 11px !important;
    font-weight: 600;
    color: #cc1719;
    background-color: #ffffff !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-red.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 130px;
    text-align: left !important;
    text-transform: uppercase;
  }
  .slide-2-first-row p.slide-2-block-sx span.iscri { font-size: 11px; }
    .btn-webinar-int {
        font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 150px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
  .btn-webinar-int:hover {
        font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 150px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
}

@media only screen and (max-width: 575px) {
  #shopping { display: none; }
  .versioni-titolo { line-height: 40px; text-align: center; padding-left: 20px; padding-right: 20px; }
  .formato { padding-left: 20px; padding-right: 20px; }
}

@media screen and (min-width: 415px) and (max-width: 575px) {
  .carousel-caption-2 { width: 70%; top: 5px; left: 0; position: absolute;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  .slide-2-first-row, .slide-2-second-row { overflow: auto; }
  .slide-2-first-row p.slide-2-block-sx { float: none; width: 100%; font-size: 13px !important; font-weight: 400; color: #000000; padding-top: 0; }
  .slide-2-first-row p.slide-2-block-dx { float: none; width: 100%; text-align: center; padding-top: 5px; }
  /*.webinar { width: 70px; margin-right: 20px; }
  .annobiblico-1 { display: inline; width: 70px; }*/
  .webinar { display: none; width: 70px; margin-right: 20px; }
  .annobiblico-1 { display: none; width: 70px; }
  .annobiblico { display: none !important;  }
  .slide-2-second-row p.slide-2-block-sx { padding-top: 3px; }
  .slide-2-second-row .slide-2-block-sx { float: none; width: 100%; }
  .slide-2-second-row .slide-2-block-dx { float: none; width: 1000%; }
  .slide-2-second-row p.slide-2-block-dx { display: none; float: left; width: 40%; text-align: right; padding-top: 100px; }
  .slide-2-second-row p.slide-2-block-dx img { display: none; width: 300px; }

  .btn-webinar {
    font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 130px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
  .btn-webinar:hover {
    font-size: 11px !important;
    font-weight: 600;
    color: #cc1719;
    background-color: #ffffff !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-red.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 130px;
    text-align: left !important;
    text-transform: uppercase;
  }
  .slide-2-second-row p.slide-2-block-sx span.iscri { font-size: 11px; }

    .btn-webinar-int {
        font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 150px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
  .btn-webinar-int:hover {
        font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 150px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
}

@media screen and (max-width: 500px) {
  .btn-cta-mobile {
      font-size: 14px !important;
      font-weight: 500;
      color: #fff;
      background-color: #cc1719 !important;
      border: 1px solid #cc1719 !important;
      border-radius: 0 !important;
      margin-top: 0;
      padding: .75rem;
      background-image: url(inc/assets/img/left-arrow-white.svg);
      background-repeat: no-repeat;
      background-position: center right 10px;
      background-size: 15px 30px;
      width: 150px;
      text-align: left !important;
      text-transform: uppercase;
      -webkit-appearance: none !important;
  }
  .btn-cta-mobile:hover {
      font-size: 14px !important;
      font-weight: 500;
      color: #cc1719;
      background-color: #ffffff !important;
      border: 1px solid #cc1719 !important;
      /*border-color: #cc1719;*/
      border-radius: 0 !important;
      margin-top: 0;
      padding: .75rem;
      background-image: url(inc/assets/img/left-arrow-red.svg);
      background-repeat: no-repeat;
      background-position: center right 10px;
      background-size: 15px 30px;
      width: 150px;
      text-align: left !important;
      text-transform: uppercase;
  }     
}

@media screen and (max-width: 414px) {
  .carousel-caption { width: 90%; }
  .carousel-caption-mobile { display: block; width: 50%; position: absolute; top: 15%; left: 15px; transform: translateY(-30%); }

  .caption-title { font-size: 28px !important; margin-bottom: 15px !important; }
  .caption-text { font-size: 22px !important; font-weight: 400 !important; margin-bottom: 15px !important; }
  .caption-cta a, .caption-cta a:hover { width: 70%; font-size: 16px !important; }
  .btn-cta { padding: 10px; background-size: 10px 20px; }
  
  .carousel-caption-2 { width: 70%; top: 0; left: 0; position: absolute;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  .slide-2-first-row, .slide-2-second-row { overflow: auto; }
  .slide-2-first-row p.slide-2-block-sx { float: none; width: 100%; font-size: 11px !important; font-weight: 400; color: #000000; padding-top: 0; }
  .slide-2-first-row p.slide-2-block-dx { float: none; width: 100%; text-align: center; padding-top: 5px; }
  /*.webinar { width: 70px; margin-right: 20px; }
  .annobiblico-1 { display: inline; width: 70px; }
  .annobiblico { width: 70px; }*/
  .webinar { display: none; width: 70px; margin-right: 20px; }
  .annobiblico-1 { display: none; width: 70px; }
  .annobiblico { display: none; width: 70px; }
  .slide-2-second-row p.slide-2-block-sx { padding-top: 5px; }
  /*.slide-2-second-row .slide-2-block-sx { float: left; width: 60%; }
  .slide-2-second-row .slide-2-block-dx { float: left; width: 40%; }*/
  .slide-2-second-row .slide-2-block-sx { float: none; width: 100%; }
  .slide-2-second-row .slide-2-block-dx { float: none; width: 100%; }
  .slide-2-second-row p.slide-2-block-dx { display: none; float: left; width: 40%; text-align: right; padding-top: 100px; }
  .slide-2-second-row p.slide-2-block-dx img { display: none; width: 300px !important; }

  .btn-webinar {
    font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 130px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
  .btn-webinar:hover {
    font-size: 11px !important;
    font-weight: 600;
    color: #cc1719;
    background-color: #ffffff !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-red.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 130px;
    text-align: left !important;
    text-transform: uppercase;
  }
  .slide-2-second-row p.slide-2-block-sx span.iscri { font-size: 11px; }

  .btn-webinar-int {
        font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 150px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }
  .btn-webinar-int:hover {
        font-size: 11px !important;
    font-weight: 600;
    color: #fff;
    background-color: #cc1719 !important;
    border: 1px solid #cc1719 !important;
    /*border-color: #cc1719;*/
    border-radius: 0 !important;
    margin-top: 0;
    padding: .75rem;
    background-image: url(inc/assets/img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 5px 10px;
    width: 150px;
    text-align: left !important;
    text-transform: uppercase;
  -webkit-appearance: none !important;
  }

}

@media only screen and (max-width: 400px) {
  #page-sub-header { margin-bottom: 0; }
  .carousel-caption { top: 0; padding-top: 5px; }
  .caption-title { font-size: 16px !important; margin-bottom: 8px !important; }
  .caption-text { font-size: 13px !important; margin-bottom: 10px !important; }
  .caption-cta a, .caption-cta a:hover { width: 160px; font-size: 12px !important; }
  .btn-cta { padding: 5px; background-size: 10px 20px; }
  .bible-presentation .text-6 { padding-left: 10px; padding-right: 10px; }
  .unica-perche-first { font-size: 50px; }
  .unica-perche-second { font-size: 40px; }
  .feat-1, .feat-2, .feat-3, .feat-4, .feat-5, .feat-6, .feat-7, .feat-8 { width: 100%; }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (min-width: 600px) {
  .logo-sanpaolo a img { width: 120px; }
  .logo-albero img { width: 100px; }
}

@media only screen and (max-width: 600px){
  #desktop { display: none; }
  #medio { display: none; }
  #piccolo { display: block; }
}

@media only screen and (max-width: 599px) {
  .bg-ulivo-oro img { opacity: 0.3 !important; }
  /*.bg-ulivo-rosso img { opacity: 0.3 !important; }*/
  .logo-sanpaolo a img { width: 95px; }
  .logo-albero img { width: 82px; }
  .issue-item { width: 24%; margin-right: 1%; float: left; }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

@media only screen and (max-width: 479px) {
  .bg-ulivo-oro img { opacity: 0.2 !important; }
  .check-user-1, .check-user-3 { font-size: 26px; line-height: normal; }
  .check-user-2 { font-size: 16px; line-height: normal; }
  .check-user-4 { font-size: 30px; line-height: normal; }
  .issue-item { width: 32%; margin-right: 1%; float: left; }
  .issue-number { margin-bottom: 15px; }
}

@media only screen and (max-width: 360px) {
  .fruit-author-even { font-size: 13px !important; }
}