/************************
 * Color Background *****
************************/
html.sm-user-ui  {
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    html.sm-user-ui  {
        background-size: auto;
    }
}
.sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region-header {
    background-color: #141414;
            background-color: rgba(20,20,20, 0.25);
    }
/* Make the folder images slightly transparent when the mouse hovers over it */
.sm-user-ui .sm-tiles .sm-tile-content:hover {
  
  opacity: 0.8;
  /* Have the transparency fade in */
  -webkit-transition: all 0.30s ease-in;
  -moz-transition: all 0.30s ease-in;
  transition: all 0.30 ease-in;
}
/* Fade out the transparency. This code can be removed if you do not want it to fade */
.sm-user-ui .sm-tiles .sm-tile-content {
  -webkit-transition: all 0.60s ease-in;
  -moz-transition: all 0.60s ease-in;
  transition: all 0.60 ease-in;
}

.sm-page-powered-by A:first-child
{
   display: none;
}
/* Turn the navbar text a different color when the mouse hovers over it */
.sm-user-ui .sm-page-widget-nav-toplink a:hover {
  color: #00ACE6 !important;
  
  -webkit-transition: all 0.50s ease-in;
  -moz-transition: all 0.50s ease-in;
  transition: all 0.50 ease-in;
  
}
.sm-page-widget-social-links a:hover{
   /* Set the color to khaki */
   color: khaki !important;
  
  
    -webkit-transition: all 0.30s ease-in;
  -moz-transition: all 0.30s ease-in;
  transition: all 0.30 ease-in;
}

.sm-social-links-large a:hover{
   /* Set the color to khaki */
   color: khaki !important;
   
  
    -webkit-transition: all 0.50s ease-in;
  -moz-transition: all 0.50s ease-in;
  transition: all 0.50 ease-in;
}

.sm-page-widget-nav-social-links a:hover{
   /* Set the color to white */
   
    
   
   
  -webkit-transition: all 0.50s ease-in;
  -moz-transition: all 0.50s ease-in;
  transition: all 0.50 ease-in;
}

/* Hide the "Buy Photos" text */
.sm-gallery-cover-buy-button span:nth-of-type(2) {
    display: none;
}

/* Change the "Buy Photo" button text */
.sm-gallery-cover-buy-button:after {
    content: ' Purchase Desktop';
    font-family: Roboto Condensed,Roboto, Helvetica, Arial, sans-serif;
    margin-left: 10px;
}

/* Hide the "Downloads Disclaimer" text */
.sm-download-disclaimer span:nth-of-type(2) {
    display: none;
}

/* Change the "Downloads Disclaimer" button text */
.sm-download-disclaimer:after {
    content: 'By purchasing this desktop you are agreeing to ©Roger Dean Desktop Downloads terms & conditions laid out in the website';
    font-family: Roboto Condensed,Roboto, Helvetica, Arial, sans-serif;
    margin-left: 10px;
}

font-family: 'Average', serif;

/* /* Import Optimusprincepsregular font & failsafe fonts for IE */ */

/* @font-face { */
    /* font-family: 'OptimusPrinceps'!important; */
    /* src: url('ftp://tradin40@biz207.inmotionhosting.com/public_html/dir/wp-content/plugins/akismet/OptimusPrinceps/optimusprinceps.eot'); */
    /* src: url('ftp://tradin40@biz207.inmotionhosting.com/public_html/dir/wp-content/plugins/akismet/OptimusPrinceps/optimusprinceps.eot?#iefix') format('embedded-opentype'); */
    /* src: url('ftp://tradin40@biz207.inmotionhosting.com/public_html/dir/wp-content/plugins/akismet/OptimusPrinceps/optimusprinceps.woff') format('woff'); */
    /* src: url('ftp://tradin40@biz207.inmotionhosting.com/public_html/dir/wp-content/plugins/akismet/OptimusPrinceps/optimusprinceps.ttf') format('truetype'); */
    /* src: url('ftp://tradin40@biz207.inmotionhosting.com/public_html/dir/wp-content/plugins/akismet/OptimusPrinceps/optimusprinceps.svg') format('svg'); */
    /* font-weight: normal; */
    /* font-style: normal; */
  
    /* font-family: 'Cinzel'serif, 'Playfair Display', serif, 'Arial', serif;  */
    /* font-weight: normal; */
    /* font-style: normal; */
/* } */




/* Hide Mini Login Link in Bot Right Corner/ customers */

.sm-text-mini {
    
    display: none !important; 
}

.sm-page-powered-by {
    
    display: none !important; 
}

/* Hide Gallery Cover Buy Buttons & Slideshow */

.sm-gallery-cover-slideshow-button, .sm-gallery-cover-buy-button, .sm-gallery-cover-headerbuttons {
  
  display: none !important; 
}