/*!
Theme Name: Pro Tips
Theme URI: http://underscores.me/
Author: Perfectial
Author URI: https://perfectial.com
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: pro_tips
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.

Pro Tips 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
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Media
	- Captions
	- Galleries
# Utilities
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/* Sections
========================================================================== */
@font-face {
	font-family: 'Bw Modelica';
	src: local('Bw Modelica Regular'), local('Bw-Modelica-Regular'),
		url(assets/fonts/BwModelicaCyrillicDEMO-Regular.woff2) format('woff2'),
		url(assets/fonts/BwModelicaCyrillicDEMO-Regular.woff) format('woff'),
		url(assets/fonts/BwModelicaCyrillicDEMO-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@400;600&display=swap');
/**
	* Remove the margin in all browsers.
	*/
body {
	margin: 0;
	font-family: 'Palanquin Dark', sans-serif;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}
li {
	list-style-type: none;
}

/* 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;
	text-decoration: none;
}

/**
	* 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
--------------------------------------------------------------*/
dfn,
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 125%;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 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%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h4 {
	font-size: 16px;
	line-height: 19px;
}

button:focus {
	outline: none;
}
button {
	padding: 0;
	border: none;
	background: transparent;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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


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

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

/* 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;
}
#page {
	position: relative;
}

/*HEADER*/
header.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0;
}
.header-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	padding: 0 51px;
}
header.site-header li a {
	margin-left: 25px;
	color: #000; 
	font-family: 'Bw Modelica', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.15px;
	line-height: 18px;
}
header.site-header li a:hover {
	color: #4F4F4F;
}
.main-navigation {
	display: flex;
	align-items: center;
}
.header-guide {
	margin-left: 25px;
	padding: 12px 30px;
	border-radius: 6px;
  	border: 2px solid #000;
	color: #000;
	font-family: 'Bw Modelica', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.15px;
	line-height: 18px;
}
.header-guide:hover {
	cursor: pointer;
}
.menu-wrap {
	display: flex;
	align-items: center;
}
.container {
	max-width: 1280px;
	margin: 0 auto;
}
.hidden-content {
	display: none;
	position: fixed;
	width: 75%;
	height: 100%;
	background: #000;
	color: #fff;
	top: 0;
	right: 0;
	z-index: 10;
	font-family: 'Palanquin Dark', sans-serif;
}
.hidden-content p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}
.hidden-content td {
	border: 1px solid #fff;
}
.hidden-content li {
	font-size: 16px;
    line-height: 30px;
}
.hidden-content ul li {
	list-style: disc;
}
.hidden-content ol li {
	list-style: decimal;
}
.hidden-content ul, .hidden-content ol {
	padding-left: 15px;
}
.close-side-content {
	padding: 0;
	font-size: 32px;
	background: none;
	border: none;
	color: #fff;
	position: absolute;
    top: 27px;
    left: 35px;
}
.close-side-content:hover {
	cursor: pointer;
}
.content-to-show {
	position: relative;
	display: none;
	padding: 50px 15px 65px 160px;
	max-height: 100vh;
	overflow-y: auto;
	margin-right: 15px;
	background: #000;
	min-height: 100vh;
	margin: 0;
}
.content-to-show a {
	color: #fff;
	text-decoration: underline;
}
.section-title {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 50px;
}
.section-subtitle {
	margin-bottom: 20px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
}
.wpcf7-form label span {
    margin-top: 7px;
    display: block;
}
.wpcf7-form input[type="submit"] {
	font-size: 21px;
  	line-height: 30px;
}
.about-content {
	max-width: 75%;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.about-content h3, .about-content h4 {
	font-size: 16px;
	font-weight: 600;
}
.about-content h3 {
	margin-bottom: 15px;
	margin-top: 35px;
}
.about-content h3 + h4, .about-content h3 + h3 {
	margin-top: 25px;
	margin-bottom: 10px;
}
.content-to-show form {
	max-width: 450px;
}
form input,
form textarea  {
	width: 100%;
	border: 1px solid #fff;
	background: transparent;
	padding: 13px 10px;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #fff;
	max-height: 120px;
}
form input:focus,
form textarea:focus {
	outline: none;
} 
form input::placeholder,
form textarea::placeholder {
	font-weight: 500;
	color: #fff;
}
form input[type="submit"] {
	background: #fff;
	color: #000;
	font-weight: 600;
}
form input[type="submit"]:hover {
	cursor: pointer;
}
.wpcf7-response-output{
	color: #fff !important;
}
.page-wrap {
	min-height: calc(100vh - 238px);
}
/*LIGHT SLIDE SECTION*/
.content-to-show.light-layout {
	background: #fff;
}
.content-to-show.light-layout * {
	color: #000;
}
.hidden-content .light-layout td {
	border: 1px solid #000;
}
/*FOOTER*/
footer {
	background: #F2F2F2;
	padding: 50px 0 120px;
}
.entry-footer {
	display: none;
}
.footer-content-wrap {
	display: flex;
	align-items: center;
}
.footer-links a {
	color: #000;
	font-family: 'Bw Modelica', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.15px;
	line-height: 18px;
	margin-left: 40px;
}

/*CONTACT POPUP*/
.footer-links-wrap {
	display: flex;
}
.menu-wrap {
	display: flex;
	align-items: center;
}
.overlay {
	background: rgba(0, 0, 0, 0.68);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	z-index: 55;
}
.overlay.is-on {
	opacity: 1;
	visibility: visible;
}
.overlay.is-on .content {
	opacity: 1;
	visibility: visible;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
}
.overlay .content {
	background: #000;
	position: absolute;
	top: -50%;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	min-height: 200px;
	padding: 80px 120px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
}
	
#close {
	position: absolute;
	right: 22px;
	top: 22px;
	font-size: 26px;
	opacity: 0.44;
	color: #FFF;
	cursor: pointer;
}
.download-content {
	color: #fff;
}
.download-content h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 3.05px;
	line-height: 24px;
	margin-bottom: 9px;
}
.download-content p {
	font-size: 14px;
	letter-spacing: 2.13px;
	line-height: 17px;
	margin-bottom: 7px;
}
.wpcf7-acceptance label {
	display: flex;
}
.wpcf7-acceptance label input {
	height: 15px;
	margin-right: 15px;
	width: auto;
}
.wpcf7-acceptance label span {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.64px;
	line-height: 14px;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
}
.wpcf7-acceptance label {
	position: relative;
	cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox] {
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.wpcf7-acceptance input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 28px;
	width: 28px;
	top: 0px;
	left: 0px;
	border: 1px solid #dc3232;
}
.wpcf7-acceptance input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 28px;
	width: 28px;
	top: 0;
	left: 0;
	visibility: hidden;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
	background: transparent;
	border: 1px solid #fff;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	margin-left: 40px;
	display: inline-block;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
.vp-s:focus {
	outline: none;
}
.fb_dialog {
	z-index: 5 !important;
}
.wpcf7-form.sent * {
	display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
	display: block;
}
.site-main {
	padding-top: 130px;
	padding-bottom: 80px;
}

/*HOME PAGE*/
.home-banner {
	/* min-height: 693px; */
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.home-banner .container {
	display: flex;
	align-items: center;
	min-height: 693px;
	position: relative;
}
.home-banner h2 {
	color: #000;
	font-family: 'Palanquin Dark', sans-serif;
  	font-size: 71px;
  	letter-spacing: -1.58px;
	line-height: 73px;
	font-weight: 600;
	margin-bottom: 15px;
}
.subtitle {
	color: #000;
  	font-size: 21px;
  	line-height: 30px;
}
.banner-content .subtitle {
	margin-bottom: 30px;
}
.banner-content {
	width: 40%;
}
.banner-img {
	margin-left: 30px;
	margin-bottom: -100px;
}
.dark-button {
	border-radius: 4px;
  	background-color: #000;
	text-align: center;
	width: 100%;
	position: relative;
	display: block;
	padding: 9px 0;
	color: #FFF;
	font-family: 'Palanquin Dark', sans-serif;
  	font-size: 26px;
  	line-height: 47px;
}
.small-title {
	color: #000;
  	font-size: 43px;
  	letter-spacing: -0.96px;
	line-height: 73px;
	font-weight: 600;
}
.wwd {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 45px 0;
}
.boxed-content {
	width: 50%;
}
.talents-wrap {
	padding-bottom: 75px;
	background-image: linear-gradient(#fff 44%, #FBDB00 0%);
}
.talents {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.talent {
	width: 23.5%;
	text-align: center;
}
.talent img {
	margin-bottom: 15px;
	width: 100%;
}
.name {
	color: #000;
  	font-size: 21px;
  	font-weight: 700;
  	line-height: 30px;
}
.talents-wrap .small-title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.fvideo {
	padding: 60px 0 50px;
}
.flex-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fv-img {
	width: 50%;
}
.fvcontent {
	width: 46%;
}
.big-title {
	color: #000;
	font-size: 74px;
	font-weight: 700;
	letter-spacing: 0.74px;
	line-height: 64px;
}
.description {
	color: #333;
	font-family: 'Bw Modelica', sans-serif;
	font-size: 20px;
	letter-spacing: 0.2px;
	line-height: 38px;	
}
.process-wrap {
	padding: 100px 0 70px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.process-wrap .flex-wrap {
	align-items: flex-start;
}
.process-content {
	width: 35%;
	margin-top: 30px;
}
.process-content .description {
	color: #000;
 	 font-size: 18px;
  	letter-spacing: 0.18px;
  	line-height: 30px;
}
.process-content .big-title {
	font-size: 60px;
  	letter-spacing: 0.6px;
  	line-height: 70px;
}
.process-items {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.process-item {
	width: 48%;
	height: 260px;
	padding: 25px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 12px 0 rgba(187,187,187,0.5);
	margin-bottom: 30px;
}
.process-item:first-child {
	margin-top: 93px;
}
.process-item:last-child {
	margin-top: -93px;
}
.process-item h4 {
	color: #000;
  	font-size: 25px;
  	letter-spacing: 0.25px;
	line-height: 45px;
	margin-bottom: 20px;
}
.process-item p {
	color: #4F4F4F;
	font-family: 'Bw Modelica', sans-serif;
  	font-size: 14px;
  	letter-spacing: 0.14px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
}
.lm-wrap {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding: 52px 0 115px;
	text-align: center;
	position: relative;
}
.lm-wrap h3 {
	color: #000;
  	font-size: 45px;
  	letter-spacing: -1px;
	line-height: 94px;
	margin-bottom: 15px;
}
.lm-wrap p {
	color: #000;
	font-family: 'Bw Modelica', sans-serif;
  	font-size: 18px;
	line-height: 33px;
	margin-bottom: 30px;
}
.light-button {
	color: #000;
	font-family: 'Palanquin Dark', sans-serif;
  	font-size: 26px;
	line-height: 47px;
	background: #fff; 
	padding: 9px 90px;
	border-radius: 5px;
}
.lm-img {
	position: absolute;
	top: 0px;
	left: 0;
	max-height: 100%;
}
.lm-content-wrap {
	max-width: 40%;
	margin: 0 auto;
}