/*
Theme Name: Twenty Twenty One Child
Theme URI: https://trading-strategien.com
Description: A child theme for Twenty Twenty One.
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.thumbs-rating-container .thumbs-rating-up {
	background-color: #ffc13b !important;
	border: none !important;
	color: #ffffff !important;
	padding: 7px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 19px;
	margin: 0px 4px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	width: 349px;
}

.thumbs-rating-container .thumbs-rating-down {
	background-color: #ff6e40 !important;
	border: none !important;
	color: #ffffff !important;
	padding: 7px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 19px;
	margin: 0px 4px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	width: 349px;
}

div[class*=box] {
	width: 100%; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-3 { background-color: #1e3d59; }

.btn {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 350px;
  cursor: pointer;
}


.btn-three {
  color: #FFF;
  transition: all 0.5s;
  position: relative;
}
.btn-three::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
}
.btn-three:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.btn-three::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}
.btn-three:hover::after {
  opacity: 1;
  transform: scale(1,1);
}

.wpforms-form button[type=submit] {
	background-color: #ff6e40 !important;
	color: #fff !important;
}
 
.wpforms-form button[type=submit]:hover {
	background-color: #ff6e40 !important;
}

div.wpforms-container-full .wpforms-form {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 310px !important;
}

.crp_related.crp-masonry ul {
	column-count: 2;
}

.crp_related.crp-masonry ul li {
    background: #f5f0e1;
}

.archive-title-prefix {
	font-size: 0 !important;
}

h1.page-title {
	font-size: 34px;
	text-align: center;
}

h1.entry-title {
	font-size: 24px;
	text-align: center;
}

.page-header {
	border-bottom: 1px solid var(--global--color-border);
	padding-bottom: calc(var(--global--spacing-vertical)*0.5);
}

.singular .entry-title {
	font-size: 34px;
}

.singular .entry-header {
	padding-bottom: calc(var(--global--spacing-vertical)*0.5);
	margin-bottom: calc(var(--global--spacing-vertical)*1.5);
}

.tw-blog-card .page-header {
  margin-bottom: calc(0 * var(--global--spacing-vertical)) !important;
}

.tw-blog-card .entry-content,
.tw-blog-card .entry-footer {
	position: relative !important;
	pointer-events: auto !important;
}

.tw-blog-card h2.entry-title {
	text-align: center;
}

.search-form .search-field {
    margin-right: 0px;
}

.site-footer > .site-info a:active, .site-footer > .site-info a:link, .site-footer > .site-info a:visited {
  color: #ffffff;
}

.powered-by {
	margin-left: auto !important;
	margin-right: auto !important;
}