/* Screen.css | Nov 18, 2015 @2:00:22 PM */ 
/* 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=Amatic SC:regular");
@import url("https://fonts.googleapis.com/css?family=Amatic SC:700");
/* Screen.css */ 
body {
color: #093440;
font-family:Lato;
font-weight: 300;
background: rgb(233,246,250);
}
/* General Styles */
a {
color: #2faacc;
text-decoration: none;
}
a:not(.slide) {
-o-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
}
a:hover {
color: #1990b1;
}
.btn,
#template form.formWizForm input[type=submit],
input[type=submit],
button,
.item-nav a {
color: #fff;
font-size: 14px;
text-transform: uppercase;
background: #1da2c8;
padding: 10px 15px 10px 15px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
border-radius: 5px;
border: none;
cursor: pointer;
}
.btn:hover, 
#template form.formWizForm input[type=submit]:hover, 
input[type=submit]:hover, 
button:hover {
color: #fff;
background-color: #222;
}
h2 {
font-size: 32px;
line-height: 35px;
padding: 0 0 30px 0;
}
form.formWizForm h3 {
font-size: 32px;
line-height: 35px;
}
h3,
h2 + .form-builder-module form.formWizForm h3 {
font-size: 22px;
line-height: 25px;
}
h4 {
font-size: 17px;
line-height: 20px;
}
p:last-child {
margin-bottom: 0;
}
/* General Styles */
img {
max-width: 100%;
height: auto;
}
blockquote {
border-left: 8px solid #11657d;
padding-left: 15px;
margin-left: 20px;
}
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 15px;
color: #333;
font-size: 24px;
position: relative;
top: -4px;
}
/* Header */
.wrapper {
width:980px;
margin: auto;
clear:both;
}
header {
width: 100%;
background: #fff;
float: left;
-webkit-box-shadow: 0px 3px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 3px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 3px 30px 0px rgba(50, 50, 50, 0.75);
position: relative;
z-index: 2;
}
header .wrapper {
padding: 0 20px;
box-sizing: border-box;
}
header .left, header .social {
width: 50%;
height: 95px;
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0;
}
header .left {
float: left;
text-align: left;
}
header .social {
float: right;
text-align: right;
}
header .left .content-module, header .right .content-module {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
header .left img {
float: left;
margin-right: 10px;
margin-left: -20px;
position: relative;
top: -10px;
}
header .left h1 {
color: #093440;
font-family: Amatic SC;
font-size: 48px;
font-weight: 700;
line-height: 48px;
}
header .left p {
color: #1da2c8;
font-size: 14px;
}
header .social a {
color: #fff;
font-size: 0;
font-weight: 300;
line-height: 15px;
letter-spacing: -1px;
text-decoration: none;
margin: 5px 0 5px 10px;
display: inline-block;
background-color: #1da2c8;
padding: 12px 0;
width: 34px;
text-align: center;
box-sizing: border-box;
-webkit-box-shadow: 0px 5px 7px -1px rgba(50, 50, 50, 0.27);
-moz-box-shadow: 0px 5px 7px -1px rgba(50, 50, 50, 0.27);
box-shadow: 0px 5px 7px -1px rgba(50, 50, 50, 0.27);
}
header .social a:hover {
background-color: #11657d;
}
header .social a span {
font-size: 16px;
}
/* Sidebar */
.widget.include-widget.include-sidebar {
float: left;
}
.sidebar {
float: left;
width: 255px;
padding: 0;
margin-right: 20px;
}
.sidebar .module {
background: #dae6e6;
padding: 20px;
box-sizing: border-box;
}
.sidebar .module.blue {
background: #2faacc;
}
/* Navigation */
.sidebar .navigation-widget .horizontal ul.menu {
background-color: #1da2c8;
padding: 20px 0 20px 0;
}
.sidebar .navigation-widget .horizontal ul.menu li {
display: block;
border-bottom: 1px solid #1990b1;
position: relative;
}
.sidebar .navigation-widget .horizontal ul.menu li.menu-toggle {
display: none;
}
.sidebar .navigation-widget .horizontal ul.menu li:first-child {
border-top: 1px solid #1990b1;
}
.sidebar .navigation-widget .horizontal ul.menu li.flyout:after {
content:"\f105";
font-family: FontAwesome;
font-size: 15px;
color: #fff;
position: absolute;
top: 11px;
right: 20px;
}
.sidebar .navigation-widget .horizontal li a {
color: #fff;
font-size: 15px;
font-weight: 300;
background-color: #1da2c8;
text-align: left;
padding: 10px 20px 10px 20px;
display: block;
}
.sidebar .navigation-widget .horizontal li:hover > a {
background-color: #1990b1;
}
.sidebar .navigation-widget .horizontal ul.menu .l1.active > a {
background-color: #11657d;
position:relative;
overflow: visible;
}
.sidebar .navigation-widget .horizontal ul.menu .l1.active > a:before {
content: '';
display: block;
position: absolute;
top: 0;
left: -15px;
width: 15px;
height: 100%;
background-color: #11657d;
}
.sidebar .navigation-widget .horizontal ul.submenu {
background: transparent;
padding: 0;
top: -1px !important;
left: 100% !important;
}
.sidebar .navigation-widget .horizontal ul.submenu li a {
background-color: rgba(17,101,125,0.8);
}
.sidebar .navigation-widget .horizontal ul.submenu li:hover > a {
background-color: #11657d;
}
/* Social */
.social:before {
content:"Follow Us:";
width: 100%;
display: block;
font-size: 16px;
color: #fff;
font-weight: 100;
text-transform: uppercase;
margin-right: 10px;
}
.social a {
color: #fff;
font-size: 30px;
margin-right: 10px;
}
.social a:hover {
color: #222;
}
.social span {
font-size: 0;
}
/* Main Banner Module */
.banner-widget {
margin-bottom: 20px;
position: relative;
top: -30px;
}
.banner-widget .images {
overflow: visible;
}
.banner-widget .captions {
color: #fff;
font-family: Amatic SC;
font-size: 22px;
letter-spacing: 1px;
font-weight: 100;
background: rgb(111,196,219);
background: -moz-linear-gradient(top, rgba(111,196,219,1) 0%, rgba(14,130,161,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,196,219,1)), color-stop(100%,rgba(14,130,161,1)));
background: -webkit-linear-gradient(top, rgba(111,196,219,1) 0%,rgba(14,130,161,1) 100%);
background: -o-linear-gradient(top, rgba(111,196,219,1) 0%,rgba(14,130,161,1) 100%);
background: -ms-linear-gradient(top, rgba(111,196,219,1) 0%,rgba(14,130,161,1) 100%);
background: linear-gradient(to bottom, rgba(111,196,219,1) 0%,rgba(14,130,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc4db', endColorstr='#0e82a1',GradientType=0 );
position: static;
width: 100%;
height: auto;
max-height: 200px;
overflow-y: auto;
box-sizing: border-box;
}
/* Content */
section.content {
float: right;
width: 700px;
padding-top: 30px;
padding-bottom: 30px;
}
/* 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";
}
.blogs-module .item-commentlink span {
display: none;
}
/* 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 0 20px 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;
}
/* Events */
.list-controls {
padding: 10px 0;
}
#template .events-module .list-controls {
line-height: normal;
}
/* Message Board */
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}
.forum-module td {
padding: 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:#666;
-webkit-transition:.1s ease-in;
-o-transition: .1s ease-in;
-moz-transition: .1s ease-in;
transition:.1s ease-in;
padding-left: 20px;
}
.navigation-widget.vertical ul a:hover {
color: #2faacc;
}
.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 #2faacc;
padding: 5px 0;
}
.navigation-widget .vertical .l1:last-child {
border-bottom: 2px solid #2faacc;
}
.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;
}
.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;
}
/* Blog */
.item-comments h4 {
padding-top: 40px;
padding-bottom: 20px;
}
.item-comments p {
margin-top: 20px;
}
/* Store */
.store-module .signin fieldset {
height: auto;
padding: 10px 10px 55px 10px;
}
.store-module .cart .price {
text-align: right;
}
/* Message Board */
.forum-module > div {
padding: 0 !important;
}
.forum-module table.boardtable {
background: #222;
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: #222 !important;
}
.forum-module table.search td.search-body {
background-color: #111 !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;
}
/* Footer */
.include-footer {
clear: both;
}
footer {
width: 100%;
height: 70px;
background-color: #fff;
border-top: 5px solid #119ec5;
border-bottom: 2px solid #119ec5;
line-height: 70px;
font-size: 14px;
}
footer .wrapper {
padding: 0 85px 0 20px;
box-sizing: border-box;
}
footer .navigation-widget.horizontal {
text-align: right;
font-size: 14px;
}
footer .navigation-widget.horizontal a {
color: #000;
font-size: 14px;
text-align: right;
line-height: 70px;
padding: 0 10px 0 10px;
margin: 0;
display: inline-block;
}
footer .navigation-widget.horizontal a:hover {
color: #119ec5;
}
#templatefooter {
margin: 10px 0 10px 0;
}
