/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

:where(.wp-block-columns) {
    margin-bottom: 1.5em;
	margin-top: 1.5em;
}
.has-base-2-columns {
    padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 5px;
}
summary {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding-top: 15px;
	padding-bottom: 15px;
    border-bottom: 1px solid #d5d8dc;
}
.elemen-toggle-content {
    padding-top: 15px;
}

ol, ul {
    margin: 0 0 1.5em 1.1em;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 5px;
	padding: 1rem 1rem;
}
.flex-wrap {
    justify-content: center;
}
.wp-block-image img {
    margin-bottom: 20px;
}
div.sticky_ads {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding-top: 10px;
  text-align: center;
}
.icon.icon-ggplay {
    background: url(https://ssstt.net/wp-content/uploads/2024/09/google-play-120x35.56.svg) center no-repeat;
	width: 120px;
    height: 35.56px;
	fill: currentColor;
    position: relative;
    display: inline-block;
}
.icon.app-store {
    background: url(https://ssstt.net/wp-content/uploads/2024/09/app-store-apple-120x35.57.svg) center no-repeat;
	width: 120px;
    height: 35.56px;
    display: inline-block;
}

.cta-lisa-ads {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 45%;
    right: 20px;
	z-index: 9999;
}
.cta-lisa-ads2 {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 65%;
    right: 20px;
	z-index: 9999;
}