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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Mobile Menu Padding Adjustment - BP*/
.uk-nav-offcanvas .uk-nav-header {
    color: #4b4b4b;
    padding: 10px 0px;
}

/* main nav non home menu bg */
.uk-navbar-attached {
    background: #dad8d4;
}

/* Social Medial Pop Out - Active */
.tm-social-icons {
    display: block;
}

/* content link color - green*/
a, .uk-link {
    color: #0da33a;
    text-decoration: none;
    cursor: pointer;
}

/* Yellow Secondary Button with black font */
.uk-button-primary {
    background-color: #f7d502;
    color: #222;
    border-color: transparent;
}

/* Green Secondary Button  */
.uk-button-secondary {
    background-color: #0da33a;
    color: #fff;
    border-color: transparent;
}

/* eclub button color */
.btn-primary, .btn-info, .btn-inverse {
    background-color: #0da33a;
    color: #ffffff;
    border-color: transparent;
}

/* Featured Badge*/
.uk-badge-success {
    background-color: #0da33a;
    color: #ffffff;
}
.uk-panel-box-primary .uk-badge {
    color: #fff;
}



/* Muted BG Color Change so home page bottom B is white bg */
.uk-block-muted:not(.tm-block-texture) {
    border-color: #fff;
}

.uk-block-muted {
    background: #fff;
}

/* HEATHER'S EDITS */
.tm-navbar {
  padding: 20px 40px;
}
.uk-navbar-nav {
  float: right;
}
table.noborder,
table.noborder th, table.noborder td {
  border: 0;
}
table.noborder.cntr, table.noborder.cntr th, table.noborder.cntr td {
  text-align: center;
}
table.noborder.cntr img {
  max-height: 247px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blogcont article p:last-child a[href] {
    background-color: #7fa62a;
    color: #ffffff;
    border-color: transparent;
  	display: inline-block;
	padding: 8px 15px;
}
.uk-overlay-panel:before, .uk-overlay-panel:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    /*background: rgba(0,0,0,0.2);*/
    z-index: 5;
}
.uk-overlay-panel {
    text-align: center;
    width: 100%!important;
    justify-content: center;
    align-content: center;
  align-items: center;
}
.uk-overlay-panel > div {
  z-index: 10
}
.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3 {
    text-shadow: 0px 1px 3px rgba(0,0,0,1)!important;
    font-weight: 600!important;
    letter-spacing: 1px;
}
.uk-overlay-panel h1 {
  line-height: 55px;
}
.uk-overlay-panel .uk-button-primary {
    font-weight: 600;
    max-width: 200px!important;
    width: 100%!important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}
/*.uk-navbar-attached {
  background: none;
}*/
.uk-navbar-toggle {
  color: #fff;
}
@media screen and (max-width: 1100px) {  
  .tm-logo.uk-visible-large {
    max-width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .uk-navbar-nav.uk-visible-large {
    display: none!important;
	}
    .tm-navbar .uk-navbar-toggle.uk-hidden-large {
    display: block!important;
    position: absolute;
    right: 25px;
    top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .uk-overlay-panel h1 {
    font-size: 35px!important;
  }
  .uk-overlay-panel h3 {
    margin-top: 18px!important;
  }
  
}
@media (min-width: 768px) and (max-width: 959px) { 
  .uk-hidden-large, .uk-navbar-center {
    display: none!important;
	}
  .uk-visible-large {
    display: block !important;
}

@media screen and (max-width: 768px) {
  .uk-overlay-panel h1 {
    font-size: 28px!important;
    line-height: 1.2em!important;
  }
  .uk-overlay-panel h3 {
    font-size: 18px!important;
  }
  .uk-overlay-panel .uk-button-primary {
    font-size: 16px;
  }
}
/* END HEATHER'S EDITS */

/* bottom newsletter color bg */
.uk-block-primary:not(.tm-block-texture) {
    border-color: #0da33a;
}.uk-block-primary {
    background: #0da33a;
}
}