/*
 Theme Name:   Webyte Web Design
 Theme URI:    https://webyte.com.au
 Description:  Webyte Web Design
 Author:       Andrew Forbes
 Author URI:   https://webyte.com.au
 Template:	   twentyseventeen
 Version:      1.0.0
 Tags:         Webyte Web Design
*/


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.section { 
	position: relative;
	padding: 80px 0; 
}

.no-padding { padding: 0; }
.small-padding { padding: 40px 0; }
.medium-padding { padding: 60px 0; }
.big-padding { padding: 100px 0; }

.section-inner {
	max-width: 90%;
	width: 1400px;
	margin: 0 auto;
}

.bg-dark { background-color: #1d1d1d; }
.bg-graphite { background-color: #262626; }
.bg-grey { background-color: #f1f1f1; }

.fleft {
	float: left;
}
.fright {
	float: right;
}



/* -------------------------------------------------------------------------------- */
/*	Footer Credits
/* -------------------------------------------------------------------------------- */


.credits p {
	font-family: 'Roboto Slab', sans-serif;
	color: #767676; 
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.credits a { color: #ccc; }

.credits a:hover { 
	color: #ccc; 
	text-decoration: underline;
}


/*style gallery slideshow*/
div.gss-info {
	background:none;
}


/* -------------------------------------------------------------------------------- */
/*	 Responsive
/* -------------------------------------------------------------------------------- */


@media (max-width: 600px) {

	/* credits */
	
	.credits { padding: 30px 0; }
}

