body.home 
.tt-heading.title-wrapper {
    display: none;
}

.cards-images-16-10 .tt-post-img img {
  aspect-ratio: 16/10;
  object-fit: cover;
  
}




header.tt-header {
    border-bottom: #000 5px solid !important;
}

header.tt-header .toggle-block {
    border-top: #000 1px solid;
}


div#page-wrapper {
    border-top: #000 1px solid;
}


.wp-block-image figcaption {
    opacity: 0.5;
    font-size: 0.85em;
    text-align: center;
	padding-bottom:10px;
}


.simple-text.margin-big img {
	margin-bottom:0px !important;
}

.wp-block-image {
	margin-bottom:40px !important;	
}

.tt-s-popup.open {
    z-index: 99999;
}

.hero-wrapper-v2 {
    display: grid;
        grid-gap: 40px;
}

.border-less-cards .tt-post {
  position: relative;
    border: none;
    box-shadow: none !important;
}

.border-less-cards .tt-post-info {
    padding: 15px 0 0 0;
}

.border-less-cards .tt-post-label {
  margin-bottom:0px;
}

.border-less-cards .simple-text {
  margin-top: 11px;
     font-size: 14px;
    color: #000;

}




.hide-card-desc .simple-text {
    display: none;
}

.hero-wrapper-v2 span.post-date,
.hero-wrapper-v2 .tt-post-label span:after,
.card-styles-secondary .simple-text {
    display: none;
}


.card-styles-secondary a.tt-post-title.c-h2 {
    font-size: 1.35em;
    font-weight: 600;
    line-height: 1.4;
}


div#page-wrapper > .empty-space:first-child {
    height: 30px;
}

.hero-col-02.card-styles-secondary .tt-post,
.hero-col-03.card-styles-secondary .tt-post {
    padding: 0 0 30px 0;
    border-bottom: #000 1px solid !important;
    margin-bottom: 30px;
}

.hero-col-01 a.tt-post-title.c-h2 {

}


.section-wrapper {
    margin: 50px 0;
    border-top: #d32531 5px solid;
    padding-top: 5px;
}


.section-heading-wrapper {
    padding-top: 15px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.section-wrapper h2 {
    /* border-top: #000 1px solid; */
    font-size: 3em;
    font-family: 'DM Serif Display';


}

.section-wrapper h2 span {
    color: #d32531;
}

.section-heading-wrapper a.read-more {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.web-stories-carousel-outer-wrapper {
    position: relative;
}


.web-story-carousel-prev:after,
.web-story-carousel-next:after {
    display: none !important;
}

.web-story-carousel-prev,
.web-story-carousel-next {
    color: #fff !important;
    font-size: 36px;
}

.read-more-wrapper {
    position: relative;
    margin-top: 50px;
    border-bottom: #000 1px solid;
}

.read-more-wrapper a.read-more {
    border: #000 1px solid;
    color: #000 !important;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    background-color: #fff;
    transform: translateX(-50%);
}

.read-more-wrapper a.read-more i {
    margin-left: 5px;
}

.read-more-wrapper a.read-more:hover {
    background-color: #000;
    color: #fff !important;
}

div#gigpress-3 h2.widgettitle {
    display: none;
}

div#gigpress-3 ul.gigpress-listing {
    display: flex;
}

div#gigpress-3 span.gigpress-sidebar-artist {
    font-family: geo;
    font-weight: bold;
    font-size: 1.25em;
    display: block;
    margin: 10px 0;
}

body.home div#gigpress-3 ul.gigpress-listing {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  overflow-x: auto;
  padding-bottom: 30px;
}

div#gigpress-3 ul.gigpress-listing {
    display: grid ;
    grid-gap: 30px;
    justify-content: space-between;
  overflow-x: auto;
  padding-bottom: 0px;
}

body.home div#gigpress-3 ul.gigpress-listing > li {
    width: 250px;
     flex-basis: 250px;
  flex-shrink: 0;
}

div#gigpress-3 span.gigpress-sidebar-status {
  display: block;
}

div#gigpress-3 span.gigpress-sidebar-status a {
    color: #000 !important;
    border-bottom: #000 1px solid;
    display: inline-block !important;
    margin-top: 10px;
}


.section-wrapper.upcoming-gig-calendar-wrapper {
    border: none;
}

.section-wrapper.upcoming-gig-calendar-wrapper h2 {
    padding-top: 0;
    border: none;
}

div#gigpress-3  p.gigpress-sidebar-more {
    display: none;
}


.section-wrapper.upcoming-gig-calendar {
    border: none;
    background-color: #efefef;
    padding: 20px 30px 30px;
}

/* width */
div#gigpress-3 ul.gigpress-listing::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

/* Track */
div#gigpress-3 ul.gigpress-listing::-webkit-scrollbar-track {
  background: #aaa;
}

/* Handle */
div#gigpress-3 ul.gigpress-listing::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
div#gigpress-3 ul.gigpress-listing::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.custom-grid-style-02 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 40px;
}

.custom-grid-style-02 .style-02-secondary-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.custom-grid-style-02 a.tt-post-img img {
    aspect-ratio: 16/10;
    object-fit: cover;
}

.custom-grid-style-02 .style-02-secondary-col .simple-text {
    display: none;
}

.custom-grid-style-02 .style-02-secondary-col a.tt-post-title.c-h2 {
    font-size: 18px;
    line-height: 1.3;
}

.custom-grid-style-text-overlay  .rolling-stone-covers-v2  a.tt-post-title.c-h2 {
    font-size: 1.25em;
    line-height: 1.2;
    color: #fff;
}

.covers-inner-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 5fr;
    padding-top: 40px;
}

.rolling-stone-covers-v2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}

.rolling-stone-covers-v2 .tt-post-img img {
    aspect-ratio: 3/4;
    object-fit: cover;
}

.rolling-stone-covers-v2 .tt-post-cat {
    display: none;
}



.five-posts-override .custom-grid-style-02 {
    grid-template-columns: 1fr 1fr;
}

.five-posts-override .custom-grid-style-02 .style-02-secondary-col {
    grid-template-columns: 1fr 1fr;
}

.k-pop-wrapper .tt-post-cat {
    display: none;
}


.custom-grid-style-text-overlay .tt-post-info {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.custom-grid-style-text-overlay .tt-post-info .tt-post-label,
.custom-grid-style-text-overlay .simple-text {
    display: none;
}

.custom-grid-style-text-overlay a.tt-post-img {
    position: relative;
}

.custom-grid-style-text-overlay a.tt-post-img:after {
    content: "";
    display: block;
    background-image: linear-gradient(0deg, #00000082, transparent);
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0px;
}

.section-wrapper-multi-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.rsi-videos-listing-v2-wrapper {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}


  .rsi-videos-listing-v2-wrapper .tt-post-label,
  .rsi-videos-listing-v2-wrapper  .simple-text{
    display: none;
  }

  .tt-post-cat a {
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 1px;
}

.tt-post-label {
    font-family: 'Roboto';
}

.rsi-videos-listing-v2-wrapper a.tt-post-title.c-h2 {
    font-size: 1.35em;
    line-height: 1.4;
}

.single-post-style-alternative .tt-blog-head {
    height: auto !important;
    padding: 0px;
    display: block;
}



.single-post-style-alternative .tt-blog-head figure {
    position: relative;
}

.single-post-style-alternative .tt-blog-head img {
    width: 100%;
    height: auto;
}


.single-post-style-alternative .tt-blog-head figcaption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 0.9em;
    padding: 5px;
    left: auto;
    text-align: right;
    line-height: 1.4;
}


.single-post-style-alternative div#wrapper > .container > .row {
    display: flex;
    flex-direction: column;
}

.single-post-style-alternative div#wrapper > .container > .row > .col-md-9, 
.single-post-style-alternative div#wrapper > .container > .row > .col-md-3 {
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
}

.single-post-style-alternative  .tt-blog-head:before {
    display:none !important;
   }
   
   .rating-stars {
    text-align: center;
    color: #d32531;
    font-size: 15px;
}

.rating-stars > i {
    margin: 0 4px;
}

@media (min-width: 767px) {

    body.blog div#wrapper > .container > .row > .col-md-9 {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
  }

  body.blog div#wrapper > .container > .row > .col-md-9 > .empty-space.marg-lg-b30 {
      display: none;
  }

    .hero-wrapper-v2 {
        grid-template-columns: 1fr 3fr 1fr;
        }

    .hero-wrapper-v2 .hero-col-01 {
        order: 2;
    }

    .hero-wrapper-v2 .hero-col-02 {
        order: 1;
    }

    .hero-wrapper-v2 .hero-col-03 {
        order: 3;
    }   

    .hero-col-02.card-styles-secondary .tt-post:last-child,
    .hero-col-03.card-styles-secondary .tt-post:last-child {
      padding: 0 0 0px 0 !important;
      border-bottom:none !important;
      margin-bottom: 0px !important;
  } 

  .section-wrapper .read-more-wrapper {
    display: none;
  }
}


@media (max-width: 768px) {

  .hero-col-02.card-styles-secondary .tt-post, 
.hero-col-03.card-styles-secondary .tt-post {
    border-bottom: none !important;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}



.hero-col-02.card-styles-secondary  .tt-post-info,
.hero-col-03.card-styles-secondary  .tt-post-info {
    padding: 0px;   
}

.hero-col-02.card-styles-secondary,
 .hero-col-03.card-styles-secondary {
    grid-row-gap: 20px;
    display: grid;
    margin-bottom: 20px;
}


.hero-col-02.card-styles-secondary a.tt-post-title.c-h2,
.hero-col-03.card-styles-secondary a.tt-post-title.c-h2 {
    font-size: 18px;
    line-height: 1.3;
}

  div#page-wrapper > .empty-space:first-child {
      height: 0px;
  }

  .hero-col-01 .tt-post {
      margin: 0 -15px !important;
  }

  .border-less-cards  .hero-col-01 .tt-post-info {
      padding: 15px !important;
  }

  .hero-wrapper-v2 {
    grid-gap: 0px;
  }

  .section-heading-wrapper a.read-more {
    display: none !important;
  }
  .section-wrapper h2 {
    font-size: 2em;
  }

  .web-stories-carousel .mt-card .mt-title-wrapper h4 {
    font-size: 14px;
  }

  .section-wrapper.upcoming-gig-calendar {
    border: none;
    background-color: #efefef;
    padding: 10px 20px 30px;
}

div#gigpress-3 ul.gigpress-listing {
  gap: 20px;
}


  div#gigpress-3 {
      margin: 0 -20px;
  }

  div#gigpress-3 ul.gigpress-listing > li {
      width: 70%;
      flex-basis: 70%;
  }

  div#gigpress-3 ul.gigpress-listing > li:first-child {
    padding-left: 20px;
}

div#gigpress-3 ul.gigpress-listing > li:last-child {
  padding-right: 20px;

}

.section-wrapper.upcoming-gig-calendar  .read-more-wrapper a.read-more {
        min-width: 210px;
  }


  .custom-grid-style-02 {
      grid-template-columns: 1fr;
  }

  .custom-grid-style-02 .style-02-secondary-col {
      grid-template-columns: 1fr;
      grid-gap: 20px;
  }

  .custom-grid-style-02 .style-02-secondary-col .tt-post {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-gap: 10px;
  }

  .border-less-cards.custom-grid-style-02 .style-02-secondary-col .tt-post-info {
        padding: 0;
  }

  .border-less-cards.custom-grid-style-02 .custom-grid-style-02 .style-02-secondary-col a.tt-post-title.c-h2 {
      font-size: 14px;
      line-height: 1.3;
  }

  .covers-inner-wrapper {
    grid-template-columns: 1fr;
}

.rolling-stone-covers-v2 {
    display: flex !important;
    flex-wrap: nowrap !important;
}


.rolling-stone-covers-v2 {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    grid-gap: 15px
}

.rolling-stone-covers-v2 .tt-post {
      width: 70vw;
      flex-basis: 70vw;
      flex-shrink: 0;
  }

  .rolling-stone-covers-v2 .simple-text {
      display: none;
  }

  .five-posts-override .custom-grid-style-02 {
      grid-template-columns: 1fr;
  }

  .five-posts-override .custom-grid-style-02 .style-02-secondary-col {
      grid-template-columns: 1fr;
  }

  .section-wrapper-multi-col {
      grid-template-columns: 1fr;
  }

  .section-wrapper.editorial-pick-wrapper iframe {
      width: 100% !important;
  }

  .rsi-videos-listing-v2-wrapper {
      grid-template-columns: 1fr;
  }
  .rsi-videos-listing-v2-wrapper .tt-post.post-video {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
  }

  .k-pop-wrapper .tt-post-cat
  .rsi-videos-listing-v2-wrapper .tt-post.post-video a.tt-post-title.c-h2 {
      font-size: 18px;
      line-height: 1.3;
  }

  .rsi-videos-listing-v2-wrapper.border-less-cards .tt-post-info {
    padding: 0px;
  }


   
}



.home .simple-tesxt div#gigpress-3 {
    background-color: #fff;
    padding: 20px;
}

div#bsa-block-728--90 > div {
    width: 728px;
    margin: 0 auto;
}

body .hp-sec1 .vc_column-inner .tt-title-block.hp-sec1-tit-desk h3.tt-title-text {
    
    font-size:24px !important;
}

.simple-tesxt p {
    line-height: 1.6;
}

.bsaPopupWrapper .bsaPopupClose {
    top: 20px !important;
}

.bsaPopupWrapper {
    background-size: 100% auto;
    background-position: center;
    background-repeat:no-repeat;
}

ul.wp-polls-ul li {
    margin-bottom: 5px !important;
}


ul.wp-polls-ul input {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    border: #ccc 1px solid !important;
    appearance: auto !important;
    margin: 5px 10px 0 0 !important;
    vertical-align: sub;
    }


.sidebar #bsa-block-300--300 {
    margin: 0 0 30px 0;
    border-width: 1px 1px 1px 0px;
    border-color: #ccc;
    border-style: solid;
}


.tt-header {
    z-index: 9999;
}
.tt-header .top-social a i.fa,
.tt-footer a i.fa {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
}




/*SIDEBAR*/
.sidebar .edi-pic-class .textwidget p iframe {
    width: 100%;
    height: 220px;
}
.sidebar .edi-pic-class .tt-title-block:after {display: none;}

.sidebar .edi-pic-class .tt-title-block {
    text-align: left;
}

.sidebar .edi-pic-class .tt-title-block .widget-title {
    text-transform: capitalize;
    font-family: Graphik,sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1.975rem !important;
    color: #000;
    border-bottom-color: #d32531;
    padding: 15px 0 5px 0;
    margin-bottom: 14px;
}

.sidebar .rs-sidebr-signup {
    margin-top: 30px;
}

.sidebar #gigpress-2 {
    background-color: #fff !important;
    margin-bottom: 30px !important;
}

.sidebar .sidebar-item .tt-title-block .widget-title {
    width: 100%;
}




/* FOOTER */
.tt-footer {
    margin-top: 30px;
}
.tt-footer a, .tt-footer a:link, .tt-footer a:visited,.tt-footer a:active,.tt-footer a:hover {
    cursor: pointer;
}
.tt-footer a ,
.tt-footer cite,
.footer_widget.widget_nav_menu li a {
    color: #fff !important;
}
.tt-title-block-2,.tt-f-social a {opacity: 1;}
.footer_widget.widget_nav_menu li a {
    opacity: 8;
}


.tt-footer a:hover,.tt-footer a:active {
    color: #d32531 !important;
}

.tt-footer .rsi-logo {
    margin-bottom: 30px;
}
.tt-footer .widget_nav_menu {
    text-align: center;
}

.tt-footer form.rsi-fanbridge-signup input[type=submit] {
    display: inline-block;
    border: #fff 1px solid;
    padding: 5px 30px;
    color: #fff;
    background-color: #111;
}

.tt-footer form.rsi-fanbridge-signup input[type=submit]:hover {
    background-color: #dd3333;
    border:#dd3333 1px solid;
}

/*END OF FOOTER */		



.grid-shadow .tt-post{

0 0.125rem 0.75rem 0 rgb(0 0 0 / 8%) !important;
} 

.custom-grid-style-01.grid-shadow > div:first-child img.img-responsive {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.custom-grid-style-01 img {
     aspect-ratio: 16/10;
    object-fit: cover;
}

.page-id-132616 .simple-tesxt > .row > .col-md-3 {
    display: none !important;
}

.page-id-132616 .simple-tesxt > .row > .col-md-9 {
    width: 100%;
    max-width: 100% !important;
}

.tt-footer h5 {
    text-transform: none;
    font-size: 1.25em !important;
    text-align:left;
}


.tt-footer ul#menu-footer {
    column-count: 2;
}

.tt-footer ul#menu-footer li {
    margin-bottom: 0px;
}

.tt-footer ul#menu-footer li a {
    font-size: 1.1em;
    display: block;
    padding: 5px 0;
}


.tt-footer ul#menu-footer li:hover a, tt-footer ul#menu-footer li.active a {
    color:#d32531;
}

ul#menu-footer-social-media-menu li {
    text-align: left;
}

ul#menu-footer-social-media-menu li {
    text-align: left;
    margin-bottom: 0px;
}


ul#menu-footer-social-media-menu li a {
    font-size: 1.1em;
    padding: 5px 0;
    display: block;
}


ul#menu-footer-social-media-menu li a i {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    margin-right: 10px;
}

a.footer-subscription-link {
    background-color: #d32531 !important;
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}

.rsi-footer-logo {
    text-align: right;
    border-top: #555 1px solid;
    padding-top: 20px;
}

.rsi-footer-logo img {
    max-width: 200px;
}

.tt-footer .row > div {
    margin-bottom: 30px;
}
.single-post .simple-text,.single-post .custom-excerpt {
  color: #000;
}
.single-post .margin-big p,.single-post .margin-big ol,.single-post .margin-big ul,.single-post .margin-big blockquote,.single-post .margin-big div[class^="col-"]{
  margin-bottom: 18px;
  line-height: 1.5;
}
.contact-us-wrapper p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.tt-heading::before {
  background: #d33;
  opacity: 1;
}
.contact-us-wrapper h3 strong {
  color: #d32531;
}
.contact-us-wrapper h3 {
  color: #4f4f4f;
}
.frm_button_submit {
  background-color: #d32531 !important;
  display: block;
  padding: 5px 10px !important;
  text-align: center !important;
  font-weight: bold !important;
  border: none !important;
  min-width: 150px;
  border-radius: 0px !important;
  color:#fff !important;
}
.contact-form {
  background: #efefef;
  padding: 20px 20px 0px 20px;
}
.contact-form .frm_form_field {
  margin-bottom: 8px !important;
}

@media (min-width:768px) {
.custom-grid-style-01.grid-shadow {
	    display: grid;
	    grid-template-columns: 1fr 2fr 1fr;
	    grid-gap: 30px;
	}

	.custom-grid-style-01.grid-shadow > div:first-child {
	    grid-column-start: 2;
	    grid-column-end: 3;
	    grid-row-start: 1;
	    grid-row-end: 4;
	}

	.custom-grid-style-01.grid-shadow > div:nth-child(2) {
	    grid-column-start: 1;
	    grid-column-end: 2;
	    grid-row-start: 1;
	    grid-row-end: 2;
	}

	.custom-grid-style-01.grid-shadow > div:nth-child(3) {
	    grid-column-start: 1;
	    grid-column-end: 2;
	    grid-row-start: 2;
	    grid-row-end: 3;
	}

	.custom-grid-style-01.grid-shadow > div:nth-child(4) {
	    grid-column-start: 1;
	    grid-column-end: 2;
	    grid-row-start: 3;
	    grid-row-end: 4;
	}



	.custom-grid-style-01.grid-shadow > div:nth-child(5) {
	    grid-column-start: 3;
	    grid-column-end: 4;
	    grid-row-start: 1;
	    grid-row-end: 2;
	}

	.custom-grid-style-01.grid-shadow > div:nth-child(6) {
	    grid-column-start: 3;
	    grid-column-end: 4;
	    grid-row-start: 2;
	    grid-row-end: 3;
	}

	.custom-grid-style-01.grid-shadow > div:nth-child(7) {
	    grid-column-start: 3;
	    grid-column-end: 4;
	    grid-row-start: 3;
	    grid-row-end: 4;
	}
	
}


	
@media (max-width:768px) {
    
    .rsi-footer-logo {
    text-align: center;
}
    #rsi-homepage-reviews-wrapper .tt-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#rsi-homepage-reviews-wrapper .tt-post.type-5 .tt-post-title {
    text-align: left;
}
table.gigpress-table.upcoming {
    background-color: #eee;
    padding: 10px !important;
}

table.gigpress-table.upcoming tr.gigpress-header {
    display: none;
}


table.gigpress-table.upcoming tbody:first-child {
    display: none !important;
}


table.gigpress-table.upcoming tbody {
    margin: 10px;
    display: block !important;
    background-color: #fff;
    padding: 10px !important;
}


table.gigpress-table.upcoming tbody td {
    border: none !important;
    padding: 0px;
}

table.gigpress-table.upcoming tr.gigpress-row.active {
    display: flex;
    flex-direction: column;
        position: relative;
}



table.gigpress-table.upcoming td.gigpress-date {
    opacity: 0.5;
    margin-bottom: 10px;
}

table.gigpress-table.upcoming td.gigpress-artist {
    font-family: 'DM Serif Display';
    font-size: 1.25em;
    margin-bottom: 10px;
    line-height:1.4;
}

table.gigpress-table.upcoming td.gigpress-city {
    position: absolute;
    right: 0px;
    opacity: 0.5;
}


table.gigpress-table tr.gigpress-info.active a {
    /* color: red; */
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    border-bottom: #000 1px dotted;
}

}				


@media (max-width:768px) {
    .single-post-style-alternative .tt-blog-head figcaption {
        position: relative;
        bottom: auto;
        display: block !important;
        background-color: transparent;
        color: #000;
        left: auto;
        right: auto;
        text-align: center;
        margin-top: 0;
    font-size: 0.7em;
    }
}				