/*
    Theme Name: The Tsar's Treasure
    Theme URI: http://lightbulb-ks.com/
    Description: A custom Wordpress theme for The Tsar's Treasure by Light Bulb Web Development Company
    Author: Light Bulb
    Author URI: http://lightbulb-ks.com/
    Version: 1.0
*/

@font-face {
    font-family:'icomoon';
    src:url('fonts/icomoon/icomoon.eot');
    src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon/icomoon.woff') format('woff'),
        url('fonts/icomoon/icomoon.ttf') format('truetype'),
        url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight:normal;
    font-style:normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*, *:after, *:before {
    box-sizing:border-box;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration:line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, textarea, select {
    vertical-align:middle;
    border: 1px solid #999;
    outline: 0;
    margin-bottom: 5px !important;
}
h1 {
    font-size:36px;
    line-height:40px;
}
h2 {
    font-size:30px;
    line-height:40px;
}
h3 {
    font-size:24px;
    line-height:40px;
}
h4 {
    font-size:18px;
    line-height:20px;
}
h5 {
    font-size:14px;
    line-height:20px;
}
h6 {
    font-size:12px;
    line-height:20px;
}
p {
    margin:20px 0;
}
.clear {
    clear:both;
}
body {
    font-family:'Open Sans', sans-serif;
}
.container {
    width:960px;
    margin:auto;
}
header {
    background:url(images/bg.jpg);
    color:white;
    padding: 80px 0 40px 0;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
header.news {
    padding:20px 0;
}
header .book-shelf , .book-shelf {
    background:url(images/shelf.png) no-repeat center bottom;
    padding-bottom:35px;
    text-align:center;
    width:418px;
    float:left;
}
header .book-shelf img , .book-shelf img {
    display:inline;
    width:300px;
    -webkit-box-shadow:0 8px 6px -6px black, 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 8px 6px -6px black, 0px 0px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow:0 8px 6px -6px black, 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow:0 8px 6px -6px black, 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow:0 8px 6px -6px black, 0px 0px 10px rgba(0, 0, 0, 0.3);
}
header nav {

}
header nav.news {
    position: relative;
    top: 15px;
}
header nav ul {
    list-style: none;
    text-align: right;
}
header nav ul li {
    display: inline;
}

header nav ul li.current-menu-item {
    font-weight: bold;
}
header nav ul li a {
    color: white;
    padding: 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
header nav ul li a:hover {
    color: #fff;
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.1); 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
header .book-info {
    padding-top:20px;
    -webkit-text-shadow:1px 1px 1px #222;
    -moz-text-shadow:1px 1px 1px #222;
    -ms-text-shadow:1px 1px 1px #222;
    -o-text-shadow:1px 1px 1px #222;
    text-shadow:1px 1px 1px #222;
}
header .book-info h1 {
    font-weight:200;
}
header .book-info-news {
    -webkit-text-shadow:1px 1px 1px #222;
    -moz-text-shadow:1px 1px 1px #222;
    -ms-text-shadow:1px 1px 1px #222;
    -o-text-shadow:1px 1px 1px #222;
    text-shadow:1px 1px 1px #222;
}
header .book-info-news h1.page-title {
    font-weight:200;
    float: left;
}

header .book-info-news h1.page-title a {
    color: white;
}
header .book-info span.includes {
    display:block;
    font-size:12px;
}
header .btn-buy {
    border:none;
    font-family:inherit;
    font-size:inherit;
    cursor:pointer;
    padding:25px 80px;
    display:inline-block;
    margin:0 30px 15px 0;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
    outline:none;
    position:relative;
    background:#143345;
    border:1px solid white;
    color:#fff;
    height:70px;
    min-width:260px;
    line-height:24px;
    font-size:16px;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
     backface-visibility:hidden;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    -ms-border-radius:40px;
    -o-border-radius:40px;
    border-radius:40px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
header .btn-buy:after {
    content:'';
    position:absolute;
    z-index:-1;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
header .btn-buy:before {
    font-family:'icomoon';
    content:"\21";
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    position:relative;
    -webkit-font-smoothing:antialiased;
    position:absolute;
    height:100%;
    width:100%;
    line-height:2.5;
    font-size:180%;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    left:0;
    top:-100%;
}
header .btn-buy:active {
    background:#9053a9;
}
header .btn-buy span {
    display:inline-block;
    width:100%;
    height:100%;
    -webkit-transition:all 0.3s;
    -webkit-backface-visibility:hidden;
    -moz-transition:all 0.3s;
    -moz-backface-visibility:hidden;
    -ms-transition:all 0.3s;
    -ms-backface-visibility:hidden;
    -o-transition:all 0.3s;
    -o-backface-visibility:hidden;
    transition:all 0.3s;
    backface-visibility:hidden;
}
header .btn-buy:active:before {
    color:#703b87;
}
header .btn-buy:hover span {
    -webkit-transform:translateY(300%);
    -moz-transform:translateY(300%);
    -ms-transform:translateY(300%);
    -o-transform:translateY(300%);
    transform:translateY(300%);
}
header .btn-buy:hover:before {
    top:0;
}
section.buy {
    background-color:#fff;
    color:#979797;
    padding:10px 0;
    text-align:center;
    border-bottom:1px solid #E5E5E5;
}
section.buy h4 {
    font-weight:500;
}
section.buy .links {
    margin:20px 0 10px 0;
}
section.buy .links img {
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -ms-transition:.5s all;
    -o-transition:.5s all;
    transition:.5s all;
}
section.buy .links img:hover {
    -webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);
    -ms-filter:grayscale(0%);
    -o-filter:grayscale(0%);
    filter:grayscale(0%);
}
section.buy .links img.amazon {
    width:200px;
    position:relative;
    top:12px;
}
section.buy .links img.barnburner {
    width:200px;
}
section.buy .links img.rmsrepublic {
    width:200px;
    margin-left: 20px;
}
section.reviews {
    background-color:#F1F1F1;
    color:#979797;
    padding:10px 0 20px 0;
    text-align:center;
    border-bottom:1px solid #E5E5E5;
}
section.reviews .testimonials {
    margin:30px 0;
}
section.reviews h4 {
    font-weight:500;
}
section.reviews q {
    background:#fff;
    display:block;
    font-style:italic;
    padding:15px 15px 35px 15px;
    box-shadow:0 1px 3px #d3d3d3;
}
section.reviews .author-arrow {
    background:url(images/sprite.png) no-repeat 90px 0;
    padding:30px 100px 0 0;
    font-size:13px;
    font-weight:bold;
    color:#1E3F4E;
}
section.reviews .testimonial {
    width:32%;
    float:left;
    margin-left:1.3%;
}
section.about {
    padding:30px 0;
    border-bottom:1px solid #222;
    background:url(images/bg.jpg);
    color:white;
    -webkit-text-shadow:1px 1px 1px #222;
    -moz-text-shadow:1px 1px 1px #222;
    -ms-text-shadow:1px 1px 1px #222;
    -o-text-shadow:1px 1px 1px #222;
    text-shadow:1px 1px 1px #222;
    box-shadow:inset 0px 0px 80px rgba(0, 0, 0, 0.6);
}
section.about .image {
    width:150px;
    background:white;
    padding:5px;
    float:left;
    -webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow:1px 1px 4px rgba(0,0,0,0.3);
    -o-box-shadow:1px 1px 4px rgba(0,0,0,0.3);
    box-shadow:1px 1px 4px rgba(0,0,0,0.3);
}
section.about .image img {
    width:100%;
}
section.about .about-author {
    width:382px;
    float:left;
    padding:0 40px;
}
section.about .about-author p {
    font-weight:400;
    font-size:14px;
}
section.news {
    margin:40px 0;
    color:#999;
}
section.news article:not(:first-child) {
    margin-top:40px;
}
section.news article h1.article-title {
    font-weight:400;
    color:black;
}
section.news article h1.article-title a {
    color:black;
    text-decoration:none;
    -webkit-transition:.4s all;
    -moz-transition:.4s all;
    -o-transition:.4s all;
    transition:.4s all;
}
section.news article h1.article-title a:hover {
    color:#999;
}
section.news span.meta {
    font-size:14px;
}
footer {
    background-color:#F1F1F1;
    border-bottom:1px solid #E5E5E5;
    padding:10px 0;
}
footer ul {
    list-style:none;
    float:left;
}
footer ul li {
    display:inline;
}
footer ul li:not(:first-child) {
    padding-left:20px;
}
footer ul li a {
    color:#999;
    text-decoration:none;
    font-size:14px;
}
footer ul li a:hover {
    text-decoration:underline;
}
footer .copyright {
    color:#999;
    font-size:14px;
    text-align:right;
}