u/*
Theme Name: GeneratePress-child
Theme URI: http://www.webersholland.nl
Author: Tony Amsterdam
Author URI: http://www.tonyamsterdam.com
Template: generatepress
*/

/* =Reset
-------------------------------------------------------------- */
.woocommerce .site-header {
    display: none;
}
.archive .site-header {
display: none;
}
.cycloneslider {
 padding: 0 !important;
 margin: 0 !important;
   }
.count, .woocommerce-result-count {
display: none;
}
.star-rating {
margin-left: auto !important;
margin-right: auto !important;
}
ul.products {
  text-align: center;  
	}
.woocommerce-breadcrumb { 
  text-transform: uppercase;
	 }	

.cycloneslider-template-standard .cycloneslider-caption{background:none!important;}
.cycloneslider-template-standard .cycloneslider-caption-title{
    padding:0;
		text-align: center; 
	  font-style: italic;
	  font-size: 26px !important;
	  color: #000 !important;
}
.cycloneslider-template-standard .cycloneslider-caption-description{padding:0;}
	
/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin: 10px 0 0 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.ngg-album {
    height: 300px;
    width: 22%;
    float:left;
    margin-left: 5px;
    padding: 5px;
    margin-bottom: 1px;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
	           border-radius: 3px;
	           -moz-border-radius: 3px;
	           -webkit-border-radius: 3px;
}

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle, .ngg-albumtitle a{
	text-align: center;
 	font-weight: normal;
	text-decoration: none;
	margin:0px;
	padding:0px;
	font-size: 14px;
	font-size: 1rem;
	margin-bottom: 4px;
	color: #666;
}
.ngg-albumtitle a:hover {
  text-decoration: none;
	color: #333;
    }
.ngg-thumbnail {
	text-align: center;
	width: 100% ;
  height: auto;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	padding:4px;
	position:relative;
	
}

.ngg-thumbnail img:hover {
	background-color: #e5e5e5;
}

.ngg-description {
	text-align: left;
	font-size: 9px;
	line-height: 13px;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important;
	text-align:left;
	width:120px;
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px;
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	padding: 5px 0 0 15px;
	width: 100%;
	clear:both;
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	width: 125px !important; 
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	display:block;
	margin:4px 0px 3px 7px;
	padding:4px;
	position:relative;
	
}

.ngg-gallery-thumbnail img:hover {
	background-color: #e5e5e5;
}

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}
