/* 
Theme Name: Holly Chapple | The Full Buquet
Description: Gorgeous Custom Wordpress Theme "Holly Chapple | The Full Buquet" by Flosites
Author: Flosites | Eugen F.
Author URI: http://flosites.com
Version: 1.0
*/

/* Fonts
*******************************/
@font-face {
    font-family: 'PetrasScriptEFOPRegular';
    src: url('fonts/petrasscriptefop-webfont.eot');
    src: url('fonts/petrasscriptefop-webfont.eot?iefix') format('eot'),
        url('fonts/petrasscriptefop-webfont.woff') format('woff'),
        url('fonts/petrasscriptefop-webfont.ttf') format('truetype'),
        url('fonts/petrasscriptefop-webfont.svg#webfontIu6dm6Hj') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlantagenetCherokeeRegular';
    src: url('fonts/plantagenetcherokee-webfont.eot');
    src: url('fonts/plantagenetcherokee-webfont.eot?iefix') format('eot'),
        url('fonts/plantagenetcherokee-webfont.woff') format('woff'),
        url('fonts/plantagenetcherokee-webfont.ttf') format('truetype'),
        url('fonts/plantagenetcherokee-webfont.svg#webfontzR4ypY6e') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LilyWang';
    src: url('fonts/LilyWang.eot');
}
@font-face {
    font-family: 'LilyWang';
    src: url('fonts/LilyWang.woff') format('woff'),
    url('fonts/LilyWang.svg#LilyWang') format('svg');
}
@font-face {
    font-family: 'Baskervlle2-BT-Roman';
    src: url('fonts/baskervlle2_bt_roman-webfont.eot');
}

@font-face {
    font-family: 'Baskervlle2-BT-Roman';
    src: url('fonts/baskervlle2_bt_roman-webfont.woff') format('woff'),
    url('fonts/baskervlle2_bt_roman-webfont.svg#BaskervilleNo2BT-Roman') format('svg');
}

/* Reset styles
*******************************/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,li,ol,
a,em,img,strong,fieldset,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}
:focus {outline: 0}
img {vertical-align:middle; outline:0}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
/* Body & forms
*******************************/
body{
    color:#020000;
    text-align: left;
    font:normal 12px Georgia, "Times New Roman", Times, serif;
}
input,
textarea {
    font:normal 12px Georgia, "Times New Roman", Times, serif;
    color:#020000;
}

/* Header elements
*******************************/
h2,
h3,
h4,
h5,
h6 {
    color:#020000;
    font:normal 1em 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 300;
}
h3 {
    font-size: 17px;

}
h4 {
    font-size:14px;
}
h5 {
    font-size:11px;
}
h6 {}


/* Text elements
*******************************/
p               {margin: 0 0 1.2em 0; text-align: left; line-height:1.5;}
p.last          {margin-bottom:0;}
/*ul, ol          {margin: 0 0 1em 2em; text-align: left; line-height:1.6;}*/
strong      	{font-weight: bold;}
em          	{font-style: italic;}
ins             {text-decoration:none;}
del             {text-decoration:line-through;}

.alignleft {
    float:left;
}
.alignright {
    float:right;
}

/* Quotes
*******************************/
blockquote {}
blockquote:before {}
blockquote:after {}

/* Links
*******************************/
a:link,
a:visited,
a:active{
	text-decoration: none;
	color: #020000;
}
a:hover {
	color: #c9c9c9;
}


/* Clearfix
*******************************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* JScrollPane Styles
*******************************/
.jspContainer{
    overflow: hidden;
    position: relative;
}
.jspPane{
    position: absolute;
}
.jspVerticalBar{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: red;
}
.jspHorizontalBar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}
.jspVerticalBar *,
.jspHorizontalBar *{
    margin: 0;
    padding: 0;
}
.jspCap{
    display: none;
}
.jspHorizontalBar .jspCap{
    float: left;
}
.jspTrack{
    background: #fff;
    position: relative;
}
.jspDrag {
    background: url(images/post-comments-scroll.png) 50% 0 no-repeat;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
    float: left;
    height: 100%;
}
.jspArrow{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled{
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow{
    height: 16px;
}
.jspHorizontalBar .jspArrow{
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus{
    outline: none;
}
.jspCorner{
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
    margin: 0 -3px 0 0;
}






/* Header
*******************************/
#header-wrapper {
    background: transparent;
    position: static;
    z-index: -1;
}
#header {
    width: 1200px;
	height: 370px;
    margin: 20px auto 24px auto;
    position: relative;
}
#logo {
    position: relative;
    width: 1200px;
	height: 281px;
}

#logo h1 a {
    display: block;
    width:1200px;
    height: 300px;
    /*background: url(/wp-content/uploads/2017/11/logo_BW.png) 50% 0 no-repeat;
    text-indent: -9999px;*/
}

#logo a img {
    width: 100%;
    height: auto;
}

/* Navigation
*******************************/
#nav {
    /*position: relative;
    bottom: 0;
    left: 0;
    width:1200px;
    height: 42px;
    z-index: 999;*/
    position: relative;
	bottom: -35px;
}

#nav ul {
    margin-top: -1px;
}

#nav ul.left {
    float: left;
    margin-left: 300px;
	position: relative;
}

#nav ul li {
    margin-left: 80px;
	display: inline-block;
}

#nav ul.left li {
	position: relative;
	margin: 4px;

}

#nav ul li a {
    color: #020000;
    font: 18px/1 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#nav ul.right li a {
    padding-left: 40px;
    padding-right: 20px;
}

#nav ul a:hover,
#nav ul .active a:hover {
    font-weight: 300;
    color: #c9c9c9;
}

#nav ul .active a {
    color: #020000;
}

#nav ul ul {
    z-index: 999;
    display: none;
    position: absolute;
    left: 0;
    -webkit-box-shadow: 0px 0px 5px #a8a8a8;
    -moz-box-shadow: 0px 0px 5px #a8a8a8;
    box-shadow: 0px 0px 5px #a8a8a8;
    padding:0;
}

#nav ul.left ul li,
#nav ul.right ul li {
    margin:0;
}
#nav ul ul li {
    float: none;
    text-align: center;
    background: #fff;
}
#nav ul ul li a {
    width:150px;
    text-align: right;
    display: block;
    float: none;
    height: auto;
    font:normal 12px/1 "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
}
#nav ul ul li a:hover {
    color: #c9c9c9;
	font-style: italic;
    background: none;
}
#nav ul.left ul li.bottom {
    height: 5px;
    background: transparent url(images/nav-dropdown.png) 0 0 repeat-x;
}
#nav ul ul ul {
    z-index: 999;
    display: none;
    position: absolute;
    left:120px;
    top: 0px;
    -webkit-box-shadow: 0px 0px 5px #a8a8a8;
    -moz-box-shadow: 0px 0px 5px #a8a8a8;
    box-shadow: 0px 0px 5px #a8a8a8;
    padding:0;
}

/* Social
*******************************/

#twitter {
    position: absolute;
    left: 132px;
    top: -3px;
    width:200px;
    height: 320px;
}
#twitter a {
    width:72px;
    height: 64px;
    position: absolute;
    background: url(images/social.png) 100% 0 no-repeat;
    bottom: 18px;
    left: 80px;
    text-indent: -9999px;
}

#facebook {
    position: absolute;
    /*left: 140px;*/
    left: 135px;
    bottom: 47px;
    z-index: 999;
}
#facebook a {
    width:61px;
    height: 47px;
    /*background: url(images/social.png) 0 0 no-repeat;*/
    background: url(images/facebookicon.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
}

#rss {
    position: absolute;
    left: 65px;
    bottom: 47px;
    z-index: 999;
}
#rss a {
    width:50px;
    height: 47px;
    /*background: url(images/rssicon.png) 0 0 no-repeat;*/
    background: url(images/rssicon1.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
}


/* Wrappers
*******************************/
#wrapper {
    width:1200px;
    margin:0 auto;
    position: relative;
    z-index: 2;
}
#content {
    margin-left: 0px;
    padding-top: 0px;
    overflow: hidden;
    zoom: 1;
}
#main {
    float: left;
    width:900px;
    overflow: hidden;
}
#sidebar {
    float: right;
    width:200px;
    margin-right: 24px;
}
#main-center {
    margin:0 auto;
    width:900px;
    overflow: hidden;
}
/* Main
*******************************/

#main h2.search {
    color: #020000;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
}
#main h2.search span {
    color: #020000;
    text-transform: uppercase;
}

.share-image {
    position: relative;
    margin:0;
    max-width: 100%;
}
.share-image div {
    position: absolute;
    right:10px;
    bottom:10px;
    font:normal 12px/18px 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 10px 15px;
    background: #ffffff;
    z-index: 99;
    display: block;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -webkit-transform: scale(.7,.7);
}
.share-image:hover div {
    opacity: 1;
    display: block;
    -webkit-transition-duration: 0.5s;
    -webkit-transform: scale(1,1);
}
.share-image div a {
    color: #020000;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.share-image div a:hover {
    color:#c9c9c9;
}
.share-image div p {
    display: none;
}

.post .collage-box {
    overflow: hidden;
    zoom:1; 
}
.post .collage-box .share-image {
    margin: 0;
    text-align: left;
}
.post .collage-box .share-image-odd {
    float: left;
}
.post .collage-box .share-image-even {
    float: right;
}

.post .view-full-post {
    font:normal 40px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
}
.post .view-full-post a {
    color: #54371C;
}

/* Sidebar
*******************************/
#sidebar .block {
    margin-bottom: 50px;
    font-family: 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #020000;
	font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 16px;
}

#sidebar .block hr {
    border: none;
    height: 1px;
    background: #020000;
    width: 80%;
    margin: 10px 0;
}

#sidebar .block h2 {
    margin-bottom: 10px;
}

#sidebar .block