.caricamento {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: #b7cdc1;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}
.caricamento img {
    animation: ingresso-rotate 3s linear infinite;
    margin: auto;
    top: -5%;
    position: relative;
}
.mio-contenuto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 782px){
.admin-bar .search-overlay{
  top: 32px;
}
.admin-bar .sidebarIconToggle {
    top: 54px;
}
}

.policy-text{
color:#296576;
}
body, a, p, h1, h2, h3, h4, h5, h6, span, button, input {
  font-family: 'Nunito', sans-serif;
  font-weight:normal;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #434343;
}
p,a,li{font-size: 14px;line-height: 21px;}
a{color: #296576; font-weight: 600} a:hover{color: #1E848B;transition: .2s;}
h1,h2,h3,h4,h5,h6{font-weight:bold;margin: 2em 0 1em 0;}
h1{font-size:35px;}
h2{font-size: 28px;}
h3{font-size:18px;}
h4{font-size:17px;}
h5{font-size:16px;}
h6{font-size:15px;}
.home-title, .home-subtitle, .breadcrumb{text-align: center;}
.home-title{font-size:30px;margin: .2em 0;}
.home-subtitle{margin: 0 0 40px 0;}
.post-listing a,.breadcrumb a, .cat-item a, .paginazione a, .argomenti a, .post-container {
    text-decoration: none;
}
.cat-item a, .paginazione a, .argomenti a, footer a {
  color: #94dd8e;
}
/*GENERAL + BOOTSTRAP*/
.wrapper {
    position: relative;
    min-height: 100vh;
}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto;max-width: 100%;}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#gallery-2 img, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}
blockquote {
    border-left: 4px solid #94dd8e;
    margin: 20px 0;
    padding: 10px 20px;
}
img {
   opacity: 1;
   transition: opacity 0.3s;
}
img[data-src] {
   opacity: 0;
}
body {
    background: #fff;
    padding: 0;
    margin: 0;
}
.container {
    padding: 0 20px;
}
.body-no-scroll {
  overflow: hidden;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.section {
    margin: 50px 0;
}

::selection {
  background: #94dd8e;
}
::-moz-selection {
  background: #94dd8e;
}

.paraghraph {
    max-width: 100%;
    padding: 35px;
}
.paraghraph h2 {
    margin: 0 0 40px 0;
}

.col-cont8{
width: 100%;
float:right;
}
.col-cont2{
width: 100%;
float:left;
}
footer {
    margin: 0;
    background: #494949;
    background: linear-gradient(170deg, #494949 0%, #000 100%);
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: 0;
}
footer p {
    padding: 30px;
    margin: 0;
}

.size-full {
    max-width: 100%;
    height: auto;
}

pre {
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    text-indent: -0.2in;
    box-shadow: -1px -1px 14px 1px rgba(0, 0, 0, 0.7) inset;
    color: #94DD8E;
    overflow-x: auto;
    font-size: 15px;
}
/*PRIVACY*/
.form-upload ul {
    list-style: none;
}
.col4.form-privacy-policy {
    text-align: left;
    background: #dddddd;
    border-radius: 4px;
}
.form-upload ul {
    list-style: none;
    padding: 0 0 0 10px;
}
.alert {
    padding: 0 20px;
    border: 1px solid #94dd8e;
    background: #94dd8e47;
}
/*HEADER*/
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #494949;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 22;
    background: linear-gradient(1deg, #494949 0%, #000 100%);
}

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    padding: 100px 20px 190px 20px;
    max-width: 100%;
}
.full-width {
    margin-left: 0%;
    margin-right: 0;
}

.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 220px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #494949 0%, #000 100%);
    z-index: 22;
}
label.sidebarIconToggle:hover .spinner {
    background: #1E848B;
}
.lorenzo {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-top: 0 !important;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
}
.sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -20px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.sidebarMenuInner li:hover,
.link-list li:hover {
    box-shadow: inset -5px 0px 18px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -5px 0px 18px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset -5px 0px 18px 5px rgba(0, 0, 0, 0.1);
    transition: all .2s;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    padding: 20px;
    display: block;
}
.sidebarMenuInner li a:hover {
    color: #94dd8e;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

.openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 23px;
    right: 20px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #94dd8e;
}


.diagonal.part-1,
.diagonal.part-2,
.horizontal {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    border-radius: 23%;
}
.diagonal.part-2,
.horizontal {
    margin-top: 3px;
}
.logo{
  position: fixed;
  z-index: 23;
  padding: 13px;
  width: 35px;
  height: 35px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

/*ARTICOLI*/
.articolo .breadcrumb {
    text-align: left;
    margin-bottom: 15px;
    padding-left: 5px;
}
.articolo .breadcrumb .fa-angle-right {
    color: #b7b7b7 !important;
}
.highlight{
	background: #ffd984;
    padding: 1px 30px 10px 30px;
    margin: 20px -30px;
}
.contenuto-post img {
    margin-top: 30px;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 10px 0px rgba(142, 142, 142, 0.4);
    -webkit-box-shadow: 0 0 10px 0px rgba(142, 142, 142, 0.4);
    box-shadow: 0 0 10px 0px rgba(142, 142, 142, 0.4);
    border-radius: 20px;
}
.post-wrapper {
    padding: 15px 30px;
    background: white;
    position: relative;
    -moz-box-shadow: 0 0 10px 0px rgba(142, 142, 142, 0.4);
    -webkit-box-shadow: 0 0 10px 0px rgba(142, 142, 142, 0.4);
    box-shadow: 0 0 10px 0px rgba(142, 142, 142, 0.4);
}

.post-title {
    font-size: 16px;
    margin: 0px;
    color: #94dd8e;
}

.meta-content {
    position: absolute;
    width: calc(100% - 30px);
    background: rgba(0,0,0,.7);
    color: white;
    top: 0;
    left: 0;
    padding: 13px;
    border-left: 4px solid #94dd8e;
}

.blog-thumb {
    width: calc(100% + 60px);
    margin: -15px -30px 10px -30px;
}

.post-title:after {
    content: "";
    display: block;
    height: 2px;
    background: #94dd8e;
    margin-top: 7px;
    width: 20%;
}

.condividi {
    background: #94dd8e;
    color: white;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.commenti{
    padding: 15px 30px;
    background: white;
    -moz-box-shadow: 0 0 10px 0px rgba(142, 142, 142, 0.4);
    -webkit-box-shadow: 0 0 10px 0px rgba(142, 142, 142, 0.4);
    box-shadow: 0 0 10px 0px rgba(142, 142, 142, 0.4);
  }

  .commenti h2 {
    margin: 15px 0 30px 0;
}
.comment {
    list-style: none;
}

.commentlist {
    padding: 20px 0;
}

.comment-body {
    padding: 20px;
    border-left: 2px solid #94dd8e;
    margin-bottom: 20px;
    background: #ddd;
}

.comment-author img {
    border-radius: 50%;
}


cite.fn {align-self: center;margin-left: 5px;}

.comment-body a {
    text-decoration: none;
}

.reply {
    text-align: right;
}

.comment-author.vcard {
    display: flex;
    margin-bottom: 10px;
    background: white;
    border-radius: 50px;
    width: fit-content;
    padding: 2px 7px 2px 2px;
}
.comment-form label {
    display: block;
    margin-bottom: 5px;
}
span.says {
    display: none;
}
.comment-body p {
    font-size: 13px;
    margin: 5px;
    line-height: 20px;
}
.comment-form textarea, .comment-form input {
    width: calc(100% - 20px);
}


.children {
    padding-left: 10px;
    margin-top: -15px;
}

.depth-2 .comment-body {
    background: #F5F5F5;
    border-left: 2px solid #1E848B;
}




.col8 {
    width: calc(100% - 30px);
    padding: 15px;
    display: inline-block;
    position: relative;
}


/*MEDIA SMARTPHONE LANDSCAPE*/
@media (min-width: 600px) {

.portfolio-item {
    width: calc(50% - 40px);
}
.post-item {
    display: flex;
}
.img-wrapper {
    max-width: 50%;
}
.post-txt {
    display: block;
    width: 50%;
}
.cat-item {
    width: 30%;
}
.post-title {
    font-size: 20px;
}
.home-title, .home-subtitle, .breadcrumb{text-align: right;
}
.sharing-box {
    justify-content: flex-end;
}
.argomenti {
    margin: 20px 0;
}
p,a,li{font-size: 18px;line-height: 22px;}
.blog-slider__title {
  font-size: 22px !important;
}
}

/*MEDIA TAB*/
@media (min-width: 730px) {

.policy-text{
margin-top: -10px;
}
.home-title{font-size:45px}
.font {
  width: 45%;
  margin: 0;
}

.palette-container{
  width: 45%;
  }
.desktop:after {
    top: 260px;
}
.desktop:before {
    margin-top: 30px;
}

.col4 {
    width: calc(33% - 30px);
    text-align: right;
  }
.col8 {
    width: 95%;
    padding: 0;
}
.post-container {
    margin: 5px;
    width: calc(25% - 30px);
    padding: 10px;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  display: block;
}
.paraghraph {
    width: 50%;
    max-width: 500px;
}
.flex-line {
flex-direction: column;
}
.col-cont8{
width: 50%;
}
.col-cont2{
width: 50%;

}
.no-tab{
  display: none;
}
.px1 {background-image: url(https://www.lorenzomoio.it/wp-content/themes/lore-blog/images/blm-background.gif);}
.px2{background-image: url("https://www.lorenzomoio.it/wp-content/themes/lore-blog/images/your-brand-portfolio.jpg");}
.px3{background-image: url("https://www.lorenzomoio.it/wp-content/themes/lore-blog/images/mlp-portfolio.jpg");}
}

/*MEDIA NOTEBOOK*/
@media (min-width: 960px) {

.portfolio-item {
    width: calc(33% - 30px);
    padding: 20px 10px;
}
h1{font-size:2.2em;}

  .container {
    padding: 0 30px;
}
.main {
    max-width: 70%;
}
.full-width {
  margin-left: -20%;
  margin-right: -20%;
}
  .search-term {
    width: 80%;
    font-size: 3rem;
  }

  .search-overlay__icon {
    font-size: 2.5rem;
  }
  .search-overlay__close {
    top: 26px;
    font-size: 2.8rem;
  }
.search-overlay__close:hover {
  opacity: .8;
}
.paraghraph {
  padding: 50px 0 0 80px
}

}

/*MEDIA LARGE SCREEN*/

@media (min-width: 1200px) {

.post-item {
    display: block;
}

.img-wrapper {max-width: fit-content;}

.post-txt {
    width: auto;
}

.post-listing {
    max-width: 30%;
}
}

/*SCHERMI MINI MIGNON*/

@media(max-width: 350px){
.data-post {
    padding: 5px;
    font-size: 12px;
    top: 24px;
    left: -25px;
}

.meta-content {
    padding: 10px 10px 0 10px;
    width: calc(100% - 20px);
}

.sharing-box p {
    margin: 5px 0 0 0;
}
.main {
    padding: 80px 10px 200px;
}
.blog-slider__title {
    font-size: 20px;
    }
}

/*BLOG SLIDER*/
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  border-radius: 4px;
  height: 400px;
  transition: all .3s;
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 250px;
  height: auto !important;
  flex-shrink: 0;
  box-shadow: 4px 13px 30px 1px rgba(183, 182, 182, 0.2);
  border-radius: 4px;
  transform: translateX(-80px);
  overflow: hidden;
  background: white;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 4px;
  transition: all .3s;
}
.blog-slider__content {
    padding-right: 50px;
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-slider__text {
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 15px;
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0 !important
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #296576;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(224, 224, 224, 0.3);
}

.correlati .blog-slider {
    margin: 20px auto 100px;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 880px) {
  div#informativa h3 {font-size: 24px;}

  div#informativa p {font-size: 18px;}

  div#informativa li {
      font-size: 18px;
  }
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
  .blog-slider__item {
    flex-direction: column;
  }
.blog-slider__img {
    transform: translateY(-50%);
    width: 60%;
}
.blog-slider__content {
  margin-top: -55px;
  text-align: center;
  padding: 0 30px;
}
.blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    width: 100% !important;
    display: flex;
    top: initial;
    justify-content: center;
    align-items: center;
    bottom: 20px !important;
}
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
.correlati .blog-slider {
    margin: 165px auto;
}
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
  .blog-slider__img {
    height: 270px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
  width: 80%;
  }
  .blog-slider__content {
    padding: 30px;
    margin-top: -50px;
  }
  .blog-slider__button {
    width: 100%;
    padding: 10px 0;
  }
  .correlati .blog-slider {
    margin: 120px auto;
}
}

@media screen and (max-width: 650px) {
.blog-slider {
    margin: 120px auto 50px;
}
}
/**
COOKIES
*/
#cc-notification-wrapper {
    padding: 20px !important;
}

#cc-notification
{
  position: fixed !important;
  z-index: 99999998 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: #fff !important;
}

#cc-notification.cc-mobile
{
  position: relative !important;
  border-bottom: 0 !important;
  width:300px!important;
}

#cc-modal #cc-modal-closebutton a,
#cc-settingsmodal #cc-settingsmodal-closebutton a
{
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
}

#cc-modal #cc-modal-closebutton a span,
#cc-settingsmodal #cc-settingsmodal-closebutton a span
{
  display: none;
}


#cc-notification.cc-bottom
{
  bottom: 0 !important;
}

#cc-notification.cc-top
{
  top: 0 !important;
}

#cc-notification.cc-push
{
  top: 0 !important;
}

#cc-notification #cc-notification-permissions
{
  display: none;
}

#cc-tag
{
  position: fixed !important;
  z-index: 999999999 !important;
  bottom: 0 !important;
  right: 10% !important;
  display: none;
}

#cc-tag.cc-tag-bottom-left
{
  right: auto !important;
  left: 10% !important;
}

#cc-tag.cc-tag-horizontal-right
{
  right: 0 !important;
  bottom: 20% !important;
}

#cc-tag.cc-tag-horizontal-left
{
  left: 0 !important;
  right: auto !important;
  bottom: 20% !important;
}

#cc-tag.cc-tag-vertical-right
{
  right: 0 !important;
  bottom: 20% !important;
}

#cc-tag.cc-tag-vertical-left
{
  left: 0 !important;
  right: auto !important;
  bottom: 20% !important;
}

#cc-tag a
{
  padding: 0 12px !important;
  text-decoration: none !important;
}
#cc-modal-overlay
{
  background: rgb(255, 255, 255) !important;
  background-color: rgba(255,255,255,0.8) !important;
  display: none;
  width: 100% !important;
  height: 1000% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999999 !important;
}

#cc-modal,
#cc-settingsmodal
{
  display: none;
  width: 100% !important;
  height: 1000% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999999 !important;
}


#cc-settingsmodal
{
  z-index: 9999999999 !important;
}

#cc-modal #cc-modal-wrapper,
#cc-settingsmodal #cc-settingsmodal-wrapper
{

  margin: 100px auto !important;
}

#cc-modal,
#cc-settingsmodal,
#cc-tag,
#cc-notification
{
  line-height: 1 !important;
}

.cc-clear
{
  clear: both !important;
}

#cc-modal,
#cc-settingsmodal,
#cc-tag,
#cc-notification,
#cc-modal div, #cc-modal span, #cc-modal iframe, #cc-modal h1, #cc-modal h2, #cc-modal h3, #cc-modal h4, #cc-modal h5, #cc-modal h6, #cc-modal p, #cc-modal pre, #cc-modal a, #cc-modal code, #cc-modal em, #cc-modal img, #cc-modal s, #cc-modal small, #cc-modal strong, #cc-modal b, #cc-modal u, #cc-modal i, #cc-modal dl, #cc-modal dt, #cc-modal dd, #cc-modal ol, #cc-modal ul, #cc-modal li, #cc-modal form, #cc-modal label,
#cc-settingsmodal div, #cc-settingsmodal span, #cc-settingsmodal iframe, #cc-settingsmodal h1, #cc-settingsmodal h2, #cc-settingsmodal h3, #cc-settingsmodal h4, #cc-settingsmodal h5, #cc-settingsmodal h6, #cc-settingsmodal p, #cc-settingsmodal pre, #cc-settingsmodal a, #cc-settingsmodal code, #cc-settingsmodal em, #cc-settingsmodal img, #cc-settingsmodal s, #cc-settingsmodal small, #cc-settingsmodal strong, #cc-settingsmodal b, #cc-settingsmodal u, #cc-settingsmodal i, #cc-settingsmodal dl, #cc-settingsmodal dt, #cc-settingsmodal dd, #cc-settingsmodal ol, #cc-settingsmodal ul, #cc-settingsmodal li, #cc-settingsmodal form, #cc-settingsmodal label,
#cc-tag div, #cc-tag span, #cc-tag iframe, #cc-tag h1, #cc-tag h2, #cc-tag h3, #cc-tag h4, #cc-tag h5, #cc-tag h6, #cc-tag p, #cc-tag pre, #cc-tag a, #cc-tag code, #cc-tag em, #cc-tag img, #cc-tag s, #cc-tag small, #cc-tag strong, #cc-tag b, #cc-tag u, #cc-tag i, #cc-tag dl, #cc-tag dt, #cc-tag dd, #cc-tag ol, #cc-tag ul, #cc-tag li, #cc-tag form, #cc-tag label,
#cc-notification div, #cc-notification span, #cc-notification iframe, #cc-notification h1, #cc-notification h2, #cc-notification h3, #cc-notification h4, #cc-notification h5, #cc-notification h6, #cc-notification p, #cc-notification pre, #cc-notification a, #cc-notification code, #cc-notification em, #cc-notification img, #cc-notification s, #cc-notification small, #cc-notification strong, #cc-notification b, #cc-notification u, #cc-notification i, #cc-notification dl, #cc-notification dt, #cc-notification dd, #cc-notification ol, #cc-notification ul, #cc-notification li, #cc-notification form, #cc-notification label
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12pt;
  line-height: 1.1em;
  text-align: left;
  vertical-align: baseline;
  text-shadow: none;
  background: none;
  list-style: none;
}
#cc-modal a,
#cc-tag a,
#cc-settingsmodal a,
#cc-notification a,
#cc-modal a:hover,
#cc-tag a:hover,
#cc-settingsmodal a:hover,
#cc-notification a:hover
{
  background-color: transparent;
}

#cc-modal a#footerlogo span {
  display: block;
  height: 31px !important;
  margin-top: 4px !important;
  text-indent: -5000px !important;
  width: 126px !important;
}

#cc-modal #cc-modal-wrapper a#footerlogo, footer#mainfooter a#footerlogo,
#cc-modal #cc-modal-wrapper a#footerlogo, footer#mainfooter a#footerlogo:active,
#cc-modal #cc-modal-wrapper a#footerlogo, footer#mainfooter a#footerlogo:visited
{
  display: block;
  margin-top: 20px !important;
  color: #868686 !important;
  text-decoration: none !important;
}

#cc-modal #cc-modal-wrapper .cc-getforsite
{
  position: absolute;
  right: 16px;
  bottom: 16px;
}

#cc-modal.cc-mobile #cc-modal-wrapper .cc-getforsite
{
  position: relative !important;
  margin-top: 30px !important;
  margin-left: 16px;
}

#cc-modal.cc-mobile,
#cc-settingsmodal.cc-mobile
{
  width: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  height: auto !important;
  z-index: 999999999999 !important;
}

#cc-modal.cc-mobile a.cc-logo,
#cc-settingsmodal.cc-mobile a.cc-logo,
#cc-notification.cc-mobile a.cc-logo
{
  display: none !important;
}

#cc-notification .cc-logo,
#cc-tag .cc-logo,
#cc-modal .cc-logo,
#cc-settingsmodal .cc-logo
{
  width: 142px;
  height: 32px;
  position: absolute;
  right: 32px;
  bottom: 20px;

}

.cc-logo span
{
  display: none;
}

div#cc-notification-wrapper h3, div#cc-notification-wrapper p {
    margin-bottom: 15px;
}

div#cc-notification-wrapper p {
    font-size: 12px;
    line-height: 15px;
}

div#cc-notification-wrapper {
    box-shadow: 0px 0px 7px 0 #0000003d;
}

a.cc-link {
    float: right;
    margin: 6px !important;
    text-decoration: none;
    padding-top: 10px !important;
}

a#cc-approve-button-thissite {
    position: relative !important;
    font-size: 1em !important;
    background: #94dd8e !important;
    color: #ffffff !important;
    display: inline-block !important;
    padding: 10px 25px 10px 35px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    text-align: center !important;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3) !important;
    transition: color 0.6s, box-shadow 0.3s, transform 0.3s !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}
