  /*!
Theme Name: 	pioneercrossing
Author: 		Arnold Goodway
Author URI: 	https://arnoldgoodway.com
Description: 	A starter theme based on Underscores. No child theme is required to use the theme, simply give the theme a new name and away you go. This theme is meant for developers although it does not require much development experience. pioneercrossing is in fact a great learning tool. This theme plays nicely with the Block Editor as well as the Classic Editor. It provides a quick and easy way of building a fully responsive and accessibility-ready theme without much effort.

License: 		GNU General Public License v2 or later
License URI: 	LICENSE
Text Domain: 	pioneercrossing
Tags:			one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pioneercrossing is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 1. CSS Reset
 2. Typography
 3. Elements
	3.1 HTML
	3.2 Lists
	3.3 Tables
 4. Forms
	4.1 Buttons
	4.2 Fields
	4.3 Search
 5. Navigation
	5.1 Links
	5.2 Primary Menu
	5.3 Footer Menu
	5.4 Pagination/Navigation
 6. Accessibility
 7. Alignments
 8. Clearings
 9. Layout
	9.1 Layout
	9.2 Posts and Pages
10. Widgets
11. Comments
12. Infinite Scroll
13. Blocks
14. Media
	14.1 Captions
	14.2 Galleries
	14.3 Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. CSS Reset

A short set of CSS rules that resets the styling of all HTML
elements to a consistent baseline. This makes cross-browser
compatibility easier to achieve. Please do not make changes
to this section.

--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: .67em 0 0 0;
  font-size: 32px;
  font-size: 2rem;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1rem;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1rem;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em .75em;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
}
/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {

  font-size: 16px;
  font-size: 1rem;
}

body {
  font-family: 'Bitter', serif;
  font-weight: 400;
  color: #404040;
  background-color: #ffffff;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  clear: both;
  word-wrap: break-word;
	    margin: 0 0 0.8em;
    line-height: 1.3em;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  
  font-size: 1.5rem;
	    font-size: 30px;
    text-transform: none;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
	text-transform:uppercase;
}

h4 {
 font-size: 24px;
    margin-bottom: 9px;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

.site-title {
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 8px 0;
  font-size: 32px;
  font-size: 2rem;
}

.site-description {
  line-height: 1;
  display: block;
  margin: 0;
}

h6,
p {
  font-size: 16px;
  font-size: 1rem;
		line-height: 1.76em;
}
blockquote, code, dl, fieldset, ol, p, pre, table, ul {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 HTML
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 48.9375em) {
  html {
    font-size: 110%;
  }
}

*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  height: 100%;
}

address {
  font-style: italic;
  margin: 0 0 28px 0;
}

hr {
  height: 1px;
  margin-bottom: 24px;
  border: 0;
  background-color: #d1d1d1;
}

figure {
  margin: 0;
  text-align: center;
}

mark,
ins {
  padding: 2px 4px;
  text-decoration: none;
  background-color: #f5f5f5;
}

blockquote cite {
  font-size: 80%;
  font-style: italic;
}

blockquote {
  font-size: 110%;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.25em 0;
  padding: .1em 0 1em 1.263157895em;
}

blockquote {
  quotes: none;
  border-left: solid 4px #000000;
}

q {
  border-left: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote > :last-child {
  margin-bottom: 0;
}

dd {
  margin: 0 24px 24px 0;
}

em {
  font-style: italic;
}

img,
figure,
embed {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  line-height: 1.8;
  font-size: 11px;
  font-size: 0.6875rem;
}

blockquote strong,
blockquote b,
dt,
bold {
  font-weight: 500;
}

code {
  padding: 20px;
  color: #525252;
  background-color: #f5f5f5;
}

pre,
code {
  font-family: "Courier 10 Pitch", Courier, monospace;
  text-align: left;
}

pre {
  line-height: 1;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #525252;
  border: solid 1px #d1d1d1;
  background-color: #f5f5f5;
}

code {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  background-color: transparent;
}

var {
  background-color: #f5f5f5;
}

/*--------------------------------------------------------------
3.2 Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}

ul {
  list-style: disc;
}

ul li {
  margin: 0 0 .5em 1em;
}

ul li a {
  margin-left: 1px;
  padding-top: .5em;
}

ol {
  list-style: decimal;
}

ol li {
  margin: 0 0 .5em 1em;
}

ol li a {
  margin-left: 1px;
  padding-top: .5em;
}

li > ul,
li > ol {
  margin-top: .5em;
}

/*--------------------------------------------------------------
3.3 Tables
--------------------------------------------------------------*/
table {
  font-weight: 300;
  width: 100%;
  margin: 0;
  table-layout: auto;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #d1d1d1;
  border-width: 1px 0 0 1px;
}

table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

table tbody tr:nth-child(even) {
  color: #525252;
  border-bottom: 0;
  background-color: #f5f5f5;
}

table td {
  font-weight: 300;
  display: table-cell;
  margin: 0;
  padding: 7px;
  text-align: left;
  vertical-align: inherit;
  border: 1px solid #d1d1d1;
}

table tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}

table th {
  font-weight: 300;
  display: table-cell;
  padding: 7px;
  text-align: left;
  vertical-align: inherit;
  border: 1px solid #d1d1d1;
}

table thead {
  display: table-header-group;
  vertical-align: middle;
  color: #525252;
  border-color: inherit;
  background-color: #f5f5f5;
}

table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

/*--------------------------------------------------------------
4. Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Buttons
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1;
  margin: 0;
  padding: 13px 16px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  background-color: #c21312;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 5px;
  background-clip: padding-box;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  background:#000000;
  outline-offset: -3px;
  background-color: #cccccc;
}

button:focus,
button:active,
input[type='button']:focus,
input[type='button']:active,
input[type='reset']:focus,
input[type='reset']:active,
input[type='submit']:focus,
input[type='submit']:active {
  text-decoration: none;
  color: #ffffff;
   background:#000000;
  outline: dotted 1px #ffffff;
  outline-offset: -3px;
  background-color: #a3041f;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.disabled > a {
  display: inline-block;
  text-decoration: none;
  pointer-events: none;
  color: currentColor;
}

/*--------------------------------------------------------------
4.2 Fields
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  background-clip: padding-box;
}

input[type='text']
input[type='email'],
input[type='url'] {
  width: 100%;
}
@media screen and (min-width: 48.9375em) {
  input[type='text']
  input[type='email'],
  input[type='url'] {
    width: 60%;
  }
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  outline: dotted 1px #000000;
  outline-offset: -4px;
}

input[type='checkbox'] {
  margin-right: 5px;
}

.contact-form label span {
  color: #a3041f !important;
}

label.subscribe-label {
  font-size: 13px;
  font-size: 0.8125rem;
}

li.share-linkedin a.sd-button > span,
li.share-google-plus-1 a.sd-button > span,
li.share-facebook a.sd-button > span,
li.share-twitter a.sd-button > span,
li.share-pinterest a.sd-button > span,
li.share-reddit a.sd-button > span {
  color: #525252;
}

.wpl-button a {
  color: #525252 !important;
}

input[name='wp-comment-cookies-consent'] {
  background-color: #000000;
}

::-webkit-input-placeholder {
  color: #525252;
}

:-moz-placeholder {
  color: #525252;
}

::-moz-placeholder {
  color: #525252;
}

:-ms-input-placeholder {
  color: #525252;
}

.required {
  color: #a3041f;
}

/*--------------------------------------------------------------
4.3 Search
--------------------------------------------------------------*/
input[type='search'] {
  width: 100%;
  padding: 8px;
  color: #575757;
  border: solid 1px #d1d1d1;
  border-right: none;
  background-color: #ffffff;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type='search']:hover,
input[type='search']:focus,
input[type='search']:active {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline-offset: -3px;
  background-color: #f5f5f5;
}

input[type='search']:focus,
input[type='search']:active {
  outline: dotted 1px #000000;
}

.search-form {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  max-width: 100%;
  margin-top: -1px;
  padding: 0;
  border: none;
}

input[type='search'].search-field {
  width: calc(100% - 72px);
  border-radius: 0;
  background-clip: padding-box;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 72px;
  height: 100%;
  padding: 0;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:link, a:hover,
a:visited {
  text-decoration: underline;
  color: #c21312;
}


a:focus,
a:active {
  text-decoration: none;
  color: #000000;
	 outline: dotted 1px #000000;
}



a:focus img,
a:active img {
  outline: dotted 1px #ffffff;
  outline-offset: -4px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}


header {
    /*position: fixed;
      height: 60px;
    top: 0;*/
	  width: 100%;
    z-index: 10;
	display:block;
}
	
	.hdr_nav_abs {
    position: absolute;
}
	
	header .horizontal-padding {
    height: 130px;
    background-color: rgba(0,0,0,0.5);
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    right: 0;
    left: 0;
}
	
	.hdr_logo_container {
    float: left;
}
	.hdr_logo_container img {
    width: auto;
    position: relative;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
		    height: 100px;
    margin-top: 12px;
}
	.hdr_main_menu_content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 6;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hdr_default_menu {
	    top: 40px;
    position: absolute;
    float: right;
    right: 20px;
}
	.hdr_slider {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 48vh;
    overflow: hidden;
    z-index: 1;
}
.hdr_slide_txt {        color: #fff;
    position: absolute;
    bottom: 20px;
    right: 10%;
    padding-left: 20px;
    width: 30%;
text-shadow: 2px 2px black;}

.hdr_slide_txt  h2 {color: #fff;

    font-size: 50px;
line-height: 1.3;}

a.custom-logo-link {display:block;}

@media screen and (max-width: 1140px) {

header .horizontal-padding {background:#fff}
}

@media screen and (max-width: 768px) {
	.hdr_slide_txt  h2 {color: #fff;

    font-size: 40px;
   }
	.hdr_slide_txt {    width: 90%;}
}
/*MENU */
.header-style-1 .mk-header-nav-container {
    text-align: right;
    float: right;
    margin-right: 0;
}



/*--------------------------------------------------------------
5.3 Footer Menu
--------------------------------------------------------------*/
.footer-navigation {
  
    float: right;
    display: inline-block;

    width: 50%
}

.footer-navigation ul {
  display: block;
  list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-navigation ul li {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}

.footer-navigation ul li:last-child {
  margin: 0;
}

.footer-navigation ul a {
    display: inline-block;
    padding: 0 0.75em;
      text-decoration: none;
    color: #ffffff;
}

.footer-navigation a:link,
.footer-navigation a:visited {
  display: block;
letter-spacing: 0;
    font-size: 12px;
}

.footer-navigation a:hover,
.footer-navigation a:focus,
.footer-navigation a:active {
  outline-offset: -2px;
  background-color: #F68419;
}

.footer-navigation a:active {
  outline: dotted 1px #000000;
}

li.current_page_item > a,
li.current-menu-item > a,
li.current_page_ancestor > a {
  cursor: default;
  text-decoration: none;
font-weight: bold;

}

/*--------------------------------------------------------------
5.4 Post(s) Pagination/Navigation
--------------------------------------------------------------*/
.navigation .nav-links:not(.pagination) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: .75em 0;
  word-break: break-word;
}
@media screen and (min-width: 48.9375em) {
  .navigation .nav-links:not(.pagination) {
    margin-bottom: 0;
  }
}

.navigation .nav-links .nav-previous {
  margin-right: 1px;
  padding: 10px 0;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navigation .nav-links .nav-next {
  margin-left: 1px;
  padding: 10px 0;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pagination {
  display: block;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.pagination .page-numbers {
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #d1d1d1;
}

.pagination .navigation {
  padding: 0;
}

.pagination .nav-links {
  padding: 0 5%;
  text-align: left;
}

.pagination .nav-links .nav-previous {
  float: left;
  width: 50%;
  text-align: left;
}

.pagination .nav-links .nav-next {
  float: right;
  width: 50%;
  padding: 20px;
  text-align: right;
  border: solid 1px #d1d1d1;
  background-color: #f5f5f5;
}

.pagination .nav-links .nav-previous a,
.pagination .nav-links .nav-next a {
  display: inline-block;
  padding: 12px;
}

.pagination .nav-links a:link,
.pagination .nav-links a:visited {
  text-decoration: underline;
  color: #575757;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links a:active,
.pagination .current {
  text-decoration: none;
  color: #525252;
  background-color: #f5f5f5;
}

.pagination .nav-links a:focus,
.pagination .nav-links a:active {
  outline: dotted 1px #000000;
  outline-offset: -4px;
}

/*--------------------------------------------------------------
6. Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.screen-reader-text:focus {
  font-weight: 700;
  line-height: normal;
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px 23px;
  text-decoration: none;
  color: #00538a;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-clip-path: none;
          clip-path: none;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 3px;
  background-clip: padding-box;
}

#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
7. Alignments
--------------------------------------------------------------*/
img.alignright,
figure.alignright {
  display: inline;
  float: right;
  margin: 0 0 1em 1.5em;
}

img.alignleft,
figure.alignleft {
  display: inline;
  float: left;
  margin: 0 1.5em 1em 0;
}

img.aligncenter,
figure.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}

a img.alignright {
  display: inline;
  float: right;
  margin: 0 0 1em 1.5em;
}

a img.alignleft {
  display: inline;
  float: left;
  margin: 0 1.5em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
8. Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.cat-links:before,
.pioneercrossing-copyright:after,
.pioneercrossing-copyright:before {
  display: table;
  table-layout: fixed;
  content: '';
}

.clear:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Layout
--------------------------------------------------------------*/
.sidebar-none .content-area {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 48.9375em) {
  .sidebar-none .content-area {
    padding: 0 2%;
  }
}

.sidebar-none .widget-area,
.sidebar-none .page-template-full-width-page-template .widget-area,
.sidebar-none .post-template-full-width-post-template .widget-area {
  display: none;
}

.sidebar-right .content-area {
  float: none;
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 48.9375em) {
  .sidebar-right .content-area {
    float: left;
    width: 65%;
    margin-right: 5%;
  }
}

.sidebar-right .widget-area {
  float: none;
  width: 100%;
}
@media screen and (min-width: 48.9375em) {
  .sidebar-right .widget-area {
    float: right;
    width: 30%;
  }
}

.sidebar-left .content-area {
  float: none;
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 48.9375em) {
  .sidebar-left .content-area {
    float: right;
    width: 65%;
    margin-left: 5%;
  }
}

.sidebar-left .widget-area {
  float: none;
  width: 100%;
}
@media screen and (min-width: 48.9375em) {
  .sidebar-left .widget-area {
    float: left;
    width: 30%;
  }
}

.page-template-full-width-page-template .content-area,
.post-template-full-width-post-template .content-area {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
@media screen and (min-width: 48.9375em) {
  .page-template-full-width-page-template .content-area,
  .post-template-full-width-post-template .content-area {
    padding: 0 15%;
  }
}

.page-template-full-width-page-template .widget-area,
.post-template-full-width-post-template .widget-area {
  display: none;
}

.horizontal-padding {
     max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}

.single-vertical-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.double-vertical-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.vertical-margin {
  margin-bottom: 40px;
}
@media screen and (min-width: 48.9375em) {
  .vertical-margin {
    margin-bottom: 80px;
  }
}


.site-content {
  overflow: hidden;
	margin-top: 50px;
}

.site-footer {
  color:#ffffff;
}

.site-main {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
9.2 Posts and Pages
--------------------------------------------------------------*/
.sticky h2.entry-title:after {
  line-height: 1;
  margin-left: 16px;
  padding: 1px 8px;
  content: 'Featured';
  color: #525252;
  border: solid 1px #d1d1d1;
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1rem;
}

h1.entry-title,
h2.entry-title,
h1.page-title {
  line-height: 1;
  margin: 0;
  padding-top: 4px;
}

.entry-featured-archive img,
.post-thumbnail-singular img {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.entry-header-archive,
.entry-header-search,
.entry-header-page,
.post-thumbnail-singular {
  margin-bottom: 32px;
}

.entry-title-archive,
.entry-title-search {
  width: 100%;
  margin-bottom: 32px;
  padding: 0 5%;
  text-align: center;
}

.entry-date-archive,
.entry-date-search {
  font-size: 90%;
  width: 100%;
  margin-bottom: 0;
  padding: 0 5%;
  text-align: center;
}

.entry-categories-archive,
.entry-categories-search {
  font-size: 90%;
  width: 100%;
  margin-bottom: 32px;
  padding: 0 5%;
  text-align: center;
}

.entry-content-archive,
.entry-content-search {
  width: 100%;
  margin-bottom: 32px;
  padding: 0 5%;
  text-align: left;
}

.entry-footer-archive,
.entry-footer-search {
  font-size: 90%;
  overflow: hidden;
  width: 100%;
}


.page-header {
  margin-bottom: 40px;
  padding: 12px 16px 16px 16px;
  text-align: center;
  color: #525252;
  border: solid 1px #d1d1d1;
  background-color: #f5f5f5;
}
@media screen and (min-width: 60em) {
  .page-header {
    margin-bottom: 80px;
  }
}

.archive-description {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.archive-description p {
  margin-bottom: 0;
}

.entry-footer-single {
  margin-bottom: 40px;
  text-align: center;
}


.entry-header-single {
  font-size: 90%;
  overflow: hidden;
  margin-bottom: 32px;
}

.entry-date-single,
.entry-categories-single {
  float: none;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 48.9375em) {
  .entry-date-single {
    float: left;
    width: 40%;
    text-align: left;
  }

  .entry-categories-single {
    float: right;
    width: 60%;
    padding-right: 1px;
    text-align: right;
  }
}
.entry-title-single {
  margin-bottom: 32px;
  text-align: left;
}

/*--------------------------------------------------------------
10. Widgets
--------------------------------------------------------------*/
.widget_calendar {
  width: 100%;
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
}

.widget_calendar caption {
  font-weight: 700;
  padding: 4px;
  text-align: center;
  color: #525252;
  border-top: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
  border-left: solid 1px #d1d1d1;
  background-color: #f5f5f5;
}

.widget_calendar thead th {
  font-size: 90%;
  font-weight: 400;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #525252;
  background-color: #f5f5f5;
}

.widget_calendar tbody td {
  position: relative;
  padding: 2px;
  text-align: center;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
}

.widget_calendar tbody td.pad {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.widget_calendar tbody td#today {
  font-weight: 700;
}

.widget_calendar tbody td#today:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #a3041f;
  border-left: 10px solid transparent;
}

.widget_calendar tbody td a {
  display: block;
}

.widget_calendar tbody td a:focus,
.widget_calendar tbody td a:active {
  outline-offset: -2px;
}

.widget_calendar tfoot tr td {
  padding: 0;
  border: solid 1px #d1d1d1;
}

.widget_calendar tfoot tr a {
  display: block;
  padding: 4px 12px;
}

.widget_calendar tfoot tr #prev {
  text-align: left;
}

.widget_calendar tfoot tr #next {
  text-align: right;
}

.widget-title {
  line-height: 1;
  margin-top: 0;
}

.widget {
  margin-bottom: 40px;
}

.widget ul {
  font-size: 95%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  line-height: 1.4736842105;
  display: block;
  margin: 0;
  padding: 0;
}

.widget ul li a {
  display: inline-block;
  padding-left: 10px;
	    color: #cdcdcd;
}

.widget ul ul li,
.widget ul ul ul li,
.widget ul ul ul ul li,
.widget ul ul ul ul ul li,
.widget ul ul ul ul ul ul li {
  margin-left: 19px;
}

.widget select {
  max-width: 100%;
}

.widget-content {
  margin-bottom: 0;
  padding: 20px;
}
@media screen and (min-width: 48.9375em) {
  .widget-content {
    margin: 0 0 20px 0;
  }
}

.widget-content:empty {
  display: none;
}

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin: 0 10px 20px 0;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
}

.footer-widget-area {
  overflow: hidden;
  margin-bottom: 10px;
}

.single-widget-area {
  overflow: hidden;
  margin-bottom: 0;
}

.widget-area-1,
.widget-area-2,
.widget-area-3 {
  float: none;
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 48.9375em) {
  .widget-area-2 {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }

  .widget-area-3 {
    float: left;
    width: 30%;
    margin-right: 5%;
  }

  .widget-area-2:last-child,
  .widget-area-3:last-child {
    margin-right: 0;
  }
}
.widget:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
12. Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll .posts-pagination,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
13. Blocks
--------------------------------------------------------------*/
.entry-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

.entry-content > * {
  width: auto;
  margin: 32px 0;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.sidebar-none .entry-content .alignwide,
.sidebar-none .entry-content .alignfull,
.page-template-full-width-page-template .entry-content .alignfull,
.page-template-full-width-page-template .entry-content .alignwide,
.post-template-full-width-post-template .entry-content .alignfull,
.post-template-full-width-post-template .entry-content .alignwide {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc( -100vw / 2 + 100% / 2 );
  margin-left: calc( -100vw / 2 + 100% / 2 );
}

.sidebar-none .entry-content .alignfull img,
.sidebar-none .entry-content .alignwide img,
.page-template-full-width-page-template .entry-content .alignfull img,
.page-template-full-width-page-template .entry-content .alignwide img,
.post-template-full-width-post-template .entry-content .alignfull img,
.post-template-full-width-post-template .entry-content .alignwide img {
  width: 100%;
}

@media screen and (min-width: 48.9375em) {
  .sidebar-none .entry-content .alignfull,
  .page-template-full-width-page-template .entry-content .alignfull,
  .post-template-full-width-post-template .entry-content .alignfull {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
    text-align: center;
  }

  .sidebar-none .entry-content .alignwide,
  .page-template-full-width-page-template .entry-content .alignwide,
  .post-template-full-width-post-template .entry-content .alignwide {
    position: relative;
    right: 25%;
    left: 25%;
    width: 82vw;
    margin-right: -25vw;
    margin-left: -25vw;
    text-align: center;
  }
}
.entry-content p.has-drop-cap:first-letter {
  font-size: 3.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin: 0 .25em 0 0;
  text-transform: uppercase;
}

.wp-block-image .alignleft {
  margin-right: 1.5em;
}

.wp-block-image .alignright {
  margin-left: 1.5em;
}

.entry-content .wp-block-gallery {
  padding-left: 0;
  list-style-type: none;
}

.entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.entry-content .wp-block-button .wp-block-button__link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding-top: 13px;
  padding-right: 16px;
  padding-bottom: 13px;
  padding-left: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #00538a;
  border-radius: 0;
  background-color: #00538a;
}

.entry-content .wp-block-button .wp-block-button__link:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #a3041f;
  outline-offset: -3px;
  background-color: #a3041f;
}

.entry-content .wp-block-button .wp-block-button__link:focus,
.entry-content .wp-block-button .wp-block-button__link:active {
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #a3041f;
  outline: dotted 1px #ffffff;
  outline-offset: -3px;
  background-color: #a3041f;
}

.entry-content .wp-block-pullquote {
  border: none;
}

.entry-content .wp-block-pullquote blockquote {
  margin-right: 0;
  padding-top: calc(2 * 1rem);
  padding-bottom: calc(2 * 1rem);
  border-top: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
  border-left: none;
}

.entry-content .wp-block-pullquote p {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.3;
  margin-top: .5em;
  margin-bottom: .5em;
}

.entry-content .wp-block-pullquote blockquote cite {
  font-size: .7111111111em;
}

.entry-content .wp-block-quote.is-default,
.wp-block-quote.is-style-default {
  font-style: normal;
}

.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
  border-color: #d1d1d1;
}

.entry-content .wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  font-style: italic;
  margin-top: 2.8125em;
  margin-bottom: 2.8125em;
  border-left: 0;
}

.entry-content .wp-block-code {
  overflow: hidden;
  word-break: break-word;
}

.entry-content .wp-block-code {
  border-radius: 0;
}

.entry-content .wp-block-code code {
  white-space: pre-wrap;
  word-break: break-word;
}

.entry-content .wp-block-verse,
.entry-content .wp-block-preformatted,
.entry-content .wp-block-verse pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
}

.entry-content .wp-block-separator {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: bold;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date {
  font-size: .7111111111em;
}

.entry-content .wp-block-file .wp-block-file__button {
  font-size: .8888888889em;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .66rem 1rem;
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  color: #ffffff;
  border: none;
  border-radius: 0;
  outline: none;
  outline: none;
  background-color: #00538a;
}

.entry-content .wp-block-file .wp-block-file__button:hover {
  cursor: pointer;
  color: #ffffff;
  border-color: #a3041f;
  background-color: #a3041f;
}

.entry-content .wp-block-file .wp-block-file__button:focus {
  color: #ffffff;
  outline: dotted 1px #ffffff;
  outline-offset: -4px;
  background-color: #a3041f;
}

.wp-block-columns {
  display: block;
  margin: 32px 0;
}

.wp-block-column {
  display: block;
  margin: 0 !important;
}

@media screen and (min-width: 60em) {
  .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .wp-block-column {
    margin: 0 32px !important;
  }

  .wp-block-column:first-child {
    margin: 0 32px 0 0 !important;
  }

  .wp-block-column:last-child {
    margin: 0 0 0 32px !important;
  }
}
.has-white-background-color {
  background-color: #ffffff;
}

.has-white-color {
  color: #ffffff;
}

.has-lightest-grey-background-color {
  background-color: #f5f5f5;
}

.has-lightest-grey-color {
  color: #f5f5f5;
}

.has-lighter-grey-background-color {
  background-color: #d1d1d1;
}

.has-lighter-grey-color {
  color: #d1d1d1;
}

.has-light-grey-background-color {
  background-color: #575757;
}

.has-light-grey-color {
  color: #575757;
}

.has-red-background-color {
  background-color: #a3041f;
}

.has-red-color {
  color: #a3041f;
}

.has-blue-background-color {
  background-color: #00538a;
}

.has-blue-color {
  color: #00538a;
}

.has-black-background-color {
  background-color: #000000;
}

.has-black-color {
  color: #000000;
}

/*--------------------------------------------------------------
14. Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 24px;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin-top: 14px;
  margin-bottom: 14px;
  text-align: center;
}

.wp-caption-text {
  margin-top: 14px;
  margin-bottom: 14px;
  text-align: center;
}

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 24px;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

.gallery-item img {
  margin: 10px auto;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
14.3 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*custom style here */


.btn, .button {
 background: #c21312;
    color: #fff !important;
    padding: 15px 35px 15px 35px;
    margin: 10px 0 20px;
    display: inline-flex;
    width: auto;
    border-radius: 5px;
    font-size: 18px;
	text-decoration:none !important;
	
}

#footer-top {background-color:#000000; width:100%; clear:both;background: url(images/woodgrain2.jpg) top left no-repeat;
    background-size: cover;     font-size: 14px;
    color: #ffffff !important;
    font-weight: 400;padding-top:30px}
#footer-top h4 {color:#ffffff}
.footer-btm {background:#0a0a0a;font-size: 11px;
    letter-spacing: 1px;    width: 100%;
    padding: 20px 0;}
.site-info {text-align: left; 
  
    color: #ffffff;
 
    display: inline-block;
    width: 50%;opacity: .8;}

.main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 1.5em;
}

.main-navigation .menu-item-has-children > a:after {
    content: "\f510";
	position:absolute;
    top: 1.2em;
    font-size: 14px;
    padding-left: 5px;
}


.menu-item-has-children a:after, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .pagination .prev:before, .pagination .next:before, .pagination .nav-links:before, .pagination .nav-links:after, .search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: never;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

.brandbar {padding-top: 25px !important;
    background-color: #000000 !important;width:100%;color:#F68419;padding-bottom: 20px;margin-left:0!important;margin-right:0 !important;    display: flex;}

.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
    color: #fff;
    background-color: #9d1c2a !important;
	font-weight: 700;
border: 2px solid #fff !important;
}
.vc_btn3-container.vc_btn3-inline {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #9d1c2a !important;
	margin-right: 10px;
}

.vc_btn3-container.vc_btn3-center {vertical-align: top;
    border: 1px solid #9d1c2a !important;    width: fit-content;
    margin: 15px auto 25px;
}
h3.vc_custom_heading {text-transform:uppercase;color:#000000}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.event-title h1 {
    color: #fff !important;
    font-size: 30px;
    text-align: center;
    margin-bottom: 65px !important;
    font-family: "Oswald";
    font-weight: bold;
}


.largeblock .vc_column-inner{    padding-top: 20% !important;
    padding-right: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 10% !important;}

.largeblock p {    margin-bottom: 20px !important;}
.largeblock .wpb_text_column {text-align:left !important}
.bgimg .wpb_content_element {margin-bottom:0 !important}
.bgimg .vc_column-inner {line-height:0}

.wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 5px !important;
}

.brandbar p {margin-bottom:0}

.brandbar a:link, .brandbar a:visited {
    text-decoration: none;
    color: #F68419;
}

.brandbar a:hover {color:#ffffff;}
.footer-logo {
    display: inline-block;
}

#footer-top img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.footer-logo img:first-child {
    margin-right: 50px;
}
#footer-top p {
    font-size: 14px;
    color: #ffffff;

}
#footer-top a {color:#ffffff;    outline: 0;
    text-decoration: none;}
ul.locations { padding: 0;
    margin: 15px 0 0;}
ul.locations li {    position: relative;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    line-height: 20px;list-style:none;}

.social {    font-size: 32px;
    margin-bottom: 20px;
	vertical-align: top;
	text-align: left;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: never;}


.social a {    padding-right: 20px;}

.wpb_text_column {text-align:center;}



.vc_column_container {
    padding:15px 0;
  
}
.bgimg.vc_column_container{
    padding:0 !important
  
}
#eventtmp .hdr_slider {height: 40vh;}

.tribe-events-schedule h2 {font-size: 30px;
    color: #232323;
    font-weight: 700;
    text-transform: none;}

.gform_wrapper form li, .gform_wrapper li {
    padding-bottom: 10px;
}

.vc_separator h4 {
 
    font-size: inherit !important
}


.wpb_text_column strong {
    color: #F68419 !important;
}
.desktop {display: block}
.mobile {display:none;}
@media only screen and (max-width: 1140px) {.desktop {display: none}
.mobile {display:block;}}

.vc_box_circle {margin: 0 6%;
    max-width: 80%;}
.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.vc_row[data-vc-full-width] {
   
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.tribe-common .tribe-common-l-container {
   
    padding-left: 30px !important;
	padding-right: 30px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
    height: auto !important;
    margin: var(--tec-spacer-1) 0 !important;
    padding: 0 var(--tec-spacer-3) !important;

    position: relative !important;
}

.tribe-events-calendar-month__multiday-event--past {opacity: .6}

.tribe-mini-calendar-event {
    border: 0 !important;
    width: 31% !important;
    display: inline-flex;
       float: initial;
    margin: 10px !important;
}


.tribe-mini-calendar-event .list-info {
    display: inline;
    float: left;
    margin: 10px 0;
    width: 100% !important;
}


.tribe-common a {

    text-transform: uppercase;
    font-weight: normal !important;
    font-family: 'Oswald', sans-serif;
    margin-top: 10px;
}

@media (max-width: 1023px) {
	 .tribe-mini-calendar-event {
    width: 30% !important;
 }}

 @media (max-width: 767px) {
	 .tribe-mini-calendar-event {
    width: 47% !important;
	margin:0 7px;
 }
 
 .tribe-mini-calendar-event .list-info h3 {
	font-size:22px !important;
	 font-family: 'Oswald', sans-serif;
 }
 
 
 }
 
 @media (max-width: 500px) {
	 .tribe-mini-calendar-event {
    width: 100% !important;
 }
 .tribe-mini-calendar-event .list-info img {
max-width:100%;	
max-height: initial;
}

.tribe-mini-calendar-event .list-info h2 {
	font-size:30px !important;
 }
 }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {

    padding-top: 10px !important;
}

