/* START: GLOBAL */
@media (max-width: 680px) {
    .mobile-hide {
        display: none !important;
    }
}
@media (min-width: 680px) {
    .desktop-hide {
        display: none !important;
    }
}
/* Hide on desktop and larger screens */
.mobile-only {
  display: none;
}

/* Show only on screens 768px wide or smaller */
@media (min-width: 768px) {
	.mobile-only-SO-Tab-Schedule {
		display: none !important; /* Restores the paragraph layout */
		margin-top: 0px !important;
  }
}
#main {
    padding-top: 21px !important;
		padding-right: 15px !important;
		padding-bottom: 30px !important;
		padding-left: 15px !important;
		
}
#main-slider {
		border-bottom: 2px solid #c7281f;
}
		

/* Forces Footer to Bottom of Pages */
#main.site-main {
    min-height: 70vh;
}

/* Change standard text link size
.entry-content a {
    font-size: 13px !important;
} */
/* Change standard text link color
#main a {
		font-size: 13px;
    color: #666666 !important;
    text-decoration: underline;
} */

/* Change link color on hover
#main a:hover {
		font-size: 13px;
    color: #000000 !important;
    text-decoration: underline;
}  */

/* Removes lame over-padding in SiteOrigin Call-to-Action Widget! */
.sow-cta-base { padding: 0 !important;
}
/* Padding in SiteOrigin Call-to-Action Widget! */
.ow-button-base .sowb-button {
		padding-left: 11px !important;
		padding-right: 22px !important;
    padding-top: 7px !important;
		padding-bottom: 7px !important;
}

/* Adjust spacing for only the button with the 'my-custom-button' class */
.ow-button-base .sowb-button.ow-icon-placement-right .sow-icon-image, .ow-button-base .sowb-button.ow-icon-placement-right [class^="sow-icon-"] {
    margin-top: 0px !important;
}

.sow-cta-base .so-widget-sow-button {
    margin-bottom: 0 !important;
}

/* To make a column shrink to match the precise width of the content inside it.
 * Attributes section: Row Class field and type a custom name (fit-content-row). */
@media (max-width: 680px) { 
		.fit-content-row .panel-grid-cell {
    width: auto !important;
    float: left;
}
}
.entry-content p {
    line-height: 1.4;
}

/* END: GLOBAL */

/* START: METALSLIDER */

/* Larger Height On Mobile */
/* @media only screen and (max-width: 767px) {
    .metaslider {
        height: 500px !important;
        overflow: hidden;
    }
    .metaslider .slides {
        height: 100% !important;
    }
    .metaslider .slides img {
        height: 100% !important;
        width: auto !important;
        object-fit: cover;
    }
} */
.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap {
		margin: 0px !important;
}

.metaslider .flexslider {
		margin: 0px !important;
}

/* END: METALSLIDER */

/* START: MASTHEAD-MENU */

/* Set Exact Logo/Image Height */
header#masthead .hgroup .logo img {
    height: 48px !important; /* Set your desired height */
    width: auto !important; /* Keeps image proportions intact */
}
/* Adjust Masthead Vertical Padding */
header#masthead .hgroup { 
    padding-top: 9px !important; 
    padding-bottom: 3px !important; 
}
/* Adjust Main Menu Vertical Padding & Font Size - Desktop Only */
@media (min-width: 768px) {
		.main-navigation ul li a {
				padding-top: 12px !important;
				padding-bottom: 12px !important;
				padding-right: 23px !important;
				padding-left: 23px !important;
				font-size: 14px !important;
		}
}
/* Remove Title Support Text */
.support-text {
    display: none !important;
}
/* Adjust Mobile Title */
@media (max-width: 768px) {
    #masthead.site-header .hgroup .site-title, 
    #masthead.site-header.masthead-logo-in-menu .logo > .site-title {
        font-size: 27px !important; /* Adjust this value to fit your needs */
    }
}
/* Adjust Mobile Title Padding */
@media (max-width: 768px) {
    #masthead.site-header .hgroup .site-title, 
    #masthead.site-header.masthead-logo-in-menu .logo > .site-title,
    #masthead.site-header.masthead-logo-in-menu .logo > img {
        padding-top: 12px !important;
				margin-left: 0px !important;
				line-height: 1.3em !important;
    }
}
@media screen and (max-width: 767px) {
    #masthead {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
}
.mobile-nav-icon:before {
    font-size: 24px; /* Adjust this value to increase or decrease the icon size */
}
.mobilenav-main-link-text {
    font-size: 20px !important;
    font-weight: bold !important; /* Optional: adds boldness for readability */
}
/* END: MASTHEAD & MENU */

/* START: FOOTER */
#colophon {
    padding-top: 12px !important;
    padding-bottom: 15px !important;
}
/* Adjust Site Info Margin and Padding in Vantage */
#colophon #site-info {
    margin-top: 3px; 
}
@media screen and (max-width: 640px) {
    body.responsive #footer-widgets .widget {
        width: auto;
        float: none;
        padding: 0;
        padding-bottom: 3px;
		}
}
.so-panel.widget_sow-social-media-buttons {
    padding-right: 3px !important;
		padding-left: 3px !important;
}
#footer-widgets .widget {
		padding-right: 3px !important;
}
/* END: FOOTER */

.WPTB-hide-column-border-left {
    border-left: none !important;
}
.wptb-table-container td, .wptb-table-container th {
    line-height: 1.4 !important;
}
.sow-tabs-tab {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
}
.sow-tabs-panel {
		padding-top: 15px !important;
		padding-left: 9px !important;
		padding-bottom: 9px !important;
		padding-right: 9px !important;
}



/* TEST AREA */

/* center the page title on mobile screens */
@media (max-width: 768px) {
    .entry-header h1.entry-title {
        text-align: center !important;
    }
}

/* ***MAY NOT BE USED/NEEDED WITH NEW METHOD OF VANTAGING */
@media (max-width: 768px) {
    .no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .no-padding-mobile .panel-grid-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* remove row borders and rounded corners (border radius) on mobile devices 
@media (max-width: 768px) {
    .panel-row-style, .panel-widget-style {
        border: none !important;
        box-shadow: none !important;
				border-radius: 0 !important;
    }
} 

/* Bottom border for the whole header */
header#masthead {
    border-bottom: 2px solid #c7281f; 
}
#colophon {
    border-top: 2px solid #c7281f;
}

/* Home Slider Nav Button Size */
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a {
height: 42px !important;
		width: 42px !important;
}

.sow-accordion-panel-header {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
}

.my-custom-accordion .sow-accordion-panel-header {
    border-radius: 2px;
    overflow: hidden;
}

.my-custom-accordion .sow-accordion-panel-content {
    border-radius: 2px;
}

/* Target only the image inside the widget with the custom class */
.shadow-image .sow-image-container img {
    border: 1px solid #c6c6c6;
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

/* Center align SiteOrigin Tabs navigation headings */
@media (max-width: 768px) { 
		.sow-tabs .sow-tabs-tab-container {
			display: flex !important;
			justify-content: center !important;
			flex-wrap: wrap !important;
}
}
.sow-tabs-tab {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
	  padding-right: 18px !important;
    padding-left: 18px !important;
}

/* Add padding to the navigation dots container */
.metaslider .flex-control-nav {
    text-align: center !important;
		margin-top: 6px !important;
}