@import 'https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i|Poppins:400,500,600,700';

*{
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important; 
  -moz-osx-font-smoothing: grayscale !important;
}

body{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #383d42;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p{
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h1, h2, h3, h4, h5{
  font-family: 'Merriweather', serif; 
  color: #383d42;
  font-weight: 700;
}

h2{
  font-size: 2em;
  margin-top: 25px;
}

.content h2{
  font-size:33px;
}

h4{
  font-size: 18px;
  line-height: 25px; 
}

h5{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin-bottom:0; 
  font-weight: 600;
  color: #425058;
}

address.ccm-block-page-attribute-display-wrapper, .ccm-block-page-list-category, .category, h6{
  font-family: 'Poppins', sans-serif;
  color:#75af53;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom:0;
  text-align: left;
}

main{
  background-image: url('../images/tan_bkgrnd.png');
}

#top-ad{
    background-image: url('../images/tan_bkgrnd.png');
}

.btn a{color: #FFF;}

.btn a:hover, .btn a:focus, .btn a:active{
  color: #FFF;
  text-decoration: none;
  border: none;
}

.btn{
  border-radius: 0;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.btn-default{
  background-color: #b3317b;
  border:none;
  color:#fff;
  padding: 12px 30px 10px 30px;
}

.btn-default a{
  color: #fff;
}
.btn-default a:hover, .btn-default a:focus, .btn-default a:active{
  background-color: #972064;
  color:#fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
  background-color: #972064;
  color:#fff;
}
.btn-primary{
  background-color: #ea6e3e;
  border:none;
  font-weight: 600;
  padding: 10px 10px 6px 10px;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
  background-color:#b9481c;
}

a{color:#e76735;}
a:hover, a:focus, a:active{color:#b9481c;}

.nav>li>a:hover, .nav>li>a:focus {
  background-color: transparent;
}
/* =======================
NAV
======================= */ 
.navbar h1{
  margin: 5px 0 0;
}
#logo{
  margin: 0;
  padding: 0;
  font-size: 30px;
  display: block;
  width: 125px;
  height: 110px;
  background: url("../images/mm_logo.png") no-repeat;
  background-size: 125px;
  text-indent: 220%;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Comic Sans MS";
}

.logo-nav div{padding-left: 0;margin:0;}

.logo-nav h1{
  margin:5px 0;
}
.navbar-default{
  background: transparent;
  border-color: transparent;
}
.navbar{
  border-radius: 0;
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar-nav{
  float: right;
  margin-top: 10px;
}
.navbar-brand{
  font-size: 40px;
  line-height: 13px;
  margin-top: 10px
}
.navbar-brand span{
  font-size: 9px;
  text-transform: uppercase;
}       
/* =======================
HEADER
======================= */
#header{
  background-color: #FFF;
  width: 100%; 
  box-shadow: 0px 3px 9px rgba(0,0,0, .25);
  padding:10px;
  z-index: 500;
}

.utility ul{
  padding-left: 0;
  min-height: 17px;
}

.header-search ul{
  display: inline;
  list-style: none;
}

.rslides_nav, .rslides_nav {
    display: none;
}

.header ul{
  display: inline;
  list-style: none;
}

ul.header{
  display: inline;
  list-style: none;
}

ul.li .header{
  display: inline;
  list-style: none;
}

.header ul li{
  display: inline;
}

.search{
  position: absolute;
  top: 48px;
  margin-left: 5px;
}


/* =======================
HEADER SEARCH
======================= */
.header-search{    
  /*display: inline-block;
  margin-left: 20px;
  padding-top: 15px;
  font-size: 16px;
  float: right;*/
  padding: 8px;
}
.header-search a{
  color: #ea6e3e;
  padding: 10px;
}
.ccm-search-block-text{
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 12px;
  padding-left: 10px;
}
.ccm-search-block-form{
  position: relative;
}
.ccm-search-block-submit{
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  border: 0px;
  height: 35px;
  padding: 5px 20px;
}

.ccm-search-block-submit.btn-default{
  background-color: #b3317b;
  border: transparent;
  color:#fff;
}

.ccm-search-block-submit.btn-default:hover, .ccm-search-block-submit.btn-default:focus, .ccm-search-block-submit.btn-default:active{
  background-color: #972064;
}

input:focus{outline: none;}

input[type="text"] {
    font-size: 10px;
    /*padding: 5px;*/
    border: 1px solid #ccc;
    box-shadow: none;
    border-color: #ccc !important;
    border-radius: 0 !important;
}

/* =======================
HOMEPAGE
======================= */
.services{
  background-image: url('../images/brown_bk.png');
  padding:20px 10px;
  margin-top:20px;
  margin-bottom:20px;
  text-align: center;
  color:#fff;
}

.contest{
  margin-top:20px;
  margin-bottom:20px;
}

.contest-text{
  background-color: rgba(255, 255, 255, 0.4);
  padding:20px 10px;
  text-align: center;
}

.about{
  text-align: center;
}

.about h3{
  font-size: 20px;
  text-align: center;
}

.about p{
  padding: 0 10px 0 10px;
}

.services h3{
  color:#fff;
  margin-top:10px;
}

.contest-text h3{
  margin-top:5px;
}

#sponsor_bk{
  background-image: url('../images/sponsors_bkg.png');
  margin-top:20px;  
}

.logos {
  opacity: 0.3;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.logos img{margin:0 auto;}

.logos:hover {
  opacity: 1;
}

.sponsors h3, .sponsors h3 a{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color:#75af53;
  letter-spacing: -0.02em;
}

/* =======================
HERO
======================= */

.hero-lead{
  position: absolute;
  bottom: 25%;
  left:0;
  color: #FFF;
  text-align:center;
  padding:0;
}

.hero-lead h1{
  text-shadow: 1px 1px 2px rgba(0,0,0,.7);
  font-size: 3.5em;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  margin:0 0 15px 0;
  letter-spacing: -0.04em;
  padding:0;
}

.hero{
  padding:0;
  position: relative;
  overflow: hidden;
}

.hero img{
  display: block;
  width: 100%;
  height: auto;
}

/* =======================
EXTRA PADDING
======================= */
.padding-top{padding-top:20px;}
.padding-xs{padding-top:10px;padding-bottom:10px;}
.padding-sm{padding-top:20px;padding-bottom:20px;}
.padding-lg{padding-top:40px;padding-bottom:25px;}
.padding-bt{padding-bottom:60px;}

/* =======================
EXTRA MARGIN
======================= */
.margin-sm{margin-top:20px;margin-bottom: 20px;}
.margintop{margin-top:25px;}
.marginbottom{margin-bottom:25px;}
.marginxs{margin-top:2px;}

/* =======================
HELPER CLASSES
======================= */
.align-center{text-align: center;}

.bottom-border{
  padding-bottom:15px;
  border-bottom:1px solid #c3c5c4;
}
.bottom-border:last-child{
  border-bottom:none;
  margin-bottom: 35px;
}

/* =======================
BREADCRUMBS
======================= */
.breadcrumb{background-color: transparent; padding-left: 0; font-size: 13px; padding-top: 15px;}
.breadcrumb a{color: #383d42;}
.breadcrumb>.active {color: #383d42;}


/* =======================
ARTICLE PAGE OVERRIDES
======================= */
.article_top_spacer {
  padding-top: 30px;
}
.article_top_spacer .col-md-8 img{
  max-width: 100%;
  height: auto;
}
.categories > UL > LI > UL {
	padding-left: 20px;
}
.related-articles-text {
  background: #fff;
  padding: 15px 20px;
  height: 100%;
}
.page-template-article h1.page-title {
  margin-top: 20px;
}
div.ccm-block-page-list-page-entry-horizontal.match-height{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
/* =======================
GARDEN HOW TO - OVERRIDES
======================= */
.page-template-landing .ccm-block-page-list-page-entry-text, .plant-list-content {
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 20px;
    line-height: 3.25rem;
}
@media (min-width: 768px) {
  .page-template-landing .ccm-block-page-list-page-entry-text, .plant-list-content {
    background: #fff;
    padding: 10px 25px 0 25px;
    margin-bottom: 20px;
    line-height: 3.25rem;
    min-height: 120px;
}
}
.page-template-landing .ccm-block-page-list-title a, .plant-list-title a{
   color:#383d42 !important;
   font-size:24px;
   line-height: 1.2;
   letter-spacing:-0.02em;
   font-family:'Merriweather', serif;
   font-weight:700;
}
.page-template-landing .ccm-block-page-list-title a:hover{
      color:#b9481c!important;
}
.plant-list-title{
  margin-top: 5px;
}
/* =======================
ADS
======================= */
.ad{
  margin-top:20px;
  margin-bottom:20px;
}
.ad img{width:100%; height:auto;}
/* =======================
AUDIO PAGES
======================= */
.page-type-audio .col-md-8 img{
width: 100%;
height: auto;
}
.page-type-audio .ccm-block-tags-wrapper {
  padding: 20px 0 15px 0;
}
/* =======================
FOOTER
======================= */

footer{
  font-family: 'Poppins', sans-serif;
  background: url('../images/footer_bk.png');
  color: #596169;
  position: relative;
  padding-top:20px;
  padding-bottom:20px;
}

footer a{
  color: #596169;
  font-weight: 600;
}

footer a:hover, footer a:active, footer a:focus{
  color: #b9481c;
  text-decoration: none;
}

footer p{margin-bottom: 0;}

footer p a{
  font-weight: 700;
  color: #596169;
}
footer .nav>li>a{
  padding: 2px 0;
}
footer .nav>li{
  display: block;
}
footer hr{
  margin-top: 15px;
  margin-bottom: 15px;
}
footer h4{
  font-size: 14px;
  color: #eee;
  margin-top: 0; 
  margin-bottom: 5px;
}
footer .small{
  font-size: 12px;
  margin-bottom: 10px;
}
footer .small a{  
  font-size: 12px;
}

/* =======================
SOCIAL
======================= */
.social h3{
  margin-top:0;
  font-size:20px;
}

.social ul, div.ccm-block-share-this-page .social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.social ul li, div.ccm-block-share-this-page .social ul li {
    display: inline-block;
    margin-right: 10px;
    list-style-type: none;
    font-size: 16px;
    line-height: 35px;
    width: 33px;
    height: 33px;
    background-color: #414a53;
    border-radius: 50px;
    text-align: center;
}

.social ul li:hover, div.ccm-block-share-this-page .social ul li:hover {
    opacity:.8;
}

.social li a, div.ccm-block-share-this-page .social li a {
    margin: 0;
    color: #fff;
}

.ccm-block-share-this-page ul.list-inline {
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.ccm-block-share-this-page ul.list-inline li {
    display: inline-block;
    margin-right: 10px;
    list-style-type: none;
    font-size: 16px;
    line-height: 35px;
    width: 33px;
    height: 33px;
    background-color: #414a53;
    border-radius: 50px;
    text-align: center;
}

.ccm-block-share-this-page ul.list-inline li a {
    color:#fff;
}

.ccm-block-share-this-page ul.list-inline li:hover {
    opacity:.8;
}


/* =======================
INTERNAL
======================= */
.categories{
  background-color:rgba(255, 255, 255, 0.7);
  text-align: left;
  padding:5%;
  margin-bottom:20px;
}

.categories li>a {
    position: relative;
    display: block;
    padding: 5px 0;
}

.categories ul{
  padding-left: 0;
  list-style: none;
}

.categories .nav>li{
  display: block;
}

.categories h3{margin-top:0;}

h1.page-title {
  margin-top:0;
  font-size: 2.85em;
  letter-spacing: -0.01em;
}

.plant-search{
  margin-top:20px;
  margin-bottom:20px;
}

.plant-search .ccm-search-block-submit.btn-default{
  background-color: #b3317b;
  border: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color:#fff;
}

.plant-search .ccm-search-block-submit.btn-default:hover, .ccm-search-block-submit.btn-default:focus, .ccm-search-block-submit.btn-default:active{
  background-color: #972064;
}

video {
  background-color: #000;
  text-align: left;
}
.pagination{
    display: block !important;
    margin-bottom: 10px;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color:#fff !important;
    background-color: #b08761 !important;
    border-color: #b08761 !important;
}

.pagination>li>a, .pagination>li>span {
    color: #b08761 !important;
}

div.ccm-block-topic-list-header {display:inline;}

div.ccm-block-topic-list-wrapper {
  display: inline;
}

.plant-text{
  background-color:rgba(255, 255, 255, 0.7);
  padding:20px;
  text-align: left;
}

.event h2{
  margin-top:0;
}

.event h5{
  margin-bottom: 15px;
  margin-top: 15px;
}

.sitemap .nav>li {
  display: block;
}

.sitemap .nav>li:first-child {
  text-transform: uppercase;
}

.sitemap .nav>li>a {
  text-transform: uppercase;
}

.sitemap{
  margin-bottom:25px;
}

label:hover, label:focus, label:active{color:#b9481c;text-decoration: none;}

.label{
  color:#e76735;
  padding: .2em 1em 0 0;
}


/* =======================
PLANT LIST
======================= */
.plant-list-item{
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  background-color: #FFF;
}
.plant-list-thumbnail{
  min-width: 120px;
  width: 100%;
}
.plant-list-title{
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #383d42;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  text-align: left;
}
/* =======================
BLOG
======================= */
.post-categories li {
  display: inline;
  list-style: none;
  margin-right: 10px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

.posted-in {
    width: auto;
    display: inline;
}

ul.ccm-block-topic-list-list, ul.ccm-block-topic-list-page-topics {
  padding-left:0;
  margin-left:0;
  display: inline;
}

.ccm-block-topic-list-page-topics ul{
  padding-left:0;
}


.ccm-block-topic-list-header h5{
  display: inline;
}

.bloghero img{width:100%; height: auto;}
/*Styles for the checklist*/
.page-type-garden-how-to .article-area ul{
    list-style: none;
}
.page-type-garden-how-to .article-area .simpleTabsContent ul li{
    margin: 25px 0;
}
.page-type-garden-how-to .article-area .simpleTabsContent ul li::before{
    font-family: FontAwesome;
    content: "\f00c";
    margin: 0 15px 0 -30px;
}
.page-type-garden-how-to .article-area ul.pagination li::before{
    display: none;
}


/* =======================
PLANT DATABASE
======================= */

.alphabet{
  margin-top:20px;
  margin-bottom:20px;
}

dd{
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.ccm-block-tags-header{
  display: inline;
}
.ccm-block-tags-header h5{
  display: inline;
  padding-right: .75em;
}
.ccm-block-tags-tag{
  color: #75af53;
  font-size: 14px;
}
.ccm-block-tags-wrapper a{
  text-decoration: none;
}

#ic_signupform .elcontainer{
  max-width: none !important;
  margin: 20px auto !important;
  background-color: rgba(255,255,255,0.5) !important;  
}
#ic_signupform .elcontainer .submit-container input[type="submit"] {
  background-color: #ea6e3e !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em !important;
  padding: 12px 50px !important;
}
#ic_signupform .elcontainer .submit-container input[type="submit"]:hover {
  background-color: #b9481c !important;
}
#ic_signupform .elcontainer .formEl.fieldtype-radio .option-container input, #ic_signupform .elcontainer .formEl.fieldtype-checkbox .option-container input {
  zoom:1.8;
}
#ic_signupform .elcontainer.generous .formEl:not(.hidden-field).fieldtype-checkbox .option-container label {
    line-height: 0 !important;
}
/* =======================
MEDIA QUERIES
======================= */
@media (min-width: 1600px){
  .main-hero img{
    width: 80%;
  }
}
@media (max-width: 1200px){
  .header-search {
    padding-top: 5px;
  }

  #logo {
    width: 100px;
    height: 88px;
    background-size: 100px;
}

}
@media (max-width: 1024px){

  .hero-lead h1{
  font-size: 3em;
}

.hero-lead{
  position: absolute;
  top: 40%;
}

button.btn.btn-primary.newsletter {
  font-size: 11px;
  line-height: 1.2;
}


}

@media (max-width: 991px){
  #logo {
    width: 85px;
    height: 75px;
    background-size: 85px;
    display:block;
    margin:0 auto;
  }

  .header-search {
    font-size: 14px;
    margin-left: 2px;
  }

  .hero-lead {
    position: relative;
    background-image: url('../images/brown_bk.png');
    padding-top:20px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.hero-lead h1 {
    font-size: 2.5em;
    line-height: 1;
    padding:0;
    margin:0 0 15px 0;
    text-shadow: none;
    color: #fff;
    letter-spacing: 0;
}

.hero-lead p{
  margin-bottom:0;
}


button.btn.btn-primary.newsletter {
  font-size: 11px;
  line-height: 1.2;
}


.about p {
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
}

.services h3 {
  margin-top: 10px;
}

.services {
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.services p{
  font-size: 1em;
  line-height: 1.5;
}

.margin-sm{margin-top:10px;margin-bottom: 10px;}

.ad {
    margin-top: 10px;
    margin-bottom: 10px;
}

.padding-lg{padding-top:3px;padding-bottom:3px;}

.search {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 25px;
}

#header {
    padding: 10px 10px 0 10px;
}

/*.header-search {
    padding-top: 9px;
}*/

.social ul li {
    margin-right: 10px;
}

}

@media (max-width: 870px) {
   .logo-nav div{padding-left: 0;}
   .logo-nav div:first-child{padding-right: 0;}
   .header-search {margin-left: 0px;}
}
@media (max-width: 800px) {

}

@media (max-width: 768px) {
.logos{margin-top:15px;}

footer img{margin:0 auto 20px auto;}
footer p{text-align:center;}

  
}

@media (max-width: 767px) {
  main{padding-top: 0;}
  h2{font-size: 26px;}
  .nav li{display: block}
  .navbar-default .navbar-toggle {
    border-color: transparent;
    padding: 0;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .fa {
    color:#FFF;
    font-size: 21px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #222; 
  }

  .header-search{
    float: left;
  }
  .logo-nav h1{
    width: 100%;
    margin-top: 7px;
    margin-bottom: 3px;
  }
  /*.menu{padding: 0 15px 0 30px;}*/

  #logo{
    width: 80px;
    height: 70px;    
    background-size: 80px;
    margin: 0 auto;
    display: block
  }
   footer section{
    background-position: center top;
  }

.logos{opacity:.5;}

.hero-lead h1 {
    font-size: 2em;
    line-height: 1.25;
    padding: 0 15px;
    margin: 0 0 15px 0;
}

footer img{margin:0 auto 20px auto;}

footer p{text-align:center;}

footer .social h3{
  margin-top:20px;
}

.bottom-border:last-child{
  margin-bottom: 10px;
}
.categories:first-child{
    margin-top: 50px;
}

}

@media (max-width: 480px) {

.padding-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.logos{margin-top:0;}

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  
}

.btn-dvd {
    margin: 0 15px 15px 0;
}

.ccm-dashboard-express-form .form-group small {
    display: none;
}
