/* Screen.css | Mar 4, 2016 @10:40:33 AM */ 
/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:regular");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@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;
background-color: #eee;
background: url('/storage/themes/3433/banner.jpg') no-repeat;
background-size: cover;
background-attachment: fixed;
}
/* 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: #05acae;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h2, h3, h4, h5, h6 {
font-family: Montserrat;
color: #282828;
text-transform: uppercase;
}
h2 {
font-size: 36px;
margin-bottom: 20px;
}
h3 {
font-size: 26x;
margin-bottom: 10px;
}
form.formWizForm h3 {
font-size: 36px;
margin-bottom: 20px;
}
h2 + form.formWizForm h3 {
font-size: 26px;
margin-bottom: 10px;
}
h4 {
font-size: 18px;
margin-bottom: 10px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
p.intro {
font-size: 26px;
text-align: center;
padding-bottom: 75px;
border-bottom: 2px solid #c5c7ca;
}
.btn,
#template form.formWizForm input[type=submit],
input[type=submit],
button,
.item-nav a {
color: #fff;
font-family: Lato;
font-size: 14px;
text-transform: uppercase;
background: #05acae;
padding: 10px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
-webkit-transition: ease all .2s;
transition: ease all .2s;
cursor: pointer;
border: none;
}
.btn:hover,
#template form.formWizForm input[type=submit]:hover,
input[type=submit]:hover,
button:hover {
color: #fff;
background: #333;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
blockquote {
border-left: 8px solid #05acae;
padding-left: 15px;
}
iframe {
max-width: 100%;
}
ul li.odd {
background: rgba(255, 255, 255, 0.2);
}
/* Structure */
.wrapper {
width: 1080px;
margin: auto;
padding: 0 40px 0 40px;
box-sizing: border-box;
}
.include-widget {
margin: 0 !important;
}
/* Header */
header {
color: #fff;
height: 615px;
background: transparent;
position: relative;
text-align: center;
}
.secondary-template-type header {
height: 450px;
}
header .social {
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.2);
text-align: left;
}
header .social a {
font-size: 18px;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 15px 0 15px 0;
margin-right: 20px;
}
header .social a:hover {
color: #05acae;
}
header h1 {
font-family: Montserrat;
font-size: 60px;
font-weight: 700;
letter-spacing: -2px;
margin-top: 210px;
text-transform: uppercase;
}
.secondary-template-type header h1 {
margin-top: 110px;
}
header p {
font-family:Merriweather;
font-weight: 300;
font-size: 20px;
letter-spacing: 5px;
margin-top: 5px;
text-transform: uppercase;
}
header nav {
position: absolute;
bottom: 10px;
width: 100%;
background: #282828;
}
header nav .l1 {
position: relative;
}
header nav .l1:hover:after, header nav .l1.active:after {
content:';
position: absolute;
left: 0;
bottom: -10px;
width: 100%;
height: 10px;
background: rgba(255,255,255,0.2);
}
header nav .l1 > a {
color: #ffffff;
font-family: Lato;
font-weight: 300;
font-size: 18px;
padding: 28px 20px 28px 20px;
display: inline-block;
}
header nav .l1:hover a, header nav .l1.active > a {
background-color: #4d4e51;
}
header .navigation-widget .horizontal .submenu {
width: 200px;
padding: 10px;
background-color: #4d4e51;
}
header .navigation-widget .horizontal .submenu a {
color: #fff;
font-family: Lato;
font-size: 16px;
font-weight: 300;
padding: 
}
header .navigation-widget .horizontal .submenu a:hover {
padding-left: 10px;
}
/* Content Structure */
section.content {
padding-top: 75px;
padding-bottom: 75px;
background: #fff;
}
/* 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 15px;
color: #333;
font-size: 24px;
position: relative;
top: -4px;
}
/* Forms */
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 input[type=text] {
padding: 10px 0 10px 0;
text-indent: 10px;
font-size: 16px;
width: 100% !important;
box-sizing: border-box;
border: 1px solid #ddd;
}
#template form.formWizForm input#youremail, #template form.formWizForm input.phone {
text-indent: 30px;
}
#template form.formWizForm div.emailIcon, #template form.formWizForm div.phoneIcon {
display: none;
}
#template form.formWizForm textarea {
padding: 10px 0 10px 0;
text-indent: 10px;
font-size: 16px;
width: 100% !important;
box-sizing: border-box;
}
#template form.formWizForm div.sectionBreak {
font-size: 18px !important;
font-weight: normal !important;
}
#template form.formWizForm div.phoneIcon + .left {
float: none !important;
}
/* Audio Video Resources */
.audio-video-module .item-permalink {
position: absolute;
right: 10px;
top: 10px;
}
.audio-video-module .item-permalink .btn {
margin: 0;
}
/* Blog Styles */
.blogs-module.full-mode .item-list {
margin-left: 0;
margin-right: 270px;
}
.blogs-module.full-mode .item-list .item {
padding: 10px 10px 10px 0;
}
.blogs-module .blog-sidebar {
width: 250px;
padding: 10px;
box-sizing: border-box;
float: right;
background-color: #fff;
}
.blogs-module .blog-sidebar h4 {
margin: 0 0 1em 0;
}
p.date {
color: #666;
font-family: Lato;
background-color: #fff;
display: block;
width: auto;
padding: 0 5px 0 10px;
position: relative;
height: 40px;
line-height: 40px;
margin-right: 25px;
}
p.date:after {
position: absolute;
right: -15px;
top: 0;
height: 0px;
background-color: transparent !important;
border-left: 15px solid #fff;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
content: ';
}
p.date .month {
float: left;
background-color: transparent;
font-size: 24px;
font-weight: 700;
}
p.date .day {
color: #666;
font-size: 24px;
font-weight: 300;
float: right;
padding: 0;
}
p.date .weekday {
display: none;
}
.blog-sidebar .btn {
display: block;
width: 100%;
}
.item-commentlink a:last-child:before {
content: "\f044";
}
.item-comments h4 {
padding-top: 40px;
padding-bottom: 20px;
}
.item-comments p {
margin-top: 20px;
}
.blog-sidebar .archives h4, .blog-sidebar .recent-posts h4 {
margin-top: 20px;
}
/* Store */
.store-module .store-sidebar {
width: 180px;
margin-top: 10px;
background: rgb(245, 245, 245);
}
.store-module .store-sidebar > div {
padding: 10px;
background: none;
border: none;
margin: 0;
}
.store-module .featured .item {
background: rgb(245, 245, 245);
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(245, 245, 245);
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;
}
/* Events */
.list-controls {
padding: 10px 0;
}
#template .events-module .list-controls {
line-height: normal;
}
.events-module.full-mode .item-list .item {
padding: 10px 0 10px 0;
}
.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;
}
/* 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: #fff;
-webkit-transition: .1s ease-in;
transition: .1s ease-in;
padding-left: 10px;
}
.navigation-widget.vertical ul a:hover {
color: #05acae;
}
.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 {
background: #222;
padding: 5px 0;
margin-bottom: 10px;
}
.navigation-widget .vertical .l1:last-child {
border-bottom: 2px solid #eee;
}
.navigation-widget .vertical > ul > li > a {
text-transform: uppercase;
}
.navigation-widget .vertical > ul > li ul li {
padding: 2px 0 2px 10px;
}
/* Events */
.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;
}
/* Message Board */
.forum-module > div {
padding: 0 !important;
}
.forum-module table.boardtable {
background: #333;
margin-bottom: 30px;
color: #fff;
}
.forum-module table.boardtable td {
padding: 10px;
}
.forum-module table.search td {
padding: 10px;
}
.forum-module table.search td.search-head {
background-color: #333 !important;
color: #fff;
}
.forum-module table.search td.search-body {
background-color: #444 !important;
color: #fff;
}
.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 > div > table:nth-of-type(2) td table:nth-of-type(2) tr:first-of-type {
display: none;
}
.forum-module table[cellpadding="8"] {
border-bottom: 1px dotted #999;
}
.forum-module > div > table table:nth-of-type(3) td {
border-bottom: 1px dotted #ddd;
}
.forum-module textarea, .forum-module td:not('.search-body') input[type=text] {
width: 100%;
}
/* Footer */
footer {
width: 100%;
background: #282828;
}
footer .navigation-widget.horizontal {
text-align: right;
}
footer .navigation-widget.horizontal a, footer p {
color: #fff;
font-size: 14px;
font-family: Lato;
font-weight: 300;
line-height: 14px;
padding: 20px 0 0 0;
}
footer .navigation-widget.horizontal a {
margin-left: 15px;
}
footer .navigation-widget.horizontal a:hover {
color: #05acae;
}
#templatefooter {
padding: 20px 0 20px 0;
}
