/**
Theme Name: astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/************ General ****************/

p {
    margin-bottom: 10px;
}
a {
	outline: none !important;
}
.vertical-text {
	-webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    display: inline-block;
	color: #282828;
	letter-spacing: .05em;
    font-size: 18px;
    font-weight: 300;
}
.vertical-text::after {
	background-image: url(/wp-content/uploads/2021/02/Group-39.png);
    display: block;
    width: 1px;
    height: 96px;
    content: "";
    top: 100%;
    right: 16px;
    position: absolute;
}
.vertical-text.left {
	width: max-content;
}
.vertical-text.left::after {
	right: auto;
	left: 15px;
	width: 2px;
}

/************ Header *****************/

.ast-logo-title-inline .site-logo-img {
    padding-left: 15px;
}

/************ Footer *****************/

.footer-gradient {
	background: linear-gradient(90deg, #031A57 23.96%, #041E61 59.37%, #092979 100%);
}

.wpcf7 form > div {
    margin-bottom: 0;
}
.form-footer {
	font-size: 28px;
	color: #DEE3F0;
	line-height: 0.7;
}
.form-footer span.wpcf7-form-control-wrap {
	display: inline-block;
	width: 300px;
}
.form-footer span.wpcf7-form-control-wrap.company-name {
	width: 400px;
}
.form-footer input.wpcf7-form-control {
	background-color: transparent;
    border-width: 0px 0px 1px;
    border-radius: 0px;
    border-color: #1F397B;
	text-align: center;
	padding-bottom: 0;
}
.form-footer input.wpcf7-form-control:placeholder { color: #425A96; }
.form-footer input.wpcf7-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #425A96; opacity: 1; /* Firefox */ }
.form-footer input.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #425A96; }
.form-footer input.wpcf7-form-control::-ms-input-placeholder { /* Microsoft Edge */ color: #425A96; }

.form-footer input.wpcf7-submit {
	background: #EBEBEB;
    border-radius: 4px;
    color: #282828;
    font-size: 20px;
    font-weight: 600;
	vertical-align: bottom;
	margin-top: 70px;
	padding-bottom: 10px;
}  
.form-footer input.wpcf7-submit:hover {
	transform: translateY( -8px );
}
.form-footer input.wpcf7-submit:active {
	background-color: #C6D2F0;
}

.form-footer span.your-informed {
	color: #576BA3;
    font-size: 15px;
    width: 445px;
	line-height: 1.5;
}
.wpcf7-not-valid-tip {
    font-size: 15px;
	text-align: center;
}


.elementor-location-footer .vertical-text {
	color: #DEE3F0;
}

.elementor-location-footer .brief .elementor-icon-box-wrapper {
	width: max-content;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EB6575;
}

.footer-menu-link a {
	color: #DEE3F0;
}
.footer-menu-link .footer-menu-number {
	font-size: 18px;
	color: #7081AB;
}
.footer-menu-link a:hover,
.footer-menu-link a:hover ~ .footer-menu-number {
	color: #E0476A;
}
.footer-menu-link a:active {
	color: #E0476A;
}
/************ Home Page *****************/

/* Mouse Animation */

.mouse-animation {
	width: 80px;
    height: 80px;
    background-image: url(/wp-content/uploads/2021/02/Ellipse-1.png);
    background-repeat: no-repeat;
	background-position: center;
	margin-top: 230px;
	margin-bottom: 30px;
}
.mouse-animation img {
	padding-top: 16px;
	animation: nudge 2s linear infinite alternate;
}
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 12px);
  }
}
.align-content-center .elementor-widget-wrap {
	align-content: center;
}

/* Our Services */
.digital-block:hover p,
.web-block:hover p,
.marketing-block:hover p,
.branding-block:hover p,
.strategy-block:hover p,
.social-block:hover p {
	color: #ffffff;
}
.digital-block,
.web-block,
.marketing-block,
.branding-block,
.strategy-block,
.social-block {
	transition: 3s;
}
.info {
	background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 72px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    padding: 32px;
	
	width: 503px;
	height: auto;
	display: none;
	opacity: 0;
	position: fixed;
	z-index: 0;
}
.info-title {
	font-size: 20px;
    font-weight: 600;
    color: #474747;
}
.info-text {
	font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #686868;
}
.info-list {
	color: #838383;
	line-height: 22px;
	margin-top: 20px;
    margin-left: 20px;
}
.info-list li {
	padding-bottom: 10px;
}
.info.active {
	display: block;
    opacity: 1;
	z-index: 1;
}

/* Our Clients Tabs */
.elementor-tabs-wrapper {
	order: 2;
}
.elementor-tabs-wrapper > div {
	display: inline-flex;
}
.elementor-tab-title span {
	filter: grayscale(1);
    opacity: 0.3;
}
.elementor-tab-title.elementor-active span,
.elementor-tab-title:hover span {
	filter: none;
	opacity: 1;
}

.gardewine {
	background-image: url(/wp-content/uploads/2021/02/gardewine-logo-1-Traced.png);
    width: 254px;
    height: 47px;
    display: inline-block;
    background-repeat: no-repeat;
}
.cmha {
	background-image: url(/wp-content/uploads/2021/02/logo-1.png);
    width: 77px;
    height: 74px;
    display: inline-block;
}
.ppp {
	background-image: url(/wp-content/uploads/2021/02/logo1.png);
    width: 151px;
    height: 73px;
    display: inline-block;
}
.wellcenral {
	background-image: url(/wp-content/uploads/2021/02/Well-Central_Logos_RGB-05-1-8-2.png);
    width: 249px;
    height: 67px;
    display: inline-block;
    background-repeat: no-repeat;
}
.ioud {
	background-image: url(/wp-content/uploads/2021/02/Group-11.png);
    width: 99px;
    height: 59px;
    display: inline-block;
}
.peer {
	background-image: url(/wp-content/uploads/2021/02/mss-pcm-logo-RGB_icon-2.png);
    width: 100px;
    height: 77px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
}

/* Our Team */
.team {
	position: relative;
	width: 240px;
}
.team-img {
	position: absolute;
	z-index: 2;
}
.team-desc {
	position: absolute;
    background: #ffffff;
	width: 832px;
	z-index: -1;
	border: 1px solid #C9CED6;
    border-radius: 2px;
}

.team-desc.left {
	left: -592px;
}
.left-block {
	background: #ffffff;
    width: 240px;
    height: 337px;
	padding: 24px 16px;
	text-align: center;
}
.team-desc.right > .left-block {
	float: left;
	border-right: 1px solid #C9CED6;
}
.team-desc.left > .left-block {
    float: right;
	border-left: 1px solid #C9CED6;
}
.team-desc > .right-block {
	background: #ffffff;
	height: 337px;
	display: flex;
    padding: 24px;
    align-items: center;
}

.team:hover > .team-img {
	z-index: -1;
}
.team:hover > .team-desc {
	z-index: 3;
	animation-name: fadeInLeft;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-timing-function: ease;
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



.team-desc .position {
	font-size: 14px;
	color: #202020;
	margin-bottom: 190px;
}
.darya-belousova .team-desc .position {
	margin-bottom: 170px;
}

.team-desc .name {
	font-weight: 600;
	font-size: 16px;
	color: #282828;
}
.team-desc .location {
	font-size: 14px;
	font-weight: 400;
	color: #A7A7A7;
}
.team-desc .bio {
	
}

/************************ Onboarding Page ****************************/

.button-gradient button {
	background: linear-gradient(
90deg
, #C13D8F 0%, #F58C34 100%);
    box-shadow: 0px 10px 25px rgb(220 102 96 / 25%);
    border-radius: 4px;
}
.button-gradient button:hover {
	background: linear-gradient(89.96deg, #C13D8F 38.14%, #F58C34 121%);
	box-shadow: 0px 10px 25px rgba(220, 102, 96, 0.25);
}
.button-gradient button:active {
	box-shadow: 0px 10px 25px rgba(220, 102, 96, 0.55);
}
.link-white a {
	color: #ffffff;
}
.link-white a:hover {
	text-decoration: underline;
}

/***************************** Introduction Page **************************************/
.label-top-line {
	font-size: 24px;
    font-weight: 700;
    color: rgba(0, 44, 89, 0.5);
}
.label-bottom-line {
	color: #3c3c3c;
}
.label-explan {
	display: block;
    position: absolute;
    top: 100%;
	font-size: 16px;
    color: rgba(60, 60, 60, 0.75);
    font-weight: 400;
    font-style: italic;
}
#introduction_form .elementor-field-type-submit {
	display: block;
    width: 100%;
}
#introduction_form .elementor-field-group-field_e44679c {
	margin-top: 2em;
}
#introduction_form .elementor-field-group-field_d1f24e0 {
	margin-top: 9em;
}
#introduction_form .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 24px;
}
#introduction_form .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option label {
	font-weight: 500px;
}
#introduction_form input[type="checkbox"]:checked, input[type="checkbox"]:hover:checked, input[type="checkbox"]:focus:checked, input[type=range]::-webkit-slider-thumb {
    border-color: #002C59;
	background-color: #002C59;
}

/*************************** Appointment Page ************************************/
.calendly-inline-widget {
	min-height: 660px;
}
#appointment-calendly iframe {
	min-height: 660px;
}
.calendly-inline-widget iframe,.calendly-badge-widget iframe,.calendly-overlay iframe {
	min-height: 660px;
}
#page-region > div > div > div > a {
	display: none;
}
/************************** Adaptive ************************************/
@media screen and (max-width:1024px){
	#introduction_form .elementor-field-group-field_d1f24e0 {
		margin-top: 11em;
	}
}
@media screen and (max-width:500px){
	.banner-top img {
		max-width: 180px;
	}
	.banner-top h1 {
		font-size: 36px;
	}
	.elementor-421 .elementor-element.elementor-element-5eaf9c9 > .elementor-container {
		min-height: 230px;
	}
	.elementor-421 .elementor-element.elementor-element-1c5e8a0 > .elementor-widget-container {
		padding: 30px 0px 0px 0px;
	}
	#introduction_form .elementor-field-group-field_d1f24e0 {
		margin-top: 17em;
	}
	#introduction_form .elementor-field-group-field_7ad091a {
		margin-top: 2em;
	}
}
@media screen and (max-width:500px){
	#introduction_form .elementor-field-group-field_d1f24e0 {
		margin-top: 20em;
	}
}

