/*
Theme Name: Eclas
Author: Anonymous
Author URI:
Version: 1
Description: Eclas New theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eclas
Tags: one-column, two-columns
Theme URI:
*/

a,
.description a:not([class]) {
	color: #77cdd6;
}

a.text-blue {
	color: #77cdd6 !important;
}

.news-card-title a {
	color: #000 !important;
}

.post-content-wrapper {
	position: relative;
}

.post-content-wrapper .play-button {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	z-index: 10;
	border: 1px solid #77cdd6;
	border-radius: 32px;
	background-color: #77cdd6;
	font-size: 24px;
}

.post-content-wrapper .play-button .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60%;
	height: 60%;
	transform: translate(-40%, -50%);
	fill: #fff;
}

.post-content-wrapper .play-button:hover {
	background-color: transparent;
}

#nav_menu-2 {
	margin-bottom: 25px;
}

#menu-footer-links {
	list-style: none;
	padding-top: 12px;
	padding-left: 0;
}

ul#menu-footer-links li {
	margin-bottom: 5px;
	padding-left: 12px;
	font-size: 14px;
}

ul#menu-footer-links li::before {
	display: none;
}

.footer-menu a, .menu-footer-links-container .menu a {
	transition: text-shadow .35s cubic-bezier(.3,.86,.36,.95);
	color: #f7f7f7;
}

.footer-menu a, .menu-footer-links-container .menu a:hover {
	text-shadow: -.06ex 0 currentColor,.06ex 0 currentColor;
}

.wpcf7-form button[type="submit"] {
    margin-top: 20px;
}

.slide-card .text.bordered {
    border: 1px solid #1c1c1c;
}

.twitter-tweet.twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto;
}

