/*!
 Theme Name: Trisense Child
 Theme URI: http://web3.com.au
 Description: Customisations to base layout
 Author: Web3 Brisbane Web Design
 Author URI: http://web3.com.au
 Template: trisense
 Version: 1.2.1
 */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
  display: block;
}
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.hero-title {
  font-size: 400%;
}
.text-small {
  font-size: 80%;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.text-serif {
  font-style: italic;
}
.shape-divider {
  border-top: 3px solid;
  text-align: center;
}
.shape-divider:after {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background: transparent;
  font-size: 15px;
}
.circle-divider:after {
  content: '◉';
  top: -14px;
  font-size: 15px;
}
.square-divider:after {
  content: '▣';
  top: -17px;
  font-size: 18px;
}
.triangle-divider:after {
  content: '▼';
  top: -16px;
  font-size: 20px;
}
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}
a {
  transition: all 0.3s;
  text-decoration: none;
  color: #39b3a0;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -1px;
}
a:hover, a:active {
  outline: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
figure {
  max-width: 100% !important;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 0.5rem;
}
.margin-top-10 {
  margin-top: 0.65rem;
}
.margin-top-20 {
  margin-top: 1.25rem;
}
.margin-top-30 {
  margin-top: 1.9rem;
}
.margin-top-40 {
  margin-top: 2.5rem;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 0.5rem;
}
.margin-bottom-10 {
  margin-bottom: 0.65rem;
}
.margin-bottom-20 {
  margin-bottom: 1.25rem;
}
.margin-bottom-30 {
  margin-bottom: 1.9rem;
}
.margin-bottom-40 {
  margin-bottom: 2.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid;
}
ul, ol {
  margin: 0;
  padding-left: 20px;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
.circle {
  border-radius: 50%;
}
.full-height {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.vertical-align-middle {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.background-cover {
  background-position: center;
  background-size: cover;
}
.tri-show {
  display: block;
}
.tri-hide {
  display: none;
}
.horizontal-list {
  padding-left: 0;
}
.horizontal-list li {
  display: inline-block;
}
.pricing-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}
.pricing-table-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  flex: 0 1 335px;
}
.pricing-table-item {
  padding: 2em 4em;
  cursor: default;
  color: #333;
  max-width: 335px;
}
.pricing-table-item:nth-child(2) {
  border-right: 1px solid rgba(139, 144, 157, 0.18);
  border-left: 1px solid rgba(139, 144, 157, 0.18);
}
.pricing-table-title {
  font-size: 1em;
  margin: 1.5em 0 0.2em;
}
.pricing-table-icon {
  transition: 0.3s all;
}
.pricing-table-item:hover, .pricing-table-icon {
  fill: #39b3a0 !important;
}
.pricing-table-price {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 0.2em;
  overflow: hidden;
}
.pricing-table-currency {
  font-size: 0.5em;
  vertical-align: super;
}
.pricing-table-period {
  font-size: 0.35em;
  color: #777;
}
.pricing-table-anim {
  display: inline-block;
  position: relative;
}
.pricing-table-item:hover .pricing-table-anim {
  animation: moveUp 0.4s forwards;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.pricing-table-item:hover .pricing-table-anim-2 {
  animation-delay: 0.05s;
}
@-webkit-keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.pricing-table-sentence {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em;
  color: #777;
}
.pricing-table-feature-list {
  font-size: 0.85em;
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
  color: #777;
}
.pricing-table-action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #e03e3e;
  transition: background-color 0.3s;
}
.pricing-table-action:hover, .pricing-table-action:focus {
  background-color: #c53737;
}
#tri-header {
  width: 100%;
  position: relative;
  z-index: 498;
}
#tri-header.header-float {
  position: fixed;
  top: 0;
  left: 0;
}
.header-transparent.header-scrll-down .header-float, .header-transparent.header-scrll-up .header-float {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.logo {
  margin: 10px 0;
  display: inline-block;
}
.logo img {
  min-height: 30px;
}
.menu-cart-icon, .menu-search-icon {
  width: 20px;
  height: 20px;
  display: block;
}
#menu-search {
  padding: 1.25rem;
}
.menu-search {
  height: 50px;
  width: 550px;
  top: 0;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.header-breadcrumbs, .header-breadcrumbs a {
  font-size: 1rem;
}
.heading-label {
  padding: 1.8rem 0;
}
.single-product.header-fixed .content-area.container {
  margin-top: 200px;
}
.site-main {
  width: 100%;
}
.archive .post, .blog .post, .search #main > article {
  background: #fff;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 2.2rem;
}
.blog-image {
  display: inline-block;
  overflow: hidden;
}
.blog-image img {
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.blog-image img:hover {
  transform: scale(1.1);
}
.entry-title {
  margin-bottom: 5px;
  padding: 10px 15px;
}
.entry-meta {
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
}
.entry-meta .avatar {
  border-radius: 50%;
  margin-right: 3px;
}
.blog .entry-content, .search .entry-content {
  padding: 0.7rem 1.9rem;
}
.single-post .post-thumbnail, .single-post .page-title {
  padding: 0 0.9rem;
}
.single-post .entry-content, .single-post .sidebar-right, .single-post #comments {
  padding: 0.9rem;
}
.more-link {
  display: inline-block;
}
.entry-footer {
  padding: 1.2rem 1.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-footer span {
  margin-right: 10px;
}
.entry-footer .edit-link {
  float: right;
}
.author-info {
  padding: 0.9rem;
}
.author-info .avatar {
  border-radius: 50%;
  max-width: 110px;
  max-height: 110px;
  margin-right: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.author-info h2 {
  font-weight: 700;
}
.author-info h2 a {
  text-decoration: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.heading-cover {
  min-height: 480px;
  position: relative;
}
.heading-cover::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
}
.heading-cover > div {
  z-index: 1;
  position: absolute;
  bottom: 3%;
  width: 100%;
}
.heading-cover a {
  text-decoration: none;
}
.heading-cover img {
  display: inline-block;
  border-radius: 50%;
  margin-right: 3px;
}
.color-overlay::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
}
.color-overlay > div {
  z-index: 1;
  position: relative;
}
#tri-footer {
  padding-top: 2em;
}
#tri-footer h4 {
  z-index: 1;
  position: relative;
}
#tri-footer a {
  color: inherit;
}
#tri-footer a:hover {
  text-decoration: underline;
}
.subfooter {
  margin-top: 3em;
}
.subfooter .container {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 90%;
}
.subfooter .horizontal-list {
  margin-right: 20px;
}
.subfooter .horizontal-list li::after {
  content: '/';
  padding: 0 6px 0 10px;
  font-weight: 700;
}
.subfooter .horizontal-list li:last-child::after {
  content: '';
  padding: 0;
}
.copyright::after {
  content: '/';
  padding: 0 6px 0 10px;
  font-weight: 700;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-list {
  margin: 0 0 0.9rem;
  padding: 0;
}
.comment-list > li {
  background: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.comment-list .comment-body {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 110px 30px 30px;
  min-height: 80px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}
.comment-list .children li .comment-body {
  margin-bottom: 20px;
  padding: 20px 20px 20px 90px;
  min-height: 90px;
}
.comment-list .children > li {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 25px;
  border-left: 1px solid #eee;
}
.comment-list .children > li::before {
  border-top: 1px solid #eee;
  display: block;
  content: '';
  position: relative;
  height: 1px;
  top: 20px;
  left: -25px;
  width: 20px;
}
.comment-list .url {
  color: #333;
  text-decoration: none;
}
.comment-list .says {
  color: #999;
}
.comment-list .comment-author .avatar {
  position: absolute;
  top: 30px;
  right: 30px;
  box-shadow: none;
  border-radius: 50%;
}
.comment-list .children .avatar {
  top: 20px;
  right: auto;
  left: 20px;
}
.comment-list .comment-metadata {
  font-size: 0.9em;
  padding: 0 0 10px;
}
.comment-list .comment-metadata a {
  color: #888;
}
.comment-list .reply {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eee;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.comment-list .reply a {
  padding: 5px 10px;
  text-decoration: none;
  color: #888;
  font-size: 0.9em;
  display: inline-block;
}
.comment-list p {
  margin-bottom: 14px;
}
#respond small {
  float: right;
  font-size: 0.6em;
}
#comments {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-numbers {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #ccc;
  color: #333;
  line-height: 1;
  padding: 12px 16px;
  opacity: 0.6;
  background: #fff;
  border-radius: 2px;
  margin: 0 0 1.5em 3px;
}
.page-numbers.current {
  opacity: 1;
}
.page-numbers.prev, .page-numbers.next {
  padding: 2px 6px;
}
.page-numbers:hover {
  opacity: 1;
}
.comment-navigation, .post-navigation {
  margin: 0 0 60px;
  overflow: hidden;
}
.comment-navigation .nav-previous, .post-navigation .nav-previous, .comment-navigation .nav-next, .post-navigation .nav-next {
  opacity: 0.9;
  width: 48.5%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.comment-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
}
.comment-navigation .nav-previous:hover, .post-navigation .nav-previous:hover, .comment-navigation .nav-next:hover, .post-navigation .nav-next:hover {
  opacity: 1;
}
.comment-navigation a, .post-navigation a {
  display: block;
  padding: 8px 12px;
}
.comment-navigation i, .post-navigation i {
  padding: 5px 7px;
}
.ginput_complex::after, .clear-multi::after, .ginput_full::after, .gf_list_2col::after, .gf_list_3col::after, .gf_list_4col::after, .gf_list_5col::after, .gf_list_inline::after, .gf_page_steps::after, .ui-datepicker-header::after {
  clear: both;
  content: '';
  display: table;
}
.gform_wrapper form {
  margin-bottom: 1rem;
}
.gform_heading {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.gform_heading .gform_title {
  margin-bottom: 1rem;
}
.gsection {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede;
}
.gsection .gsection_title {
  margin-bottom: 1rem;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 14px 0;
}
.gfield_required {
  color: #f00;
  padding-left: 2px;
}
.gform_body ul {
  padding: 0;
}
.ginput_complex label {
  font-weight: normal;
}
.gform_fields {
  margin: 0;
  list-style: none;
}
.gfield {
  margin-bottom: 1rem;
}
.gfield_description {
  font-size: 1rem;
}
.validation_message {
  font-style: normal;
  margin-bottom: -10px;
  font-size: 0.8rem;
}
.gfield, .gform_footer {
  clear: both;
}
.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}
.gfield_error {
  padding: 1rem;
  border: 1px solid #eee;
  border-left-width: 4px;
  border-left-color: #d9534f;
}
.gfield_error > label, .gfield_error .validation_message {
  color: #ca3c3c;
}
.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #ca3c3c;
}
.gfield_error input:focus, .gfield_error textarea:focus, .gfield_error select:focus {
  border-color: #a62d2d;
}
.gfield_checkbox, .gfield_radio {
  list-style: none;
  margin: 0;
}
.gfield_checkbox input, .gfield_radio input {
  margin-right: 0.25rem;
}
.gfield_radio input[type="text"] {
  width: auto;
  display: inline-block;
}
.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left;
}
.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right;
}
.name_prefix {
  width: 10%;
  float: left;
  margin-right: 1%;
}
.name_first {
  width: 39%;
  float: left;
  margin-right: 1%;
}
.name_last {
  width: 39%;
  float: left;
  margin-right: 1%;
}
.name_suffix {
  width: 9%;
  float: right;
}
.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first {
  width: 49%;
}
.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last {
  width: 50%;
  margin-right: 0;
}
.hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.formbg-white .ginput_container {
  background: #fff;
}
.gf_left_half {
  width: 49%;
  float: left;
  clear: left;
}
.gf_right_half {
  width: 49%;
  float: right;
  clear: right;
}
.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%;
}
.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left;
}
.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right;
}
.gf_inline {
  width: 100%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}
.gf_list_2col li {
  width: 50%;
  float: left;
}
.gf_list_3col li {
  width: 33%;
  float: left;
}
.gf_list_4col li {
  width: 25%;
  float: left;
}
.gf_list_5col li {
  width: 20%;
  float: left;
}
.gf_list_inline li {
  display: inline-block;
  margin-right: 1rem;
}
.gf_list_height_25 li {
  height: 25px;
}
.gf_list_height_50 li {
  height: 50px;
}
.gf_list_height_75 li {
  height: 75px;
}
.gf_list_height_100 li {
  height: 100px;
}
.gf_list_height_125 li {
  height: 125px;
}
.gf_list_height_150 li {
  height: 150px;
}
.gfield_list {
  margin: 0;
}
.gfield_list > tbody > tr:nth-child(odd) > td, .gfield_list > tbody > tr:nth-child(odd) > th {
  background: none;
  line-height: normal;
  padding: 0;
  padding-right: 1rem;
  border: 0;
}
.gfield_list > thead > tr > th {
  border: 0;
}
.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto;
}
.gf_scroll_text p:last-of-type {
  margin-bottom: 0;
}
.gf_hide_ampm .gfield_time_ampm {
  display: none;
}
.gf_hide_charleft .charleft {
  display: none;
}
@media only screen and (min-width: 768px) {
  .inline-optin-form {
    position: relative;
  }
  .inline-optin-form .gform_body {
    width: 69%;
  }
  .inline-optin-form .gform_footer {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
  }
  .inline-optin-form .gform_footer input {
    font-size: 1rem;
  }
  .gf_inline {
    width: auto;
  }
}
.gform_drop_area {
  padding: 10px;
  border: 1px dashed #888;
}
input.datepicker_with_icon {
  margin-right: 1rem;
  display: inline-block;
  width: auto;
}
.gfield_date_month, .gfield_date_dropdown_month {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}
.gfield_date_day, .gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}
.gfield_date_year, .gfield_date_dropdown_year {
  display: inline-block;
  width: auto;
}
.gfield_time_hour {
  float: left;
  margin-right: 1%;
}
.gfield_time_hour input {
  width: inherit;
  display: inline-block;
}
.gfield_time_hour label {
  display: block;
}
.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%;
}
.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%;
}
.ui-datepicker {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 20px 0;
}
.ui-datepicker-calendar {
  margin: 1em 0 1.3em;
}
.ui-datepicker-calendar a {
  text-align: center;
}
.ui-datepicker-header .ui-icon {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
}
.ui-datepicker-header a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  height: 50px;
  line-height: 1.5em;
  cursor: pointer;
}
.ui-datepicker-header a:hover {
  opacity: 0.6;
}
.ui-datepicker-prev {
  width: 15%;
  float: left;
  background-image: url("img/linearicons/arrow-left-circle.svg");
}
.ui-datepicker-next {
  width: 15%;
  float: right;
  background-image: url("img/linearicons/arrow-right-circle.svg");
}
.ui-datepicker-title {
  width: 70%;
  float: left;
  padding: 0 5px;
}
.ui-datepicker-title select {
  width: 49%;
  padding: 5px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.ui-datepicker-title .ui-datepicker-year {
  margin-left: 2%;
}
.ui-datepicker-title option {
  padding: 0;
}
.ui-datepicker-today a {
  color: #333;
}
.gf_page_steps {
  margin-bottom: 1rem;
  line-height: 1;
}
.gf_step {
  display: inline-block;
  opacity: 0.2;
  margin-right: 1%;
}
.gf_step:last-of-type {
  margin-right: 0;
}
.gf_step_active {
  opacity: 1;
}
.gf_step_number {
  font-weight: bold;
  font-size: 150%;
}
.gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 0.5em;
  padding: 0 0 30px;
  border-bottom: 1px dotted #ccc;
}
.gf_progressbar_title {
  font-size: 0.9em;
  margin-bottom: 10px;
  text-align: center;
  color: #888;
}
.gf_progressbar {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  display: block;
  border-radius: 20px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  animation: moveprogress 2.5s linear infinite;
  overflow: hidden;
  box-shadow: inset 0 9px 0 rgba(255, 255, 255, 0.1);
}
@keyframes moveprogress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin: 0 10px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}
.gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
}
.gform_previous_button {
  margin-right: 20px;
}
.gform_previous_button, .gform_next_button {
  margin-bottom: 30px;
}
.ginput_card_expiration_container, .ginput_cardinfo_right {
  margin: 20px 0;
  display: block;
}
.gform_card_icon {
  display: none;
}
.ginput_card_expiration {
  height: 50px;
  display: inline-block;
}
.ginput_card_expiration_month {
  width: 48%;
  margin-right: 2.6%;
}
.ginput_card_expiration_year {
  width: 48%;
}
.gform_card_icon_container {
  display: none;
}
.ginput_card_expiration_container {
  width: 66%;
  float: left;
}
.ginput_card_expiration_container select {
  width: 48% !important;
  float: left;
}
.ginput_card_expiration_container select:first-child {
  margin-right: 4%;
}
.ginput_cardinfo_right {
  float: left;
  width: 30%;
  margin-left: 4%;
}
.ginput_cardinfo_left {
  clear: both;
  overflow: hidden;
}
.ginput_card_security_code_icon {
  display: none;
}
legend, label {
  font-size: 80%;
  letter-spacing: 1px;
  margin-bottom: 2px;
  display: inline-block;
}
label {
  font-weight: 300;
  color: #4d4d4d;
}
fieldset {
  margin-bottom: 20px;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], input[type="number"], input[type="url"], input[type="file"], input[type="submit"], textarea, select {
  box-shadow: none;
  transition: all 0.3s;
  font-size: 1em;
  line-height: normal;
  padding: 1rem;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: block;
  width: 100%;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="file"]:focus, input[type="submit"]:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #81c535;
}
input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="file"]:hover {
  cursor: pointer;
}
input[type="search"] {
  width: auto;
  display: inline-block;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
textarea {
  min-height: 100px;
  width: 100%;
}
select {
  padding: 0.75em;
}
select[multiple], select[size] {
  height: auto;
}
option {
  padding: 3px 5px;
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
  display: inline-block;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  color: #fff;
  background: #81c535;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  padding: 1rem 2rem;
  font-size: 0.875rem;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  text-decoration: none;
  background: #8ecd46;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  top: 1px;
}
.conversion-form {
  background: #fff;
  margin-top: 3em;
  border: 5px solid #81c535;
  padding: 2em;
  border-radius: 8px;
}
.search-form, .woocommerce-product-search {
  position: relative;
}
.search-form label, .woocommerce-product-search label {
  display: block;
}
form .search-field {
  width: 100%;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  font-size: 1.4em;
  padding-right: 40px;
}
input[type="submit"].search-submit, .woocommerce-product-search input[type="submit"] {
  top: 0;
  right: 0;
  float: right;
  border: none;
  width: 40px;
  height: 100%;
  text-indent: -100px;
  overflow: hidden;
  background: url('img/linearicons/magnifier.svg') center/20px no-repeat !important;
  opacity: 0.4;
  position: absolute;
  padding: 10px;
}
input[type="submit"].search-submit:hover, .woocommerce-product-search input[type="submit"]:hover {
  opacity: 1;
}
#secondary .search-submit {
  right: 0;
  position: absolute;
}
.tri-share {
  background-color: #fff;
  top: 0;
}
.tri-share p {
  font-size: 0.6em;
  margin: 6px 0 4px;
  font-weight: 700;
  color: #999;
}
.tri-share a {
  opacity: 0.8;
  fill: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 10px;
}
.tri-share a:hover {
  opacity: 1;
}
.tri-share .facebook {
  background: #3b5998;
}
.tri-share .twitter {
  background: #00aced;
}
.tri-share .google {
  background: #cc3732;
}
.tri-share .linkedin {
  background: #0077b5;
}
#widgets .widget {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
  word-wrap: break-word;
}
.widget-title {
  color: inherit;
}
#secondary .widget {
  margin: 0 0 1.5em;
  clear: both;
}
#secondary .widget ul {
  list-style-type: none;
  padding: 0;
}
#secondary .widget ul li {
  padding: 5px 0;
}
.contact-icons {
  padding-left: 5px;
}
.contact-icons li {
  padding: 0 0 20px;
  list-style: none;
}
.contact-icons i {
  margin-right: 10px;
}
.contact-icons svg {
  fill: #fff;
}
.widget-recent {
  font-size: 0.9em;
}
.widget-recent a {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 0;
}
.widget-recent a:last-child {
  border-bottom: 0;
}
.widget-recent div {
  padding-right: 0;
  padding-left: 8px;
}
.widget-social {
  padding: 0;
  list-style: none;
}
.widget-social li {
  margin: 2px 8px 0 0;
}
.widget-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 9px;
  opacity: 0.7;
  border-radius: 2px;
}
.widget-social a:hover {
  opacity: 1;
}
.widget-social svg {
  fill: #fff;
  width: 100%;
  height: auto;
}
.widget-social .facebook {
  background-color: #3b5998;
}
.widget-social .twitter {
  background-color: #00aced;
}
.widget-social .googleplus {
  background-color: #cc3732;
}
.widget-social .youtube {
  background-color: #cd201f;
}
.widget-social .linkedin {
  background-color: #0077b5;
}
.widget-social .instagram {
  background-color: #3f729b;
}
.widget-social .pinterest {
  background-color: #cc2127;
}
.widget-social .email {
  background-color: #4f97d0;
}
embed, iframe, object, [class*="col-"] video, [class*="col-"] audio {
  max-width: 100%;
}
.wp-caption {
  margin: 0 auto 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin: 0.8em 0 0.5em;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
  padding: 0.5em 0;
}
.gallery {
  margin-bottom: 1.6em;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.gallery-item {
  display: inline-block;
  padding: 0.8rem;
  margin: 0;
  vertical-align: top;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-item .attachment-thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.gallery-caption {
  font-size: 0.9;
}
.tri-img-position {
  position: absolute;
}
.tri-img-position.tri-img-top-left {
  top: 0;
  left: 4%;
}
.tri-img-position.tri-img-top {
  top: 0;
}
.tri-img-position.tri-img-top-right {
  top: 0;
  right: 4%;
}
.tri-img-position.tri-img-left {
  left: 4%;
}
.tri-img-position.tri-img-right {
  right: 4%;
}
.tri-img-position.tri-img-bottom-left {
  bottom: 0;
  left: 4%;
}
.tri-img-position.tri-img-bottom {
  bottom: 0;
}
.tri-img-position.tri-img-bottom-right {
  bottom: 0;
  right: 4%;
}
.tri-bg-cover-fixed {
  background: fixed center / cover no-repeat;
}
.tri-bg-cover-scroll {
  background: center / cover no-repeat;
}
.tri-bg-top-left {
  background: left top no-repeat;
}
.tri-bg-top {
  background: top no-repeat;
}
.tri-bg-top-right {
  background: right top no-repeat;
}
.tri-bg-left {
  background: left no-repeat;
}
.tri-bg-center {
  background: center no-repeat;
}
.tri-bg-right {
  background: right no-repeat;
}
.tri-bg-bottom-left {
  background: left bottom no-repeat;
}
.tri-bg-bottom {
  background: bottom no-repeat;
}
.tri-bg-bottom-right {
  background: right bottom no-repeat;
}
.tri-bg-repeat {
  background-repeat: repeat;
}
.tri-bg-repeat-x {
  background-repeat: repeat-x;
}
.tri-bg-repeat-y {
  background-repeat: repeat-y;
}
.tri-section {
  position: relative;
  width: 100%;
}
.video-background {
  z-index: -100;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.tri-btn, .button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 0.9rem 1.5rem;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
}
.tri-btn:hover, .button:hover {
  text-decoration: none;
}
.tri-btn:active, .button:active {
  top: 1px;
  box-shadow: none;
}
.tri-btn:focus, .button:focus {
  text-decoration: none;
}
.tri-btn i, .button i {
  width: 1.2rem;
  height: 1.4rem;
  margin-left: 3px;
}
.tri-btn.medium, .button.medium {
  padding: 18px 24px;
  font-size: 14px;
}
.tri-btn.large, .button.large {
  padding: 22px 28px;
  font-size: 16px;
  letter-spacing: 2px;
}
.tri-btn.round, .button.round {
  border-radius: 40px;
}
.tri-btn.block, .button.block {
  display: block;
  width: 100%;
}
.tricon {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
}
.tricon-white svg {
  fill: #fff;
}
.tricon-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.tricon-lg {
  width: 3rem;
  height: 3rem;
}
.tricon-2x {
  width: 4rem;
  height: 4em;
}
.tricon-3x {
  width: 6rem;
  height: 6rem;
}
.tricon-4x {
  width: 8rem;
  height: 8rem;
}
.tricon-5x {
  width: 10rem;
  height: 10rem;
}
.icon-circle {
  padding: 1.7rem;
  border-radius: 50%;
}
.tricon-space {
  margin-right: 5px;
}
.icon-tile {
  position: relative;
  transition: all 0.3s;
  padding: 15px 0;
  overflow: hidden;
}
.icon-tile:hover, .icon-tile svg, .icon-tile h3 {
  transition: transform 0.2s;
}
.icon-tile a {
  outline: none;
}
.icon-tile svg {
  fill: #777;
}
.icon-tile:hover svg {
  transform: translateY(5px);
}
.icon-tile h3 {
  margin: 55px 0 0;
  position: relative;
}
.icon-tile h3:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  left: 50%;
  top: 7px;
  margin: -35px 0 0 -40px;
  transition: margin-top 0.2s;
}
.icon-tile:hover h3 {
  transform: translateY(-40px);
}
.icon-tile:hover h3:before {
  top: -3px;
  margin-top: 40px;
}
.icon-tile p {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
  margin: 0;
  transform: translateY(10px);
  opacity: 0;
  display: block;
  transition: transform 0.3s, opacity 0.2s;
}
.icon-tile:hover p {
  opacity: 1;
  transform: translateY(-10px);
}
.icon-tile .icon-more {
  position: relative;
  left: -5px;
  transition: all 0.2s;
  height: 2.8rem;
}
.icon-tile p:hover .icon-more {
  left: 0;
}
.line-accent::after {
  height: 3px;
  display: block;
  width: 10%;
  min-width: 35px;
  max-width: 150px;
  margin-top: 5px;
  content: '';
}
.line-accent.center {
  margin-right: auto;
  margin-left: auto;
}
.tri-divider {
  height: 1px;
  width: 100%;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.tri-divider.line {
  border-bottom: 1px solid;
}
.tri-quote {
  quotes: none;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
}
.tri-quote.alignleft, .tri-quote.alignright {
  margin: 0 10px 5px 0;
  width: 25%;
  text-align: left;
}
.tri-quote cite {
  display: block;
  padding-right: 20px;
  font: normal 16px Helvetica, Arial, sans-serif;
}
.tri-testimonial div {
  font-weight: 700;
}
.tri-count-up .number {
  font-size: 3rem;
  font-weight: 300;
}
.tri-count-up .title {
  font-size: 1rem;
  font-weight: 500;
}
.accord-title {
  display: block;
  padding: 20px 0 10px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.accord-title.active {
  border-bottom: none;
}
.accord-title:hover, .accord-title:focus {
  text-decoration: none;
}
.accord-title i {
  padding: 0 5px;
  margin-right: 5px;
  width: 1.8rem;
}
.accord-title svg {
  transition: all 0.3s ease-out;
}
.accord-title.active svg {
  transform: rotate(45deg);
}
.accord-body {
  padding: 10px 0 20px;
  border-top: none;
}
.tri-banner {
  overflow: hidden;
  position: relative;
  -moz-user-select: none;
}
.tri-banner > a {
  text-decoration: none;
}
.tri-banner .banner-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tri-banner:hover .banner-bg {
  opacity: 0.6;
  transform: scale(1.1);
}
.tri-banner .banner-text {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  left: 3%;
  vertical-align: middle;
  width: 94%;
  height: 100%;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tri-tabs {
  margin: 0 0 1.5em;
}
.tri-tabs-nav span {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.tri-tabs.horizontal .tri-tabs-nav {
  margin: 0;
  overflow: hidden;
}
.tri-tabs.horizontal .tri-tabs-nav span {
  float: left;
  padding: 0 24px;
  line-height: 45px;
}
.tri-tabs.vertical .tri-tabs-nav {
  float: left;
}
.tri-tabs.vertical .tri-tabs-nav span {
  padding: 12px 24px;
}
.tri-tabs-panes {
  overflow: hidden;
}
.tri-tabs-pane {
  padding: 20px 0;
  display: none;
}
.vertical .tri-tabs-pane {
  padding: 0 20px;
}
.tri-list ul {
  list-style: none;
  padding: 0;
}
.tri-list li::before {
  content: '';
  height: 1em;
  width: 1em;
  display: inline-block;
  background-repeat: no-repeat;
  padding-right: 1.5em;
}
.tri-list.check li::before {
  background-image: url('img/linearicons/checkmark-circle.svg');
}
.tri-list.cross li::before {
  background-image: url('img/linearicons/cross-circle.svg');
}
.tri-list.plus li::before {
  background-image: url('img/linearicons/plus-circle.svg');
}
.tri-list.minus li::before {
  background-image: url('img/linearicons/circle-minus.svg');
}
.tri-list.alert li::before {
  background-image: url('img/linearicons/notification-circle.svg');
}
.tri-list.question li::before {
  background-image: url('img/linearicons/question-circle.svg');
}
.blog-item img {
  display: block;
}
.entry-preview {
  padding: 10px 25px;
}
.tri-gmap {
  max-width: 100%;
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
  max-width: none;
}
.post-grid-filter {
  margin: 30px 0 20px;
  text-align: center;
  display: block;
}
.post-grid-filter li {
  margin-right: 10px;
}
.post-grid-filter a {
  color: #999;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
}
.post-grid-filter .is-checked a, .post-grid-filter a:hover, .post-grid-filter a:focus, .post-grid-filter a:active {
  color: #595959;
  text-decoration: underline;
}
.post-grid-item {
  margin-bottom: 30px;
  font-weight: 300;
  border-radius: 3px;
}
.post-grid-item > div {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba 0, 0, 0, 0.5;
  padding: 20px;
}
.post-grid-item p {
  font-size: 1em;
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  clear: both;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container::before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50% !important;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
  top: 50% !important;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow::before, .mfp-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right::after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right::before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.tri-popup {
  background: #fff;
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.tri-popup .row {
  height: 100%;
}
.tri-popup .pricing {
  background: #fff;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tri-popup .banner-text {
  top: inherit;
  right: 8%;
  left: 8%;
  bottom: 4%;
  vertical-align: bottom;
  width: 80%;
  height: initial;
  display: block;
  text-align: left;
}
.tri-popup .big-quote {
  position: absolute;
  top: -50%;
  left: -33px;
  width: 100px;
  font-size: 200px;
  letter-spacing: 18px;
  opacity: 0.15;
  color: #fff;
  font-style: italic;
}
.tri-popup .tri-banner:hover .banner-bg {
  opacity: 1;
  transform: scale(1);
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing, .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row-no-margin {
  margin-right: 0;
  margin-left: 0;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-fifth, .col-offset-1, .col-offset-2, .col-offset-3, .col-offset-4, .col-offset-5, .col-offset-6, .col-offset-7, .col-offset-8, .col-offset-9, .col-offset-10, .col-offset-11, .col-offset-fifth {
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-no-padding {
  padding-right: 0;
  padding-left: 0;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-fifth {
  flex-basis: 20%;
  max-width: 20%;
}
.col-offset-1 {
  margin-left: 8.33333%;
}
.col-offset-2 {
  margin-left: 16.66667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333%;
}
.col-offset-5 {
  margin-left: 41.66667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.33333%;
}
.col-offset-8 {
  margin-left: 66.66667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333%;
}
.col-offset-11 {
  margin-left: 91.66667%;
}
.col-offset-fifth {
  margin-left: 20%;
}
.start {
  justify-content: flex-start;
  text-align: start;
}
.center {
  justify-content: center;
  text-align: center;
}
.end {
  justify-content: flex-end;
  text-align: end;
}
.top {
  align-items: flex-start;
}
.middle {
  align-items: center;
}
.bottom {
  align-items: flex-end;
}
.around {
  justify-content: space-around;
}
.between {
  justify-content: space-between;
}
.tri-img-position {
  position: relative;
}
.tri-img-position.tri-img-top-left, .tri-img-position.tri-img-left, .tri-img-position.tri-img-bottom-left {
  left: 0;
}
.tri-img-position.tri-img-top-right, .tri-img-position.tri-img-right, .tri-img-position.tri-img-bottom-right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-fifth, .col-offset-1, .col-offset-2, .col-offset-3, .col-offset-4, .col-offset-5, .col-offset-6, .col-offset-7, .col-offset-8, .col-offset-9, .col-offset-10, .col-offset-11, .col-offset-fifth {
    padding-right: 0;
    padding-left: 0;
  }
  .col-first {
    order: -1;
  }
  .col-last {
    order: 1;
  }
  .text-center-mobile {
    text-align: center;
  }
  .alignright, .alignleft {
    float: none;
  }
  .logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  body.mobile-menu-active {
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .mobile-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    padding: 9px;
    z-index: 499;
    text-indent: -9999px;
    border: 0;
    fill: #777;
  }
  .mobile-btn:focus {
    outline: 0;
  }
  .mobile-btn:hover {
    fill: #c4c4c4;
    background: none;
  }
  .mobile-menu {
    left: 10px;
    margin-left: 0.25rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    background: transparent;
    line-height: 1;
    top: 6px;
  }
  .mobile-menu::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #777;
    top: 30%;
    left: 0;
    box-shadow: 0 7px 0 #777, 0 14px 0 #777;
  }
  .mobile-menu:active {
    top: 6px;
  }
  .mobile-call {
    right: 5px;
    top: 5px;
  }
  .mobile-contact {
    right: 45px;
    top: 3px;
  }
  #tri-header.header-float {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #tri-header.header-float.mobile-menu-btn {
    position: relative;
  }
  .header-scrll-down #tri-header {
    transition: all 0.5s;
    opacity: 0;
  }
  .header-scrll-up #tri-header {
    opacity: 1;
  }
  .tri-menu {
    background: #fff;
    position: fixed;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    font-size: 0.9em;
    font-weight: 500;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mobile-menu-active .tri-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .tri-menu ul {
    margin: 0;
    padding: 0;
  }
  .tri-menu a {
    display: block;
    color: #333;
    padding: 12px 20px;
    text-decoration: none;
  }
  .mobile-menu-active .push-active-menu {
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
  }
  .tri-menu, .push-active-menu {
    transition: transform 0.1s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  .site-overlay {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s linear;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 70%;
    z-index: 9999;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
  }
  .mobile-menu-active .site-overlay {
    visibility: visible;
    opacity: 1;
  }
  .hero-title {
    font-size: 200%;
  }
  .author-info .avatar {
    width: 50px;
    height: 50px;
  }
  .comment-list .children > li {
    padding-left: 0;
  }
  .comment-list ul, .comment-list ol {
    padding: 0;
    margin: 0;
  }
  .comment-list .children > li {
    border-left: 0;
  }
  #floating-bar {
    position: relative !important;
    top: initial !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .tri-bg-cover-fixed {
    background-attachment: scroll;
  }
  .tri-share a {
    padding: 15px;
  }
  .tri-share .google {
    top: -7px;
    position: relative;
  }
  .tri-share .google svg {
    top: 2px;
    position: relative;
  }
  .pricing-table-item {
    max-width: none;
    flex: none;
    border: none !important;
    opacity: 1 !important;
  }
  .tri-popup .pricing {
    padding: 30px;
  }
  .woocommerce table.shop_table, .woocommerce table.shop_table thead, .woocommerce table.shop_table tbody, .woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce table.shop_table tr {
    display: block;
  }
  .woocommerce .shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce table.shop_table.cart td {
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 28% !important;
  }
  .woocommerce table.shop_table.cart td.product-remove {
    padding-left: 90% !important;
  }
  .woocommerce table.shop_table.cart {
    border: none;
  }
  .woocommerce table.shop_table td.product-spacer {
    border-color: #fff;
    height: 10px;
  }
  .woocommerce .shop_table.cart td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .woocommerce .cart_item {
    margin-top: 5px;
  }
  .woocommerce .shop_table .product-thumbnail:before {
    content: "Image";
  }
  .woocommerce .shop_table .product-name:before {
    content: "Product";
  }
  .woocommerce .shop_table .product-price:before {
    content: "Price";
  }
  .woocommerce .shop_table .product-quantity:before {
    content: "Quantity";
  }
  .woocommerce .shop_table .product-subtotal:before {
    content: "Subtotal";
  }
  .woocommerce .shop_table .product-total:before {
    content: "Total";
  }
  .woocommerce .quantity {
    margin: 0;
  }
  .woocommerce table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important;
  }
  .woocommerce table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }
  .woocommerce table.cart td.actions div, .woocommerce table.cart td.actions input {
    margin-bottom: 10px;
  }
  .woocommerce .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }
  .woocommerce .cart-collaterals .cart_totals th, .woocommerce .cart-collaterals .cart_totals td {
    border: 0 !important;
  }
  .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td, .woocommerce .cart-collaterals .cart_totals table tr.shipping td, .woocommerce .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }
  .woocommerce table.shop_table tr.cart-subtotal td, .woocommerce table.shop_table tr.shipping td, .woocommerce table.shop_table tr.total td, .woocommerce table.shop_table.order_details tfoot th, .woocommerce table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }
  .woocommerce table.shop_table tbody {
    padding-top: 10px;
  }
  .woocommerce .order_details ul, .woocommerce .order_details {
    padding: 0;
  }
  .woocommerce .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
  .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input {
    width: 100%;
  }
  .woocommerce table.cart td.actions .coupon {
    margin-top: 1.5em;
  }
  .woocommerce table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
  }
  .woocommerce .cart-collaterals .cross-sells {
    display: none;
  }
  .woocommerce .woocommerce-checkout #payment .payment_method_paypal label {
    max-width: 86%;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 40px;
  }
  .woocommerce .woocommerce-cart .container.content-area, .woocommerce .woocommerce-checkout .container.content-area {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .tri-section > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    width: 750px;
  }
  .row-md-no-margin {
    margin-right: 0;
    margin-left: 0;
  }
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-fifth, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-fifth {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-no-padding {
    padding-right: 0;
    padding-left: 0;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-fifth {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-fifth {
    margin-left: 20%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .col-md-first {
    order: -1;
  }
  .col-md-last {
    order: 1;
  }
  .line-left {
    margin-left: 0;
  }
  .line-right {
    margin-right: 0;
  }
  .header-full-width #tri-header .container {
    width: 98%;
  }
  .logo {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .tri-menu ul {
    float: right;
  }
  .tri-menu ul, .tri-menu li {
    padding: 0;
    list-style: none;
  }
  .tri-menu > ul > li {
    float: left;
  }
  .tri-menu li {
    white-space: nowrap;
    position: relative;
  }
  .tri-menu a {
    display: block;
    padding: 1em;
    transition-timing-function: ease-out;
    position: relative;
  }
  .tri-menu a::after {
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
  }
  .tri-menu .tri-btn a::after {
    background: transparent;
  }
  .tri-menu a:hover::after, .tri-menu a:focus::after {
    opacity: 1;
    transform: translateY(0px);
  }
  .tri-menu ul ul {
    z-index: 99;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    opacity: 0;
    margin: 0;
    visibility: hidden;
    transition: all 0s ease-out 0.2s;
    min-width: 12em;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    display: block;
  }
  .tri-menu .current-menu-item > a {
    color: #81c535;
  }
  .tri-menu ul ul a:hover {
    background: #f2f2f2;
    color: #2f2f2f;
  }
  .tri-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0s ease-out 0s;
  }
  .tri-menu ul ul ul {
    top: 0;
    left: 100%;
  }
  .tri-menu .edge ul {
    left: -100%;
  }
  .tri-full-nav {
    background-color: #eee;
  }
  .tri-full-nav ul {
    float: none;
  }
  .heading-label #breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-transparent .tri-menu a {
    color: #fff;
  }
  .header-transparent .tri-menu ul ul a {
    color: #222;
  }
  .single-post .post .entry-content {
    padding-top: 30px;
  }
  .single-post .search .entry-content {
    padding-top: 30px;
  }
  .sidebar-right {
    padding-top: 20px;
  }
  .entry-title, .entry-meta {
    padding-right: 30px;
    padding-left: 30px;
  }
  .author-info {
    padding: 20px 30px;
  }
  .text-2-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .wp-caption.alignleft, img.alignleft {
    margin-right: 1.5rem;
  }
  .wp-caption.alignright, img.alignright {
    margin-left: 1.5rem;
  }
  .tri-quote {
    margin: 0 1.5em;
  }
  #floating-bar.tri-share {
    width: 33px;
    left: 0;
    position: fixed;
  }
  #floating-bar.tri-share a {
    display: block;
    width: auto;
    height: 50px;
    height: 33px;
    width: 33px;
    padding: 7px 8px;
  }
  #floating-bar.tri-share .google {
    top: 0;
  }
  .share-title {
    display: none;
  }
  .tri-share .google {
    background: #cc3732;
    top: -7px;
    position: relative;
  }
  .comment-form-author, .comment-form-email, .comment-form-url {
    width: 31.62393%;
    float: left;
    margin-bottom: 25px;
  }
  #commentform input[type="submit"] {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 22px 28px;
    font-size: 16px;
  }
  .comment-form-email, .comment-form-url {
    margin-left: 2.5641%;
  }
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .single-post.header-fixed #content {
    margin-top: 60px;
  }
  .tri-img-position {
    position: absolute;
  }
  .tri-img-position.tri-img-top-left {
    top: 0;
    left: 4%;
  }
  .tri-img-position.tri-img-top {
    top: 0;
  }
  .tri-img-position.tri-img-top-right {
    top: 0;
    right: 4%;
  }
  .tri-img-position.tri-img-left {
    left: 4%;
  }
  .tri-img-position.tri-img-right {
    right: 4%;
  }
  .tri-img-position.tri-img-bottom-left {
    bottom: 0;
    left: 4%;
  }
  .tri-img-position.tri-img-bottom {
    bottom: 0;
  }
  .tri-img-position.tri-img-bottom-right {
    bottom: 0;
    right: 4%;
  }
  .container {
    width: 970px;
  }
  .row-lg-no-margin {
    margin-right: 0;
    margin-left: 0;
  }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-fifth, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-fifth {
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg-no-padding {
    padding-right: 0;
    padding-left: 0;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-fifth {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-fifth {
    margin-left: 20%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .tri-first-lg {
    order: -1;
  }
  .tri-last-lg {
    order: 1;
  }
  #floating-bar.tri-share {
    width: 50px;
    margin-left: -65px;
    left: auto;
  }
  #floating-bar.tri-share a {
    height: 50px;
    width: 50px;
    padding: 13px;
  }
  #floating-bar.tri-share .google svg {
    top: 3px;
  }
  .share-title {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
[role="button"] {
  cursor: pointer;
}
.transition-3 {
  transition: all 0.3s ease-out;
}
.show-on-scroll .animate, .show-on-scroll.animate {
  opacity: 0;
}
.animate {
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.animate.delay-1 {
  animation-delay: 1s;
}
.animate.delay-2 {
  animation-delay: 1.4s;
}
.animate.delay-3 {
  animation-delay: 1.6s;
}
.animate.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
.has-animated .flipInX, .has-animated.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
.has-animated .flipInY, .has-animated.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.has-animated .fadeIn, .has-animated.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.has-animated .fadeInUp, .has-animated.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.has-animated .fadeInDown, .has-animated.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.has-animated .fadeInLeft, .has-animated.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.has-animated .fadeInRight, .has-animated.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.has-animated .bounceIn, .has-animated.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.has-animated .bounceInUp, .has-animated.bounceInUp {
  animation-name: bounceInUp;
}
@font-face {
  font-family: Antartida Rounded;
  src: url(/fonts/AntartidaRounded-Light.otf);
  src: url(/fonts/AntartidaRounded-LightItalic.otf);
  src: url(/fonts/AntartidaRounded-Medium.otf);
  src: url(/fonts/AntartidaRounded-MediumItalic.otf);
  font-weight: normal;
}
::selection {
  background: #39b3a0;
  color: #fff;
}
p, body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Antartida', sans-serif;
  font-weight: 400;
}
label {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
a:hover, a:focus, a:active, .widget_nav_menu .current-menu-item a {
  color: #333;
}
.text-grey {
  color: #888;
}
.text-white {
  color: #fff;
}
ul {
  padding-bottom: 18px;
}
.header-color #tri-header {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header-transparent.header-scrll-down .tri-menu a, .header-transparent.header-scrll-up .tri-menu a {
  color: #222;
}
.heading-label #breadcrumbs {
  display: none;
}
.menu-cart-icon, .menu-search-icon {
  fill: #222;
}
.header-transparent .header-float .menu-cart-icon, .header-transparent .header-float .menu-search-icon {
  fill: #fff;
}
.header-transparent .header-scrll-down .header-float .menu-cart-icon, .header-transparent .header-scrll-down .header-float .menu-search-icon, .header-transparent .header-scrll-up .header-float .menu-cart-icon, .header-transparent .header-scrll-up .header-float .menu-search-icon {
  fill: #222;
}
.menu-search {
  background: #fff;
}
.header-breadcrumbs, .header-breadcrumbs a {
  color: #999;
}
.page-header {
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.page-id-23 .home-card {
  width: 96%;
  margin: auto;
  padding: 0 !important;
}
.page-id-23 #content .row.center {
  display: none;
}
.home-card {
  margin-bottom: 30px;
}
.home-card .wpb_column.vc_column_container {
  padding: 0 !important;
}
.home-card .vc_column-inner {
  padding: 0 !important;
}
.home-card .wpb_content_element {
  margin-bottom: 16px;
}
#home-search {
  margin-top: 50px;
}
#home-search #tribe-bar-form input[type="submit"] {
  background: #912b7d !important;
}
.page-id-23 .page-title {
  display: block;
  margin-top: 5%;
}
.archive .post, .blog .post, .search #main > article {
  background: #fff;
  border: 1px solid #dedede;
}
.post-thumbnail img {
  border: 1px solid #eee;
}
.entry-text {
  background-color: #fff;
  border: 1px solid #ddd;
}
.entry-meta .avatar {
  border: 1px solid #efefef;
}
.entry-footer {
  color: #888;
}
.heading-cover {
  min-height: 400px;
}
.heading-cover .container {
  bottom: 43%;
}
.heading-cover::after {
  background: rgba(0, 0, 0, 0.4);
}
.heading-cover > div {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.heading-cover h1 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.heading-cover a {
  color: #fff;
}
.color-overlay::after {
  background: rgba(0, 0, 0, 0.7);
}
.color-overlay > div {
  color: #fff;
}
#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
  width: 46% !important;
}
/*#home-bar #tribe-events-bar {
 position: absolute !important;
 width: 76% !important;
 max-width: 1060px;
 top: 250px;
 z-index: 2;
 }*/
.tribe-events-list .tribe-events-event-image {
  width: 100%;
}
.tribe-events-notices {
  background: #912b7d;
  color: #fff;
  border: 1px solid #912b7d;
}
.tribe-events-single-event-title {
  font-size: 2.7rem !important;
}
.tribe-events-schedule h2 {
  font-size: 1.5rem !important;
}
.conversion-form {
  margin: 0;
  background-color: #39b3a0;
  color: white;
  padding: 30px 40px 30px;
  border: 0px;
  border-radius: 10px;
}
.gf_progressbar_percentage {
  border: 1px solid #39b3a0;
  border-bottom-color: #39b3a0;
  background-color: #39b3a0;
}
.gform_heading {
  border-bottom: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
#gform_submit_button_1, #gform_submit_button_3 {
  background: #912b7d !important;
}
#gform_submit_button_1:hover, #gform_submit_button_3:hover {
  background: #912b7d !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #39b3a0;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #38b3a0;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus, body .gform_wrapper .gform_body .gform_fields .gfield select:focus, body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  border-color: #38b3a0;
}
.subscribe-form {
  background: #39b3a0;
  color: white;
  padding: 18px 17px;
  border-radius: 10px;
}
.gsection .gsection_title {
  padding-top: 20px;
}
.gsection {
  border-bottom: 1px solid #39b3a0;
}
#input_4_4_3_container, #input_4_4_4_container, #input_4_4_5_container {
  margin-top: 20px !important;
}
#gform_6 .name_last {
  width: 43% !important;
}
#gform_6 .name_first {
  width: 43% !important;
  margin-right: 2%;
}
#gform_7 .name_first, #gform_7 .name_last {
  width: 38% !important;
}
.gfield_description {
  padding-top: 10px;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #000 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1 !important;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #000 !important;
  opacity: 1 !important;
}
.tri-btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.tri-btn:hover {
  color: #e6e6e6;
}
.tri-btn i {
  fill: #fff;
}
.tri-btn.standard {
  background: #39b3a0;
  color: #fff;
}
.tri-btn.standard:hover {
  background: #56c9b7;
}
.tri-btn.standard.secondary {
  background: white;
  margin-bottom: 11px;
  border-color: #912b7d;
  color: #912b7d;
}
.tri-btn.standard.secondary:hover {
  background: #b8379f;
  color: white;
}
.tri-btn .tri-btn i {
  fill: #912b7d !important;
}
.tri-btn .tri-btn i:hover {
  color: white;
}
.tri-btn.ghost {
  border: 1px solid;
  background: transparent;
  color: #912b7d;
  box-shadow: none;
}
.tri-btn.ghost:hover {
  background: #912b7d;
  color: #fff;
}
.tri-btn.ghost:hover i {
  fill: #fff;
}
.tri-btn.ghost i {
  fill: #912b7d;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 16px;
}
#tri-footer {
  background: #f2f2f2;
  color: #777;
}
.subfooter .container {
  border-top: 1px solid #fff;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer ul li {
  padding-bottom: 10px;
}
#tri-footer .subscribe-form {
  background-color: transparent;
  color: grey;
  padding: 0px 17px;
}
#tri-footer .subscribe-form #field_3_3 {
  display: none;
}
#tri-footer .subscribe-form .gfield {
  margin-bottom: 0.5rem;
}
#gform_widget-3 {
  text-align: center;
}
.wp-caption {
  border: 8px solid #fff;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 1, 0.2), inset 0 0 18px rgba(0, 0, 0, 0.05);
}
.wp-caption-text {
  color: rgba(51, 51, 51, 0.7);
}
.icon-circle {
  border: 2px solid #39b3a0;
}
.icon-tile:hover {
  background: #39b3a0;
}
.icon-tile:hover svg {
  fill: #fff;
}
.icon-tile h3 {
  color: #777;
}
.icon-tile h3:before {
  background: #999;
}
.icon-tile p, .icon-tile:hover h3 {
  color: #fff;
}
.icon-tile:hover h3:before {
  background: #fff;
}
hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.shape-divider {
  border-top-color: #39b3a0;
}
.shape-divider:after {
  color: #39b3a0;
}
.line-accent::after {
  background: #39b3a0;
}
.accord-title {
  border-bottom: 1px solid #ccc;
  color: #8c8c8c;
}
.accord-title.active, .accord-title:hover, .accord-title:focus {
  color: #333;
}
.accord-title:hover i, .accord-title.active i {
  fill: #39b3a0;
}
.tri-tabs-nav span {
  background-color: #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
}
.tri-tabs.horizontal .tri-tabs-nav {
  border-bottom: 1px solid #cbe8ab;
}
.tri-tabs.horizontal .tri-tabs-nav span {
  border-bottom: 2px solid #f3f3f3;
}
.tri-tabs.vertical .tri-tabs-nav span {
  border-right: 2px solid #f3f3f3;
}
.tri-tabs.horizontal .tri-tabs-nav span:hover, .tri-tabs.horizontal span.active {
  background-color: #f3f3f3;
  border-bottom-color: #39b3a0;
}
.tri-tabs.vertical .tri-tabs-nav span:hover, .tri-tabs.vertical span.active {
  background-color: #ebebeb;
  border-right-color: #39b3a0;
}
@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
  .tri-menu .current-menu-item a, .tri-menu a:hover {
    color: #39b3a0;
  }
  #secondary {
    display: none;
  }
  #tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event, #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    width: 300px !important;
  }
  #tribe-events-pg-template .tribe-events-content h1, .tribe-events-after-html h1, .tribe-events-before-html h1 {
    line-height: 1.2;
  }
  input textarea, input select, input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], input[type="number"], input[type="url"], input[type="file"], input[type="submit"] {
    font-size: 0.75em;
    padding: 16px 10px;
  }
  .tri-btn.large, .button.large {
    font-size: 14px;
  }
  #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    margin: 0 auto;
    float: none;
  }
  .tribe-events-before-html {
    left: 0;
  }
  .tri-btn.full-width {
    display: table;
    margin: 0 auto;
  }
  h2 {
    padding: 0 1em;
    font-size: 1.75rem;
  }
  .page-id-13 h1 {
    margin-top: 70px;
    font-size: 1.5em;
  }
  .page-id-13 .col-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  /*.map-view #tribe-events-content-wrapper {
   flex-basis: 75%;
   max-width: 75%;
   float: left;
   }*/
  .tri-menu a {
    color: #222;
  }
  .tri-menu a:hover, .tri-menu a:active, .tri-menu .current-menu-item > a {
    color: #39b3a0;
  }
  .tri-menu .tri-btn a:hover {
    color: #fff;
  }
  .tri-menu a::after {
    background: #39b3a0;
  }
  .tribe-bar-date-filter {
    display: none;
  }
  .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    min-height: 520px;
  }
  .map-view #map-bar {
    width: 1000px;
    position: absolute;
    z-index: 99;
  }
  #tribe-events-content {
    margin-top: 150px;
  }
  #secondary {
    margin-top: 150px;
  }
  #tribe_events_filters_wrapper {
    position: absolute !important;
    margin-top: 35px !important;
    max-width: 1000px !important;
    width: 75% !important;
    z-index: 98 !important;
  }
  #tribe-events-bar {
    margin-bottom: 0px;
    margin-top: -40px;
    position: absolute;
    max-width: 1000px;
    z-index: 99;
    width: 75% !important;
  }
}
@media (min-width: 992px) {
  .post-type-archive-tribe_events .type-tribe_events.tribe-events-photo-event {
    width: 100% !important;
  }
}
