/* Screen.css | Aug 9, 2016 @8:15:13 AM */ 
/* Import Google Fonts */
@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");
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;
}
