/* Import Rules */
@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");
@import url("https://fonts.googleapis.com/css?family=Alegreya:regular");
@import url("https://fonts.googleapis.com/css?family=Alegreya:italic");
@import url("https://fonts.googleapis.com/css?family=Alegreya:700");
@import url("https://fonts.googleapis.com/css?family=Alegreya:700italic");
@import url("https://fonts.googleapis.com/css?family=Alegreya:900");
@import url("https://fonts.googleapis.com/css?family=Alegreya:900italic"); 
/* | Aug 23, 2022 @9:27:52 AM *//* | Aug 23, 2022 @11:38:57 AM *//* | Aug 23, 2022 @11:50:32 AM *//* | Apr 11, 2021 @10:40:54 PM *//* Screen.css | Aug 9, 2016 @8:15:13 AM */ 
/* Import Google Fonts */
body {
font-family:Lato;
font-weight: 300;
background-image: url('/storage/themes/3238/bg.jpg');
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center top;
}
.wrapper {
width: 1040px;
margin: auto;
}
@media all and (max-width:1039px) {
.wrapper {
width: 100%;
}
}
/* General Styles */
a:not(.slide) {
-o-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
transition: 0.2s ease all;
text-decoration: none;
}
a {
color: #a7285b;
}
a:hover {
color: #222;
}
h2,h3,h4,h5,h6 {
font-weight: 300;
}
h2 {
font-size: 40px;
margin-bottom: 20px;
}
h3, .item .title a {
font-size: 32px;
}
form.formWizForm h3 {
font-size: 40px;
margin-bottom: 20px;
}
h2 + form.formWizForm h3 {
font-size: 32px;
margin-bottom: 10px;
}
h4 {
font-size: 25px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 16px;
}
p {
line-height: 1.4em;
}
.btn, .item-nav a.btn,
#template form.formWizForm input[type=submit],
input[type=submit],
button {
color: #fff;
font-size: 12px;
text-transform: uppercase;
background: #a7285b;
padding: 5px 10px 5px 10px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
-webkit-transition: ease all .2s;
transition: ease all .2s;
cursor: pointer;
border: none;
border-radius: 5px;
}
a.btn:hover,
#template form.formWizForm input[type=submit]:hover,
input[type=submit]:hover,
button:hover {
color: #fff;
background: #333;
}
img {
max-width: 100%;
height: auto;
}
blockquote {
border-left: 8px solid #a7285b;
padding-left: 15px;
}
iframe {
max-width: 100%;
}
ul li.odd {
background: rgba(255, 255, 255, 0.2);
}
/* Added Icons */
.item-commentlink a:first-child:before,
.item-commentlink a:last-child:before,
.store-module .viewcart a:before,
.store-module .checkout a:before,
.store-module #checkout:before,
.store-module #continue:before,
.forum-module a[href^="?b=2"]:before {
font-family: FontAwesome;
content: "\f086";
display: inline-block;
padding: 0 5px 0 0;
color: #333;
font-size: 24px;
position: relative;
}
/* Header */
header {
width: 100%;
height: 630px;
text-align: center;
color: #fff;
}
@media all and (max-width:1800px) {
header {
background-size: 1800px auto;
}
}
header h1 {
font-size: 45px;
line-height: 45px;
text-transform: uppercase;
padding-top: 40px;
}
header h1 + p {
text-transform: uppercase;
color: #b7b7b7;
}
header .slogan h2 {
color: #ba8e81;
text-align: left;
font-size: 50px;
font-weight: 300;
}
header .slogan span {
font-family:Alegreya;
color:#fff;
display: block;
}
/* Secondary Overrides */
.secondary-template header {
height: 380px;
}
.secondary-template header .slogan {
text-align: left;
}
.secondary-template header .slogan h2 {
display: inline;
font-size: 40px;
line-height: 40px;
}
.secondary-template header .slogan span {
display: inline;
line-height: 40px;
}
.secondary-template section.content {
margin-top: -20px;
}
/* Navigation */
header .navigation-widget {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin-top: 40px;
margin-bottom: 40px;
}
header .navigation-widget:before {
content: '';
display: block;
width: 100%;
height: 3px;
border-bottom: 1px solid #000;
}
header .navigation-widget:after {
content: '';
display: block;
width: 100%;
height: 3px;
border-top: 1px solid #000;
}
header .navigation-widget .horizontal ul.menu > li > a {
color: #fff;
font-size: 16px;
line-height: 16px;
padding: 20px;
display: inline-block;
font-weight: normal;
text-transform: uppercase;
background-color: transparent;
}
header .navigation-widget .horizontal ul.menu .l1:hover > a {
background-color: rgba(0,0,0,0.4);
}
header .navigation-widget .horizontal .submenu {
min-width: 200px;
background-color: rgba(0,0,0,0.4);
}
header .navigation-widget .horizontal .submenu li a {
font-size: 14px;
text-transform: uppercase;
background-color: transparent;
padding: 10px;
border-left: 0px solid #ba8e81;
}
header .navigation-widget .horizontal .submenu li:hover a {
border-left: 10px solid #ba8e81;
}
/* Content */
section.main {
width: 100%;
min-height: 300px;
padding-bottom: 20px;
padding-top: 1px;
background-color:#242424;
}
section.main .content.wrapper {
background: #fff;
padding: 20px;
box-sizing: border-box;
position: relative;
margin-top: -150px;
min-height: 200px;
border-radius: 10px;
}
.secondary-template-type section.main .content.wrapper {
margin-top: -50px;
}
/* Forms */
form.formWizForm {
background: transparent;
border: none;
padding: 0;
margin: 0;
}
/* Audio Video Resources */
.audio-video-module .item-permalink {
position: absolute;
right: 10px;
top: 10px;
}
.audio-video-module .item-permalink .btn {
margin: 0;
}
/* Blog Styles */
p.date {
color: #fff;
background-color: #333;
display: block;
width: auto;
padding: 5px;
}
p.date .month {
float: left;
padding: 8px 10px 0 10px;
background-color: transparent;
font-size: 20px;
font-weight: normal;
}
p.date .day {
color: #333;
float: right;
background-color: #fff;
padding: 5px;
font-weight: bold;
}
p.date .weekday {
display: none;
}
.blog-sidebar .btn {
display: block;
width: 100%;
}
.item-commentlink a:last-child:before {
content: "\f044";
}
/* Store */
.store-module .store-sidebar {
width: 180px;
margin-top: 10px;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.5);
}
.store-module .store-sidebar > div {
padding: 10px;
background: none;
border: none;
margin: 0;
}
.store-module .featured .item {
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
border: none;
}
.store-module .item .category {
background: none;
border: none;
}
.store-module .featured {
margin: 0;
}
.store-module .featured .item {
height: auto;
padding: 0;
margin: 0 0 10px 10px;
}
.store-module .featured .thumbnail {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
.store-module p.subtotal {
display: inline-block;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
padding: 10px;
margin-top: 10px;
}
.store-module .store_nav ul.user_nav li {
display: inline;
}
.store-module .viewcart a:before {
content: "\f07a";
}
.store-module .checkout a:before,
.store-module #checkout:before {
content: "\f18e";
}
.store-module #continue:before {
content: "\f08b";
}
.store-module .item .gallery {
margin-bottom: 10px;
}
.store-module .item .gallery .thumbnail {
width: 400px;
height: auto;
max-height: 400px;
}
.store-module .item .gallery .images {
width: 400px;
}
.store-module .item .gallery .images a {
width: 100px;
height: 100px;
}
.store-module .signin fieldset {
height: auto;
padding: 10px 10px 55px 10px;
}
.store-module .cart .price {
text-align: right;
}
/* Events */
.list-controls {
padding: 10px 0;
}
#template .events-module .list-controls {
line-height: normal;
}
.events-module .btn, .modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 0;
padding: 5px 10px 5px 10px;
}
.events-module.full-mode .item-list .item {
padding: 10px 0 10px 0;
}
.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}
.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}
/* Message Board */
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}
.forum-module td {
padding: 10px;
}
.forum-module > div {
padding: 0 !important;
}
.forum-module table.boardtable {
background: #eee;
margin-bottom: 30px;
}
.forum-module table.boardtable td {
padding: 10px;
}
.forum-module table.search td {
padding: 10px;
}
.forum-module table.search td.search-head {
background-color: #ddd !important;
}
.forum-module table.search td.search-body {
background-color: #eee !important;
}
.forum-module table.search td.search-body input[type=text] {
margin-left: 10px;
margin-right: 10px;
}
.forum-module table.search td.search-body input[type=submit] {
margin-top: 0;
}
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}
.forum-module > div {
padding: 0 !important;
margin: 0 !important;
}
.forum-module > div > table:nth-of-type(2) td table:nth-of-type(2) {
border-bottom: 1px dotted #222;
}
.forum-module table[cellpadding="8"] {
border-bottom: 1px dotted #333;
}
.forum-module > div > table table:nth-of-type(3) td {
border-bottom: 1px dotted #222;
}
/* Column Gutters */
.col > div {
padding-left: 17.5px;
padding-right: 17.5px;
}
.col.primary > div {
padding-left: 0;
}
.col.last > div {
padding-right: 0;
}
.module + .module,
.module + .widget,
.widget + .widget,
.widget + .module {
margin-top: 30px;
}
/* Vertical Navigation */
.navigation-widget.vertical ul a {
font-size: 13px;
color: #666;
-webkit-transition: .1s ease-in;
transition: .1s ease-in;
padding-left: 20px;
}
.navigation-widget.vertical ul a:hover {
color: #C65F13;
}
.navigation-widget.vertical {
padding-left: 0;
}
.navigation-widget.vertical ul {
width: 100%;
}
.navigation-widget.vertical ul li {
list-style-type: none;
}
.navigation-widget .vertical > ul > li {
border-top: 2px solid #E7E4E1;
padding: 5px 0;
}
.navigation-widget .vertical .l1:last-child {
border-bottom: 2px solid #E7E4E1;
}
.navigation-widget .vertical > ul > li > a {
text-transform: uppercase;
}
.navigation-widget .vertical > ul > li ul li {
padding: 2px 0 2px 10px;
}
/* Photos */
.photo-module span.count {
white-space: nowrap;
}
/* Footer */
footer {
color: #ba8e81;
margin-top: 50px;
text-align: center;
font-size: 12px;
text-transform: uppercase;
}
footer .navigation-widget {
margin-bottom: 10px;
}
footer .navigation-widget a {
color: #fff;
font-size: 12px;
text-transform: uppercase;
margin: 0 10px 0 10px;
}
footer .navigation-widget a:hover {
color: #ba8e81;
padding-top: 2px;
}
#templatefooter {
margin: 20px 0 20px 0;
}/* | Oct 23, 2018 @4:42:49 PM *//* | Oct 23, 2018 @2:42:06 PM *//* | Jan 30, 2019 @9:59:05 PM *//* | Nov 9, 2018 @12:09:06 PM *//* | Jun 27, 2018 @6:44:36 AM *//* | Oct 23, 2018 @2:41:59 PM *//* | May 8, 2018 @12:18:12 AM *//* | May 2, 2018 @11:09:23 AM *//* | Jun 21, 2019 @3:55:51 PM *//* | Jun 21, 2019 @2:18:26 PM *//* | Jul 24, 2019 @11:31:24 AM *//* | Jun 21, 2019 @3:56:05 PM *//* | Mar 4, 2018 @7:37:45 PM *//* | Mar 29, 2019 @9:48:47 AM *//* | Mar 3, 2019 @10:57:23 AM *//* | Feb 8, 2019 @9:40:23 AM *//* | Jan 23, 2018 @6:31:54 PM *//* | Jan 23, 2018 @6:35:27 PM *//* | Jan 22, 2018 @10:59:37 AM *//* | Jan 19, 2018 @6:33:36 PM *//* | Mar 4, 2018 @7:37:45 PM *//* | Mar 15, 2018 @4:02:25 PM *//* | Feb 7, 2018 @12:32:18 PM *//* | Feb 7, 2018 @11:09:48 AM *//* | Aug 29, 2017 @9:47:52 PM *//* | Aug 29, 2017 @8:54:59 AM *//* | Nov 4, 2017 @5:38:11 PM *//* | Oct 17, 2017 @11:52:45 AM *//* | Jul 20, 2017 @1:48:09 PM *//* | Jul 22, 2017 @12:30:19 PM *//* | Jul 19, 2017 @5:54:37 PM *//* | Jul 19, 2017 @5:54:32 PM *//* | Jun 9, 2020 @9:58:34 PM *//* | Jun 14, 2020 @9:05:21 PM *//* | Jun 9, 2020 @10:13:04 PM *//* | Mar 7, 2020 @12:23:17 AM *//* | Mar 27, 2020 @11:20:03 PM *//* | Mar 7, 2020 @12:19:54 AM *//* | Mar 3, 2020 @12:52:57 AM *//* | Aug 10, 2022 @1:40:48 PM *//* | Apr 11, 2021 @10:41:20 PM *//* | Apr 11, 2021 @10:12:52 PM *//* | Oct 18, 2020 @2:28:09 PM *//* | Jan 17, 2020 @3:04:36 PM *//* | Feb 21, 2020 @4:59:22 PM *//* | Jan 16, 2020 @4:00:01 PM *//* | Jan 16, 2020 @3:59:52 PM *//* | Feb 27, 2020 @2:10:00 AM *//* | Mar 3, 2020 @12:49:53 AM *//* | Feb 21, 2020 @5:03:23 PM *//* | Feb 21, 2020 @5:03:18 PM *//* | Sep 1, 2016 @3:05:00 AM *//* | Jan 15, 2020 @4:42:07 PM *//* | Sep 2, 2016 @7:56:28 PM *//* | Jan 15, 2020 @4:42:00 PM *//* | Aug 18, 2016 @5:19:32 PM *//* | Jun 14, 2016 @2:22:01 PM *//* | Oct 18, 2016 @6:56:00 PM *//* | Oct 19, 2016 @3:02:37 PM *//* | Oct 13, 2016 @12:35:51 PM *//* | Sep 13, 2016 @5:01:12 AM *//* | Mar 22, 2016 @9:23:35 PM *//* | Mar 3, 2016 @11:05:43 PM *//* | May 29, 2016 @9:34:53 AM *//* | May 3, 2016 @10:56:18 AM *//* | Feb 16, 2016 @10:18:10 PM *//* | Feb 17, 2016 @8:00:16 PM *//* | Jan 29, 2016 @1:52:01 PM *//* | Jan 29, 2016 @1:35:18 PM *//* | Jan 16, 2020 @3:58:48 PM *//* | Jan 16, 2020 @3:58:57 PM *//* | Aug 5, 2019 @4:41:25 PM *//* | Aug 5, 2019 @4:41:18 PM *//* | Aug 29, 2019 @6:35:41 PM *//* | Aug 5, 2019 @4:41:32 PM *//* | Jul 18, 2017 @12:42:08 PM *//* | Jun 23, 2015 @11:43:24 AM *//* | Jun 9, 2015 @12:48:42 PM *//* | Jul 8, 2015 @6:26:06 PM *//* | Aug 13, 2015 @12:30:06 PM *//* | Jul 18, 2017 @1:26:02 PM *//* | Jun 26, 2015 @10:46:59 AM *//* | Jul 30, 2015 @10:06:03 PM *//* | Aug 17, 2015 @3:17:58 PM *//* | Jul 10, 2017 @1:19:13 PM *//* | Oct 16, 2015 @2:28:13 PM *//* | Jun 3, 2015 @12:18:14 PM *//* | Aug 3, 2015 @9:35:35 PM *//* | Jul 30, 2015 @10:07:08 PM *//* | May 31, 2017 @2:26:24 PM *//* | Jul 30, 2015 @10:07:23 PM *//* | Sep 2, 2015 @12:47:40 PM *//* | Jun 5, 2015 @10:41:13 AM *//* | Mar 22, 2017 @10:05:48 AM *//* | Oct 16, 2015 @2:25:42 PM *//* | Oct 1, 2015 @4:35:45 PM *//* | Jul 18, 2017 @1:31:52 PM *//* | Aug 28, 2015 @9:47:29 PM *//* | Jul 11, 2015 @4:04:18 PM *//* | Jan 11, 2016 @11:35:22 PM *//* | Mar 22, 2017 @10:05:40 AM *//* | Jul 19, 2017 @5:54:13 PM *//* | Jan 5, 2016 @8:13:05 PM *//* | Nov 12, 2015 @2:00:05 PM *//* | Jan 16, 2016 @8:29:14 PM *//* | Jul 10, 2015 @3:17:10 PM *//* | Dec 24, 2015 @11:46:16 PM *//* | May 9, 2017 @1:58:50 PM *//* | Oct 25, 2015 @1:29:41 AM *//* | Jan 14, 2016 @3:33:03 PM *//* | Nov 19, 2015 @2:02:08 PM *//* | Oct 24, 2015 @10:54:25 AM *//* | Mar 27, 2017 @1:35:24 PM *//* | Jul 18, 2017 @1:26:10 PM *//* | Oct 16, 2015 @2:44:58 PM *//* | Jan 16, 2017 @10:07:52 AM *//* | Nov 2, 2016 @6:17:42 PM *//* | Mar 22, 2017 @9:33:56 AM *//* | Nov 2, 2016 @6:17:37 PM *//* | Oct 16, 2015 @2:45:04 PM *//* | Jul 18, 2017 @1:31:38 PM */
