/* Import Rules */
 @import url("https://fonts.googleapis.com/css?family=Open Sans:300");
@import url("https://fonts.googleapis.com/css?family=Open Sans:300italic");
@import url("https://fonts.googleapis.com/css?family=Open Sans:regular");
@import url("https://fonts.googleapis.com/css?family=Open Sans:italic");
@import url("https://fonts.googleapis.com/css?family=Open Sans:600");
@import url("https://fonts.googleapis.com/css?family=Open Sans:600italic");
@import url("https://fonts.googleapis.com/css?family=Open Sans:700");
@import url("https://fonts.googleapis.com/css?family=Open Sans:700italic");
@import url("https://fonts.googleapis.com/css?family=Open Sans:800");
@import url("https://fonts.googleapis.com/css?family=Open Sans:800italic");

/* variables.css | Feb 20, 2026 @9:17:34 AM  */

:root{

    --brand-color: #aa3e3e;
--link-color:#aa3e3e;
--link-color-hover:#333333;

    --btn-text-color:#fff;
    --btn-background-color:var(--brand-color);
    --btn-border:none;
 
    --btn-text-color-hover: var(--btn-text-color);
    --btn-background-color-hover: var(--btn-background-color);
    --btn-border-hover: var(--btn-border);

    --btn-alt-text-color:#333;
    --btn-alt-background-color:#e4e6eb;
    --btn-alt-border:1px solid rgba(201, 201, 201, 0.7);

    --btn-alt-text-color-hover: var(--btn-alt-text-color);
    --btn-alt-background-color-hover: var(--btn-alt-background-color);
    --btn-alt-border-hover: var(--btn-alt-border);

    --wrapper-width:1024px;
    --wrapper-width-slim:660px;
    --wrapper-width-thin:var(--wrapper-width-slim);
    --wrapper-width-wide:1400px;

    
    --column-padding:2rem;
    --column-gap:0px;

    --section-padding:6rem;
}/* custom-av.css | Sep 22, 2021 @3:40:05 PM  */

.audio-video-module .grid li .details {
display: none;
}

@media all and (max-width:21000px) {
.audio-video-module .grid li {
width: calc(33% - 10px) !important;
}
}/* Color.css | Feb 20, 2026 @9:13:46 AM  */

body {
background-color:#ffffff;
color:#222222;
}

a {
color:#aa3e3e;
}

a:hover {
color:#333333;
}


blockquote {
border-color:#aa3e3e;
}

table,
table th,
table td {
border-color:#aaa;
}

table th {
background-color: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
color:#000000;
}

header {
background-color:#ffffff;
}

/* Header */

header .logo h1 {
color: #000000;
}

header .navigation-widget.collapse.hamburger > a.menu-toggle {
color:#aa3e3e;
}

header .navigation-widget.collapse.hamburger > a.menu-toggle:hover {
color:#333333;
}

header .navigation-widget.standard > a.menu-toggle:hover {
color:#fecc39;
}

header .navigation-widget.standard:not(.collapse) .l1 > a {
color:#333333;
}

header .navigation-widget.standard:not(.collapse) .l1 > a:after {
background-color:#aa3e3e;
}

.navigation-widget.standard:not(.collapse) .submenu {
background-color:#222222;
}

header .navigation-widget .submenu li:hover a {
background-color: #333;
}

/* Main Banner Caption Colours */

.main-banner .slider-widget .mSCaption {
background-color:rgba(255,255,255,0.9);
color:#222222;
border-color:#aa3e3e;
}

/* General */


div.social {
background-color: #aa3e3e;
}/* Typography.css | Sep 22, 2021 @3:40:05 PM  */

/* Import Google Fonts */











body {
font-family:Open Sans;
font-size:1.6rem;
line-height:1.25em;
font-weight:300;
}

/* Button */
.btn,
button,
.item-nav a,
input[type=submit],
#template form.formWizForm input[type=submit],
.store-module .store_nav ul.user_nav li a,
.store-module p.controls a {
font-size:1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.25em;
font-weight:normal;
margin-top:20px;
margin-bottom:20px;
margin-left:0;
margin-right:0;
}

h1 {
font-size:4.8rem;
}

h2 {
font-size:3.6rem;
}

h3 {
font-size:2.8rem;
}

h4 {
font-size:1.8rem;
}

h5 {
font-size:1.7rem;
}

h6 {
font-size:1.6rem;
}

blockquote {
font-size:2rem;
}

/* Header */

header .logo h1 {
font-family:Open Sans;
font-size:3.2rem;
font-weight:300;
letter-spacing:-1px;
}

header .navigation-widget.collapse.hamburger > a.menu-toggle {
font-size:1.4rem;
}

header .navigation-widget.collapse.hamburger > a.menu-toggle label::after {
font-size: 2rem;
}

header .navigation-widget.standard:not(.collapse) .l1 > a {
font-size:1.4rem;
font-weight:300;
text-transform:uppercase;
}

header .navigation-widget .submenu a {
font-size:1.4rem;
}

/* Main Banner Caption */

.main-banner  .slider-widget .mSCaption {
font-size:2.8rem !important;
}/* General.css | Feb 20, 2026 @9:22:07 AM  */

/* Structure */
* {
box-sizing: border-box;
}

.wrapper {
width: 100%;
max-width: var(--wrapper-width);
margin: auto;
box-sizing: border-box;
}

section.content {
padding: 50px 0 50px 0;
}


/* General Styles */

a, #template form.formWizForm input[type=submit], input[type=submit] {
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
text-decoration:none;
}

blockquote {
font-size:2rem;
line-height:1.25em;
margin-top:20px;
margin-bottom:20px;
margin-left:0;
margin-right:0;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:0;
border-left-width:5px;
border-left-style:solid;
box-sizing:border-box;
}



ul,
ol {
margin: 20px 0 20px 0;
padding-left: 25px;
}

img {
max-width: 100%;
height: auto;
}

iframe {
max-width: 100%;
}


.content-module table {
width:100%;
margin-top:20px;
margin-bottom:20px;
margin-left:0;
margin-right:0;
padding-top:0px;
border-top-width:1px;
border-right-width:1px;
border-top-style:solid;
border-right-style:solid;
border-collapse:collapse;
}

.content-module table th {
font-weight:bold;
text-align:center;
}

.content-module table th,
.content-module table td {
padding-top:20px;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;
border-bottom-width:1px;
border-left-width:1px;
border-bottom-style:solid;
border-left-style:solid;
}

p {
margin-top:0;
margin-bottom:20px;
margin-left:0;
margin-right:0;
}

p:last-child {
margin-bottom: 0;
}

/* Header */

header {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

header .wrapper {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding:1rem 0;
}

header .logo h1 {
margin: 0;
}

header .nav {
-ms-flex: 1;
flex: 1;
text-align: right;
}

header .navigation-widget.collapse.hamburger > a.menu-toggle label {
padding: 20px 30px 20px 20px;
}

header .navigation-widget.collapse.hamburger a.menu-toggle label span {
overflow: visible;
}

header .navigation-widget.standard:not(.collapse) .l1 {
margin: 0 15px 0 15px;
}

header .navigation-widget.standard:not(.collapse) .l1 > a {
padding-top: 25px;
padding-bottom: 29px;
}

header .navigation-widget.standard:not(.collapse) .l1 > a:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
height: 0px;
transition: 0.2s ease all;
}

header .navigation-widget.standard .l1:hover > a {
background: none;
}

header .navigation-widget.standard .l1:hover > a:after,
header .navigation-widget.standard .l1.active > a:after {
height: 6px;
}

header .navigation-widget.standard .submenu-toggle {
top: calc(50% - 2px);
}

header .navigation-widget .submenu a {
padding-top:10px;
padding-bottom:10px;
padding-left:15px;
padding-right:15px;
}

/* Main Slider */

.main-banner .slider-widget .slide-wrapper {
border: none;
}

.main-banner .slider-widget .frame {
min-height: 250px;
}

.main-banner  .slider-widget .mSCover {
background-position: center center;
}

.main-banner  .slider-widget .mSCaption {
width: 100% !important;
max-width: 600px !important;
font-weight: 300;
margin-top: 5px;
text-transform: none;
text-shadow: none;
top: auto !important;
left: 50% !important;
bottom: 0 !important;
max-width: 1200px;
padding: 20px;
-webkit-transform: translateX(-600px) !important;
transform: translateX(-600px) !important;
text-align: justify;
border-top-width: 10px;
border-top-style: solid;
}

/* Social Include */

.include-social {
width: 100%;
z-index: 2;
}

div.social {
text-align: center;
}

a.social {
font-family: Lato;
color: #222;
text-decoration: none;
display: inline-block;
position: relative;
padding: 15px 0 15px 35px;
margin-right: 20px;
font-size: 1.5rem;
line-height: 1.5rem;
text-transform: uppercase;
}

a.social:hover {
color: #fff;
}


a.social:before {
font-family: FontAwesome;
display: inline-block;
padding-right: 10px;
font-size: 2.5rem;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}

a.social.notext {
font-size: 0;
margin: 0 10px 0 10px;
}

a.facebook:before {
content: '\f082';
}

a.twitter:before {
content: '\f081';
}

a.googleplus:before {
content: '\f0d4';
}

a.youtube:before {
content: '\f16a';
}

a.instagram:before {
content: '\f16d';
}

a.vimeo:before {
content: '\f194';
}

a.linkedin:before {
content: '\f08c';
}

a.pinterest:before {
content: '\f0d3';
}

a.tumblr:before {
content: '\f174';
}

/* Footer */

footer {
width: 100%;
background-color: #282828;
padding: 20px 10px 15px 10px;
text-align: center;
}

footer .wrapper {
}

footer .copyright {
width: 100%;
color: #fff;
font-size: 1.4rem;
}

footer .copyright p {
margin: 0;
}

footer .nav {
width: 100%;
}

footer .nav .navigation-widget a {
color: #fff;
font-size: 1.4rem;
}

footer .nav .navigation-widget.standard li.active a,
footer .nav .navigation-widget.standard li:hover a {
background-color: #333;
}

#templatefooter {
width: 100%;
background-color: #383838;
padding: 10px;
}/* Modules-Widgets.css | Feb 20, 2026 @9:23:19 AM  */

/* Blogs Module */

.blogs-module .blog-sidebar {
padding: 40px;
width: 280px;
box-sizing: border-box;
border-left: 10px solid rgba(150,150,150,0.2);
background-color: rgba(150,150,150,0.1);
float: right;
}

.blogs-module .blog-sidebar h4 {
margin-top:0;
margin-bottom:20px;
margin-left:0;
margin-right:0;
padding-top:0;
padding-bottom:10px;
border-color:#eeeeee;
border-bottom-width:1px;
border-bottom-style:solid;
}

.blogs-module .blog-sidebar .btn {
display: block;
text-align: center;
}

.blogs-module .blog-sidebar > div:nth-child(n+3) {
margin-top: 40px;
}

.blogs-module.full-mode .item-list {
float: left;
width: calc(100% - 320px);
margin: 0;
}

.blogs-module .item-list .item {
padding: 0 0 0 100px;
margin-bottom: 40px;
position: relative;
}

.blogs-module .item-list .item .blog-header {
margin-bottom: 20px;
}

.blogs-module .item-list .item h3 {
margin: 0;
}

.blogs-module .item-list .item p.date {
background-color: rgba(150,150,150,0.1);
color: inherit;
font-family: Lato;
padding: 0;
width: 80px;
text-align: center;
position: absolute;
top: 0;
left: 0;
margin: 0;
}

.blogs-module .item-list .item p.date span {
background: none;
font-size: 1.2rem;
padding: 2px 0 2px 0;
}

.blogs-module .item-list .item p.date .month {
background-color: #333;
color: #fff;
}

.blogs-module .item-list .item p.date .day {
font-size:3.6rem;
letter-spacing:-2px;
padding-top:15px;
padding-bottom:0;
padding-left:0;
padding-right:0;
}

.blogs-module .item-list .item p.date .weekday {
padding: 5px 0 15px 0;
}

.blogs-module .item-list .item .item-footer,
.blogs-module.full-mode .item-list .item .item-commentlink {
margin: 0;
}

.blogs-module .item-list .item:not('single') .item-footer {
background: #f8f8f8;
border-bottom: 5px solid #eee;
margin-top: 20px;
padding: 20px;
}

.blogs-module .item-list .item.single .item-comments {
margin-top: 20px;
padding: 20px;
border-top: 5px solid #eee;
background: #f8f8f8;
}

.blogs-module .item-comments h4,
.blogs-module .item-comments .comment p:first-child {
margin-top: 0;
}

.blogs-module .item-comments .comment {
margin: 20px 0 20px 0;
padding: 20px;
border-left: 5px solid #eee;
}

.blogs-module .item-comments .comment p:last-child {
display: none;
}

.blogs-module .item-comments form input[type='text'],
.blogs-module .item-comments form textarea {
width: 100%;
padding: 10px;
border: 1px solid #eee;
box-shadow: none;
}

.blogs-module .item-comments form p {
margin: 20px 0 20px 0;
}

.blogs-module .item-comments form p:last-child,
.blogs-module .item-comments form p:last-child input {
margin: 0;
}

/* Blogs Module - Grid */

.blogs-module .item-list-grid .item {
max-width: none;
}

.blogs-module .item-list-footer h4 {
margin-top: 0;
}



/* Events Module */

#template .events-module .calendar {
margin-top: 0;
}

#template .events-module .calendar,
#template .events-module .calendar thead th,
#template .events-module .calendar td,
#template .events-module .calendar .day {
border-color: #eee;
}

#template .events-module.compact-mode .calendar thead th {
height: auto;
}

#template .events-module .list-controls {
line-height: normal;
height: auto;
}

#template .events-module .list-controls:after {
content: ';
display: block;
clear: both;
}

.events-module.full-mode .item-list {
margin-top: 40px;
}

.events-module.full-mode .item-list .item {
margin-left: 100px;
padding: 0;
}

.events-module.full-mode .item-list .item p.date {
background-color: #eee;
color: #222;
width: auto;
font-family: Lato;
padding: 0;
width: 80px;
text-align: center;
position: absolute;
top: 0;
left: -100px;
margin: 0;
}

.events-module.full-mode .item-list .item p.date span {
background: none;
padding: 0;
font-size: 0.75rem;
line-height: 0.625rem;
padding: 5px 0 5px 0;
}

.events-module.full-mode .item-list .item p.date .month {
background-color: #333;
color: #fff;
}

.events-module.full-mode .item-list .item p.date .day {
font-size: 2.625rem;
line-height: 2rem;
padding:15px 0 15px 0;
letter-spacing: -2px;
}

.events-module.full-mode .item-list .item p.date .weekday {
display: none;
}

.events-module.full-mode .item-list .item .title {
margin: 0;
}

.item .title a {
font-size: 1rem;
}

.events-module.full-mode .item-list .item .meta {
margin: 20px 0 20px 0;
}

.events-module .breadcrumbs-widget {
padding-bottom: 20px;
border-bottom: 2px solid #eee;
}

/* Storefront Module */

.store-module {
position: relative;
}

.store-module .store_nav {
min-height: 0;
padding-bottom: 20px;
}

.store-module .store_nav ul.user_nav {
float: right;
padding: 0;
margin: 0;
}

.store-module .store_nav ul.user_nav li a {
margin: 0;
float: right;
}

.store-module .store-sidebar {
float: right;
width: 280px;
padding: 40px;
border-left: 10px solid rgba(150,150,150,0.2);
background-color: rgba(150,150,150,0.1);
}

.store-module .store-sidebar h3 {
margin: 0 0 20px 0;
}

.store-module .category_nav h4 {
background: #f7f7f7;
padding: 10px;
margin: 0;
}

.store-module .category_nav h4 a {
color: #222;
}

.store-module .category_nav ul {
margin: 10px 0 0 0;
}

.store-module .category_nav ul li {
position: relative;
padding-left: 20px;
}

.store-module .category_nav ul .arrow {
position: absolute;
left: 0;
top: 13px;
margin: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.store-module .category_nav ul.submenu {
margin: 0;
}

.store-module .category_nav .submenu a {
font-size: 0.875rem;
}

.store-module .category_nav .menu.root ul {
margin: 20px 0 0 0;
padding-top: 20px;
border-top: 1px solid #eee;
}

.store-module .store-sidebar > div {
border: none;
padding: 0;
margin: 0;
background: none;
}

.store-module .list-controls {
padding: 0 0 20px 0;
}

.store-module .products {
float: left;
width: calc(100% - 320px);
margin: 0;
}

/* Storefront Module - Featured Products */

.store-module .products .featured.item-list {
width: auto;
margin: 0 -10px 0 -10px;
}

.store-module .products .featured {
margin-left: -10px !important;
}

.store-module .products .featured:after {
content: "";
display: block;
clear: both;
}

.store-module .featured .item {
width: calc(33.333333% - 20px);
height: auto;
margin: 0 10px 20px 10px;
background: rgba(150,150,150,0.1);
border: none;
float: left;
padding: 10px;
}

.store-module .featured .item:nth-child(4n) {
clear: left;
}

.store-module .featured .item .category {
padding: 5px;
height: auto;
border: none;
margin: 0;
background: rgba(150,150,150,0.2);
}

.store-module .featured .item .category.blank {
padding: 0;
}

.store-module .featured .thumbnail {
width: 100%;
height: auto;
margin-top: 0;
}

.store-module .featured .item .title a {
font-size: 1.8rem;
font-weight: bold;
}

.store-module .featured .item button {
width: 100%;
margin: 0;
}

/* Storefront Module - Product List */

.store-module .item .title {
font-size: 1.375rem;
margin: 0;
}

.store-module .item .subtitle {
font-size: 1.125rem;
margin-top: 0;
}

.store-module .item form + p {
display: none;
}

.store-module .featured + .list-controls {
margin-top: 20px;
}

.store-module #product-list .item {
padding-left: 120px;
margin-bottom: 20px;
}

.store-module  #product-list .item.odd {
background-color: rgba(150,150,150,0.1);
}

.store-module #product-list .item .thumbnail {
position: absolute;
left: 10px;
top: 10px;
background-size: 100% auto;
}
.store-module #product-list .item button {
margin-bottom: 0;
}

.store-module .product .item .gallery {
width: 30%;
margin-right: 20px;
}

.store-module .product .item .gallery .thumbnail {
width: 100%;
height: auto;
max-height: none;
}

.store-module .product .item .gallery .images {
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid #eee;
float: left;
}

.store-module .product .item .gallery .images a {
width: 25%;
height: auto;
margin: 0;
padding: 0;
float: left;
}

/* Storefront Module - Cart */

.store-module .cart .item-list .item {
min-height: 0;
}
.store-module .cart .item-list .item:after {
clear: both;
content: "";
display: block;
}

.store-module .cart .thumbnail {
width: 70px;
height: 70px;
}

.store-module .cart .details h4 {
margin: 0;
}

.store-module .cart .options {
text-align: right;
}

.store-module .cart .options button {
padding: 0.5rem;
}

.store-module .cart .price {
text-align: right;
}

.store-module .cart .price .qty {
padding: 10px;
border: none;
}

.store-module .cart p.controls,
.store-module .cart p.controls a {
margin: 0;
}

.store-module .cart p.subtotal {
text-align: right;
margin: 20px 0 20px 0;
}

/* Storefront Checkout */

.store-module .checkout .products {
max-width: 80%;
margin: 0 auto 0 auto;
border: none;
}

.store-module .checkout textarea,
.store-module .checkout input[type="text"] {
padding: 10px;
border: 1px solid #eee;
width: 100%;
}

.store-module .checkout textarea {
min-height: 100px;
}

.store-module .checkout p > label {
width: 100%;
}

.store-module .checkout h5 label {
font-size: 0.75rem;
margin-left: 20px;
}

.store-module .checkout .special_instructions {
margin-top: 20px;
}

.store-module .checkout .qty:before {
content: 'x';
display: inline-block;
padding-right: 10px;
}

.store-module .checkout .totals {
width: 100%;
}

.store-module .checkout .totals p {
text-align: right;
}

.store-module .checkout .totals span {
font-weight: bold;
}

.store-module .checkout .totals p.total {
margin-top: 20px;
border-top: 1px solid #eee;
padding-top: 20px;
}

/* Mailing List Module */

fieldset label {
display: block;
}

.module.mailing-list-module label input[type="text"] {
display: block;
width: 100% !important;
box-shadow: none;
border: 1px solid #eee;
background-color: #fff;
padding: 10px;
}

/* Location Module */

.locations-module .map-canvas {
min-width: 0;
}

/* Poll Module */

.polls-module {
text-align: left;
}

.polls-module dl {
margin: 0;
}

.polls-module dd li span {
font-size: 0.875rem;
}

.polls-module dl a {
display: inline-block;
padding: 10px;
margin-top: 10px;
}

/* Forum Module */

.forum-module {
color: #000;
position: relative;
}

.forum-module .breadcrumbs-widget {
width: 100%;
border-bottom: 1px solid #eee;
padding-bottom: 20px;
margin-bottom: 20px;
}

.forum-module .user_nav {
position: absolute;
right: 0;
}

.forum-module .item h4.title {
margin-top: 0;
}

/* Form Builder Module */

form.formWizForm {
border: none;
background: none;
padding: 0;
margin: 0;
}

form h3 {
display: none;
}

#template form.formWizForm .left.sp2 {
width: 50%;
margin: 0;
}

#template form.formWizForm .field .left.sp2:first-child {
padding-right: 5px;
}

#template form.formWizForm .field .left.sp2:last-child {
padding-left: 5px;
}

#template form.formWizForm .submitBut, #template form.formWizForm input[type=submit] {
padding: 0;
margin: 0;
}

#template form.formWizForm input[type=text],
#template form.formWizForm input[type=password] {
padding: 10px 0 10px 0;
text-indent: 10px;
font-size: 1rem;
width: 100% !important;
border: 1px solid #ddd;
}

#template form.formWizForm textarea {
width: 100%;
border: 1px solid #ddd;
}

#template form.formWizForm div.emailIcon,
#template form.formWizForm div.phoneIcon,
#template form.formWizForm div.websiteIcon {
display: none;
}

#template form.formWizForm label[for='price'] + .field input,
#template form.formWizForm label[for='time'] + .field input,
#template form.formWizForm label[for='date'] + .field input {
width: 75px !important;
}

#template form.formWizForm label[for='price'] ~ .field .left.sep,
#template form.formWizForm label[for='time'] + .field .left.sep,
#template form.formWizForm label[for='date'] + .field .left.sep {
padding: 10px;
}

#template form.formWizForm .half.left {
padding-right: 5px;
}

#template form.formWizForm .half-right {
padding-left: 5px;
}

#template form.formWizForm .option {
padding-left: 25px;
position: relative;
}

#template form.formWizForm .option input {
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
}

#template form.formWizForm .option label {
display: inline-block;
margin: 0;
height: auto;
}

#template form.formWizForm .submitBut, #template form.formWizForm input[type=submit] {
padding: 10px;
}/* Responsive.css | Sep 22, 2021 @3:40:05 PM  */

@media all and (max-width:1200px) {
.main-banner  .slider-widget .mSCaption {
left: 0 !important;
transform: none !important;
}
}

@media all and (max-width:900px) {
.store-module .store-content {
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
.store-module .products {
float: none;
width: 100%;
order: 1;
}
.store-module .store-sidebar {
float: none;
width: 100%;
order: 2;
}
.audio-video-module .grid li {
width: calc(33% - 10px);
}
}

@media all and (max-width:800px) {
.aurora-dialog-dark .buttons .btn {
display: block;
margin-top: 10px;
white-space: normal;
}
}

@media all and (max-width:767px) {
.columns-widget .col {
width: 100% !important;
clear: both;
margin-top: 20px;
min-height: 0 !important;
}
section.content {
padding: 15px 0 15px 0;
}
a.social {
font-size: 0;
margin-right: 0;
}
.main-banner  .slider-widget .mSCaption {
font-size: 2rem !important;
}
.blogs-module.full-mode {
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
.blogs-module.full-mode .item-list {
float: none;
width: 100%;
order: 1;
}
.blogs-module.full-mode .blog-sidebar {
float: none;
width: 100%;
order: 2;
}
.events-module .list-controls .btn {
display: block;
float: none;
width: 100%;
box-sizing: border-box;
}
}

@media all and (max-width:600px) {
.main-banner  .slider-widget .mSCaption {
width: 80% !important;
left: 50% !important;
transform: translateX(-50%) !important;
padding: 15px !important;
font-size: 1.6rem !important;
}
.store-module .featured .item {
width: auto;
display: block;
float: none;
}
.audio-video-module.full-mode .item-list .item {
min-height: 163px;
}
.audio-video-module .list-controls label[for="search"] input {
width: 150px;
}
.audio-video-module .item-list .action {
float: none;
}
.audio-video-module .item-list .actions a {
position: absolute;
left: 10px;
top: 110px;
width: 100px;
text-align: center;
}
.audio-video-module .grid li {
width: calc(50% - 10px);
}
}

@media all and (max-width: 400px) {
.audio-video-module .grid li {
width: calc(100% - 10px);
}
}