ul#mobilemenu {
    display: none;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
#fancybox-title {
    font-size: 15px;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.voffset1 {
    margin-top: 15px;
}
.voffset2 {
    margin-top: 30px;
}
.voffset3 {
    margin-top: 45px;
}
a {
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #aa7b43;
}

/* centered columns styles */

.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: top;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 21px !important;
    height: 21px !important;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.single-event {
    margin-bottom: 15px;
}
.single-gallery {
    margin-bottom: 30px;
}
.single-event-post {
    padding: 30px;
}
h3.titletop {
    margin-top: 0;
}
a:hover {
    color: #fff;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.aleft {
    text-align: left;
}
.aright {
    text-align: right;
}
.voffset1 {
    margin-top: 15px;
}
.voffset1 {
    margin-top: 30px;
}
.pbottom {
    padding-bottom: 40px;
}
.pright {
    padding-right: 40px;
}
.pleft {
    padding-left: 40px;
}
.borderleft {
    border-left: 1px solid #000;
}
.borderright {
    border-right: 1px solid #000;
}
.mright {
    margin-right: 40px;
}
.mright2 {
    margin-right: 40px;
}
.mleft {
    margin-left: 40px;
}
.center {
    text-align: center;
}
.column-10 {
    width: 10%;
}
.column-20 {
    width: 16%;
}
.column-25 {
    width: 21%;
}
.column-30 {
    width: 30%;
}
.column-33 {
    width: 30%;
}
.column-50 {
    width: 46%;
}
.column-60 {
    width: 56%;
}
.column-75 {
    width: 73%;
}
.column-70 {
    width: 66%;
}
.column-40 {
    width: 36%;
}
.fancy {
    line-height: 0.5;
    text-align: center;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 9px;
    border-bottom: 1px solid #FFF;
    top: 0px;
    width: 150px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}
.full {
    width: 100%;
}
header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #fff8de;
}

/* SETUP */

.background {
    background-repeat: no-repeat;
    /* custom background-position */
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position: 50% 50%\9 !important;
    background-size: cover;
}

/* fullscreen setup */

html,
body {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
}
.fullscreen,
.content-a {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height: auto;
    min-height: 100%;
}
.padded {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* content centering styles */

.content-a {
    display: table;
}
.content-b {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
section {
    background: #9ed100;
}
.not-fullscreen {
    height: 50%;
}

/* visual styles */

body {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0px;
    color: #CBCBCB;
    line-height: 1.5;
    background-image: url('http://lastbookstorela.com/wp-content/themes/theme2/img/eventbg.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.not-fullscreen {
    height: auto;
    min-height: ;
}
.not-fullscreen .wrapper {
    padding: 0px 0px
}

/* MENU */

.parmenu nav ul {
    margin: 0;
    padding: 0;
    /* only needed if you have not done a CSS reset */
    z-index: 666;
}
.parmenu nav li {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    text-align: left;
    width: auto;
    vertical-align: middle;
    margin: 30px 15px 30px 0;
    position: relative;
}
.parmenu nav li:last-child {
    margin: 30px 0 30px 0;
}
.parmenu nav li:first-child {
    margin: 30px 15px 30px 0;
}
.parmenu nav ul li a {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 5px 0 5px;
    text-transform: uppercase;
}
.parmenu nav > ul > li > span {
    display: none;
}
.parmenu nav ul li a:hover {
    padding: 0 5px 0 5px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #aa7b43;
}
.parmenu nav ul li.current a {
    padding: 0 5px 0 5px;
    color: #aa7b43;
}

/* SUB MENU */

.parmenu nav ul ul {
    display: none;
    position: absolute;
    top: 15px;
    margin-top: 0;
    padding-top: 20px;
}
.parmenu nav ul ul li {
    float: none;
    width: 125px;
    z-index: 666;
    height: auto;
    margin: 0px !important;
    padding: 0;
    cursor: pointer;
    text-align: left;
}
.parmenu nav ul ul li a {
    /* target all sub menu item links */
    /* give our sub menu links a nice button feel */
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    border-bottom: solid 0px #fff;
}
.parmenu nav ul ul li a:hover {
    color: #fff;
    border-bottom: solid 0px #fff;
}
.parmenu nav ul li:hover > ul {
    display: block;
    /* show sub menus when hovering over a parent */
}

/* EVENT MENU */

#eventMenu nav ul li.active a {
    border-top: 3px solid #333;
    color: #333;
}
.arrow a {
    color: #fff;
}
#eventMenu {
    text-align: center;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 0;
    max-width: none;
    z-index: 6;
}
#eventMenu header {
    width: 100%;
    margin: 0 auto;
    max-width: none;
    text-align: center;
    position: relative;
    color: #fff8de;
}
#eventMenu .logo {
    width: 170px;
    margin: 0 auto;
    float: left;
}
#eventMenu .logo img {
    width: 100%;
    height: auto;
}
#eventMenu nav ul {
    margin: 0;
    padding: 0;
    /* only needed if you have not done a CSS reset */
    z-index: 666;
}
#eventMenu nav li {
    display: inline-block;
    padding: 0px;
    cursor: pointer;
    text-align: left;
    width: auto;
    vertical-align: middle;
    margin: 0px 32px 0px 0px;
    position: relative;
}
#eventMenu nav li:last-child {
    padding: 0 0 0 0;
    margin: 5px 0 0 0;
}
#eventMenu nav ul li a {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 0px 5px;
    text-transform: uppercase;
}
#eventMenu nav > ul > li > span {
    display: none;
}
#eventMenu nav ul li a:hover {
    padding: 0 5px 0 5px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #aa7b43;
}
#eventMenu nav ul li.current a {
    padding: 0 5px 0 5px;
    color: #aa7b43;
}

/* SUB MENU */

#eventMenu nav ul ul {
    display: none;
    position: absolute;
    top: 0;
    margin-top: 0;
    padding-top: 30px;
    left: -90px;
}
#eventMenu nav ul ul li {
    float: none;
    width: 125px;
    z-index: 666;
    margin: 0;
    height: auto;
    padding: 0px 20px 10px 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, .9);
    text-align: right;
}
#eventMenu nav ul ul li:first-child {
    float: none;
    width: 125px;
    z-index: 666;
    height: auto;
    background: rgba(0, 0, 0, .9);
    margin: 0;
    padding: 0 20px 10px 20px;
    cursor: pointer;
    text-align: right;
}
#eventMenu nav ul ul li:last-child {
    float: none;
    width: 125px;
    z-index: 666;
    height: auto;
    background: rgba(0, 0, 0, .9);
    margin: 0;
    padding: 0px 20px 10px 20px;
    cursor: pointer;
    text-align: right;
}
#eventMenu nav ul ul li a {
    /* target all sub menu item links */
    /* give our sub menu links a nice button feel */
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0 0 0;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    border-bottom: solid 0px #fff;
}
#eventMenu nav ul ul li a:hover {
    color: #fff;
    padding: 10px 0 0 0;
    border-bottom: solid 0px #fff;
}
#eventMenu nav ul li:hover > ul {
    display: block;
}
.hide {
    display: none;
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #FFF none repeat scroll 0% 0%;
    padding: 0 !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4) !important;
}

/* FLOATING MENU */

#fadeMenu nav ul li.active a {
    border-top: 3px solid #333;
    color: #333;
}
.arrow a {
    color: #fff;
}
#fadeMenu {
    background: rgba(0, 0, 0, 1);
    display: none;
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 0;
    max-width: none;
    z-index: 6;
}
#fadeMenu header {
    width: 100%;
    margin: 0 auto;
    max-width: none;
    text-align: center;
    position: relative;
    color: #fff8de;
}
#fadeMenu .logo {
    width: 170px;
    margin: 0 auto;
    float: left;
}
#fadeMenu .logo img {
    width: 100%;
    height: auto;
}
#fadeMenu nav ul {
    margin: 0;
    padding: 0;
    /* only needed if you have not done a CSS reset */
    z-index: 666;
}
#fadeMenu nav li {
    display: inline-block;
    padding: 0px;
    cursor: pointer;
    text-align: left;
    width: auto;
    vertical-align: middle;
    margin: 0px 15px 0px 0px;
    position: relative;
}
#fadeMenu nav ul li a {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0px 5px;
    text-transform: uppercase;
}
#fadeMenu nav > ul > li > span {
    display: none;
}
#fadeMenu nav ul li a:hover {
    padding: 0 5px 0 5px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #aa7b43;
}
#fadeMenu nav ul li.current a {
    padding: 0 5px 0 5px;
    color: #aa7b43;
}

/* SUB MENU */

#fadeMenu nav ul ul {
    display: none;
    position: absolute;
    top: 0px;
    margin-top: 20px;
    padding-top: 0;
    left: -15px;
}
#fadeMenu nav ul ul li {
    float: none;
    width: 160px;
    z-index: 666;
    margin: 0;
    height: auto;
    padding: 15px;
    cursor: pointer;
    background: rgba(0, 0, 0, .9);
    text-align: left;
}
#fadeMenu nav ul ul li a {
    /* target all sub menu item links */
    /* give our sub menu links a nice button feel */
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
    border-bottom: solid 0px #fff;
}
#fadeMenu nav ul ul li a:hover {
    color: #fff;
    padding: 0;
    border-bottom: solid 0px #fff;
}
#fadeMenu nav ul li:hover > ul {
    display: block;
}

/* CURRENT */

.logo img {
    width: 100%;
}
.menu-item a {
    color: #fff;
}
.menu-item a.mPS2id-highlight-first {
    color: #aa7b43;
}

/* CONTENT */

.content-b {
    color: #B9B9B9;
}
.content-b strong {
    color: #fff;
}
.content-b h2,
content-b h3 {
    color: #fff;
}
::-moz-selection {
    background: #aa7b43;
    text-shadow: none;
}
::selection {
    background: #aa7b43;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.wrapper {
    width: 1180px;
    margin: 0 auto;
}
.wrapperannounce {
    width: 800px;
    margin: 0 auto;
}
h1 {
    font-size: 29px;
    color: #AA7B43;
    text-transform: uppercase;
    letter-spacing: 0;
}
h1 a {
    color: #AA7B43;
}
.title {
    font-size: 29px;
    color: #aa7b43;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}
.taptap-by-bonfire ul li a {
    font-family: "rosewood-std-fill", sans-serif !important;
    font-size: 21px;
    line-height: 1.5;
}
#home .parmenu {
    position: absolute;
    top: 30px;
    width: 100%;
    max-width: none;
    left: 0px;
    text-align: center;
    z-index: 5;
}
.address {
    font-weight: none;
    margin: 10px 0;
    letter-spacing: 2px;
}
#home .parbottom {
    position: absolute;
    bottom: 30px;
    width: 100%;
    max-width: none;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 5;
}
#home .parbottom a {
    color: #fff;
    font-size: 23px;
}
#home .parbottom a:hover {
    color: #fff;
}
.social a {
    font-size: 30px;
    color: #aa7b43;
    margin-right: 5px;
}
#home .parbottom .announcement {
    font-size: 16px;
    opacity: 0.8;
    letter-spacing: 0;
}
.email {
    border-top: 0;
    border-right: 0;
    outline: none;
    width: 200px;
    font-size: 13px;
    color: #fff;
    border-left: 0;
    background: transparent;
    padding: 5px;
    border: 1px solid #aa7b43;
}
.email2 {
    border-top: 0;
    border-right: 0;
    outline: none;
    width: 200px;
    font-size: 13px;
    color: #fff;
    border-left: 0;
    padding: 5px;
    border: 1px solid #aa7b43;
    background: transparent;
}
.button {
    outline: none;
    letter-spacing: 0;
    border: 0;
    font-size: 13px;
    background: #aa7b43;
    margin-left: 10px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
}
.button2 {
    outline: none;
    letter-spacing: 0;
    border: 0;
    font-size: 13px;
    background: #aa7b43;
    margin-left: 0;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
}
#home .title {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
}
#home .content-b img {
    width: 60%;
    height: auto;
}
.mbottom20 {
    margin-bottom: 10px;
}
.mtop20 {
    margin-top: 10px;
}
h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline;
}
h5 {
    margin: 0px;
    padding: 0px;
    color: #ff0000;
    font-size: 15px;
    line-height: 1.4;
    display: inline;
}
h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.selling h3 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h1,
h2,
h3,
h4 {
    font-weight: normal;
}
#about .content-b h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1;
}
.fullimg {
    width: 100%;
    height: auto;
}
ul.featured {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.featured li {
    height: 60px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.featured li:last-child {
    margin-right: 0;
    margin-bottom: 10px;
}
ul.featured li img {
    height: 100%;
    width: auto;
}

/* EVENTS */

#events .content-b h2 {
    font-size: 30px;
    line-height: 1;
}
span.wpcf7-not-valid-tip {
    color: #F00;
    font-size: 1em;
    display: block;
    margin-top: 10px;
}
div.wpcf7-validation-errors {
    border: 0px solid #F7E700;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
}
.wpcf7-list-item {
    display: block;
}
.wpcf7-text,
.wpcf7-textarea {
    border-top: 0;
    border-right: 0;
    outline: none;
    width: 95%;
    font-size: 12px;
    color: #fff;
    border-left: 0;
    background: transparent;
    padding: 5px;
    border: 1px solid #aa7b43;
}
.caption {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 5px;
    letter-spacing: 0;
}
ul.event {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
ul.event li {
    width: 100%;
    margin-bottom: 20px;
}
ul.event li:last-child {
    margin-bottom: 0;
    border-bottom: solid 0px #fff;
    padding-bottom: 0;
}
ul.event li h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline;
}
.eventpic img {
    width: 100%;
    height: auto;
}
.wpcf7-textarea {
    height: 70px;
}
ul.gallery {
    padding: 0;
}
ul.gallery li {
    width: 220px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}
ul.gallery li img {
    width: 100%;
    height: auto;
}
ul.gallery2 {
    padding: 0;
}
ul.gallery2 li {
    width: 180px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}
ul.gallery2 li img {
    width: 100%;
    height: auto;
}

/* VIST */

#visit .content-b h2 {
    font-size: 30px;
    line-height: 1;
}

/* SELL TRADE DONATE */

#sell .content-b h2 {
    font-size: 30px;
    line-height: 1;
}
.hentry {
    height: auto;
    background-color: #000;
}
.inner-entry {
    padding: 20px;
}
.caps {
    text-transform: uppercase;
}

/* SOCIAL */

#social .content-b h2 {
    font-size: 30px;
    line-height: 1;
}
.newstitle {
    font-size: 27px;
    font-weight: normal;
    line-height: 1;
}
ul.tweets {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.tweets li {
    margin-bottom: 10px;
}
#contact .content-b h2 {
    font-size: 30px;
    line-height: 1;
}
.mobile {
    display: none;
}
.eventwrapper {
    width: 100%;
    height: 100%;
}
.eventinside {
    padding: 60px 100px;
}
footer {
    padding: 40px 0;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
}
.content img {
    max-width: 100%;
    height: auto;
}
.container2 {
    width: 1000px;
}
.container2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
