@charset "utf-8";
htm, body { width: 100%; padding: 0; margin: 0; font-size: 16px; line-height: 1.4; text-shadow: none; }
body { font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; outline: 0; margin: 0; }
body img { max-width: 100%; height: auto; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; user-select: none; }
p, a { font-weight: normal; }
a { text-decoration: none; -webkit-transition: 0.2s all; -o-transition: 0.2s all; transition: 0.2s all; }
a:hover, a:focus { text-decoration: none; }
p:empty { display: none; }
p {}
button, input, select, textarea { border: 1px solid #ececec; padding: 10px 15px; background-color: #f5f5f5; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; font-size: 14px; line-height: 1.4; color: #666666; outline: 0 !important; -webkit-transition: 0.3s all; -o-transition: 0.3s all; transition: 0.2s all; }
input:not([type=button]):not([type=submit]):not([type=file]), select , textarea { max-width: 100%; width: 100%; }
input:not([type=button]):not([type=submit]):focus, select:focus, textarea:focus { border-color: #117ec5; }
input[type=file] { max-width: 100%; }

/* utilities */
.flex-box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-box::before, .flex-box::after { display: none; }
.align-middle, .align-item-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-space-around { -ms-flex-pack: distribute; justify-content: space-around; }
.flex-grow-1 { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.flex-direction-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.mx-0 { margin-right: 0; margin-left: 0; }
.px-0 { padding-right: 0; padding-left: 0; }

/* input placeholder */
::-webkit-input-placeholder { font-weight: normal; font-size: 14px; color: #666666; opacity: 1; }
::-moz-placeholder { font-weight: normal; font-size: 14px; color: #666666; opacity: 1; }
:-ms-input-placeholder { font-weight: normal; font-size: 14px; color: #666666; opacity: 1; }
:-moz-placeholder { font-weight: normal; font-size: 14px; color: #666666; opacity: 1; }

/* top header */
.top-header .top-bar-wrap { position: relative; margin: 0 auto; }
.top-bar-cell {}
.top-header { background-color: #484848; padding: 10px 0; font-size: 14px; }
.info-bar {}
.info--item { color: #fff; }
.info--item:not(:last-child) { margin-right: 12px; padding-right: 12px; border-right: 1px solid rgba(255,255,255,0.35); }

.site-header { background-color: #035C4A; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); z-index: 1021; position: fixed; left: 0; right: 0;top: 0; width: 100%; }
.site-title { margin: 0; }
.header-1 { padding: 12px 0 20px; }
.header-2 { padding: 10px 0 10px; position: relative; min-height: 86px; }
.header-bottom-style {position: absolute; bottom: -100%; object-fit: contain; width: 100%;}
.header-2 .site-title-heading { position: absolute; top: 20px; right: 0; left: 0; }
.nav-btn, .nav-back-btn { padding: 5px 8px; display: inline-block; cursor: pointer; }
@media (max-width: 1199.98px) {
	.header-bottom-style {bottom: -90%;}
}
@media (max-width: 991.98px) {
	.header-bottom-style {bottom: -65%;}
}
@media (max-width: 767.98px) {
	.header-bottom-style {bottom: -50%;}
}
@media (max-width: 575.98px) {
	.header-bottom-style {bottom: -30%;}
}

/* body.menu-active { overflow: hidden !important; } */
.main-navigation { position: fixed; top: 0; left: 0; width: 350px; max-width: 100%; height: 100%; z-index: 999; border-radius: 30px; border-top-left-radius: 0; background: #c1cc2a; overflow: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); -webkit-transition: -webkit-transform 0.35s; transition: -webkit-transform 0.35s; -o-transition: transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; -webkit-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.05); box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.05); }
.main-navigation.menu-slidein { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.main-navigation .nav-head { position: absolute; top: 12px; left: 0; width: 100%; padding: 0 16px 0 28px; }
.main-navigation .nav-head .nav-close-btn { display: inline-block; line-height: 0; padding: 12px; cursor: pointer; }
.main-navigation nav { height: calc(100% - 60px); padding: 20px 25px 25px; background: #fff; border-radius: 30px; margin-top: 60px; overflow-x: hidden; overflow-y: auto; }
.main-navigation nav .txt { font-family: HelveticaNeue; font-size: 18px; line-height: 1.4; color: #777b86; margin-bottom: 18px; }

.farm-nav .navbar-nav>li a { display: block; font-family: HelveticaNeue; font-size: 14px; font-weight: 700; line-height: 1.4; color: #777b86; border-radius: 30px; }
.farm-nav .navbar-nav>li+li { margin-top: 14px; }
.farm-nav .navbar-nav>li>a { padding: 18px 46px 18px 26px; background: #e9ecf2 no-repeat right 26px center/14px; }
.farm-nav .navbar-nav>li.menu-item-has-children>a { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.547' height='9.236' viewBox='0 0 14.547 9.236'%3E%3Cpath d='M13.14.247a1.227,1.227,0,0,0-1.588.129L6.78,5.493,2.006.376A1.222,1.222,0,0,0,.421.222.936.936,0,0,0,.249,1.638l.027.03L5.914,7.713A1.223,1.223,0,0,0,7.5,7.84a1.025,1.025,0,0,0,.143-.128l5.638-6.045A.937.937,0,0,0,13.14.247Z' transform='translate(0.501 0.581)' fill='%23777b86' stroke='%23777b86' stroke-width='1'/%3E%3C/svg%3E"); }
.farm-nav .navbar-nav>li>ul { list-style: none; padding: 20px 0 5px; margin: 0; display: none; }
.farm-nav .navbar-nav>li.current-menu-parent>ul { display: block; }
.farm-nav .navbar-nav>li>ul li+li { margin-top: 12px; }
.farm-nav .navbar-nav>li>ul li a { padding: 6px 26px 6px 68px; position: relative; }
.farm-nav .navbar-nav>li>ul li a.active { background: rgba(126, 38, 120, 0.16); color: #000; }
.farm-nav .navbar-nav>li>ul li a:hover { color: #000; }
.farm-nav .navbar-nav>li>ul li a::before { content: ''; display: inline-block; width: 15px; height: 15px; border: 3px solid #777B86; border-radius: 50%; position: absolute; top: 8px; left: 39px; -webkit-transition: 0.15s all; transition: 0.15s all; }
.farm-nav .navbar-nav>li>ul li a.active::before, .farm-nav .navbar-nav>li>ul li a:hover::before { border: 0; background: #7e2678; }
.farm-progress { width: 100%; max-width: 248px; margin-right: 8px; }
.farm-progress .progress { background: #fff; height: 24px; padding: 6px 7px; border-radius: 15px; }
.farm-progress .progress .progress-bar { border-radius: 15px; background: #c1cc2a; }
.farm-progress .progress-value { display: inline-block; font-family: HelveticaNeue; font-size: 16px; font-weight: 400; line-height: 1.2; color: #fff; }
.badge-icons { margin-left: 12px; position: relative; }
.badge-icons .badge-icon { display: inline-block; border: 2px solid transparent; background: rgba(255, 255, 255, 0.17); width: 36px; height: 36px; margin: 4px; border-radius: 50%; text-align: center; line-height: 28px; }
.badge-icons .badge-icon:not(.completed) img { display: none; }
.badge-icons .badge-icon.completed { border: 2px solid #035C4A; background-color: #fff; }
.badge-prompt { background: #7e2678; padding: 6px 4px; position: absolute; top: 2px; left: 48px; white-space: nowrap; border-radius: 30px; }
.badge-prompt span { vertical-align: middle; }
.badge-prompt .txt { display: inline-block; font-family: HelveticaNeue; font-size: 20px; line-height: 1.4; color: #fff; margin-left: 12px; }
/* social link */
.social-links { list-style: none; padding-left: 0; margin-top: 0; margin-bottom: 0; display: block; width: 100%; }
.social-links li { display: inline-block; }
.social-links li a { display: inline-block; padding: 6px 13px; width: 38px; font-size: 14px; line-height: 24px; color: #fff; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-align: center; }

/** inner page header **/
.page-header-bar { min-height: 200px; width: 100%; position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-size: cover; background-position: center center; background-repeat: no-repeat; padding: 20px 0; margin: 0; }
.page-header-bar.header-overlay::before { content: ''; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.25); z-index: 0; }
.page-header-bar h1 { font-weight: normal; font-size: 32px; line-height: 1.2; color: #fff; text-transform: uppercase; position: relative; margin-top: 0; margin-bottom: 0; z-index: 1; }
.breadcrumb { display: inline-block; position: relative; z-index: 1; color: #fff; font-size: 13px; font-weight: 500; line-height: 1.5; padding: 5px 15px 5px; background: #444; margin-top: 10px; margin-bottom: 0; border-radius: 3px; }
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: #00b9ec; }

/* footer style */
#site-footer {}
.top-footer { padding: 50px 0 50px; background: #484848; }
.top-footer .footer-description { color: #fff; font-size: 14px; margin-top: 20px; }
.bottom-footer { padding: 20px 0; background: #eee; }
.copyrights p { font-family:  'Arial', sans-serif; font-size: 14px; margin-bottom: 0px; }
.website-by p { font-size: 14px; text-align: right; margin-bottom: 0px; }

/* Contact form 7 UI fixes */
span.wpcf7-not-valid-tip { /* display: none; */ color: #b51a2a; margin-top: 3px; font-size: 0.875em; }
div.wpcf7-response-output { margin-top: 5em; text-align: center; }
div.wpcf7-response-output { font-size: 1em; line-height: 1.4em; color: #666; text-align: center; border-width: 1px; border-radius: 2px; padding: 8px 10px; margin: 12px 0 12px; }
div.wpcf7-response-output.wpcf7-validation-errors, div.wpcf7-response-output.wpcf7-acceptance-missing { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }
div.wpcf7-response-output.wpcf7-spam-blocked { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }
div.wpcf7-response-output.wpcf7-mail-sent-ng, div.wpcf7-response-output.wpcf7-mail-sent-ok { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }
.wpcf7-form .wpcf7-form-control-wrap { display: block; margin-bottom: 15px; width: 100%; position: relative; }
.wpcf7-form .wpcf7-form-control-wrap input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), .wpcf7-form .wpcf7-form-control-wrap select, .wpcf7-form .wpcf7-form-control-wrap textarea { display: block; width: 100%; }
.wpcf7-form label { margin-bottom: 5px; display: inline-block; }
.wpcf7-form label em { color: #b51a2a; }
.wpcf7-form input.wpcf7-submit {}
.wpcf7-form input.wpcf7-submit:hover {}

/* Gravity form UI fixes */
.gform_wrapper { margin: 0; }
.gform_wrapper ul.gform_fields { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gform_wrapper ul.gform_fields li.input-field { width: 100%; }
.gform_wrapper label.gfield_label { /* display: none; */ }
.gform_wrapper .top_label div.ginput_container { margin-top: 0 !important; }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 8px 20px; border-radius: 2px; font-size: 14px; margin-bottom: 0 !important; }
.gform_wrapper .gform_footer { padding: 0 13px; text-align: center; }
.gform_wrapper div.validation_error { width: 100%; background-color: #b51a2a; border-radius: 3px; padding: 10px; margin: 10px 0px 30px; font-weight: normal; color: #fff; clear: both; text-align: center; }
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { padding-top: 0; padding-bottom: 0; margin-bottom: 0 !important; background: transparent; border: 0; }
.gform_wrapper .validation_message { padding-top: 3px !important; padding-right: 0 !important; font-size: 12px; font-weight: normal; }
.gform_wrapper .gfield-error input { margin-bottom: 0 !important; }
.gform_confirmation_wrapper { text-align: center; color: #fff; }
.gform_confirmation_wrapper .gform_confirmation_message { padding: 15px 15px 15px; background: rgba(0, 0, 0, 0.2); font-size: 20px; line-height: 1.4; }

/* testimonial */
.slick-slide, .slick-slide:focus { outline: 0; box-shadow: none; }
.testimonials.slick-dotted {}
.testimonials .slick-dots { right: 0; }
.testimonials .slick-dots li { text-align: center; margin: 0; }
.testimonials .slick-dots li button { border-radius: 50%; border: 1px solid #aaa; width: 10px; height: 10px; margin: 5px auto; padding: 2px; }
.testimonials .slick-dots li.slick-active button { background-color: #aaa; }
.testimonials .slick-dots li button::before { display: none; }

/* page style */
.page-header { padding-bottom: 0; margin-top: 0; }
.page-header .page-title {}

/* search form style */
form.search-form input[type="search"] { height: 46px; width: 100%; font-size: 15px; padding: 8px 48px 8px 20px; background-color: #f9f9f9; border: 1px solid #dedede; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
form.search-form input[type="search"]:focus { border-color: #000; background-color: #fff; }
form.search-form .input-group-btn { position: absolute; display: inline-block; top: 2px; right: 2px; bottom: 2px; width: 42px; text-align: right; z-index: 9; }
form.search-form .input-group-btn button { font-size: 18px; line-height: 1.6; width: 42px; height: 42px; border: 0; padding: 5px 8px; background: transparent; color: #322f31; text-align: center; text-shadow: none; border-radius: 0; outline: none !important; box-shadow: none !important; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
form.search-form .input-group-btn button:hover { background: #000; color: #fff; }

/* search result */
.search.search-results .page-header, .search.search-no-results .page-header { margin-top: 0; }
.search.search-results .page-title, .search.search-no-results .page-title { margin-top: 0; }
.search #main-column article, .search #main-column article.post, .search #main-column article.page { padding: 10px; border: 1px solid #eee; margin-bottom: 15px; }
.search article .entry-title { margin-top: 0; margin-bottom: 12px; }
.search article .entry-title a:hover {}
.search article .entry-title::after {}
.search article .entry-thumb { margin-bottom: 25px; }
.search article .entry-meta { margin-bottom: 8px; }

/* Comments*/
.comments-area { margin-top: 30px; }
.comments-area .comment-avatar { border-radius: 50%; }
.comments-area .comment-author {  font-size: 14px; }
.comments-area .comment-author a {  }
.comments-area .comment-author a:hover {  }
.comments-area span { display: inline-block; }
.comments-area .comment-content span a { font-size: 12px; }
.comments-area .comment-content p { margin-bottom: 10px; }
.comments-area .comment-content p a { }
.comments-area .comment-content p a:hover {  }
.comment-reply, .children { padding-left: 10%; }
.comment-body { margin-bottom: 30px; padding-bottom: 40px; border-bottom: 1px solid #eaeaea; }
.comment-form { margin-bottom: 0; }
.comment-form a { }
.comment-form a:hover { }
.comment-form .form-submit { margin-top: 30px; margin-bottom: 0; }
.comment-form .form-submit input { }

/* pagination */
.pagination { margin: 0 auto; border-radius: 0; }
.pagination a { font-size: 14px; display: inline-block; color: #fff; width: 38px; height: 38px; line-height: 1.4; margin: 0 3px; text-align: center; border: 2px solid #eaeaea; border-radius: 2px !important; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.pagination a { color: #424242; vertical-align: middle; }
.page-item.active .page-link { background: transparent; border-color: #424242; color: #424242; }
.pagination a:hover { background-color: #424242; border-color: transparent; color: #fff; }
.pagination a > i { font-size: 15px; }

/* edit link */
.btn.post-edit-link, .comments-link a { display: inline-block; font-size: 12px; color: #322f31; border: 0; background: #eaeaea; padding: 5px 8px; }
.btn.post-edit-link:hover, .comments-link a:hover { background-color: #ccc; }

/* 404 style */
.error-404 { padding-bottom: 40px; }
.error-404 .w-col { padding-right: 0; padding-left: 0; }
.error-404 h1 { font-size: 200px; line-height: 1.2; color: #322f31; margin-top: 0; }
.error-404 h2 { color: #6c6c6c; font-weight: 400; font-size: 28px; margin-bottom: 25px; margin-top: 0; }
.error-404 a, .error-404 p { font-size: 18px; }
.error-404 p { margin-bottom: 20px; }
.error-404 form { max-width: 400px; margin: 30px auto 0; }
.error-404 aside .search { max-width: 500px; margin: 0 auto; }

.floating-cta { position: fixed; top: 50%; right: 0; z-index: 99; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4); box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4); }
.floating-cta ul { margin: 0; padding: 0; list-style: none; }
.floating-cta ul li a { padding: 12px 15px; background: #484848; color: #fff; font-size: 15px; line-height: 30px; display: inline-block; width: 100%; text-align: center; -webkit-transition: all 0.2s; transition: all 0.2s; }
.floating-cta ul li a i { font-size: 25px; }
.floating-cta ul li a span { display: block; }

#wpfront-scroll-top-container i { width: 38px; height: 38px; font-size: 16px; font-weight: 400; line-height: 36px; text-align: center; outline: medium none; background: #fff; border-color: #fff; border-radius: 3px; color: #444; }

.seed-timeline { max-width: 920px; margin: 0 auto; position: relative; padding-left: 90px; }
/* .seed-timeline::before { content: ''; display: inline-block; width: 0; height: 100%; background: #b7bfd0; position: absolute; top: 0; left: 0; } */
.seed-timeline .seed-item { position: relative; padding-top: 30px; padding-bottom: 30px; }
.seed-timeline .seed-item .seed { -webkit-transition: opacity .3s ease-in; transition: opacity .3s ease-in; opacity: 0.5; }
.seed-timeline .seed-item.active .seed { opacity: 1; }
.seed-timeline .seed-item::before, .seed-timeline .seed-item::after { content: ''; display: inline-block; position: absolute; }
.seed-timeline .seed-item::before { width: 12px; height: 12px; background: #b7bfd0; border-radius: 50%; bottom: 50%; left: -95px; z-index: 9; }
.seed-timeline .seed-item::after { bottom: 50%; left: -90px; height: 100%; width: 3px; background: #b7bfd0; margin-bottom: 10px; z-index: 1; }
.seed-timeline .seed-item.active::before { background: #035C4A; width: 21px; height: 21px; left: -99px; }
.seed-timeline .seed-item.active + .seed-item.active::after { background: #035C4A; z-index: 2; }
.seed-timeline .seed-item:first-child::after { display: none; }
.seed-timeline .seed-item:last-child::after {  }

/* ------------------------------- */
/* --------- media query --------- */
/* ------------------------------- */
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1300px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
	.badge-prompt { padding: 7px 4px; }
	.badge-icons .badge-prompt .txt { font-size: 16px; }
}
@media (min-width: 576px) and (max-width: 767px) {

}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.error-404 h1 { font-size: 120px; }
	.error-404 h2 { font-size: 24px; }
	.site-header .flex-box { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
	.seed-timeline { padding-left: 0; }
	.seed-timeline .seed-item { padding-top: 0; padding-bottom: 96px; }
	.seed-timeline .seed-item::before { display: none; }
	.seed-timeline .seed-item::after { top: -96px; bottom: auto; left: 50%; height: 96px; margin: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

	.grains-card-list { padding-right: 0; padding-left: 0; }
	.grains-card-list .slick-list { padding-top: 40px !important; }
	.flip-container {
		-webkit-perspective: 1000;
		-ms-perspective: 1000;
		perspective: 1000;
		-ms-transform: perspective(1000px);
		-ms-transform-style: preserve-3d;
		overflow: visible;
	}
	.flip-container.hover .back {
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	.flip-container.hover .front {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	.flip-container, .front, .back {
		width: 285px;
		height: 490px;
	}
	.front, .back {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: 0.6s;
		-webkit-transform-style: preserve-3d;
		-webkit-transform: rotateY(0deg);
		-ms-transition: 0.6s;
		-ms-transform-style: preserve-3d;
		-ms-transform: rotateY(0deg);
		transition: 0.6s;
		transform-style: preserve-3d;
		transform: rotateY(0deg);
		position: absolute;
		top: 0;
		left: 0;
	}
	.front {
		-webkit-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		z-index: 2;
	}
	.back {
		background: #fff;
		-webkit-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		visibility: visible;
		overflow-x: hidden;
		overflow-y: auto;
		border: 1px solid #e6e6e6;
		border-radius: 3px;
	}
	.flip-container.hover + .grain-name { display: none; }
	.gc-content-inner { padding: 35px 20px 10px; margin-right: 0; width: 100%; }
	.leftarrow { top: 10px; right: 10px; bottom: auto; }
	.gc-content-close { width: 30px; height: 30px; background: url('../img/close.svg') no-repeat center center/20px; }
}
@media (max-width: 767px) {
	.header-2 { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
	.header-2 .site-title-heading { right: auto; left: 15px; top: 8px; }
	.progress.col, .nav-btn, .nav-back-btn { display: none; }
}
@media (max-width: 600px) {
	article .alignright, article .alignleft { display: block; float: none; width: auto; margin-top: 20px; }
	article .alignright { margin-left: 0; }
	article .alignleft { margin-right: 0; }
}
@media (max-width: 575px) {
	.copyrights p, .website-by p { text-align: center; }
}
@media (max-width: 480px) {
	.badge-prompt { padding-top: 8px; padding-bottom: 8px; }
	.badge-prompt .txt { font-size: 13px; }
}
@media (max-width: 375px) {
	.badge-icons .badge-icon { height: 31px; width: 31px; margin: 2px; line-height: 24px; }
	.badge-prompt { display: none; }
}

