/* Typography.css | Feb 14, 2025 @11:04:38 AM  */

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Merriweather:300");
@import url("https://fonts.googleapis.com/css?family=Merriweather:regular");
@import url("https://fonts.googleapis.com/css?family=Merriweather:700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:900");
@import url("https://fonts.googleapis.com/css?family=Lato:100");
@import url("https://fonts.googleapis.com/css?family=Lato:100italic");
@import url("https://fonts.googleapis.com/css?family=Lato:300");
@import url("https://fonts.googleapis.com/css?family=Lato:300italic");
@import url("https://fonts.googleapis.com/css?family=Lato:regular");
@import url("https://fonts.googleapis.com/css?family=Lato:italic");
@import url("https://fonts.googleapis.com/css?family=Lato:700");
@import url("https://fonts.googleapis.com/css?family=Lato:700italic");
@import url("https://fonts.googleapis.com/css?family=Lato:900");
@import url("https://fonts.googleapis.com/css?family=Lato:900italic");

:root {
--brand-color: #AA4827;
}

body {
font-family: Merriweather;
font-size: 2.0rem;
line-height: 1.25em;
font-weight: 300;
color: #222;
}

a {
color: var(--brand-color);
text-decoration: none;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}

a:hover {
color: #333;
}

.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 {
display: inline-block;
margin: 10px 0 10px 0;
padding: 10px 20px;
font-size: 1.4rem;
text-transform: uppercase;
text-decoration: none;
color: #fff;
background-color: var(--brand-color);
border: none;
cursor: pointer;
}

.btn:hover,
button:hover,
.item-nav a:hover,
input[type=submit]:hover,
#template form.formWizForm input[type=submit]:hover,
.store-module .store_nav ul.user_nav li a:hover,
.store-module p.controls a:hover {
color: #fff;
background-color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 20px 0 20px 0;
font-weight: normal;
font-family: Lato;
line-height: 1.25em;
}

h1 {
font-size: 4.8rem;
}

h2 {
font-size: 3rem;
}

h3 {
font-size: 2.4rem;
}

h4 {
font-size: 2.2rem;
}

h5 {
font-size: 2rem;
}

h6 {
font-size: 1.6rem;
}

p {
margin: 0 0 20px 0;
}

blockquote {
padding: 10px 0 10px 20px;
margin: 20px 0 20px 0;
border-left: 5px solid #ccc;
box-sizing: border-box;
}

table {
width: 100%;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
border-collapse: collapse;
padding: 0;
font-size: 1.4rem;
margin: 20px 0 20px 0;
}

table th,
table td {
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
padding: 20px;
}

table th {
background-color: #eee;
text-align: center;
font-weight: bold;
font-size: 1.6rem;
}/* General.css | Feb 4, 2025 @9:06:58 AM  */

/* Structure */

body {
background-color: #fafafa;
}

.wrapper {
width: 100%;
max-width: 1200px;
margin: auto;
padding: 0 15px 0 15px;
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;
}

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

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

iframe {
max-width: 100%;
}

p:last-child {
margin: 0;
}

/* Social Include */

.include-social {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 30px;
z-index: 2;
}

div.social {
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.2);
text-align: left;
}

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

a.social:hover {
color: #28ccc9;
}


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

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

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';
}

/* Header */

header {
width: 100%;
background: #282828;
color: #fff;
text-align: center;
}

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

header .logo {
vertical-align: middle;
padding: 10px 10px 10px 0;
box-sizing: border-box;
text-align: left;

.site-logo {
img {
width: 100%;
max-width: 300px;
}
}
}

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

header .logo h1 {
font-family: Lato;
font-size: 3rem;
font-weight: 900;
letter-spacing: -1px;
margin: 0;
text-transform: uppercase;
}

/* Main Navigation */

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

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

header .navigation-widget.standard > a.menu-toggle:hover {
color: var(--brand-color);
}

header .navigation-widget .l1 > a {
padding: 30px 15px 30px 15px;
color: #fff;
font-size: 1.6rem;
font-weight: 100;
}

header .navigation-widget.standard .l1:hover > a,
header .navigation-widget.standard .l1.active > a {
background-color: #4d4e51;
}

header .navigation-widget .submenu a {
font-size: 1.4rem;
padding: 10px 15px 10px 15px;
}

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

/* 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 {
font-family: Lato;
font-weight: 800;
font-size: 3rem;
letter-spacing: 1px;
margin-top: 5px;
text-transform: uppercase;
background: none;
text-shadow: 1px 1px 3px #000;
top: 50% !important;
left: 50% !important;
width: 100% !important;
max-width: 1200px;
padding: 20px;
box-sizing: border-box;
-webkit-transform: translateX(-50%) translateY(-35%) !important;
transform: translateX(-50%) translateY(-35%) !important;
text-align: center;
}

/* Footer */

footer {
width: 100%;
background-color: #282828;
padding: 60px 10px;
box-sizing: border-box;
text-align: center;
border-top: 6px solid var(--brand-color);

.site-logo img {
max-width: 200px;
}
}

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;
box-sizing: border-box;
}/* Modules-Widgets.css | Sep 17, 2024 @11:20:36 AM  */

.audio-video-module .item-list-grid {
margin: 0;

.item {
width: calc( (100% / 4) - ((3 / 4) * var(--item-gap)))
}
}/* Responsive.css | Sep 17, 2024 @9:03:22 AM  */

@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: 1.25rem !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) {
.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);
}
}