/*-- Enter your custom CSS below --*/

/*Homepage thumbnail- remove category description on mouseover
-------------------------------------------------------------------------------------------------*/
.category
   {
   display: none;
   }


/*Go to top of page button colour
-------------------------------------------------------------------------------------------------*/
.to_top_btn:hover
   { 
   color: #D4D916 !important; 
   }
.fa-angle-up:hover
   { 
   color: #D4D916 !important; 
   }


/*EDDCloud Login Button Text settings
-------------------------------------------------------------------------------------------------*/
input#wp-submit.button-primary
   {
   color: #111111;
   background-color: #D4D916;
   border: none;
text-transform: uppercase;
   }

   .button-primary:hover,
   .button-primary:focus,
   .button-primary:active {
   color: #444444;
   background: #DDDDDD;
   border-color: #DDDDDD;
}

   .button-primary:active {
   background-image: none;
}




/*EDDCloud Select and Download Buttons
-------------------------------------------------------------------------------------------------*/

.button
   {
   color: #111111;
   background-color: #D4D916;
   border: none;
   }

.button:hover,
.button:focus,
.button:active {
   color: #444444;
   background: #DDDDDD;
   border-color: #DDDDDD;
}

.button:active {
   background-image: none;
}

.download_buttonbox{
   clear:both;
   padding:25px 25px;
   padding-bottom:20px;
   background-color:#333333;
}

.ngg-download-selectall {
    display: none !important;
}



/*Contact Form ALERT message text settings
-------------------------------------------------------------------------------------------------*/
.alert p
   {
   color: #AAAAAA;
   }



/*Downloads Plug-in Checkout settings
-------LOCATED IN /THEMES/ESSENZA/EDD_TEMPLATES/ OR BELOW----------------------------------------*/




/*Downloads Plug-in gallery settings
-------------------------------------------------------------------------------------------------*/
.edd_download_title
   {
   font-size: 12px;
   text-align: center;
   }

.edd_download_inner
   {
   text-align: center;
   color:#555555;
   }

.edd_downloads_list .edd_download 
   {
   padding-bottom: 30px;
   }


/*Downloads Plug-in Gallery Grid settings for responsiveness
-------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 780px) and (max-width: 1600px) 
   { 
   .edd_downloads_list .edd_download { width: 20% !important; }
   }

@media only screen and (min-width: 420px) and (max-width: 779px) 
   { 
   .edd_downloads_list .edd_download { width: 50% !important; }
   }

@media only screen and (min-width: 320px) and (max-width: 420px) 
   {
   .edd_downloads_list .edd_download { width: 100% !important; }
   }