/*
Theme Name: Trey Anastasio Theme
Template: reverie
Description:        Custom theme for Trey Anastasio.
Version:            1.0
Author:             PROD4ever
Author URI:         http://www.prod4ever.com/
*/

/* =Basics */




html, body {
    min-height: 100%;
}
html {
    position: relative;}
body {
    position: static;
}
a{
    color: #666;
}
 .post-box a, .box a, .excerpt-box a {
    text-decoration: none;
}

a.post-box:hover h2, a.box:hover h2, a.excerpt-box:hover h2,
a.post-box:hover h3, a.box:hover h3, a.excerpt-box:hover h3 {
    color: #666;
}

.post-box h2 a, .box h2 a, .excerpt-box h2 a,
.post-box h3 a, .box h3 a, .excerpt-box h3 a {
    text-decoration: none;
}

ul, ol, dl {
    list-style-position: inside;
}

/* =Fonts & Typography */

/* Droid Serif is hosted on Google Web fonts and is referenced in header.php. */

body {
    font-family: 'FuturaStd', serif;
    background: transparent url(images/trey_bg.jpg) center top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    text-transform: uppercase;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0;
}

h1, h3, h5 {
    font-family: 'FuturaStd';
    color: #666;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 24px;
}

h5 {
    font-size: 14px;
}

h2, h4, h6 {
    font-family: 'FuturaStd-Book';
    line-height: 1.2em;
    color: #666;
}

h5 {
    margin-bottom: 6px;
}

h3 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
}
h2{

    letter-spacing: 2px;
}

.twitter h3 {
    font-size: 23px;
    font-family: 'FuturaStd';
    color: #eeb534;
}

.twitter.box, .sidebar {
    font-family: 'FuturaStd-Book';
    font-size: 18px;
    color: #666;
    background-color: rgba(255, 255, 255, 0.45);
}

.twitter.box a {
    color: #eeb534;
}
.twitter.box a:hover {
    color: #FFF;
}

.icon + h3 {
    margin-top: 7px;
}

#twitter_orbit > div {
    font-size: 18px;
    line-height: 1.5;
}

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('fonts/FuturaStd/FuturaStd-Book.eot');
    src: url('fonts/FuturaStd/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaStd/FuturaStd-Book.woff') format('woff'),
        url('fonts/FuturaStd/FuturaStd-Book.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-Heavy';
    src: url('fonts/FuturaStd/FuturaStd-Heavy.eot');
    src: url('fonts/FuturaStd/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaStd/FuturaStd-Heavy.woff') format('woff'),
        url('fonts/FuturaStd/FuturaStd-Heavy.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('fonts/FuturaStd/FuturaStd-Medium.eot');
    src: url('fonts/FuturaStd/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaStd/FuturaStd-Medium.woff') format('woff'),
        url('fonts/FuturaStd/FuturaStd-Medium.ttf')  format('truetype');
    font-weight: 500;
    font-style: normal;
}



/* =Background and header */

#background {
    background: transparent url(images/trey_bg.jpg) center top;
    overflow:auto;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0;
}

#container {
/*    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;*/
}

#logo {
    width:1100px;
    height:160px;
    margin:40px auto 0;
    position:relative;
    background: transparent url("images/trey_header.png?v=4") center center no-repeat;
}
/*
#logo img {
    width: 100%;
    display: block;
}
#logo span {
    text-indent: -9999px;
    text-align:;
}*/

#content {
 /*   position:relative;
    margin:auto;*/
}

.wave_peak_one, .wave_peak_two {
    background:url(images/wave_peak.png);
    width:79px;
    height:51px;
    position:absolute;
    bottom:-51px;
    z-index: 10;
}

.wave_peak_one {
    left:389px;
}

.wave_peak_two {
    left:892px;
}

.slider_container {
    background-color:#08343D;
    padding:10px;
}

/* =Single post (news detail) */

.post-meta {
    color: #709878;
    font-size: 20px;
    font-family: 'FuturaStd';
    text-transform: uppercase;
}

.post-meta, .post-meta + h1 {
    margin-top: 8px;
}

.single-post h1 {
    margin-bottom: 6px;
}

.single-post .share-links {
    margin-bottom: 8px;
}

.post-box img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.photo-slide{
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.45);
}
.photo-slide a{
    display: block;
}
.rsDefault .rsArrowDisabled .rsArrowIcn{
    opacity: 1;
}
/* =Buttons
    The default Foundation buttons are overkill, so we've removed them and are just using our own syles. */

.more, a.more, .btn-alt, a.btn-alt {
    background-color: #EEB534;
    color: #666;
    padding: 10px 15px;
    display: inline-block;
    font-family: 'FuturaStd';
    font-size: 13px;
    text-decoration: none;
    height: 30px;
    text-transform: uppercase;
}

.post-box .more, .excerpt-box .more, .box .more {
    position: absolute;
    bottom: 17px;
    left: 17px;
    line-height: 1em;
}

.more:hover, a.btn-alt:hover, .btn-alt:hover {
    background-color: #666;
    color: #fff;
}

.more:hover:after, .btn-alt:hover:after {
    border-left-color: #eeb534;
}


.btn, a.share-link {
    background-color: #eeb534;    
    text-transform: uppercase;
    letter-spacing: 2px;
}

.buy_link + .buy_link {
    margin-left: 5px;
}

.buy_link {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn:hover, a.share-link:hover {
    background-color: #666;
}

.btn, a.btn {
    padding: 5px 8px 3px 8px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-family: 'FuturaStd-Book';
    text-decoration: none;
}

/* =Archive Styles */

.post-box, .excerpt-box, .box {
    background-color: rgba(255, 255, 255, 0.45);
    padding: 17px;
    overflow: hidden;
    display: block;
    position: relative;
}

.single .post-box {
    padding-top: 20px;
}

.single .post-box .date-container {
    /*margin-top: -23px;*/
}

.sidebar {
    padding: 20px 15px;
    color: #eeb534;
}

.sidebar > ul {
    list-style-type: none;
    margin: 0;
    text-transform: uppercase;
}

.sidebar > ul li {
    font-size: 16px;
}

.sidebar > ul a {
    display: block;
}

.sidebar a {
    color: #666;
}

.sidebar a:hover {
    color: #EEB534;
}

.sidebar > a, .sidebar > li > a {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sidebar > li {
    list-style-type: none;
}

.single-tour_dates .post-box {
    /*padding-top: 40px */
}

.single-tour_dates .gallery-item {
    float: left;
    margin: 0 10px 10px 0
}

.single-tour_dates .gallery img {
    width: 100px;
    margin: 0
}

.tour-box h2 {
    margin-bottom: .55em;

}
.excerpt-box h3{
    background-image: url(images/line-new.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 12px;
}
.excerpt-box h3.no-content{
    background-image: none;
}
.excerpt-box, .excerpt-box p {
    font-size: 13px;
    line-height: 1.4em;
}

a.excerpt-box, a.post-box {
    color: #666;
}

.excerpt-box, .box {
    height: 454px;
    margin-bottom: 30px;
}

.excerpt-box.album-box { height: 372px; }

.archive-tour-dates .excerpt-box, .archive-tour-dates .box {
    height: 400px;
}

/* =Twitter Slideshow */

.box .orbit-wrapper {
    padding: 0 25px;
}

.box div.orbit-wrapper div.slider-nav span { 
    width: 27px; height: 34px; top: 50%; margin-top: -7px;
    background: transparent url('images/sprite.png?v=7') no-repeat;
    padding: 10px;
    top: 7%;
}

.box div.orbit-wrapper div.slider-nav span.right { 
    right: -10px;
    background-position: -146px -139px;
}

.box div.orbit-wrapper div.slider-nav span.right:hover {
    background-position: -146px -163px;
}

.box div.orbit-wrapper div.slider-nav span.left { 
    left: -10px;
    background-position: -124px -139px;
}

.box div.orbit-wrapper div.slider-nav span.left:hover {
    background-position: -124px -163px;
}


/* =Tour Dates */

/* Homepage tour items */

.tour-item {
    margin-bottom: 2em;
}

.tour-item h3 {
    margin-bottom: 2px;
    font-family: "FuturaStd-Heavy";
    font-size: 18px;
}

.tour-item-field {
    margin-bottom: 3px;
    font-family: "FuturaStd-Book";
    font-size: 13px;
}
.tour-item-field  a{
    font-size: 13px;
    font-family: "FuturaStd-Heavy"; 
}
/* Tour boxes (Tour page) */

.date-wrapper {
    position: relative;
}
.date-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}
.date-soldout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/soldout_mask.png') center center no-repeat;
}
.date-container {
    height: 191px;
    /* On large screens, the width will be 191px. On small screens, we'll stretch larger/smaller as needed. */
    padding: 15px 10px;
    background-color: #666;
    color: #EEB534;
    text-align: center;
    margin-bottom: 15px;
}
/*
@media screen and (min-width: 768px) {
    .date-container {
        max-width: 191px;
    }
}*/

.date-container .day {
    font-size: 100px;
    color: #fff;
    font-family: 'FuturaStd-Heavy';
    padding: 4px 0;
    line-height: 0.9em;
}

.date-container .month, .date-container .year {
    font-family: 'FuturaStd-Book';
    background: transparent url(images/fancy-dots.png) repeat-x;
    font-size: 12px;
}

.date-container .month {
    background-position: center bottom;
    padding-bottom: 15px;
}

.date-container .year {
    background-position: center top;
    padding-top: 15px;
}

.multi-heading > span {
    display: block;
    /* We could also use a div here, but Fondation does funky things to font size in that case. */
}

.date-container + .share-links {
    margin-top: -2px;
}

.simple-list {
    list-style-type: none;
}

.simple-list.show-info {
    font-size: 14px;
    color: #464C46;
    font-family: 'FuturaStd-Heavy';

}

/* =Navigation */

nav.main-nav {
    position: fixed;
    z-index: 40;
    background-color:rgba(255,255,255,0.45);
}

.main-nav ul {
    list-style-type: none;
    margin: 0;
    line-height: 1;
}

.main-nav li, .subnav {
    margin: 0;
    font-family: 'FuturaStd-Heavy';
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
}

.main-nav a {
    color: #666666;
    padding: 4px 30px;
    width: 100%;
    display: inline-block;
    letter-spacing: 2px;
}

.subnav-wrapper {
    padding: 0 15px;
}
@media (max-width: 767px) { .subnav-wrapper { padding: 0 10px; } }

.subnav {
    display: inline-block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.45);
    padding: 10px;
    height: 38px;
    width: 990px;
    margin: 0 auto 24px auto;
}

.subnav a {
    color: #666666;
    display: inline-block;
    padding: 4px;
    margin-left: 20px;
    letter-spacing: 1px;
}

.subnav  li a {
    color: #EEB534;
    display: inline-block;
    padding: 4px;
    margin-left: 20px;
    letter-spacing: 1px;
}


.subnav a:first-child {
    margin-left: 0;
}


.main-nav .active a, .main-nav .active a:hover, .subnav a.selected {
    color: #EEB534;
    letter-spacing: 1px;
}

.main-nav a:hover, .subnav a:hover {
    color: #EEB534;
}
.current-menu-item a ,.current_page_item a ,.current-page-ancestor a{
    color: #EEB534;
}

/* =Sprites & Social Footer */

.sprite, .sprite > a {
    background: url(images/sprite.png?v=7) no-repeat;
    display: inline-block;
    text-indent: -999em;
}

#menu-social a, .share-link, .picker a, .icon {
    background: url(images/sprite.png?v=7) no-repeat;
    display: inline-block;
    text-indent: -999em;
}

.share-link {
    vertical-align: top;
}

.share-link:hover {
}

#menu-social .facebook a {
    width: 25px;
    height: 25px;
    background-position: -43px -96px;
}

#menu-social .facebook a:hover {
    background-position: -84px -96px;
}

#menu-social .spotify a {
    width: 27px;
    height: 27px;
    background-position: -86px -53px;
}

#menu-social .spotify a:hover {
    background-position: 0 -96px;
}

#menu-social .twitter a {
    width: 27px;
    height: 23px;
    background-position: -120px 0;
}

#menu-social .twitter a:hover {
    background-position: -129px -39px;
}

#menu-social .youtube a {
    width: 27px;
    height: 28px;
    background-position: 0 -53px;
}

#menu-social .youtube a:hover {
    background-position: -43px -53px;
}

.picker .viewAll {
    width: 19px;
    height: 19px;
    background-position: -129px -78px;
}

.picker .viewAll:hover {
    background-position: -125px -113px;
}

.picker .prev {
    width: 10px;
    height: 19px;
    background-position: -58px -148px;
}

.picker .prev:hover {
    background-position: -84px -148px;
}

.picker .next {
    width: 10px;
    height: 19px;
    background-position: -32px -148px;
}

.picker .next:hover {
    background-position: -160px -113px;
}

.custom-facebook-share {
    width: 20px;
    height: 20px;
    background-position: -103px -147px;
}

.custom-tweet {
    width: 20px;
    height: 20px;
    background-position: 2px -145px;
}

.twitter-icon {
    width: 44px;
    height: 37px;
    background-position: 0 0;
}

.twitter-icon:hover {
    width: 44px;
    height: 37px;
    background-position: -60px 0;
}

.fb_iframe_widget iframe { 
    vertical-align:baseline
}

/* =Footer */

#footer {
    padding-top: 2em;
    padding-bottom: 1em;
    text-align: center;
}

.prod { float: right; }
.prod a {
    color: #666;
    font-size: 12px;
    line-height: 28px;
}
.prod a:hover { color: #f99c18; }
.prod a .icon-prod {
    display: inline-block;
    width: 70px;
    height: 29px;
    text-indent: -999em;
    background: url(images/sprite.png?v=7) no-repeat;
    background-position: 0px -188px;
    margin-left: 4px;
}
.prod a:hover .icon-prod { background-position: -71px -188px; }

#footer .copyright-full { display: block; }
#footer .copyright-mobile { display: none; }
#footer .copyright {
    float: left;
    line-height: 28px;
    text-align: center;
    color: #666;
}

#menu-social {
    list-style-type: none;
    margin: 0 auto;
    display: inline-block;
}

#menu-social > li {
    margin-left: 10px;
    float: left;
}

.menu-social-container {
    text-align: center;
}

#menu-social > li:first-child {
    margin-left: 0;
}

/* =Gallery= */
#video_gallery, #photo_gallery {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    padding: 0;
    position: fixed;
    background: transparent;
}
#video_gallery .inner, #photo_gallery .inner {
    position: absolute;
    width: 100%;
}
iframe.youtube {
    border: 0 none;
    width: 100%;
    height: 360px;
    margin: 20px 0;
}

#photo_gallery .header .wrap {
    padding: 20px 10px;
}


.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
/*#{$selector} img {
    border: 2px solid #cfcfcf;
}*/
.gallery-caption {
    margin-left: 0;
}

/* =Media Queries */

@media screen and (min-width: 1200px) {
    nav.main-nav {
        top: 0px;
        left: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
}

#photo_gallery {
    background: black;
}
#photo_gallery h2 {
    color: #eeb534;
}

.close-reveal-modal {
    top: 10px;
    right: 10px;
    background: url('images/lightbox_controls.png?v=3') no-repeat -103px top;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20000;
    text-indent:-20000px
}
.close-reveal-modal:hover {background-position:  -103px -48px }

.rsArrow .rsArrowIcn {
    width: 51px;
    height: 45px;
    cursor: pointer;
    background: url('images/lightbox_controls.png?v=3') no-repeat right top;
}
.rsDefault .rsArrowIcn{
    margin-left: -26px;
}
.rsArrow.rsArrowLeft .rsArrowIcn {
    background-position: 0 0 !important;
}
.rsArrow.rsArrowLeft .rsArrowIcn:hover {
    background-position: 0 -46px !important;
}
.rsArrow.rsArrowRight .rsArrowIcn {
    background-position: -51px 0 !important;
}
.rsArrow.rsArrowRight .rsArrowIcn:hover {
    background-position: -51px -46px !important;
}

/*Makes a twelve-column into a holder for a 100% content width item meant to line up with 3 columns */
.slider-holder {
    padding: 0 15px;
    margin-bottom: 50px;
}

#homepage_slider {
    border: 0px solid #fff;
    width: 100%;
    padding: 0px;
}

#homepage_slider .rsBullets {
    bottom: -39px;
    background: transparent;

}
#homepage_slider .rsBullets .rsBullet {
    padding-right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#homepage_slider .rsBullets .rsBullet span {
    background-color: transparent;
    border: 1px solid #666;
    width: 12px;
    height: 12px;
}
#homepage_slider .rsArrowIcn:hover span {
    background-color: transparent;
}
#homepage_slider .rsArrowIcn:hover {
    background-color: transparent;
}
#homepage_slider .rsBullets .rsBullet.rsNavSelected span {
    background-color: #ff9f18;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs{
    background-color: rgba(255, 255, 255, 0);
}
.fluid-wrapper {
    position: relative;
}

.fluid-wrapper .placeholder {
    width: 100%;
    visibility: hidden;
    display: block;
}

button.more-posts {
    display: block;
    border: 0 none;
    background-color: rgba(255, 255, 255, 0.45);
    color: #01A373;
    width: 990px;
    margin: 0 auto;
    padding: 20px 0 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
button.more-posts h2 {
    font-size: 20px;
    margin: 0;
}

.tour_nav {
    position: absolute;
    top: 0;
    right: 20px;
}
.tour_nav a {
    margin-left: 10px;
    float: left;
}

.sprite.tour-grid {
    background-position: -129px -78px;
    width: 21px;
    height: 21px;
}
.sprite.tour-grid:hover {
    background-position: -125px -113px;

}
.sprite.tour-previous, .sprite.tour-next {
    width: 12px;
    height: 20px;
}
.sprite.tour-previous {
    background-position: -57px -148px;
    width: 12px;
    height: 20px;
}
.sprite.tour-previous:hover {
    background-position: -83px -148px
}
.sprite.tour-next {
    background-position: -160px -113px;
    width: 12px;
    height: 20px;
}
.sprite.tour-next:hover {
    background-position: -32px -148px;
}

@media screen and (max-width: 1199px) {
    nav.main-nav {
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .main-nav li { 
        display: inline-block;
    }

    .main-nav a {
        padding: 10px 30px;
    }

    .admin-bar nav.main-nav {
        top: 28px;
    }

    #logo {
        width:710px;
        height:14   0px;
        margin:50px auto 0;
        position:relative;
        background: transparent url("images/trey_header_medium.png") center center no-repeat;
     }
    .wave_peak_one {
        left: 258px;
    }
    .wave_peak_two {
        left: 630px
    }

    .rsArrowIcn { zoom: 0.5 }

}



@media screen and (max-width: 768px) {
    .close-reveal-modal { zoom: .5 }
    #photo_gallery h2 { font-size: 24px }
    #logo {
        width:271px;
        height:40px;
        margin: 70px auto 20px;
        position:relative;
        background: transparent url("images/trey_header_small.png") center center no-repeat;
    }
    .wave_peak_one ,
    .wave_peak_two {
        display: none;
    }
    .column, .columns, .slider-holder {
        padding: 0 10px;
    }

    #footer .copyright-full { display: none; }
    #footer .copyright-mobile { display: block; }
    #footer .copyright { float: none; margin-top: .5em; }
    .prod { float: none; margin-top: .5em; }
}

.appears-on-row {
    margin-bottom: 6px;
}
.appears-on-row img {
    vertical-align: middle;
}
.appears-on-row span {
    margin-left: 6px;
    vertical-align: middle;
}

.post-box .share-links { margin-bottom: 20px; }
.post-box img, .post-box img.wp-post-image { float: left; margin-top: 0; margin-right: 20px; }

.album-post h1 { padding-top: 70px; }
.album-post h5 {
    margin-bottom: 6px;
}
.album-post ul {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    list-style: none;
}
.album-post ul a, .album-post ul a:hover {
    text-decoration: none;
}

.gallery-item { padding-right: 20px; }
.gallery-item img { width: 100%; }
.wp-caption-text { font-size: 12px; }

#photo_gallery .caption {
    position: relative;
    bottom: 50px;
    font-size: 14px;
    color: #eeb534;
    text-align: center;
    background-color: #151515;
    padding: 20px 0;
}

@media (max-width: 1015px) {
    .subnav, button.more-posts { width: 100%; }
}

@media (max-width: 767px) {
    .main-nav a { padding-right: 10px; padding-left: 10px; }
    .excerpt-box { height: auto; padding-bottom: 36px; }
    .sidebar { margin-top: 20px; }

    .tour_nav {
        position: relative;
        display: block;
        clear: both;
        float: right;
    }
}

/* from the road dropdown */
.subnav { z-index: 5; }
.subnav > * { vertical-align: top; }
.past-tour-link-holder {
    display: inline-block;
    font-size: 11px;
    margin-left: 18px;
}
.past-tour-link {
    padding-left: 6px !important;
    padding-right: 22px !important;
    background: url('images/tourdates-arrow.png?v=1') right center no-repeat;
}
.past-tour-link-holder:hover .past-tour-link { color: #EEB534; }
.past-tour-menu {
    display: none;
    list-style: none;
    background-color: #666;
    padding: 8px 6px;
}
.past-tour-link-holder:hover .past-tour-menu { display: block; }
.past-tour-menu li {
    line-height: 11px;
    text-align: center;
}
.past-tour-menu li a {
    width: 100%;
    font-size: 12px;
}
.past-tour-menu li.active a { color: #EEB534; }

.single-tour_dates .gallery { margin-top: 14px; }
.single-tour_dates .gallery .gallery-item { width: 15%; padding-right: 0; }
.single-tour_dates .gallery img.attachment-thumbnail { width: 100%; }
.single-tour_dates .gallery-caption { display: none; }

.media-box-row { display: inline-block; width: 100%; }
.media-box-row .excerpt-box { height: auto; padding-bottom: 36px; }

.page-contact .post-box { padding-top: 70px; padding-bottom: 50px; }
.page-contact .post-box h2 {
    font-family: 'FuturaStd';
    font-size: 30px;
    color: #666666;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.page-contact .post-box a {
    display: block;
    letter-spacing: 2px;
    font-family: 'FuturaStd-Book';
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #eeb534;
    margin-bottom: 28px;
}
.page-contact .post-box a:hover { color: #666; }



@media (max-width: 767px) {
    .page-contact .post-box h2 { font-size: 24px; }
    .page-contact .post-box a { font-size: 24px; }
}