#wpchill-welcome {
    padding-top: 80px;
}

#wpchill-welcome *, #wpchill-welcome *::before, #wpchill-welcome *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wpchill-welcome .clear:before {
    content: " ";
    display: table;
}

#wpchill-welcome .clear:after {
    clear: both;
    content: " ";
    display: table;
}

#wpchill-welcome .container {
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
}

#wpchill-welcome .block {
    padding: 40px;
}

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

#wpchill-welcome h1 {
    color: #222;
    font-size: 24px;
    margin: 0 0 16px 0;
}

#wpchill-welcome h5 {
    color: #222;
    font-size: 16px;
    margin: 0 0 8px 0;
}

#wpchill-welcome h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

#wpchill-welcome .wpmtst-btn-lg {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 28px;
}

#wpchill-welcome .wpmtst-btn-block {
    display: block;
    width: 100%;
}

#wpchill-welcome .wpmtst-btn {
    border: 0;
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: none;
}


#wpchill-welcome .button-wrap {
    max-width: 590px;
    margin: 0 auto 0 auto;
}

#wpchill-welcome .button-wrap .left {
	margin-bottom: 10px;
}

#wpchill-welcome .button-wrap-single a {
    font-size: 14px;
}

#wpchill-welcome .button-wrap-single {
	padding: 0 20px;
}

@media screen and (min-width: 720px) {

	#wpchill-welcome .button-wrap .left {
		margin-bottom: 0px;
		float: left;
		width: 50%;
		padding-right: 20px;
	}

	#wpchill-welcome .button-wrap .right {
		float: right;
		width: 50%;
		padding-left: 20px;
	}

	#wpchill-welcome .button-wrap-single a {
		font-size: 16px;
	}
}

/* hero section */
#wpchill-welcome .hero {
	background-color: #fff;
	border-radius: 10px;
    margin-bottom: 30px;
	position: relative;
	box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.1);
    padding-top: 40px;
}

#wpchill-welcome .hero .mascot {
    background-color: #fff;
    border-radius: 50%;
    height: 90px;
    width: 90px;
	padding: 28px 28px;
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -45px;
}

#wpchill-welcome .hero .video-thumbnail {
    display: block;
	margin: 0;
	width: 100%;
}

#wpchill-welcome .hero .button-wrap {
    margin-top: 20px;
}


/* features section */
#wpchill-welcome .features {
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
    padding-top: 20px;
}

#wpchill-welcome .features .feature-list {
    margin-top: 40px;
}

#wpchill-welcome .features .feature-block {
	margin-bottom: 30px;
}

@media screen and (min-width: 720px) {

	#wpchill-welcome .block-row-2 .feature-block {
		margin: 0 auto;
	    float: left;
		width: 50%;
		padding-bottom: 32px;
		overflow: auto;
	}

	#wpchill-welcome .block-row-3 .feature-block {
		margin: 0 auto;
	    float: left;
		width: 33%;
		padding-bottom: 32px;
		overflow: auto;
	}

	#wpchill-welcome .block-row-2 .feature-block:nth-child(odd) {
		padding-right: 22px;
		clear: both;
	}

	#wpchill-welcome .block-row-3 .feature-block:not(:nth-child(3n+3)) {
		padding-right: 22px;
	}

	#wpchill-welcome .block-row-3 .feature-block:nth-child(3n+1) {
		clear: both;
	}

	#wpchill-welcome .features .feature-block.last {
		padding-left: 22px;
	}
	.block-row-1 > * {
		width: 100%;
	}
	.block-row{
		display:flex;
		flex-wrap:wrap;
		align-items:flex-start;
		flex-direction: row;
		justify-content: flex-start;
	}

	.block-row-2 > * {
		width: 50%;
	}

	.block-row-3 > * {
		width: 33%;
	}

	.block-row-4 > * {
		width: 25%;
	}
}

#wpchill-welcome  .features .feature-block img {
    float: left;
	max-width: 44px;
	max-height: 44px;
}

#wpchill-welcome .features .feature-block h5 {
    margin-left: 70px;
}

#wpchill-welcome  .features .feature-block p {
    margin-left: 70px;
}

#wpchill-welcome .features .pro-label {
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding: 3px 6px;
    font-size: 0.75rem;
    border-radius: 20px;
    vertical-align: text-top;
    margin-left: 20px;
}

#wpchill-welcome .features .feature-list a {
	color: #5333ED;
}

/* upgrade section */
#wpchill-welcome .upgrade {
	background-color: white;
	text-align: center;
}

#wpchill-welcome .upgrade h1{
	color: #fff;
}

@media screen and (min-width: 720px) {

	#wpchill-welcome .upgrade .left{
	 	float: left;
		width: 50%;
		padding-left: 20%;
		margin-bottom: 30px;
		text-align: left;
	}

	#wpchill-welcome .upgrade .right{
	 	float: left;
		width: 50%;
		padding-right: 20%;
		margin-bottom: 30px;
		text-align: left;
	}

	#wpchill-welcome .button-wrap-single {
		width: auto;
		margin: 0 auto;
		display: inline-block;
	}
}

/* testimonials section */
#wpchill-welcome .testimonials {
	background-color: #fafafa;

	position: relative;
	box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.1);
}

#wpchill-welcome .testimonials .testimonial-block {
	padding: 0 16px 32px;
	overflow: auto;
	margin-top: 40px;
	text-align: center;
}

@media screen and (min-width: 720px) {

	#wpchill-welcome .testimonials .testimonial-block {
	   float: left;
	   width: 50%;
    }

}

#wpchill-welcome .testimonials .testimonial-block p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

#wpchill-welcome .testimonials .testimonial-block img {
	max-width: 60px;
	max-height: 60px;
	border-radius: 50%;
	filter: grayscale(100%);
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

/* testimonials footer */
#wpchill-welcome .footer {
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    margin-bottom: 30px;
	position: relative;
	box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.1);
}

#wpchill-welcome .container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#wpchill-welcome .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wpchill-welcome .stars_wrapper svg {
    height: 20px;
}

#wpchill-welcome .wpchill_empty_space{
	display:block;
	clear:both;
}

.wpchill_horizontal_delimiter {
	background-color: #f0f0f1;
	height:20px;
	width:100%;
	margin:0 auto;
}

.wpchill-text-center {
	text-align: center;
}