/*
Theme Name: STC Version 0.01 - 
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: Martin Mulholland
Author URI: Your website address.
*/

/*Global Styles*/
h1,h2,h3,h4,h5,h6,p,a,.album-list ul{
	font-family: 'Raleway', sans-serif;
	line-height: 2em;
}
a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
.nopadding{
	padding: 0px!important;
}
.nopadding-left{
	padding-left: 0px!important;
}
.nopadding-right{
	padding-right: 0px!important;
}
.nopadding-top{
	padding-top: 0px!important;
}
.nopadding-bottom{
	padding-bottom: 0px!important;
}
.nomargin{
	margin: 0px!important;
}
.nomargin-left{
	margin-left: 0px!important;
}
.nomargin-right{
	margin-right: 0px!important;
}
.nomargin-top{
	margin-top: 0px!important;
}
.nomargin-bottom{
	margin-bottom: 0px!important;
}

/*Theme Customization*/
/**Theme Colour Customization**/
.theme-background{
    background-color: #34497c!important;
}
.theme-background-transparent{
    background-color: rgba(52, 73, 124, 0.6)!important;
}
.theme-background-transparent2{
    background-color: rgba(52, 73, 124, 0.6)!important;
    padding: 30px;
}
.theme-border-transparent{
    border-color: rgba(0, 0, 0, 0)!important;
}
.theme-background-darker{
	background: #333333;
}
.theme-active{
    background: #333!important;
}
.nav li a{
	color: #fff!important;
	font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.nav li a:hover{
	text-decoration: underline;
}

.fixed-background-image-module p, .fixed-background-image-module h1{
	color: #fff;
}

/**Theme Spacing Customization**/
.theme-spacing-top-margin{
	margin-top: 100px;
}

.theme-spacing-top-padding{
	padding-top: 50px;
}

.album-list ul{
	padding: 0;
}

.album-list ul li{
	list-style: none!important;
}


/* Media Queries ----------- */
@media only screen 
and (min-width : 1px) 
and (max-width : 449px) {
    .mobile-nopadding-left{
		padding-right: 0px;
	}
	.mobile-nopadding-right{
		padding-left: 0px;
	}
	.theme-spacing-top-margin{
	    margin-top: 30px;
    }
    .theme-spacing-top-padding{
        padding-top: 20px;
    }
}
@media only screen 
and (min-width : 450px) 
and (max-width : 767px) {
    .mobile-nopadding-left{
		padding-right: 0px;
	}
	.mobile-nopadding-right{
		padding-left: 0px;
	}
	.theme-spacing-top-margin{
	    margin-top: 30px;
    }
    .theme-spacing-top-padding{
        padding-top: 20px;
    }
}
@media only screen 
and (min-width : 768px) 
and (max-width : 991px) {
	.mobile-nopadding-left{
		padding-right: 0px;
	}
	.mobile-nopadding-right{
		padding-left: 0px;
	}
	.theme-spacing-top-margin{
	    margin-top: 30px;
    }
    .theme-spacing-top-padding{
        padding-top: 20px;
    }
}