/* Screen.css | Apr 28, 2015 @11:36:48 AM */ 
/* Import Google Fonts */
@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");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:200");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:200italic");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:300");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:300italic");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:regular");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:italic");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:600");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:600italic");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:700");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:700italic");
@import url("https://fonts.googleapis.com/css?family=Titillium Web:900");
/* General */
body{
font-family:Titillium Web;
color:#252525;
font-size:16px;
background-color:#dad4cf;
min-width:981px;
padding-top:40px;
}
h1, h2, h3, h4, h5{
font-family:Titillium Web;
}
h1{
font-size:35px;
font-weight:normal;
}
h2{
font-size:28px;
margin-bottom:15px;
font-weight:normal;
}
h3{
font-size:16px;
font-weight:normal;
}
a{
color: #56b0a6;
text-decoration:none;
}
a:hover{
color: #333;
}
.navigation-widget a:hover{
border:none;
}
h3 a{
color:#252525;
}
.item .date{
font-size:1em;
}
p.date .day{
font-size:1em;
}
.row .wrapper{
width:988px;
margin:0px auto;
box-sizing: border-box;
position:relative;
}
.placeholder-widget{
margin:20px;
border:none;
padding:0 !important;
background:#333 !important;
}
p{
margin:0;
}
p + *{
margin:1em 0 0em;
}
h3.title {
margin: 0;
}
.btn{
font-size:1em;
}
/* header */
.header {
margin-bottom:20px;
}
.home-template-type .header{
margin:0;
}
.header .wrapper{
background:#960a15 url('/storage/themes/2398/header.jpg') center center no-repeat;
min-height:54px;
color:#fff;
font-size:16px;
padding:0 0 21px;
}
.header.banner .wrapper {
background-position: center bottom;
}
.header h1,
.header h4{
font-weight:normal;
}
.header h4{
font-size:15px;
text-transform:uppercase;
}
.header strong{
font-size:22px;
font-weight:normal;
}
.header .navigation-widget{
margin:20px 0 0;
font-family:"Titillium Web";
}
.header .navigation-widget a{
color:#fff;
padding:10px 0px;
margin:0 20px;
font-size:14px;
border-bottom:8px solid transparent;
}
.header .navigation-widget li{
}
.header .navigation-widget li.active > a{
border-bottom:8px solid #fff;
}
.header .navigation-widget li.active:hover a{
border-bottom:8px solid transparent;
}
.header .navigation-widget ul.submenu,
.header .navigation-widget li:hover{
background:#000;
}
.header .navigation-widget ul.submenu li:hover{
background:#56b1a7;
}
.header .text-banner{
padding:20px;
margin:0px;
background:#fff;
border-bottom:8px solid #56b0a6;
color:#685f59;
}
/* banner styles */
.header .banner-widget{
width:828px;
height:373px;
position:relative;
z-index:1;
margin:0 auto 5px;
}
.header .banner-widget .slide{
width:100%;
height:100%;
overflow:hidden;
}
.header .banner-widget .captions h2{
font-size:32px;
line-height:1.25em;
font-weight:600;
}
.header .banner-widget .captions:before{
content:'INTRODUCTION';
color:#56b0a6;
text-align:center;
position:absolute;
top:20px;
left:0;
font-size:10px;
width:100%;
letter-spacing:1px;
}
.header .banner-widget .captions{
width:400px;
left:0;
top:0;
z-index:200;
box-sizing:border-box;
padding:50px 50px 10px;
background:transparent;
text-align:left;
color:#69605a;
height:auto;
}
.header .banner-widget .images > a > img{
height:353px;
width:auto;
}
.header .banner-widget .images{
height:100%;
}
.header .banner-widget .slide:after{
content: "";
display: block;
width: 828px;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url('/storage/themes/2398/banner-mask.png') top center no-repeat;
z-index: 100;
}
.banner-widget .captions strong{
font-size:16px;
font-weight:normal;
}
.banner-widget .captions em{
color:#898989;
font-size:16px;
font-style:normal;
}
/* IE8 hack */
.header .banner-widget .captions{
background:#fff \9;
}
/*columns*/
.columns-widget .col .module,
.columns-widget .col .widget{
margin:0 10px 30px;
background:#fff;
color:#252525;
border-top:8px solid #56b0a6;
padding:20px 20px;
}
.columns-widget .col.last .module,
.columns-widget .col.last .widget{
background:#fff;
border-top:8px solid #56b0a6;
padding:20px;
margin:0 0px 20px 10px;
}
.columns-widget .col.primary .module,
.columns-widget .col.primary .widget{
background:#fff;
border-top:8px solid #56b0a6;
padding:20px;
color:#252525;
margin:0 10px 20px 0px;
}
.columns-widget .col.primary.last .module,
.columns-widget .col.primary.last .widget{
margin:0 0px 20px 0px;
}
/* Thumbnail Navigation */
.navigation-widget.thumbnail .item > div{
background:#f1f0ef;
}
.navigation-widget.thumbnail .subtitle,
.navigation-widget.thumbnail .description{
padding:10px 20px;
color:#5f5651;
font-size:16px;
}
.navigation-widget.thumbnail .title a{
background:#9e1722;
color:#fff;
padding:5px 20px;
font-size:25px;
}
.navigation-widget.thumbnail .thumb a{
background-size: contain !important;
}
/* footer column */
.row.footer .columns-widget .col{
}
.row.footer .columns-widget .module,
.row.footer .columns-widget .widget{
color:#000;
padding: 0 20px 20px;
background:#f1f0ef;
border-top:8px solid #56b0a6;
}
.row.footer .columns-widget h2{
color:#69605a;
background:none;
margin:10px 0 20px;
padding:0;
}
#templatefooter {
padding-bottom: 20px;
}
/* social media bar */
.social:after {
clear:both;
content:'';
display:block;
}
.social a{
background:url('/storage/themes/2398/social-icons.png') no-repeat;
display:block;
margin:2px 8px;
width:100%;
height:24px;
padding-left:35px;
float:left;
clear:left;
}
.social .facebook{
background-position:0 -50px;
}
.social .twitter{
background-position:0 0;
}
.social .youtube{
background-position:0 -25px;
}
.social .linkedin{
background-position:0 -100px;
}
/* special styles */
.content .content-module.inspiration{
color:#685f59;
text-align:center;
margin:0 0 30px;
padding:0 200px 30px;
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #FFFFFF),
color-stop(1, #E3E1DF)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E3E1DF 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E3E1DF 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E3E1DF 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E3E1DF 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E3E1DF 100%);
}
.content .content-module.inspiration:before{
content:"Daily Inspirations";
font-size:12px;
color:#fff;
background:#69605a;
text-transform:uppercase;
padding:5px 50px;
display:inline-block;
margin:0px auto;
text-align:center;
margin-bottom:20px;
}
/* Navigation */
.header .navigation-widget a {
padding: 10px 0 2px 0;
}
/* General Styles */
.btn, 
#template form.formWizForm input[type=submit], 
input[type=submit], 
button {
color: #fff;
background: #56b0a6;
padding: 10px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
-webkit-transition: ease all .2s;
-moz-transition: ease all .2s;
-o-transition: ease all .2s;
transition: ease all .2s;
cursor: pointer;
border: none;
height: auto;
line-height: normal;
}
.btn:hover, 
#template form.formWizForm input[type=submit]:hover, 
input[type=submit]:hover, 
button:hover {
color: #fff;
background: #333;
text-decoration: none !important;
}
h2 {
padding: 10px 0 0 10px;
}
blockquote {
border-left: 8px solid #56b0a6;
padding-left: 15px;
}
iframe {
max-width: 100%;
}
ul li.odd {
background: rgba(255,255,255,0.2);
}
img {
max-width: 100%;
height: auto;
}
/* Banner */
.banner-widget .captions {
height: auto;
}
/* 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;
}
.item-commentlink a:last-child:before {
content: "\f044";
}
/* 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 */
.blog-sidebar .btn {
display: block;
width: 100%;
}
.blogs-module p.date {
color: #fff;
background-color: #333;
display: block;
width: auto;
padding: 5px;
}
.blogs-module p.date .month {
float: left;
padding: 2px 10px 0 10px;
background-color: transparent;
font-size: 20px;
font-weight: normal;
}
.blogs-module p.date .day{
color: #333;
float: right;
background-color: #fff;
padding: 5px;
font-weight: bold;
}
.blogs-module p.date .weekday {
display: none;
}
.blogs-module item-commentlink a:last-child:before {
content: "\f044";
}
/* Store */
.store-module .store-sidebar {
width: 180px;
margin-top: 10px;
background: rgb(200,200,200);
background: rgba(200,200,200,0.5);
}
.store-module .store-sidebar > div {
padding: 10px;
background: none;
border: none;
margin: 0;
}
.store-module .featured .item {
background: rgb(200,200,200);
background: rgba(200,200,200,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-list .item:after {
content: "";
display: block;
clear: left;
}
.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;
}
