/*
Theme Name: Tolak Angin Wordpress Theme
Theme URI: 
Description: 
Version: 1.0
Author: Jump Digital Inc.
*/

/* Fonts */
/*@font-face {
  	font-family: 'Font Awesome';
  	src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  		 url('fonts/fontawesome-webfont.woff') format('woff'),
  		 url('fonts/fontawesome-webfont.ttf')  format('truetype'),
  		 url('fonts/fontawesome-webfont.svg#Font Awesome') format('svg');
  	font-weight: normal;
  	font-style: normal;
}*/

body {
	font-family: 'Puritan', sans-serif;
	font-size: 16px;
	color: #505050;
}

.body-wrapper { position: relative; overflow: hidden; }

.wrapper { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

section { position: relative; }

a { display: inline-block; }

p {
	font-size: 16px;
	line-height: 158%;
	letter-spacing: 0.02em;
}

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

input[type="checkbox"] {
	appearance: checkbox;
	-webkit-appearance: checkbox;
}

select {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
}

ul.list { font-size: 0; }
ul.list > li { display: inline-block; }

/*ul { font-size: 0; }
li { font-size: 14px; }*/

/* HEADING */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: block;
	font-family: inherit;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
}

/* ARTICLE */
article p { margin-bottom: 14px; }
article p:last-of-type { margin-bottom: 0; }

article ul, article ol {
	list-style-position: outside;
	padding-left: 14px;
	margin-bottom: 14px;
}

article ul:last-of-type,
article ol:last-of-type {
	margin-bottom: 0;
}

article ul li { list-style-type: disc; }
article ol li { list-style-type: decimal; }

article ul li,
article ol li {
	line-height: 22px;
}


article a {
	color: #0000ee;
	text-decoration: underline;
}

/* UNIVERSAL */
.object-fit { position: relative; }
a.object-fit { display: block; }

.object-fit > img { width: 100%; }

.object-fit > figure,
.object-fit > figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.object-fit > figure img {
	object-fit: cover;
}

.bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fLeft { float: left; }
.fRight { float: right; }

.relative { position: relative; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.table { display: table; width: 100%; height: 100%; }

.table-row { display: table-row; font-size: 0; }

.table-cell { display: table-cell; vertical-align: middle; }

.clear { clear: both; }

.clearfix { zoom: 1; }
.clearfix:before, 
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Magnific Popup */
/*.mfp-wrap { overflow-y: scroll !important; }*/

.mfp-fade.mfp-bg {
  	opacity: 0;
  	transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-webkit-transition: all 0.5s ease;
}

.mfp-fade.mfp-bg.mfp-ready { opacity: 0.9; }

.mfp-fade.mfp-bg.mfp-ready.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  	opacity: 0;
  	transform: translateY(-3vh);
  	transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-webkit-transition: all 0.5s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  	opacity: 1;
  	transform: translateY(0);
}

.mfp-fade.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  	opacity: 0;
  	transform: translateY(10vh);
}

/* Contact Form 7 - Alert Msg */
div.wpcf7 .ajax-loader {
	position: absolute;
	top: 11px;
	right: -20px;
	margin: 0 !important;
}

div.wpcf7-response-output {
	font-size: 16px;
	line-height: 158%;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 15px;
    margin: 14px 0 0 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    color: #3c763d;
    border: #d6e9c6 1px solid;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
    background-color: #f5d2d2;
    color: #a94442;
    border: #ecb6bf 1px solid;
}

span.wpcf7-not-valid-tip {
    display: none;
    font-size: 0;
}

/* COL */
.col { margin: 0 -20px; }

[class^="col-"] {
	padding: 0 20px;
}

/* SECTION TITLE */
/*.section-title { text-align: center; }*/

.section-title { margin-bottom: 28px; }

.section-title.has-social { margin-bottom: 38px; }

.section-title h3 {
	font-size: 58px;
	color: #629E52;
	line-height: 102%;
}

.section-title.has-social h3 { margin-bottom: 12px; }

.section-title.fff h3 {
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-title.has-p p { margin-top: 7px; }

.section-title .social a {
	font-family: 'Sansita', sans-serif;
	font-size: 16px;
	color: #505050;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-title .social li { padding: 0 15px; }

.section-title .social a i { margin-right: 8px; }

.section-title .social a.fb i { color: #3B5998; }
.section-title .social a.ig i { color: #517FA4; }

/* LOGO */
.logo {
	display: inline-block;
	cursor: pointer;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.logo.header {
	width: 203px;
	height: 26px;
	background-image: url('images/logo/header.png');
	background-size: 203px;
}

.logo.header.animated { opacity: 0; }
.logo.header.animated.active { opacity: 1; }

.logo.footer {
	width: 269px;
	height: 35px;
	background-image: url('images/logo/footer.png');
	background-size: 269px;
}

.logo.sidomuncul {
	width: 190px;
	height: 38px;
	background-image: url('images/logo/sidomuncul.png');
	background-size: 190px;
}

/* LINKS & BTNS */
.btn {
	display: inline-block;
	min-width: 166px;
	height: 36px;
	background-color: #505050;
	font-family: 'Sansita', sans-serif;
	font-size: 12px;
	color: #eaeaea;
	line-height: 100%;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	border-radius: 18px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

a.btn {
	min-width: initial;
	height: auto;
	text-align: center;
	padding: 12px 24px 13px;
}

.btn:hover {
	background-color: #EC343C;
	color: #fff;
}

.read-more {
	font-family: 'Sansita', sans-serif;
	font-size: 12px;
	color: #A9A9A9;
	line-height: 100%;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.read-more:hover {
	color: #EC343C;
}

/* NAV */
.nav a {
	font-family: 'Sansita', sans-serif;
	font-size: 16px;
	color: #505050;
	line-height: 140%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

/* SOCIAL LINKS */
.sm-links {
	display: block;
	font-size: 0;
	margin: 0 -6px;
}

.sm-links li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
}

.sm-links a {
	font-size: 16px;
	color: #505050;
	line-height: 100%;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

/* INPUT W/ ICONS */
.email:not(.wpcf7-form-control-wrap) {
	position: relative;
}

.email:not(.wpcf7-form-control-wrap):before {
	content: '\f0e0';
	position: absolute;
	top: 7px;
	right: 12px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
	color: #91784C;
	line-height: 158%;
	pointer-events: none;
}

.email:not(.wpcf7-form-control-wrap) input[type="email"] { padding-right: 37px !important; }

/* ===== START ===== */

.swoosh {
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	pointer-events: none;
}

.swoosh .fLeft,
.swoosh .fRight {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	float: none;
}

.swoosh .fLeft { width: 61.31944444444444%; }
.swoosh .fRight { width: 38.68055555555556%; }

.swoosh img {
	width: 100%;
	pointer-events: none;
}

.has-flower .wrapper {
	z-index: 2;
	position: relative;
}

.flower {
	z-index: 1;
	position: absolute;
	top: 0;
}

.flower.left {
	left: 0;
	text-align: left;
}

.flower.right {
	right: 0;
	text-align: right;
}

/* HERO */
.hero {
	/*min-height: 900px;*/
	height: 100vh;
}

.hero .container {
	z-index: 2;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 89px);
}

.hero .container .table-cell {
	vertical-align: top;
	padding-top: 6%;
}

.hero .endorser {
	z-index: 2;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

.hero .endorser.has-swoosh {
	z-index: 4;
	max-width: 38.68055555555556%;
	width: 100%;
}

.hero .endorser .mobile { display: none; }

.hero .endorser img { width: 100%; }

.hero .product {
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.hero .col .hero-img img {
	width:600px;
}

/* CONTENT */
.content.fff * { color: #fff; }

.content p {
	margin-bottom: 30px;
}

.content p:last-of-type {
	margin-bottom: 0px;
}

.content ul:not(.more-text) {
	list-style-type:disc;
	padding-left: 16px;
}

.content p,
.content li {
	font-size: 16px;
	line-height: 158%;
	letter-spacing: 0.02em;
}

/* MORE TEXT */
.more-text { padding-bottom: 48px; }

.more-text .slick-arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: transparent;
	font-family: 'Font Awesome 5 Free';
	font-size: 0;
	font-weight: 900;
	color: #878787;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.more-text .slick-arrow:hover {
	color: #ec343c;
}

.more-text .slick-arrow.slick-disabled {
	color: #d8d8d8;
	pointer-events: none;
}

.more-text .slick-prev:before,
.more-text .slick-next:after {
	font-size: 26px;
}

.more-text .slick-next { left: 37px; }

.more-text .slick-prev:before { content: '\f137'; }
.more-text .slick-next:after { content: '\f138'; }

/* ARTICLE CAROUSEL */
.gradient-container {
	background: linear-gradient(180deg, #FFFFFF 0%, #FCF1D6 59.03%, #F8D989 125.7%);
	padding: 40px 0 120px;
	/*background: linear-gradient(180deg, #FFFFFF 0%, #FCF1D6 59.03%, #F8D989 125.7%);
	padding: 40px 0 120px;*/
	/*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

.section-carousel { padding-bottom: 114px; }

.section-carousel .wrapper { max-width: 1352px; }

.article-carousel {
	padding: 0 36px;
}

.article-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	width: 17px;
	height: 25px;
	background-color: transparent;
	transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background-repeat: no-repeat;
	background-size: 17px;
}

.article-carousel .owl-nav button.owl-prev {
	left: 0;
	background-image: url('images/prev.png');
}

.article-carousel .owl-nav button.owl-next {
	right: 0;
	background-image: url('images/next.png');
}

.article-carousel .owl-nav button span {
	display: none;
}

.article-carousel .info {
	background-color: #fff;
	padding: 20px 17px 17px;
}

.article-carousel .info > strong {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

.article-carousel .info > p {
	max-width: 330px;
	margin-top: 15px;
}

.article-carousel .info > div { margin-top: 21px; }

/* FEATURES */
.features { padding: 10% 0; }

.features .wrapper {
	z-index: 3;
	position: relative;
}

.features .container {
	position: relative;
	max-width: 818px;
}

.features [class^="overlay-"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.features [class^="overlay-"] img {
	width: 100%;
}

.features .overlay-1 {
	z-index: 1;
	background-image: url('images/overlay/1.png');
	background-size: cover;
}

.features .overlay-2 {
	z-index: 2;
	height: auto;
}

.features p {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.features .dots {
  	position: relative;
	margin-top: 32px;
}

.features .dots ul:not(.lines) {
	display: flex;
	align-items: stretch;
  	justify-content: space-between;
}

.features .dots a {
	z-index: 2;
	display: inline-block;
	position: relative;
	width: 26px;
	height: 26px;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	/*pointer-events: none;*/
}

.features .dots ul:not(.lines) li {
	display: block;
	position: relative;
	flex: 0 1 auto;
}

/*.features .dots ul:not(.lines) li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 100%;
	height: 2px;
	background-color: #fff;
}*/

.features .dots ul:not(.lines) li.active a {
	background-color: #fff;
}

.features .lines {
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 100%;
}

.features .lines li {
	display: inline-block;
	position: relative;
	width: 25%;
}

.features .lines li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.features .lines li:nth-child(2):after,
.features .lines li:nth-child(3):after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.features .lines li:nth-child(1):before {
	left: 26px;
	width: calc(100% - 26px);
}

.features .lines li:nth-child(2):before {
	left: 0;
	width: calc((100% / 4) + 9px);
}

.features .lines li:nth-child(2):after {
	width: calc((100% / 2) + 17px);
}

.features .lines li:nth-child(3):before {
	width: calc((100% / 2) + 17px);
}

.features .lines li:nth-child(3):after {
	/*left: 0;*/
	width: calc((100% / 4) + 8px);
}

.features .lines li:nth-child(4):before {
	width: calc(100% - 26px);
}

.features .owl-item {
	cursor: grab;
}

/* FORM */
.form { margin: 0 auto; }

.form.contact {
	max-width: 940px;
	padding-top: 4px;
}

.form .col { margin-bottom: 41px; }

.form .col.last-child {
	text-align: center;
	margin-bottom: 0;
}

.form label {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

.form label i { margin-right: 7px; }

.form textarea,
.form input[type="tel"],
.form input[type="text"],
.form input[type="email"] {
	display: block;
	width: 100%;
	height: 35px;
	background-color: transparent;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	color: #505050;
	/*padding: 8px 0;*/
	border-bottom: 1px solid #505050;
}

.form textarea {
	min-height: 35px;
	padding: 8px 0;
}

.form textarea::-webkit-input-placeholder { color: #a9a9a9; }
.form textarea:-ms-input-placeholder { color: #a9a9a9; }
.form textarea::-moz-placeholder { color: #a9a9a9; }
.form textarea:-moz-placeholder { color: #a9a9a9; }

.form input[type="tel"]::-webkit-input-placeholder { color: #a9a9a9; }
.form input[type="tel"]:-ms-input-placeholder { color: #a9a9a9; }
.form input[type="tel"]::-moz-placeholder { color: #a9a9a9; }
.form input[type="tel"]:-moz-placeholder { color: #a9a9a9; }

.form input[type="text"]::-webkit-input-placeholder { color: #a9a9a9; }
.form input[type="text"]:-ms-input-placeholder { color: #a9a9a9; }
.form input[type="text"]::-moz-placeholder { color: #a9a9a9; }
.form input[type="text"]:-moz-placeholder { color: #a9a9a9; }

.form input[type="email"]::-webkit-input-placeholder { color: #a9a9a9; }
.form input[type="email"]:-ms-input-placeholder { color: #a9a9a9; }
.form input[type="email"]::-moz-placeholder { color: #a9a9a9; }
.form input[type="email"]:-moz-placeholder { color: #a9a9a9; }

.form .submit {
	display: inline-block;
	position: relative;
}

/* FORM NEWSLETTER */
.form.newsletter input[type="email"] {
	width: 100%;
	height: 38px;
	background-color: transparent;
	font-size: 16px;
	color: #91784C;
	line-height: 158%;
	letter-spacing: 0.1em;
	padding: 0 19px;
	border: 1px solid #91784c;
	border-radius: 19px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.form.newsletter input[type="email"]::-webkit-input-placeholder { color: rgba(145, 120, 76,0.59); }
.form.newsletter input[type="email"]:-ms-input-placeholder { color: rgba(145, 120, 76,0.59); }
.form.newsletter input[type="email"]::-moz-placeholder { color: rgba(145, 120, 76,0.59); }
.form.newsletter input[type="email"]:-moz-placeholder { color: rgba(145, 120, 76,0.59); }

.form.newsletter input[type="submit"] {
	width: 0;
	height: 0;
}

.cf7sr-g-recaptcha > div { margin: 0 auto; }

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

	.hero .container .table-cell {
		padding-top: 12%;
	}

}

@media only screen and (min-width: 1440px) {
	.has-flower:first-of-type[style] { padding-top: 28px !important; }
}

@media only screen and (max-width: 1366px) {
	.flower img { max-width: 95%; }
	.flower._2 img { max-width: 90%; }

	.hero .container .table-cell { padding-top: 6%; }

	/*.swoosh .fLeft {
		position: absolute;
		bottom: 0;
		left: -10%;
		width: 71.31944444444444%;
	}

	.swoosh .fRight {
		right: -5%;
		width: 48.68055555555556%;
		text-align: right;
	}*/

	/* HERO */
	/*.hero .container .table-cell {
		padding-top: 5%;
	}*/
}

@media only screen and (max-width: 1080px) {
	.wrapper { max-width: 940px; }

	/* HERO */
	.hero {
		min-height: auto;
		height: 680px;
	}

	/*.hero .endorser img {
		max-width: 68%;
	}

	.hero .container .table-cell {
		padding-top: 8%;
	}*/
}

@media only screen and (max-width: 980px) {
	.flower img,
	.flower._2 img {
		width: 80%;
	}

	/* FEATURES */
	.features { padding: 20% 0; }

	.features.bg { background-position: 80% center; }
}

@media only screen and (max-width: 840px) {
	.wrapper { max-width: 680px;  }
	
	.logo.animated {
		opacity: 1;
	}

	.has-flower[style] {
		padding: 20px 0 !important;
	}

	.has-flower .col > [class^="col-"] {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* SECTION TITLE */
	.section-title { margin-bottom: 18px; }

	.section-title h3 {
		font-size: 42px;
	}

	/* HERO */
	.hero .container {
		height: calc(100% - 74px);
	}

	.hero .container .table-cell {
		padding-top: 10%;
	}

	/*.hero .endorser img {
		max-width: 60%;
	}*/

	/* FEATURES */
	.features .lines li:nth-child(2):before {
	    width: calc((100% / 4) + 5px);
	}

	.features .lines li:nth-child(2):after {
	    width: calc((100% / 2) + 9px);
	}

	.features .lines li:nth-child(3):before {
	    width: calc((100% / 2) + 9px);
	}

	.features .lines li:nth-child(3):after {
	    width: calc((100% / 4) + 5px);
	}

	/* ARTICLE CAROUSEL */
	.gradient-container {
		padding: 40px 0 85px;
	}

	.section-carousel { padding-bottom: 64px; }

	.section-carousel .wrapper {
		max-width: 752px;
	}
}

@media only screen and (max-width: 680px) {
	/* HERO */
	.hero {
		height: 480px;
	}

	/* ARTICLE CAROUSEL */
	.article-carousel { padding: 0; }

	.article-carousel .info > p {
		max-width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	/* FORM */
	.form .col,
	.form .col > [class^="col-"] {
		margin-bottom: 30px;
	}

	.form .col > [class^="col-"]:last-of-type { margin-bottom: 0; }
}

@media only screen and (max-width: 580px) {
	/* FEATURES */
	.features .lines li:nth-child(2):before {
	    width: calc((100% / 4) + 2px);
	}

	.features .lines li:nth-child(2):after {
	    width: calc((100% / 2) + 5px);
	}

	.features .lines li:nth-child(3):before {
	    width: calc((100% / 2) + 5px);
	}

	.features .lines li:nth-child(3):after {
	    width: calc((100% / 4) + 2px);
	}
}

@media only screen and (max-width: 500px) {
	/* FEATURES */
	.features .lines li:nth-child(2):before {
	    width: calc((100% / 4) + 2px);
	}

	.features .lines li:nth-child(2):after {
	    width: calc((100% / 2) + 0px);
	}

	.features .lines li:nth-child(3):before {
	    width: calc((100% / 2) + 2px);
	}

	.features .lines li:nth-child(3):after {
	    width: calc((100% / 4) + 0px);
	}
}

@media only screen and (max-width: 424px) {
	/* HERO */
	.hero .endorser .desktop { display: none; }
	.hero .endorser .mobile { display: block; }

	.hero .product { margin-bottom: -4%; }

	/* SECTION TITLE */
	.section-title { margin-bottom: 12px; }

	.section-title h3 {
		font-size: 36px;
	}

	/* HERO */
	/*.hero .endorser img {
		max-width: 90%;
	}*/

	/* FEATURES */
	.features .lines li:nth-child(2):before {
	    width: calc((100% / 4) - 1px);
	}

	.features .lines li:nth-child(2):after {
	    width: calc((100% / 2) - 3px);
	}

	.features .lines li:nth-child(3):before {
	    width: calc((100% / 2) - 3px);
	}

	.features .lines li:nth-child(3):after {
	    width: calc((100% / 4) - 1px);
	}
}

@media only screen and (max-width: 375px) {
	/*.swoosh .fLeft img,
	.swoosh .fRight img {
		max-width: 200%;
		width: 120%;
	}*/

	/* HERO */
	.hero {
		height: 440px;
	}

	/*.hero .endorser img {
		max-width: 200%;
		width: 120%;
	}*/
}

@media only screen and (max-width: 320px) {
	/* HERO */
	.hero .container .table-cell {
		padding-top: 18%;
	}
}