/*
Theme Name: Pollen

Fonts Used:
    font-family: 'Open Sans', sans-serif;
Colors User:
    green : #026635
	brown: #efefef
	yellow: #efefef
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
.clear {
  clear: both
}
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important
}
/*--------- BODY ELEMENTS --------- */
body {
  font-family: "Mona Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
  max-width: 1920px;
  margin: 0 auto;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
}
a {
  text-decoration: none;
  transition: .5s;
}
b, strong {
  font-weight: 700;
}
nav, section, footer, div, li, a, input, select, textarea, img, td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, select, textarea {
  -webkit-appearance: none;
}
p {
  margin: 0 0 1.5em 0;
}
p:last-child {
  margin: 0 !important;
}
a {
  text-decoration: none;
  transition: .5s;
}
em, i {
  font-style: italic;
}
img {
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.333em;
}
/*--------- HEADER ELEMENTS --------- */
#header {
  display: table;
  width: 100%;
  margin: 0;
}
#header #branding {
  display: table;
  width: 1248px;
  margin: 1.5em auto;
}
#header #branding li {
  display: table-cell;
  vertical-align: middle;
}
#header #branding li.left {
  width: 25%;
}
#header #branding li.left img {
  display: table;
  width: 14em;
  max-width: 90%;
  margin: 0;
  float: left;
}
#header #branding li.right {
  width: 75%;
}
/*--------- TOP MENU ELEMENTS --------- */
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none !important;
}
/*--------- MAIN SLIDER ELEMENTS --------- */
.mainslider {
  float: left;
  width: 100%;
  background: url(images/digital-web-agency.webp) center bottom no-repeat #026635;
  background-size: cover;
}
.mainslider .message {
  width: 1248px;
  margin: 0 auto;
  padding: 6em 0;
}
.mainslider .message h1 {
  font-size: 3em;
  font-weight: 400;
  line-height: 1.333em;
  color: #fff;
  margin: 0 0 0.5em 0;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.mainslider .message h1 strong {
  font-weight: 700;
}
.mainslider .message h2 {
  font-size: 1.667em;
  font-weight: 600;
  line-height: 1.333em;
  color: #efefef;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.mainslider .button {
  display: table;
  margin: 1em 0 0 0;
  font-size: 1.667em;
  line-height: 1em;
  background: #efefef;
  color: #000;
  padding: 0.5em 1em;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.mainslider .button:hover {
  background: #cd982b;
  color: #fff;
}
/*--------- INNER PAGE SLIDER ELEMENTS --------- */
.smallbanner {
  display: table;
  width: 100%;
  background: url(images/digital-web-agency.webp) center bottom no-repeat #026635;
  background-size: cover;
  padding: 2em;
  font-size: 1.333em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.333em;
}
/*--------- F00TER ELEMENTS --------- */
#footer {
  display: table;
  width: 100%;
  border-top: 0.5em solid #efefef;
}
#footer ul {
  display: table;
  width: 92%;
  margin: 1.5em auto 1.5em auto;
}
#footer ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em;
}
#footer ul .left {
  width: 50%;
}
#footer ul .left img {
  display: table;
  margin: 0;
  float: right;
  width: 14em;
  max-width: 100%;
}
#footer ul .right {
  width: 50%;
}
#footer ul .right .button {
  display: table;
  margin: 0 0 0 0;
  font-size: 1.667em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  background: #cd982b;
  color: #fff;
  padding: 0.75em 1em;
  float: left;
  border-radius: 3px;
}
#footer ul .right .button:hover {
  background: #026635;
  color: #fff;
}
/*--------- HOME SERVICES ELEMENTS --------- */
#homeservices {
  display: table;
  width: 100%;
  margin: 0;
  padding: 3em 0 3em 0;
}
#homeservices h2 {
  font-size: 2.667em;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0 0 1em 0;
  text-align: center;
}
#homeservices .homeservices {
  display: table;
  width: 1248px;
  margin: 0 auto 0 auto;
}
#homeservices .homeservices li {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  border: 2px solid #fff;
  border-radius: 5px;
}
#homeservices .homeservices li img {
  display: table;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 3px 3px 3px 3px;
}
#homeservices .homeservices li h3 {
  font-size: 1.444em;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0 0 0.5em 0;
}
#homeservices .homeservices li .wp-caption {
  display: table;
  width: 100% !important;
  margin: 0;
  position: relative;
}
#homeservices .homeservices li .wp-caption a img {
  display: table;
  width: 100%;
  height: auto;
  margin: 0;
}
#homeservices .homeservices li .wp-caption-text {
  width: 100%;
  height: 100%;
  padding: 1em 0 0 0;
  font-size: 1.333em;
  font-weight: 600;
  line-height: 1.556em;
  box-sizing: border-box;
}
/*--------- HOME POLLEN REASONS ELEMENTS --------- */
#pollenreasons {
  display: table;
  width: 100%;
  margin: 0;
  padding: 3em 0 4em 0;
  border-top: 2px dashed #026635;
  border-bottom: 2px dashed #026635;
}
#pollenreasons .pollenreasons {
  display: table;
  width: 1248px;
  margin: 0 auto 0 auto;
}
#pollenreasons .pollenreasons h3 {
  font-size: 2.667em;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0 0 1em 0;
  text-align: center;
}
#pollenreasons .pollenreasons ul {
  display: table;
  width: 100%;
  margin: 0;
}
#pollenreasons .pollenreasons ul li {
  display: table-cell;
  width: 16%;
  vertical-align: middle;
  font-size: 1.111em;
  font-weight: 700;
  text-align: center;
}
#pollenreasons .pollenreasons ul li:before {
  content: "";
  display: table;
  width: 6em;
  height: 6em;
  margin: 0 auto 0 auto;
}
#pollenreasons .pollenreasons ul li:nth-child(1):before {
  background: url("images/usp1.webp") center no-repeat;
  background-size: contain;
}
#pollenreasons .pollenreasons ul li:nth-child(2):before {
  background: url("images/usp2.webp") center no-repeat;
  background-size: contain;
}
#pollenreasons .pollenreasons ul li:nth-child(3):before {
  background: url("images/usp3.webp") center no-repeat;
  background-size: contain;
}
#pollenreasons .pollenreasons ul li:nth-child(4):before {
  background: url("images/usp4.webp") center no-repeat;
  background-size: contain;
}
#pollenreasons .pollenreasons ul li:nth-child(5):before {
  background: url("images/usp5.webp") center no-repeat;
  background-size: contain;
}
#pollenreasons .pollenreasons ul li:nth-child(6):before {
  background: url("images/usp6.webp") center no-repeat;
  background-size: contain;
}
/*--------- HOME POLLEN REASONS ELEMENTS --------- */
#hometestimonials {
  display: table;
  width: 100%;
  margin: 0;
  padding: 3em 0 3em 0;
  background: #026635;
}
#hometestimonials .hometestimonials {
  display: table;
  width: 1248px;
  margin: 0 auto 0 auto;
}
#hometestimonials .hometestimonials h3 {
  font-size: 2.667em;
  font-weight: 600;
  line-height: 1.35em;
  padding: 0 0 0.75em 0;
  text-align: center;
  color: #fff;
}
#hometestimonials .hometestimonials .testimonial-content {
  font-size: 1em;
  font-style: italic;
  line-height: 1.5em;
  color: #fff;
}
#hometestimonials .hometestimonials .testimonial-inner {
  padding: 1em;
  border: none;
}
#hometestimonials .hometestimonials .testimonial-company {
  padding: 1em 0;
  font-size: 1.111em;
  font-weight: 600;
  line-height: 1.35em;
  color: #fff;
  text-align: left;
}
#hometestimonials .hometestimonials .wpmslider-controls {
  position: relative;
}
#hometestimonials .hometestimonials .wpmslider-controls .wpmslider-pager-link:before {
  color: #fff;
  background: #fff;
}
#hometestimonials .hometestimonials a {
  color: #fff;
}
#hometestimonials .hometestimonials a:hover {
  color: #fff;
  text-decoration: underline;
}
/*--------- HOME CONTENT ELEMENTS --------- */
#container #homecontent {
  display: table;
  width: 1248px;
  margin: 4em auto 3em auto;
  font-size: 1em;
  line-height: 1.444em;
}
#container #homecontent #content h1 {
  font-size: 1.778em;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0 0 1em 0;
}
#container #homecontent #content h2 {
  font-size: 1.444em;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0 0 1em 0;
}
#container #homecontent #content a {
  color: #cd982b;
  font-weight: 400;
}
#container #homecontent #content a:hover {
  color: #026635;
}
#container #homecontent .sidebarcontact {
  display: table;
  width: 100%;
  border: 1px solid #026635;
  padding: 1.5em;
  text-align: center;
  line-height: 1em;
  margin: 0 0 1.5em 0;
  color: #000;
}
#container #homecontent .sidebarcontact .textwidget {
  font-size: 1.222em;
  line-height: 1em;
}
#container #homecontent .sidebarcontact .textwidget h2 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0;
}
#container #homecontent .sidebarcontact .textwidget a {
  display: table;
  margin: 0.5em auto 0 auto;
  padding: 0.75em 1em;
  background: #cd982b;
  font-size: 0.776em;
  font-weight: 700;
  color: #fff;
}
#container #homecontent .sidebarcontact .textwidget a:hover {
  background: #026635;
  color: #fff;
}
/*--------- HOME INDUSTRIES ELEMENTS --------- */
#industries {
  display: table;
  width: 100%;
  margin: 0;
  background: #efefef;
}
#industries .industries {
  display: table;
  width: 1248px;
  margin: 3em auto 5em auto;
  text-align: center;
}
#industries .industries h3 {
  font-size: 2.667em;
  font-weight: 600;
  line-height: 1.35em;
  padding: 0 0 0.5em 0;
  text-align: center;
}
#industries .industries ul {
  display: table;
  width: 100%;
  margin: 1.5em 0 0 0;
  text-align: center;
}
#industries .industries ul li {
  list-style: none;
  display: inline-table;
  vertical-align: top;
}
#industries .industries ul li a {
  width: 5em;
  height: 5em;
  display: table;
  text-align: center;
  margin: 0 1em;
}
#industries .industries ul li a:hover {
  background: #efefef;
}
#industries .industries ul li a img {
  width: 5em;
}
/* --------- PAGE ELEMENTS --------- */
#container #content a {
  color: #cd982b;
  font-weight: 400;
}
#container #content a:hover {
  color: #026635;
}
#container {
  width: 1248px;
  display: table;
  margin: 0 auto;
  padding: 3em 0 3em 0;
}
#content {
  float: left;
  width: 71%;
}
#sidebar {
  float: right;
  width: 27%;
}
#container #content h1 {
  font-size: 2.444em;
  font-weight: 600;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
}
#container #content h2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.35em;
  margin: 0 0 0.600em 0;
}
#container #content h3 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.35em;
  margin: 0 0 0.750em 0;
}
#container #content h4 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.35em;
  margin: 0 0 0.900em 0;
}
#container #content h5 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.35em;
  margin: 0 0 0.900em 0;
}
#container #content ul {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
#container #content ul li {
  list-style: none;
  padding: 0.5em 0 0.4em 1.35em;
  position: relative;
}
#container #content ul li:before {
  content: "\f058";
  left: 0;
  font-size: 0.889em;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #cd982b;
}
#container #content ul li ul {
  margin-bottom: 0.5em;
}
#container #content ol {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2em;
  list-style: decimal;
}
#container #content ol li {
  padding: 0.3em 0;
}
#container #content .imgright {
  width: 300px;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
#container #content .imgright img {
  width: 100%;
  height: auto;
  margin: 0;
}
#container #content .threeimgs {
  display: table;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
#container #content .threeimgs li {
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0;
  list-style: none;
  background: none;
  float: left;
}
#container #content .threeimgs li:before {
  display: none;
}
#container #content .threeimgs li:last-child {
  margin: 0;
}
#container #content .threeimgs li img {
  display: table;
  width: 100%;
  height: auto;
  margin: 0;
}
#container #content .threeimgs li.double {
  width: 64%;
  margin: 0 0 0 2%;
}
.alignleft {
  float: left;
  margin: 0 1.5em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0 0 0.5em 1.5em;
}
.alignnone {
  float: none;
  margin: 1.5em auto;
  display: table;
}
.aligncenter {
  float: none;
  margin: 1.5em auto;
  display: table;
}
/* --------- FORM ELEMENTS --------- */
.wpcf7 .wpcf7-form p {
  margin: 0 !important;
}
input {
  height: 2.778em;
  font-family: "Mona Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  width: 100%;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
select {
  height: 2.778em;
  font-family: "Mona Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  width: 100%;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
textarea {
  height: 7em;
  font-family: "Mona Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  width: 100%;
  padding: 0.5em 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
input[type="submit"] {
  display: table;
  font-family: "Mona Sans", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 2.778em;
  background: #cd982b;
  cursor: pointer;
  cursor: hand;
  border: none;
  padding: 0 1em;
  height: inherit;
  margin: 0 auto 0 auto;
  width: 100%;
  transition: .5s;
  border-radius: 3px;
}
input[type="submit"]:hover {
  color: #fff;
  background: #026635;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  z-index: 999;
  position: relative;
  top: -40px;
  right: 10px;
  float: right;
  margin: 0 0 -20px 0 !important;
}
div.wpcf7 br {
  display: none;
}
div.wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: red !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
div.wpcf7-mail-sent-ng {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: green !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
span.wpcf7-not-valid-tip {
  margin: 0 0 5px 0 !important;
  color: red !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.25em !important;
}
div.wpcf7-validation-errors {
  color: red !important;
  border: none !important;
  font-weight: 400;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
#searchform #s {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 1em;
  line-height: 2.222em;
  padding: 0 1em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
#searchform input[type="submit"] {
  width: 25%;
  float: left;
  font-size: 1em;
  line-height: 2.778em;
  padding: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
/* --------- BLOG PAGE ELEMENTS --------- */
.entry-meta {
  margin: 0 0 1em 0;
}
.entry-footer {
  border: 1px solid #ededed;
  background: #fbfbfb;
  padding: 0.25em 1em;
  display: table;
  width: 100%;
  margin: 1.5em 0 0 0;
}
.cat-links {
  float: left;
  display: table;
  width: 100%;
  padding: 0;
}
.tag-links {
  float: left;
  display: table;
  width: 100%;
  padding: 0;
}
#container #content .footer .navigation a {
  font-weight: 600;
}
#nav-below {
  margin: 1.5em 0 0 0;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#container #content article {
  margin: 0 0 3em 0 !important;
}
#container #content article h1 a {
  font-weight: 600;
}
.blog #container #content article h2 a {
  font-weight: 600;
}
/*--------- HOME CONTENT ELEMENTS --------- */
.page-template-front-page #container {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* --------- SIDEBAR AGENCY ELEMENTS --------- */
.sidebarformagency {
  display: table;
  width: 100%;
  background: #cd982b;
  padding: 1.5em;
  text-align: center;
  margin: 0 0 1.5em 0;
  color: #fff;
  border-radius: 3px;
}
.sidebarformagency h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.222em;
  font-weight: 700;
  line-height: 1.333em;
  color: #fff;
}
.sidebarformagency .subtitle {
  margin: 0 0 1em 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.333em;
  color: #fff;
}
.sidebarformagency .wpcf7 {
  margin: 0;
}
.sidebarformagency .wpcf7 table {
  display: table;
  margin: 0 auto;
}
.sidebarformagency .wpcf7 table tr td {
  float: left;
  width: 100%;
  padding: 0.2em;
}
.sidebarformagency .wpcf7 table tr td input {
  margin: 0;
}
.sidebarformagency .wpcf7 table tr td textarea {
  margin: 0;
}
.sidebarformagency .wpcf7 table tr td input[type="submit"] {
  color: #000;
  background: #efefef;
}
.sidebarformagency .wpcf7 table tr td input[type="submit"]:hover {
  color: #fff;
  background: #026635;
}
.sidebarformagency .wpcf7 div.wpcf7-response-output {
  color: yellow !important;
}
.sidebarformagency .wpcf7 div.wpcf7-mail-sent-ng {
  color: white !important;
}
.sidebarformagency .wpcf7 span.wpcf7-not-valid-tip {
  color: yellow !important;
}
.sidebarformagency .wpcf7 div.wpcf7-validation-errors {
  color: yellow !important;
}
/* --------- SIDEBAR ELEMENTS --------- */
.sidebarform {
  display: table;
  width: 100%;
  background: #efefef;
  padding: 1.5em;
  text-align: center;
  margin: 0 0 1.5em 0;
  color: #000;
  border-radius: 3px;
}
.sidebarform h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.222em;
  font-weight: 700;
  line-height: 1.333em;
}
.sidebarform .subtitle {
  margin: 0 0 1em 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.333em;
}
.sidebarform .wpcf7 {
  margin: 0;
}
.sidebarform .wpcf7 table {
  display: table;
  margin: 0 auto;
}
.sidebarform .wpcf7 table tr td {
  float: left;
  width: 100%;
  padding: 0.2em;
}
.sidebarform .wpcf7 table tr td input {
  margin: 0;
}
.sidebarform .wpcf7 table tr td textarea {
  margin: 0;
}
.sidebarform .wpcf7 table tr td input[type="submit"] {
  color: #fff;
  background: #cd982b;
}
.sidebarform .wpcf7 table tr td input[type="submit"]:hover {
  color: #fff;
  background: #026635;
}
.sidebarform .wpcf7 div.wpcf7-response-output {
  color: red !important;
}
.sidebarform .wpcf7 div.wpcf7-mail-sent-ng {
  color: green !important;
}
.sidebarform .wpcf7 span.wpcf7-not-valid-tip {
  color: red !important;
}
.sidebarform .wpcf7 div.wpcf7-validation-errors {
  color: red !important;
}
.sidebarcontact {
  display: table;
  width: 100%;
  border: 1px solid #026635;
  padding: 1.5em;
  text-align: center;
  line-height: 1em;
  margin: 0 0 1.5em 0;
  color: #000;
  border-radius: 3px;
}
.sidebarcontact .textwidget {
  font-size: 1.222em;
  line-height: 1em;
}
.sidebarcontact .textwidget h2 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0;
}
.sidebarcontact .textwidget a {
  display: table;
  margin: 0.5em auto 0 auto;
  padding: 0.75em 1em;
  background: #cd982b;
  font-size: 0.776em;
  font-weight: 700;
  color: #fff;
}
.sidebarcontact .textwidget a:hover {
  background: #026635;
  color: #fff;
}
.contentbox {
  display: table;
  width: 100%;
  padding: 1.5em;
  border: 1px solid #026635;
  border-radius: 3px;
}
.contentbox h3 {
  font-size: 1.222em;
  font-weight: 600;
  line-height: 1.35em;
  margin: 0 0 0.75em 0;
  color: #026635;
}
.contentbox ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contentbox ul li {
  list-style: none;
  padding: 0.5em 0 0.4em 1.35em;
  position: relative;
}
.contentbox ul li:before {
  content: "\f058";
  left: 0;
  font-size: 0.889em;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #026635;
}
/* --------- VIDEO ELEMENTS --------- */
.videocontainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videocontainer .videosize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videocontainer iframe {
  display: table;
}
/* --------- CONTACT PAGE ELEMENTS --------- */
.contact {
  width: 100%;
  display: table;
  margin: 0 0 2em 0;
}
.contact .address {
  width: 48%;
  float: left;
  display: table;
  text-align: left;
  font-size: 1em;
}
.contact .hours {
  width: 48%;
  float: left;
  display: table;
}
.contact .map {
  clear: both;
  float: left;
  display: table;
  width: 100%;
  margin: 2em 0 0 0;
}
.contact .map iframe {
  width: 100%;
  height: 670px;
  border: none;
}
/* --------- TESTIMONIALS PAGE ELEMENTS --------- */
.testimonialspage .testimonial-inner {
  padding: 2em !important;
}
.testimonialspage .testimonial-content {
  margin: 0 0 1em 0 !important;
}
.testimonialspage .testimonial-name {
  font-weight: 600;
  font-style: italic;
  margin: 0 !important;
}
.testimonialspage .testimonial-company {
  font-weight: 600;
  font-style: italic;
  color: #cd982b;
  margin: 0 0 0.5em 0 !important;
}
.testimonialspage .wpmtst-testimonial-inner {
  border: 1px solid #026635;
}
/* --------- HOME POLLEN OVERVIEW ELEMENTS --------- */
#overview {
  display: table;
  width: 100%;
  border-bottom: 2px dashed #026635;
}
#overview .overview {
  display: table;
  width: 1248px;
  margin: 4em auto 4em auto;
  text-align: center;
}
#overview .overview h3 {
  font-size: 2.667em;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0 0 1em 0;
  text-align: center;
}
#overview .overview ul {
  margin: 1em 0 0 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
}
#overview .overview ul li {
  list-style: none;
  float: left;
  width: 25%;
}
#overview .overview ul li div {
  display: table;
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}
#overview .overview ul li img {
  display: table;
  width: 6em;
  max-width: 90%;
  margin: 0 auto 0.5em auto;
}
#overview .overview ul li h4 {
  font-size: 1.333em;
  margin: 0.25em 0 0 0;
}
/* --------- QUOTE FORM ELEMENTS --------- */
#container #content .pageform {
  display: table;
  width: 100%;
  margin: 0;
  border-radius: 3px;
}
#container #content .pageform .left {
  width: 40%;
  float: left;
}
#container #content .pageform .right {
  width: 57%;
  float: right;
}
#container #content .pageform ul {
  margin: 0;
  padding: 0;
}
#container #content .pageform ul li {
  list-style: none;
  padding: 0 0 0.5em 0;
}
#container #content .pageform ul li:before {
  display: none;
}
#container #content .pageform li.checklist {
  background: #F6F6F6;
  font-size: 1em;
  line-height: normal;
  padding: 1em 1em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  border-radius: 3px;
}
#container #content .pageform .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
  display: inline-block;
  margin: 0.25em 0;
}
#container #content .pageform .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 0.25em 0.5em 0 0;
  -webkit-appearance: checkbox !important;
}
#container #content .pageform textarea {
  height: 13.5em;
}
#container #content .pageform .btnsec {
  clear: both;
  float: left;
  display: table;
}
#container #content .pageform input[type="submit"] {
  width: auto;
}
/* --------- PARTNER FORM ELEMENTS --------- */
#container #content .partnerform {
  display: table;
  width: 100%;
  background: #efefef;
  padding: 1.5em;
  text-align: center;
  margin: 0 0 1.5em 0;
  color: #000;
  border-radius: 3px;
}
#container #content .partnerform h2 {
  font-size: 1.444em;
}
#container #content .partnerform h4 {
  font-size: 1.111em;
}
#container #content .partnerform .wpcf7 table tr td {
  padding: 0.2em;
}
#container #content .partnerform .wpcf7 table tr td input[type="submit"] {
  display: inherit; 
}
/* --------- PORTFOLIO FORM ELEMENTS --------- */
#container #content .portfolioform {
  display: table;
  width: 100%;
  border: 1px solid #026635;
  padding: 1.5em;
  text-align: center;
  margin: 0 0 1.5em 0;
  color: #000;
  border-radius: 3px;
}
#container #content .portfolioform h2 {
  font-size: 1.444em;
}
#container #content .portfolioform h4 {
  font-size: 1.111em;
}
#container #content .portfolioform .wpcf7 table tr td {
  padding: 0.2em;
}
#container #content .portfolioform .wpcf7 table tr td input[type="submit"] {
  display: inherit; 
}
/* --------- RECENT POSTS ELEMENTS --------- */
#recentposts {
  display: table;
  width: 100%;
}
#recentposts .recentposts {
  display: table;
  width: 1248px;
  margin: 3em auto 4em
}
#recentposts .recentposts h3 {
  font-size: 2.667em;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0 0 0.5em 0;
  text-align: center;
}
#recentposts .recentposts ul {
  display: table;
  width: 100%;
  margin: 0
}
#recentposts .recentposts ul li {
  list-style: none;
  float: left;
  width: 32%;
  margin: 0 2% 0 0
}
#recentposts .recentposts ul li:last-child {
  margin: 0
}
#recentposts .recentposts ul li img {
  display: table;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 1em;
  border: 1px solid #333;
}
#recentposts .recentposts ul li a {
  display: table;
  width: 100%;
  border-top: 1px solid #cd982b;
  padding: 1em 0;
  text-align: left;
  margin: 0 0 1em 0;
  color: #cd982b;
}
#recentposts .recentposts ul li a:hover {
  color: #026635;
}
#recentposts .recentposts ul li a h5 {
  font-size: 1.667em;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0 0 0 0;
}
#recentposts .recentposts ul li a.learnmorebtn {
  display: table;
  width: auto;
  float: left;
  padding: 0.5em 1em;
  background: #cd982b;
  font-size: 0.776em;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 3px;
}
#recentposts .recentposts ul li a.learnmorebtn:hover {
  color: #fff;
  background: #026635;
}
/* --------- SLIDING CONTAC FORM ELEMENTS --------- */
div#wpcs_tab_858 {
  border: none !important;
  width: 230px !important;
  height: 40px !important;
  padding: 8px 0px 8px 0px !important;
  top: 200px !important;
  right: -95px !important;
  font-size: 24px !important;
}
div#wpcs_content_main_858 {
  overflow-y: auto !important;
  width: 360px !important;
  display: table;
}
div#wpcs_content_inner_858 {
  padding: 2em !important;
  min-height: inherit !important;
  display: table-cell !important;
  vertical-align: middle !important;
}
div#wpcs_content_inner_858 h3 {
  font-size: 1.667em;
  font-weight: 600;
  margin: 0 0 0.25em 0;
}
div#wpcs_close_slider_858 {
  left: inherit !important;
  right: 0 !important;
  width: 2.667em !important;
  height: 2.667em !important;
  padding: 0.5em !important;
  background: #cd982b !important;
}
div#wpcs_content_inner_858 table tr td {
  float: left;
  width: 100%;
  padding: 0.25em 0;
}