@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
} .primary-color {
color: #ec368d;
}
.primary-bg {
background-color: #ec368d;
}
.secondary-color {
color: #51e5ff;
}
.secondary-bg {
background-color: #51e5ff;
}
.layout {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.layout--start {
justify-content: space-between;
padding: 0;
}
@media (min-width: 600px) {
.layout--start {
justify-content: flex-start;
}
}
.dropshadow {
box-shadow: 0 0 10px #ccc
}
.darkOverlay {
background: rgba(0, 0, 0, 0);
height: calc(100vh - 60px);
position: fixed;
left: 0;
top: 60px;
transition: all .3s ease-in;
visibility: hidden;
width: 100%;
z-index: 2
}
.darkOverlay--show {
background: rgba(0, 0, 0, .8);
cursor: pointer;
visibility: visible
}
.hideMe {
display: none !important;
}
.std__layout {
display: flex;
flex-wrap: wrap;
}
.std__layout--center {
justify-content: center;
}
.std__fullWidth {
flex-basis: 100%;
}
.std__layout--nowrap {
flex-wrap: nowrap;
}
.std__heading {
font-size: 1.6rem;
margin: 0;
text-align: center;
}
.text-sm {
font-size: .8rem;
}
hr {
border-top: 1px solid #eee;
display: block;
height: 0;
margin: 1rem 0;
width: 100%;
}
.has-text-align-center {
text-align: center;
} body {
font-family: segoe, Helvetica, Georgia;
margin: 0
}
* {
box-sizing: border-box;
} .header {
align-items: center;
background: #000;
display: flex;
height: auto;
justify-content: center;
width: 100%;
z-index: 2
}
.header_content {
flex-basis: 220px;
padding: .5rem 2rem;
}
.logo {
align-self: center;
flex-basis: 220px;
margin-top: .5rem
}
.logo_img {
display: block;
height: auto;
width: 220px
}
.quick-access {
color: #ec368d;
font-size: 1rem;
text-decoration: none;
}
.quick-access:hover {
text-decoration: underline;
}
@media only screen and (min-width:700px) {
.header_content {
padding: .5rem 1rem 1.5rem 1rem
}
.quick-access {
font-size: 1.4rem;
}
}
@media (min-width: 1200px) {
.header {
align-items: center;
justify-content: space-between;
padding: 0;
}
.logo {
display: flex;
flex-basis: 100%;
justify-content: center;
margin-top: 0;
}
}
@media only screen and (min-width:700px) {
.logo_img {
width: 250px
}
}
@media only screen and (min-width:1180px) {
.header_content {
max-width: 1180px;
padding: 0 1rem;
margin-left: 0;
}
}  footer {
background-color: #000;
box-sizing: border-box;
color: #fff;
display: flex;
flex-wrap: wrap;
padding: 0 2rem
}
.footer__navigation {
display: flex;
flex-wrap: wrap;
font-size: 1.2rem;
margin: 3rem 0 2rem 0;
max-width: 1180px;
width: 100%
}
.footer__navigation ul {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style-type: none;
margin: 0;
padding: 0
}
.nav__footer--primary-link {
font-size: 1.6rem;
display: block;
margin-bottom: .8rem;
}
.footer__navigation ul.nav__footer--primary li a {
color: #FFF;
}
.footer__navigation ul.nav__footer--secondary li a {
color: #51e5ff;
}
.footer__navigation li {
flex-basis: 100%;
line-height: 1.6;
margin: .5rem 0;
}
.footer__navigation li a {
font-weight: 700;
text-decoration: none;
}
.footer__navigation li a:hover {
text-decoration: underline
}
@media only screen and (min-width:770px) {
.footer__navigation ul {
flex-basis: 100%;
align-items: flex-start;
}
.footer__navigation ul.nav__footer--primary li {
display: flex;
flex-basis: calc(25% - 1rem);
flex-wrap: wrap;
}
.nav__footer--secondary {
display: flex;
flex-basis: 100%;
flex-wrap: wrap;
}
.footer__navigation ul.nav__footer--primary li .nav__footer--secondary li {
flex-basis: 100%;
}
}
@media only screen and (min-width:1000px) {
.footer__navigation ul.nav__footer--primary li {
flex-basis: calc(25% - 1rem);
}
}
.copyright {
display: flex;
flex-basis: 100%;
flex-wrap: wrap;
justify-content: space-between;
line-height: 1.4;
padding: 1rem 0;
width: 100%;
}
.copyright a {
color: #fff
}
.copyright p {
order: 1;
}
.footer__social {
padding-bottom: 1rem;
width: 80px;
}
.footer__social ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}
@media only screen and (min-width:768px) {
.copyright {
align-items: center;
flex-wrap: nowrap;
}
.copyright p {
order: 0;
flex-basis: calc(90% - 100px - 2rem);
}
.footer__navigation li {
flex-basis: auto;
margin: 0 .5rem
}
.footer__social  {
margin-left: 1rem;
}
.footer__social ul {
flex-wrap: nowrap;
}
}
@media only screen and (min-width:1180px) {
footer {
justify-content: center
}
.copyright {
max-width: 1180px
}
} .sticky-menu {
background-color: #000;
box-sizing: border-box;
padding: 1rem 2rem;
position: fixed;
bottom: 0;
width: 100%;
}
.sticky-menu ul {
display: flex;
justify-content: space-between;
list-style-type: none;
margin: 0;
padding: 0;
}
.sticky-menu ul li {
flex-basis: calc(100% / 3);
}
.sticky-menu ul li img {
height: 30px;
width: 30px;
}
.sticky-menu ul li a {
color: #FFF;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-decoration: none;
}
.sticky-menu ul li p {
flex-basis: 100%;
margin: .5rem 0 0 0;
text-align: center;
}
@media only screen and (min-width:600px) {
.sticky-menu {
display: none;
}
} .nav__mobile {
position: absolute;
top: 1rem;
width: 100%;
}
.nav__desktop {
display: none;
}
.nav__primary {
height: 0;
margin: 0;
padding: 0;
opacity: 0;
position: absolute;
left: 0;
transition: opacity .3s ease-in;
width: 0;
visibility: hidden;
}
.nav__primary--show {
background-color: #000;
border-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
height: auto;
opacity: 1;
padding: 1rem;
position: absolute;
top: 2.5rem;
left: 0;
visibility: visible;
width: 100%;
z-index: 9;
}
.nav__primary__parent {
font-size: 1.2rem;
font-weight: bold;
}
.nav__primary--show li {
padding: .8rem .3rem;
}
.nav__primary--show li a {
color: #FFF;
padding: .3rem;
text-decoration: none;
}
.nav__secondary {
padding: 1rem;
}
.nav__secondary li a {
color: #51e5ff
}
.nav__mobile button {
background-color: inherit;
border: 0;
cursor: pointer;
}
.nav__mobile button svg {
fill: #FFF;
width: 25px;
}
@media (min-width: 1200px) {
.nav__mobile {
display: none;
}
.nav__desktop {
background-color: #000;
color: #FFF;
display: flex;
font-size: 1rem;
height: auto;
justify-content: flex-end;
padding: 2rem 1rem;
}
.nav__desktop a {
color: #FFF;
text-decoration: none;
}
.nav__desktop a:hover {
background-color: #262626;
text-decoration: underline;
}
.nav__desktop ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}
.nav__desktop .nav__primary {
display: flex;
height: auto;
justify-content: center;
opacity: 1;
position: relative;
left: auto;
visibility: visible;
}
.nav__desktop .nav__primary a {
border-radius: 1rem;
padding: .8rem;
}
.nav__primary a:hover {
background-color: #ec368d;
text-decoration: none;
}
.nav__desktop .nav__primary--selected {
background-color: #262626;
}
.nav__desktop .nav__secondary {
background-color:  #262626;
border-radius: 1rem;
height: 0;
opacity: 0;
position: relative;
transition: opacity .3s ease-in;
width: 0;
visibility: hidden;
}
.nav__desktop .nav__secondary a {
display: block;
margin: 0;
}
.nav__desktop .nav__secondary a:hover {
background-color: #262626;
text-decoration: underline;
text-decoration-color: #FFF;
}
.nav__desktop .nav__secondary--show {
height: auto;
opacity: 1;
position: absolute;
margin-top: 2rem;
min-width: 250px;
width: auto;
visibility: visible;
z-index: 999;
}
}
@media (min-width: 1120px) {
.nav__desktop {
font-size: 1.2rem;
}
} .breadcrumb {
color: #999;
padding: 1rem 1rem 0 1rem;
text-transform: capitalize
}
.breadcrumb a {
color: #ec368d;
text-decoration: none
} .quickAccess {
background-color: #eee;
display: flex;
justify-content: center;
padding: 1rem 0;
position: relative
}
.quickAccess a {
background-color: #3cb371;
border-radius: .3rem;
color: #fff;
padding: 1rem;
text-decoration: none
}
.quickAccess a:hover {
background-color: #339961
}
.wp-block-image {
display: flex;
justify-content: center
}
.wp-block-image figure {
display: flex;
justify-content: center
}
.wp-block-image img {
height: auto;
max-width: 500px;
width: 100%
}
.article {
margin: 0 auto;
max-width: 900px;
width: 100%
}
.article h2 {
font-family: 'Lucida Bright';
font-size: 1.6rem;
}
.article h2:after {
content: "";
border-bottom: 1px solid #51e5ff;
display: block;
max-width: 100px;
padding-top: 1rem;
width: 20%
}
.article h3 {
font-size: 1.6rem;
}
.article h3:after {
content: "";
border-bottom: 1px solid #ec368d;
display: block;
max-width: 100px;
padding-top: 1rem;
width: 20%
}
.article h4 {
font-size: 1.6rem;
margin-top: -120px;
padding-top: 120px
}
.article h5 {
font-size: 1.4rem;
margin-top: -120px;
padding-top: 120px
}
.article img {
height: auto;
max-width: 100%;
}
.page_header {
box-sizing: border-box;
display: flex;
justify-content: center;
padding: 1rem 1rem 0;
width: 100%
}
.page_header_content {
max-width: 1180px;
width: 100%
}
.page {
display: block;
font-size: 1.2rem;
line-height: 1.5;
margin: 0 auto;
max-width: 1000px;
padding: 0 1rem;
width: 90%
}
.page a {
color: #ec368d;
font-weight: 800;
text-decoration: none
}
.page a:hover {
color: #d21470;
text-decoration: underline
}
.page_heading {
font-family: 'Lucida Bright', segoe;
font-size: 2rem;
font-weight: 800;
line-height: 1.2;
margin: 0;
text-align: center
}
.page_byline {
color: #333;
font-size: 1rem;
margin-bottom: 1rem;
text-align: center
}
.page_byline p {
margin: 0;
}
.page_author {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center
}
.page_author img {
border-radius: 100%;
margin: 0 .5rem;
width: 32px
}
.page a.pageAd_link {
display: flex;
color: #000;
margin: 2rem 0;
text-decoration: none;
width: 100%
}
.page__subscribe {
line-height: 1.3;
}
.page__subscribe__intro {
font-size: 1.4rem;
font-weight: bold;
text-align: center;
}
.page_author_bio {
border: 1px solid #eee;
border-radius: .5rem;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
padding: 1rem
}
.page_author_bio_avatar {
display: flex;
flex-basis: 100%;
justify-content: center;
margin-bottom: 1rem
}
.page_author_bio_avatar img {
border-radius: 100%
}
.page_author_bio_description {
font-size: 1.2rem
}
.page_signup .signup_small {
color: #ccc;
font-size: .8rem
}
.page .signup_small {
color: #000;
font-size: .8rem
}
@media only screen and (min-width:700px) {
.page_heading {
font-size: 3rem;
}
.article h2 {
font-size: 2.5rem;
}
.article h3 {
font-size: 2rem;
}
.article h4 {
font-size: 1.6rem;
}
} .ads {
background: white; 
position: fixed; 
bottom: 0; 
left: 0; 
right: 0; 
width: 100%; 
display: flex; 
justify-content: center; 
height: 100px; 
z-index: 999; 
padding: 10px 0;
}
.desktopAd {
display: none;
}
.multiAd {
align-items: flex-start;
border: 1px solid #eee;
border-radius: .3rem;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 4rem 0;
padding: 2rem 1rem
}
.multiAd a {
color: #fff;
text-decoration: none
}
.multiAd a:hover {
color: #fff;
text-decoration: none
}
.multiAd__title {
border-bottom: 1px solid #51e5ff;
color: #000;
font-size: 2rem;
flex-basis: 100%;
margin: 1rem 0 .5rem 0;
padding-bottom: .5rem;
text-align: center
}
.multiAd__img {
flex-basis: 100%;
display: flex;
justify-content: center;
margin: 2rem 0
}
.multiAd__img img {
height: auto;
max-width: 100%
}
.multiAd__links {
display: flex;
flex-basis: 100%;
flex-wrap: wrap
}
.multiAd__link {
align-self: center;
background-color: #36EC95;
border-radius: 1rem;
color: #fff;
font-size: 1.6rem;
margin-bottom: .5rem;
padding: .8rem .5rem;
transition: box-shadow .3s linear;
text-align: center;
width: calc(100% - 2rem)
}
.multiAd__info {
color: #999;
flex-basis: 100%;
font-size: .8rem;
font-style: italic;
line-height: initial;
margin: 1rem 0;
text-align: center
}
.pageAd:hover .pageAd_cta {
background-color: #51e5ff
}
.pageAd {
background-color: #fff;
border: 1px solid #eee;
border-radius: .5rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 4rem 0;
padding: 2rem;
width: calc(100% - 4rem)
}
.pageAd_image {
height: auto;
max-height: 300px;
max-width: 300px;
width: auto
}
.pageAd_image img {
height: auto;
max-height: 300px;
max-width: 300px;
width: auto
}
.pageAd_img {
display: flex;
flex-basis: 100%;
height: 300px;
justify-content: center;
padding: 0;
order: 1;
width: 300px;
}
.pageAd_content {
display: flex;
flex-basis: 100%;
flex-wrap: wrap;
order: 2;
text-align: center
}
.pageAd_title {
color: #000;
font-size: 2rem;
flex-basis: 100%;
margin-top: 1rem
}
.pageAd_price {
border-top: 1px solid #51e5ff;
color: #000;
flex-basis: 100%;
font-size: 1.6rem;
margin: 0 0 1rem 0;
padding-top: 1rem
}
.pageAd_price_value {
color: #ec368d;
font-weight: 800
}
.pageAd_cta {
align-self: center;
background-color: #ec368d;
border-radius: 1rem;
color: #fff;
font-size: 1.6rem;
margin: 0 auto;
max-width: 400px;
padding: .5rem;
width: calc(100% - 2rem)
}
.pageAd_affiliateInfo {
color: #999;
flex-basis: 100%;
font-size: .8rem;
font-style: italic;
line-height: initial;
margin: 1rem 0
}
.adsbygoogle__responsive { width: 320px; height: 100px; }
@media(min-width: 500px) { .adsbygoogle__responsive  { width: 468px; height: 60px; } }
@media(min-width: 800px) { .adsbygoogle__responsive { width: 728px; height: 90px; } }
@media (min-width: 700px) {
.mobileAd {
display: none;
}
.desktopAd {
display: flex;
}
} .latestPosts {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
padding: 1rem 0 2rem 0;
width: 100%;
}
.latestPosts a h5 {
color: #000;
}
@media only screen and (min-width: 900px) {
.latestPosts {
margin: 0 auto;
max-width: 1180px;
}
} .suggestedReading__link {
border: 1px solid #eee;
border-radius: .5rem;
color: #000;
display: flex;
font-size: 1.3rem;
flex-wrap: wrap;
margin: 2rem 0 4rem 0;
padding: 1rem
}
.suggestedReading__content:hover,
.suggestedReading__heading:hover,
.suggestedReading__text:hover {
text-decoration: none
}
.suggestedReading__heading {
color: #333;
flex-basis: 100%;
font-size: 1.6rem;
margin-bottom: 1rem;
text-align: center
}
.suggestedReading__img,
.suggestedReading__img img {
float: left;
height: auto;
width: 100%
}
.suggestedReading__text {
align-self: center;
box-sizing: border-box;
flex-basis: 100%;
float: left;
font-size: 1.4rem;
line-height: 1.2
}
.suggestedReading__content {
color: #000;
float: left;
margin-top: 0;
text-decoration: none
} .article_signup_icon {
flex-basis: 100%
}
.article_signup_icon_img {
display: block;
height: 30px;
margin: 0 auto;
width: 30px
}
.article_signup {
box-sizing: border-box;
color: #000;
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 100%
}
.page_signup .signup_small {
color: #ccc;
font-size: .8rem
}
.page .signup_small {
color: #000;
font-size: .8rem
}
.article_signup_heading,
.welcome_signup_heading {
font-size: 1.2rem;
font-weight: 800
}
.article_signup_heading {
text-align: center
}
.page_signup_text {
font-size: 1.2rem;
line-height: 1.8rem
}
.article_signup_heading .fa-cocktail {
color: #51e5ff;
font-size: 1.8rem
}
.article_signup_input,
.welcome_signup_input,
.in_page_subscribe input  {
border-radius: .3rem;
border: 1px solid #ccc;
color: #000;
font-size: 1rem;
margin: .5rem 0;
padding: 1rem;
width: calc(50% - 2rem);
margin: 0 .2rem;
}
.in_page_subscribe input {
width: 100%;;
}
.article_signup_button,
.welcome_signup_button,
.in_page_subscribe button {
background-color: #ec368d;
border: 0;
border-radius: .3rem;
box-sizing: border-box;
color: #fff;
display: block;
cursor: pointer;
font-size: 1rem;
font-family: segoe, Georgia;
letter-spacing: 2px;
margin: .5rem auto;
padding: 1rem;
text-transform: uppercase;
width: calc(100% - 2rem);
}
.article_signup_button:hover,
.welcome_signup_button:hover {
background-color: #d21470
}
.ml-form-embedSubmit,
.in_page_subscribe button {
width: 100%;
}
.article_signup_highlight {
background: #FFF;
border-radius: 10px;
position: relative;
z-index: 11;
}
.in_page_subscribe {
padding: .8rem 1.2rem 1rem 1.2rem;
}
.article_signup_wrapper {
background: rgba(0, 0, 0, .5);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1;
display: none;
}
.article_signup_wrapper--show {
display: block;
} .article_magnet {
max-width: 100%;
}
.article_magnet .article_signup_img {
display: none;
}
.article_magnet .article_signup {
padding: 0;
margin-top: 0;
}
.article_magnet .article_signup input {
margin-bottom: .8rem;
width: 100%;
}
.article_magnet .signup_small {
font-size: .8rem;
line-height: 1.2;
margin: 0;
}
.article_magnet .article_signup input.article_signup_button {
background-color: #3cb371;
font-size: .9rem;
width: 100%;
}
@media (min-width: 400px) {
.article_magnet .article_signup input.article_signup_button {
width: 100%;
}
}
@media (min-width: 700px) {
.in_page_subscribe .article_signup {
flex-wrap: nowrap;
}
.in_page_subscribe .article_signup input {
margin: .5rem .2rem;
}
.in_page_subscribe .article_signup button {
margin: 0;
width: 200px;
}
.in_page_subscribe .article_signup .ml-form-embedSubmit {
margin-top: .5rem;
}
.ml-form-embedSubmit {
width: auto;
}
.article_magnet {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.article_magnet .article_signup_img {
display: block;
}
.article_magnet .article_signup_img img {
height: auto;
width: 200px;
}
.article_magnet .article_signup {
margin-left: 1.5rem;
width: calc(100% - 300px);
}
.article_magnet .signup_small {
margin-top: 1rem;
max-width: 90%;
font-size: .9rem;
line-height: 1.4;
}
} .welcome {
background-color: #eee;
align-content: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 3rem 0
}
.welcome_logo {
margin: 0 auto;
max-width: 100%;
width: 400px
}
.welcome_signup {
color: #fff;
justify-content: center;
flex-wrap: wrap;
padding: 0 1rem
}
.article_signup_heading,
.welcome_signup_heading {
font-size: 1.2rem;
font-weight: 800
}
.article_signup_heading {
text-align: center
}
.article_signup_heading .fa-cocktail {
color: #51e5ff;
font-size: 1.8rem
}
.article_signup_input,
.welcome_signup_input {
color: #000;
font-size: 1rem;
margin: .5rem 0;
padding: 1rem;
width: calc(50% - 2rem);
margin: 0 .2rem;
}
.article_signup_button,
.welcome_signup_button {
background-color: #ec368d;
border: 0;
color: #fff;
display: block;
cursor: pointer;
font-size: 1rem;
font-weight: 800;
font-family: Segoe, Georgia;
margin: .5rem auto;
padding: 1rem;
text-transform: uppercase;
width: calc(100% - 2rem)
}
.article_signup_button:hover,
.welcome_signup_button:hover {
background-color: #d21470
}
.display--grey {
background-color: #f2f2f2;
color: #000
}
.display .display_posts,
.display--grey .display_posts {
color: #000
}
.display--black {
background: #000;
color: #fff
}
.display--black .display_heading,
.display--black .display_posts {
color: #fff
}
.display {
color: #000;
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 100%;
padding: 1rem;
width: 100%
}
.display_content {
display: flex;
flex-wrap: wrap;
justify-content: center
}
.display_icon {
display: flex;
flex-basis: 100%;
justify-content: center;
margin: 1rem 0
}
.display_icon_fas {
height: 50px;
width: 50px
}
.display_heading {
flex-basis: 100%;
font-family: 'Lucida Bright';
font-size: 2.5rem;
margin: 1rem 0;
text-align: center
}
.display_posts {
color: #fff;
display: flex;
flex-basis: 100%;
flex-wrap: wrap;
justify-content: center;
padding: 1rem 0;
text-decoration: none
}
.display_posts_img {
height: auto;
max-height: 300px;
max-width: 100%;
width: 100%
}
.display_posts_img img {
height: auto;
max-height: 300px;
max-width: 100%;
width: 100%
}
.display_posts_title {
flex-basis: 100%;
font-size: 1.8rem;
margin: 1rem 0;
text-align: center
}
.display_posts_description {
color: #fff;
font-size: 1.4rem
}
.display_posts_button {
background-color: #ec368d;
border-radius: 1rem;
color: #fff;
flex-basis: calc(100% - 2rem);
font-size: 1.4rem;
margin-top: 1rem;
padding: 1rem;
text-align: center
}
@media only screen and (min-width:600px) {
.display_posts {
flex-basis: 80%
}
}
@media only screen and (min-width:900px) {
.article_signup_input,
.welcome_signup_input {
font-size: 1rem
}
.article_signup_button,
.welcome_signup_button {
margin: 1rem auto;
width: auto
}
.display {
justify-content: space-around;
padding: 3rem;
position: relative;
max-width: 100%
}
.display_content {
display: flex;
flex-wrap: wrap;
justify-content: space-between
}
.display_posts {
flex-basis: 48%;
max-width: 400px;
padding: 1rem 0;
transition: .2s ease-in
}
.display_posts:hover {
transform: translateY(1rem)
}
.display_posts_title {
align-self: flex-start;
font-size: 1.4rem
}
.display_posts_description {
align-self: flex-start;
font-size: 1.2rem
}
.display_posts_img {
align-self: flex-start;
height: auto;
width: 100%
}
.display_posts_button {
align-self: flex-end;
max-width: calc(500px - 2rem);
width: calc(100% - 2rem)
}
}
@media only screen and (min-width:1180px) {
.display_content {
max-width: 1180px;
width: 100%
}
.display_posts {
flex-basis: calc(25% - .5rem);
padding: 3rem 0
}
} .cocktail {
display: flex;
font-size: 1rem;
line-height: 1.2;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
max-width: 90%;
padding: 0 !important;
}
.cocktail a {
font-weight: normal !important;
}
.cocktail__img {
border-radius: 100%;
}
.cocktail__heading {
display: flex;
flex-wrap: wrap;
margin: 2rem 0 1rem 0;
}
.cocktail__heading h2 {
border-bottom: #eee 1px solid;
margin-bottom: 1rem;
padding-bottom: .5rem;
}
.cocktail__content {
max-width: 100%;
}
.cocktail h3 {
font-family: 'Lucida Bright';
font-size: 1.4rem;
}
.cocktail__heading h2:after, .cocktail h3:after {
all: unset !important;
}
.cocktail__heading-info {
display: flex;
flex-basis: 100%;
flex-wrap: wrap;
justify-content: center;
}
.cocktail__rating {
color: #333;
display: block;
font-size: .9rem;
margin-bottom: 1rem;
}
.cocktail__rating--stars {
color: gold;
}
.cocktail__quick-ingredients {
color: #666;
font-size: .9rem;
font-style: italic;
}
.cocktail__info {
background-color: #e6fbff;
border: 1px solid #51e5ff;
color: #333;
padding: 1rem;
}
.cocktail__info span {
display: block;
margin: .5rem 0;
}
.cocktail__info--prep {
flex-basis: 50%;
}
.cocktail__info--serving {
flex-basis: 50%;
} 
.cocktail__ingredients ul {
list-style-type: none;
padding: 0;
}
.cocktail__description {
line-height: 1.6;
padding-top: 1rem;
}
.cocktail__ingredients ul li {
background-image: url(https://www.thatcocktail.com/wp-content/themes/thatcocktail/assets/cocktail.svg);
background-position: 0 0;
background-size: 20px 20px;
background-repeat: no-repeat;
border-bottom: 1px solid #EEE;
margin-bottom: 1rem;
padding: 0 0 1rem 40px;
}
.cocktail__method ol, .cocktail__method ul {
counter-reset: method-counter;
list-style-type: none;
padding: 0;
}
.cocktail__method ol li, .cocktail__method ul li {
align-items: center;
border-bottom: 1px solid #EEE;
counter-increment: method-counter;
margin-bottom: 1rem;
padding-bottom: 1rem;
}
.cocktail__method ol li span, .cocktail__method ul li span {
flex-basis: calc(100% - 50px);
}
.cocktail__method ol li::before, .cocktail__method ul li::before {
align-content: center;
align-items: center;
background-color: #ec368d;
border-radius: 100%;
content: counter(method-counter);
color: #fff;
display: flex;
font-weight: bold;
font-size: 1rem;
height: 20px;
justify-content: center;
margin-bottom: 1rem;
padding: 5px;
text-align: center;
width: 20px;
}
.cocktail__method h3, .cocktail__ingredients h3 {
margin: 2rem 0;
}
.cocktail__social {
display: flex;
flex-basis: 100%;
flex-wrap: wrap;
}
.cocktail__social a {
align-items: center;
box-sizing: border-box;
border-radius: 0.3rem;
color: #FFF !important;
display: flex;
font-size: .8rem;
height: 45px;
margin: 0.3rem 0;
padding: 0.5rem;
text-decoration: none;
width: 100%;
}
.cocktail__social--twitter {
background-color: #1b95e0;
}
.cocktail__social--facebook {
background-color: #3b5998;
}
.cocktail__social--email {
background-color: #b22222;
}
.cocktail__social a img {
margin-right: 10px;
}
@media (min-width: 600px) {
.cocktail {
border: 1px solid #EEE;
border-radius: .3rem;
box-sizing: border-box;
max-width: 600px;
padding: 2rem !important;
}
.cocktail__social {
flex-wrap: nowrap;
}
.cocktail__social a {
margin: 1rem 0.3rem;
}
} body {
font-family:segoe, Helvetica, Georgia;
}
.page {
margin: 0 auto;
max-width: 700px;
padding: 1rem;
width: 100%;
}
.page-lg, .page-md {
padding: 0;
max-width: 100%;
}
@media (min-width: 1000px) { 
.page-md {
max-width: 900px;
padding: 0;   
}    
}
.page-lg p, .page-lg h2, .page-lg h3, .page-lg h4 {
margin: .8rem auto;
max-width: 900px;
}
.recommendation {
border:1px solid #EEE;
border-radius: .3rem;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
margin: 3rem 10px;
padding: 1rem;
position: relative;
}
.recommendation__top-pick {
background: #ec368d;
color: #FFF;
font-size: .9rem;
padding: .5rem;
position: absolute;
top: -18px;
left: -10px;
}
.recommendation__top-pick:after {
content: " ";
display: block;
position: absolute;
left: -10px;
bottom: -7px;
border-color: transparent #d21470 transparent transparent;
border-style: inset solid inset inset;
border-width: 0 10px 7px;
filter: brightness(50%);
}
.recommendation__content {
align-content: center;
align-items: center;
display: flex;
flex-basis: 100%;
flex-wrap: wrap;
justify-content: center;
margin-right: 1rem;
order: 1;
text-align: center;
}
.recommendation__content__title {
color: #000;
display: block;
font-size: 2rem;
line-height: 1.2;
text-decoration: none;
width: 100%;
text-align: center;
}
.recommendation__content__button {
background: #33cc99;
border-radius: .3rem;
box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
color: #FFF !important;
font-size: 1.2rem;
font-weight: 700 !important;
margin: 1rem 0;
padding: .8rem 1.5rem;
text-decoration: none;
transition: .25s ease;
}
.recommendation__content__button:hover {
box-shadow: none;
transform: translateY(3px);
text-decoration: none !important;
}
.recommendation__content__notice {
color: #999;
font-size: .8rem;
font-style: italic;
}
.recommendation__image {
flex-basis: 100%;
}
.recommendation__image img {
display: block;
height: auto !important;
margin: 0 auto;
max-height: 200px;
max-width: 200px !important;
width: auto !important;
}
@media (min-width: 600px) {
.recommendation {
flex-wrap: nowrap;
margin: 4rem auto;
max-width: 800px;
padding: 1rem 2rem;
}
.recommendation__content {
align-items: flex-start;
flex-basis: 60%;
order: 0;
text-align: left;
}
.recommendation__image {
flex-basis: 40%;
}
.recommendation__image img { 
max-height: 300px;
max-width: 300px !important;
}
} .recipe {
background-color: #fff;
border-radius: .5rem;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
margin: 4rem 0;
padding: 4rem 2rem;
position: relative;
width: 100%;
z-index: 1
}
.recipe__icon {
flex-basis: 100%
}
.recipe__icon img {
height: auto;
width: 40px
}
.recipe p,
.recipe ul {
flex-basis: 100%
}
.recipe--black {
background-color: #000;
color: #fff
}
.recipe--grey {
background-color: #eee;
color: #000
}
.recipe--white {
background-color: #fff;
color: #000
}
.twitter {
align-items: center;
background-color: #1b95e0;
box-sizing: border-box;
border-radius: .3rem;
display: flex;
font-size: .8rem;
height: 45px;
margin: .3rem 0;
padding: .5rem;
width: 100%
}
a.recipe__email,
a.recipe__facebook,
a.twitter {
color: #fff
}
a.twitter:hover {
background-color: #1679b6;
color: #fff;
text-decoration: none
}
a.recipe__email:hover {
background-color: #811818;
color: #fff;
text-decoration: none
}
a.recipe__facebook:hover {
background-color: #324b81;
color: #fff;
text-decoration: none
}
.recipe__twitter__icon {
height: auto;
margin-right: .3rem;
width: 15px
}
.recipe__email {
align-items: center;
background-color: #b22222;
box-sizing: border-box;
border-radius: .3rem;
display: flex;
height: 45px;
font-size: .8rem;
margin: .3rem 0;
padding: .5rem;
width: 100%
}
.recipe__email__icon {
height: auto;
margin-right: .3rem;
width: 15px
}
.recipe__facebook {
align-items: center;
background-color: #3b5998;
box-sizing: border-box;
border-radius: .3rem;
display: flex;
font-size: .8rem;
height: 45px;
margin: .3rem 0;
padding: .5rem;
width: 100%
}
.recipe__facebook__icon {
height: 15px;
margin-right: .3rem;
width: 15px
}
.article h3.recipe__heading:after {
content: "";
border-bottom: 1px solid #ec368d;
display: block;
max-width: 100px;
padding-top: 1rem;
width: 30%
}
.recipe h3:after {
content: "";
border-bottom: 1px solid #51e5ff;
display: block;
max-width: 30px;
padding-top: 1rem;
width: 10%
}
.recipe h3 {
margin-top: auto;
padding-top: 0;
width: 100%
} .stickyAd {
background-color: #FFF; 
height: 50px; 
padding: 1rem 0; 
position: fixed; 
text-align: center;
top: 0;  
width: 100%; 
z-index: 999999;
}
.stickyAd a {
background-color: #ec368d; 
border-radius: 1rem;
color: #FFF; 
padding: .6rem .5rem; 
text-decoration: none; 
} .header_content {
z-index: 5;
} .relatedPosts__link {
color: #ec368d;
flex-basis: 100%;
font-size: 20px;
text-align: center;
text-decoration: none;
} .signup-popup__wrapper {
background: #000;
backdrop-filter: blur(4px);
height: 100vh;
position: fixed;
opacity: 0;
top: 0;
left: 0;
width: 100vw;
visibility: hidden;
z-index: 10;
transform: scale(.4); 
}
.signup-popup {
align-items: start;
background: #000;
border-radius: 2rem;
color: #FFF;
display: flex;
flex-wrap: wrap;
height: 500px;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
max-width: 100%;
margin: auto;
opacity: 0;
padding: 1rem;
width: 100%;
visibility: hidden;
z-index: 11;
transform: scale(.4); 
}
.signup-popup h2 {
font-size: 1.6rem;
margin: 3rem 0 0 0;
line-height: 1.4;
text-align: center;
}
@media (min-width: 600px) {
.signup-popup h2 {
font-size: 2rem;
}
}
@media (min-width: 700px) {
.signup-popup {
height: 600px;
max-width: 700px;
}
}
.signup-popup__close {
background: inherit; 
border: 0;
color: #FFF;
cursor: pointer;
padding: .5rem;
position: absolute;
top: 1rem;
right: 1rem;
}
.signup-popup--show {
opacity: 1;
transition: opacity .3s linear, tranform .6s ease-in-out .3s;
visibility: visible;
transform: scale(1); 
}
.signup-popup__wrapper--show {
opacity: .4;
transition: opacity .3s linear, tranform .6s ease-in-out .3s;
visibility: visible;
transform: scale(1); 
}
.signup-popup--hide {
opacity: 0;
transition: opacity .3s linear;
visibility: hidden;
} .page__intent {
background: #EEE;
display: flex;
flex-wrap: wrap;
font-size: 1.1rem;
justify-content: center;
padding: 1rem .5rem;
width: 100%;
}
.page__intent a {
color: #ec368d;
}
.page__intent--container {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 700px;
width: 100%;
}
.page__intent--notifications {
color: #267349;
}
.page__intent--image {
align-items: center;
display: flex;
flex-basis: 100%;
justify-content: center;
margin-top: 1rem;
}
.page__intent--nutrition {
background: #e6fbff;
border: 1px solid #51e5ff;
border-radius: 1rem;
padding: .3rem .8rem;
line-height: 1.6;
}
.page__intent--ingredients {
background-color: #FFF;
border: 1px solid #CCC;
border-radius: 1rem;
padding: 1rem;
}
.page__intent--ingredients .quick-access {
font-size: 1.2rem;
text-align: center;
display: block;
}
.page__intent--ingredients ol {
font-size: 1rem;
line-height: 1.4;
padding: 1rem;
}
.page__intent--ingredients li {
border-bottom: 1px solid #CCC;
margin-bottom: 1rem;
padding-bottom: 1rem;
line-height: 1.6;
}
@media (min-width: 600px) {
.page__intent {
padding: 2rem .5rem;
}
.page__intent--details {
width: calc(100% - 240px);
}
.page__intent--image {
margin-top: 0;
order: 0;
}
} .hero {
background-color: #eee;
color: #333;
display: flex;
justify-content: center;
padding: 2rem 0;
}
.hero__form {
align-items: center;
display: flex;
justify-content: space-between;
max-width: 900px;
width: 90%;
}
.hero__form-content {
flex-basis: 100%;
font-size: 1rem;
line-height: 1.3;
text-align: center;
}
.hero__form-content h1 {
font-family: 'Lucida Bright';
font-size: 1.6rem;
line-height: 1.2;
margin: 0;
}
.hero__form-img {
display: none;
}
.hero .article_signup {
align-items: center;
justify-content: center;
}
.hero .article_signup_input {
box-shadow: 20px 10px 45px rgba(82,109,122,.1);
flex-basis: calc(90% - 10px);
font-size: 1rem;
height: 50px;
padding: .8rem;
}
.hero .article_signup_input::placeholder {
font-size: .9rem;
}
.hero .article_signup_button {
background-color: #00b854;
border: 0;
border-radius: 1rem;
box-shadow: 5px 6px 0 0 #00853c;
color: #FFF;
cursor: pointer;
padding: .8rem;
font-size: .8rem;
margin-top: .8rem;
transition: transform ease-in-out .3s;
width: 90%;
}
.hero .article_signup_button:hover {
transform: translateY(2px);
}
@media (min-width: 600px) {
.hero .ml-form-embedSubmit {
margin-top: .5rem;
width: 90%;
}
.hero .article_signup_button {
flex-basis: 100%;
margin: 0;
width: 100%;
}
.hero__form-content h1 {
font-size: 2.6rem;
line-height: 1.3;
}
.hero__form-content {
font-size: 1.1rem;
line-height: 1.4;
}
}
@media (min-width: 850px) {
.hero .article_signup_input,
.hero .article_signup_button {
font-size: 1rem;
}
.hero__form-content {
flex-basis: calc(100% - 300px);
text-align: left;
}
.hero__form-img {
display: block;
flex-basis: 200px;
}
.hero__form-img img {
height: auto;
width: 200px;
}
}
@media (min-width: 900px) {
.hero .article_signup_input,
.hero .article_signup_button {
font-size: 1rem;
}
} .authority {
background-color: #000;
color: #FFF;
display: block;
font-size: 1.4rem;
padding: 1rem;
text-align: center;
}
.authority strong {
color: #51e5ff;
}
.authority a {
color: #ec368d;
text-decoration: none;
}
.authority a:hover {
text-decoration: underline;
} .quicklinks {
display: flex;
flex-wrap: wrap;
padding: 2rem 1rem;
position: relative;
width: 100%;
}
.quicklinks h2 {
flex-basis: 100%;
font-size: 2.4rem;
text-align: center;
}
.quicklinks__container {
display: flex;
overflow-y: hidden;
overflow-x: auto;
margin: 1rem auto 0 auto;
max-width: fit-content;
padding-bottom: 1rem;
position: relative;
width: 90%;
scrollbar-width: auto;
scrollbar-color: #000000 #CCC;
}
.quicklink {
align-content: center;
background: radial-gradient(140px at 50% -50%, #e9167c 0%,#bb1163 100%);
border: 1px solid #750b3e;
border-radius: 1rem;
box-shadow: 20px 10px 45px rgba(82,109,122,.1);
color: #FFF !important;
display: flex;
flex-wrap: wrap;
font-size: 1.2rem;
justify-content: center;
margin-right: .5rem;
min-width: 250px;
padding: 2rem;
text-decoration: none !important;
transition: transform ease-in-out .3s;
width: 250px;
}
.quicklink:hover {
background: #ee4496;
transform: translateY(4px);
}
.quicklink__icon {
flex-basis: 100%;
margin-bottom: .5rem;
text-align: center;
}
.quicklink__icon svg {
fill: #FFF;
width: 40px;
height: 40px;
}
@media (min-width: 780px) {
.quicklinks__container {
flex-wrap: wrap;
max-width: 900px;
}
.quicklink {
width: calc(33% - 1rem);
margin-bottom: 1rem;
}
} .layout-posts {
justify-content: flex-start;
}
.layout-post a {
display: inline-block;
color: #000;
font-weight: 600;
text-decoration: none;
transition: transform ease-in-out .3s;
}
.layout-post a:hover {
color: #000;
text-decoration: none;
transform: translateY(4px);
}
.layout-post {
display: flex;
justify-content: center;
transition: transform .3s ease-in-out;
margin-bottom: 10px;
list-style-type: none;
width: 100%;
}
.layout-post img {
display: block;
height: auto;
width: 100%;
}
.layout-post span {
display: block;
margin-top: 10px;
text-align: center;
}
.page a.layout-post:hover,
a.layout-post:hover
{
text-decoration: none;
transform: translateY(10px);
}
.page a.layout-post:hover img,
a.layout-post:hover img {
opacity: .8;
}
.page .more-link a {
color: #0098b3 !important;
}
@media (min-width: 400px) {
.layout-post {
width: calc((100% / 2) - 10px);
}
}
@media (min-width: 600px) {
.layout-post {
margin: 10px;
width: calc((100% / 3) - 20px);
}
.layout-post:first-of-type {
margin-left: 0;
}
.layout-post:nth-child(2) {
margin-right: 10px;
}
.layout-post:nth-child(3) {
margin-left: 10px;
}
.layout-post:nth-child(4) {
margin-left: 0;
margin-right: 10px;
}
}
@media (min-width: 800px) {
.layout-post {
margin: 10px;
width: calc((100% / 4) - 30px);
}
.layout-post:nth-child(5) {
margin-left: 0;
}
.layout-post:nth-child(2) {
margin-right: 10px;
}
.layout-post:nth-child(3) {
margin-left: 10px;
}
.layout-post:nth-child(4) {
margin-left: 10px;
margin-right: 0;
}
} .custom_header {
background-color: #000;
color: #FFF;
padding: 3rem 0;
}
.custom_header_content {
margin: 0 auto;
max-width: 900px;
padding: 0 1rem;
text-align: center;
width: 100%;
}
.custom_header_content h1 {
font-size: 1.2rem;
margin: 0;
}
.custom_header_content h2 {
font-size: 2rem;;
margin: .5rem 0;
}
.custom_header_content p {
font-size: 1.1rem;
line-height: 1.5;
}
.custom_header_content p strong {
color: #ec368d;
}
.in-page-button {
display: flex;
justify-content: center;
margin: 1rem 0;
}
.page .in-page-button a, .header-signup-button {
background-color: #00b854;
border: 0;
border-radius: 1rem;
box-shadow: 5px 6px 0 0 #00853c;
color: #FFF;
cursor: pointer;
padding: .8rem;
font-size: 1.2rem;
margin: .8rem auto;
transition: transform ease-in-out .3s;
text-align: center;
}
.page .in-page-button a:hover, .header-signup-button:hover {
background-color: #00853c;
box-shadow: 0 0 0;
text-decoration: none;
transform: translateY(4px);
}
@media (min-width: 780px) {
.custom_header_content h1 {
font-size: 1.4rem;
margin: 0;
}
.custom_header_content h2 {
font-size: 3.5rem;;
margin: .5rem 0;
}
} .twocolimgtext {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 900px;
margin: 0 auto 0 auto;
padding: 2rem 1rem;
}
.twocolimgtext__img {
display: flex;
justify-content: center;
flex-basis: 100%;
}
.twocolimgtext__img img {
border-radius: 1rem;
max-width: 400px;
width: 100%;
}
.twocolimgtext__content {
flex-basis: 100%;
}
.twocolimgtext__content h2 {
margin-top: 0;
}
@media (min-width: 800px) {
.twocolimgtext {
justify-content: space-between;
padding: 3rem 0;
}
.twocolimgtext__img {
align-items: center;
flex-basis: calc(40% - .8rem);
}
.twocolimgtext__content {
flex-basis: calc(55% - .8rem);
padding: .5rem;
}
} .social_proof {
display: flex;
flex-wrap: wrap;
background-color: #eee;
justify-content: center;
padding: 1rem 0;
}
.social_proof h2 {
display: flex;
font-family: 'Lucida Bright';
justify-content: center;
margin: 0;
padding: 0 1rem;
text-align: center;
width: 100%;
max-width: 100%;
}
.social_proof_content {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 2rem;
max-width: 900px;
}
@media (min-width: 380px) {
.social_proof_content {
flex-wrap: nowrap;
}
.social_proof_item {
margin: 0 1rem; 
}
}
.social_proof_item {
display: flex;
flex-wrap: wrap;
font-size: .9rem;
justify-content: center;
text-align: center;
margin: 1rem 0;
}
.social_proof_item span {
color: #666;
font-size: 1.6rem;
font-weight: bold;
margin-bottom: .3rem;
display: block;
width: 100%;
}
.social_proof_item span i {
color: #00b854;
margin-right: .5rem;
}
@media (min-width: 780px) {
.social_proof {
padding: 2rem 0;
}
} .contact {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
padding: 2rem 0;
}
.contact a {
color:  #0098b3;
}
.contact h2 {  
flex-basis: 100%;
margin: 0;
text-align: center;
}
.contact h3 {  
flex-basis: 100%;
font-size: 1.2rem;
font-weight: normal;
margin: 0 0 2rem 0;
text-align: center;
}
.contact_content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 900px;
width: 90%;
}
.contact_card {
background-color: #FFF;
border-radius: 1rem;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
flex-basis: 100%;
margin: 1rem 0;
padding: 1rem 1.4rem;
text-align: center;
}
.contact_card_socials a {
font-size: 1.4rem;
margin: 0 1rem;
}
.contact_card_img {
color: #e9167c;
font-size: 5rem;
margin-bottom: 1rem;
}
.contact_card_text strong {
color: #666;
font-size: 1.6rem;
font-weight: bold;
}
@media (min-width: 780px) {
.contact {
margin: 0 auto;
padding: 3rem 0;
}
.contact_card {
flex-basis: 32%;
margin: 0;
}
.contact_content {
flex-wrap: nowrap;
}
} .cocktails {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0 1rem 1rem 1rem;
}
.cocktails h2 {
font-family: 'Lucida Bright';
font-size: 1.8rem;
}
.cocktails_container {
display: flex;
overflow-y: hidden;
overflow-x: auto;
margin-bottom: .8rem;
padding-bottom: .8rem;
max-width: fit-content;
position: relative;
margin-top: 1rem;
}
.cocktails_card {
margin-right: 1rem;
margin-bottom: 1rem;
min-width: 200px;
}
.cocktails_card a {
color: #000;
display: inline-block;
text-decoration: none;
transition: transform ease-in-out .3s;
}
.cocktails_card a:hover {
color: #000;
text-decoration: none;
transform: translateY(4px);
}
.cocktails_card h5 {
color: #666;
font-size: 1rem;
margin: .8rem 0;
}
.cocktails_card img {
border-radius: 1rem;
max-width: 100%;
}
.cocktails_link {
color: #0098b3 !important;
width: 100%;
text-align: center;
}
@media (min-width: 780px) { 
.cocktails {
padding: 2rem 1rem;
}
.cocktails h2 {
width: 100%;
text-align: center;
}
.cocktails_container {
flex-wrap: wrap;
overflow: hidden;
max-width: 900px;
}
.cocktails_card {
width: calc(25% - 1rem);
}
} .layout-post.rounded img {
border-radius: 100%;
height: 150px;
margin: 0 auto;
max-width: 150px;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}