@import url("_default-banner.css");
@import url("_show-detail-section.css");
@import url("_audio-bite-section.css");
@import url("_signup-module.css");


.default-banner-main {min-height: 430px; justify-content: space-between;}
.default-banner-main .default-banner-text { padding: 80px 0;}
.default-banner-text h1{font-size: 3rem; letter-spacing: normal;}
.default-banner-text p{font-size: 20px; line-height: 150%;}
.default-show-logo{width: 270px; height: 270px;}
.default-banner-text h1 span:before{bottom: -10px;}

.show-default-text{gap: 8px; margin-bottom: 8px; font-size: 12px; line-height: 100%;}
.show-link-list { gap: 10px; margin-top: 36px;}

.shw-links {width: fit-content;}

.show-links{gap: 10px; }
ul.shw-links{margin: 0; flex: 0 0 88px;}
ul.shw-links li:before{display: none;}
ul.shw-links li:first-child{margin-left: 0;}
ul.shw-links li {display: inline-block; margin: 0 0 0 8px;}
ul.shw-links li a {font-size: 1.125rem; color: var(--black); width: 40px; height: 40px; position: relative; z-index: 1; line-height: 1; border-radius: 50%; background-color: var(--white); display: inline-flex; justify-content: center; align-items: center;}
ul.shw-links li a i{font-family: 1.125rem; color: var(--black);}

.show-link-list .button{padding: 5px 25px 6px 20px;}

ul.shw-links  li a:hover { background-color: var(--theme); color: var(--white); }
ul.shw-links li a:hover i { color: var(--white); }

.show-detail-lt > p:first-child{margin-bottom: 64px;}

/* .sharethis-inline-share-buttons .st-btn[data-network="linkedin"] {display: none!important;}
.sharethis-inline-share-buttons .st-btn[data-network="email"] {display: none!important;}
.sharethis-inline-share-buttons .st-btn[data-network="sharethis"] {display: none!important;} */

.sharethis-inline-share-buttons .st-btn { width: 40px; height: 40px !important; min-width: 40px !important;}
.sharethis-inline-share-buttons .st-btn::after {line-height: inherit; font-size: 1.125rem;}
  
.sharethis-inline-share-buttons .st-btn[data-network="twitter"]::after { content: "\e61b"!important; }
.sharethis-inline-share-buttons .st-btn[data-network="facebook"]::after { content: "\f09a"!important; }

.general-content-wrapper{padding: 80px 0 0;}
.sharethis-inline-share-buttons{display: flex!important;}
.st-btn.st-first.st-remove-label { order: 2; }
.st-btn.st-remove-label { order: 1; margin: 0!important;}


@media only screen and (max-width: 767px) and (min-width: 200px){
.default-banner-main{flex-direction: column-reverse; align-items: flex-start; padding: 0 16px;}
.default-show-logo { width: 64px; height: 64px; }



.show-detail-lt > p:first-child{margin-bottom: 40px;}
  
  /* .sharethis-inline-share-buttons .st-btn {margin: 0 0 0 8px !important;}
  .sharethis-inline-share-buttons{margin-bottom: 20px;} */
/* .show-links{margin-bottom: 40px!important;}
.shw-links .sharethis-inline-share-buttons{margin-bottom: 0;} */
.general-content-wrapper{padding: 40px 0 0;}
.general-content-wrapper p a img.alignnone{width: inherit;}
.sharethis-inline-share-buttons {gap: 10px;}

}