/*!
Theme Name: BVC
Theme URI: http://underscores.me/
Author: Alex Samohin
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casting_directors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Casting Directors is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700;800&display=swap");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
optgroup {
	color: #2D2D2D;
	font-family: "Inter", sans-serif;
	font-size: 21px;
	line-height: 162%;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h1,
h2 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 51px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2D2D2D;
}

@media screen and (max-width: 1150px) {
	h1,
	h2 {
		font-size: 34px;
		line-height: 43px;
	}
}

@media screen and (max-width: 800px) {
	h1,
	h2 {
		font-size: 26px;
		line-height: 32px;
	}
}

h1.white,
h2.white {
	color: #FFFFFF;
}

h3 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2D2D2D;
}

@media screen and (max-width: 1150px) {
	h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width: 800px) {
	h3 {
		font-size: 22px;
		line-height: 28px;
	}
}

h1 {
	color: #000000;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	max-width: 100%;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f5f5f5;
}

.castingdirectors-container {
	max-width: 1400px;
	margin: 0 auto;
}

@media screen and (max-width: 1500px) {
	.castingdirectors-container {
		max-width: 100%;
		margin-right: 32px;
		margin-left: 32px;
	}
	.castingdirectors-container > .castingdirectors-section {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 1000px) {
	.castingdirectors-container {
		margin-right: 0;
		margin-left: 0;
	}
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #DD3E5E;
	transition: color .3s ease-in-out;
	text-decoration: underline;
}

a:visited {
	color: #DD3E5E;
}

a:hover, a:focus, a:active {
	color: #2D2D2D;
	transition: color .3s ease-in-out;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #DD3E5E;
	border: 1px solid #DD3E5E;
	color: #FFFFFF;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	cursor: pointer;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 0;
	display: flex;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: none;
	color: #DD3E5E;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

.castingdirectors-button a {
	background: #DD3E5E;
	border: 1px solid #DD3E5E;
	color: #FFFFFF;
	transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	cursor: pointer;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 0;
	display: flex;
}

.castingdirectors-button a:hover {
	background: #dc2e51;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

.castingdirectors-button.button-transparent a {
	background: none;
	border: 1px solid #DD3E5E;
	color: #DD3E5E;
}

.castingdirectors-button.button-transparent a:hover {
	background: #DD3E5E;
	color: #FFFFFF;
}

.castingdirectors-button.button-white a {
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.castingdirectors-button.button-white a:hover {
	background: #FFFFFF;
	color: #DD3E5E;
}

.castingdirectors-button.castingdirectors-button--margin-top {
	margin-top: 20px;
}

.menu-toggle {
	border: none;
	padding: 0;
	background: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	border: 1px solid #BDBDBD;
	padding: 8px 19px;
	color: #000000;
	font-size: 16px;
	line-height: 34px;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="range"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="month"].wpcf7-not-valid,
input[type="week"].wpcf7-not-valid,
input[type="time"].wpcf7-not-valid,
input[type="datetime"].wpcf7-not-valid,
input[type="datetime-local"].wpcf7-not-valid,
input[type="color"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: #DD3E5E;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: #828282;
}

input.wpcf7-not-valid::placeholder {
	color: #DD3E5E;
}

label {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
}

label span {
	color: #EB5757;
}

textarea {
	width: 100%;
}

.wpcf7-form-control label {
	position: relative;
	cursor: pointer;
}

.wpcf7-form-control input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	top: 6px;
}

.wpcf7-form-control input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	border-radius: 5px;
	height: 40px;
	width: 40px;
	top: 6px;
	border: 1px solid #BDBDBD;
	content: "";
	background: url("./assets/uncheck.svg") center center no-repeat;
}

.wpcf7-form-control input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "";
	border-radius: 100%;
	top: 18px;
	left: 9px;
	visibility: hidden;
	background: url("./assets/check.svg") center center no-repeat;
}

.wpcf7-form-control input[type=checkbox]:hover + span:before {
	background: url("./assets/check.svg") center center no-repeat;
	opacity: 0.2;
	border: 1px solid #000000f5;
}

.wpcf7-form-control input[type=checkbox]:checked + span:before {
	background: url("./assets/check.svg") center center no-repeat;
}

.wpcf7-form-control input[type=checkbox]:checked + span:after {
	visibility: visible;
}

.wpcf7-not-valid-tip {
	color: #DD3E5E;
	text-transform: none;
	font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
	border: none;
	padding: 0;
	color: #DD3E5E;
	width: 80%;
	margin: 15px auto 0 auto;
	text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #2D2D2D;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 781px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.site-footer {
	background: #f5f5f5;
}

.site-footer .top-footer, .site-footer .bottom-footer {
	padding-top: 81px;
	padding-bottom: 40px;
}

.site-footer .top-footer .top-footer-row, .site-footer .bottom-footer .top-footer-row {
	max-width: 1282px;
	display: flex;
	justify-content: space-between;
	padding-left: 118px;
}

@media screen and (max-width: 1450px) {
	.site-footer .top-footer .top-footer-row, .site-footer .bottom-footer .top-footer-row {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1000px) {
	.site-footer .top-footer .top-footer-row, .site-footer .bottom-footer .top-footer-row {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 781px) {
	.site-footer .top-footer .top-footer-row, .site-footer .bottom-footer .top-footer-row {
		flex-wrap: wrap;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 374px) {
	.site-footer .top-footer .top-footer-row, .site-footer .bottom-footer .top-footer-row {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.site-footer .top-footer .top-footer-row .top-footer-left-part, .site-footer .bottom-footer .top-footer-row .top-footer-left-part {
	display: flex;
}

@media screen and (max-width: 781px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part, .site-footer .bottom-footer .top-footer-row .top-footer-left-part {
		width: 100%;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 600px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part, .site-footer .bottom-footer .top-footer-row .top-footer-left-part {
		flex-wrap: wrap;
	}
}

.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-logo-col, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-logo-col {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	max-width: 335px;
	margin-right: 139px;
}

@media screen and (max-width: 1100px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-logo-col, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-logo-col {
		max-width: 270px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 880px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-logo-col, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-logo-col {
		max-width: 230px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 781px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-logo-col, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-logo-col {
		max-width: 295px;
	}
}

@media screen and (max-width: 600px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-logo-col, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-logo-col {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-logo-col .footer-logo, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-logo-col .footer-logo {
	display: flex;
	margin-bottom: 44px;
}

@media screen and (max-width: 880px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-logo-col .footer-logo, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-logo-col .footer-logo {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-logo-col .footer-logo, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-logo-col .footer-logo {
		margin-bottom: 30px;
	}
}

.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-logo-col .footer-deskr, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-logo-col .footer-deskr {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(15, 15, 15, 0.6);
}

.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu {
	display: flex;
	flex-flow: column wrap;
	max-height: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li {
	margin-bottom: 21px;
	margin-right: 45px;
}

@media screen and (max-width: 880px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li {
		margin-right: 20px;
	}
}

@media screen and (max-width: 781px) {
	.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li {
		margin-right: 45px;
	}
}

.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li a, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li a {
	display: flex;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #2D2D2D;
	text-decoration: none;
}

.site-footer .top-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li a:hover, .site-footer .bottom-footer .top-footer-row .top-footer-left-part .top-footer-menu-col .castingdirectors-footer-menu-wrapper .castingdirectors-footer-menu li a:hover {
	color: #DD3E5E;
}

@media screen and (max-width: 781px) {
	.site-footer .top-footer .top-footer-row .top-footer-right-part, .site-footer .bottom-footer .top-footer-row .top-footer-right-part {
		width: 100%;
	}
}

.site-footer .top-footer .top-footer-row .top-footer-right-part .socials-btns-row, .site-footer .bottom-footer .top-footer-row .top-footer-right-part .socials-btns-row {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 781px) {
	.site-footer .top-footer .top-footer-row .top-footer-right-part .socials-btns-row, .site-footer .bottom-footer .top-footer-row .top-footer-right-part .socials-btns-row {
		justify-content: space-between;
	}
}

.site-footer .top-footer .top-footer-row .top-footer-right-part .castingdirectors-button, .site-footer .bottom-footer .top-footer-row .top-footer-right-part .castingdirectors-button {
	margin-left: 60px;
}

@media screen and (max-width: 880px) {
	.site-footer .top-footer .top-footer-row .top-footer-right-part .castingdirectors-button, .site-footer .bottom-footer .top-footer-row .top-footer-right-part .castingdirectors-button {
		margin-left: 20px;
	}
}

.site-footer .top-footer .top-footer-row .top-footer-right-part .socials-btns, .site-footer .bottom-footer .top-footer-row .top-footer-right-part .socials-btns {
	display: flex;
}

.site-footer .top-footer .top-footer-row .top-footer-right-part .socials-btns .socials-btn, .site-footer .bottom-footer .top-footer-row .top-footer-right-part .socials-btns .socials-btn {
	display: flex;
}

.site-footer .top-footer .top-footer-row .top-footer-right-part .socials-btns .socials-btn svg path, .site-footer .bottom-footer .top-footer-row .top-footer-right-part .socials-btns .socials-btn svg path {
	transition: fill .3s ease-in-out, opacity .3s ease-in-out;
}

.site-footer .top-footer .top-footer-row .top-footer-right-part .socials-btns .socials-btn:hover svg path, .site-footer .bottom-footer .top-footer-row .top-footer-right-part .socials-btns .socials-btn:hover svg path {
	fill: #3CA1BE;
	opacity: 1;
	transition: fill .3s ease-in-out, opacity .3s ease-in-out;
}

.site-footer .top-footer .top-footer-row .top-footer-right-part .socials-btns .socials-btn:not(:last-child), .site-footer .bottom-footer .top-footer-row .top-footer-right-part .socials-btns .socials-btn:not(:last-child) {
	margin-right: 20px;
}

.site-footer .bottom-footer {
	border-top: 1px solid rgba(15, 15, 15, 0.1);
	padding-top: 8px;
	padding-bottom: 13px;
	font-size: 12px;
	line-height: 15px;
}

@media screen and (max-width: 475px) {
	.site-footer .bottom-footer {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}

.site-footer .bottom-footer .links-wrapper {
	display: flex;
}

@media screen and (max-width: 475px) {
	.site-footer .bottom-footer .links-wrapper {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 370px) {
	.site-footer .bottom-footer .links-wrapper {
		flex-wrap: wrap;
	}
	.site-footer .bottom-footer .links-wrapper a {
		margin: 5px 0;
	}
}

.site-footer .bottom-footer .links-wrapper a {
	color: #828282;
	font-size: 12px;
	line-height: 15px;
	display: flex;
}

.site-footer .bottom-footer .links-wrapper a:not(:last-child) {
	margin-right: 30px;
}

.site-footer .bottom-footer .links-wrapper a:hover {
	color: #DD3E5E;
}

@media screen and (max-width: 475px) {
	.site-footer .bottom-footer .links-wrapper a {
		font-size: 10px;
		line-height: 12px;
	}
	.site-footer .bottom-footer .links-wrapper a:not(:last-child) {
		margin-right: 20px;
	}
}

.header-wrapper {
	background: #FFFFFF;
}

.castingdirectors-header-wrapper {
	padding-left: 118px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1450px) {
	.castingdirectors-header-wrapper {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1000px) {
	.castingdirectors-header-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 781px) {
	.castingdirectors-header-wrapper {
		min-height: 60px;
	}
}

@media screen and (max-width: 425px) {
	.castingdirectors-header-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.castingdirectors-header-wrapper .main-navigation {
	display: flex;
	justify-content: flex-end;
}

.header-logo {
	display: flex;
	padding: 10px 0;
}

.castingdirectors-menu-wrapper ul li:not(:last-child) {
	margin-right: 40px;
}

@media screen and (max-width: 950px) {
	.castingdirectors-menu-wrapper ul li:not(:last-child) {
		margin-right: 20px;
	}
}

.menu-close {
	display: none;
}

.mobile-menu-opened .menu-close {
	display: block;
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 99;
	cursor: pointer;
}

@media screen and (max-width: 425px) {
	.mobile-menu-opened .menu-close {
		top: 25px;
		right: 20px;
	}
}

.mobile-menu-opened nav .castingdirectors-menu-wrapper {
	width: 100%;
	height: calc(100vh - 60px);
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 98;
	background: #FFFFFF;
	text-align: center;
}

.mobile-menu-opened nav .castingdirectors-menu-wrapper ul li {
	margin-bottom: 20px;
}

@media screen and (max-width: 759px) {
	.mobile-menu-opened nav .castingdirectors-menu-wrapper ul li {
		margin-bottom: 0;
	}
}

.mobile-menu-opened nav .castingdirectors-menu-wrapper ul li.current-menu-item a {
	border-color: #DD3E5E;
}

.mobile-menu-opened nav .castingdirectors-menu-wrapper ul li a {
	font-size: 16px;
	line-height: 19px;
	display: inline-block;
	width: auto;
	border-bottom: none;
	padding: 0;
	padding-left: 10px;
	border-left: 3px solid transparent;
}

.mobile-menu-opened nav .castingdirectors-menu-wrapper ul li a:hover {
	border-bottom: none;
	border-color: #DD3E5E;
}

.mobile-menu-opened .main-navigation .menu-toggle {
	display: none;
}

.mobile-menu-opened .language-switcher-mob {
	display: flex;
	justify-content: center;
	margin-top: 55px;
	margin-bottom: 60px;
}

.mobile-menu-opened .language-switcher-mob .language-switcher-btn a {
	color: #2D2D2D;
}

.mobile-menu-opened .language-switcher-mob .language-switcher-btn a:hover {
	color: #DD3E5E;
}

.mobile-menu-opened .language-switcher-mob .language-switcher-btn {
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
	font-size: 16px;
	line-height: 19px;
	cursor: pointer;
	transition: color .3s ease-in-out, border .3s ease-in-out;
	text-transform: uppercase;
	color: #2D2D2D;
}

.mobile-menu-opened .language-switcher-mob .language-switcher-btn.active, .mobile-menu-opened .language-switcher-mob .language-switcher-btn:hover {
	border-color: #DD3E5E;
	color: #DD3E5E;
	transition: color .3s ease-in-out, border .3s ease-in-out;
}

.mobile-menu-opened .language-switcher-mob .language-switcher-btn:not(:last-child) {
	margin-right: 19px;
}

.language-switcher-mob {
	display: none;
}

.castingdirectors-head-menu {
	margin: 0;
	display: flex;
	padding: 0;
	list-style: none;
}

.castingdirectors-head-menu li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	padding: 30px 0 27px 0;
	transition: border .3s ease-in-out, font-weight .3s ease-in-out, letter-spacing .3s ease-in-out;
	color: #2D2D2D;
}

.castingdirectors-head-menu li a:hover {
	color: #DD3E5E;
	border-bottom: 3px solid #DD3E5E;
	transition: border .3s ease-in-out, color .3s ease-in-out;
}

.castingdirectors-head-menu li.current-menu-item a {
	color: #DD3E5E;
	border-bottom: 3px solid #DD3E5E;
}

.main-navigation .menu-item-has-children ul.sub-menu {
	display: flex;
	flex-flow: column;
	width: max-content;
}

@media screen and (min-width: 760px) {
	.main-navigation .menu-item-has-children ul.sub-menu {
		padding: 10px 0;
		border-radius: 10px;
		background: #fcfcfc;
		border: none;
		margin: 0;
		z-index: 99999;
		right: 0;
		min-width: 150px;
	}
}

.main-navigation .menu-item-has-children li:not(:last-child) {
	margin-right: 0;
}

.main-navigation .menu-item-has-children li a {
	padding: 5px 15px;
	display: flex;
}

@media screen and (max-width: 759px) {
	.main-navigation ul li {
		margin: 0;
		padding: 5px 0;
	}
	.main-navigation .menu-item-has-children ul.sub-menu {
		position: static;
		float: none;
		margin: 0;
		padding: 0;
	}
	.mobile-menu-opened nav .castingdirectors-menu-wrapper ul.sub-menu li a {
		padding: 5px 0 0 15px;
		font-size: 18px;
		line-height: 22px;
	}
	.mobile-menu-opened nav .castingdirectors-menu-wrapper ul li {
		margin: 0;
		margin-bottom: 30px;
		padding: 0;
	}
	.mobile-menu-opened nav .castingdirectors-menu-wrapper ul.sub-menu li {
		margin-bottom: 0;
	}
}

.castingdirectors-header-right-part {
	display: flex;
	align-items: center;
}

.language-switcher {
	position: relative;
	margin-left: 120px;
}

@media screen and (max-width: 1000px) {
	.language-switcher {
		margin-left: 50px;
	}
}

@media screen and (max-width: 820px) {
	.language-switcher {
		margin-left: 20px;
	}
}

@media screen and (max-width: 781px) {
	.language-switcher {
		display: none;
	}
}

.language-switcher:hover .language-switcher-content {
	display: block;
}

.language-switcher .language-switcher-btn {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 19px;
	padding: 5px;
	cursor: pointer;
	text-transform: uppercase;
	width: 47px;
}

.language-switcher .language-switcher-btn svg {
	margin-left: 4px;
}

.language-switcher .language-switcher-content {
	display: none;
	position: absolute;
	top: 29px;
	left: -1px;
	width: 49px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.language-switcher .language-switcher-content li {
	padding: 5px;
	cursor: pointer;
	transition: color .3s ease-in-out;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
}

.language-switcher .language-switcher-content li a {
	color: #2D2D2D;
	display: flex;
	text-decoration: none;
}

.language-switcher {
	border: 1px solid transparent;
}

.language-switcher .language-switcher-content li {
	background: transparent;
}

.language-switcher .language-switcher-content li {
	border: 1px solid transparent;
}

.language-switcher:hover {
	border: 1px solid #E0E0E0;
	background: #F5F5F5;
	border-radius: 4px 4px 0 0;
}

.language-switcher:hover .language-switcher-content li {
	border: 1px solid #E0E0E0;
	background: #F5F5F5;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.language-switcher .language-switcher-content li:hover {
	background: #FFFFFF;
}

.language-switcher .language-switcher-content li:hover a {
	color: #DD3E5E;
	text-decoration: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
}

.wp-block-columns, .wp-block-image {
	margin-bottom: 0;
}

.wp-block-image img {
	display: flex;
}

.show-on-mobile {
	display: none !important;
}

@media screen and (max-width: 550px) {
	.show-on-mobile {
		display: flex !important;
	}
}

@media screen and (max-width: 550px) {
	.hide-on-mobile {
		display: none;
	}
}

.section-with-shadow {
	background: #FFFFFF;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.section-with-shadow.about-section {
	padding: 140px 118px 80px 118px;
	background: transparent;
	box-shadow: none;
}

@media screen and (max-width: 1450px) {
	.section-with-shadow.about-section {
		padding: 100px 50px 80px 50px;
	}
}

@media screen and (max-width: 1000px) {
	.section-with-shadow.about-section {
		padding: 80px 25px 80px 25px;
	}
}

@media screen and (max-width: 425px) {
	.section-with-shadow.about-section {
		padding: 100px 20px 100px 20px;
	}
}

.castingdirectors-section {
	padding-left: 118px;
	padding-right: 118px;
}

@media screen and (max-width: 1450px) {
	.castingdirectors-section {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 1000px) {
	.castingdirectors-section {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 425px) {
	.castingdirectors-section {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.about-section .about-section-title {
	margin-bottom: 20px;
}

.about-section .about-columns.wp-block-columns {
	gap: 0;
}

@media screen and (max-width: 781px) {
	.about-section .about-columns.wp-block-columns .about-column-img img {
		margin: 0 auto;
	}
}

.about-section .about-columns.wp-block-columns .about-column-text {
	margin-left: 138px;
}

@media screen and (max-width: 1300px) {
	.about-section .about-columns.wp-block-columns .about-column-text {
		margin-left: 50px;
	}
}

@media screen and (max-width: 1000px) {
	.about-section .about-columns.wp-block-columns .about-column-text {
		margin-left: 20px;
	}
}

@media screen and (max-width: 781px) {
	.about-section .about-columns.wp-block-columns .about-column-text {
		margin-left: 0;
		margin-top: 60px;
	}
}

.section-deskr {
	color: rgba(15, 15, 15, 0.6);
	margin-top: 20px;
	margin-bottom: 30px;
}

.section-deskr.section-deskr--black {
	color: #2D2D2D;
}

@media screen and (max-width: 600px) {
	.section-deskr {
		font-size: 16px;
		line-height: 26px;
	}
}

.home-top-section {
	padding: 0 118px 60px 118px;
}

@media screen and (max-width: 1450px) {
	.home-top-section {
		padding: 0 50px 60px 50px;
	}
}

@media screen and (max-width: 1250px) {
	.home-top-section {
		padding: 0 50px 60px 50px;
	}
}

@media screen and (max-width: 1000px) {
	.home-top-section {
		padding: 0 25px 60px 25px;
	}
}

@media screen and (max-width: 781px) {
	.home-top-section {
		padding: 40px 20px 0 20px;
	}
}

.home-top-section .home-top-columns.wp-block-columns {
	gap: 0;
}

@media screen and (min-width: 781px) {
	.home-top-section .home-top-columns.wp-block-columns .top-column-img .home-top-img {
		display: none;
	}
}

.home-top-section .home-top-columns.wp-block-columns .top-column-img .home-top-img figure {
	margin: 0;
}

@media screen and (max-width: 425px) {
	.home-top-section .home-top-columns.wp-block-columns .top-column-img .home-top-img img {
		max-height: 232px;
		object-fit: cover;
	}
}

@media screen and (max-width: 781px) {
	.home-top-section .home-top-columns.wp-block-columns .top-column-img {
		order: 0;
		margin-bottom: 40px;
	}
	.home-top-section .home-top-columns.wp-block-columns .top-column-img .wp-block-image figure {
		width: 100%;
	}
	.home-top-section .home-top-columns.wp-block-columns .top-column-img .wp-block-image figure img {
		margin: 0 auto;
	}
}

.home-top-section .home-top-columns.wp-block-columns .top-column-text {
	padding-top: 103px;
}

@media screen and (max-width: 1440px) {
	.home-top-section .home-top-columns.wp-block-columns .top-column-text {
		padding-top: 80px;
	}
}

@media screen and (max-width: 1000px) {
	.home-top-section .home-top-columns.wp-block-columns .top-column-text {
		padding-top: 60px;
	}
}

@media screen and (max-width: 781px) {
	.home-top-section .home-top-columns.wp-block-columns .top-column-text {
		order: 1;
		padding-top: 0;
	}
}

.goal-section {
	padding-top: 80px;
	margin-bottom: 80px;
}

.goal-section .about-section-title {
	margin-bottom: 60px;
}

.goal-section .goal-columns {
	gap: 116px;
}

@media screen and (max-width: 1200px) {
	.goal-section .goal-columns {
		gap: 25px;
	}
}

@media screen and (max-width: 950px) {
	.goal-section .goal-columns {
		flex-wrap: wrap !important;
	}
	.goal-section .goal-columns .wp-block-column {
		flex-basis: 48% !important;
	}
	.goal-section .goal-columns .wp-block-column:not(:last-child) {
		margin-bottom: 80px;
	}
}

.goal-section .goal-columns .goal-wrapper {
	background: #3CA1BE;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 150px;
}

.goal-section .goal-columns .goal-wrapper img {
	border-radius: 0;
}

.goal-section .goal-columns .goal-title {
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 50px;
	max-width: 294px;
}

.goal-section .goal-columns .goal-deskr {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	max-width: 294px;
}

.last-news-section {
	background: #FFFFFF;
	color: #2D2D2D;
	padding-top: 80px;
	padding-bottom: 80px;
}

.last-news-section .pop-up-card {
	color: #2D2D2D;
}

@media screen and (max-width: 550px) {
	.last-news-section .castingdirectors-button.show-on-mobile {
		margin-top: 70px;
	}
}

@media screen and (max-width: 550px) {
	.last-news-section {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 425px) {
	.last-news-section {
		padding-top: 80px;
	}
}

.last-news-section .last-news-title-col {
	margin-bottom: 80px;
}

@media screen and (max-width: 550px) {
	.last-news-section .last-news-title-col {
		margin-bottom: 60px;
	}
}

.last-news-section .slick-dots {
	margin-bottom: -50px;
}

@media screen and (max-width: 800px) {
	.last-news-section .slick-dots {
		margin-bottom: -40px;
	}
}

@media screen and (max-width: 500px) {
	.last-news-section .slick-dots {
		margin-bottom: 10px;
	}
}

.last-news-section .slick-dots li button:before {
	background: #FFFFFF;
	transition: background .3s ease-in-out;
	width: 20px;
	height: 4px;
	top: 8px;
	content: "";
	opacity: 0.4;
}

.last-news-section .slick-dots li.slick-active button:before {
	background: #FFFFFF;
	opacity: 1;
}

.last-news-section .slick-dots li button:hover:before,
.last-news-section .slick-dots li button:focus:before {
	background: #FFFFFF;
	opacity: 0.4;
}

.last-news-section .latest-news-slider-wrapper {
	max-width: 1440px;
	margin: auto;
}

.last-news-section .latest-news-slider-wrapper .slick-slide {
	margin: 24px 10px 0 10px;
}

@media screen and (max-width: 800px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide {
		margin: 24px 5px 0 5px;
	}
}

@media screen and (max-width: 475px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide {
		margin-top: 0;
	}
}

.last-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
	height: 255px;
	transition: height .3s ease-in-out;
}

@media screen and (max-width: 800px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
		height: 205px;
	}
}

@media screen and (max-width: 500px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
		height: 155px;
	}
}

@media screen and (max-width: 475px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
		height: 200px;
	}
}

.last-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item-title {
	display: none;
}

.last-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active {
	margin-top: 0;
}

.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active > div {
	position: relative;
}

.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title {
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 330px;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title {
		top: 280px;
	}
}

@media screen and (max-width: 500px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title {
		top: 230px;
	}
}

.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color .3s ease-in-out;
	display: flex;
	justify-content: center;
}

.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title a:hover {
	color: #2D2D2D;
	transition: color .3s ease-in-out;
}

.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item {
	height: 385px;
}

.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item .latest-news-slider-item-inner {
	height: 300px;
	transition: height .3s ease-in-out;
}

@media screen and (max-width: 800px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item .latest-news-slider-item-inner {
		height: 250px;
	}
}

@media screen and (max-width: 500px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item .latest-news-slider-item-inner {
		height: 200px;
	}
}

@media screen and (max-width: 500px) {
	.last-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item {
		height: 350px;
	}
}

.about-top-section {
	margin-bottom: 120px;
}

@media screen and (max-width: 425px) {
	.about-top-section {
		margin-bottom: 0;
		margin-top: 76px;
	}
}

@media screen and (max-width: 425px) {
	.about-top-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__background-holder > .wp-block-getwid-section__background {
		background-image: url("./assets/about-g-mob.png") !important;
	}
}

.about-top-section h1 {
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 800px) {
	.about-top-section h1 {
		font-size: 34px;
		line-height: 41px;
	}
}

.about-top-section .castingdirectors-section {
	padding-bottom: 125px;
	padding-top: 124px;
}

@media screen and (max-width: 425px) {
	.about-top-section .castingdirectors-section {
		padding-bottom: 106px;
		padding-top: 107px;
	}
}

.about-top-section .castingdirectors-section h1 {
	text-align: center;
}

.history-section {
	padding-top: 80px;
	padding-bottom: 100px;
	margin-bottom: 120px;
}

@media screen and (max-width: 425px) {
	.history-section {
		padding-bottom: 80px;
		margin-bottom: 100px;
	}
}

.history-section h2 {
	margin-bottom: 60px;
}

@media screen and (max-width: 425px) {
	.history-section h2 {
		margin-bottom: 20px;
	}
}

.castingdirectors-section-deskr {
	max-width: 928px;
	margin: 0;
	margin-bottom: 30px;
	padding-left: 120px;
}

.castingdirectors-section-deskr.castingdirectors-section-deskr--last {
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	.castingdirectors-section-deskr {
		padding-left: 70px;
	}
}

@media screen and (max-width: 1000px) {
	.castingdirectors-section-deskr {
		padding-left: 50px;
	}
}

@media screen and (max-width: 750px) {
	.castingdirectors-section-deskr {
		padding-left: 0;
	}
}

@media screen and (max-width: 425px) {
	.castingdirectors-section-deskr {
		font-size: 16px;
		line-height: 26px;
	}
}

.more-about-section {
	margin-bottom: 120px;
}

.more-about-section h2 {
	margin-bottom: 80px;
}

@media screen and (max-width: 425px) {
	.more-about-section h2 {
		margin-bottom: 60px;
	}
}

.more-about-section .more-about-columns {
	gap: 80px;
}

@media screen and (max-width: 1300px) {
	.more-about-section .more-about-columns {
		gap: 50px;
	}
}

@media screen and (max-width: 1000px) {
	.more-about-section .more-about-columns {
		gap: 20px;
	}
}

@media screen and (max-width: 425px) {
	.more-about-section .more-about-columns {
		gap: 0;
	}
}

.more-about-section .more-about-columns .more-about-img {
	margin-bottom: 60px;
}

@media screen and (max-width: 781px) {
	.more-about-section .more-about-columns .more-about-img img {
		margin: 0 auto;
	}
}

.more-about-section .more-about-columns .more-about-deskr {
	margin: 0;
	color: rgba(15, 15, 15, 0.6);
}

@media screen and (max-width: 425px) {
	.more-about-section .more-about-columns .more-about-deskr {
		font-size: 16px;
		line-height: 26px;
	}
}

.input-wrapper input {
	max-width: 453px;
	background: transparent;
}

.privacy-section {
	padding-top: 103px;
	margin-bottom: 131px;
}

@media screen and (max-width: 425px) {
	.privacy-section {
		padding-top: 76px;
		margin-bottom: 120px;
	}
}

.privacy-section h1 {
	margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
	.privacy-section h1 {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 425px) {
	.privacy-section h1 {
		margin-bottom: 40px;
	}
}

.contact-section, .join-section {
	padding-top: 103px;
	margin-bottom: 131px;
}

@media screen and (max-width: 425px) {
	.contact-section, .join-section {
		padding-top: 76px;
		margin-bottom: 120px;
	}
}

.contact-section label, .join-section label {
	padding-left: 19px;
}

.contact-section .agree-text, .join-section .agree-text {
	padding-left: 60px;
	font-size: 16px;
	line-height: 26px;
	color: #2D2D2D;
	font-weight: 400;
	text-transform: none;
}

.contact-section .wpcf7-list-item, .join-section .wpcf7-list-item {
	margin-left: 0;
}

.contact-section .agree-wrapper, .join-section .agree-wrapper {
	background: #F2F2F2;
}

.contact-section .agree-wrapper p, .join-section .agree-wrapper p {
	margin: 0;
}

.contact-section .agree-wrapper label, .join-section .agree-wrapper label {
	padding-left: 0;
	margin-bottom: 14px;
}

.contact-section .agree-wrapper .privacy-policy, .join-section .agree-wrapper .privacy-policy {
	margin-left: 60px;
	display: flex;
	margin-top: 20px;
	line-height: 15px;
	font-weight: 400;
	color: #2D2D2D;
	text-transform: none;
	transition: text-decoration .3s ease-in-out;
}

.contact-section .agree-wrapper .privacy-policy:hover, .join-section .agree-wrapper .privacy-policy:hover {
	text-decoration: none;
	transition: text-decoration .3s ease-in-out;
}

.contact-section .button-wrapper, .join-section .button-wrapper {
	position: relative;
	margin-left: 156px;
}

@media screen and (max-width: 1200px) {
	.contact-section .button-wrapper, .join-section .button-wrapper {
		margin-left: 90px;
	}
}

@media screen and (max-width: 600px) {
	.contact-section .button-wrapper, .join-section .button-wrapper {
		margin-left: 20px;
	}
}

.contact-section .button-wrapper .wpcf7-spinner, .join-section .button-wrapper .wpcf7-spinner {
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
}

.contact-section .contact-columns, .join-section .contact-columns {
	gap: 0;
}

.contact-section .contact-columns .contact-table-column, .join-section .contact-columns .contact-table-column {
	background: #FFFFFF;
	padding: 85px 0 49px 0;
}

@media screen and (max-width: 781px) {
	.contact-section .contact-columns .contact-table-column, .join-section .contact-columns .contact-table-column {
		max-width: 585px;
		margin-top: 40px;
	}
}

@media screen and (max-width: 600px) {
	.contact-section .contact-columns .contact-table-column, .join-section .contact-columns .contact-table-column {
		padding: 60px 40px 40px 40px;
	}
}

@media screen and (max-width: 425px) {
	.contact-section .contact-columns .contact-table-column, .join-section .contact-columns .contact-table-column {
		padding: 60px 20px 40px 20px;
	}
}

.contact-section .contact-column-text, .join-section .contact-column-text {
	padding-top: 80px;
	padding-left: 70px;
}

@media screen and (max-width: 1300px) {
	.contact-section .contact-column-text, .join-section .contact-column-text {
		padding-left: 35px;
	}
}

@media screen and (max-width: 781px) {
	.contact-section .contact-column-text, .join-section .contact-column-text {
		padding-top: 60px;
	}
}

@media screen and (max-width: 425px) {
	.contact-section .contact-column-text, .join-section .contact-column-text {
		padding-left: 20px;
	}
}

.contact-section .contact-column-text .contact-title, .join-section .contact-column-text .contact-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.contact-section .contact-column-text .contact-link, .join-section .contact-column-text .contact-link {
	margin: 0;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 19px;
}

.contact-section .input-wrapper--file, .join-section .input-wrapper--file {
	display: flex;
	flex-flow: column;
}

.contact-section .input-wrapper--file .input-file-deskr, .join-section .input-wrapper--file .input-file-deskr {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #828282;
	max-width: 315px;
	margin-left: 19px;
}

.contact-section .input-wrapper--file input[type="file"], .join-section .input-wrapper--file input[type="file"] {
	display: none;
}

.contact-section .input-wrapper--file .custom-file-upload, .join-section .input-wrapper--file .custom-file-upload {
	border: 1px solid #DD3E5E;
	display: inline-block;
	padding: 10px 30px;
	cursor: pointer;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #DD3E5E;
	max-width: 165px;
	margin-left: 19px;
	margin-bottom: 0;
}

.contact-section .input-wrapper--file label, .join-section .input-wrapper--file label {
	margin-bottom: 10px;
}

.contact-section .input-wrapper--file.input-wrapper--file--no-pading, .join-section .input-wrapper--file.input-wrapper--file--no-pading {
	margin-bottom: 30px;
}

.contact-section .input-wrapper--file.input-wrapper--file--no-pading > label, .join-section .input-wrapper--file.input-wrapper--file--no-pading > label {
	padding-left: 0;
}

.contact-section .input-wrapper--file.input-wrapper--file--no-pading .custom-file-upload, .join-section .input-wrapper--file.input-wrapper--file--no-pading .custom-file-upload {
	margin-left: 0;
	padding: 10px 30px;
}

.contact-section .input-wrapper {
	margin-left: 138px;
	margin-right: 99px;
	margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
	.contact-section .input-wrapper {
		margin-left: 70px;
		margin-right: 70px;
	}
}

@media screen and (max-width: 600px) {
	.contact-section .input-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}

.contact-section .agree-wrapper {
	margin: 40px 81px 40px 116px;
	padding: 30px 60px 30px 40px;
}

@media screen and (max-width: 1200px) {
	.contact-section .agree-wrapper {
		margin-left: 70px;
		margin-right: 70px;
		padding: 30px 20px 30px 20px;
	}
}

@media screen and (max-width: 600px) {
	.contact-section .agree-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 781px) {
	.join-section .join-columns {
		gap: 60px;
	}
}

.join-section .section-deskr {
	max-width: 454px;
	margin-bottom: 50px;
}

@media screen and (max-width: 781px) {
	.join-section .section-deskr {
		margin-bottom: 36px;
	}
}

.join-section .join-form-star-text {
	display: flex;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
}

.join-section .join-form-star-text .star {
	display: flex;
	margin-right: 20px;
	color: #EB5757;
}

.join-section .button-wrapper {
	margin-left: 19px;
}

.join-section .agree-wrapper {
	padding-left: 19px;
	margin-bottom: 40px;
	background: transparent;
	display: flex;
	flex-flow: column;
	max-width: 453px;
}

.join-section .data-consent-wrapper {
	background: #FFFFFF;
	padding: 30px 19px;
}

.join-section .join-form-deskr {
	padding-left: 19px;
	max-width: 415px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}

.join-section .input-wrapper {
	margin-bottom: 10px;
	display: flex;
	flex-flow: column;
}

.join-section .input-wrapper label {
	margin-bottom: 10px;
	max-width: 415px;
}

.join-section .input-wrapper input {
	margin-bottom: 20px;
}

.team-section {
	margin-bottom: 120px;
}

@media screen and (max-width: 425px) {
	.team-section {
		margin-bottom: 100px;
	}
}

.team-section .team-columns {
	margin-top: 80px;
	gap: 20px;
	flex-wrap: wrap !important;
}

@media screen and (max-width: 425px) {
	.team-section .team-columns {
		margin-top: 60px;
	}
}

@media screen and (max-width: 900px) {
	.team-section .team-columns .wp-block-column {
		flex-basis: 30% !important;
		margin-bottom: 10px;
		max-width: 30%;
	}
}

@media screen and (max-width: 700px) {
	.team-section .team-columns .wp-block-column {
		flex-basis: 47% !important;
		max-width: 47%;
	}
}

@media screen and (max-width: 400px) {
	.team-section .team-columns .wp-block-column {
		flex-basis: 46% !important;
		max-width: 46%;
	}
}

.team-section .team-name {
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
	.team-section .team-name {
		margin-top: 20px;
		font-size: 16px;
		line-height: 19px;
	}
}

.team-section .team-position {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}

@media screen and (max-width: 700px) {
	.team-section .team-position {
		font-size: 13px;
		line-height: 21px;
	}
}

.gallery-section-wrapper {
	margin: 0 auto;
	max-width: 1420px;
}

.gallery-section-wrapper .slick-slide {
	margin: 0 10px;
}

@media screen and (max-width: 425px) {
	.gallery-section-wrapper .slick-slide {
		margin: 0 5px;
	}
}

.gallery-section-wrapper .slick-dots {
	bottom: -60px;
}

.slick-dots li {
	width: 20px;
	height: 14px;
}

.slick-dots li button {
	padding: 5px 0;
}

.slick-dots li button:before {
	background: transparent;
	border: 1px solid #DD3E5E;
	box-sizing: border-box;
	transition: background .3s ease-in-out;
	width: 10px;
	height: 10px;
	top: 8px;
	content: "";
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	background: #DD3E5E;
	opacity: 1;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	background: #DD3E5E;
	transition: background .3s ease-in-out;
}

.gallery-section {
	margin-bottom: 135px;
}

@media screen and (max-width: 425px) {
	.gallery-section {
		margin-bottom: 115px;
	}
}

.gallery-section h2 {
	margin: 0;
	margin-bottom: 80px;
}

@media screen and (max-width: 425px) {
	.gallery-section h2 {
		margin-bottom: 60px;
	}
}

.last-news-section .slick-initialized .slick-slide {
	opacity: 0.3;
	transition: opacity ease-in-out;
}

.last-news-section .slick-initialized .slick-slide.slick-current.slick-active {
	opacity: 1;
	transition: opacity ease-in-out;
}

.member-top-section {
	padding-top: 140px;
	padding-bottom: 80px;
	background: #FFFFFF;
}

@media screen and (max-width: 425px) {
	.member-top-section {
		padding-top: 76px;
		padding-bottom: 40px;
	}
}

.member-top-section .member-top-columns {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 600px) {
	.member-top-section .member-top-columns {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.member-top-section .member-top-column--left {
	width: 618px;
	display: flex;
}

@media screen and (max-width: 990px) {
	.member-top-section .member-top-column--left {
		flex-wrap: wrap;
		max-width: 350px;
		justify-content: center;
		text-align: center;
		width: 40%;
	}
}

@media screen and (max-width: 600px) {
	.member-top-section .member-top-column--left {
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
		justify-content: flex-start;
	}
}

.member-top-section .member-photo {
	display: flex;
	margin-right: 60px;
	flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
	.member-top-section .member-photo {
		margin-right: 20px;
	}
}

@media screen and (max-width: 990px) {
	.member-top-section .member-photo {
		margin-right: 0;
	}
}

@media screen and (max-width: 600px) {
	.member-top-section .member-photo {
		justify-content: space-between;
		width: 100%;
		margin-bottom: 10px;
	}
}

.member-top-section .member-photo img {
	display: flex;
	width: 295px;
	height: 295px;
	border-radius: 50%;
	object-fit: cover;
}

@media screen and (max-width: 1200px) {
	.member-top-section .member-photo img {
		width: 240px;
		height: 240px;
	}
}

@media screen and (max-width: 375px) {
	.member-top-section .member-photo img {
		width: 200px;
		height: 200px;
	}
}

.member-top-section .member-name {
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 41px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #000000;
	margin-top: 35px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
	.member-top-section .member-name {
		font-size: 30px;
		line-height: 37px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 990px) {
	.member-top-section .member-name {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px) {
	.member-top-section .member-name {
		font-size: 26px;
		line-height: 32px;
		text-align: left;
	}
}

.member-top-section .member-country {
	color: #000000;
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
	.member-top-section .member-country {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.member-top-section .member-country {
		margin-bottom: 0;
		text-align: left;
	}
}

.member-top-section .member-socials {
	display: flex;
}

@media screen and (max-width: 990px) {
	.member-top-section .member-socials {
		justify-content: center;
	}
}

.member-top-section .member-socials .member-social-link {
	display: flex;
}

.member-top-section .member-socials .member-social-link img {
	display: flex;
	width: 30px;
	height: 30px;
}

.member-top-section .member-socials .member-social-link:not(:last-child) {
	margin-right: 20px;
}

.member-top-section .member-socials--mob {
	display: none;
}

@media screen and (max-width: 600px) {
	.member-top-section .member-socials--mob {
		display: flex;
		flex-flow: column;
	}
	.member-top-section .member-socials--mob .member-social-link {
		display: flex;
	}
	.member-top-section .member-socials--mob .member-social-link:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.member-top-section .member-top-column--right {
	width: 454px;
}

@media screen and (max-width: 990px) {
	.member-top-section .member-top-column--right {
		width: 55%;
	}
}

@media screen and (max-width: 600px) {
	.member-top-section .member-top-column--right {
		width: 100%;
		max-width: 100%;
	}
}

.member-top-section .member-top-column--right .member-contact {
	background: #3CA1BE;
	color: #FFFFFF;
	padding: 35px 80px 36px 80px;
	text-align: right;
}

@media screen and (max-width: 1200px) {
	.member-top-section .member-top-column--right .member-contact {
		padding: 35px 40px 36px 60px;
	}
}

.member-top-section .member-contact-wrapper:not(:last-child) {
	margin-bottom: 40px;
}

.member-top-section .member-contact-heading {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.member-top-section .member-contact-link {
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	text-decoration-line: underline;
	transition: all .3s ease-in-out;
	color: #FFFFFF;
}

.member-top-section .member-contact-link:hover {
	color: #FFFFFF;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.member-information-section {
	margin-top: 80px;
	margin-bottom: 120px;
}

.member-information-section .member-information-title {
	margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
	.member-information-section .member-information-title {
		margin-bottom: 60px;
	}
}

.member-information-section .member-information-table {
	padding-left: 115px;
}

@media screen and (max-width: 1200px) {
	.member-information-section .member-information-table {
		padding-left: 70px;
	}
}

@media screen and (max-width: 1000px) {
	.member-information-section .member-information-table {
		padding-left: 50px;
	}
}

@media screen and (max-width: 750px) {
	.member-information-section .member-information-table {
		padding-left: 0;
	}
}

.member-information-section .member-information-row {
	display: flex;
}

@media screen and (max-width: 600px) {
	.member-information-section .member-information-row {
		flex-wrap: wrap;
	}
}

.member-information-section .member-information-row:not(:last-child) {
	padding-bottom: 30px;
	border-bottom: 1px solid #BDBDBD;
}

.member-information-section .member-information-row:not(:first-child) {
	padding-top: 30px;
}

.member-information-section .member-information-row .member-information-row-title {
	display: flex;
	flex-shrink: 0;
	width: 217px;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	color: #000000;
	margin-right: 20px;
}

@media screen and (max-width: 600px) {
	.member-information-section .member-information-row .member-information-row-title {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.member-information-section .member-information-row .member-information-row-deskr {
	width: calc(100% - 237px);
	font-size: 16px;
	line-height: 26px;
}

.member-information-section .member-information-row .member-information-row-deskr ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 600px) {
	.member-information-section .member-information-row .member-information-row-deskr {
		width: 100%;
	}
}

.casting-directors-breadcrumbs {
	padding-left: 118px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #2D2D2D;
}

.casting-directors-breadcrumbs > span {
	position: absolute;
	top: 115px;
	z-index: 2;
}

@media screen and (max-width: 425px) {
	.casting-directors-breadcrumbs > span {
		top: 105px;
	}
}

@media screen and (max-width: 1450px) {
	.casting-directors-breadcrumbs {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1000px) {
	.casting-directors-breadcrumbs {
		padding-left: 25px;
	}
}

@media screen and (max-width: 425px) {
	.casting-directors-breadcrumbs {
		padding-left: 20px;
	}
}

.casting-directors-breadcrumbs.is_for_about, .casting-directors-breadcrumbs.is_for_news {
	color: #FFFFFF;
}

@media screen and (max-width: 425px) {
	.casting-directors-breadcrumbs.is_for_about, .casting-directors-breadcrumbs.is_for_news {
		color: #2D2D2D;
	}
}

.casting-directors-breadcrumbs.is_for_about a, .casting-directors-breadcrumbs.is_for_news a {
	color: #FFFFFF;
}

@media screen and (max-width: 425px) {
	.casting-directors-breadcrumbs.is_for_about a, .casting-directors-breadcrumbs.is_for_news a {
		color: #2D2D2D;
	}
}

.casting-directors-breadcrumbs.is_for_about a:hover, .casting-directors-breadcrumbs.is_for_news a:hover {
	color: #2D2D2D;
}

@media screen and (max-width: 425px) {
	.casting-directors-breadcrumbs.is_for_about a:hover, .casting-directors-breadcrumbs.is_for_news a:hover {
		color: #DD3E5E;
	}
}

.casting-directors-breadcrumbs a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #2D2D2D;
}

.casting-directors-breadcrumbs a:hover {
	color: #DD3E5E;
}

.news-top-section {
	background: url("./assets/news-g.png") center center no-repeat;
	background-size: cover;
	padding: 124px 0 125px 0;
	margin-bottom: 64px;
}

@media screen and (max-width: 425px) {
	.news-top-section {
		margin-top: 76px;
		background: url("./assets/news-g-mob.png") center center no-repeat;
		padding: 106px 0 107px 0;
	}
}

.news-top-section h1 {
	text-align: center;
}

.members {
	margin-top: 140px;
	margin-bottom: 120px;
}

@media screen and (max-width: 600px) {
	.members {
		margin-top: 76px;
	}
}

.members h1 {
	margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
	.members h1 {
		margin-bottom: 60px;
	}
}

.members-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.members-wrapper .members-item {
	display: block;
	width: calc(33.3% - 10px);
	flex-basis: calc(33.3% - 10px);
	max-width: 378px;
	margin-bottom: 25px;
	background: #FFFFFF;
	padding: 20px;
}

@media screen and (max-width: 950px) {
	.members-wrapper .members-item {
		width: calc(50% - 15px);
		flex-basis: calc(50% - 10px);
	}
}

@media screen and (max-width: 600px) {
	.members-wrapper .members-item {
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 5px;
	}
}

.members-wrapper .members-item .members-img-row {
	display: flex;
	flex-flow: column;
}

.members-wrapper .members-item .members-img-row img {
	min-width: 80px;
	max-width: 378px;
	width: 100%;
	height: 378px;
	/*border-radius: 50%;
				margin-right: 30px;*/
	object-fit: cover;
}

.members-wrapper .members-item .members-img-row .members-name {
	margin-top: 9px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.members-wrapper .members-item .members-img-row .members-country {
	font-size: 16px;
	line-height: 19px;
}

.members-wrapper .members-item .castingdirectors-button {
	display: flex;
	margin-top: 20px;
}

@media screen and (max-width: 600px) {
	.members-wrapper .members-item .castingdirectors-button {
		margin-top: 30px;
	}
}

.members-wrapper .members-item .castingdirectors-button a {
	padding: 10px 30px;
	font-size: 13px;
	line-height: 16px;
}

.news-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

@media screen and (min-width: 1450px) {
	.news-wrapper.castingdirectors-container.castingdirectors-section {
		padding-right: 0;
	}
}

@media screen and (max-width: 450px) {
	.news-wrapper.castingdirectors-container.castingdirectors-section {
		padding: 0;
	}
}

.news-wrapper .news-item-wrapper {
	padding: 20px;
	transition: background .3s ease-in-out;
	cursor: pointer;
}

.news-wrapper .news-item-wrapper:hover {
	background: #FFFFFF;
	transition: background .3s ease-in-out;
}

@media screen and (max-width: 1200px) {
	.news-wrapper .news-item-wrapper {
		padding: 10px;
	}
}

@media screen and (max-width: 600px) {
	.news-wrapper .news-item-wrapper {
		padding: 20px;
	}
}

.news-item {
	display: block;
	width: 30%;
	max-width: 398px;
	margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
	.news-item {
		width: calc( 50% - 50px);
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 600px) {
	.news-item {
		width: 100%;
		flex-basis: 100%;
		padding-bottom: 20px;
		margin-bottom: 15px;
		border-bottom: 1px solid #BDBDBD;
		max-width: 450px;
	}
}

.pop-up-card .source, .news-item .source {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 10px;
}

.pop-up-card .news-img, .news-item .news-img {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pop-up-card .news-img-deskr, .news-item .news-img-deskr {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.pop-up-card .news-title, .news-item .news-title {
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}

.pop-up-card .news-deskr, .news-item .news-deskr {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

.pop-up-card .news-buttons-row, .news-item .news-buttons-row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.pop-up-card .news-buttons-row .castingdirectors-button a, .news-item .news-buttons-row .castingdirectors-button a {
	padding: 10px 30px;
	font-size: 13px;
	line-height: 16px;
}

.pop-up-card .news-buttons-row .socials-wrapper, .news-item .news-buttons-row .socials-wrapper {
	padding-right: 20px;
	display: flex;
}

.pop-up-card .news-buttons-row .socials-wrapper a, .news-item .news-buttons-row .socials-wrapper a {
	display: flex;
}

.pop-up-card .news-buttons-row .socials-wrapper a:not(:last-child), .news-item .news-buttons-row .socials-wrapper a:not(:last-child) {
	margin-right: 10px;
}

.pop-up-card .news-buttons-row .socials-wrapper svg path.svg-bg, .news-item .news-buttons-row .socials-wrapper svg path.svg-bg {
	transition: fill .3s ease-in-out, opacity .3s ease-in-out;
}

.pop-up-card .news-buttons-row .socials-wrapper svg:hover path.svg-bg, .news-item .news-buttons-row .socials-wrapper svg:hover path.svg-bg {
	opacity: 1;
	fill: #DD3E5E;
	transition: fill .3s ease-in-out, opacity .3s ease-in-out;
}

.pop-up-news-wrapper {
	display: none;
}

.pop-up-news-wrapper .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(15, 15, 15, 0.9);
	z-index: 998;
}

.pop-up-news-wrapper .pop-up-btn-close {
	margin-bottom: 20px;
}

@media screen and (max-width: 425px) {
	.pop-up-news-wrapper .pop-up-btn-close {
		padding-right: 16px;
	}
}

.pop-up-news-wrapper .pop-up-btn-close a {
	padding: 10px 30px;
	font-size: 13px;
	line-height: 16px;
}

.pop-up-news-wrapper .pop-up {
	z-index: 999;
	position: absolute;
	top: 197px;
	left: 50%;
	transform: translateX(-50%);
	width: 856px;
}

.pop-up-news-wrapper .pop-up .pop-up-btn-close {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

@media screen and (max-width: 900px) {
	.pop-up-news-wrapper .pop-up {
		width: 96%;
	}
}

@media screen and (max-width: 425px) {
	.pop-up-news-wrapper .pop-up {
		width: 100%;
	}
}

.pop-up-news-wrapper .pop-up-card {
	padding: 20px 40px 40px 40px;
	background: #FFFFFF;
}

@media screen and (max-width: 600px) {
	.pop-up-news-wrapper .pop-up-card {
		padding: 20px 20px 40px 20px;
	}
}

.pop-up-news-wrapper .pop-up-card .pop-up-card-row {
	display: flex;
	gap: 60px;
}

@media screen and (max-width: 900px) {
	.pop-up-news-wrapper .pop-up-card .pop-up-card-row {
		gap: 20px;
	}
}

@media screen and (max-width: 600px) {
	.pop-up-news-wrapper .pop-up-card .pop-up-card-row {
		flex-wrap: wrap;
		gap: 0;
	}
}

.pop-up-news-wrapper .pop-up-card .pop-up-card-row .news-img {
	width: 50%;
	margin-bottom: 0;
	position: relative;
}

@media screen and (max-width: 600px) {
	.pop-up-news-wrapper .pop-up-card .pop-up-card-row .news-img {
		width: 100%;
		margin-bottom: 30px;
	}
}

.pop-up-news-wrapper .pop-up-card .pop-up-card-row .news-img img {
	background-size: cover;
	width: 100%;
	height: auto;
}

.pop-up-news-wrapper .pop-up-card .pop-up-card-row .news-img .news-img-deskr {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.pop-up-news-wrapper .pop-up-card .pop-up-card-row .pop-up-card-deskr {
	width: 50%;
}

@media screen and (max-width: 600px) {
	.pop-up-news-wrapper .pop-up-card .pop-up-card-row .pop-up-card-deskr {
		width: 100%;
	}
}

.pop-up-news-wrapper-latest {
	display: none;
}

.pop-up-news-wrapper-latest .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(15, 15, 15, 0.9);
	z-index: 998;
}

.pop-up-news-wrapper-latest .pop-up-btn-close-latest {
	margin-bottom: 20px;
}

@media screen and (max-width: 425px) {
	.pop-up-news-wrapper-latest .pop-up-btn-close-latest {
		padding-right: 16px;
	}
}

.pop-up-news-wrapper-latest .pop-up-btn-close-latest a {
	padding: 10px 30px;
	font-size: 13px;
	line-height: 16px;
}

.pop-up-news-wrapper-latest .pop-up {
	z-index: 999;
	position: absolute;
	top: 197px;
	left: 50%;
	transform: translateX(-50%);
	width: 856px;
}

.pop-up-news-wrapper-latest .pop-up .pop-up-btn-close-latest {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

@media screen and (max-width: 900px) {
	.pop-up-news-wrapper-latest .pop-up {
		width: 96%;
	}
}

@media screen and (max-width: 425px) {
	.pop-up-news-wrapper-latest .pop-up {
		width: 100%;
	}
}

.pop-up-news-wrapper-latest .pop-up-card {
	padding: 20px 40px 40px 40px;
	background: #FFFFFF;
}

@media screen and (max-width: 600px) {
	.pop-up-news-wrapper-latest .pop-up-card {
		padding: 20px 20px 40px 20px;
	}
}

.pop-up-news-wrapper-latest .pop-up-card .pop-up-card-row {
	display: flex;
	gap: 60px;
}

@media screen and (max-width: 900px) {
	.pop-up-news-wrapper-latest .pop-up-card .pop-up-card-row {
		gap: 20px;
	}
}

@media screen and (max-width: 600px) {
	.pop-up-news-wrapper-latest .pop-up-card .pop-up-card-row {
		flex-wrap: wrap;
		gap: 0;
	}
}

.pop-up-news-wrapper-latest .pop-up-card .pop-up-card-row .news-img {
	width: 50%;
	margin-bottom: 0;
	position: relative;
}

@media screen and (max-width: 600px) {
	.pop-up-news-wrapper-latest .pop-up-card .pop-up-card-row .news-img {
		width: 100%;
		margin-bottom: 30px;
	}
}

.pop-up-news-wrapper-latest .pop-up-card .pop-up-card-row .news-img img {
	background-size: cover;
	width: 100%;
	height: auto;
}

.pop-up-news-wrapper-latest .pop-up-card .pop-up-card-row .news-img .news-img-deskr {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.pop-up-news-wrapper-latest .pop-up-card .pop-up-card-row .pop-up-card-deskr {
	width: 50%;
}

@media screen and (max-width: 600px) {
	.pop-up-news-wrapper-latest .pop-up-card .pop-up-card-row .pop-up-card-deskr {
		width: 100%;
	}
}

.z-index-popup-opened {
	z-index: 4;
}

/***************************pagination**********************************/
.casting-directors-pagination-wrapper {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 115px;
}

.casting-directors-pagination-wrapper .casting-directors-pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.casting-directors-pagination-wrapper .casting-directors-pagination a {
	display: flex;
	margin: 10px;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 19px;
	color: #2D2D2D;
	background: #FFFFFF;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	text-decoration: none;
}

.casting-directors-pagination-wrapper .casting-directors-pagination a:hover, .casting-directors-pagination-wrapper .casting-directors-pagination a.current {
	color: #FFFFFF;
	background: #DD3E5E;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

/*******************************************************404-page-section****************************************************************/
.not-found-page-section {
	height: calc(100vh - 397px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.not-found-page-section .page-header, .not-found-page-section .page-content {
	text-align: center;
}

header.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}

body.popup-opened header {
	z-index: 1;
}

body {
	padding-top: 80px;
}

@media screen and (max-width: 781px) {
	body {
		padding-top: 60px;
	}
}

.pop-up-news-wrapper .pop-up.popup-slider {
	top: 0;
}

/*************************************************Category********************************************************/
.categories-wrapper {
	display: flex;
	gap: 10px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	margin-top: 80px;
	flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
	.categories-wrapper {
		flex-wrap: nowrap;
		overflow-x: scroll;
		margin-top: 60px;
	}
}

.category-item {
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(15, 15, 15, 0.4);
	border: 1px solid rgba(15, 15, 15, 0.4);
	border-radius: 322px;
	padding: 9px 18px;
	transition: color .3s ease-in-out, border .3s ease-in-out;
}

.category-item:visited {
	color: rgba(15, 15, 15, 0.4);
}

.category-item:hover, .category-item.active {
	color: #DD3E5E;
	border-color: #DD3E5E;
	transition: color .3s ease-in-out, border .3s ease-in-out;
}

.about-slider-item-inner {
	height: 300px;
	background-size: cover;
	background-position: center center;
}

/*************************************bvc********************************************/
.blue-text {
	color: #3CA1BE;
}

.top-section-wrapper {
	margin-top: -1px;
}

@media screen and (min-width: 1800px) {
	.top-section-wrapper .wp-block-getwid-section__foreground {
		background-position-x: 80% !important;
	}
}

@media screen and (max-width: 1250px) {
	.top-section-wrapper .wp-block-getwid-section__foreground {
		background-size: 520px !important;
	}
}

@media screen and (max-width: 1000px) {
	.top-section-wrapper .wp-block-getwid-section__foreground {
		background-size: 420px !important;
	}
}

@media screen and (max-width: 781px) {
	.top-section-wrapper .wp-block-getwid-section__foreground {
		background-size: 0 !important;
	}
}

.latest-news-wrapper, .our-goals-wrapper {
	background: #FFFFFF;
}

.new-releases-section {
	padding-top: 80px;
	padding-bottom: 90px;
}

.new-releases-section .new-releases-title {
	margin-bottom: 40px;
}

@media screen and (min-width: 1450px) {
	.new-releases-section.castingdirectors-container.castingdirectors-section {
		padding-right: 0;
	}
}

@media screen and (max-width: 1000px) {
	.new-releases-section {
		overflow-x: scroll;
	}
}

.new-releases-items {
	display: flex;
	gap: 50px;
}

@media screen and (max-width: 1350px) and (min-width: 1000px) {
	.new-releases-items {
		gap: 25px;
	}
}

@media screen and (max-width: 1000px) {
	.new-releases-items {
		min-width: 1165px;
	}
}

.new-releases-item {
	width: 25%;
	padding-right: 49px;
}

@media screen and (min-width: 1450px) {
	.new-releases-item {
		max-width: 266px;
	}
}

@media screen and (max-width: 1350px) and (min-width: 1000px) {
	.new-releases-item {
		padding-right: 25px;
	}
}

.new-releases-item:not(:last-child) {
	border-right: 1px solid #3CA1BE;
}

.new-releases-item .new-releases-img {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.new-releases-item .new-releases-img .news-img-deskr {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.new-releases-item .new-releases-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.new-releases-item a.show-news-popup {
	color: #000000;
	text-decoration: none;
}

.new-releases-item a.show-news-popup:hover {
	color: #DD3E5E;
	text-decoration: underline;
}

.new-releases-item .new-releases-deskr {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 10px;
}

.new-releases-item .new-releases-data {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
	color: #828282;
}

/*********************************************************Categories************************************************************/
.members-country .city {
	font-weight: 700;
	color: #DD3E5E;
}

.member-categories-wrapper {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	margin-top: 20px;
}

.member-categories-wrapper .category {
	/*cursor: pointer;*/
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3CA1BE;
	padding: 1px 7px;
	border: 1px solid #3CA1BE;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.member-categories-wrapper .category.active {
	color: #FFFFFF;
	background: #3CA1BE;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.members-filter-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.members-filter-wrapper .members-filters {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}

.members-filter-wrapper .clear-filters {
	cursor: pointer;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(45, 45, 45, 0.4);
	padding: 9px 19px;
	border: 1px solid rgba(45, 45, 45, 0.4);
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

@media screen and (max-width: 425px) {
	.members-filter-wrapper .clear-filters.hide-mob {
		display: none;
	}
}

.members-filter-wrapper .clear-filters:hover, .members-filter-wrapper .clear-filters.active {
	background: rgba(45, 45, 45, 0.4);
	color: #FFFFFF;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.members-filter-wrapper .members-filter {
	display: flex;
	align-items: center;
	padding: 10.5px 20px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

@media screen and (max-width: 425px) {
	.members-filter-wrapper .members-filter {
		width: 100%;
		justify-content: center;
	}
}

.members-filter-wrapper .members-filter:hover, .members-filter-wrapper .members-filter.active {
	color: #FFFFFF;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.members-filter-wrapper .members-filter:hover svg.arrow path, .members-filter-wrapper .members-filter.active svg.arrow path {
	stroke: #FFFFFF;
	transition: stroke .3s ease-in-out;
}

.members-filter-wrapper .members-filter svg.arrow {
	margin-left: 15px;
}

.members-filter-wrapper .members-filter svg.arrow path {
	transition: stroke .3s ease-in-out;
}

.members-filter-wrapper .members-filter.members-filter--location {
	color: #DD3E5E;
	border: 1px solid #DD3E5E;
	border-radius: 322px;
}

.members-filter-wrapper .members-filter.members-filter--location:hover, .members-filter-wrapper .members-filter.members-filter--location.active {
	color: #FFFFFF;
	background: #DD3E5E;
}

.members-filter-wrapper .members-filter.members-filter--categories {
	color: #3CA1BE;
	border: 1px solid #3CA1BE;
	border-radius: 322px;
}

.members-filter-wrapper .members-filter.members-filter--categories:hover, .members-filter-wrapper .members-filter.members-filter--categories.active {
	color: #FFFFFF;
	background: #3CA1BE;
}

.members-filter-wrapper .members-filter-pop-up {
	display: none;
	position: absolute;
	z-index: 9;
	min-width: 335px;
	top: 60px;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	padding: 20px;
}

@media screen and (max-width: 425px) {
	.members-filter-wrapper .members-filter-pop-up {
		display: none;
	}
}

.members-filter-wrapper .members-filter.active .members-filter-pop-up {
	display: block;
}

@media screen and (max-width: 425px) {
	.members-filter-wrapper .members-filter.active .members-filter-pop-up {
		display: none;
	}
}

.members-filter-wrapper .members-filter.active .members-filter-pop-up--mob {
	display: block;
}

@media screen and (min-width: 426px) {
	.members-filter-wrapper .members-filter.active .members-filter-pop-up--mob {
		display: none;
	}
}

.members-filter-wrapper .members-filter-pop-up .members-filter-city-title, .members-filter-wrapper .members-filter-pop-up--mob .members-filter-city-title {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #2D2D2D;
	margin: 0;
	margin-bottom: 20px;
}

.members-filter-wrapper .members-filter-pop-up .checkbox-wrapper, .members-filter-wrapper .members-filter-pop-up--mob .checkbox-wrapper {
	display: flex;
	flex-flow: column nowrap;
	gap: 20px;
}

.members-filter-wrapper .members-filter-pop-up .confirm-btn, .members-filter-wrapper .members-filter-pop-up--mob .confirm-btn {
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 9px 29px;
	background: #DD3E5E;
	border: 1px solid #DD3E5E;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: inline-flex;
	margin: 30px auto 0 auto;
}

.members-filter-wrapper .members-filter-pop-up .confirm-btn:hover, .members-filter-wrapper .members-filter-pop-up .confirm-btn.active, .members-filter-wrapper .members-filter-pop-up--mob .confirm-btn:hover, .members-filter-wrapper .members-filter-pop-up--mob .confirm-btn.active {
	background: transparent;
	color: #DD3E5E;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.members-filter-wrapper .members-filter-pop-up label, .members-filter-wrapper .members-filter-pop-up--mob label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}

.members-filter-wrapper .members-filter-pop-up label .item-label-text, .members-filter-wrapper .members-filter-pop-up--mob label .item-label-text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #2D2D2D;
	text-transform: none;
}

.members-filter-wrapper .members-filter-pop-up input[type=checkbox], .members-filter-wrapper .members-filter-pop-up--mob input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	top: 0;
}

.members-filter-wrapper .members-filter-pop-up input[type=checkbox] + span:before, .members-filter-wrapper .members-filter-pop-up--mob input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	border: 1px solid #E0E0E0;
	content: "";
	background: #ffffff;
}

.members-filter-wrapper .members-filter-pop-up input[type=checkbox] + span:after, .members-filter-wrapper .members-filter-pop-up--mob input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "";
	border-radius: 100%;
	top: 18px;
	left: 9px;
	visibility: hidden;
	background: url("./assets/check-small.svg") center center no-repeat;
}

.members-filter-wrapper .members-filter-pop-up input[type=checkbox]:checked + span:before, .members-filter-wrapper .members-filter-pop-up--mob input[type=checkbox]:checked + span:before {
	background: url("./assets/check-small.svg") center center no-repeat;
}

.members-filter-wrapper .members-filter-pop-up input[type=checkbox]:checked + span:after, .members-filter-wrapper .members-filter-pop-up--mob input[type=checkbox]:checked + span:after {
	visibility: visible;
}

.members-filter-wrapper .members-filter-pop-up--mob {
	display: none;
	background: #F5F5F5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
}

@media screen and (min-width: 426px) {
	.members-filter-wrapper .members-filter-pop-up--mob {
		display: none;
	}
}

.members-filter-wrapper .members-filter-pop-up--mob .members-filter-pop-up--mob-inner {
	position: relative;
	width: 100%;
	height: 80%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 20px;
}

.members-filter-wrapper .members-filter-pop-up--mob .members-filter-pop-up--mob-inner .close-filter-pop-up--mob {
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
}

.members-filter-wrapper .members-filter-pop-up--mob .members-filter-pop-up--mob-inner .members-filter-pop-up--mob__title {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2D2D2D;
	margin-top: 45px;
	margin-bottom: 30px;
}

.members-filter-wrapper .members-filter-pop-up--mob .checkbox-wrapper--mob {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	padding: 20px;
	max-height: 60vh;
	margin-bottom: 20px;
	overflow-x: auto;
}

.members-filter-wrapper .members-filter-pop-up--mob .members-filter-pop-up--mob-btns {
	display: flex;
	width: 100%;
	gap: 18px;
	justify-content: center;
}

.members-filter-wrapper .members-filter-pop-up--mob .members-filter-pop-up--mob-btns .confirm-btn {
	margin: 0;
	padding: 9px 29px;
}

.members-filter-wrapper .members-filter-pop-up--mob .members-filter-pop-up--mob-btns .confirm-btn {
	margin: 0;
	padding: 9px 29px;
}

@media screen and (max-width: 370px) {
	.members-filter-wrapper .members-filter-pop-up--mob .members-filter-pop-up--mob-btns .confirm-btn {
		font-size: 14px;
		padding: 9px 15px;
	}
}

.members-filter-wrapper .members-filter-pop-up--mob .members-filter-pop-up--mob-btns .clear-filters {
	padding: 9px 17px;
}

@media screen and (max-width: 370px) {
	.members-filter-wrapper .members-filter-pop-up--mob .members-filter-pop-up--mob-btns .clear-filters {
		font-size: 14px;
		padding: 9px 10px;
	}
}

.page-template-page-white-footer .site-footer {
	background: #FFFFFF;
}

.page-template-page-white-footer .site-footer .bottom-footer {
	padding-bottom: 25px;
}

.new-home-top-section {
	background: url("assets/design_updates/home_bg_desktop.jpg") center center no-repeat;
	background-size: cover;
	margin-top: -50px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.new-home-top-section .section-deskr.section-deskr--black {
	margin-bottom: 80px;
}

@media screen and (max-width: 450px) {
	.new-home-top-section .section-deskr.section-deskr--black {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 450px) {
	.new-home-top-section {
		background: url("assets/design_updates/home_bg_mob.jpg") center center no-repeat;
		background-size: cover;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.new-home-top-section h2, .new-home-top-section .section-deskr.section-deskr--black {
		text-align: left;
	}
	.new-home-top-section .wp-block-buttons.is-content-justification-center {
		justify-content: flex-start;
	}
}

.new-home-top-section h2, .new-home-top-section .section-deskr.section-deskr--black {
	color: #fff;
}

.new-home-top-section .castingdirectors-button.button-transparent a {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}

.new-home-top-section .castingdirectors-button.button-transparent a:hover {
	background: #fff;
	color: #2D2D2D;
}

.about-top-section-new.about-top-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__background-holder > .wp-block-getwid-section__background {
	background: none !important;
}

.about-top-section-new.about-top-section .castingdirectors-section {
	position: relative;
	padding-bottom: 180px;
	padding-top: 124px;
}

@media screen and (max-width: 1150px) {
	.about-top-section-new.about-top-section .castingdirectors-section {
		padding-top: 55px;
		padding-bottom: 280px;
	}
	.about-top-section-new.about-top-section .castingdirectors-section:after {
		height: 330px;
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
	.about-top-section-new.about-top-section .castingdirectors-section {
		padding-top: 0px;
		padding-bottom: 227px;
	}
	.about-top-section-new.about-top-section .castingdirectors-section:after {
		height: 155px !important;
		bottom: 0px !important;
		width: 100% !important;
	}
}

.about-top-section-new.about-top-section .castingdirectors-section h1 {
	text-align: left;
	color: #2D2D2D;
	text-shadow: none;
}

.about-top-section-new.about-top-section .castingdirectors-section:after {
	content: '';
	display: block;
	position: absolute;
	background-size: cover;
	bottom: -120px;
	right: 0;
	height: 330px;
	width: 800px;
}

.news-top-section-new.about-top-section-new {
	margin-bottom: 215px;
}

@media screen and (max-width: 425px) {
	.news-top-section-new.about-top-section-new {
		margin-bottom: 60px;
	}
}

.news-top-section-new.about-top-section-new.about-top-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__background-holder > .wp-block-getwid-section__background {
	background: none !important;
}

.news-top-section-new.about-top-section-new.about-top-section .castingdirectors-section {
	position: relative;
	padding-bottom: 180px;
	padding-top: 124px;
}

@media screen and (max-width: 1150px) {
	.news-top-section-new.about-top-section-new.about-top-section .castingdirectors-section {
		padding-top: 55px;
		padding-bottom: 280px;
	}
	.news-top-section-new.about-top-section-new.about-top-section .castingdirectors-section::after {
		height: 330px;
		bottom: -400px !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
	.news-top-section-new.about-top-section-new.about-top-section .castingdirectors-section {
		padding-top: 0px;
		padding-bottom: 227px;
	}
	.news-top-section-new.about-top-section-new.about-top-section .castingdirectors-section:after {
		height: 155px !important;
		bottom: -225px !important;
		width: 100% !important;
	}
}

.news-top-section-new.about-top-section-new.about-top-section .castingdirectors-section h1 {
	text-align: left;
	color: #2D2D2D;
	text-shadow: none;
}

.news-top-section-new.about-top-section-new.about-top-section .castingdirectors-section:after {
	content: '';
	display: block;
	position: absolute;
	background: url(assets/design_updates/news_top_picture.jpg) center center no-repeat;
	background-size: cover;
	bottom: -300px;
	right: 0;
	height: 330px;
	width: 800px;
}

.casting-directors-breadcrumbs.is_for_about, .casting-directors-breadcrumbs.is_for_news {
	color: #2D2D2D !important;
}

.casting-directors-breadcrumbs.is_for_about a, .casting-directors-breadcrumbs.is_for_news a {
	color: #2D2D2D !important;
}

.post-tags-wrapper {
	text-decoration: none;
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.post-tags-wrapper .post-tags {
	cursor: pointer;
	text-decoration: none;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3CA1BE;
	padding: 1px 7px;
	border: 1px solid #3CA1BE;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.post-tags-wrapper .post-tags:hover, .post-tags-wrapper .post-tags.active {
	color: #FFFFFF;
	background: #3CA1BE;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

/****MEMBER TOP UPDATE***/
.site-main .member-top-section {
	width: 100%;
}

.site-main .member-top-section .member-top-column.member-top-column--left {
	width: 100%;
	max-width: 100%;
}

.site-main .member-top-section .member-top-column.member-top-column--left .member-photo {
	width: 50%;
}

@media screen and (max-width: 1000px) {
	.site-main .member-top-section .member-top-column.member-top-column--left .member-photo {
		width: 70%;
	}
}

@media screen and (max-width: 500px) {
	.site-main .member-top-section .member-top-column.member-top-column--left .member-photo {
		width: 100%;
	}
}

.site-main .member-top-section .member-top-column.member-top-column--left .member-photo img {
	border-radius: inherit;
	width: 100%;
	height: 600px;
}

@media screen and (max-width: 1400px) {
	.site-main .member-top-section .member-top-column.member-top-column--left .member-photo img {
		height: 500px;
	}
}

@media screen and (max-width: 1200px) {
	.site-main .member-top-section .member-top-column.member-top-column--left .member-photo img {
		height: 400px;
	}
}

.site-main .member-top-section .member-name {
	font-size: 60px;
	line-height: 80px;
}

@media screen and (max-width: 1400px) {
	.site-main .member-top-section .member-name {
		font-size: 50px;
		line-height: 68px;
	}
}

@media screen and (max-width: 1200px) {
	.site-main .member-top-section .member-name {
		font-size: 40px;
		line-height: 50px;
	}
}

@media screen and (max-width: 600px) {
	.site-main .member-top-section .member-name {
		font-size: 30px;
		line-height: 40px;
	}
}

.site-main .member-top-section .member-country.member-contact-info {
	margin-bottom: 10px;
}

.site-main .member-top-section .member-country.member-contact-info a {
	color: #2D2D2D;
}

/**figcaption copyright*/
.wp-block-image {
	position: relative;
	display: inline-block;
}

.wp-block-image figcaption {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.wp-block-getwid-section.gallery-section {
	z-index: 2;
}

.cd-content-capitalized {
	text-transform: uppercase;
}

.posted-by-text {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 10px;
}

/* new news layout */
.page-template-page-news .news-wrapper .news-item {
	width: 48%;
	max-width: 514px;
	background: #fff;
	margin-right: 60px;
}

.page-template-page-news .news-wrapper .news-item .news-item-wrapper {
	padding: 40px 60px;
}

.page-template-page-news .news-wrapper .news-item .castingdirectors-button.button-transparent a {
	background: none;
	border: 1px solid #2D2D2D;
	color: #2D2D2D;
}

.page-template-page-news .news-wrapper .news-item .castingdirectors-button.button-transparent a:hover {
	background: #2D2D2D;
	border: 1px solid #2D2D2D;
	color: #FFF;
}

.page-template-page-news .news-wrapper .news-item .posted-by-text span {
	font-weight: 700;
	color: #3CA1BE;
}

@media screen and (max-width: 1300px) {
	.page-template-page-news .news-wrapper .news-item {
		max-width: 400px;
	}
	.page-template-page-news .news-wrapper .news-item .news-item-wrapper {
		padding: 40px 60px;
	}
}

@media screen and (max-width: 1100px) {
	.page-template-page-news .news-wrapper .news-item {
		max-width: 300px;
		margin-right: 40px;
	}
	.page-template-page-news .news-wrapper .news-item .news-item-wrapper {
		padding: 20px 40px;
	}
}

@media screen and (max-width: 700px) {
	.page-template-page-news .news-wrapper .news-item {
		width: 100%;
		max-width: none;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.page-template-page-news .news-wrapper .news-item .news-item-wrapper {
		padding: 10px 20px;
	}
}

.about-top-section-new.about-top-section.contact-top-section.about-top-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__background-holder > .wp-block-getwid-section__background {
	background: none !important;
}

.about-top-section-new.about-top-section.contact-top-section.about-top-section .castingdirectors-section {
	position: relative;
	background: url(assets/design_updates/squares_bg.png) 118px 246px no-repeat;
	padding-bottom: 180px;
	padding-top: 124px;
}

@media screen and (max-width: 1450px) {
	.about-top-section-new.about-top-section.contact-top-section.about-top-section .castingdirectors-section {
		background: url(assets/design_updates/squares_bg.png) 50px 246px no-repeat;
	}
}

@media screen and (max-width: 1150px) {
	.about-top-section-new.about-top-section.contact-top-section.about-top-section .castingdirectors-section {
		background: url(assets/design_updates/squares_bg.png) 50px 115px no-repeat;
		padding-top: 55px;
		padding-bottom: 280px;
	}
	.about-top-section-new.about-top-section.contact-top-section.about-top-section .castingdirectors-section ::after {
		height: 330px;
		bottom: -400px !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
	.about-top-section-new.about-top-section.contact-top-section.about-top-section .castingdirectors-section {
		background: url(assets/design_updates/squares_bg.png) 20px 65px no-repeat;
		padding-top: 0px;
		padding-bottom: 227px;
	}
	.about-top-section-new.about-top-section.contact-top-section.about-top-section .castingdirectors-section ::after {
		height: 155px !important;
		bottom: -225px !important;
		width: 100% !important;
	}
}

.about-top-section-new.about-top-section.contact-top-section.about-top-section .castingdirectors-section h1 {
	text-align: left;
	color: #2D2D2D;
	text-shadow: none;
}

.about-top-section-new.about-top-section.contact-top-section.about-top-section .castingdirectors-section ::after {
	content: '';
	display: block;
	position: absolute;
	background: url(assets/design_updates/contact-bg.png) center center no-repeat;
	background-size: cover;
	bottom: -350px;
	right: 0;
	height: 400px;
	width: 800px;
	background-position-y: 100%;
}

@media screen and (max-width: 425px) {
	.about-top-section-new.about-top-section.contact-top-section.about-top-section .castingdirectors-section ::after {
		height: 211px !important;
		bottom: -275px !important;
		width: 100% !important;
	}
}

.wp-block-getwid-section.gallery-section {
	z-index: 2;
}

.cd-content-capitalized {
	text-transform: uppercase;
}

.posted-by-text {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 10px;
}

.news-swiper-button-prev {
	position: absolute;
	z-index: 2;
	left: 5px;
	cursor: pointer;
	transform: translateY(-50%);
	top: 50%;
}

.news-swiper-button-next {
	position: absolute;
	z-index: 2;
	right: 5px;
	cursor: pointer;
	transform: translateY(-50%);
	top: 50%;
}

.new-releases-item .source {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}

.cd-resources-block {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.cd-resources-block .cd-resouces-item {
	display: flex;
	flex-flow: row;
	background-color: #FFFFFF;
	padding: 20px;
	justify-content: space-between;
}

@media screen and (max-width: 700px) {
	.cd-resources-block .cd-resouces-item {
		flex-flow: column;
	}
}

.cd-resources-block .cd-resouces-item .cd-resources-item-col-descr h2 {
	font-size: 22px;
	line-height: 26px;
}

.cd-resources-block .cd-resouces-item .cd-resources-item-col-descr p {
	font-size: 18px;
	line-height: 24px;
}

.cd-resources-block .cd-resouces-item .cd-resources-item-col-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 160px;
}

@media screen and (max-width: 700px) {
	.cd-resources-block .cd-resouces-item .cd-resources-item-col-icon {
		max-width: 100%;
	}
}

.cd-resources-block .cd-resouces-item .cd-resources-item-col-icon a svg {
	max-height: 100px;
}

.new-home-top-section .background-image-desktop-copyright {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.new-home-top-section .background_image_mobile_copyright {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.about-top-section-new.about-top-section .secondary_background_image_copyright {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	left: 120px;
	bottom: 10px;
}

.about-top-section-new.about-top-section .background-image-desktop-copyright {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	bottom: -110px;
}

.about-top-section-new.about-top-section .background_image_mobile_copyright {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.about-top-section-new.about-top-section .castingdirectors-section {
	margin-top: -40px;
	margin-bottom: 0px;
}

@media screen and (max-width: 1000px) {
	.about-top-section-new.about-top-section .castingdirectors-section {
		margin-top: -20px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 500px) {
	.about-top-section-new.about-top-section .castingdirectors-section {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

.contact-section,
.join-section {
	padding-top: 50px;
	margin-bottom: 131px;
}

.privacy-section {
	padding-top: 50px;
}

.gallery-news-section {
	background: #3CA1BE;
	color: #000000;
	padding-top: 100px;
	padding-bottom: 100px;
}

.gallery-news-section .about-section-title {
	color: #fff;
}

.gallery-news-section .castingdirectors-button {
	position: relative;
	z-index: 2;
}

.gallery-news-section .pop-up-card {
	color: #2D2D2D;
}

@media screen and (max-width: 550px) {
	.gallery-news-section .castingdirectors-button.show-on-mobile {
		margin-top: 70px;
	}
}

@media screen and (max-width: 550px) {
	.gallery-news-section {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

.gallery-news-section .last-news-title-col {
	margin-bottom: 80px;
}

@media screen and (max-width: 550px) {
	.gallery-news-section .last-news-title-col {
		margin-bottom: 60px;
	}
}

.gallery-news-section .slick-dots {
	margin-bottom: -50px;
}

@media screen and (max-width: 800px) {
	.gallery-news-section .slick-dots {
		margin-bottom: -40px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-news-section .slick-dots {
		margin-bottom: 10px;
	}
}

.gallery-news-section .slick-dots li button:before {
	background: #fff;
	transition: background .3s ease-in-out;
	width: 20px;
	height: 4px;
	top: 8px;
	content: "";
	opacity: 0.4;
	border: none;
}

.gallery-news-section .slick-dots li.slick-active button:before {
	background: #fff;
	opacity: 1;
	border: none;
}

.gallery-news-section .slick-dots li button:hover:before,
.gallery-news-section .slick-dots li button:focus:before {
	background: #fff;
	opacity: 0.4;
}

.gallery-news-section .latest-news-slider-wrapper {
	max-width: 1440px;
	margin: auto;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide {
	margin: 24px 10px 0 10px;
}

@media screen and (max-width: 800px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide {
		margin: 24px 5px 0 5px;
	}
}

@media screen and (max-width: 475px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide {
		margin-top: 0;
	}
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
	position: relative;
	height: 255px;
	transition: height .3s ease-in-out;
}

@media screen and (max-width: 800px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
		height: 205px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
		height: 155px;
	}
}

@media screen and (max-width: 475px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
		height: 200px;
	}
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner .latest-news-slider-item-blur-filter {
	position: absolute;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 1;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner .latest-news-slider-item-image {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner .latest-news-slider-item-image img {
	height: 100%;
	width: auto;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner .latest-news-slider-item-image .copyright-text {
	position: absolute;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	padding: 0 10px;
	right: 20px;
	bottom: 10px;
	background: #f5f5f5;
	border-radius: 0px;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item-title {
	display: none;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-item-title-date {
	color: #fff;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide .latest-news-slider-item .latest-news-slider-item-inner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active {
	margin-top: 0;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active > div {
	position: relative;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title {
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 315px;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title {
		top: 280px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title {
		top: 230px;
	}
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color .3s ease-in-out;
	display: flex;
	justify-content: center;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item-title a:hover {
	color: #2D2D2D;
	transition: color .3s ease-in-out;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item {
	height: 400px;
}

.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item .latest-news-slider-item-inner {
	height: 300px;
	transition: height .3s ease-in-out;
}

@media screen and (max-width: 800px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item .latest-news-slider-item-inner {
		height: 250px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item .latest-news-slider-item-inner {
		height: 200px;
	}
}

@media screen and (max-width: 500px) {
	.gallery-news-section .latest-news-slider-wrapper .slick-slide.slick-active .latest-news-slider-item {
		height: 350px;
	}
}

/* Members copyright */
.members-image-block {
	position: relative;
}

.members-image-block .members-image-copyright {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background: #f5f5f5;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	bottom: 20px;
	max-width: 80%;
}

.members-image-block.member-photo .members-image-copyright {
	bottom: 10px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */