/* Screen.css | May 20, 2015 @4:26:10 PM */ 
/* 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=Marcellus SC:regular");
@import url("https://fonts.googleapis.com/css?family=Ropa Sans:regular");
@import url("https://fonts.googleapis.com/css?family=Ropa Sans:italic");
/* General */
body{
font-family:Alegreya;
color:#252525;
background-color:#ebebeb;
border-top:2px solid #119ec5;
font-size:14px;
min-width:981px;
}
.row.nav {
background:#ebebeb;
}
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: #119ec5;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.item .date{
font-size:1em;
}
.row .wrapper{
width:981px;
margin:0px auto;
}
.placeholder-widget{
margin:30px;
}
p{
margin:0;
}
p + *{
margin:1em 0 0em;
}
.btn{
font-size:1em;
}
.special .btn{
display:inline-block;
color:#fff;
text-decoration:none;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
background:url('/storage/themes/1972/btn.jpg');
padding:0 10px;
border-radius:15px;
height:28px;
line-height:28px;
}
/* header */
.header{
background:#030303;
min-height:54px;
color:#fff;
font-size:16px;
}
.header .module{
margin:30px 0;
}
.header h1,
.header h4{
font-family:Marcellus SC;
font-weight:normal;
}
.header h4{
font-size:15px;
text-transform:uppercase;
}
.header strong{
font-family:Ropa Sans;
font-size:22px;
font-weight:normal;
}
.row.content .module{
margin:30px;
}
/* banner styles */
.banner-widget .captions.fixed{
width:33%;
}
.banner-widget .captions{
border-top:8px solid #119ec5;
font-size:22px;
}
.banner-widget .captions strong{
font-size:16px;
font-weight:normal;
}
.banner-widget .captions em{
color:#898989;
font-size:16px;
font-style:normal;
}
/* navigation styles */
.navigation-widget a{
padding:0 5px;
}
.navigation-widget .thumbnail{
padding:40px 0 0 30px;
background:#f6f6f6;
}
.navigation-widget .thumbnail ul.menu .item{
width:280px;
margin-right:30px;
border-top:5px solid #119ec5;
}
.navigation-widget .thumbnail ul.menu .item .thumb{
height:178px;
}
.navigation-widget .thumbnail .title{
margin:5px 0;
font-size:24px;
}
.row.nav .navigation-widget li a{
color:#000;
}
.row.nav .navigation-widget li:hover a{
color:#fff;
}
.row.nav .navigation-widget .submenu a{
padding:8px 15px;
}
.row.nav .navigation-widget .horizontal .submenu{
width:200px;
}
.row.nav .navigation-widget .horizontal .submenu .submenu{
left:180px;
}
.row.nav .navigation-widget .meganav ul.menu,
.row.nav .navigation-widget .horizontal ul.menu{
white-space:nowrap;
}
.row.nav .navigation-widget .meganav li.separator,
.row.nav .navigation-widget .horizontal li.separator{
text-indent:-10000px;
background:#c0c0c0;
background-image: -o-linear-gradient(bottom, #c0c0c0 0%, #ebebeb 100%);
background-image: -moz-linear-gradient(bottom, #c0c0c0 0%, #ebebeb 100%);
background-image: -webkit-linear-gradient(bottom, #c0c0c0 0%, #ebebeb 100%);
background-image: -ms-linear-gradient(bottom, #c0c0c0 0%, #ebebeb 100%);
background-image: linear-gradient(to bottom, #c0c0c0 0%, #ebebeb 100%);
height:83px;
width:1px;
}
.row.nav .navigation-widget .meganav li.l1 > a,
.row.nav .navigation-widget .horizontal li.l1 > a{
width:129px;
height:83px;
line-height:83px;
}
.row.nav .navigation-widget ul.menu li:hover,
.row.nav .navigation-widget ul.menu li:hover .submenu{
background: #119ec5;
}
.row.nav .navigation-widget ul.menu li.l2:hover,
.row.nav .navigation-widget ul.menu li.l2:hover .submenu{
background:#146980;
}
.row.nav .navigation-widget ul.menu li.l3:hover,
.row.nav .navigation-widget ul.menu li.l:hover .submenu{
background:#164957;
}
/* column styles */
.columns-widget.special {
background-image: -o-linear-gradient(bottom, #119EC5 0%, #0A83A4 100%);
background-image: -moz-linear-gradient(bottom, #119EC5 0%, #0A83A4 100%);
background-image: -webkit-linear-gradient(bottom, #119EC5 0%, #0A83A4 100%);
background-image: -ms-linear-gradient(bottom, #119EC5 0%, #0A83A4 100%);
background-image: linear-gradient(to bottom, #119EC5 0%, #0A83A4 100%);
position:relative;
}
.columns-widget.special:before{
content:"";
display:block;
background:url('/storage/themes/1972/feature-shadow.jpg');
width:100%;
height:20px;
position:absolute;
bottom:-20px;
}
.columns-widget.special .col{
background:#252525;
color:#fff;
position:relative;
}
.columns-widget.special .col + .col:before{
width:1px;
height:100%;
content:'';
display:block;
position:absolute;
left:0;
top:0;
background-image: -o-linear-gradient(bottom, transparent 0%, #161616 50%, transparent 100%);
background-image: -moz-linear-gradient(bottom, transparent 0%, #161616 50%, transparent 100%);
background-image: -webkit-linear-gradient(bottom, transparent 0%, #161616 50%, transparent 100%);
background-image: -ms-linear-gradient(bottom, transparent 0%, #161616 50%, transparent 100%);
background-image: linear-gradient(to bottom, transparent 0%, #161616 50%, transparent 100%);
}
.columns-widget.special h2{
color:#119ec5;
}
.columns-widget.special .col.last{
background:transparent;
}
.columns-widget.special .col.last h2{
color:#252525;
}
.columns-widget .navigation-widget .vertical{
margin:30px;
}
/* social media bar */
.row.social{
background:#119ec5;
text-align:center;
font-size:16px;
font-weight:bold;
height:40px;
line-height:40px;
text-transform:uppercase;
}
.row.social a{
background:url('/storage/themes/1972/social-icons.png');
text-indent:-10000px;
display:inline-block;
margin:7px 8px;
width:25px;
height:24px;
}
.row.social .facebook{
background-position:0 -50px;
}
.row.social .twitter{
background-position:0 0;
}
.row.social .youtube{
background-position:0 -25px;
}
.row.social .linkedin{
background-position:0 -100px;
}
.row.footer{
background:#000;
color:#fff;
height:70px;
line-height:70px;
}
.row.footer .content-module{
float:left;
}
.row.footer .navigation-widget{
float:right;
font-size:14px;
}
.row.footer .navigation-widget .separator{
color:#343434;
}
#templatefooter {
padding: 20px 0 20px 0;
}
/* secondary template styles */
.secondary-template .columns-widget{
margin-bottom:20px;
background:#ebebeb;
}
.secondary-template .columns-widget .col{
border-top:5px solid #119ec5;
background:#ffffff;
}
.secondary-template .columns-widget .col:nth-child(2n){
border-top:5px solid #000000;
background:#ebebeb;
}
/* General Styles */
.btn, 
#template form.formWizForm input[type=submit], 
input[type=submit], 
button {
color: #fff;
background: #119EC5;
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;
}
.btn:hover, 
#template form.formWizForm input[type=submit]:hover, 
input[type=submit]:hover, 
button:hover {
color: #fff;
background: #333;
text-decoration: none !important;
}
blockquote {
border-left: 8px solid #119EC5;
padding-left: 15px;
}
iframe {
max-width: 100%;
}
ul li.odd {
background: rgba(255,255,255,0.2);
}
img {
max-width: 100%;
height: auto;
}
a {
color: #119ec5;
}
a:hover {
color: #333;
}
/* 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;
}
/* 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;
}
.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;
}
