@charset "UTF-8";

/*
 * Filename:        main.css
 * Revision:        v2.0 => 2025.01.01 - Bootstrap 5 Compatible
 * Organization:    wildfire => http://wildfire.com
 * Author:          Trevor Lettman
*/

/*
COLORS
Dark Gray:#333333;
Teal:#375E72;
Lighter Teal:#3E6F92;
Orange:#FF5500;
*/

/* CUSTOM BOOTSTRAP OVERRIDES */

/* Override Bootstrap's default body styles */
body {
    background-color: #FFF;
    color: #4D4D4D;
    font-family: "helvetica", sans-serif;
}

/* Typography overrides */
h1, h2, h3, h4 {
    font-family: "source-sans-pro";
}

h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.5rem;
}

h2 {
}

h3 {
    font-weight: 400;
}

h3 a:hover {
    text-decoration: underline;
}

h4 {
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 0.8rem;
}

/* Paragraph styles */
p {
    margin: 0 0 15px 0;
    font-weight: 100;
    font-size: 0.85rem;
    line-height: 150%;
}



/* List styles */
ul, ol {
    margin: 0 0 20px 0;
}

ul li, ol li {
    margin: 0 0 5px 0 !important;
    padding: 0;
    list-style: none;
    font-weight: 100;
}

/* Link styles */
a {
    color: #FF5500;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

/* BUTTONS */



a.btn,
div.btn {
    background-color: #FF5500;
    color: #FFF;
    border:none;
}

a.btn:hover,
div.btn:hover {
    background-color: #E04A00;
}

/* LAYOUT OVERRIDES */


header {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #333;
}

#social {
    float: right;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 10px 8px 10px;
    background-color: #FF5500;
}

#social .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #ffffff;
}

#social .social-icon:hover {
    opacity: 0.85;
}

#live-area {
    position: relative;
}

#live-area img {
    margin-bottom: 20px;
}

/* Footer styles */
#footer-wrapper {
    margin-top: 75px;
    height: 300px;
}

footer {
    padding: 15px;
    margin-top: 120px;
}

footer p {
    font-size: 0.8rem;
    color: #375E72;
    text-align: center;
}


/* UTILITY CLASSES */

/* Divider styles */
div.hr, .divider {
    display: block;
    margin: 20px 0;
    height: 5px;
    border-color: #FFF;
    background-image: url(/templates/scottcutshall/skins/2025/structure/divider.png);
}


img {
    width: 100% !important;
    height: auto !important;
}

/* Specific widget image handling */
#blog-widget-wrapper img,
#event-widget img {
    display: block;
    margin: 10px auto;
}

/* Soundcloud Player */

#soundcloud-wrapper h2 {
    color: #FFF;
    margin-bottom: 20px;
}

#soundcloud-wrapper {
    margin-top: 90px;
    padding: 30px 60px;
    background-color: #222222;
}

/* Hide bxSlider controls */
.bx-controls {
    display: none !important;
}

/* Pushstate loader */
#pushstate-loader {
    width: 32px;
    height: 32px;
    background: url(/core/structure/ajax_loaders/indicator-big.gif) no-repeat;
}

/* Pushstate canvas */
#pushstate-canvas {
    margin-top: 60px;
}



/* BLOG */

#blog-sidebar {

}

#blog-sidebar h3 {
	font-size: 1.1em;

}

#blog-sidebar a {
	font-size: .8em;
}

#post-target img {
}


.post h1 {
	margin: 0 0 3px 0;
}

.post h2 {
	margin: 0 0 3px 0;
	font-weight:400;
    font-size: 1.4rem;
}

.post h3 {
	margin: 0 0 10px 0;
}

.post h3,
.post h4 {
    font-size: 0.8rem;
}

.post h4 {
    margin-bottom: 15px
}

.post img {
    float: none;
    margin: 10px 0;
}

.post img.img-left, 
.post img.left {
    float: left;
    margin: 0px 15px 15px 0px;
}

.post img.img-right, 
.post img.right {
    float: right;
    margin: 0px 0px 15px 15px;
}

.listitem img {
	float: left;
	margin: 0px 15px 10px 0px;
}

.listitem {
    margin: 25px 0 45px;
}

.listitem .clear {
    display: none;
}
