

body {
	font-family: 'Titillium Web', sans-serif;
	color: #333;
	font-size: 0.9em;
}
a {	color: #777; }
a:hover { color: #333; }

p a {
    color: hsl(208, 100%, 44%);
}
p a:hover {
    color: hsl(348, 100%, 44%);
}





h1, h2, h3, h4 {
	/* font-family: 'Shadows Into Light', cursive; */
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0;
	font-size: 1.8em;
	color: #666;
	font-weight: bold;
}

h4 {
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 8px;
	font-size: 1.6em;
	color: #666;
	font-weight: normal;
}

blockquote {
    border-left: #EEE solid 8px;
    margin: 12px 15px;
    padding: 10px 10px 1px 25px;
    font-size: 1.4em;
    font-family: 'Poiret One', cursive;
    color: #777;
}



.site-title {
	/*
	font-family: 'Roboto Slab', serif;
	font-family: 'Shadows Into Light', cursive;
	*/
	font-family: 'Poiret One', cursive;
	padding: 14px 14px 10px 14px;
	font-size: 2.5em;
	border-bottom: .5px solid #EEE;
	margin-bottom: 10px;
}

.my-footer {
    background-color: #FBFBFD;
    margin: 40px 0 0 0;
    padding: 150px 0 50px 0;
    color: #BBB;
    text-align: center;
}

.slick-prev:before,
.slick-next:before
{
	color: #555;
}


.img-book {
	float: left;
	max-height: 110px;
	margin: 5px 10px 10px 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-bio {
	float: left;
	max-height: 250px;
	margin: 5px 10px 10px 0;
	/*
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	*/
}

.card {
    margin-bottom: 10px;
}

.social-icon {
	padding-left: 8px;
	text-align: center;
}
.social-icon a {
    font-size: 25px;
}
.social-icon a:hover {
    text-decoration: none;
}


.lang-switcher-box {
    display: block;
    position: fixed;
    right: 10%;
    top: 0px;
    color: #FBFBFD;
    background-color: #777;
    padding: 0 10px 2px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.lg-link {
    color: #FBFBFD;
}
.lg-active {
    font-weight: bold;
}


.flash-message {
    border-radius: 5px;
    background-color: #FAFAFA;
    margin: 20px;
    padding: 1px 25px;
    font-size: .75em;
    color: #777;
}
.flash-error {
    color: #d03c3c;
}
.flash-success {
    color: #60b362;
}

.card a img {
    opacity: 1;
    transition: opacity .25s;
}
.card a img:hover {
    opacity: .75;
    transition: opacity .25s;
}

.card-body {
    position: relative;
}
.blog-youtube-icon {
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    max-height: 15px;
}


.my-light-card {
    background-color: #FBFBFD;
    border-radius: 4px;
    padding: 12px 18px;
    margin: 20px 0;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.my-stats-table {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 25px;
}
.my-stats-table td, .my-stats-table th {
    font-size: .8em;
    border-bottom: 1px solid #EEE;
}
.my-stats-table th {
    background-color: #FAFAFA;
}

/*
MENU
*/


.sitemenu {
    background-color: #FBFBFD;
    border-radius: 4px;
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
}
.menu-left a {
    letter-spacing: 0;
    transition: letter-spacing .25s;
}
.menu-left a:hover {
    letter-spacing: 2px;
    transition: letter-spacing .25s;
}
.menu-title {
    font-family: 'Roboto Slab', serif;
    margin: 4px 0 10px;
    font-weight: bold;
}

/*
BLOG
*/

.blog-banner {
    border-radius: 4px;
}
.blog-body {
    font-size: 1.4em;
}
.blog-body a {
    color: hsl(208, 100%, 44%);
}
.blog-body a:hover {
    color: hsl(348, 100%, 44%);
}
.blog-image, .blog-image-full {
    max-width: 100%;
    border-radius: 4px;
    margin: 18px 0;
}
.blog-image-left {
    max-width: 30%;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
}
.blog-image-right {
    max-width: 30%;
    float: right;
    margin-left: 10px;
    border-radius: 4px;
}
.blog-image-thumb {
    max-width: 150px;
    max-height: 150px;
    margin: 2px;
    border-radius: 4px;
}
.blog-image-gallery {
    display: inline-block;
    border-radius: 5px;
    margin: 5px;
    background-color: #EEE;
}
.blog-image-gallery img {
    max-height: 120px;
    border-radius: 5px;
}
.blog-image-gallery div {
    margin: 1px 5px;
    font-size: .75em;
}
.small-date {
    font-size: .7em;
    color: #AAA;
}
.post-preview-tag {
    font-size: .8em;
    color: #777;
    background-color: #EEEEEE;
    padding: 1px 5px;
    border-bottom-left-radius: .20rem;
    border-bottom-right-radius: .20rem;
}
.post-preview-tag a {
    padding: 0 2px;
    text-decoration: none;
}
.post-preview-tag a:hover {
    background-color: #DDD;
}
.post-preview-tag i {
    padding: 0 4px;
}
.tag-btn {
    margin-bottom: 4px;
    background-color: #F2F2F2;
    border: none;
    padding: .25rem .5rem;
    font-size: .725rem;
    line-height: 1.3;
    border-radius: .2rem;
}
.tag-box {
    /*
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background-color: #FAFAFA;
    */
    padding: 2px 15px;
    color: #777;
    margin-bottom: 25px;
    text-align: center;
}

/*
FORMS
*/

.newsletter-form {
    border:1px solid #ccc;
    padding: 12px 5px;
    text-align:center;
    border-radius: 5px;
}
.newsletter-form input {
    border-radius: 3px;
    border:1px solid #ccc;
    padding: 4px 12px;
}

.table-icon {
    font-size: 1.5em;
}
.table-icon-success {
    color: #498b49;
}
.table-icon-danger {
    color: red;
}

.form-actions {
    margin-bottom: 30px;
}

select.form-hour::before {
    content: "Time: ";
}

select.form-control {
    display: inline;
    width: auto;
}
.form-year, .form-hour {
    margin-left: 20px;
}

fieldset {
    margin-bottom: 25px;
}

.is-published, .is-hidden, .allow-comments, .is-featured {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    transition: box-shadow .25s;
}
.check-is-published, .check-is-hidden, .check-allow-comments, .check-is-featured {
    box-shadow: 0px 0px 10px 4px hsla(206, 100%, 50%, 0.3);
    transition: box-shadow .25s;
}


ul.pagination a {
    font-size: .8em;
    color: #777;
    background-color: #EEEEEE;
    padding: 1px 5px;
    border: 1px solid #999;
    border-radius: .20rem;
    margin: 0 2px;
}

ul.pagination li.active a {
    font-weight: bold;
    background-color: #777;
    color: #EEE;
}

div.paginator p {
    font-size: .8em;
    color: #777;
}


.info-block {
    border: 1px solid hsl(208, 100%, 60%);
    border-radius: 8px;
    margin: 25px;
    padding: 15px 25px;
    color: hsl(208, 100%, 25%);
    background-color: hsl(208, 100%, 92%);
}

a.btn-paypal {
    display: inline-block;
    border-top: 1px solid hsl(208, 100%, 60%);
    border-left: 1px solid hsl(208, 100%, 60%);
    border-right: 1px solid hsl(208, 100%, 25%);
    border-bottom: 1px solid hsl(208, 100%, 25%);
    background-color: hsl(208, 100%, 44%);
    color: #FFF;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
    font-size:1.2em;
    margin: 12px;
}
a.btn-paypal:hover {
    border-top: 1px solid hsl(208, 100%, 25%);
    border-left: 1px solid hsl(208, 100%, 25%);
    border-right: 1px solid hsl(208, 100%, 60%);
    border-bottom: 1px solid hsl(208, 100%, 60%);
    background-color: hsl(208, 100%, 35%);
    color: hsl(208, 100%, 80%);
}




/*  SHOP CLASSES   */

.shop-qty {
    margin-bottom: 4px;
    background-color: #d35252;
    color: white;
    font-weight: bold;
    border: none;
    padding: .25rem .5rem;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: .2rem;
}
.shop-sale-pill {
    margin-bottom: 4px;
    background-color: #60b362;
    color: white;
    font-weight: bold;
    border: none;
    padding: .25rem .5rem;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: .2rem;
}
.shop-sold-out {
    color: #d35252;
    text-align: center;
}
.shop-sold {
    color: #d35252;
}
.shop-price-crossed {
    text-decoration: line-through;
    color: #AAA;
}
.shop-thumb {
    max-height: 100px;
    margin: 10px 10px 10px 0px;
}
.shop-featured-title {
    background-color: white;
    color: gold;
    margin: 0px;
    padding: 0px 12px;
    text-align: right;
}
.shop-banner { }
.shop-label {
    maring: 0;
    padding: 4px 12px;
    font-size: 1.2em;
}
.shop-label-new {
    color: hsl(208, 100%, 44%);
}
.shop-label-sale {
    color: forestgreen;
}
.shop-label-expire {
    color: #d35252;
}
.shop-label-expire {

}

/* SLIDER CLASSES */

.slider-image {
    cursor: pointer;
}

div.slider-modal {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hsla(0,0%,0%,.75);
    display: none;
}

div.slider-modal-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    display: none;
    z-index: 999;
}

div.slider-modal-close {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
}

div.slider-modal-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

div.slider-modal-image img {
    max-height: 96vh;
    max-width: 96vw;
    left: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




/* CSS FLEX IMAGE GALLERY */

.gallery {
    display: flex;
    padding: 2px;
    transition: 0.3s;
}
.gallery:hover .gallery__image {
     /* filter: grayscale(1); */
}
.gallery__column {
    display: flex;
    flex-direction: column;
    width: 25%;
}
.gallery__link {
    margin: 2px;
    overflow: hidden;
}
.gallery__link:hover .gallery__image {
    /* filter: grayscale(0); */
    filter: brightness(1.15);
}
.gallery__link:hover .gallery__caption {
    opacity: 1;
}
.gallery__thumb {
    position: relative;
    margin-bottom: 0;
}
.gallery__image {
    display: block;
    width: 100%;
    transition: 0.3s;
}
.gallery__image:hover {
    transform: scale(1.1);
}
.gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px 15px;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: white;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
}
