/************************************************

Stylesheet: Global Stylesheet
blue: 0095db
yellow: ffd40f
*************************************************/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*********************
BASIC STYLES
*********************/
.fancy {font-family: "Great Vibes", cursive;}
.center {text-align:center;}
h1.page-title {
    text-align: center;
    color: #000000;
    background-color: #ffd40f;
	margin-bottom:0;
	padding-top: .5rem;
}
.toppad {margin-top:2rem;}
.btmpad {margin-bottom:2rem;}
.leftpad {margin-left:2rem;}
.rightpad {margin-right:2rem;}
.yellow{color:#ffd40f;}
.blue {color:#0095db;}
.narrow {text-align: justify; padding: 2rem;}
/*********************
FOUNDATION STYLES
*********************/
.callout {padding: 0 0 2rem 0; border: none;}
.callout.primary {
    background-color: #dbddde;
    color: #000000;
	padding: 2rem 0 2rem 0;
	text-align: center;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.callout.primary i {
    font-size: 4rem;
    margin-top: 2rem;
	margin-bottom: 1rem;
}
/*********************
NAV STYLES
*********************/
.top-bar {
    border-bottom: solid 2rem #ffd40f;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }



/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em;
  background-color: #000000;
  padding: 1rem;
}
.source-org.copyright {color: #ffffff; padding-top: .5rem;}
.footer .menu, .menu.horizontal {
   float: right
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.wpcf7
{
	max-width: 50%;
    background-color: none;
    border: none;	
	margin-left: auto;
    margin-right: auto;
}
textarea[rows] {
    height: 3rem;
}
[type=button], [type=submit] {
    border-radius: 0;
    background-color: #ffd40f;
    padding: 1rem 2rem 1rem 2rem;
    border: none;
}
/*********************
Metaslider Styles
*********************/
.metaslider .flexslider .slides p {
	margin-left: 35% !important;	
	font-family: "Great Vibes", cursive;
	padding:0;
	font-size: 4rem;
}
.metaslider .caption div{
	font-family: "Open Sans", sans-serif;
	padding:0;
	margin-left: 35%;
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
	top: 20%;
    background: none !important;
    color: #000000 !important;
    opacity: 0;
    margin: 0;
    display: block;
    width: 50%;
    line-height: 5rem;
}
.metaslider .caption a.button.large {margin-left: 25%;}
.metaslider.ms-theme-highway p {
    font-size: 1rem !important;
	font-family: "Open Sans", sans-serif !important;
	color: #ffffff;
	text-align: left !important;
	margin-left: 1rem !important;
	padding: 0 !important;
}
.metaslider.ms-theme-highway h6 {
    font-size: 1.5rem;
	color: #ffd40f;
	font-weight: bold;
	text-align: left;
	margin-left: 1rem;
}