html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.contact-disclaimer{
line-height: 1.5;
font-style: italic;
font-size: 16px;
}
.blog-bg .tab-content .row > div:nth-child(2n+1),
.blog-bg .row > div:nth-child(2n+1)
{
margin-top: 0 !important;
}html {
line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} article,
aside,
footer,
header,
nav,
section {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  figcaption,
figure,
main { display: block;
} figure {
margin: 1em 40px;
} hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; -webkit-text-decoration-skip: objects; } abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } dfn {
font-style: italic;
} mark {
background-color: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  audio,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} img {
border-style: none;
} svg:not(:root) {
overflow: hidden;
}  button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
cursor: pointer; } button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
display: inline-block; vertical-align: baseline; } textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details,
menu {
display: block;
} summary {
display: list-item;
}  canvas {
display: inline-block;
} template {
display: none;
}  [hidden] {
display: none;
}      @media screen and (min-width: 1200px) {
.container {
max-width: 1200px;
}
}                 html {
box-sizing: border-box;
}
:root {
font-size: 16px;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
height: 100%;
padding: 0;
margin: 0 !important;
font-family: "Barlow", sans-serif;
color: #2C201A;
font-size: 1rem;
line-height: 1.5;
font-weight: 300;
position: relative;
-webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
body {
font-size: 20px;
line-height: 38px;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
font-family: "Rock Salt", cursive, sans-serif;
line-height: 1.5;
}
h1 {
font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
h1 {
font-size: 1.75rem;
}
}
@media only screen and (min-width: 992px) {
h1 {
font-size: 2.5rem;
}
}
h2 {
font-size: 1.5rem;
letter-spacing: 3.43px;
}
@media only screen and (min-width: 768px) {
h2 {
font-size: 1.75rem;
}
}
@media only screen and (min-width: 992px) {
h2 {
font-size: 2.5rem;
}
}
h3 {
font-size: 1.3rem;
letter-spacing: 3.43px;
color: #007871;
}
@media only screen and (min-width: 768px) {
h3 {
font-size: 1.5rem;
}
}
@media only screen and (min-width: 992px) {
h3 {
font-size: 1.625rem;
}
}
h4 {
font-size: 1.2rem;
letter-spacing: 3.43px;
}
@media only screen and (min-width: 768px) {
h4 {
font-size: 1.4rem;
}
}
@media only screen and (min-width: 992px) {
h4 {
font-size: 1.5rem;
}
}
h5 {
font-size: 1.1rem;
letter-spacing: 3.43px;
}
@media only screen and (min-width: 768px) {
h5 {
font-size: 1.3rem;
}
}
@media only screen and (min-width: 992px) {
h5 {
font-size: 1.25rem;
}
}
h6 {
font-size: 1rem;
letter-spacing: 3.43px;
}
@media only screen and (min-width: 768px) {
h6 {
font-size: 1.2rem;
}
}
@media only screen and (min-width: 992px) {
h6 {
font-size: 1.125rem;
}
}
p {
margin: 0 0 20px;
}
a {
text-decoration: none;
color: #000000;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-ms-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
outline: none;
}
a:hover, a:active {
color: #000000;
outline: none;
text-decoration: none;
}
a:focus {
outline: none;
}
strong {
font-family: "Barlow", sans-serif;
}
a[href^="mailto:"] {
text-transform: lowercase;
}
a[href^="mailto:"] h1,
a[href^="mailto:"] h2,
a[href^="mailto:"] h3,
a[href^="mailto:"] h4,
a[href^="mailto:"] h5,
a[href^="mailto:"] h6,
a[href^="mailto:"] strong,
a[href^="mailto:"] em,
a[href^="mailto:"] b,
a[href^="mailto:"] span,
a[href^="mailto:"] p {
text-transform: lowercase;
}
ul {
padding: 0;
margin: 0 !important;
margin-bottom: 30px !important;
}
ul li {
list-style-type: none;
}
ol {
padding: 0;
margin: 0 !important;
margin-bottom: 30px !important;
}
ol li {
margin-bottom: 30px;
} button.btn,
a.btn {
font-family: "Barlow", sans-serif;
font-size: 1rem;
line-height: 1.0625rem;
font-stretch: normal;
text-decoration: none;
text-align: center;
font-weight: 800;
padding: 10px 20px;
position: relative;
} .glb-btn a {
display: inline-block;
color: #ffffff;
font-size: 1rem;
line-height: 22px;
font-weight: bold;
text-transform: uppercase;
padding: 0;
position: relative;
letter-spacing: 2.67px;
}
@media only screen and (max-width: 767px) {
.glb-btn a {
letter-spacing: 1.67px;
}
}
.glb-btn a:before {
content: "";
width: 0;
height: 2px;
position: absolute;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
background: #8ABF00;
left: 0;
top: 0;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.glb-btn a:after {
content: "";
width: calc(100% - 40px);
height: 2px;
position: absolute;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
background: #8ABF00;
right: 20px;
bottom: 0;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.glb-btn a span {
display: block;
padding: 8px 20px;
font-size: 16px;
line-height: 22px;
}
.glb-btn a span:before {
content: "";
width: 2px;
height: 0;
position: absolute;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
background: #8ABF00;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
left: 0;
bottom: 0;
}
.glb-btn a span:after {
content: "";
width: 2px;
height: 0;
position: absolute;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
background: #8ABF00;
-webkit-transition-delay: 0s;
transition-delay: 0s;
right: 0;
top: 0;
}
.glb-btn a:hover:before {
width: 100%;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.glb-btn a:hover:after {
width: 100%;
right: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.glb-btn a:hover span:before {
height: 100%;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.glb-btn a:hover span:after {
height: 100%;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.h-banner-btn a:before, .h-banner-btn a:after {
background: #ffffff;
height: 1px;
}
.h-banner-btn a span:before, .h-banner-btn a span:after {
background: #ffffff;
width: 1px;
} .gravity-form-section {
background-color: rgba(131, 156, 169, 0.1);
}
.page-content form input {
padding: 10px;
}
.page-content form .search-submit {
font-size: 20px;
background: #007871;
color: #fff;
} .header-bg {
background-color: transparent;
padding: 72px 0 0;
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 102;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
.header-bg {
padding: 25px 0;
position: fixed;
}
}
@media only screen and (max-width: 767px) {
.header-bg.scroll-fixed {
background: #007871;
padding: 10px 0;
}
}
.header-bg .logo a {
display: inline-block;
font-size: 32px;
line-height: 100px;
color: #ffffff;
font-family: "Rock Salt", cursive, sans-serif;
letter-spacing: 2.57px;
}
@media only screen and (max-width: 767px) {
.header-bg .logo a {
font-size: 24px;
line-height: 45px;
}
}
.header-bg .trigger {
position: fixed;
top: 115px;
right: 137px;
width: 31px;
height: 30px;
z-index: 104;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
cursor: pointer;
}
@media only screen and (max-width: 767px) {
.header-bg .trigger {
right: 25px;
top: 35px;
}
}
.header-bg .trigger .trigger-inner span {
display: block;
width: 100%;
height: 3px;
background: #ffffff;
position: relative;
margin-top: 10px;
box-shadow: 0 0 2px #999;
}
.header-bg .trigger .trigger-inner span::before {
content: "";
display: block;
width: 100%;
height: 3px;
background: #ffffff;
position: absolute;
top: -10px;
left: 0;
box-shadow: 0 0 2px #999;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
.header-bg .trigger .trigger-inner span::after {
content: "";
display: block;
width: 100%;
height: 3px;
background: #ffffff;
position: absolute;
top: 10px;
left: 0;
box-shadow: 0 0 2px #999;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
.header-bg .trigger.trigger-open .trigger-inner span {
background: transparent;
box-shadow: none;
}
.header-bg .trigger.trigger-open .trigger-inner span::before {
top: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.header-bg .trigger.trigger-open .trigger-inner span::after {
top: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
.header-bg.scroll-fixed .trigger {
top: 30px;
right: 30px;
background: #007871;
padding: 10px 8px 5px;
width: 45px;
height: 44px;
}
}
@media only screen and (max-width: 767px) {
.header-bg.scroll-fixed .trigger {
right: 20px;
top: 22px;
}
} .site-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: transparent;
z-index: 101;
}
.site-info p {
font-family: "Rock Salt", cursive, sans-serif;
font-size: 15px;
line-height: 100px;
margin: 0;
} .header-bg .navigation-bg {
position: fixed;
top: 0;
right: -50%;
width: 100%;
max-width: 40%;
background: #007871;
bottom: 0;
height: 100%;
min-height: 100%;
z-index: 102;
transition: all 0.5s ease;
padding: 126px 100px;
}
@media only screen and (max-width: 1025px) {
.header-bg .navigation-bg {
padding: 120px 50px;
max-width: 50%;
}
}
@media only screen and (max-width: 767px) {
.header-bg .navigation-bg {
max-width: 100%;
right: -101%;
padding: 50px 40px;
}
}
.header-bg .navigation-bg.menu-open {
right: 0;
}
.header-bg .navigation-bg .menu-main-nav-container ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.header-bg .navigation-bg .menu-main-nav-container ul li {
float: none;
width: 100%;
padding: 12px 0;
margin: 0;
}
@media only screen and (min-width: 768px) {
.header-bg .navigation-bg .menu-main-nav-container ul li {
padding: 20px 0;
}
}
.header-bg .navigation-bg .menu-main-nav-container ul li a {
color: #ffffff;
font-size: 28px;
line-height: 42px;
letter-spacing: 3.86px;
text-transform: uppercase;
display: inline-block;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
.header-bg .navigation-bg .menu-main-nav-container ul li a {
font-size: 32px;
}
}
@media only screen and (min-width: 992px) {
.header-bg .navigation-bg .menu-main-nav-container ul li a {
font-size: 45px;
line-height: 60px;
}
}
.header-bg .navigation-bg .menu-main-nav-container ul li a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #22B2AF;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.header-bg .navigation-bg .menu-main-nav-container ul li a:hover, .header-bg .navigation-bg .menu-main-nav-container ul li a:focus {
color: #8ABF00;
}
.header-bg .navigation-bg .menu-main-nav-container ul li a:hover:after, .header-bg .navigation-bg .menu-main-nav-container ul li a:focus:after {
width: 100%;
}
.header-bg .navigation-bg .menu-main-nav-container ul li.current_page_item a {
color: #8ABF00;
}
.header-bg .navigation-bg .menu-main-nav-container ul li.current_page_item a:after {
width: 100%;
} #page {
position: relative;
}
.brown-color {
color: #6C543A;
}
.common-title h4 {
color: #2C201A;
font-family: "Barlow", sans-serif;
font-size: 18px;
font-weight: 600;
letter-spacing: 3.27px;
line-height: 45px;
text-align: center;
text-transform: uppercase;
}
.common-title h2 {
color: #007871;
text-align: center;
padding-bottom: 30px;
}
.home-section-border {
position: absolute;
top: 38px;
left: 40px;
width: calc(100% - 80px);
height: calc(100% - 76px);
border: 4px solid #fef501;
z-index: 2;
pointer-events: none;
}
@media only screen and (max-width: 767px) {
.home-section-border {
top: 10px;
left: 10px;
width: calc(100% - 20px);
height: calc(100% - 20px);
border-width: 2px;
}
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
height: 12px;
width: 12px;
margin: -2px 0 0 -2px !important;
background: rgba(0, 0, 0, 0.22);
border: 2px solid rgba(255, 255, 255, 0.26);
}
#fp-nav ul li a.active span, #fp-nav ul li a:hover span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li a:hover span {
background-color: #000000;
}
.talk-to-expert-bg {
padding: 120px 0 150px;
background: #E0EAEC;
}
@media only screen and (max-width: 767px) {
.talk-to-expert-bg {
padding: 40px 0 120px;
}
}
.talk-to-expert-bg p {
font-size: 32px;
font-weight: 300;
line-height: 45px;
}
@media only screen and (max-width: 767px) {
.talk-to-expert-bg p {
font-size: 24px;
}
}
.talk-to-expert-bg a {
color: #2C201A;
font-weight: 400;
}
.no-results {
text-align: center;
} .home .section {
overflow: hidden;
position: relative;
}
.home-banner-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
@media only screen and (max-width: 991px) {
.home-banner-bg {
padding: 120px 0 100px;
min-height: 100vh;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
}
}
.home-banner-bg .container {
height: 100%;
position: relative;
z-index: 2;
}
.home-banner-bg .container .d-flex {
height: 100%;
align-items: center;
justify-content: center;
}
.home-banner-bg .container .d-flex .banner-title {
text-align: center;
}
.home-banner-bg .container .d-flex .banner-title h1 {
margin: 0 0 80px;
line-height: 100px;
color: #ffffff;
}
@media only screen and (max-width: 767px) {
.home-banner-bg .container .d-flex .banner-title h1 {
margin: 0 0 40px;
line-height: 48px;
}
}
.home-banner-bg .container .d-flex .banner-title .glb-btn a span:before {
background: #ffffff;
}
.home-banner-bg .container .d-flex .banner-title .glb-btn a svg rect {
stroke: #ffffff;
}
.home-banner-bg .container .d-flex .banner-title .glb-btn a:hover svg rect {
stroke-dasharray: 465, 0;
}
#fp-nav.fp-right {
right: 5px;
} .home-saving-org-bg {
background-color: #E0EAEC;
}
@media only screen and (max-width: 991px) {
.home-saving-org-bg {
padding: 40px 0;
}
}
.home-saving-org-bg .h-saving-left {
position: absolute;
top: 0;
left: 0;
height: 100%;
max-height: 100vh;
overflow: hidden;
width: 30%;
text-align: left;
}
.home-saving-org-bg .h-saving-left img {
width: auto;
max-height: 100%;
margin-top: -25%;
}
@media only screen and (max-width: 991px) {
.home-saving-org-bg .h-saving-left {
display: none;
}
}
.home-saving-org-bg .h-saving-right {
position: absolute;
top: 0;
right: 0;
height: 100%;
max-height: 100vh;
width: 22%;
text-align: right;
}
.home-saving-org-bg .h-saving-right img {
width: auto;
max-height: 100%;
}
@media only screen and (max-width: 991px) {
.home-saving-org-bg .h-saving-right {
display: none;
}
}
.home-saving-org-bg .h-saving-arrow {
position: absolute;
bottom: 5%;
left: 25%;
}
@media only screen and (max-width: 1500px) {
.home-saving-org-bg .h-saving-arrow {
left: 20%;
}
}
@media only screen and (max-width: 991px) {
.home-saving-org-bg .h-saving-arrow {
display: none;
}
}
.home-saving-org-bg .h-saving-arrow img {
width: auto;
max-height: 100%;
}
@media only screen and (max-width: 1025px) {
.home-saving-org-bg .h-saving-arrow svg {
left: 20%;
width: 440px;
}
} .home-org-recycling-bg {
background: #E0EAEC;
position: relative;
}
.home-org-recycling-bg .common-title {
position: absolute;
top: 15%;
left: 0;
width: 100%;
z-index: 1;
}
@media only screen and (max-width: 1500px) {
.home-org-recycling-bg .common-title {
top: 10%;
}
}
@media only screen and (max-width: 767px) {
.home-org-recycling-bg .common-title {
top: 30px;
}
}
.home-org-recycling-bg .common-title h4 {
font-size: 20px;
color: #ffffff;
font-weight: 500;
}
.home-org-recycling-bg .container-fluid {
position: relative;
z-index: 2;
}
.home-org-recycling-bg .container-fluid .row {
height: 100%;
min-height: 100vh;
}
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg {
height: 100%;
min-height: 100vh;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media only screen and (max-width: 991px) {
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-o-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media only screen and (max-width: 767px) {
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg {
padding: 50px 15px;
}
}
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg .org-recycle-box {
width: 100%;
max-width: 400px;
text-align: center;
}
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg .org-recycle-box h2 {
color: #ffffff;
min-height: 140px;
display: flex;
justify-content: center;
align-items: center;
}
@media only screen and (max-width: 1025px) {
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg .org-recycle-box h2 {
font-size: 28px;
}
}
@media only screen and (max-width: 767px) {
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg .org-recycle-box h2 {
min-height: auto;
}
}
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg .org-recycle-box ul li {
font-size: 24px;
color: #ffffff;
font-weight: 300;
line-height: 55px;
}
@media only screen and (max-width: 1025px) {
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg .org-recycle-box ul li {
font-size: 20px;
}
}
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg .org-recycle-box .glb-btn {
padding-top: 60px;
}
@media only screen and (max-width: 767px) {
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg .org-recycle-box .glb-btn {
padding-top: 10px;
}
}
@media only screen and (max-width: 767px) {
.home-org-recycling-bg .container-fluid .row .org-recycle-box-bg:first-child {
padding-top: 80px;
}
}
.home-org-recycling-bg .home-section-border {
border-color: #ffffff;
}
@media only screen and (max-width: 1025px) {
.home-org-recycling-bg .home-section-border {
top: 25px;
left: 25px;
width: calc(100% - 50px);
height: calc(100% - 50px);
}
}
@media only screen and (max-width: 1025px) {
.home-org-recycling-bg .home-section-border {
top: 10px;
left: 10px;
width: calc(100% - 20px);
height: calc(100% - 20px);
border-width: 2px;
}
} .home-kitchen-door-bg {
background-color: #211B17;
position: relative;
overflow: hidden;
}
.home-kitchen-door-bg::before {
content: "";
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/home-kitchen-door.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.17;
}
.home-kitchen-door-bg .container {
position: relative;
z-index: 2;
}
.home-kitchen-door-bg .container .kitchen-door-content {
text-align: center;
color: #ffffff;
padding-top: 9%;
}
.home-kitchen-door-bg .container .kitchen-door-content h2 {
color: #ffffff;
}
.home-kitchen-door-bg .container .kitchen-door-content p {
font-size: 28px;
line-height: 40px;
margin: 0;
padding: 20px 0 30px;
}
@media only screen and (max-width: 767px) {
.home-kitchen-door-bg .container .kitchen-door-content p {
font-size: 21px;
}
}
.home-kitchen-door-bg .container .kitchen-door-content .h-kitchen-btn a {
font-weight: normal;
}
.home-kitchen-door-bg .container .h-kitchen-img {
margin-bottom: -50%;
padding-top: 9%;
opacity: 1 !important;
} .home-power-compost-bg {
background: #E0EAEC;
}
@media only screen and (max-width: 991px) {
.home-power-compost-bg {
padding: 40px 0;
}
} .home-facts-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.home-facts-bg .home-facts-inner {
padding: 50px 0 160px;
}
@media only screen and (max-width: 767px) {
.home-facts-bg .home-facts-inner {
padding: 30px 0 90px;
}
}
.home-facts-bg .home-facts-inner .common-title {
color: #ffffff;
padding-bottom: 40px;
}
.home-facts-bg .home-facts-inner .common-title h4 {
color: #ffffff;
}
.home-facts-bg .home-facts-inner .common-title p {
font-size: 22px;
}
.home-facts-bg .home-facts-inner .facts-content {
text-align: center;
color: #ffffff;
}
.home-facts-bg .home-facts-inner .facts-content h2 {
color: #8ABF00;
}
@media only screen and (max-width: 767px) {
.home-facts-bg .home-facts-inner .facts-content h2 {
font-size: 32px;
}
}
.home-facts-bg .home-facts-inner .facts-content p {
font-size: 24px;
line-height: 32px;
padding: 10px 0 15px;
max-width: 260px;
margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.home-facts-bg .home-facts-inner .facts-content p {
font-size: 20px;
line-height: 28px;
}
}
.home-facts-bg .home-facts-inner .facts-content-2 {
padding-top: 100px;
}
@media only screen and (max-width: 767px) {
.home-facts-bg .home-facts-inner .facts-content-2 {
padding-top: 20px;
}
}
.home-facts-bg .home-facts-inner .facts-content-3 {
padding-top: 200px;
}
@media only screen and (max-width: 767px) {
.home-facts-bg .home-facts-inner .facts-content-3 {
padding-top: 20px;
}
}
.home-facts-bg .home-facts-inner .facts-soil-img {
position: absolute;
top: auto;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 140px;
overflow: hidden;
}
@media only screen and (max-width: 1500px) {
.home-facts-bg .home-facts-inner .facts-soil-img {
height: 120px;
}
}
@media only screen and (max-width: 1199px) {
.home-facts-bg .home-facts-inner .facts-soil-img {
height: 100px;
}
}
@media only screen and (max-width: 1025px) {
.home-facts-bg .home-facts-inner .facts-soil-img {
height: 80px;
}
}
.home-facts-bg .home-facts-inner .facts-soil-img img {
width: 100%;
display: block;
object-fit: cover;
object-position: top;
} .home-blog-bg {
background: #E0EAEC;
padding: 0;
}
@media only screen and (max-width: 991px) {
.home-blog-bg {
padding: 40px 0 90px;
}
}
.home-blog-bg .blog-post {
position: relative;
}
.home-blog-bg .blog-post .blog-text {
position: absolute;
background: #ffffff;
width: calc(100% - 30px);
left: 15px;
bottom: 15px;
}
.home-blog-bg .blog-post .blog-text a {
font-size: 30px;
color: #2C210A;
padding: 15px;
display: block;
position: relative;
padding-right: 80px;
cursor: pointer;
}
@media only screen and (max-width: 991px) {
.home-blog-bg .blog-post .blog-text a {
font-size: 21px;
line-height: 28px;
}
}
.home-blog-bg .blog-post .blog-text a img {
position: absolute;
top: 45%;
right: 40px;
transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
.home-blog-bg .blog-post .blog-text a img {
right: 30px;
}
}
.home-blog-bg .blog-post:hover .blog-text a {
color: #007871;
}
.home-blog-bg .blog-post:hover .blog-text a img {
right: 20px;
}
.home-blog-bg .row > div {
margin-bottom: 30px;
}
.home-blog-bg .row > div:nth-child(2) {
margin-top: 50px;
}
.home-blog-bg .row > div:nth-child(2n+1) {
margin-top: -50px;
}
.home-blog-bg .row > div:first-child {
margin-top: 0;
}
@media only screen and (max-width: 767px) {
.home-blog-bg .row > div {
margin-top: 0 !important;
}
}
.inner-banner-bg {
padding: 175px 0 30px;
text-align: center;
min-height: 440px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
}
@media only screen and (max-width: 767px) {
.inner-banner-bg {
padding: 90px 0 30px;
min-height: auto;
}
}
.inner-banner-bg h1 {
color: #ffffff;
line-height: 100px;
margin: 0;
letter-spacing: 3.43px;
}
.inner-banner-bg p {
font-size: 32px;
color: #ffffff;
}
@media only screen and (min-width: 768px) {
.inner-banner-bg p {
line-height: 60px;
}
}
@media only screen and (max-width: 767px) {
.inner-banner-bg p {
font-size: 21px;
}
} .tpl-contact {
overflow: hidden;
}
.tpl-contact .header-bg .logo a {
color: #2C201A;
}
.tpl-contact .header-bg .trigger span {
background: #007871;
}
.tpl-contact .header-bg .trigger span::before, .tpl-contact .header-bg .trigger span::after {
background: #007871;
}
.tpl-contact .header-bg .trigger.trigger-open span {
background: transparent;
}
.tpl-contact .header-bg .trigger.trigger-open span::before, .tpl-contact .header-bg .trigger.trigger-open span::after {
background: #ffffff;
}
@media only screen and (max-width: 767px) {
.tpl-contact .header-bg.scroll-fixed .logo a {
color: #ffffff;
}
}
.tpl-contact .header-bg.scroll-fixed .trigger span {
background: #ffffff;
}
.tpl-contact .header-bg.scroll-fixed .trigger span::before, .tpl-contact .header-bg.scroll-fixed .trigger span::after {
background: #ffffff;
}
.tpl-contact .inner-banner-bg {
padding: 200px 0 10px;
}
@media only screen and (max-width: 767px) {
.tpl-contact .inner-banner-bg {
padding: 90px 0 10px;
}
}
.tpl-contact .inner-banner-bg h1 {
color: #007871;
}
.contact-address-bg {
position: relative;
background: #007871;
overflow: hidden;
}
.contact-address-bg .contact-map {
position: absolute;
top: 0;
right: 0;
width: 40%;
height: 100%;
}
@media only screen and (max-width: 767px) {
.contact-address-bg .contact-map {
position: static;
width: 100%;
}
}
.contact-address-bg .contact-map iframe {
width: 100%;
height: 100%;
min-height: 320px;
display: block;
}
.contact-address-bg .contact-address {
padding: 60px 0 0;
}
.contact-address-bg .contact-address h3 {
color: #ffffff;
font-size: 32px;
font-family: "Barlow", sans-serif;
font-weight: 600;
letter-spacing: 0;
}
.contact-address-bg .contact-address ul li {
font-size: 32px;
font-weight: 300;
line-height: 40px;
padding: 10px 0;
color: #ffffff;
padding-left: 50px;
position: relative;
}
@media only screen and (max-width: 991px) {
.contact-address-bg .contact-address ul li {
font-size: 28px;
}
}
.contact-address-bg .contact-address ul li a {
color: #ffffff;
}
.contact-address-bg .contact-address ul li img {
position: absolute;
top: 15px;
left: 0;
}
.contact-address-bg .contact-address .gln-btn a {
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
letter-spacing: 2.67px;
display: inline-block;
padding: 5px 0;
border-bottom: 2px solid #8ABF00;
}
.contact-address-bg .contact-text {
padding: 60px 0 100px;
}
@media only screen and (max-width: 991px) {
.contact-address-bg .contact-text {
padding: 40px 0 30px;
}
}
.contact-address-bg .contact-text p {
color: #ffffff;
line-height: 1.5;
font-size: 21px;
max-width: 470px;
}
.contact-address-bg .contact-text ul li {
position: relative;
font-size: 24px;
color: #ffffff;
line-height: 45px;
padding: 0 0 0 30px;
}
.contact-address-bg .contact-text ul li:before {
content: "";
position: absolute;
top: 25px;
left: 0;
width: 10px;
height: 1px;
background: #ffffff;
}
.contact-info-bg {
position: relative;
padding: 60px 0 120px;
}
@media only screen and (max-width: 767px) {
.contact-info-bg {
padding: 60px 0 80px;
}
}
.contact-info-bg .contact-info {
position: relative;
}
.contact-info-bg .contact-info:before {
content: "";
position: absolute;
top: 50%;
right: 0;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/get-arrow.png);
background-repeat: no-repeat;
background-position: center;
width: 80px;
height: 30px;
background-size: auto;
}
@media only screen and (max-width: 767px) {
.contact-info-bg .contact-info:before {
display: none;
}
}
.contact-info-bg .contact-info h3 {
font-size: 32px;
font-family: "Barlow", sans-serif;
font-weight: 600;
letter-spacing: 0;
color: #6C543A;
}
.contact-info-bg .contact-info ul li {
font-size: 32px;
font-weight: 300;
line-height: 40px;
padding: 10px 0;
color: #6C543A;
position: relative;
}
@media only screen and (max-width: 991px) {
.contact-info-bg .contact-info ul li {
font-size: 28px;
}
}
.contact-info-bg .contact-info ul li.contact-notice {
font-size: 16px;
line-height: normal;
font-style: italic;
color: #8ABF00;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
.contact-info-bg .contact-info ul li.contact-notice {
padding-right: 100px;
}
}
.contact-info-bg .contact-info ul li a {
color: #6C543A;
}
.contact-info-bg .contact-info ul li img {
position: absolute;
top: 15px;
left: 0;
}
.contact-info-bg .contact-inquiries p {
line-height: 1.5;
font-size: 21px;
}
.contact-info-bg .contact-inquiries ul li {
position: relative;
font-size: 24px;
line-height: 45px;
padding: 0 0 0 30px;
}
.contact-info-bg .contact-inquiries ul li:before {
content: "";
position: absolute;
top: 25px;
left: 0;
width: 10px;
height: 1px;
background: #2C201A;
}
.contact-working-hours-notice {
color: #ffffff;
font-size: 18px;
margin: 0;
font-weight: 500;
font-style: italic;
}
@media only screen and (min-width: 768px) {
.contact-working-hours-notice {
font-size: 21px;
}
}
.contact-working-hours {
color: #ffffff;
}
@media only screen and (min-width: 768px) {
.contact-working-hours {
padding-left: 8px;
}
}
.tpl-composts .inner-banner-bg p {
display: none;
}
.tpl-composts .site-content {
overflow: hidden;
}
.compost-overview-bg {
padding: 100px 0;
position: relative;
text-align: center;
}
@media only screen and (max-width: 767px) {
.compost-overview-bg {
padding: 30px 0;
}
}
.compost-overview-bg .container {
position: relative;
z-index: 1;
}
.compost-overview-bg .brown-color {
font-family: "Barlow", sans-serif;
padding: 50px 0;
font-weight: 600;
line-height: 60px;
letter-spacing: normal;
width: 100%;
max-width: 560px;
margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.compost-overview-bg .brown-color {
padding: 10px 0 30px;
line-height: 36px;
}
}
.compost-overview-bg .comp-overtop-img {
position: absolute;
top: -150px;
left: 0;
border-radius: 100%;
text-align: left;
width: 25%;
}
@media only screen and (max-width: 991px) {
.compost-overview-bg .comp-overtop-img {
display: none;
}
}
.compost-overview-bg .comp-overbottom-img {
position: absolute;
bottom: 0;
right: 0;
width: 25%;
}
@media only screen and (max-width: 991px) {
.compost-overview-bg .comp-overbottom-img {
display: none;
}
}
.compost-categor-bg {
padding: 100px 0;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
@media only screen and (max-width: 767px) {
.compost-categor-bg {
padding: 40px 0;
}
}
.compost-categor-bg:before {
content: "";
position: absolute;
top: 30px;
left: 30px;
width: calc(100% - 60px);
height: calc(100% - 60px);
border: 4px solid #ffffff;
pointer-events: none;
}
@media only screen and (max-width: 991px) {
.compost-categor-bg:before {
top: 10px;
left: 10px;
width: calc(100% - 20px);
height: calc(100% - 20px);
}
}
.compost-categor-bg .common-title {
padding: 0 0 100px;
}
@media only screen and (max-width: 767px) {
.compost-categor-bg .common-title {
padding: 0;
}
}
.compost-categor-bg .common-title h4 {
color: #ffffff;
}
@media only screen and (max-width: 767px) {
.compost-categor-bg .compost-categor-box {
padding: 0 15px;
text-align: center;
}
}
.compost-categor-bg .compost-categor-box h2 {
font-size: 140px;
color: #C05729;
line-height: 100px;
text-align: center;
margin: 0;
}
@media only screen and (max-width: 767px) {
.compost-categor-bg .compost-categor-box h2 {
font-size: 70px;
line-height: normal;
}
}
.compost-categor-bg .compost-categor-box p {
color: #ffffff;
}
.compost-product-bg {
padding: 100px 0;
position: relative;
background: #E0EAEC;
}
@media only screen and (max-width: 767px) {
.compost-product-bg {
padding: 40px 0;
}
}
.compost-product-bg #products-scroll {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
}
.compost-product-bg .compost-prod-content {
position: relative;
}
.compost-product-bg .compost-prod-content:before {
content: "";
position: absolute;
top: 50px;
left: -70px;
width: 100%;
height: 100%;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/comp-path.svg);
background-repeat: no-repeat;
background-position: left top;
}
@media only screen and (max-width: 1199px) {
.compost-product-bg .compost-prod-content:before {
display: none;
}
}
.compost-product-bg .compost-prod-box {
padding: 30px 0px;
}
@media only screen and (max-width: 767px) {
.compost-product-bg .compost-prod-box {
padding: 0 0 30px 0;
}
}
.compost-product-bg .compost-prod-box .font-24 {
font-size: 21px;
font-weight: 300;
font-style: italic;
}
@media only screen and (max-width: 767px) {
.compost-product-bg .compost-prod-box .font-24 {
font-size: 18px;
line-height: normal;
}
}
@media only screen and (min-width: 1100px) {
.compost-product-bg .compost-prod-box1 {
padding-right: 13%;
}
.compost-product-bg .compost-prod-box2 {
padding-left: 10%;
}
.compost-product-bg .compost-prod-box3 {
padding-right: 15%;
}
.compost-product-bg .compost-prod-box4 {
padding-top: 110px;
}
.compost-product-bg .compost-prod-box5 {
padding-top: 180px;
}
.compost-product-bg .compost-prod-box6 {
padding-top: 120px;
padding-bottom: 150px;
}
}
.tpl-solutions .inner-banner-bg {
min-height: 90vh;
}
@media only screen and (max-width: 767px) {
.tpl-solutions .inner-banner-bg {
min-height: auto;
}
}
.tpl-solutions .inner-banner-bg .banner-title {
width: 100%;
max-width: 820px;
margin: 0 auto;
}
.solutions-tab-bg {
background-color: #E0EAEC;
border-top: 1px solid #E0EAEC;
}
.solutions-tab-bg .solutions-fill .solu-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
padding: 20px 10px;
background: #007871;
font-family: "Rock Salt", cursive, sans-serif;
font-size: 22px;
line-height: 55px;
color: #ffffff;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/tab-bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 50%;
}
@media only screen and (max-width: 767px) {
.solutions-tab-bg .solutions-fill .solu-item {
font-size: 18px;
line-height: 42px;
}
}
.solutions-tab-bg .solutions-fill .solu-item.active {
background: transparent;
color: #000000;
background-image: none;
}
.solutions-tab-bg .tab-content {
padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
.solutions-tab-bg .tab-content {
padding: 40px 0 0;
}
}
.solutions-tab-bg .tab-content .common-title {
width: 100%;
max-width: 620px;
margin: 0 auto;
}
.who-serve-boxes {
padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
.who-serve-boxes {
padding: 0;
}
}
.who-serve-boxes ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-o-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
width: 100%;
max-width: 1113px;
margin: 0 auto !important;
}
@media only screen and (max-width: 767px) {
.who-serve-boxes ul {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-o-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.who-serve-boxes ul li {
position: relative;
margin-top: 20px;
}
@media only screen and (min-width: 768px) {
.who-serve-boxes ul li {
margin-top: 50px;
}
.who-serve-boxes ul li:before {
content: "";
position: absolute;
left: 40%;
width: 30px;
height: 30px;
background: #ffffff;
border-radius: 50%;
}
.who-serve-boxes ul li.serve-box-1:before {
bottom: -50px;
}
.who-serve-boxes ul li.serve-box-2 {
margin-top: 226px;
margin-left: -40px;
margin-right: -35px;
}
.who-serve-boxes ul li.serve-box-2:before {
left: auto;
right: 25%;
width: 20px;
height: 20px;
top: -100px;
}
.who-serve-boxes ul li.serve-box-3 {
margin-top: 70px;
}
.who-serve-boxes ul li.serve-box-3:before {
left: 20%;
width: 40px;
height: 40px;
bottom: -80px;
}
.who-serve-boxes ul li.serve-box-4 {
margin-top: 199px;
margin-left: -16px;
margin-right: -68px;
}
.who-serve-boxes ul li.serve-box-4:before {
left: auto;
right: 50%;
width: 40px;
height: 40px;
top: -100px;
}
.who-serve-boxes ul li.serve-box-5 {
margin-top: 0;
}
.who-serve-boxes ul li.serve-box-5:before {
left: auto;
right: 36%;
width: 20px;
height: 20px;
bottom: -140px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.who-serve-boxes ul li.serve-box-2 {
margin-top: 200px !important;
}
}
.who-serve-boxes ul li span {
position: absolute;
top: 50%;
left: 0;
color: #ffffff;
width: 100%;
text-align: center;
font-weight: 500;
text-transform: uppercase;
font-size: 18px;
line-height: 22px;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
.who-serve-boxes ul li img {
width: 100%;
max-width: 220px;
}
}
.how-we-do-bg {
position: relative;
background: #007871;
padding: 50px 0 40px;
}
@media only screen and (min-width: 768px) {
.how-we-do-bg {
padding: 150px 0 80px;
}
}
.how-we-do-bg .row {
padding: 30px 0;
position: relative;
}
@media only screen and (max-width: 767px) {
.how-we-do-bg .row {
padding: 0 0 30px 0;
}
}
@media only screen and (min-width: 768px) {
.how-we-do-bg .row:before {
content: "";
position: absolute;
top: 100%;
right: 50%;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/get-arrow.png);
background-repeat: no-repeat;
background-position: center;
width: 80px;
height: 30px;
background-size: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
}
@media only screen and (min-width: 768px) {
.how-we-do-bg .row.even {
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-o-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.how-we-do-bg .row.even:before {
-webkit-transform: rotate(120deg);
-moz-transform: rotate(120deg);
transform: rotate(120deg);
}
}
.how-we-do-bg .row:last-child:before {
opacity: 0;
}
.how-we-do-bg p {
color: #ffffff;
}
.how-we-do-bg p a {
color: #84bc0f;
text-decoration: underline;
font-weight: bold;
}
.how-we-do-bg p a:hover {
text-decoration: none;
}
.how-we-do-bg .common-title h2 {
color: #ffffff;
}
.how-we-do-bg .circle-image-grp {
position: relative;
text-align: center;
}
@media only screen and (max-width: 767px) {
.how-we-do-bg .circle-image-grp {
padding: 0 0 30px;
}
}
.how-we-do-bg .circle-image-grp .circle-img-icon {
position: absolute;
top: 50%;
left: 0;
text-align: center;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.how-we-do-bg .circle-image-grp .circle-img-icon h3 {
color: #ffffff;
}
.consult-and-bid-bg {
border-bottom: 1px solid #96B9C0;
background: #e0eaec;
position: relative;
}
@media only screen and (max-width: 767px) {
.consult-and-bid-bg {
border-bottom: 0;
}
}
.consult-and-bid-bg #consult-scroll {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
}
.consult-and-bid-bg .col-md-6 {
border-right: 1px solid #96B9C0;
}
@media only screen and (max-width: 767px) {
.consult-and-bid-bg .col-md-6 {
border-right: 0;
border-bottom: 1px solid #96B9C0;
}
}
.consult-and-bid-bg .col-md-6 .consult-big-box {
width: 100%;
max-width: 400px;
text-align: center;
padding: 80px 0 120px;
margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.consult-and-bid-bg .col-md-6 .consult-big-box {
padding: 40px 0;
}
}
.consult-and-bid-bg .col-md-6 .consult-big-box h3 {
padding: 0 0 25px;
}
.consult-and-bid-bg .col-md-6 .consult-big-box a {
color: #2C201A;
font-weight: 400;
}
.consult-and-bid-bg .col-md-6 .consult-big-box p {
min-height: 160px;
}
@media only screen and (max-width: 767px) {
.consult-and-bid-bg .col-md-6 .consult-big-box p {
min-height: auto;
}
} .pricing-pop-overlay, .bigdeal-pop-overlay, .consulting-pop-overlay {
position: fixed;
background: #ffffff;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1001;
display: none;
overflow: auto;
}
.pricing-pop-overlay.open, .bigdeal-pop-overlay.open, .consulting-pop-overlay.open {
display: block;
}
.pricing-close-popup-icon, .bigdeal-close-popup-icon, .consulting-close-popup-icon {
position: absolute;
top: 30px;
right: 50px;
width: 40px;
height: 40px;
z-index: 11;
cursor: pointer;
}
@media only screen and (max-width: 767px) {
.pricing-close-popup-icon, .bigdeal-close-popup-icon, .consulting-close-popup-icon {
right: 15px;
top: 15px;
width: 35px;
height: 35px;
}
}
.pricing-close-popup-icon span, .bigdeal-close-popup-icon span, .consulting-close-popup-icon span {
display: block;
width: 100%;
height: 3px;
background: transparent;
position: relative;
margin-top: 18px;
}
.pricing-close-popup-icon span::before, .bigdeal-close-popup-icon span::before, .consulting-close-popup-icon span::before {
content: "";
display: block;
width: 100%;
height: 3px;
background: #007871;
position: absolute;
top: 0;
left: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.pricing-close-popup-icon span::after, .bigdeal-close-popup-icon span::after, .consulting-close-popup-icon span::after {
content: "";
display: block;
width: 100%;
height: 3px;
background: #007871;
position: absolute;
top: 0;
left: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.pricing-pop-bg, .bigdeal-pop-bg, .consulting-pop-bg {
position: relative;
background: #ffffff;
height: 100%;
min-height: 100vh;
}
.pricing-pop-bg .pop-main-title-bg, .bigdeal-pop-bg .pop-main-title-bg, .consulting-pop-bg .pop-main-title-bg {
position: relative;
text-align: center;
z-index: 1;
padding: 60px 0 20px;
}
@media only screen and (min-width: 768px) {
.pricing-pop-bg .pop-main-title-bg, .bigdeal-pop-bg .pop-main-title-bg, .consulting-pop-bg .pop-main-title-bg {
padding: 60px 0;
}
}
.pricing-pop-bg .pop-main-title-bg .pop-main-title, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title, .consulting-pop-bg .pop-main-title-bg .pop-main-title {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
}
.pricing-pop-bg .pop-main-title-bg .pop-main-title:before, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title:before, .consulting-pop-bg .pop-main-title-bg .pop-main-title:before {
content: "";
width: 120px;
height: 120px;
position: absolute;
top: 120px;
left: 0;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/pop-arrow.svg);
background-repeat: no-repeat;
background-position: bottom left;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
transform: rotate(270deg);
}
@media only screen and (max-width: 767px) {
.pricing-pop-bg .pop-main-title-bg .pop-main-title:before, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title:before, .consulting-pop-bg .pop-main-title-bg .pop-main-title:before {
display: none;
}
}
.pricing-pop-bg .pop-main-title-bg .pop-main-title:after, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title:after, .consulting-pop-bg .pop-main-title-bg .pop-main-title:after {
content: "";
width: 120px;
height: 120px;
position: absolute;
top: 120px;
right: 0;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/pop-arrow.svg);
background-repeat: no-repeat;
background-position: bottom right;
}
@media only screen and (max-width: 767px) {
.pricing-pop-bg .pop-main-title-bg .pop-main-title:after, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title:after, .consulting-pop-bg .pop-main-title-bg .pop-main-title:after {
display: none;
}
}
.pricing-pop-bg .pop-main-title-bg .pop-main-title h1, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title h1, .consulting-pop-bg .pop-main-title-bg .pop-main-title h1 {
color: #8ABF00;
font-family: "Barlow", sans-serif;
font-size: 60px;
line-height: 50px;
letter-spacing: normal;
font-weight: 900;
max-width: 380px;
margin: 0 auto;
text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
.pricing-pop-bg .pop-main-title-bg .pop-main-title h1, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title h1, .consulting-pop-bg .pop-main-title-bg .pop-main-title h1 {
font-size: 32px;
line-height: 30px;
}
}
.pricing-pop-bg .pop-main-title-bg .pop-main-title h3, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title h3, .consulting-pop-bg .pop-main-title-bg .pop-main-title h3 {
font-family: "Barlow", sans-serif;
font-size: 38px;
line-height: 42px;
letter-spacing: normal;
max-width: 480px;
margin: 20px auto 0;
text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
.pricing-pop-bg .pop-main-title-bg .pop-main-title h3, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title h3, .consulting-pop-bg .pop-main-title-bg .pop-main-title h3 {
font-size: 32px;
line-height: 36px;
}
}
.pricing-pop-bg .pop-content-bg, .bigdeal-pop-bg .pop-content-bg, .consulting-pop-bg .pop-content-bg {
position: relative;
z-index: 1;
padding: 0 0 100px;
}
@media only screen and (max-width: 991px) {
.pricing-pop-bg .pop-content-bg, .bigdeal-pop-bg .pop-content-bg, .consulting-pop-bg .pop-content-bg {
padding: 0;
}
}
.pricing-pop-bg .pop-content-bg .pricing-truck-img, .bigdeal-pop-bg .pop-content-bg .pricing-truck-img, .consulting-pop-bg .pop-content-bg .pricing-truck-img {
text-align: center;
}
@media only screen and (max-width: 767px) {
.pricing-pop-bg .pop-content-bg .pricing-truck-img, .bigdeal-pop-bg .pop-content-bg .pricing-truck-img, .consulting-pop-bg .pop-content-bg .pricing-truck-img {
padding: 30px 0 0;
}
}
.pricing-pop-bg .pop-content-bg h2, .bigdeal-pop-bg .pop-content-bg h2, .consulting-pop-bg .pop-content-bg h2 {
margin: 0;
color: #007871;
font-size: 24px;
padding: 15px 0 0;
}
.pricing-pop-bg .pop-content-bg h4, .bigdeal-pop-bg .pop-content-bg h4, .consulting-pop-bg .pop-content-bg h4 {
margin: 0 0 10px;
font-size: 20px;
}
.pricing-pop-bg .pop-content-bg ul, .bigdeal-pop-bg .pop-content-bg ul, .consulting-pop-bg .pop-content-bg ul {
margin: 0 !important;
}
.pricing-pop-bg .pop-content-bg ul li, .bigdeal-pop-bg .pop-content-bg ul li, .consulting-pop-bg .pop-content-bg ul li {
position: relative;
padding: 0 0 15px 20px;
line-height: 32px;
}
.pricing-pop-bg .pop-content-bg ul li:before, .bigdeal-pop-bg .pop-content-bg ul li:before, .consulting-pop-bg .pop-content-bg ul li:before {
content: "";
position: absolute;
top: 15px;
left: 0;
width: 6px;
height: 6px;
border-radius: 6px;
background: #8ABF00;
}
.bigdeal-pop-bg .pop-main-title-bg .pop-main-title:before, .bigdeal-pop-bg .pop-main-title-bg .pop-main-title:after, .consulting-pop-bg .pop-main-title-bg .pop-main-title:before, .consulting-pop-bg .pop-main-title-bg .pop-main-title:after {
opacity: 0 !important;
}
.tpl-about .inner-banner-bg {
min-height: 90vh;
}
@media only screen and (max-width: 767px) {
.tpl-about .inner-banner-bg {
min-height: auto;
}
}
.tpl-about .inner-banner-bg .banner-title {
width: 100%;
max-width: 620px;
margin: 0 auto;
}
.tpl-about .site-content {
overflow: hidden;
}
.about-overview-bg {
padding: 100px 0;
position: relative;
z-index: 1;
}
@media only screen and (max-width: 991px) {
.about-overview-bg {
padding: 40px 0 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-o-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.about-overview-bg .about-overtop-img {
max-width: 340px;
}
@media only screen and (min-width: 992px) {
.about-overview-bg .about-overtop-img {
position: absolute;
top: -40px;
left: -50px;
width: 30%;
}
}
@media only screen and (max-width: 991px) {
.about-overview-bg .about-overtop-img {
position: static;
text-align: center;
width: 100%;
margin: 0 auto 20px;
order: 1;
}
.about-overview-bg .about-overtop-img img {
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
transform: rotate(-10deg);
}
}
.about-overview-bg .about-overbottom-img {
position: absolute;
bottom: -100px;
right: 0;
}
@media only screen and (max-width: 991px) {
.about-overview-bg .about-overbottom-img {
display: none;
}
}
.practices-bg {
position: relative;
background: #007871;
padding: 50px 0 0;
}
@media only screen and (min-width: 768px) {
.practices-bg {
padding: 150px 0 40px;
}
}
.practices-bg .common-title {
width: 100%;
max-width: 750px;
margin: 0 auto;
padding: 0 0 30px;
}
.practices-bg .common-title p {
font-size: 26px;
line-height: 45px;
}
@media only screen and (max-width: 767px) {
.practices-bg .common-title p {
font-size: 21px;
line-height: 42px;
}
}
.practices-bg .row {
padding: 30px 0;
position: relative;
}
@media only screen and (max-width: 767px) {
.practices-bg .row {
padding: 0 0 30px 0;
}
}
@media only screen and (min-width: 768px) {
.practices-bg .row:before {
content: "";
position: absolute;
top: 10px;
right: 50%;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/get-arrow.png);
background-repeat: no-repeat;
background-position: center;
width: 66px;
height: 17px;
background-size: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
}
@media only screen and (min-width: 768px) {
.practices-bg .row.even {
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-o-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.practices-bg .row.even:before {
-webkit-transform: rotate(120deg);
-moz-transform: rotate(120deg);
transform: rotate(120deg);
}
}
.practices-bg p {
color: #ffffff;
}
.practices-bg .common-title h2 {
color: #ffffff;
}
.practices-bg .circle-image-grp {
position: relative;
text-align: center;
}
@media only screen and (max-width: 767px) {
.practices-bg .circle-image-grp {
padding: 0 0 30px;
}
}
.practices-bg .circle-image-grp .circle-img-icon {
position: absolute;
top: 50%;
left: 0;
text-align: center;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.practices-bg .circle-image-grp .circle-img-icon img {
max-width: 60%;
}
.practices-bg .circle-image-grp .three-img-pro img {
max-width: 40%;
}
.our-journey-bg {
padding: 120px 0;
}
@media only screen and (max-width: 767px) {
.our-journey-bg {
padding: 40px 0;
}
}
.our-journey-bg .common-title p {
max-width: 770px;
margin: 0 auto;
}
.our-journey-bg .journey-fill-outer {
overflow: auto;
}
.our-journey-bg .journey-fill {
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-webkit-flex-wrap: initial;
-moz-flex-wrap: initial;
-o-flex-wrap: initial;
-ms-flex-wrap: initial;
flex-wrap: initial;
overflow-x: auto;
padding: 70px 0 0;
min-width: 1100px;
}
@media only screen and (max-width: 767px) {
.our-journey-bg .journey-fill {
padding: 20px 0 0;
}
}
.our-journey-bg .journey-fill a {
color: #78B1AD;
font-size: 20px;
letter-spacing: 1.71px;
line-height: 60px;
text-align: center;
padding: 25px 15px;
font-family: "Rock Salt", cursive, sans-serif;
position: relative;
}
.our-journey-bg .journey-fill a:before {
content: "";
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/Shape_circle.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
background-size: 90px;
opacity: 0;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-ms-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.our-journey-bg .journey-fill a:hover, .our-journey-bg .journey-fill a.active {
color: #6C543A;
}
.our-journey-bg .journey-fill a:hover:before, .our-journey-bg .journey-fill a.active:before {
opacity: 1;
}
.our-journey-bg .tab-content {
padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
.our-journey-bg .tab-content {
padding: 10px 0 0;
}
}
.our-journey-bg .tab-content .tab-pane {
width: 100%;
max-width: 770px;
margin: 0 auto;
}
.our-journey-bg .tab-content .tab-pane p {
margin: 0;
font-size: 28px;
font-weight: 300;
line-height: 60px;
text-align: center;
}
@media only screen and (max-width: 767px) {
.our-journey-bg .tab-content .tab-pane p {
font-size: 24px;
line-height: 42px;
}
}
.awards-won-bg {
padding: 120px 0 90px;
}
@media only screen and (max-width: 767px) {
.awards-won-bg {
padding: 50px 0 30px;
}
}
.awards-won-bg .common-title h2 {
color: #ffffff;
text-align: center;
padding-bottom: 60px;
font-size: 26px;
letter-spacing: 2.23px;
}
.awards-won-bg .award-box {
padding: 0 0 30px;
}
.awards-won-bg .award-box h3 {
font-size: 28px;
line-height: 32px;
color: #8ABF00;
font-family: "Barlow", sans-serif;
font-weight: 700;
text-align: center;
letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
.awards-won-bg .award-box h3 {
min-height: 60px;
}
}
.awards-won-bg .award-box .award-dots {
text-align: center;
padding: 15px 0;
line-height: 1;
font-size: 1px;
}
.awards-won-bg .award-box .award-dots span {
display: inline-block;
width: 5px;
height: 5px;
background: #B7AEA9;
border-radius: 50%;
position: relative;
line-height: 1;
}
.awards-won-bg .award-box .award-dots span:before, .awards-won-bg .award-box .award-dots span:after {
content: "";
display: inline-block;
width: 5px;
height: 5px;
background: #B7AEA9;
border-radius: 50%;
position: absolute;
top: 0;
left: -20px;
}
.awards-won-bg .award-box .award-dots span:after {
left: auto;
right: -20px;
}
.awards-won-bg .award-box p {
color: #ffffff;
text-align: center;
font-size: 18px;
line-height: 24px;
}
.kitchen-pop-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1001;
display: none;
overflow: auto;
}
.kitchen-pop-overlay.open {
display: block;
}
.tpl-popup .header-bg, .tpl-popup .site-footer {
display: none;
}
.close-popup-icon {
position: absolute;
top: 30px;
right: 50px;
width: 40px;
height: 40px;
z-index: 11;
cursor: pointer;
}
@media only screen and (max-width: 767px) {
.close-popup-icon {
right: 25px;
}
}
.close-popup-icon span {
display: block;
width: 100%;
height: 3px;
background: transparent;
position: relative;
margin-top: 18px;
}
.close-popup-icon span::before {
content: "";
display: block;
width: 100%;
height: 3px;
background: #007871;
position: absolute;
top: 0;
left: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.close-popup-icon span::after {
content: "";
display: block;
width: 100%;
height: 3px;
background: #007871;
position: absolute;
top: 0;
left: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.kitchen-pop-bg {
position: relative;
background: #ffffff;
}
.kitchen-pop-bg:before {
content: "";
width: 50%;
height: 100%;
background: #ffffff;
position: absolute;
top: 0;
left: 0;
}
@media only screen and (max-width: 767px) {
.kitchen-pop-bg:before {
display: none;
}
}
.kitchen-pop-bg:after {
content: "";
width: 50%;
height: 100%;
position: absolute;
top: 0;
right: 0;
background-color: #2A2557;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/pop-right-bg.png);
background-repeat: no-repeat;
background-position: top center;
}
@media only screen and (max-width: 767px) {
.kitchen-pop-bg:after {
display: none;
}
}
.kitchen-pop-bg .pop-main-title-bg {
position: relative;
text-align: center;
z-index: 1;
padding: 60px 0;
}
@media only screen and (max-width: 767px) {
.kitchen-pop-bg .pop-main-title-bg {
padding-bottom: 10px;
}
}
.kitchen-pop-bg .pop-main-title-bg .pop-main-title {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto; }
.kitchen-pop-bg .pop-main-title-bg .pop-main-title:before {
content: "";
width: 120px;
height: 120px;
position: absolute;
top: 70px;
left: -5px;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/pop-arrow.svg);
background-repeat: no-repeat;
background-position: bottom left;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
transform: rotate(270deg);
}
@media only screen and (max-width: 767px) {
.kitchen-pop-bg .pop-main-title-bg .pop-main-title:before {
display: none;
}
}
.kitchen-pop-bg .pop-main-title-bg .pop-main-title:after {
content: "";
width: 120px;
height: 120px;
position: absolute;
top: 70px;
right: -5px;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/pop-arrow.svg);
background-repeat: no-repeat;
background-position: bottom right;
}
@media only screen and (max-width: 767px) {
.kitchen-pop-bg .pop-main-title-bg .pop-main-title:after {
display: none;
}
}
.kitchen-pop-bg .pop-main-title-bg .pop-main-title h1 {
color: #8ABF00;
font-family: "Barlow", sans-serif;
font-size: 60px;
line-height: 50px;
letter-spacing: normal;
font-weight: 900;
max-width: 380px;
margin: 0 auto;
text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
.kitchen-pop-bg .pop-main-title-bg .pop-main-title h1 {
font-size: 32px;
line-height: 30px;
max-width: 200px;
}
}
.kitchen-pop-bg .pop-main-title-bg .pop-main-title p {
color: #8ABF00;
padding: 20px 0;
max-width: 780px;
margin: 0 auto;
font-weight: 500;
}
.kitchen-pop-bg .pop-content-bg {
position: relative;
z-index: 1;
padding: 0 0 100px;
}
@media only screen and (max-width: 991px) {
.kitchen-pop-bg .pop-content-bg {
padding: 0 10px 10px;
}
}
.kitchen-pop-bg .pop-content-bg:before {
content: "";
width: 50%;
height: 100%;
background: #ffffff;
position: absolute;
bottom: 0;
left: 0;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/pop-wooden.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;
}
@media only screen and (max-width: 767px) {
.kitchen-pop-bg .pop-content-bg:before {
display: none;
}
}
.kitchen-pop-bg .pop-content-bg:after {
content: "";
width: 50%;
height: 100%;
position: absolute;
bottom: 0;
right: 0;
background-color: #2A2557;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/pop-grass.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;
}
@media only screen and (max-width: 767px) {
.kitchen-pop-bg .pop-content-bg:after {
display: none;
}
}
.kitchen-pop-bg .pop-content-bg h2 {
margin: 0;
}
@media only screen and (max-width: 1025px) {
.kitchen-pop-bg .pop-content-bg h2 {
font-size: 28px;
}
}
.kitchen-pop-bg .pop-content-bg h4 {
margin: 0 0 30px;
}
@media only screen and (max-width: 1025px) {
.kitchen-pop-bg .pop-content-bg h4 {
font-size: 20px;
}
}
@media only screen and (min-width: 768px) {
.kitchen-pop-bg .pop-content-bg ul.show-n-mob {
display: none !important;
}
}
.kitchen-pop-bg .pop-content-bg ul li {
position: relative;
padding: 0 0 15px 20px;
line-height: 32px;
}
.kitchen-pop-bg .pop-content-bg ul li:before {
content: "";
position: absolute;
top: 15px;
left: 0;
width: 6px;
height: 6px;
border-radius: 6px;
background: #8ABF00;
}
.kitchen-pop-bg .pop-content-bg .popup-left {
position: relative;
z-index: 2;
}
@media only screen and (min-width: 1025px) {
.kitchen-pop-bg .pop-content-bg .popup-left {
padding-right: 150px;
}
}
.kitchen-pop-bg .pop-content-bg .popup-right {
color: #ffffff;
position: relative;
z-index: 2;
}
@media only screen and (min-width: 1025px) {
.kitchen-pop-bg .pop-content-bg .popup-right {
padding-left: 150px;
}
}
@media only screen and (max-width: 1024px) {
.kitchen-pop-bg .pop-content-bg .popup-right {
padding-left: 50px;
}
}
@media only screen and (max-width: 767px) {
.kitchen-pop-bg .pop-content-bg .popup-right {
background-color: #2A2557;
padding-top: 50px;
}
}
.kitchen-pop-bg .pop-content-bg .pop-kitchen-door {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 2;
}
@media only screen and (max-width: 280px) {
.kitchen-pop-bg .pop-content-bg .pop-kitchen-door {
display: none;
}
}
.kitchen-pop-footer-desc {
padding: 0 0 40px;
text-align: center;
position: relative;
z-index: 9;
}
@media only screen and (max-width: 767px) {
.kitchen-pop-footer-desc {
padding: 35px 0 1px;
}
}
.kitchen-pop-footer-desc p {
color: #8ABF00;
max-width: 600px;
margin: 0 auto;
font-weight: 500;
font-size: 24px;
}
@media only screen and (max-width: 767px) {
.kitchen-pop-footer-desc p {
font-size: 21px;
}
}
.pop-bottom-arrow-bg {
padding: 10px 0 400px;
}
@media only screen and (max-width: 991px) {
.pop-bottom-arrow-bg {
padding-bottom: 530px;
}
}
.pop-bottom-arrow-bg .pop-bottom-arrow {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
padding: 1px;
z-index: 9;
}
.pop-bottom-arrow-bg .pop-bottom-arrow:before {
content: "";
width: 120px;
height: 120px;
position: absolute;
bottom: -20px;
left: -5px;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/pop-arrow.svg);
background-repeat: no-repeat;
background-position: bottom left;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
.pop-bottom-arrow-bg .pop-bottom-arrow:before {
display: none;
}
}
.pop-bottom-arrow-bg .pop-bottom-arrow:after {
content: "";
width: 120px;
height: 120px;
position: absolute;
bottom: -20px;
right: -5px;
background-image: url(//agrecycle.com/wp-content/themes/agrecycle/images/pop-arrow.svg);
background-repeat: no-repeat;
background-position: bottom right;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
.pop-bottom-arrow-bg .pop-bottom-arrow:after {
display: none;
}
}
.kitchen-popup-table-bg {
position: relative;
z-index: 10;
}
@media only screen and (max-width: 767px) {
.kitchen-popup-table-bg {
display: none !important;
}
}
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td {
width: 50%;
border: 0;
position: relative;
padding: 10px 20px;
}
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:before {
content: "";
width: 6px;
height: 6px;
border-radius: 10px;
background: #8ABF00;
position: absolute;
top: 28px;
left: 0;
}
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:first-child {
padding-right: 140px;
}
@media only screen and (max-width: 1024px) {
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:first-child {
padding-right: 70px;
}
}
@media only screen and (max-width: 991px) {
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:first-child {
padding-right: 20px;
}
}
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:last-child {
color: #ffffff;
padding-left: 165px;
}
@media only screen and (max-width: 1024px) {
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:last-child {
padding-left: 70px;
}
}
@media only screen and (max-width: 991px) {
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:last-child {
padding-left: 35px;
}
}
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:last-child:before {
left: 145px;
}
@media only screen and (max-width: 1024px) {
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:last-child:before {
left: 50px;
}
}
@media only screen and (max-width: 991px) {
.kitchen-popup-table-bg .kitchen-popup-table .table tbody tr td:last-child:before {
left: 15px;
}
}
.error404 {
height: 100%;
min-height: 100vh;
}
.error404 .header-bg {
background: #000;
padding: 72px 0;
}
.error404 #page {
height: 100%;
min-height: 100vh;
padding: 340px 15px 100px;
}
.error404 #page #content {
text-align: center;
}
.blog-banner-bg {
background: #000000;
padding: 200px 0px 0px;
}
.blog-banner-bg .common-title h2 {
color: #ffffff;
margin: 0;
}
.blog-banner-bg .blog-fill {
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
}
.blog-banner-bg .blog-fill a {
padding: 10px 30px;
color: #ffffff;
font-weight: 600;
text-transform: uppercase;
border-bottom: 3px solid transparent;
}
.blog-banner-bg .blog-fill a.active {
border-bottom-color: #ffffff;
}
@media only screen and (max-width: 991px) {
.blog-banner-bg .blog-fill a {
font-size: 18px;
padding: 5px 20px;
}
}
@media only screen and (max-width: 767px) {
.blog-banner-bg .blog-fill a {
font-size: 12px;
padding: 5px 5px;
}
}
.blog-bg {
background: #E0EAEC;
padding: 80px 0 120px;
height: 100%;
min-height: calc(100vh - 300px);
}
@media only screen and (max-width: 767px) {
.blog-bg {
padding: 40px 0 90px;
}
}
.blog-bg .blog-post {
position: relative;
}
.blog-bg .blog-post .blog-text {
position: absolute;
background: #ffffff;
width: calc(100% - 30px);
left: 15px;
bottom: 15px;
}
.blog-bg .blog-post .blog-text .blog-cat {
display: block;
padding: 15px 15px 0;
line-height: normal;
font-weight: normal;
}
.blog-bg .blog-post .blog-text a {
font-size: 30px;
color: #2C210A;
padding: 15px;
display: block;
position: relative;
padding-right: 80px;
cursor: pointer;
}
@media only screen and (max-width: 991px) {
.blog-bg .blog-post .blog-text a {
font-size: 21px;
line-height: 28px;
}
}
.blog-bg .blog-post .blog-text a img {
position: absolute;
top: 45%;
right: 25px;
transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
.blog-bg .blog-post .blog-text a img {
right: 20px;
}
}
.blog-bg .blog-post:hover .blog-text a {
color: #007871;
}
.blog-bg .blog-post:hover .blog-text a img {
right: 15px;
}
.blog-bg .tab-content .row > div {
margin-bottom: 30px;
}
.blog-bg .tab-content .row > div:nth-child(2) {
margin-top: 50px;
}
.blog-bg .tab-content .row > div:nth-child(2n+1) {
margin-top: -50px;
}
.blog-bg .tab-content .row > div:first-child {
margin-top: 0;
}
@media only screen and (max-width: 767px) {
.blog-bg .tab-content .row > div {
margin-top: 0 !important;
}
}
.blog-bg .row > div {
margin-bottom: 30px;
}
.blog-bg .row > div:nth-child(2) {
margin-top: 50px;
}
.blog-bg .row > div:nth-child(2n+1) {
margin-top: -50px;
}
.blog-bg .row > div:first-child {
margin-top: 0;
}
@media only screen and (max-width: 767px) {
.blog-bg .row > div {
margin-top: 0 !important;
}
} .post-template-default .header-bg {
background: #000000;
padding: 72px 0;
}
@media only screen and (max-width: 767px) {
.post-template-default .header-bg {
padding: 15px 0;
}
}
.blog-post-detail-bg {
padding: 270px 0 100px;
}
@media only screen and (max-width: 767px) {
.blog-post-detail-bg {
padding: 100px 0 100px;
}
}
.blog-post-detail-bg h1, .blog-post-detail-bg h2, .blog-post-detail-bg h3, .blog-post-detail-bg h4, .blog-post-detail-bg h5, .blog-post-detail-bg h6 {
color: #007871;
line-height: normal;
}
.blog-post-detail-bg .entry-header h1.entry-title {
margin: 0;
padding: 20px 0 15px;
text-align: center;
}
.blog-post-detail-bg .entry-header .entry-meta {
font-weight: 600;
padding: 0 0 10px;
}
.blog-post-detail-bg .entry-header .entry-meta span {
color: #2C201A;
}
.blog-post-detail-bg .entry-header .entry-meta a {
color: #2C201A;
}
.blog-post-detail-bg .entry-header .entry-meta a:hover {
color: #007871;
}
.blog-post-detail-bg .post .entry-content p img {
margin: 15px 0 5px;
}
@media only screen and (min-width: 992px) {
.blog-post-detail-bg .post .entry-content p img {
float: right;
margin: 20px 0 20px 20px;
max-width: 420px;
}
}.easy-notification-bar {
--enb-close-offset: 20px;
--enb-close-svg-dims: 24px;
--enb-padding-x: 1em;
--enb-padding-y: 0.7em;
width: 100%;
background: var(--enb-background, var(--wpex-accent, #0073aa));
color: var(--enb-color, var(--wpex-on-accent, #fff));
padding: var(--enb-padding-y) var(--enb-padding-x);
font-size: 16px;
line-height: 1.8;
position: relative;
z-index: 99;
box-sizing: border-box;
}
.easy-notification-bar--hidden {
display: none !important;
}
.easy-notification-bar--sticky {
position: sticky;
top: 0;
}
.admin-bar .easy-notification-bar--sticky {
top: var(--wpadminbar-height, 32px);
}
@media screen and (max-width: 782px) {
.admin-bar .easy-notification-bar--sticky {
top: var(--wpadminbar-height, 46px);
}
}
.easy-notification-bar strong {
color: currentColor; }
.enb-system-font {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.easy-notification-bar-container {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1em;
}
.easy-notification-bar--has_close_icon.easy-notification-bar--align_left {
padding-right: calc(var(--enb-close-offset) + var(--enb-close-svg-dims) + var(--enb-padding-x));
}
.easy-notification-bar--has_close_icon.easy-notification-bar--align_right {
padding-left: calc(var(--enb-close-offset) + var(--enb-close-svg-dims) + var(--enb-padding-x));
}
.easy-notification-bar--has_close_icon.easy-notification-bar--align_center,
.easy-notification-bar--has_close_icon.easy-notification-bar--button_bottom {
padding-left: calc(var(--enb-close-offset) + var(--enb-close-svg-dims) + var(--enb-padding-x));
padding-right: calc(var(--enb-close-offset) + var(--enb-close-svg-dims) + var(--enb-padding-x));
}
.easy-notification-bar--align_center .easy-notification-bar-container {
justify-content: center;
text-align: center;
}
.easy-notification-bar--align_left .easy-notification-bar-container,
.easy-notification-bar--button_left.easy-notification-bar--align_right .easy-notification-bar-container {
justify-content: flex-start;
}
.easy-notification-bar--align_right .easy-notification-bar-container,
.easy-notification-bar--button_right.easy-notification-bar--align_right .easy-notification-bar-container {
justify-content: flex-end;
}
.easy-notification-bar--space_between .easy-notification-bar-container {
justify-content: space-between !important;
}
.easy-notification-bar--button_left .easy-notification-bar-container {
flex-direction: row-reverse;
}
.easy-notification-bar--button_bottom .easy-notification-bar-container {
flex-direction: column;
justify-content: flex-start;
}
.easy-notification-bar--align_left.easy-notification-bar--button_bottom .easy-notification-bar-container {
align-items: flex-start;
}
.easy-notification-bar--align_right.easy-notification-bar--button_bottom .easy-notification-bar-container {
align-items: flex-end;
}
.easy-notification-bar-message :is(a,a:hover,a:visited,a:focus) {
color: currentColor;
text-decoration: underline;
}
.easy-notification-bar-message p {
margin: 0;
}
.easy-notification-bar-button a {
display: inline-block;
padding: 0.1em 1.25em;
}
.easy-notification-bar-button :is(a,a:hover,a:visited,a:focus){
color: #fff;
font-weight: 700;
text-decoration: none;
background: rgba(0,0,0,0.5);
}
.easy-notification-bar-button a:hover {
opacity: 0.9;
} a.easy-notification-bar__close {
display: flex;
position: absolute;
right: var(--enb-close-offset);
top: 50%;
transform: translateY(-50%);
color: inherit;
line-height: 1;
padding: 0;
margin: 0;
text-decoration: none;
background: none;
border: 0;
}
.easy-notification-bar__close svg {
height: var(--enb-close-svg-dims);
width: var(--enb-close-svg-dims);
}
a.easy-notification-bar__close:is(:hover,:focus) {
background: none;
color: inherit;
border: 0;
text-decoration: none;
}
.rtl a.easy-notification-bar__close,
.easy-notification-bar--align_right a.easy-notification-bar__close {
left: var(--enb-close-offset);
right: auto;
}