/******************************************************************
Theme Name: Clixmate
Author: Hipfish
Author URI: http://www.hipfish.com.au
Version: 4.1
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  color: #373737;
  background-color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}

.border {
  border: 1px solid #f7f7f7;
}

.transition {
  transition: background 0.2s ease,padding 0.8s linear;
}

html, body {
  height: 100%;
}

.off-canvas-wrapper-inner {
  background: #fff;
}

table {
  margin-top: 20px;
}

table td {
  vertical-align: top;
}

table th {
  text-align: left;
}

/*********************
LINK STYLES
*********************/
a {
  color: #373737;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  color: #fff102;
}

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
  font-family: "Oswald", serif, sans-serif;
  color: #373737;
  margin: 2rem 0 1rem;
  text-transform: none;
  font-weight: 500;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a {
  color: #373737;
  text-decoration: none;
}

h1 {
  font-size: 2.1rem;
  margin-top: 0;
}

h2 {
  font-size: 1.8rem;
}

h2 strong {
  color: #373737;
}

h3 {
  font-size: 1.4rem;
  text-transform: none;
}

h4 {
  font-size: 1.3rem;
  color: #343434;
}

h5 {
  font-size: 1.1rem;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#main {
  padding: 0;
  margin: 0;
}

#content {
  z-index: 9;
}

#content .entry-content h2:first-child, #content .entry-content h3:first-child, #content .entry-content h4:first-child, #content .entry-content h5:first-child, #content .entry-content h6:first-child {
  margin-top: 0;
}

.byline {
  color: #999;
}

/* entry content */
pre, blockquote {
  border-left: 1px solid #fff102;
}

pre p, blockquote p {
  color: #373737;
}

.entry-content {
  padding-top: 0px;
  overflow: hidden;
}

.entry-content dd {
  margin-left: 0;
  font-size: .9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #f7f7f7;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #f7f7f7;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: .85em;
  margin: 4px 0 7px;
  text-align: center;
}

.button, button, a.button, .wpcf7 input[type=submit],
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #fff102;
  color: #000;
  padding: 10px 25px;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0 !important;
  font-family: "Oswald", serif;
}

.button:after, button:after, a.button:after, .wpcf7 input[type=submit]:after,
.woocommerce #respond input#submit.alt:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce input.button.alt:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 5px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button:hover, button:hover, a.button:hover, .wpcf7 input[type=submit]:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #000;
  color: #fff102;
}

.button.jumbo, button.jumbo, a.button.jumbo, .wpcf7 input[type=submit].jumbo,
.woocommerce #respond input#submit.alt.jumbo, .woocommerce a.button.alt.jumbo, .woocommerce button.button.alt.jumbo, .woocommerce input.button.alt.jumbo {
  font-size: 1.2rem;
  padding: 15px 30px;
}

a.button-alt {
  background-color: transparent;
  border: 1px solid #fff102;
  color: #fff102;
  padding: 15px;
}

a.button-alt:hover {
  border: 1px solid #fff102;
  background-color: #fff102;
}

a.button-alt.white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

a.button-alt.white:hover {
  background: #000;
  color: #fff102;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-3-1 10:4:2
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

#crumbs, #breadcrumbs {
  margin: 0 0 30px;
  font-size: 0.85rem;
}

#crumbs a, #breadcrumbs a {
  color: #373737;
}

#crumbs a:hover, #breadcrumbs a:hover {
  color: #fff102;
}

#crumbs span.separator, #breadcrumbs span.separator {
  font-weight: 700;
  color: #999;
  margin: 0 5px;
  display: inline-block;
}

#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}

#main .gfield_checkbox li input {
  margin: 5px 0 0 0;
  padding: 0;
}

#main .gfield_checkbox li label {
  font-size: 0.85rem;
}

.subpage-list li {
  list-style: none;
}

.subpage-list li a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  top: 10px;
  left: 5px;
  color: #fff102;
}

.subpage-list li a {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #eee;
  position: relative;
  padding-left: 25px;
  font-size: 1.2rem;
  padding: 10px 10px 10px 25px;
}

#content .pagination {
  text-align: center;
}

#content .pagination a {
  display: inline-block;
  float: none;
}

#content .pagination li a {
  color: #fff102;
  line-height: inherit;
  border: 1px solid #ccc;
}

#content .pagination li {
  display: inline-block;
  float: none;
}

.pagination span {
  display: inline-block;
  float: none;
  margin: 0 10px;
}

.pagination span.current {
  background-color: #fff102;
  margin: 0;
}

.pagination a:hover {
  color: black;
}

.button-group li:first-child {
  margin-right: 10px;
}

.inline-list {
  margin: 1rem auto 1.0625rem auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: none;
  margin-left: 10px;
  display: inline-block;
}

.inline-list > li:first-child {
  margin-left: 0 !important;
}

.inline-list > li > * {
  display: inline-block;
}

#main ul.arrow-list {
  list-style: none;
}

ul.arrow-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

ul.arrow-list li:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff102;
}

ul.bullet-list {
  margin: 0;
}

ul.bullet-list li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #999;
  padding-bottom: 5px;
}

ul.bullet-list li:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f111";
  position: absolute;
  top: 7px;
  left: 0;
  color: #343434;
  font-size: 0.5rem;
}

@media (min-width: 64em) {
  img.alignright {
    float: right;
    margin: 0 0 30px 30px;
  }
  img.alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }
  img.aligncenter {
    margin: 0 auto 20px;
    display: block;
  }
}

ul.question-list,
ul.check-list {
  margin: 0;
}

ul.question-list li,
ul.check-list li {
  list-style: none;
  position: relative;
  padding-left: 2px;
  margin-bottom: 5px;
}

ul.question-list li:before,
ul.check-list li:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f058";
  position: relative;
  color: #373737;
  font-size: 1rem;
  margin-right: 5px;
}

ul.question-list li:before {
  content: "\f059";
}

@media (min-width: 64em) {
  ul.split-list {
    margin: 0;
    padding: 0;
  }
  ul.split-list li {
    list-style: none;
  }
  ul.split-list .sub-list {
    float: left;
    width: 30%;
  }
}

#main ol {
  list-style: number;
}

#main ol li {
  margin-left: 20px;
  margin-bottom: 0.5rem;
}

.gallery-item {
  float: left;
  width: 30%;
  margin-right: 10px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.row-expanded.collapse > .column, .row-expanded.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.primary {
  color: #fff102;
}

.secondary {
  color: #343434;
}

.tertiary {
  color: #000;
}

#main td, #main th {
  border: 1px solid #ddd;
}

.fadein {
  opacity: 0;
}

.loaded .fadein {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

input[type=text],
input[type=password] {
  box-sizing: border-box !important;
}

.accordion-panel .accordion-title {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #373737;
  padding-right: 30px;
}

.accordion-panel .accordion-title:before {
  color: #fff102;
}

/*********************
SIDEBARS & ASIDES
*********************/
#wrapper .sidebar .widget {
  margin-bottom: 10px;
}

#wrapper .sidebar .widget h4, #wrapper .sidebar .widget h4.widgettitle {
  color: #fff102;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  margin-top: 0;
}

#wrapper .sidebar .widget .button {
  margin-bottom: 0;
}

#wrapper .sidebar .gform_widget {
  padding: 0;
}

#wrapper .sidebar .gform_widget .enquiry-form .button {
  background: #343434;
}

#wrapper .sidebar .gform_widget .enquiry-form .button:hover {
  background: #000;
}

#wrapper .sidebar ul.menu {
  margin: 0;
  padding: 0;
}

#wrapper .sidebar ul.menu li {
  display: block;
  list-style: none;
  position: relative;
  padding-left: 5px;
  margin-bottom: 5px;
}

#wrapper .sidebar ul.menu li:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
  position: absolute;
  top: 3px;
  font-size: 0.85rem;
  left: 0;
  color: #343434;
}

#wrapper .sidebar ul.menu li a {
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  color: #fff102;
}

#wrapper .sidebar ul.menu li a:hover {
  color: #343434;
}

#wrapper .sidebar ul, #wrapper .sidebar li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrapper .sidebar li a {
  color: #333;
}

#wrapper .sidebar li a:hover {
  color: #fff102;
}

#wrapper .sidebar .widget_recent_entries li {
  font-size: 0.9rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}

#wrapper .sidebar .widget_search {
  padding: 20px 0;
}

#wrapper .sidebar .widget_search .screen-reader-text {
  display: none;
}

#wrapper .sidebar .widget_search label, #wrapper .sidebar .widget_search input {
  display: inline-block;
}

#wrapper .sidebar .widget_search label {
  width: 60%;
}

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: #fff;
}

/*********************
Gravity STYLES
*********************/
#wrapper .gform_wrapper {
  margin: 0;
  width: 100% !important;
}

#wrapper .gform_wrapper form {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px !important;
}

#wrapper .gform_wrapper .gform_body {
  width: 100%;
}

#wrapper .gform_wrapper ul.gform_fields {
  list-style: none outside none;
  margin: 0;
}

#wrapper .gform_wrapper li {
  margin: 0;
  background-image: none;
  padding: 0;
}

#wrapper .gform_wrapper li:before {
  content: none !important;
}

#wrapper .gform_wrapper div.validation_error {
  color: red !important;
  font-size: 0.75em !important;
  font-weight: normal !important;
  line-height: 1 !important;
  margin: 0 0 5px 0 !important;
  border-color: red !important;
}

#wrapper .gform_wrapper li.gfield_error {
  padding: 0 !important;
  max-width: 100% !important;
}

#wrapper .gform_wrapper li.gfield_error input.medium {
  border: 1px solid #fff !important;
  margin: 0 !important;
}

#wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, #wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0 !important;
}

#wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}

#wrapper .gform_wrapper .gfield_description {
  padding: 0 !important;
  margin: -15px 0 15px 0 !important;
  color: #777;
}

#wrapper .gform_wrapper li.gf_right_half {
  float: right;
}

#wrapper .gform_wrapper .validation_message {
  display: none;
}

#wrapper .gform_wrapper .medium, #wrapper .gform_wrapper .textarea {
  display: block;
  width: 100% !important;
  height: auto !important;
  padding: 10px !important;
  font-size: 1rem !important;
  line-height: 1.5;
  color: #373737;
  background-color: #fff;
  background-image: none;
  border: 2px solid #000;
  box-shadow: none;
}

#wrapper .gform_wrapper .gform_heading {
  font-size: 1.3rem;
}

#wrapper .gform_wrapper .textarea {
  height: 70px !important;
  padding: 10px !important;
}

#wrapper .gform_wrapper .gform_page_footer {
  border: 0 !important;
}

#wrapper .gform_wrapper .gform_footer {
  text-align: center;
}

#wrapper .gform_wrapper label {
  font-size: 1rem;
  color: #373737;
}

#wrapper .gform_wrapper span.gfield_required {
  display: none;
}

#wrapper .gform_wrapper h3.gform_title {
  color: #fff102;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

#wrapper .gform_wrapper .gform_button {
  text-align: center;
  padding: 15px 30px;
}

#wrapper .gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}

#wrapper .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, #wrapper .gform_wrapper body ul li.field_description_below div.ginput_container_radio {
  margin-top: 5px;
  margin-bottom: 0;
}

#wrapper .gform_wrapper ul li.field_description_below div.ginput_container_checkbox input, #wrapper .gform_wrapper body ul li.field_description_below div.ginput_container_radio input {
  margin: 0;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}

#respond ul {
  margin-left: 0;
}

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: .7335em 10px;
  /* end .commentlist li ul.children */
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7;
}

.commentlist li.depth-3 {
  background: #dadada;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: .875rem;
  padding-right: 1.75rem;
  padding-bottom: .9375rem;
  padding-left: 1.75rem;
  font-size: .8125rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFF;
  transition: background-color 400ms ease-out;
  float: right;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  background-color: #007095;
}

.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #FFF;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: .75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: .7335em;
}

.respond-form form li label, .respond-form form li small {
  display: none;
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px .7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #fff102;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

/*********************
HEADER STYLES
*********************/
.top-bar .top-bar-left, .top-bar .top-bar-right {
  flex: none;
  float: left;
}

.top-bar, .top-bar ul {
  background-color: transparent;
  padding: 0;
}

.header {
  z-index: 999;
  position: relative;
}

#above-header {
  background: #f7f7f7;
  font-size: 1.1rem;
  padding: 5px 0;
  font-family: "Oswald", serif;
}

#above-header #top-bar-left {
  font-size: 1.3rem;
  color: #777;
}

#above-header a, #above-header strong {
  font-weight: bold;
  color: #777;
}

#above-header a:hover, #above-header strong:hover {
  color: #373737;
}

#above-header .fa-stack {
  font-size: 10px;
  margin: 0 5px;
}

#above-header .fa-inverse {
  color: #373737;
}

#above-header #top-bar-right {
  text-align: right;
}

#above-header p {
  margin: 0;
}

#header-wrapper {
  background: #fff;
}

@media (min-width: 64em) {
  .logo {
    margin: 20px 0;
  }
}

@media (max-width: 40em) {
  .logo img {
    max-width: 180px;
  }
}

.header ul.off-canvas-list li {
  list-style: none;
}

.off-canvas-content {
  background-color: #fff;
  box-shadow: none;
}

/*********************
NAVIGATION STYLES
*********************/
#primary-nav {
  background: #343434;
}

@media (min-width: 64em) {
  #primary-nav {
    position: relative;
    margin-bottom: -40px;
  }
}

#menu-main-menu-1 {
  align-items: center;
}

#menu-main-menu-1 > li {
  flex: 0 1 auto;
  float: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

@media (min-width: 64em) {
  #menu-main-menu-1 > li {
    margin: 0 15px;
  }
}

#menu-main-menu-1 > li.current-menu-item > a {
  background: transparent;
  color: #fff102;
}

#menu-main-menu-1 > li > a {
  font-weight: bold;
}

#menu-main-menu-1 > li > a:hover {
  background: transparent;
  color: #fff102;
}

#menu-main-menu-1 > li a {
  color: #fff;
  padding: 30px 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Oswald", serif;
  letter-spacing: 0.05rem;
}

#menu-main-menu-1 > li:last-child {
  margin-left: auto;
}

#menu-main-menu-1 > li:last-child a {
  background: #fff102;
  color: #373737;
  border: 0;
  padding: 10px;
}

#menu-main-menu-1 > li:last-child a:hover {
  background: #000;
  color: #fff102;
}

#menu-main-menu-1 > li:last-child a:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 5px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 40em) {
  #menu-main-menu-1 > li:first-child {
    display: none;
  }
  #menu-main-menu-1 > li:nth-child(2) a {
    background: #343434;
    text-transform: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px !important;
    border: 0;
    padding: 10px;
    font-size: 0.85rem;
    display: inline-block;
  }
}

@media (max-width: 40em) and (min-width: 64em) {
  #menu-main-menu-1 > li:nth-child(2) a {
    font-size: 1rem;
  }
}

@media (max-width: 40em) {
  #menu-main-menu-1 > li:nth-child(2) a:hover {
    background: #fff102;
  }
  #menu-main-menu-1 > li:last-child {
    display: none;
  }
}

#menu-main-menu-1 > li ul {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px !important;
  min-width: 250px;
}

#menu-main-menu-1 > li ul li {
  padding: 0;
}

#menu-main-menu-1 > li ul li a {
  color: #fff102;
  line-height: 1;
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
}

#menu-main-menu-1 > li ul li a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #343434;
}

#menu-main-menu-1 > li ul li:first-child a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0 !important;
}

#menu-main-menu-1 > li ul li:last-child a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px !important;
  border-bottom: 0;
}

#menu-main-menu-1 li.is-dropdown-submenu-parent a {
  padding-right: 0;
}

#menu-main-menu-1 li.is-dropdown-submenu-parent a:after {
  border: 0 !important;
}

#menu-main-menu-1 .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #fff102 transparent transparent;
  border-top-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  right: 15px;
}

.off-canvas-wrapper {
  background-color: #343434;
}

.off-canvas {
  outline: 0;
  border: 0;
  background-color: #343434;
}

.off-canvas #menu-main-menu {
  margin-top: 50px;
}

.off-canvas li {
  background-color: #343434;
}

.off-canvas li a {
  background-color: #343434;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
}

.off-canvas li a:after {
  border-color: #fff102 transparent transparent;
}

.off-canvas li a:hover {
  color: #fff102;
}

.off-canvas li ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.off-canvas li ul li a {
  border: 0;
  font-size: 0.9em;
  padding: 15px 10px 15px 30px;
}

.off-canvas .menu .active > a {
  color: #fff;
  background: transparent;
}

.off-canvas #close-button {
  font-size: 2em;
  background: transparent;
  top: 0;
  display: none;
  margin: 0;
  padding: 0 10px 0 0;
  line-height: 1;
  color: #343434;
}

.off-canvas .widget {
  color: #fff;
  padding: 15px;
}

.off-canvas .widget a {
  color: #fff102;
}

#mobile-header {
  background: #fff;
  padding: 0;
}

#mobile-header .logo {
  margin: 20px 0;
}

#mobile-header a.nav-toggle {
  color: #000;
  display: block;
}

/*********************
HOME
*********************/
#slider1 {
  background: #222;
}

#slider1 .tp-caption {
  color: #fff;
}

#slider1 .tp-dottedoverlay.twoxtwo {
  background-image: none;
  background: rgba(0, 0, 0, 0.5);
}

#slider1 .caption-top {
  font-family: "Oswald", serif;
  line-height: 1;
  text-transform: none;
  margin-bottom: 2rem;
  font-size: 2rem;
  animation-delay: .3s;
}

@media (min-width: 64em) {
  #slider1 .caption-top {
    font-size: 5rem;
    max-width: 800px;
  }
}

#slider1 .caption-bottom {
  animation-delay: .5s;
  font-size: 1.3rem;
}

@media (min-width: 64em) {
  #slider1 .caption-bottom {
    font-size: 2rem;
  }
}

#slider1 .button {
  animation-delay: .6s;
  margin-top: 2rem;
  font-size: 1.3rem;
  padding: 10px 20px;
}

#home-content {
  padding-top: 30px;
}

#home-content h1 {
  background: #343434;
  text-align: center;
  color: #fff102;
  display: block;
  padding: 20px;
  margin: 0;
}

@media (min-width: 64em) {
  #home-content h1 {
    font-size: 2.5rem;
  }
}

#home-content h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
}

#home-content h2:after {
  content: '';
  width: 30%;
  height: 3px;
  margin: 0;
  background: #fdf00b;
  background: -moz-linear-gradient(left, #fdf00b 0%, #fdf00b 25%, #c0c0c0 25%, #c0c0c0 100%);
  background: -webkit-linear-gradient(left, #fdf00b 0%, #fdf00b 25%, #c0c0c0 25%, #c0c0c0 100%);
  background: linear-gradient(to right, #fdf00b 0%, #fdf00b 25%, #c0c0c0 25%, #c0c0c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf00b', endColorstr='#c0c0c0',GradientType=1 );
  display: block;
  position: relative;
  margin: 25px 0;
}

@media (min-width: 64em) {
  #home-content h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 64em) {
  #home-content .text .inner {
    padding-right: 50px;
  }
}

#home-cta1,
#home-cta2 {
  display: block;
  padding: 20px 10px;
  font-family: "Oswald", serif;
  font-size: 1.4rem;
}

#home-cta1 .inner,
#home-cta2 .inner {
  background: #fff102;
  text-align: center;
  color: #000;
}

@media (min-width: 64em) {
  #home-cta1 .inner,
  #home-cta2 .inner {
    padding: 20px;
    font-size: 1.8rem;
  }
}

#home-cta1 p,
#home-cta2 p {
  margin-bottom: 0;
}

#home-cta2 .inner {
  background: #343434;
  color: #fff102;
}

/******************************************************************
Site Specific
******************************************************************/
body.page-child #page-categories {
  display: none;
}

#content > .cta-panel:first-child {
  padding-top: 0;
}

.layout-panel.cta-panel .inner {
  text-align: center;
  background: #343434;
  color: #fff;
  padding: 20px 0;
  font-family: "Oswald", serif;
  font-size: 1.5rem;
}

@media (min-width: 64em) {
  .layout-panel.cta-panel .inner {
    font-size: 1.7rem;
  }
}

.layout-panel.cta-panel .inner.alt-bg {
  color: #373737;
  background: #fff102;
}

.layout-panel.cta-panel .inner.alt-bg * {
  color: #373737;
}

.layout-panel.cta-panel .inner * {
  color: #fff102;
}

.layout-panel {
  padding: 20px 0;
  margin: 0 0 20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-panel.content-panel.alt-bg {
  background: #fff102;
}

.layout-panel.content-panel.alt-bg div.lead h2::after {
  background: #000;
  background: -moz-linear-gradient(left, #000 0%, #000 25%, #c0c0c0 25%, #c0c0c0 100%);
  background: -webkit-linear-gradient(left, #000 0%, #000 25%, #c0c0c0 25%, #c0c0c0 100%);
  background: linear-gradient(to right, #000 0%, #000 25%, #c0c0c0 25%, #c0c0c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#c0c0c0',GradientType=1 );
}

.layout-panel .cell {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-panel .cell .inner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-panel .cell > h1,
.layout-panel .cell > h2,
.layout-panel .cell > h3,
.layout-panel .cell > h4,
.layout-panel .cell > h5,
.layout-panel .cell > h6 {
  margin-top: 0;
}

.layout-panel .fluid {
  max-width: 120rem;
  padding: 0;
}

.layout-panel div.lead {
  margin-bottom: 20px;
}

.layout-panel div.lead h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.layout-panel div.lead h2:after {
  content: '';
  width: 30%;
  height: 3px;
  margin: 0;
  background: #fdf00b;
  background: -moz-linear-gradient(left, #fdf00b 0%, #fdf00b 25%, #c0c0c0 25%, #c0c0c0 100%);
  background: -webkit-linear-gradient(left, #fdf00b 0%, #fdf00b 25%, #c0c0c0 25%, #c0c0c0 100%);
  background: linear-gradient(to right, #fdf00b 0%, #fdf00b 25%, #c0c0c0 25%, #c0c0c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf00b', endColorstr='#c0c0c0',GradientType=1 );
  display: block;
  position: relative;
  margin: 25px 0;
}

@media (min-width: 64em) {
  .layout-panel div.lead h2 {
    font-size: 3rem;
  }
}

.layout-panel.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.layout-panel.no-top {
  margin-top: 0;
  padding-top: 0;
}

.layout-panel.no-pad {
  padding: 0;
}

.layout-panel.no-margin {
  margin: 0;
}

.layout-panel.darkbg {
  background-color: #fff102;
  color: #fff;
}

.layout-panel.darkbg a,
.layout-panel.darkbg a.button,
.layout-panel.darkbg h2,
.layout-panel.darkbg h3,
.layout-panel.darkbg h4,
.layout-panel.darkbg h5,
.layout-panel.darkbg p {
  color: #fff;
}

.layout-panel.lightbg {
  background-color: #fff;
}

.layout-panel.greybg {
  background-color: #f7f7f7;
}

.layout-panel.extrapad .cell {
  padding: 30px;
}

.layout-panel .cell > h2:first-child {
  margin-top: 0;
}

.layout-panel .cell.extrapad {
  padding: 50px;
}

.layout-panel.shortrow {
  max-width: 50rem;
  margin-bottom: 30px;
}

.layout-panel.shortrow h2 {
  margin-top: 10px;
}

.layout-panel.shortrow img {
  max-height: 250px;
}

.layout-panel.grid-panel a {
  display: block;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 280px;
  padding-top: 235px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}

.layout-panel.grid-panel a:hover {
  opacity: 0.8;
}

.layout-panel.grid-panel p {
  color: #fff;
}

.layout-panel.grid-panel h3 {
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  display: block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid #fff102;
}

#single-post {
  margin-bottom: 50px;
}

#single-post h3 {
  color: #fff102;
  text-transform: uppercase;
  margin: 0 0 30px;
}

#single-post #gallery {
  margin-bottom: 50px;
}

#single-post .post-desc {
  margin: 30px 0;
}

#single-post .post-image {
  margin-bottom: 50px;
  text-align: left;
}

#wrapper .gform_wrapper h2.gsection_title {
  margin-top: 30px !important;
}

#wrapper .gform_wrapper .gsection {
  padding-bottom: 10px !important;
}

#wrapper .gform_wrapper .enquiry-form {
  padding: 15px;
  border-top: 0;
  border-bottom: 0;
  margin: 0 0 20px;
  color: #fff;
  background: #fff102;
  position: relative;
  display: block;
  padding: 0;
}

#wrapper .gform_wrapper .enquiry-form p {
  text-align: center;
}

#wrapper .gform_wrapper .enquiry-form h2 {
  background: #343434;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0 !important;
}

#wrapper .gform_wrapper .enquiry-form h2 ::after {
  content: '';
  position: absolute;
  left: 45%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  clear: both;
}

#wrapper .gform_wrapper .enquiry-form h2 a {
  color: #fff102;
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
}

#wrapper .gform_wrapper .enquiry-form .gform_body {
  width: 100%;
  padding-top: 80px;
}

#wrapper .gform_wrapper .enquiry-form a {
  color: #fff;
}

#wrapper .gform_wrapper .enquiry-form li.gfield.gf_right_half {
  float: right;
}

#wrapper .gform_wrapper .enquiry-form .gform_description {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin: 0 auto 10px;
  display: block;
}

#wrapper .gform_wrapper .enquiry-form .gform_page_footer,
#wrapper .gform_wrapper .enquiry-form .gform_footer {
  text-align: center;
  padding: 0 20px 25px;
  width: 100%;
  margin: 0;
}

#wrapper .gform_wrapper .enquiry-form .gform_page_footer .button,
#wrapper .gform_wrapper .enquiry-form .gform_footer .button {
  margin: 0;
  position: relative;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
  border: 0;
  padding: 20px 10px;
  margin: 0;
  width: 100%;
  background: #fff;
  color: #373737;
}

#wrapper .gform_wrapper .enquiry-form .gform_page_footer .button:hover,
#wrapper .gform_wrapper .enquiry-form .gform_footer .button:hover {
  background: #000;
  color: #fff;
}

#wrapper .gform_wrapper .enquiry-form ul.gform_fields {
  padding: 20px 20px 10px;
}

#wrapper .gform_wrapper .enquiry-form ul.gform_fields li.gfield {
  margin-bottom: 15px;
  margin-top: 0;
}

#wrapper .gform_wrapper .enquiry-form li {
  padding: 0;
  margin: 0;
  text-align: left;
}

#wrapper .gform_wrapper .enquiry-form .gfield_label {
  text-align: left;
  color: #373737;
  font-weight: normal;
  margin: 0;
}

#wrapper .gform_wrapper .enquiry-form .gfield_required {
  display: none;
}

#wrapper .gform_wrapper .enquiry-form .medium, #wrapper .gform_wrapper .enquiry-form .medium, #wrapper .gform_wrapper .enquiry-form select, #wrapper .gform_wrapper .enquiry-form textarea {
  font-size: 0.9rem !important;
  color: #373737;
  width: 100%;
  padding: 12px 10px !important;
  margin: 0;
  box-shadow: none;
  position: relative;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px !important;
  background: #bedfb9;
}

#wrapper .gform_wrapper .enquiry-form textarea.medium {
  height: 80px;
}

#wrapper .gform_wrapper .enquiry-form select option {
  color: #373737;
}

#wrapper .gform_wrapper .enquiry-form .ginput_container {
  border: 0;
  position: relative;
  overflow: hidden;
}

#wrapper .gform_wrapper .enquiry-form ::-webkit-input-placeholder {
  color: #333;
}

#wrapper .gform_wrapper .enquiry-form ::-moz-placeholder {
  color: #333;
}

#wrapper .gform_wrapper .enquiry-form :-ms-input-placeholder {
  color: #333;
}

#wrapper .gform_wrapper .enquiry-form :-moz-placeholder {
  color: #333;
}

#title-container {
  margin-top: 0;
  color: #333;
  margin-bottom: 25px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-image: url(assets/images/hero-bg.jpg);
}

#title-container span.author {
  border-top: 1px solid #fff;
  border-bottom: 1px solid;
  display: block;
}

#title-container h1,
#title-container h2 {
  color: #fff102;
}

@media (min-width: 64em) {
  #title-container h1,
  #title-container h2 {
    font-size: 3rem;
  }
}

#title-container .subheading {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-family: "Oswald", serif;
  line-height: 1.5;
}

@media (min-width: 64em) {
  #title-container .subheading {
    font-size: 1.5rem;
  }
}

#title-container .title-container-inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 150px 0 50px;
}

@media (min-width: 64em) {
  #title-container .title-container-inner {
    padding: 150px 0 50px;
  }
}

h1.page-title {
  font-size: 2.5rem;
  margin: 0;
  color: #fff102;
}

#content p.large, #content .large p {
  font-size: 1.5em;
}

#main table tbody tr:nth-child(even) {
  background-color: #fff;
}

#contact-page-form {
  background-color: #f7f7f7;
  padding: 20px;
}

#wrapper .contact-details .widgettitle {
  display: none;
}

#wrapper .contact-details #gform_wrapper_2 h2 {
  text-align: center;
}

#wrapper .contact-details #gform_wrapper_2 .enquiry-form .gform_body {
  padding-top: 50px !important;
}

#wrapper .contact-details #gform_wrapper_2 .textarea {
  height: 200px !important;
}

#wrapper .contact-details h2 {
  margin-top: 10px;
}

/* Posts */
#content .post-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
}

#content .post-container .fa {
  color: #fff102;
}

#content .post-container h2 {
  text-transform: none;
  margin-top: 0;
}

#content .post-container .meta {
  color: #999;
  font-style: italic;
  margin: 20px 0;
}

#content .post-container .meta a {
  color: #999;
}

#content .post-container .meta span {
  display: inline-block;
}

#content .post-container .meta .author {
  margin-right: 20px;
}

#content .post-container .post-thumb {
  position: relative;
  margin-bottom: 20px;
}

#content .post-container .date {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  top: 0;
  background: #fff102;
  padding: 15px 20px;
  text-align: center;
}

#content .post-container .date .date-inner {
  position: relative;
  z-index: 9;
}

#content .post-container .date span {
  display: block;
  line-height: 1;
  color: #fff;
}

#content .post-container .button {
  margin-top: 20px;
}

/* Animations */
a.colorbox {
  display: block;
  position: relative;
  overflow: hidden;
}

a.colorbox .mask {
  position: absolute;
  background: rgba(255, 241, 2, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 2;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
}

a.colorbox:hover .mask {
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition-delay: 0.1s;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*********************
FOOTER STYLES
*********************/
#footer {
  margin-top: 30px;
}

@media (min-width: 64em) {
  #footer {
    margin-top: 80px;
  }
}

#footer #footer-top {
  background: #343434;
  padding: 50px 0;
  font-size: 1.5rem;
  color: #999;
  font-family: "Oswald", serif;
}

@media (min-width: 64em) {
  #footer #footer-top img {
    max-width: 350px !important;
  }
}

#footer #footer-top #footer-widget2 a {
  color: #999;
  display: block;
  margin-bottom: 20px;
}

#footer #footer-top #footer-widget2 a:hover {
  color: #fff102;
}

@media (min-width: 64em) {
  #footer #footer-top #footer-widget2 a {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

#footer #footer-bottom {
  background: #f7f7f7;
  font-family: "Oswald", serif;
  font-size: 1.1rem;
  color: #777;
  padding: 20px 0;
}

@media (min-width: 64em) {
  #footer #footer-bottom {
    font-size: 1.2rem;
  }
}

#footer #footer-bottom a {
  color: #777;
}

#footer #footer-bottom a:hover {
  color: #000;
}

.ginput_recaptcha {
  margin-top: 0 !important;
}

.ginput_recaptcha > div {
  height: 50px !important;
}

.ginput_recaptcha iframe {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/*# sourceMappingURL=style.css.map */