/* Typography.css | Jan 16, 2020 @3:48:50 PM  */

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:regular");
@import url("https://fonts.googleapis.com/css?family=Montserrat:italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:500");
@import url("https://fonts.googleapis.com/css?family=Montserrat:500italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:800italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:900italic");
@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");

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

a {
color: #dba60a;
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;
font-size: 1.4rem;
text-transform: uppercase;
text-decoration: none;
color: #fff;
background-color: #dba60a;
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.6rem;
}

h2 {
font-size: 3.8rem;
}

h3 {
font-size: 3rem;
}

h4 {
font-size: 2.4rem;
}

h5 {
font-size: 1.8rem;;
}

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 #fecc39;
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.8rem;
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 | Jan 16, 2020 @3:48:50 PM  */

/* Structure */

body {
background-color: #fff;
}

.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%;
}

/* Header */

header {
width: 100%;
min-height: 100px;
color: #fff;
background: transparent;
position: absolute;
top: 0;
left: 0;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
z-index: 1;
padding: 0 20px 0 20px;
box-sizing: border-box;
}

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

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;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

/* Main Navigation */

.navigation-widget.collapse.hamburger a.menu-toggle {
font-size: 3rem;
color: #fff;
}

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

.navigation-widget.collapse.hamburger a.menu-toggle label span {
display: none;
}

header .navigation-widget .l1 > a {
padding: 15px;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
text-transform: uppercase;
position: relative;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

header .navigation-widget.standard:not(.collapse) .l1 > a:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 4px;
background-color: #dba60a;
transition: 0.5s ease all;
box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}


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 {
width: 100%;
}

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: 3.8rem;
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;
}

/* Social Include */

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

div.social {
background-color: #eee;
text-align: center;
}

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

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


a.social:before {
font-family: FontAwesome;
display: inline-block;
padding-right: 10px;
font-size: 3rem;
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;
box-sizing: border-box;
text-align: center;
}

footer .wrapper {
}

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

footer .copyright p {
margin: 0 0 20px 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 | Jan 11, 2024 @11:11:46 AM  */

/* Columns Widget */

.columns-widget {
width: auto;
margin: 0 -15px 0 -15px;
}

.columns-widget .col {
padding: 0 15px 0 15px;
box-sizing: border-box;
}

/* 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 {
padding: 0;
margin: 0 0 20px 0;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}

.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.4rem;
line-height: 1em;
padding: 5px 0 5px 0;
}

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

.blogs-module .item-list .item p.date .day {
font-size:4rem;
line-height: 0.8em;
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-sizing: border-box;
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;
}

/* Audio Video Module */

.audio-video-module .grid {
width: auto;
margin: 0 -5px;
}

.audio-video-module .grid li {
margin: 5px;
width: calc(25% - 10px);
}

.audio-video-module .grid li:nth-child(4n) {
margin: 5px;
}

.audio-video-module .active-media {
border-radius: 0;
}

.audio-video-module .media-player video {
width: 100% !important;
height: 100% !important;
}

.audio-video-module .list-controls {
padding: 10px;
margin-bottom: 20px;
font-size: 1rem;
background-color: rgba(120,120,120,0.1);
}

.audio-video-module .list-controls input {
padding: 10px;
margin: 0;
border: none;
}

.audio-video-module .grid li a {
border-radius: 0;
border: 0;
}

.audio-video-module.full-mode .item-list .item {
padding: 10px;;
margin: 20px 0 0 0;
background: none;
border-radius: 0;
min-height: 120px;
}

.audio-video-module.full-mode .item-list .item.odd {
background-color: rgba(120,120,120,0.1);
}

.audio-video-module.full-mode .item-list .item .thumbnail {
float: none;
}

.audio-video-module .item-list .actions a {
margin: 0;
}

.audio-video-module .btn {
margin: 0;
}

.audio-video-module .item h4 {
margin: 0;
}

.audio-video-module .item .title {
margin: 0;
}

.audio-video-module .details {
clear: both;
padding-top: 20px;
}

.audio-video-module .item .meta {
margin: 0;
}

.item-list-grid .item .item-image a,
.audio-video-module .active-media .artwork,
.audio-video-module .media-list .item .thumbnail .cover {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

/* 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:  1.6rem;
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: 4rem;
line-height: 0.8em;
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: 1.6rem;
}

.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 {
box-sizing: border-box;
position: relative;
}

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

.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;
box-sizing: border-box;
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;
box-sizing: border-box;
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;
box-sizing: border-box;
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.4rem;
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%;
box-sizing: border-box;
}

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

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

.store-module .checkout h5 label {
font-size: 1.4rem;
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-sizing: border-box;
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;
box-sizing: border-box;
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;
box-sizing: border-box;
}

#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: 1.6rem;
width: 100% !important;
box-sizing: border-box;
border: 1px solid #ddd;
}

#template form.formWizForm textarea {
width: 100%;
box-sizing: border-box;
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 {
box-sizing: border-box;
}

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

form.formWizForm div.sectionBreak {
line-height: 1.25em;
padding: 10px 0 20px 0;
}

form.formWizForm div.address {
width: 100%;
margin: 20px 0 20px 0;
}

form.formWizForm div.info {
margin-bottom: 20px;
}/* Responsive.css | Jan 16, 2020 @3:48:50 PM  */

@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);
}
}