/* slow fade in and out on image hover*/
.gallery-category {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.gallery-category:hover {
opacity:0.75;
filter:alpha(opacity=75); /* For IE8 and earlier */
}

/*Adds BOLD and COLOR to current Menu page link*/
.current-menu-item > a {
font-weight: bold;
color: #D1E4E9 !important;
}

/*Hidden text to header logo for link to home page*/
.site-title a,  .site-title a:hover {
color: transparent;
height: 190px !important;
width: 293px !important;
overflow: hidden;
}

/*Site title size control for hidden link and spacing*/
.site-title {
margin-top: 0px !important;
margin-bottom: 0px !important;
letter-spacing: 0px !important;
height: 190px !important;
width: 293px !important;
overflow: hidden;
}

/*For header image control*/
.site-header {
margin-top: 10px !important;
margin-bottom 0px !important;
width:273px;
margin-left:auto;
margin-right:auto;
}

/*Removes huge gap at bottom of content before footer*/
.site-container {
padding-bottom: 0px !important;
margin-bottom: -30px !important;
}

.title-area {
padding-top: 10px !important;
}

.site-description {
font-size: 12px !important;
max-width:250px !important;
}

/*Text size for gallery images caption*/
.entry-content .wp-caption-text {
font-size: 18px;
}

/*Responsive padding for gallery images*/
.gallery-item {padding: 2px;}
@media screen and (min-width: 500px) {.gallery-item {padding: 4px;}}
@media screen and (min-width: 800px) {.gallery-item {padding: 6px;}}
@media screen and (min-width: 1200px) {.gallery-item {padding: 8px;}}


/*Fix H1 formatting so custom Adelicia can work*/
h1 {
font-size: 60px !important;
font-weight: 500 !important;
letter-spacing: 0px !important;
text-transform: capitalize !important;
}

/*Fix Header Site Title formatting so custom Adelicia can work
.site-title, .site-title a, .site-title a:hover {
font-size: 90px;
font-weight:500;
letter-spacing: 0px;
text-transform: capitalize;
line-height: 90px;
}*/