@charset "UTF-8";

/*
Theme Name: Twenty Twenty One child
Author: Ciloo
Template: twentytwentyone
Version: 0.42
*/

html {
  scroll-behavior: smooth;
}

/* Some Colors... */
h2 {
	color: #ecba5c;
}

h3 {
	font-size: 1.7rem;
	color: #d1a24d;
	padding-left: 20px;
}

/* Some margines and spacings... */
.entry-content {
	padding-left: 20px;
	padding-right: 20px;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
	max-width: 720px;
}

.site-footer {
	display: none;
}

.widget-area {
	margin-top : 20px;
}

/* Some style */
.application-button a.wp-block-button__link {
	border-radius : 3px;
	transition: all .5s;
}

.application-button a.wp-block-button__link:hover {
	transition: all .5s;
	transform: scale(1.1);
}

/* Center testimony on small screen */
@media screen and (max-width: 768px) {
	.s-centered {
		text-align: center;
	}
}