/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Child theme for Twenty Twenty-One.
Author: GloKey
Template: twentytwentyone
Version: 1.0.0
Requires at least: 5.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio
*/

/* Add your custom styles below. */
/**
 * Extends
 */

body {
 background-color: transparent;
}

.site-main > * {
    margin-top: 0px;
    margin-bottom: 0px;
}

.site-header, .site-main, .widget-area, .site-footer {
	padding: 0px;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Dotted underline on a clicked link (parent style.css:1589). */
.site a:focus:not(:focus-visible):not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration: none;
}


*:focus:not(:focus-visible),
*:focus:not(:focus-visible) img {
	outline: none;
}

/* Links go dotted on hover (parent style.css:1584); keep them solid. */
a:hover {
	text-decoration-style: solid;
}

.site .button, button, input[type=submit], input[type=reset], .wp-block-search .wp-block-search__button, .wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button {
	border-radius: 68px;
	border: 1px solid #FFF;
	background: #D1736D;
	padding: 12px 30px;
	color: #FFF;
	font-family: 'Manrope';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
	text-transform: uppercase;
}

.elementor-kit-12 button, .elementor-kit-12 input[type="button"], .elementor-kit-12 input[type="submit"], .elementor-kit-12 .elementor-button {
	background-image: none;
	background-color: transparent;
}

a, a.button:hover, a.button:visited {
	text-decoration: none!important;
}