/*!
Theme Name: yadyitzchok
Theme URI: http://underscores.me/
Author: Underscores.me
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: yadyitzchok
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.

yadyitzchok 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
section {
	width: 100%;
}

/**
 * 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;
}

/**
 * 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;
	max-width: 100%;
	height: auto;
}

/* 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,
button,
input,
select,
optgroup,
textarea {
	color: #585858;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #636363;
}

a:visited {
	color: #636363;
}

a:hover,
a:focus,
a:active {
	color: #ffffff;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
	outline: 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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.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%;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* 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 {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	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;
}
#primary{
	    overflow-x: hidden;
}
/* 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;
}

/* General styles */
.row {
	margin-right: 0;
	margin-left: 0;
}
.col-lg-5,
.col-lg-6 {
	padding-right: 0;
	padding-left: 0;
}
.col-lg-7 {
	padding-left: 0;
    padding-right: 50px;
}
.col-lg-5 + .col-lg-7 {
	padding-left: 50px;
    padding-right: 0;
}
.page-title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 64px;
	line-height: 78px;
}

.section-title {
	margin-bottom: 0.7em;
	margin-top: 0.3em;
	/*font-size: 32px;*/
	font-size: 44px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.section-description {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
}
.y-c-blue,
a.y-c-blue {
	color: #378FF8;
}
.y-c-blue:hover {
	color: #49a0f3;
}
.y-bgc-blue {
	background-color: #61ADF3;
}
.y-bgc-blue:hover {
	background-color: #49a0f3;
}
.y-bgc-light-blue {
	background-color: #EDF5FC;
}
.y-c-white {
	color: #ffffff;
}
.y-c-grey {
	color: #DADADA;
}
.y-c-black {
	color: #333333;
}
.y-c-black-on-white {
	color: #333333;
}
.y-c-black-on-white:hover {
	color: #000000;
}
.y-btn,
.y-read-more-btn {
	transition: all .1s ease;
}
.y-btn a {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.y-btn:hover,
.y-read-more-btn:hover {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.y-btn:hover a {
	text-decoration: none;
}

.y-blue-btn {
	background: linear-gradient(180deg, #61ADF3 0%, #378FF8 100%);
	border: 1px solid #61ADF3;
	box-shadow: 0px 10px 25px rgb(26 109 207 / 20%);
	text-align: center;
}
.y-blue-btn a {
	color: #ffffff;
}
.y-blue-btn:hover {
	border-color: #49a0f3;
	background: linear-gradient(180deg, #378FF8 0%, #378FF8 100%);
	text-decoration: underline 0.5px solid #fff;
}

.y-transparent-btn {
	background-color: transparent;
	border: 1px solid rgba(97, 173, 243, 0.6);
	text-align: center;
}
.y-transparent-btn:hover {
	background-color: #378FF8;
    border-color: #49a0f3;
	opacity: 1;
    text-decoration: underline;
}
.y-transparent-btn a {
	width: 100%;
	color: #61ADF3;
}
.y-transparent-btn:hover a {
	color: #ffffff;
}
.big-btn {
	width: 280px;
}

.big-btn a {
	padding: 20px;
}
.y-read-more-btn {
	max-width: 250px;
	background-color: transparent;
	border: 1px solid rgba(97, 173, 243, 0.6);
	text-align: center;
}
.y-read-more-btn a {
	display: block;
	width: 100%;
	padding: 16px 12px;
	cursor: pointer;
	font-size: 14px;
	line-height: 17px;
}
.y-read-more-btn:hover {
	border: 1px solid #61ADF3;
	color: #378FF8;
}
.y-read-more-btn a:hover,
.y-read-more-btn a:visited,
.y-read-more-btn a:focus {
	color: #378FF8;
	text-decoration: underline 0.5px solid #378FF8;
}
.y-font-bigger {
	font-size: 18px;
}
.y-font-smaller {
	font-size: 12px;
	line-height: 16px;
}
.y-font-smaller-1 {
	font-size: 15px;
}
.y-arrow {
	display: inline-block;
	margin-left: 8px;
	width: 5px;
	height: 5px;
	background: transparent;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	transition: all .4s ease;
	text-decoration: none;
	color: transparent;
	cursor: pointer;
}
html[dir="rtl"] .y-arrow {
	margin-left: 0;
	margin-right: 8px;
}
html[dir="rtl"] .y-read-more-btn:hover .y-arrow {
	margin-left: 0;
	margin-right: 18px;
}
.y-read-more-btn:hover .y-arrow {
	margin-left: 18px;
	border-color: #378FF8;
}
.y-arrow-right {
	transform: rotate(135deg);
	right: 0;
}
.y-arrow-left {
	transform: rotate(-45deg);
	left: 0;
}
.y-arrow-up {
	transform: rotate(45deg);
	left: 175px;
}
.y-arrow-down {
	transform: rotate(-135deg);
	right: 175px;
}
.mobile {
	display: none;
}
.visible {
	display: block !important;
}
.y-circle {
	position: relative;
	bottom: 2px;
	display: block;
	min-width: 7px;
	width: 7px;
	height: 7px;
	margin-right: 20px;
	border-radius: 50%;
	background: #378FF8;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

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

.main-navigation ul ul {
	display: none;
	padding: 1em;
	position: absolute;
	top: 20%;
	left: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.9);
}
.main-navigation ul ul.visible {
	display: block;
}

.main-navigation li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0.6em;
	width: 260px;
}
.main-navigation li .y-arrow {
	position: absolute;
	right: 1.5em;
	top: 1em;
	border-color: #c6c6c6;
}
.main-navigation .main-navigation__nav a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
	color: #c6c6c6;
	transition: all .4s ease;
}
.main-navigation a:hover {
	color: #ffffff;
}

/* Language switcher
--------------------------------------------- */
.main-navigation__language-switcher {
	margin-left: 10px;
	position: relative;
}
.main-navigation__language-switcher__current {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 13px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 100px;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	/* identical to box height */

	text-transform: uppercase;
	color: #FFFFFF;
}
.main-navigation__language-switcher__current:hover,
.main-navigation__language-switcher__current.active {
	border-color: #378FF8;
}
.main-navigation__language-switcher__icon {
	width: 19px;
	height: 9px;
	margin-left: 4px;
}
.main-navigation__language-switcher__current:hover .main-navigation__language-switcher__icon path,
.main-navigation__language-switcher__current.active .main-navigation__language-switcher__icon path{
	fill: #378FF8;
}
.main-navigation__language-switcher__options {
	position: absolute;
	box-sizing: border-box;
	padding: 15px 8px;
	top: 100%;
	margin-top: 9px;

	background: #ffffff;
	border: 1px solid #E2EFFF;
	box-shadow: 0 0 15px rgba(34, 89, 153, 0.05);
	border-radius: 5px;
	width: 65px;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	/* identical to box height */
}

.main-navigation__language-switcher__options:not(.visible) {
	display: none;
}

.main-navigation__language-switcher__options__item.a {
	padding: 6px 0 5px;
}
.main-navigation .main-navigation__nav .main-navigation__language-switcher__options__item {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #AFC8E7;

	text-transform: uppercase;
	color: #585858;
}
.main-navigation .main-navigation__nav .main-navigation__language-switcher__options__item:hover,
.main-navigation .main-navigation__nav .main-navigation__language-switcher__options__item.active {
	color: #378FF8;
}
.main-navigation .main-navigation__nav .main-navigation__language-switcher__options__item:first-child {
	padding-top: 0;
}
.main-navigation .main-navigation__nav .main-navigation__language-switcher__options__item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}


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

.menu-toggle {
	position: relative;
	margin-top: 0.4em;
	padding: 11px;
	border: 1px solid #61ADF3;
	border-radius: 50%;
	background-color: transparent;
	z-index: 4;
	display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
	border-color: #49a0f3;
}
.menu-toggle div {
	position: relative;
	width: 20px;
	height: 20px;
}
.menu-toggle:focus {
	outline: none;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
	display: block;
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	height: 2px;
	background-color: #616161;
	cursor: pointer;
	transition-duration: .1s;
}

.menu-toggle span::before {
	content: '';
	top: -8px;
}
.menu-toggle span::after {
	content: '';
	top: 8px;
}

.toggled .menu-toggle span {
	transform: rotate(45deg);
}

.toggled .menu-toggle span:before {
	top: 0;
	transform: rotate(0);
}

.toggled .menu-toggle span:after {
	top: 0;
	transform: rotate(90deg);
}

.y-can-help-item__about-project {
	margin-top: 1em;
}
.y-error-message {
	color: orangered;
}

@media screen and (max-width: 991px), screen and (max-height: 780px) {
	.menu-toggle {
		display: block;
	}
}
.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.menu-header-menu-container {
	position: absolute;
	top: 100%;
	padding: 1em 0 1em 2em;
	background-color: rgba(0, 0, 0, 0.9);
	border-top: 1px solid #378FF8;
	display: none;
}
.menu-header-menu-container.visible {
	display: block;
}
.main-navigation {
	display: flex;
	align-items: stretch;
	margin: 0 3em 0.4em 1.5em;
	flex-grow: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.main-navigation__nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	z-index: 2;
}
.main-navigation__nav .main-navigation__actions {
	display: flex;
	align-items: center;
}
.main-navigation__menu-title {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.main-navigation__menu-title:hover .main-navigation__menu-label {
	color: #49a0f3;
}
.main-navigation__menu-title:hover .y-desktop-hamburger__out,
.main-navigation__menu-title:hover .y-desktop-hamburger__inner {
	background-color: #49a0f3;
}
.main-navigation__desktop-hamburger {
	margin-right: 0.5em;
}
.y-desktop-hamburger__out {
	width: 40px;
	height: 1px;
	background-color: #ffffff;
}
.y-desktop-hamburger__inner {
	width: 30px;
	height: 1px;
	margin: 16px 0;
	background-color: #61ADF3;
}
.main-navigation__menu-label {
	color: #ffffff;
	text-transform: uppercase;
}
.main-navigation__auth {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-navigation__auth-icon {
	width: 36px;
	height: 36px;
	margin-right: 1em;
	padding: 5px;
	border: 1px solid #61ADF3;
	border-radius: 50%;
	text-align: center;
}
.main-navigation__auth-icon img {
	position: relative;
	bottom: 2px;
}
.main-navigation__auth-links {
	display: flex;
	align-items: center;
}
.main-navigation__auth-links a {
	cursor: pointer;
}
.main-navigation .main-navigation__auth-links a:hover {
	color: #49a0f3;
}
.main-navigation__auth-links > div {
	 margin: 0 1em;
 }

.site-header__buttons {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.site-header__buttons > div {
	min-width: 100px;
}
.site-header__buttons > .y-btn a {
	display: block;
	width: 100%;
	padding: 12px 12px;
}
.site-header .current-menu-parent > a,
.site-header .current-menu-item a {
	color: #ffffff;
}
.site-header .fake-border {
	bottom: -1px;
	left: -48px;
	width: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.main-navigation ul {
	display: flex;
	flex-direction: column;
}

/*************** END HEADER ****************/

/*************** FOOTER ********************/
.fa-phone {
	font-size: 0.8rem;
}
.fa-envelope {
	vertical-align: middle;
}
.footer-content {
	display: flex;
	justify-content: space-between;
}
.footer-content h6 {
	margin-bottom: 1.5em;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}
.footer-navigation {
	width: 46%;
	margin-left: 60px;
}
#footer-menu {
	display: grid;
	justify-items: start;
	grid-template-columns: repeat(2, auto);
	column-gap: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer-menu li {
	padding-right: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
}
#footer-menu li:nth-child(even) {
	margin-left: -50px;
}

#footer-menu a:hover,
#footer-menu a:focus {
	color: #717171;
}
.footer-site-description {
	margin: 1em 0;
	color: #717171;
}
.footer-help-btn {
	width: 100px;
}
.footer-help-btn a {
	padding: 10px 12px;
	color: #3990F8;
}
.footer-help-btn:hover {
	background-color: transparent;
}
.footer-help-btn:hover a {
	color: #3990F8;
}
.site-footer .site-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding: 15px 0;
	border-top: 1px solid #DCE7F4;
}
.footer-contacts__phone {
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0em;
}
.footer-contacts__phone a:hover,
.footer-contacts__email a:hover {
	cursor: pointer;
	color: #585858;
	text-decoration: underline;
}
.footer-contacts__phone a:active,
.footer-contacts__email a:active,
.footer-contacts__phone a:focus,
.footer-contacts__email a:focus,
.footer-contacts__phone a:visited,
.footer-contacts__email a:visited {
	color: #585858;
}
.footer-contacts__phone span {
	text-decoration: underline;
}
.footer-social {
	display: flex;
}
.footer-contacts__group {
	margin-bottom: 1.6em;
}
.footer-social > div {
	margin-right: 10px;
}
.footer-social > div:hover img {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

/* DEFAULT PAGE TEMPLATE*/
.y-bg-banner.narrow {
	background-image: url("/img/banners/narrow-banner.jpg");
	height: 95px;
}

.page-template-default .site-main {
	min-height: 400px;
}
.page-template-default .tnp-subscription input.tnp-submit {
	width: 180px;
	height: 3em;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #61ADF3;
}
.page-template-default .tnp-profile form .tnp-field input[type=submit] {
	background-color: #61ADF3;
}
.page-template-default .entry-content,
.page-template-default .entry-content a {
	color: #636363;
}
/* DEFAULT POST TEMPLATE */
.y-post-category {
	margin-top: 3em;
	text-transform: uppercase;
	font-weight: 700;
}
.single-post .entry-title {
	margin-top: 0;
}
.y-post-calendar {
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 5px;
	border-radius: 50%;
	text-align: center;
}
.y-post-calendar img {
	position: relative;
	bottom: 7px;
}
.y-post-date {
	position: relative;
	bottom: 5px;
	font-size: 13px;
    line-height: 16px;
}
.nav-subtitle-prev,
.nav-subtitle-next {
	position: relative;
	bottom: 2px;
	display: inline-block;
	border-color: #61ADF3;
	transition: all 0.5s ease-out;
}

.nav-subtitle-prev {
	margin-right: 10px;
}

.nav-previous:hover .nav-subtitle-prev {
	margin-right: 20px;
	border-color: #49a0f3;
}
.nav-next:hover .nav-subtitle-next {
	margin-left: 20px;
	border-color: #49a0f3;
}

/* BANNER */
#y-top-banner {
	min-height: 325px;
}
.home #y-top-banner {
	min-height: 650px;
}
.y-bg-banner {
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	height: 420px;
	width: 100%;
}
.y-banner__watch {
	margin: 0 auto;
	font-size: 18px;
}
.y-banner__watch:hover img {
	opacity: 0;
}
.y-banner__watch:hover {
	background-image: url(./img/elips-hover.png);
	background-repeat: no-repeat;
}
.y-banner__watch:hover p{
	text-decoration: underline 0.5px solid #c6c6c6;
}
.y-banner__watch p {
	text-align: center;
}
.y-banner__watch img {
	cursor: pointer;
}
.y-breadcrumbs span {
	cursor: pointer;
}
.y-breadcrumbs a {
	text-decoration: underline;
}
.y-breadcrumbs span,
.y-breadcrumbs a {
	font-size: 13px;
	line-height: 16px;
}
.y-breadcrumbs a:visited,
.y-breadcrumbs a:focus {
	color: #636363;
}
.banner-only-title {
	display: flex;
	align-items: center;
}

/* BECOME A PART OF OUR COMMUNITY SECTION */
#y-community {
	padding: 5rem 0;
	background-image: url("/img/bg-community.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.y-community__buttons {
	justify-content: space-between;
	align-items: center;
}
.y-community__button.y-transparent-btn a {
	color: #ffffff;
}
.y-community__button a {
	text-transform: uppercase;
}
.big-btn.long-text a {
	padding: 8px;
}
/* Newsletter Plugin Base Styles */
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
	display: block;
	margin: 1em auto;
	max-width: 500px;
	width: 100%;
}

div.tnp-profile {
	display: block;
	margin: 1em 0;
	max-width: 500px;
}

.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
	margin-bottom: .7em;
	border: 0;
	padding: 0;
}

.tnp-subscription label, .tnp-profile label {
	display: block;
	color: inherit;
	font-weight: 400;
	line-height: normal;
	padding: 0;
	margin: 0;
	margin-bottom: .25em;
	font-size: .9em;
}

.tnp-subscription .tnp-field-checkbox label, .tnp-profile .tnp-field-checkbox label {
	display: inline-block;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], 
.tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], 
.tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea {
	width: 100%;
	padding: .7em;
	display: block;
	border: 1px solid #ddd;
	color: #444;
	background-color: #f4f4f4;
	background-image: none;
	text-shadow: none;
	font-size: 1em;
	margin: 0;
	line-height: normal;
	box-sizing: border-box;
}

.tnp-subscription input[type=checkbox], .tnp-widget input[type=radio], .tnp-profile input[type=checkbox] {
	max-width: 1em;
	display: inline-block;
	margin-right: .5em;
}

.tnp-subscription select option, .tnp-profile select option {
	margin-right: .75em;
}

.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit {
	color: #fff;
	background-color: #444;
	cursor: pointer;
}

/* Subscription section */
#y-subscription .tnp-subscription {
	max-width: 700px;
	-webkit-box-shadow: 0px 0px 15px rgba(34, 89, 153, 0.05);
	-moz-box-shadow: 0px 0px 15px rgba(34, 89, 153, 0.05);
	box-shadow: 0px 0px 15px rgba(34, 89, 153, 0.05);
}
#y-subscription form {
	align-items: stretch;
}
#y-subscription .fas {
	top: 1.55em;
	left: 30px;
}
#y-subscription .tnp-email {
	width: 500px;
	padding-left: 60px;
	border-radius: 3px;
	background-color: #ffffff;
}
.tnp-subscription input:focus {
	outline: none;
}
#y-subscription .tnp-subscription input.tnp-submit {
	width: 280px;
    padding: 20px 20px;
	height: 100%;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	background: linear-gradient(180deg, #61ADF3 0%, #378FF8 100%);
    border: 1px solid #61ADF3;
    box-shadow: 0px 10px 25px rgb(26 109 207 / 20%);
}
.tnp-subscription input[type=email] {
	height: 65px!important;
}
#primary .tnp-subscription input.tnp-submit:hover {
	border-color: #49a0f3;
    background: linear-gradient(180deg, #378FF8 0%, #378FF8 100%);
    text-decoration: underline 0.5px solid rgb(255, 255, 255);
}
#y-subscription .tnp-subscription div.tnp-field {
	margin-bottom: 0;
}
/* Quote */
.y-quote {
	border-radius: 5px;
}
.y-quote .fa-quote-left {
	top: -10px;
	left: -8px;
	padding: 8px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	font-size: 12px;
}
.y-quote p {
	margin: 1rem 0;
	padding: 18px 40px;
}
.y-can-help-item__img {
	position: relative;
	max-height: 270px;
	overflow: hidden;
}
.y-can-help-item__img img {
	width: 100%;
}
.y-can-help-item__terms {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	text-align: right;
}
.y-can-help-item__term {
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333333;
	background-color: #ffffff;
}
.y-can-help-item__what-happened {
	font-weight: 600;
	text-transform: uppercase;
}
.y-can-help-item__content {
	margin-bottom: 0;
}
.y-invalid-feedback {
	color: orangered;
}
.y-404 {
	margin-top: 1em;
	font-size: 90px;
	font-weight: 700;
}
.y-list-point {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
}
.y-payment-method__head > label > img {
	max-height: 25px;
	width: auto;
}
/* Text-button section */
.text-button__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
@media screen and (max-width: 1199px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 14px;
	}
	.y-font-bigger {
		font-size: 16px;
	}
	.y-font-smaller {
		font-size: 12px;
	}

	/* HEADER */
	.main-navigation li {
		padding: 0 0.3em;
	}
	.site-header .fake-border {
		left: -42px;
		width: 42px;
	}
	/* GENERAL */
	#y-subscription .fas {
		top: 1.3em;
	}
}

@media screen and (min-width: 991px) {
	.menu-toggle {
		display: none;
	}
}

body .y-banner__list {
	margin: 10px 0px;
}
@media screen and (max-width: 991px) {

	.y-bg-banner {
		width: 100%!important;
	}
	#y-top-banner {
		min-height: 360px;
	}
	/* HEADER */
	.site-header__buttons,
	.site-header .fake-border,
	#y-bg-video,
	.y-banner__watch {
		display: none;
	}
	.main-navigation {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		border-bottom: 0;
		flex-grow: 0;
	}
	.main-navigation__actions {
		margin-top: 0.4em;
		order: 0;
		margin-right: 8px;
	}
	.main-navigation__language-switcher__current {
		padding: 13px 14px;
		margin-left: 0;
	}
	.menu-toggle {
		order: 1;
	}
	.main-navigation__menu-title {
		display: none;
	}
	.y-mobile-menu-label {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		width: 100%;
		height: 3.5em;
		padding-left: 1em;
		font-size: 16px;
		background-color: #F5F9FD;
	}
	.main-navigation__auth {
		display: none;
		justify-content: flex-start;
		margin: 0 0.8em;
		padding: 1em 0;
		border-bottom: 1px solid #AFC8E7;;
	}
	.main-navigation .main-navigation__auth-links a {
		width: auto;
	}
	.main-navigation__auth-links > div {
		margin: 0;
	}
	.main-navigation__nav {
		position: static;
	}
	.menu-header-menu-container {
		left: 0;
		top: 0;
		width: 100%;
		padding: 4em 0 0 0;
		background-color: #ffffff;
		border-top: 0;
		z-index: 2;
	}
	.main-navigation .main-navigation__nav a {
		color: #636363;
	}
	.main-navigation .main-navigation__nav .main-navigation__language-switcher__options__item {
		margin: 0;
		padding: 5px 0 6px;
		width: 100%;
	}
	.site-header .current-menu-parent > a,
	.site-header .current-menu-item a {
		color: #333333;
	}
	.main-navigation li .y-arrow {
		top: 1.3em;
		right: 2.5em;
	}
	.main-navigation ul ul {
		position: static;
		background-color: transparent;
	}

	.site-branding img {
		width: 60px;
		height: 60px;
	}
	#masthead .container {
		position: relative;
		padding-left: 0;
		border-bottom: 1px solid #EDF5FC;
	}

	.main-navigation li {
		display: block;
		width: 100%;
		padding-top: 5px;
	}
	.main-navigation > li:last-child {
		padding-bottom: 30px;
		border-bottom: 1px solid #EDF5FC;
	}
	.main-navigation a {
		width: 80%;
		color: #333333;
	}
	.main-navigation a:hover {
		color: #000000;
	}
	.site-header #primary-menu .current-menu-item {
		border-bottom: none;
	}
	.site-header .current-menu-item > a {
		text-decoration: underline;
		color: #333333;
	}
	.y-banner__title.page-title {
		font-size: 30px;
		line-height: 1.2;
	}

	/* FOOTER */
	.footer-content {
		flex-direction: column;
	}
	.footer-content .footer-title {
		display: block;
		padding-bottom: 20px;
	}
	.footer-title__first {
		display: flex;
		align-items: center;
	}
	.footer-content .site-branding {
		min-width: 60px;
	}
	.footer-content .footer-site-description {
		margin: 0 0 0 1.3em;
	}
	.footer-content .y-btn {
		display: block;
		width: 100%;
		margin-top: 1em;
	}

	.footer-navigation {
		display: inline-block;
		width: 100%;
		margin-left: 0;
	}
	.footer-navigation .y-arrow {
		display: inline-block;
		text-align: right;
	}
	#footer-menu {
		display: block;
	}
	#footer-menu li:nth-child(even) {
		margin-left: 0;
	}
	.footer-navigation__title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding-top: 20px;
		margin-bottom: 10px;
		border-top: 1px solid #DCE7F4;
	}
	.footer-content h6 {
		margin-bottom: 0;
	}
	.menu-footer-menu-container {
		display: none;
		padding-bottom: 0.5em;
		border-bottom: 1px solid #DCE7F4;
	}
	.footer-contacts {
		margin-top: 1.1em;
	}
	.footer-contacts__group.footer-phone-email {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 1em;
	}
	.footer-contacts__group {
		margin-bottom: 0.8em;
	}
	.footer-contacts__phone {
		margin-right: 10px;
	}
	.site-footer .site-info {
		margin-top: 10px;
	}
	.footer-copyright {
		margin: 0 10px 1em 0;
	}
	.footer-payment {
		position: relative;
		left: -5px;
	}

	/**** GENERAL ****/
	.col-lg-5 + .col-lg-7 {
		padding-left: 0;
	}

	.y-bg-banner.narrow {
		/*background-image: url("img/banners/narrow-banner-mobile.jpg");*/
		height: 60px;
		background-position: center;
	}
	.page-title {
		font-size: 30px;
		line-height: 1.2;
	}
	.big-btn {
		width: 100%;
	}
	#y-subscription .tnp-subscription input.tnp-submit {
		padding: 10px 20px;
	}
	.tnp-subscription input[type=email] {
		height: 50px!important;
	}
	.section-title {
		font-size: 24px;
		line-height: 38px;
	}
	#y-community {
		padding: 2rem 0;
	}
	.y-community__buttons {
		flex-direction: column;
	}
	.y-community__buttons.standing {
		align-items: flex-start;
	}
	.y-community__button {
		margin: 1em 0;
	}
	.y-community__buttons.standing > div {
		width: 280px;
	}
	#y-subscription form {
		flex-direction: column;
	}
	#y-subscription .tnp-subscription {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#y-subscription .tnp-subscription div.tnp-field input {
		width: 100%;
		-webkit-box-shadow: 0px 0px 15px rgba(34, 89, 153, 0.05);
		-moz-box-shadow: 0px 0px 15px rgba(34, 89, 153, 0.05);
		box-shadow: 0px 0px 15px rgba(34, 89, 153, 0.05);
	}
	#y-subscription .tnp-subscription .tnp-field-button {
		margin-top: 1em;
		height: 3.6em;
	}
	.y-404 {
		margin-top: 0.5em;
	}
	.post-navigation .nav-title {
		display: none;
	}
	.col-lg-7 {
		padding-right: 0;
	}
}
@media screen and (max-width: 360px) {
	.page-title {
		font-size: 26px;
		line-height: 1.2;
	}
	.y-community__buttons.standing > div {
		width: 100%;
	}
}


@media screen and (max-width: 991px) {
	body .y-banner__button {
		width: 100%;
		margin-right: 0;
		flex-basis: 100%;
		height: 65px;
		margin-top: 0.8rem;
	}
}

.y-you-can-help__plates {
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.y-can-help-item {
		width: 100%;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 991px) {
body .y-journal__postA {
	margin: 0;
}
}
@media screen and (min-width: 991px) {
.y-family-story__img,
.y-family-story__img img{
	height:100%;
	object-fit: cover;
}
}


/* .main-navigation__language-switcher__options a:last-of-type {
	display: none;
} */


/* Modal */
.registerModal {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	z-index: 99999;
	width: 100%;
	height: 100%;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	display: none;
}
.registerModal.registerModalOpened {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.registerModal-wrap {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	width: 100%;
	max-width: 560px;
	overflow-y: auto;
	max-height: 100%;
}
@media screen and (max-width: 640px) {
	.registerModal-wrap {
		max-width: 100%;
		padding: 10px;
	}
}
.registerModal-wrap .close {
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 10px;
	cursor: pointer;
	width: 37px;
	height: 37px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.registerModal-header {
	border-bottom: 1px solid #ddd;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
.registerModal-header p {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 170%;
	text-align: center;
	color: #222;
}
@media screen and (max-width: 460px) {
	.registerModal-header p {
		font-size: 14px;
	}
}
.registerModal-logo {
	width: 37px;
	height: 41px;
	border-radius: 4px;
	position: absolute;
	right: 20px;
	top: 7px;
}
@media screen and (max-width: 460px) {
	.registerModal-logo {
		right: 0;
	}
}
.registerModal-title {
	padding: 10px 20px;
}
.registerModal-title h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 148%;
	color: #222;
}
.registerModal-title p {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #222;
}
.registerModal-form {
	padding: 10px 20px;
}
.registerModal-form .y-form-item .y-btn {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #fff;
}
.registerModal-otp {}
.registerModal-otp .wpcf7-form-control {
	border: 1px solid #b0b0b0;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #222;
	padding: 10px;
	width: 100%;
}
.registerModal-otp .wpcf7-form-control.wpcf7-not-valid {
	color: #ff3f3f;
}
.registerModal-otp [name='evcf7-verify-email'],
.registerModal-otp .wpcf7-submit {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #fff;
	background: #61adf3;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
}
.registerModal-otp .wpcf7-spinner,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none;
}
.registerModal-verify > p {
	margin: 0;
}
.registerModal-verify .reg_for_email {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #fff;
	background: #61adf3;
	padding: 10px;
	width: 100%;
}
.registerModal .mo-openid-app-icons {
	display: -webkit-flex !important;
	display: -ms-flex !important;
	display: flex !important;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 7px;
}
.registerModal .mo-openid-app-icons > a {
	max-width: 100%;
	font-size: 15px;
    font-weight: 600;
    line-height: 140%;
	padding: 0 !important;
    color: #222 !important;
	line-height: 193%;
}
.registerModal-otp-select {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-left: 5px;
	margin-right: -5px;
}
.registerModal-otp {
	flex-basis: 100%;
	margin-left: -100%;
	opacity: 0;
	position: relative;
	z-index: -1;
}
.registerModal-otp.isVisible {
	margin-left: 0;
	opacity: 1;
	z-index: auto;
}
.registerModal-email {}
.registerModal-phone {}
form p.evcf7-verify-btn .loader {
	display: none;
}
.custom_btn-social {
	font-size: 15px;
    font-weight: 600;
    line-height: 140%;
	color: #222;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
	border-color: #000;
	margin-left: 5px;
	width: 100%;
	padding: 11px 0;
	margin-bottom: 0;
	/* border-radius: 5px; */
	background: #fff;
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0);
	text-decoration: none;
	margin-top: 11px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	position: relative;
	line-height: 193%;
}
.custom_btn-social:focus {
	color: #222;
}
.custom_btn-social i {
	position: absolute;
	left: 10px;
}
.custom_btn-social:hover {
	background-image: linear-gradient(to bottom, #F8F8F8, #F8F8F8);
	color: #000;
	text-decoration: none;
}

.y-social-form br {
	display: none;
}
.y-social-form__lable {}
