/*
Theme Name: Glacial Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Description: Your custom created WordPress theme from Glacial Multimedia.
Version: 1.1
Text Domain: glacialtheme
 */

/* Style Overrides */

/*Secondary*/
.breadcrumbs {margin-bottom: 10px;}
.entry {}
.entry h1 {color:#df7a2f; font-size: 42px; margin-bottom:30px;}
.entry h2 {color:rgb(0, 59, 112); font-size: 32px; text-transform: none;}
.entry h3, .related-page-title {color:#df7a2f; font-size: 26px; text-transform: none;}
.entry h4 {color:rgb(0, 59, 112); font-size: 21px; text-transform: uppercase;}

h3 a {color: #ff7c00 !important;}
h3 a:hover {color: rgb(0, 59, 112) !important;}

/** Advanced Gallery Image Links **/
.wp-block-kadence-advancedgallery {margin-bottom:30px;}
.kadence-blocks-gallery-item-inner {background-color:rgb(0, 59, 112); height:100%; max-width: 320px;}
.kadence-blocks-gallery-item-inner:hover {background-color: #ff7c00 !important;;}
.kb-gallery-item-link {text-decoration: none !important;}
.kb-gallery-item-link:hover img {opacity:.75;}
.kb-gallery-item-link:hover .kadence-blocks-gallery-item__caption {color: #fff !important; background-color: #ff7c00 !important;}

/** Related Pages **/
aside {clear:both; padding-top:20px;}
.related-page-title {margin-bottom:10px; border-top: 1px solid #eee; padding-top: 20px;}
ul.sub-links {display: flex; justify-content: flex-start; list-style: none; padding-left:0; flex-wrap:wrap;}
ul.sub-links li {list-style-type: none;}
.sb-link {color:rgb(0, 59, 112) !important; margin-right:20px;}
.sb-link:hover {color:#df7a2f !important; background-color:#eeeeee;}
.sub-links .active {font-weight: bold; text-decoration: none;}

/*Footer*/
.footer {padding-bottom:240px;}
.form-block {width:98%;}
.form-block iframe {min-height: 420px !important;}
.col-form-link {justify-content: flex-start;}
.glacial-footer {width: 100%; display: flex; justify-content: space-between; flex-wrap:wrap; max-width: 480px; align-items:center; margin-bottom:30px;}
.glacial-footer a.ui-button, .glacial-footer .search-submit {margin-right:0px; margin-bottom: 0; background-color:#ff7c00 !important;}
.glacial-footer a.ui-button:hover, .glacial-footer .search-submit:hover {background-color:rgb(0, 59, 112) !important;}
.glacial-footer .search-form {margin-bottom:0;}

/* Blog Extras */
.archive-thumb {
    float: right;
    margin: 0 0 8px 15px;
    max-width: 200px;
}

@media (max-width: 767px) {
    .archive-thumb {
        display: block;
        float: none;
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
    }
}
