:root {
	--white: #ffffff;
	--black: #000000;
    --yellow: #E2AB07;
}

/* Overall Specifications */
body { line-height: 1.5 !important; -size: 87.5%; word-wrap: break-word; margin: 0; padding: 0; border: 0; outline: 0; font-family:'FiraSans-Regular'; background: var(--white); color:var(--black); }
a { text-decoration: none; color:var(--black); }
a:hover { color:var(--yellow); text-decoration: none !important; border-bottom:0 !important;}
h1, h2, h3, h4, h5, h6{
	    font-family: 'OswaldRegular', Helvetica Neue, Arial, Sans-serif;
}
/* Header */
#logo{
	background:#dea922;
}
.logo-block{
	display:inline-flex;
    padding: 8px;
}
.logo-left{
	padding:10px;
}
.logo-right{
	padding:10px;
}
.s-title a {
	color:#ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
	font-family: 'OswaldRegular', Helvetica Neue, Arial, Sans-serif;
}
.s-slogan p{
	color:#ffffff;
    font-size: 12px;
    line-height: 2.30;
    padding: 0;
    text-transform: uppercase;
	font-family: 'OswaldRegular', Helvetica Neue, Arial, Sans-serif;
    margin-bottom: 0;
}
.white-to-grey{
	background:#000000;
}
/* Main Menu */
#primary_menu li a{
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 28px 25px 40px;
    text-transform: uppercase;
	color:#ffffff;
	font-family: 'OswaldRegular', Helvetica Neue, Arial, Sans-serif;
	transition: .5s ease-in-out;
}
#primary_menu li a:hover{
	color:var(--yellow);
}
ul.menu.main{
	line-height:90px;
	justify-content:center !important;
}
ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
	display:block;
}
ul.menu li {
    padding: 5px 0 5px 20px;
    margin: 0;
    position: relative;
    list-style: none;
}
ul.menu li a {
    color: #0a0f44;
    line-height: 20%;
    display: inline-block;
}
#block-navigation-menu {
    font-size: 24px;
    text-align: left;
    padding-bottom: 0;
    margin-top: 0;
	font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* Gallery */
.gallery-images .column:last-child:not(:first-child), 
.gallery-images .columns:last-child:not(:first-child) {
    float: left;
}

.gallery-images img{
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
	border-bottom:1px solid #c0c0c0;
}
/* Sidebar */
#block-igd-logout{
	padding-top:50px;
	padding-bottom:50px;
}
#block-igd-logout a{
	
}
/* Content pages */
#content h1{
    margin-top: 30px;
	margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
	color: var(--black);
    padding-bottom: 25px;
}
h1:after, .block h2.title:after {
    content: " ";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #000000;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.views-field-title{
	text-align:center;
}
.views-field-field-gallery-images{
	text-align:center;
}
.views-field-title h2 a{
	color:var(--yellow);
    font-weight: bold;
}
#block-igd-content{
	padding-top:50px;
}
.sidebar h2,
.sidebar label {
    font-family: 'OswaldRegular', Helvetica Neue, Arial, Sans-serif;
    font-weight: bold;
	font-size: 24px;
    text-align: left;
    padding-bottom: 0;
    margin-top: 0;
}
.sidebar ul{
	list-style-type: none;
	padding-bottom: 30px;
}
#block-igd-navigation:after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 60px;
    background-color: #c0c0c0;
    bottom: 0;
    left: 0;
}
#block-igd-navigation a:hover {
    color: var(--yellow);
}
.sidebar .content{
	padding-top:30px;
}
#views-exposed-form-gallery-covers-grid-page-1:after{
	    content: " ";
    position: absolute;
    height: 1px;
    width: 60px;
    background-color: #c0c0c0;
    bottom: 0;
    left: 0;
}
#edit-created-all{
	display:none;
}
.views-view-responsive-grid__item{
	padding: 30px 5px;
	border-bottom: 1px solid #c0c0c0;
}

#block-igd-loginbuttonm a,
#block-igd-logout a {
    font-size: 22px;
    font-weight: 700;
    color: var(--yellow);
    font-family: 'OswaldRegular', Helvetica Neue, Arial, Sans-serif;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 30px;
    font-style: normal;
}
#block-igd-loginbuttonm a:hover,
#block-igd-logout a:hover {
    color: var(--black);
}

#views-exposed-form-gallery-covers-grid-page-1 li {
    padding: 5px 15px;
}

.views-view-responsive-grid--horizontal {
    gap: 0;
    padding: 0 5px;
}