/*
Theme Name: Fol
Theme URI: https://basework.studio
Author: Basework Studio
Author URI: https://basework.studio
Version: 2021.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: fol.com.tr
*/


.works-detail-head-categories ul li a {
	font-family: HelveticaNowDisplay-Regular;
	font-style: normal;
	font-weight: 400;
	color: #a4a4a4;
	font-size: 18px;
	line-height: 26px;
}

::-moz-selection {
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

.newsletter form {
	border-bottom: 1px solid #000;
}

.newsletter form .mc4wp-form-fields {
	width: 100%;
	display: flex;
}

.newsletter form input {
	border-bottom: none;
	width: 100%;
}

.mc4wp-response {
	display: none;
}

.works-detail-body-item .img-fluid {
	width: 100%;
}

.video-area {
	z-index: 99;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	footer .footer-widget-body-description.language a {
		bottom: 70px;
		z-index: 99;
	}
}