/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
strong, dt, th {
font-weight: 700;
}

/*Members Links page flava -matto*/
@import url(https://fonts.googleapis.com/css?family=Quicksand);
.members-links-accordion{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.members-links-accordion > .uk-accordion-title{
  border-radius: 0px;
  font-family: Quicksand;
  box-shadow: 4px 4px 0 0 rgba(0,0,0,.3);
  background-color: rgba(17, 38, 123, 1);
  transition: transform 500ms, box-shadow 500ms, background-color 500ms;
}

.members-links-accordion > .uk-accordion-title:hover{
  transform: translate(0px, -5px);
  box-shadow: 8px 8px 0 0 rgba(0,0,0,.1);
  background-color: rgba(17, 38, 123, .95);
  color: #fff;
}
/* NEP Connect plugin blog category view */
#system-message-container ~ h1 {
  /* hide RSS form Text */
  font-size: 0 !important;
  margin: 0 !important;
}
.blog-rss-container::before {
    content: "Latest News";
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    display: block;
}
.blog-rss-container {
  max-width: 1000px;
  margin: 0 auto;
}

.blog-rss-post, .blog-post {
  background: #fff;
  border: 1px solid hsl(0, 0%, 95%);
  padding: 40px 15px;
  box-shadow: 0 2px 4px 0 hsla(240, 30%, 28%, 0.1);
  display: flex;
  flex-direction: column;
}
.blog-post {
	background: hsl(0, 0%, 97%);
}

.blog-rss-lead-image-container, .blog-post > img {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  float: none;
}

.blog-rss-lead-image {}

.blog-rss-content, .blog-post .items-leading {
  width: 100%;
  color: hsl(0, 0%, 20%);
  max-width: 750px;
  line-height: 1.5;
  margin: 0 auto;
  float: none;
  margin-top: 20px;
  padding: 0;
}

.blog-post .items-leading > * {
  text-align: left !important;
  line-height: 1.5 !important;
}

.blog-rss-content-title, .blog-post .title {
  text-transform: capitalize;
  font-size: 26px;
  line-height: 35px;
}

.blog-rss-content-date {
  display: none;
}

.blog-rss-content-body {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-rss-content-read-more-button-container {
  text-align: left;
}

.blog-rss-content-read-more-button {
  border-radius: 0;
  text-transform: capitalize;
  border: none;
  display: inline;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}

.latest-news .blog-rss-container .pagination li {
  font-size: 18px;
  margin: 0 6px;
}

@media only screen and (min-width: 960px) {
  .blog-rss-post {
    padding: 40px 15px;
  }
  .blog-rss-lead-image-container {
    text-align: center;
  }
  .blog-rss-content-title, .blog-post .title {
    font-size: 34px;
    margin: 20px 0;
    text-align: center;
  }
  .blog-rss-content-body, .blog-post .items-leading {
    font-size: 18px;
    margin-top: 24px;
  }
  .blog-rss-container::before {
    font-size: 52px;
  }
}
/*****Car Show 2018 - Paul *****/
.car-show #tm-top-a {
  background: #fff;
}

.cs-image{
  margin: 50px auto;
  text-align: center;

}

.cs-image img{
  border: 2px solid #2e2e2e;
}

.title{
  margin: 0 auto;
  width: 440px;
}

.car-show-2 {
  font-size: 1.1em;
}

.car-show-2 li {
  list-style-type: none;
  line-height: 1.5;
}

.car-show-2 .show-reg li {
  margin-right: 57px;
}

.car-show-2 .vendor-info li {

}

.car-show-2 .show-reg li>em{
  /* margin-left: 70px; */
  float: right;
}

.car-show-2 .vendor-info li>em{
  /* margin-left: 70px; */
  float: right;
}


.title h2 {
  text-align: center;
  font-weight: 500;
}

.title small {
  color: #363C49;
  margin-top: -20px;
}

.purchase-levels {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.details {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 90px 0 30px 0 ;
}

.details h3 {
  text-align: center
}

.details ul {

}

.vendor-info {
  /* background: #363535; */

}

.show-reg ul {
  padding-left: 30px;
  margin-right: -23px;
}

.vendor-info ul {
  padding-left: 30px;
  margin-right: 20px;


}

.show-reg {
  width: 300px;
  /* background: #852828; */

}

.vendor-info{
  width: 300px;
}

.purchase-levels{

}

.level {
  margin: 30px 10px 0 0;
  padding: 65px 40px 40px 35px;
  width: 300px;
  color: #141414;
  border-radius: 10px;

}

.level h4 {
  text-align: center;
  font-weight: 500;
  color: #141414;

}

.level-gold {
  background: #F3E0BD;
}

.level-silver {
  background: #C5C5C5;
}

.level-bronze {
  background: #D8B178;
}

.sign-up-section {
  text-align: center;
  background: #595959;
  border-radius: 10px;
  margin-top: 20px;
}

.sign-up-caption {
  padding: 80px 30px 0 30px;
  font-size: 1.4em;
  line-height: 1.3;
  color: hsl(0,0%,75%);
  display: flex;
  flex-flow: row wrap;
}

.sign-up-logo {
  flex: 1;
}

.sign-up-text {
  flex: 1;
  padding: 80px;
}

.sign-up-button {
  margin: 0 0 80px 0;
  border-radius: 10px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  color: hsl(360,80%,96%);

}

.sign-up-button::after {
  box-shadow: 5px 15px 0px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.sign-up-button:hover::after {
  opacity: 1;
}
.sign-up-button:hover {
  background: hsl(229,74%,25%) !important;
  transition-duration: .5s;
}

/*****Car Show Gallery*****/
.cs-car-show {
    background-color: #eaeaea;
    box-shadow: 6px 6px 18px -5px rgba(0, 0, 0, 0.49);
    color: rgba(0, 0, 0, 0.7);
    height: 100%;
    line-height: 100px;
    margin: 75px auto 0;
    opacity: 0.9;
    text-align: left;
    width: 90%;
  padding: 20px;
}

/*Board members glowed up email experience -matto*/
.board-members{
	transition: margin-right 0.5s ease;
  	margin-right: 0px;
}

.board-members:hover{
  	margin-right: 5px;
}

.board-members2{
	transition: margin-left 0.5s ease;
  	margin-left: 0px;
}

.board-members2:hover{
  	margin-left: 5px;
}

/*Car show page <hr /> style -matto*/
hr.style16 {
  border-top: 1px dashed #8c8b8b;
}
hr.style16:after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -12px;
  left: 40px;
  padding: 0 3px;
  background: #fff;
  color: #8c8b8b;
  font-size: 18px;
}

/*Car show thermometer -matto*/
.thermo{
  border-radius: 10px;
}

.cs-monies-raised-box {
  border-bottom: 6px solid #11267b !important;
  border-top: 6px solid #11267b !important;
  color: #757575;
  padding: 25px;
}

.donate-thermo-mod{
  border-bottom: 6px solid #11267b !important;
border-top: 6px solid #11267b !important;
}


/*vv PhocaDownload title and creds disappearing act -matto*/
.pd-ctitle{
  display: none;
}

/*
.tm-content > div:last-child{
  display: none;
}
*/

/*.pginline{ <------display number
  display: none;
}*/

/*phoca^^*/

/*Switching Primary color to Colorado flag Blue -matto*/
.uk-panel-box-primary {
    background-color: #11267b;
}

.tm-footer {
    background-color: #11267b !important;
}

.uk-navbar-nav > li.uk-active > a {
    color: #11267b;
}

.uk-navbar-nav > li > a:hover {
  color: #11267b !important;
}

.uk-navbar-nav > li > a:active {
  color: #11267b !important;
}

.uk-panel-box-primary .uk-button {
    color: #11267b;
}

.uk-navbar-nav > .uk-open > a:active {
    color: #11267b !important;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
  background-color: #11267b !important;
}

.uk-button-primary {
    background-color: #b3292b;
}

/*CO flag yellow -matto*/
.uk-button-large {
    background-color: #F3CB05 !important;
    border: 1px solid #F3CB05;
  	transition: border 500ms ease;
}

/*outline homepage buttons on hover -matto*/
.uk-button-large:hover {
	border: 1px solid #ffffff;
}

.uk-icon-twitter:hover{
  box-sizing: border-box;
  border: 1px solid #ffffff !important;
}

.uk-icon-instagram:hover{
  box-sizing: border-box;
  border: 1px solid #ffffff !important;
}

.uk-icon-facebook:hover{
  box-sizing: border-box;
  border: 1px solid #ffffff !important;
}

.uk-icon-youtube:hover{
  box-sizing: border-box;
  border: 1px solid #ffffff !important;
}

.uk-button-primary:hover, .uk-button-primary:focus {
  background-color: #ad2121;
}

uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  color: #11267b !important;
}

div#fd.eb .eb-navbar-nav>li.open>a, div#fd.eb .eb-navbar-nav>li>a:hover, div#fd.eb .eb-navbar-nav>li>a:focus {
    background: #1126A1;
}

/* DP Calendar */
.fc-basic-view .fc-body .fc-row {
    min-height: 7em !important;
}
.fc-unthemed td.fc-today {
   background: #e6e6e6;
}

/*dpCalendar styling -matto*/
#dpcalendar_view_toggle_status {
    margin-bottom: 35px;
}


/*dpCalendar tabs hover above nav bar, editing z-index -matto*/
.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 1;
}

/* dpCalendar: center header -matto */
.tm-content > h1{
	text-align: -webkit-center;
  	margin-top: initial;
}

body {
background: #f7f7f7 !important;
background-color: #f7f7f7 !important;
background-image: none;
}

div.vid_icon, span.vid_icon {
  z-index: 1;
}

/* Logo footer */
.tm-footer .tm-logo-footer { margin-top: -10px; }

.tm-footer {
background-color: #731515;
}

.members-header {
margin-top: -45px;
}

/* Top Header */
.tm-toolbar {
background: #ffffff !important;
}

/* Button Panel Box Color */
.uk-panel-box .uk-button:not(.uk-button-primary) {
    background: #de3a0a;
}

.button-layout {
    display: inline-block;
    margin: 25px;
}
.button-bottom {
    display: inline-block;
    margin: 10px;
}


/* Easyblog Fixes */
.eb-mod-media-title {
font-size: 24px;
}

.eb-mod * {
line-height: 25px !important;
}

.mod-cell {
font-size: 20px;
}
.eb-navbar_body {
background: #11267b !important;
background-color: #11267b !important;
}
.eb-post-image {
border: 0 !important;
background: transparent !important;
}

.eb-post-image img[src*="placeholder-image"] {
display: none !important;
}

/* EasyDiscuss Fixes */
.ed-page-title {
font-size: 22px  !important;
}

#ed .ed-cat-panel__hd, #ed .ed-cat-panel__bd, #ed .ed-cat-panel__ft {
font-size: 18px !important;
}

#ed .g-list-inline > li {
font-size: 16px !important;
}

#eb .eb-horizonline-inner {z-index: 1;}

.uk-accordion-title {
background: #1d5e9e;
font-size: 26px;
color: #fff;
}

/* Calendar Responsive */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 76.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 550px) {
.eb-mod-thumb,
.eb-post-image img {
float: none;
margin: 0 auto;
width: 100%;
display: block;
}
.eb-mod-thumb * {
width: 100% !important;
}
}

/*nav bar fix -matto*/
@media only screen and (min-width: 850px) {
  .tm-nav{
    display: flex;
  }
}

@media only screen and (max-width: 850px) {
  .members-links-accordion{
    width: 90%;
  }
}

/*Get rid of border under 450px width -matto*/
@media only screen and (max-width: 450px) {
  .tm-header-overlay h1{
    border: 0px solid #fff;
  }
}

/*spaced out dot nav from "our history" button -matto*/
.uk-dotnav{
  margin-bottom: -20px !important;
}
