/*
Theme Name: Cool Amps

Fonts Used:
font-family: "PT Sans", sans-serif;
*/
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: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
  line-height: 1.444em;
  letter-spacing: -0.02em;
  word-spacing: 0.04em;
  max-width: 2400px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  transition: .5s;
}
b, strong {
  font-weight: 700;
}
nav, section, footer, div, li, a, input, select, textarea, img, td, article, header {
  -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;
  box-sizing: border-box;
}
/*--------- HEADER ELEMENTS --------- */
#header {
  display: table;
  width: 100%;
  background: #3a506b;
}
#branding {
  display: table;
  width: 1500px;
  margin: 2em auto 2em auto;
}
#branding .left {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
}
#branding .left img {
  display: table;
  margin: 0;
  float: left;
  height: 8em;
  width: auto;
  max-width: 100%;
}
#branding .right {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
  text-align: right;
}
/*--------- STICKY HEADER ELEMENTS --------- */
.desktopheader {
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  transition: all 0.5s;
}
.desktopheader #branding .left img {
  transition: 300ms ease;
}
.desktopheader-alt {
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  transition: all 0.5s;
}
.desktopheader-alt #branding {
  margin: 1em auto 1em auto;
}
.desktopheader-alt #branding .left img {
  height: 5em;
  transition: 300ms ease;
}
.desktopheader-alt #branding .right a {
  font-size: 1.444em;
}
/*--------- F00TER ELEMENTS --------- */
#footer {
  display: table;
  width: 100%;
}
#copyright {
  display: table;
  width: 100%;
  background: #f5f5f5;
  font-size: 1em;
  font-weight: 400;
  text-align: right;
  line-height: 1.333em;
  padding: 1.25em;
}
#copyright .copyright {
  display: table;
  width: auto;
  margin: 0 auto 0 auto;
  text-align: center;
}
#copyright .copyright a {
  color: #000;
}
#copyright .copyright a:hover {
  color: #000;
}
/*--------- HOME BANNER ELEMENTS --------- */
#homebanner {
  display: table;
  width: 100%;
  background: url("images/bannerbg.webp") top right no-repeat #f5f5f5;
  background-size: contain;
  margin: 195px 0 0 0;
}
#homebanner .homebanner {
  display: table;
  width: 1500px;
  margin: 4em auto 4em auto;
}
/*--------- HOME OBJECTIVES ELEMENTS --------- */
#objectives {
  display: table;
  width: 100%;
  background: url("images/objectivesbg.webp") center no-repeat #b87333;
  background-size: cover;
}
#objectives .objectives {
  display: table;
  width: 1500px;
  margin: 5em auto 6em auto;
}
#objectives .objectives h2 {
  font-size: 3.333em;
  font-weight: 700;
  line-height: 1.444em;
  text-align: center;
  color: #fff;
  margin: 0 0 0.5em 0;
}
#objectives .objectives ul {
  display: grid;
  gap: 0 0;
  grid-template-columns: 50% 50%;
  width: 100%;
}
#objectives .objectives li {
  position: relative;
  background: #ffffff;
  padding: 0;
}
#objectives .objectives li:nth-child(2) {
  background: #f5f5f5;
}
#objectives .objectives li:nth-child(3) {
  background: #f5f5f5;
}
#objectives .objectives ul li .block {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 3em 0;
}
#objectives .objectives ul li .block img {
  display: table;
  margin: 0 auto 1em auto;
  width: 6em;
}
#objectives .objectives ul li .block h3 {
  font-size: 2.222em;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}
#objectives .objectives ul li .block .overlay {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
  background-color: #fff;
  padding: 2em;
  font-size: 1.667em;
  line-height: 1.444em;
  text-align: center;
}
#objectives .objectives ul li .block:hover .overlay {
  opacity: .9
}
#objectives .objectives ul li .block .overlay span {
  display: table-cell;
  vertical-align: middle
}
#objectives .objectives ul li .block:hover .overlay span {
  display: table-cell;
  vertical-align: middle
}
#objectives .objectives ul li .block .overlayanimate {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 1s ease;
  background-color: #fff;
  padding: 2em;
  font-size: 1.667em;
  line-height: 1.444em;
  text-align: center;
}
#objectives .objectives ul li .block .overlayanimate span {
  display: table-cell;
  vertical-align: middle
}
#objectives .objectives ul li .block:hover .overlayanimate span {
  display: table-cell;
  vertical-align: middle
}
/*--------- HOME CONTENT ELEMENTS --------- */
.page-template-front-page #container {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-front-page #container #homecontent header {
  display: none;
}
.page-template-front-page #container #homecontent .homecontent {
  display: table;
  width: 1500px;
  margin: 0 auto 5em auto;
}
.page-template-front-page #container #homecontent .homecontent .entry-content {
  display: grid;
  width: 100%;
  gap: 0 2%;
  grid-template-columns: 49% 49%;
  margin: 0;
}
.page-template-front-page #container #homecontent .homecontent .entry-content h1 {
  font-size: 2.667em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
.page-template-front-page #container #homecontent .homecontent .entry-content p {
  font-size: 1.333em;
  line-height: 1.444em;
  margin: 0 0 1.5em 0;
}
.page-template-front-page #container #homecontent .homecontent .entry-content p:empty {
  display: none;
}
.page-template-front-page #container #homecontent .homecontent .entry-content p:last-of-type {
  margin: 0;
}
/* --------- FULL WIDTH PAGE ELEMENTS --------- */
.page-template-full-page #container  {
  margin: 11em auto 0 auto;
}
.page-template-full-page #container #content {
  width: 100%;
}
/* --------- BLOG PAGE ELEMENTS --------- */
.blog #container  {
  margin: 11em auto 0 auto;
}
.blog #container #content {
  width: 100%;
}
.blog #container #content h1 {
  margin: 0 0 0.25em 0;
}
.blog #container #content h4 {
  font-size: 1.333em;
  font-weight: 400;
  margin: 0 0 2em 0;
}
.blog #container #content .bloglist {
  display: grid;
  gap: 2em 4%;
  grid-template-columns: 48% 48%;
  width: 100%;
  text-align: center;
  margin: 3em 0 0 0;
}
.blog #container #content .bloglist article .entry-meta {
	display: none;
}
.blog #container #content .bloglist article .entry-footer {
	display: none;
}
.blog #container #content .bloglist article img {
   display: table;
   width: auto;
   max-width: 100%;
   margin: 0 auto 1em auto;
   border: 1px solid #ccc;
}
.blog #container #content .bloglist article h2 {
  margin: 0 0 0.300em 0;	
}
.blog #container #content .bloglist article .excerpt {
  display: table;
  width: 100%;
  font-size: 1.222em;
  line-height: 1.333em;	
}
/* --------- PAGE ELEMENTS --------- */
#container #content a {
  color: #3a506b;
}
#container #content a:hover {
  color: #8f26c0;
}
#container {
  width: 1500px;
  display: table;
  margin: 11em auto 0 auto;
  padding: 3em 0 3em 0;
}
#content {
  float: left;
  width: 71%;
}
#sidebar {
  float: right;
  width: 27%;
}
#container #content h1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2.444em;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
}
#container #content h2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2em;
  line-height: 1.35em;
  margin: 0 0 0.600em 0;
  color: #000;
}
#container #content h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.667em;
  line-height: 1.35em;
  margin: 0 0 0.750em 0;
  color: #000;
  position: relative;
}
#container #content h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.444em;
  line-height: 1.35em;
  margin: 0 0 0.900em 0;
  color: #000;
}
#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: #3a506b;
}
#container #content ul li p:empty {
  display: none;
}
#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: 32%;
  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%;
  padding: 0;
  margin: 0 0 2em 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:last-child {
  margin: 0;
}
#container #content .threeimgs li img {
  display: table;
  width: 100%;
  height: auto;
  margin: 0;
}
#container #content .threeimgs li:before {
  display: none;
}
#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;
}
#container #content .threecolgrid {
  display: grid;
  gap: 1em 2%;
  grid-template-columns: 32% 32% 32%;
  width: 100%;
  margin: 0 0 0 2em 0;
  padding: 0;
}
#container #content .threecolgrid li {
  list-style: none;
  background: url("images/bannerbg.webp") top right no-repeat #f5f5f5;
  background-size: contain;
  padding: 2em;
  border-left: 3px solid #b87333;
}
#container #content .threecolgrid li .fa-solid {
  font-size: 3em;
  color: #b87333;
  line-height: 1.5em;
}
#container #content .threecolgrid li:before {
  display: none;
}
#container #content .threecolgrid li h3 {
  position: relative; /* anchor for pseudo-element */
}
#container #content .threecolgrid li h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #8f26c0;
  margin: 0.25em 0 0 0;
  position: relative;
  transform: translateX(100%);   /* start off to the right */
  animation: slide-line 4s ease forwards;
}
#container #content .twocolgrid {
  display: grid;
  gap: 0 2%;
  grid-template-columns: 49% 49%;
  width: 100%;
  margin: 0 0 0 2em 0;
  padding: 0;
}
#container #content .twocolgrid li {
  list-style: none;
  background: url("images/bannerbg.webp") top right no-repeat #f5f5f5;
  background-size: contain;
  padding: 2em;
  border-left: 3px solid #b87333;
}
#container #content .twocolgrid li:before {
  display: none;
}
#container #content .twocolgrid li h3 {
  position: relative; /* anchor for pseudo-element */
}
#container #content .twocolgrid li h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #8f26c0;
  margin: 0.25em 0 0 0;
  position: relative;
  transform: translateX(100%);   /* start off to the right */
  animation: slide-line 6s ease forwards;
}
#container #content .onecolgrid {
  display: grid;
  gap: 0 0;
  grid-template-columns: 100%;
  width: 100%;
  margin: 0 0 0 2em 0;
  padding: 0;
}
#container #content .onecolgrid li {
  list-style: none;
  background: url("images/bannerbg.webp") top right no-repeat #f5f5f5;
  background-size: contain;
  padding: 2em;
  border-left: 3px solid #b87333;
}
#container #content .onecolgrid li:before {
  display: none;
}
#container #content .onecolgrid li h3 {
  position: relative; /* anchor for pseudo-element */
}
#container #content .onecolgrid li h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #8f26c0;
  margin: 0.25em 0 0 0;
  position: relative;
  transform: translateX(100%);   /* start off to the right */
  animation: slide-line 6s ease forwards;
}
#container #content ul li .list {
  display: table;
  width: 100%;
  margin: 1em 0 0 0;
  padding: 1em;
  background: #fff;
}
#container #content .backbar {
  display: table;
  width: 100%;
  background: #2e2e2e;
  font-size: 2em;
  font-weight: 400;
  color: #fff;
  line-height: 1.333em;
  padding: 1em;
  margin: 0 0 1em 0;
  border-left: 9px solid #8f26c0;
}
#container #content .bottombar {
  display: table;
  width: 100%;
  background: url("images/objectivesbg.webp") center no-repeat #b87333;
  background-size: cover;
  font-weight: 700;
  color: #fff;
  line-height: 1.444em;
  padding: 2em;
  margin: 2em 0 0 0;
}
#container #content .bottombar h3 {
  color: #fff;
  margin: 0 0 0.25em 0;
}
#container #content .team {
  display: grid;
  gap: 4em 4%;
  grid-template-columns: 48% 48%;
  width: 100%;
  margin: 0;
}
#container #content .team img {
  display: table;
  float: left;
  width: 50%;
  margin: 0 1.5em 1.5em 0;
}
#container #content .team .member h3 {
  display: table;
  position: relative;
}
#container #content .team .member h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #8f26c0;
  margin: 0.25em 0 0 0;
  position: relative;
  transform: translateX(100%);   /* start off to the right */
  animation: slide-line 2s ease forwards;
}
/*--------- HOME LOGOS ELEMENTS --------- */
#whynow {
  display: table;
  width: 100%;
}
#whynow .whynow {
  display: table;
  width: 1140px;
  margin: 4em auto 4em auto;
}
#whynow .whynow h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0 0.5em 0 0;
  white-space: nowrap;
}
#whynow .whynow .textwidget {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.667em;
  line-height: 1.444em;
}
/*--------- HOME PARTNERS ELEMENTS --------- */
#partners {
  display: table;
  width: 100%;
  background: #f5f5f5;
}
#partners .partners {
  display: table;
  width: 96%;
  margin: 4em auto 4em auto;
}
#partners .partners h2 {
  font-size: 2.667em;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  white-space: nowrap;
}
/*--------- HOME LINKEDIN ELEMENTS --------- */
#linkedin {
  display: table;
  width: 100%;
  border-top: 2px solid #ccc;
}
#linkedin .linkedin {
  display: table;
  width: 1500px;
  margin: 4em auto 4em auto;
}
#linkedin .linkedin h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0 1em 0 0;
  white-space: nowrap;
}
#linkedin .linkedin .textwidget {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.667em;
  line-height: 1.444em;
}
#linkedin .linkedin .textwidget .left {
  display: inline-table;
  vertical-align: middle;
  width: 60%;
  margin: 0;
  padding: 0 1em 0 0;
}
#linkedin .linkedin .textwidget .right {
  display: inline-table;
  vertical-align: middle;
  width: 40%;
  margin: 0;
}
#linkedin .linkedin .textwidget .right img {
  display: table;
  width: auto;
  margin: 0;
  float: right;
}
/*--------- HOME CTA ELEMENTS --------- */
#cta {
  display: table;
  width: 100%;
  background: url("images/ctabg.webp") center bottom no-repeat #3a506b;
  background-size: contain;
}
#cta .cta {
  display: table;
  width: 800px;
  margin: 4em auto 4em auto;
}
#cta .cta h3 {
  font-size: 2.667em;
  font-weight: 700;
  line-height: 1.333em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.5em 0;
}
#cta .cta li table {
  display: table;
  margin: 0 auto;
  width: 100%;
}
#cta .cta table tr td {
  width: 50%;
  padding: 0.25em;
}
#cta .cta table tr td:only-of-type {
  width: 100%;
}
#cta .cta table tr td input {
  margin: 0;
}
#cta .cta table tr td textarea {
  margin: 0;
}
#cta .cta table tr td input[type="submit"] {
  width: 50%;
  margin: 0 auto;
}
/* --------- CONTACT ELEMENTS --------- */
.page-id-22 {
  text-align: center;
  background: #f5f5f5;
}
.page-id-22 #linkedin {
  display: none;
}
.page-id-22 #container {
  padding: 3em 0 0 0;
}
.page-id-22 #container #content .backbar {
  margin: 0;
  padding: 0 0 1em 0;
  font-size: 1.667em;
  color: inherit;
  background: none;
  border-left: none;
}
.page-id-22 #container #content article {
  margin: 0 !important;
}

/* --------- FORM ELEMENTS --------- */
.wpcf7 .wpcf7-form p {
  margin: 0 !important;
}
input {
  height: 3em;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 1.111em;
  width: 100%;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
textarea {
  height: 10em;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 1.111em;
  width: 100%;
  padding: 0.5em 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
input[type="submit"] {
  display: table;
  font-family: "PT Sans", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1.111em;
  font-weight: 700;
  line-height: 3em;
  background: #000;
  cursor: pointer;
  cursor: hand;
  border: none;
  padding: 0 1em;
  height: inherit;
  margin: 0 auto 0 auto;
  width: 100%;
  transition: .5s;
}
input[type="submit"]:hover {
  color: #000;
  background: #fff;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  z-index: 999;
  position: relative;
  top: -30px;
  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: yellow !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: white !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: yellow !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.25em !important;
}
div.wpcf7-validation-errors {
  color: yellow !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 #333;
}
#searchform input[type="submit"] {
  width: 25%;
  float: left;
  font-size: 1em;
  line-height: 2.778em;
  padding: 0;
  box-shadow: 1px 1px 2px #333;
}
/* --------- 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;
}
#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;
}
/* --------- SIDEBAR ELEMENTS --------- */
.sidebarform {
  display: table;
  width: 100%;
  background: #37b6ff;
  padding: 2em;
  margin: 0 0 1.5em 0;
}
.sidebarform h3 {
  font-family: "PT Sans", sans-serif;
  font-size: 1.778em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0 0 0.5em 0;
}
.sidebarform .wpcf7 {
  margin: 0;
}
.sidebarform .wpcf7 table {
  display: table;
  margin: 0 auto;
}
.sidebarform .wpcf7 table tr td {
  float: left;
  width: 100%;
  padding: 0.25em 0;
}
.sidebarform .wpcf7 table tr td input {
  margin: 0;
}
.sidebarform .wpcf7 table tr td textarea {
  margin: 0;
}
/* --------- 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;
}
.contact .address {
  width: 48%;
  float: left;
  display: table;
  text-align: left;
  font-size: 1em;
}
.contact .hours {
  width: 48%;
  float: right;
  display: table;
}
.contact .map {
  clear: both;
  float: left;
  display: table;
  width: 100%;
  margin: 2em 0 0 0;
  color: #bf2031;
}
.contact .map iframe {
  width: 100%;
  height: 350px;
  border: 1px solid #ccc;
}
.contact .map .left {
  float: left;
  width: 49%;
}
.contact .map .right {
  float: right;
  width: 49%;
}
/* --------- GALLERY PAGE ELEMENTS --------- */
.ngg-gallery-thumbnail img {
  width: 100%;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_template_tag_item_content img {}
/* --------- ANIMATION ELEMENTS --------- */
/* animation keyframes */
@keyframes slide-line {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.coin {
  display: inline-flex;
  perspective: 600px; /* 3D depth */
}

.coin i {
  animation: coinSpin 2s linear infinite;
  transform-style: preserve-3d;
}

@keyframes coinSpin {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

@keyframes coinRoll {
  0%   { transform: translateX(0) rotateZ(0deg); }
  100% { transform: translateX(300px) rotateZ(720deg); }
}

/*.coin i {
  font-size: 64px;
  display: inline-block;
  animation: coinRoll 3s linear infinite;
}*/