/* Typography.css | Jan 29, 2019 @8:44:36 PM */ 
/* 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");
body {
font-family: Merriweather;
font-size: 1.6rem;
line-height: 1.25em;
font-weight: 300;
color: #222;
}
a {
color: #28ccc9;
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: #28ccc9;
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: 3.8rem;
}
h3 {
font-size: 3.2rem;
}
h4 {
font-size: 2.6rem;
}
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 14, 2019 @3:45:38 PM */ 
/* 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%;
}
/* Social Include */
.include-social {
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;
}
header .nav {
-ms-flex: 1;
flex: 1;
text-align: center;
}
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 > a.menu-toggle {
color: #fff;
}
header .navigation-widget.standard > a.menu-toggle:hover {
color: #28ccc9;
}
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 {
position: relative;
}
.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: 500;
font-size: 3rem;
letter-spacing: 1.5px;
margin-top: 5px;
text-transform: none;
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: 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;
}
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 24, 2019 @12:20:00 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.2rem;
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:2.8rem;
line-height:2rem;
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: 1.4rem;
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 10px 10px 120px;
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 {
left: 10px;
top: 10px;
}
.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;
}
/* 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.2rem;
line-height: 1em;
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: 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.8rem;
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.4rem;
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;
}/* Responsive.css | Feb 14, 2019 @4:03:25 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);
}
.main-banner .slider-widget .mSCaption p {
font-size: 2rem !important;
line-height: 20px;
}
}
@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 p {
font-size: 1.6rem !important;
line-height: 16px;
}
.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);
}
}/* custom.css | Mar 28, 2019 @10:40:02 AM */ 
body {
line-height: 1.40em;
}
a {
color: #947003;
}
a.social:hover {
color: #c8ac58;
}
a.btn {
background-color: #947003;
}
header .navigation-widget.standard > a.menu-toggle:hover {
color: #c8ac58;
}
.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 {
background-color: #c8ac58;
}
.mightyslider_modern_skin {
background: #fafafa;
}
.main-banner .slider-widget .mSCaption {
top: 50% !important;
text-align: left;
font-size: 24.2109px;
line-height: 1.3em;
}
.mightyslider_modern_skin.horizontal .mSNext {
display: none;
}
.mightyslider_modern_skin.horizontal .mSPrev {
display: none;
}
.column-widget .column {
padding-left:20px;
padding-right:20px;
}
.content {
padding-top: 8px;
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 1024px) {
#sampleMovie {
background: url(/files/rlccnanuet/play_video_mini.jpg) #000 !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
#video {
display: none;
}
}
.audio-video-module.player-mode .media-meta {
float: left;
width:100%;
margin-right:2%;
margin-bottom:2%;
}
.module .media-date {
font-size: 1.58em;
margin-bottom:1em;
display: block;
}
.module .media dl {
overflow: hidden;
padding-bottom: 1ex;
font-size: 1.2em;
}
.widget.teaser-widget.teaser-widget.listing h2 {
font-size: 3.2rem !important;
}
.item-published{
display: none;
}
.blogs-module .entry .item-image.small{
display: none !important;
}
.blogs-module .entry .item-image.tall{
display:none !important;
}
.blogs-module .item-list-footer{
background: #D9D1BB;
color: #000;
}
.blogs-module .item-list-footer h4{
color: #947003;
border-bottom: 2px solid #000;
}
.blogs-module .item-list-footer li a{
color: #000;
font-size: 1em;
}
.locations-module ul.item-list .item {
display:none !important;
}
table th,
table td {
padding-left: 0px;
padding-right: 0px;
}
.inline-dialog-wrapper {
width: 100%;
margin:2rem auto;
}
section.content {
padding: 40px 0 40px 0;
}
.notice {
display: none;
}
@media(max-width: 767px) {
input,
textarea {
font-size: 16px !important;
}
.main-banner .slider-widget .mSCaption p {
padding-left: 10px;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1) {
.main-banner .slider-widget .slide-wrapper {
min-height: 365.263px;
}
.main-banner .slider-widget .frame {
min-height: 365.263px;
}
.main-banner .slider-widget .mSCaption p {
font-size: 1.2em !important;
line-height: 1.3em;
padding-left: 10px;
}
section.content {
padding: 20px 0 20px 0;
}
}
/* Landscape */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 1) {
.main-banner .slider-widget .slide-wrapper {
min-height: 375.263px;
}
.main-banner .slider-widget .frame {
min-height: 375.263px;
}
}
/*Android */
@media only screen 
and (max-device-width : 480px) {
.logo {
width: 40% !important;
}
.main-banner .slider-widget .mSCaption p {
font-size: 4vw !important;
line-height: 1.3em;
}
section.content {
padding: 10px 0 10px 0;
}
h1 {
font-size: 9vw !important;
}
h2 {
font-size: 8vw !important;
}
h3 {
font-size: 7vw !important;
}
h4 {
font-size: 6vw !important;
}
body {
font-size: 4.25vw !important;
line-height: 1.5em;
}
html, body {
width: auto!important;
overflow-x: hidden!important;
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
.logo {
width: 48%;
}
.main-banner .slider-widget .mSCaption p {
font-size: 1.8em !important;
line-height: 1.3em;
padding-top: 20px;
padding-left: 10px;
}
section.content {
padding: 10px 0 10px 0;
}
.inline-dialog-wrapper {
width: 100%;
margin:2rem auto;
}
.blogs-module .entry .item-image.tall{
display:none !important;
}
html, body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
html {
-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
}
.logo {
width: 28%;
}
.main-banner .slider-widget .mSCaption p {
font-size: 1.2em !important;
line-height: 1.3em;
padding-top: 15px;
padding-left: 10px;
}
h1 {
font-size: 7vw !important;
}
h2 {
font-size: 5vw !important;
}
h3 {
font-size: 4.5vw !important;
}
h4 {
font-size: 3vw !important;
}
body {
font-size: 2.5vw !important;
line-height: 1.3em;
}
html, body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
}/* Default | Feb 3, 2019 @6:15:40 PM */
