/* Screen.css | Jun 4, 2015 @4:35:41 PM */ 
/* Screen.css */ /* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:100");
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:100italic");
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:300");
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:300italic");
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:regular");
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:italic");
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:600");
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:600italic");
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:700");
@import url("https://fonts.googleapis.com/css?family=Josefin Slab:700italic");
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,700");
/* BODY STRUCTURE */
html,body {
width: 100%;
min-width: 995px;
height: auto;
}
body {
font-family: Quicksand;
font-weight: normal;
background-color:#22100a;
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
background-image:url('/storage/themes/3061/background.jpg');
background-position:center top;
float: left;
}
/* FONTS & GENERAL STYLES */
a:not(.slide), #template form.formWizForm input[type=submit], input[type=submit] {
-o-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}
a {
color: #de7754;
text-decoration: none;
}
.homepage-template a:hover {
color: #fff;
}
a:hover {
color: #333;
}
.btn, #template form.formWizForm input[type=submit], input[type=submit], button, .item-nav a {
color: #fff;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
background: #de7754;
padding: 7px 17px 7px 17px;
border: 3px solid #de7754;
display: inline-block;
margin: 10px 0 10px 0;
cursor: pointer;
}
.btn:hover, #template form.formWizForm input[type=submit]:hover, input[type=submit]:hover, button:hover, .item-nav a:hover {
color: #de7754;
background: transparent;
}
h1, h2, h3, h4, h5, h6 {
color: #de7754;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 5px;
}
h1 {
font-size: 75px;
line-height: 75px;
}
h2 {
font-size: 36px;
line-height: 36px;
text-align: left;
margin: 0 0 45px 0;
}
h2.smallmargin {
margin-bottom:10px;
}
h3 {
color: #de7754;
font-size: 28px;
line-height: 28px;
}
h4 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 15px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 13px;
}
/* NAVIGATION */
header .menu-toggle:before {
content: "\f0c9";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: rgba(30,13,8,0.9);
font-size: 35px;
position: fixed;
top: 30px;
left: 30px;
}
header .menu-toggle:hover:before {
color: #de7754;
}
header .menu-toggle span {
display: none;
}
header .navigation-widget.horizontal {
width: 100px;
height: 100px;
}
header .navigation-widget.horizontal ul.menu {
position: fixed;
top: 85px;
left: -400px;
z-index: 100;
}
body.shownav header .navigation-widget.horizontal ul.menu {
left: 0;
background: rgb(30,13,8);
background: rgba(30,13,8,0.9);
}
header .navigation-widget.horizontal .menu li:not(.menu-toggle) {
display: block;
}
header .navigation-widget.horizontal .menu li {
text-align: left;
}
header .navigation-widget.horizontal .menu li:hover {
background-color: #1e0d08;
}
header .navigation-widget.horizontal {
-webkit-transition: ease all .5s;
-moz-transition: ease all .5s;
-o-transition: ease all .5s;
transition: ease all .5s;
}
header .navigation-widget.horizontal .menu li:after {
content: "";
width: 9px;
height: 100%;
position: absolute;
display: block;
left: 100%;
top: 0;
margin-right: -9px;
opacity: 0;
background-color: transparent !important;
background-image: url('/storage/themes/3061/link-right.png');
background-repeat: repeat;
}
header .navigation-widget.horizontal .menu li:hover:after {
opacity: 1;
}
header .navigation-widget.horizontal .menu li a {
color: #fff;
font-size: 20px;
font-weight: regular;
padding: 5px 15px 5px 30px;
background-color: transparent;
position: relative;
}
header .navigation-widget.horizontal .submenu {
top: 0 !important;
left: 100% !important;
width: auto !important;
min-width: 200px;
margin-left: 9px;
background: rgb(30,13,8);
background: rgba(30,13,8,0.9);
}
/* 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 10px 0 15px;
color: #de7754;
font-size: 20px;
position: relative;
top: 0px;
}
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}
.item-commentlink a:last-child:before {
content: "\f044";
}
.store-module .viewcart a:before {
content: "\f07a";
}
.store-module .checkout a:before, .store-module #checkout:before {
content: "\f18e";
}
.store-module #continue:before {
content: "\f08b";
}
/* EVENTS */
#template .events-module .list-controls {
line-height: normal;
}
/* SOCIAL */
.include-social {
position: fixed;
top: 0;
right: 0;
}
.social {
text-align: right;
padding: 20px 20px 0 20px;
z-index: 0;
margin: 0 0 20px 0;
overflow: visible;
background: rgba(255,255,255,0.2);
float: right;
}
.social a {
display: block;
font-size: 0;
height: 30px;
margin-bottom: 15px;
position: relative;
z-index: 1000;
overflow: visible;
}
.social a span {
font-size: 30px;
width: 30px;
height: 28px;
color: #220f09;
display: inline-block;
-webkit-transition: ease all .5s;
-moz-transition: ease all .5s;
-o-transition: ease all .5s;
transition: ease all .5s;
}
.social a:hover span {
color: #fff;
text-shadow: none;
}
.social a:after {
content: "";
width: 70px;
height: 37px;
display: block;
position: absolute;
top: 0;
left: 100px;
z-index: -1;
margin-top: -3px;
margin-left: -10px;
background-image: url('/storage/themes/3061/link-right.png');
background-repeat: repeat;
-webkit-transition: ease all .5s;
-moz-transition: ease all .5s;
-o-transition: ease all .5s;
transition: ease all .5s;
}
.social a:hover:after {
left: -10px;
}
/* HOME SECTION */
.home.wrapper {
color: #fff;
width: 900px;
background: rgb(30,13,8);
background: rgba(30,13,8,0.9);
margin: 0 auto 0 auto;
text-align: left;
box-sizing: border-box;
padding: 45px;
position: relative;
}
.home.wrapper ul li.odd {
background: rgb(50,50,50);
background: rgba(0,0,0,0.5);
}
.home.wrapper:before, .home.wrapper:after {
content:"";
width: 38px;
height: 38px;
display: block;
position: absolute;
background: url('/storage/themes/3061/borders.png');
bottom: -19px;
right: -19px;
}
.home.wrapper:after {
top: -19px;
left: -19px;
bottom: auto;
}
.home.wrapper .borders:after, .home.wrapper .borders:before {
content:"";
width: 38px;
height: 38px;
display: block;
position: absolute;
background: url('/storage/themes/3061/borders.png');
background-position: -38px center;
top: -19px;
right: -19px;
}
.home.wrapper .borders:before {
bottom: -19px;
left: -19px;
top: auto;
}
.home.wrapper .content-module h1 {
padding-top: 15px;
}
.home.wrapper .content-module p {
color: #fff;
font-size: 20px;
line-height: 30px;
margin: 50px 0 50px 0;
padding: 0 5px 0 0px;
}
.home.wrapper .blogs-module .item-list .item, .whitewrapper, .home.wrapper .twitter-module .item-list .item {
padding: 20px;
background: #fff;
color:#000;
}
.home.wrapper h2 {
color:#fff;
}
/* SECONDARY STRUCTURE */
.columns-widget {
clear: none;
}
.columns-widget .col, .module, .widget {
box-sizing: border-box;
}
.col > div {
padding-left: 7px;
padding-right: 7px;
}
.col.primary > div {
padding-left: 0;
padding-right: 14px;
}
.col.last > div {
padding-right: 0;
padding-left: 14px;
}
.secondary-template .wrapper {
width: 815px;
margin: auto;
position: relative;
z-index: 1;
}
div.title {
background: rgb(30,13,8);
background: rgba(30,13,8,0.9);
height: auto;
box-sizing: border-box;
padding: 55px;
text-align: center;
}
.title div {
color: #de7754;
font-size: 18px;
line-height: 18px;
margin-top: 15px;
font-weight: 300;
letter-spacing: 5px;
text-transform: uppercase;
}
.secondary-template .wrapper.content {
background: #fff;
}
.secondary-template div.content {
padding: 18px 65px 65px 65px;
}
.module + .module, .module + .widget, .widget + .widget, .widget + .module {
margin-top: 45px;
}
/* CONTENT STYLES */
h2 {
color: #000;
font-size: 36px;
}
.content img {
max-width: 100%;
height: auto;
}
hr {
width: 100%;
border: none;
border-top: 1px solid #d2cecb;
position: relative;
margin-top: 45px;
margin-bottom: 45px;
}
hr:after {
content: "";
position: absolute;
display: block;
width: 42px;
height: 41px;
background-image: url('/storage/themes/3061/divider-large.png');
left: 50%;
margin-left: -21px;
top: -21px;
}
p.intro {
color: #de7754;
font-size: 20px;
line-height: 30px;
font-style: italic;
font-family: "Josefin Slab";
text-align: center;
margin: 45px 0 0 0;
}
/* BREADCRUMB */
.breadcrumbs-widget {
margin-bottom: 45px;
margin-left: -65px;
font-weight: 300;
font-size: 12px;
}
.breadcrumbs-widget a, .breadcrumbs-widget li {
display: inline-block;
height: 36px;
line-height: 36px;
color: #000;
text-decoration: none;
}
.breadcrumbs-widget a:hover {
text-decoration: underline;
}
.breadcrumbs-widget a.home {
width: 92px;
text-indent: -1000px;
background-image: url('/storage/themes/3061/home-icon.png');
background-position: center top;
position: relative;
top: -2px;
margin-left: 0;
margin-right: 20px;
}
.breadcrumbs-widget li.separator span {
display: inline-block;
width: 8px;
height: 36px;
text-indent: -1000px;
}
.separator ~ .separator span {
background-image: none;
background-image: url('/storage/themes/3061/separator.png');
background-position: center center;
background-repeat: no-repeat;
margin-left: 20px;
margin-right: 20px;
}
/* VERTICAL NAV */
.navigation-widget.vertical ul {
border-top: 1px solid #d2cecb;
position: relative;
padding: 0;
margin: 0;
}
.navigation-widget.vertical ul, .navigation-widget.vertical li {
padding: 0;
margin: 0;
}
.navigation-widget.vertical ul:before {
content:"";
display: block;
position: absolute;
margin-top: -4px;
width: 100%;
height: 3px;
background-image: url('/storage/themes/3061/divider.png');
background-repeat: repeat-x;
}
.navigation-widget.vertical a {
color: #de7754;
font-family: "Josefin Slab";
font-size: 14px;
display: block;
border-bottom: 1px solid #d2cecb;
padding: 10px 0 10px 10px;
}
/* BLOG */
.blog-sidebar ul li a {
font-size: 14px;
color: #de7754;
background-image: url('/storage/themes/3061/list-arrow.png');
background-repeat: no-repeat;
background-position: left 3px;
margin: 0;
padding-left: 10px;
-webkit-transition: .2s ease-in;
-moz-transition: .2s ease-in;
-o-transition: .2s ease-in;
transition: .2s ease-in;
}
.blog-sidebar ul li a:hover {
color: #666;
margin-left: 10px;
}
.blogs-module.full-mode .item-list {
margin-right: 275px;
margin-left: 0;
}
.blogs-module .item-list .item {
color: #000;
padding: 0;
}
.blogs-module .item-list .item + .item {
margin-top: 35px;
}
.blogs-module .blog-sidebar {
float: right;
background-color: #e5e5e5;
padding: 20px;
}
.blogs-module .blog-sidebar > h4 {
margin-top: 0;
}
.blogs-module .blog-sidebar .btn {
display: block;
}
p.date {
color: #666;
background-color: #e7e7e7;
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{
float: right;
background-color: #fff;
padding: 5px;
font-weight: bold;
}
p.date .weekday {
display: none;
}
.blogs-module .details {
clear: left;
}
.item-commentlink {
border-top: 2px solid #e7e7e7;
border-bottom: 2px solid #e7e7e7;
padding-top: 10px;
padding-bottom: 10px;
}
.item-commentlink a {
display: inline-block;
font-size: 10px;
text-transform: uppercase;
padding-top: 4px;
font-weight: bold;
}
.comment {
border-bottom: 2px dotted #e5e5e5;
margin-bottom: 10px;
}
.item span.date {
display:none}
/* STORE */
.store-module .store_nav {
border-bottom: 2px solid #e5e5e5;
float: left;
width: 100%;
height: auto;
padding-bottom: 15px;
}
.store-module .store_content {
margin-top: 35px;
float: left;
width: 100%;
}
.store-module .store-sidebar > div {
border: none;
background: none;
margin-top: 45px;
}
.store-module .store-sidebar > div h3 {
letter-spacing: 0px;
font-size: 20px;
}
.store-module p.controls {
border-bottom: 2px solid #e5e5e5;
padding-bottom: 15px;
}
.store-module .user_nav {
padding: 0;
margin: 0;
}
.store-module .item-list .item {
padding: 10px;
}
.store-module .featured li.item {
background: none;
height: auto;
display: inline-block;
margin: 0;
border: none;
}
.store-module .user_nav li a {
background-repeat: no-repeat;
background-position: left center;
height: 18px;
line-height: 18px;
overflow: hidden;
margin-top:0;
margin-bottom:0;
margin-left:25px;
margin-right:0;
padding-top:0;
padding-bottom:0;
padding-left:25px;
padding-right:0;
display: inline-block;
}
.store-module p.controls a {
background-repeat: no-repeat;
background-position: left center;
height: 18px;
line-height: 18px;
padding-left:25px;
overflow: hidden;
}
.store-module .store_nav li a {
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}
.store-module .store_nav li a:hover {
color: #666;
}
.store-module .category_nav {
background: #e7e7e7;
border-radius: 10px;
width: 145px;
padding: 10px;
}
.store-module .category_nav .menu.root ul {
margin: 0;
}
.store-module .category_nav .menu.root ul li {
margin-top: 10px;
}
.store-module h3.category {
margin-left: 200px;
}
.store-module h3.title {
font-size: 20px;
letter-spacing: 2px;
}
.store-module .products {
margin-left: 200px;
margin-bottom: 0;
}
.store-module .store_content .products .featured li.item {
margin-top: 0px;
background: none;
height: auto;
}
.store-module .featured .thumbnail, .item .thumbnail img {
width: 100%;
height: auto;
}
.store-module .item .category {
background: none;
border: none;
}
.store-module .item .category a {
font-size: 12px;
font-style: italic;
color: #a2a2a2;
}
.store-module .item .category a:hover {
color: #666;
}
.store-module .title a {
font-weight: normal;
}
.store-module .title a:hover {
color: #666;
}
.store-module .price {
font-size: 14px;
}
.store-module .price .sale-price {
color:#f00;
font-size:110%;
font-weight:700;
text-align:center;
}
.store-module .item .gallery {
float: right;
width: 400px;
margin-left: 35px;
margin-right: 0;
margin-bottom: 1em;
}
.store-module .item .gallery .thumbnail {
display: inline-block;
width: 400px;
height: auto;
max-height: 400px;
margin-right: 0;
}
.store-module .item .gallery .images a {
margin-top: 10px;
width: 60px;
height: 60px;
}
.store-module .description {
clear: none;
}
.store-module .cart .price {
text-align: right;
}
.qty {
width: 70px;
padding: 10px 10px 10px 15px;
border: 2px solid #E5E5E5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
.store-module .list-controls label {
display: inline-block;
width: 100%;
height: 40px;
line-height: 40px;
font-size: 12px;
}
.store-module .list-controls label select {
margin-left: 10px;
}
.store-module .signin fieldset {
width: 45%;
margin-top: 30px;
height: auto;
}
.store-module .signin button {
position:relative;
float: right;
left: 0;
bottom: 0;
}
ul li.odd {
background: #eee;
}
/* Message Board */
.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: #de7754 !important;
color: #fff;
}
.forum-module table.search td.search-body {
background-color: #ddd !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;
}
/* Photo Module */
.photo-module span.count {
white-space: nowrap;
}
/* Events Module */
.events-module .btn, .modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 0;
padding: 5px 10px 5px 10px;
}
.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}
.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}
/* Poll */
.polls-module dd {
margin-top: 5px;
margin-bottom: 5px;
}
.polls-module dd:last-child {
padding-top: 20px;
padding-left: 10px;
}
.polls-module dd:last-child button {
position: relative;
top: -10px;
left: -10px;
}
/* Forms & Contact */
iframe {
max-width: 100%;
}
form.formWizForm {
background: none;
padding: 0;
margin: 0
}
input[type=text], input[type=password], textarea {
width: 200px;
height: 30px;
line-height: 30px;
padding-left: 10px;
border: 1px solid #ddd;
}
.form-builder-module form.formWizForm {
border: none;
}
#template form.formWizForm div.phoneIcon, #template form.formWizForm div.emailIcon {
display: none !important;
}
#template form.formWizForm .option {
margin-left: 10px !important;
}
form.formWizForm h3 {
font-size: 36px;
line-height: 36px;
margin: 0 0 45px 0;
font-family: Quicksand;
text-transform: uppercase;
color: #000;
}
/* FOOTER */
footer {
color: #fff;
background: rgb(30,13,8);
background: rgba(30,13,8,0.9);
box-sizing: border-box;
padding: 10px;
}
#templatefooter {
margin: 15px 0 15px 0;
}/* Default | May 21, 2015 @10:10:33 AM */
