/*
    Theme Name: 3d
    Theme URI: http://html5blank.com
    Description: HTML5 Blank WordPress Theme
    Version: 1.4.3
    Author: Todd Motto (@toddmotto)
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    line-height: 1.4;
    color:#444;
    /*background-image: -ms-linear-gradient(top, #F4F4F4 0%, #F5F5F5 50%, #D5E5C3 100%);
    background-image: -moz-linear-gradient(top, #F4F4F4 0%, #F5F5F5 50%, #D5E5C3 100%);
    background-image: -o-linear-gradient(top, #F4F4F4 0%, #F5F5F5 50%, #D5E5C3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F4F4F4), color-stop(0.5, #F5F5F5), color-stop(1, #D5E5C3));
    background-image: -webkit-linear-gradient(top, #F4F4F4 0%, #F5F5F5 50%, #D5E5C3 100%);
    background-image: linear-gradient(to bottom, #F4F4F4 0%, #F5F5F5 50%, #D5E5C3 100%);*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clearfix {
    *zoom:1;
    clear: both;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    /*border:1px solid #04A4CC;*/
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
#post-23035 a,#post-105 a{color:#E48B07;}
#post-23035 a:hover,#post-105 a:hover{text-decoration: underline;}
.wrapper {
    height: auto !important;
    margin:25px auto;
    position:relative;
    overflow-x:hidden;
    background-color: #fff;
}

/* header */
.header {
    height:178px;
    position:relative;
}
/*social icons */

.language {
    background-color: #dedede;
    padding: 3px 7px;
    border-radius: 5px;
    float: none;
    display: inline;
    margin-right:13px;
}
.socialicons iframe {
    float:right;
    display:inline;
    width:120px;
    overflow:hidden;
}
/* logo */

.tagger {
    position: absolute;
    right: 11px;
    top: 50px;
}
.tagger .taggerdate {
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: inline;
    color: #778b2d;
    text-align: center;
    font-weight: 700;
    line-height: 12px;
}
.tagline {
    text-align:center;
    float:right;
    display:inline;
    position:relative;
    top: 72px;
    right:11px;
    font-size: 24px;
    line-height: 26px;
    color: #555f5f;
    width:330px;
    height: 41px;
    background-image: url('/wp-content/themes/3d/img/3dlanding/header_tagline.png');
    background-repeat: no-repeat;
}

/* content areas */
main {
    /*background-color:#fff;*/
    /*padding:5px 5px;*/
    width:100%
}
    /*content area for upcoming shows*/
    body.upcoming-shows main,
    body.past-shows main,
    body.videos main,
    body.about main {
        background-image: url('/wp-content/themes/3d/img/3dlanding/upcomingshowsbg.png');
        background-repeat: no-repeat;
    }
/*main section {
    display:inline;
    width:1075px
}*/
.page-id-43 main section h1 {
    display: none;
}
body.speakers main,
body.become-sponsor main,
body.location main {
    padding: 10px 0 75px 20px;
}
body.home main section,
body.upcoming-shows main section,
body.past-shows main section,
body.videos main section,
body.press main section,
body.jobs main section,
body.exhibit main section,
body.contact-us main section,
{
    float:none;
    width:100%
}
/*@media all and (max-width:1075px) {
    main section {
        width:664px;
    }
}
*/
/* sidebar */
.sidebar {
    margin: 10px 14px 10px 0;
    width: 300px;
    float: left;
    display: inline;
}

.sidebar-widget {
    padding:0px 0px 30px;
    display: inline-block;
    width: 100%;
}
.sidebar-widget  a {
    color: #217bc2;
}
.sidebar-widget h2.viewmore {
    text-transform: uppercase;
    font-size: 16px;
}
/* footer */
.content-footer {
    width:100%;
    background: #f6f8f6;
}
/*.footer {
    width:100%;
    background: #fff;
}*/
/*------------------------------------*\
    PAGES
\*------------------------------------*/
p,
li,
span {
    font-size: 14px;
    /*IE will render typekit font Proxima-Nova in italics if Proxima-Nova-n4 is removed*/
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
}
h3  {
    font-size: 27px;
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
h4 {
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #464646;
    margin-top: 20px;
    margin-bottom: 15px;
}
h5 {
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #464646;
    margin: 0;
}
h6 {
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #464646;
    margin: 0;
}
strong {
    font-weight: bold;
}

/* some WP posts insert empty p tags, here's a quick fix*/
#post-43 > p {
    display: none;
}

.section-desc {
    width: 970px;
    margin: 0 auto;
    margin-top: -7px;
    text-align: center;
}
    .section-desc p.registerbefore {
        text-transform: uppercase;
        margin-top: 5px;
        font-size: 12px;
        color: #6f6f6f;
        font-family: 'Arial', sans-serif;
    }
    .section-desc p.registerbefore strong {
        color: #ae0000;
    }

ul.whoattend {
    margin: 0;
    width: 237px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 15px;
    *display: inline;
    zoom: 1
}
.youtube-videos {
    margin: 0 auto;
    width: 635px;
    position: relative;
}
.youtube-videos a {
    position: relative;
    display: inline-block;
}
.youtube-videos>br {
    display: none;
}
.youtube-videos a:before {
    position: absolute;
    content: "";
    display: block;
    background: url('/wp-content/themes/3d/img/3dlanding/playbutton.png');
    background-position: -180px -355px;
    margin: 0 auto;
    top: 25%;
    right:25%;
    left:25%;
    bottom:25%;
}
.youtube-videos a:hover:before {
    opacity:0.7;
}
.youtube-videos img {
    display: block;
}
ul.lp-quotes {
        list-style: none;
        margin-top: 20px;
        text-align: center;
        padding: 0;
    }
    ul.lp-quotes li {
            margin: 0 9px;
            width: 185px;
            vertical-align: top;
            text-align: left;
            display: inline-block;
        }
    ul.lp-quotes li  span{
            display: block;
            margin-top: 10px;
        }
.divider {
    margin-bottom: 20px;
    margin-top: 20px;
}
.row-title {
    margin: 0 auto;
    position: relative;
    margin-top: 3px;
}
    .row-title h3 {
        font-size: 26px;
        font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
        text-transform: uppercase;
        text-align: center;
        font-weight: 500;
        line-height: 27px;
        margin: 0;
    }
.type-home >p,
.type-about>p{
    display: none;
}
ul.upcomingshowtiles {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    width: 975px;
    text-align: center;
}
    .upcomingshowtiles li {
        display: inline-block;
        margin: 6px 0px;
        vertical-align: top;
    }
    .upcomingshowtiles a.event-info {
        text-transform: uppercase;
        color: #464646;
        font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
        display: block;
        text-align: center;
    }
    .upcomingshowtiles img {
        opacity: .8;
        backface-visibility: hidden;
    }
    
    .upcomingshowtiles .comingsoon img:hover {
        opacity: .8;
        backface-visibility: hidden;
    }
    .comingsoon a.event-info:before {
        content: 'site coming soon';
        position: relative;
        top: 2px;
        font-size: 10px;
        font-weight: 600;
    }
    .upcomingshowtiles .date {
        font-size: 15px;
        font-weight: 500;
    }
    .upcomingshowtiles .location {
        font-size: 22px;
        font-weight: 600;
        line-height: 18px;
    }
    .upcomingshowtiles>br {
        display: none;
    }
#testimonials {
    display: inline-block;
    padding: 0;
    margin: 0;
}
    #testimonials #image{
        display: inline-block;
        margin-top: -30px;
    }
    #testimonials #quotes{
        display: inline-block;
        padding: 40px 0px;
        width: 100%;
        vertical-align: top;
    }
    #testimonials #quotes p {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
    #testimonials .presslogo {
        margin-bottom: 15px;
    }
    #testimonials .section {
        border-bottom: 1px dotted #868686;
    }

body.jobs article {
    margin: 32px 11px 40px 22px;
    width: 650px;
    float: left;
    display: inline;
}
.vidframe {
       text-align: center;
       background-image: url("/wp-content/themes/3d/img/3dlanding/viddivider.png");
       background-repeat: no-repeat;
       background-position-x: center;
       padding-top: 20px;
       margin-top: 10px;
}
.vidframe:first-child {
       background-image:none;
}
.vidframe {
    text-align: center;
}
.vidframe>p {
    display: none;
}
.viddivider {
    margin-bottom: 33px;
    margin-top: 11px;
}
#exhibit {
    padding: 0;
    margin: 0;
}
    
    #exhibit h5{
        position: absolute;
    }
    #exhibit #desc{
        float: right;
        padding: 15px 0px;
        width: 530px;
        margin-left: -110px;
        vertical-align: top;
        margin-top: 100px;
    }
    #exhibit .section {
        margin-bottom: 15px;
    }
    #exhibit #desc span {
        font-size: 18px;
        margin-left: -25px;
    }
        #exhibit #desc span.contact {
            margin: 0;
            font-weight: 400;
    }
    #exhibit #desc a {
        color: #0050b4;
    }
    #exhibit #desc img {
        font-size: 18px;
        font-weight: 600;
        vertical-align: baseline;
        margin-right: 10px;
    }
    #exhibit #desc p {
        font-size: 16px;
        margin: 0;
        margin-top: 5px;
    }
.page-id-15 h4 {
    margin-left: 52px;
}
#contact {
    padding: 0;
    margin: 0;
    display: inline-block;
}
    #contact #image{
        float: left;
        padding: 0;
        margin: 0;
        margin-left: -175px;
        margin-top: -83px;

    }
    ul.contactpoints  {
        list-style-type: square;
        margin: 0;
        padding: 0;
    }
        ul.contactpoints li {
            margin-bottom: 11px;
            margin-left: 20px;
            font-size: 16px;
        }
    #contact #desc{
        float: right;
        padding: 31px 0px;
        width: 560px;
        margin-left: -77px;
        vertical-align: top;
    }
    #contact #desc a {
        color: #0050b4;
    }
    #contact .section {
        margin-bottom: 15px;
    }
    #contact #desc span {
        font-size: 22px;
        font-weight: 600;

    }
#desc>br{
    display: none;
}
#callforspeakers {
    padding: 0;
    margin: 0;
    display: inline-block;
}
    #callforspeakers #image{
        float: left;
        padding: 0;
        margin: 0;
        margin-left: -175px;
        margin-top: -83px;

    }
    #callforspeakers #image img {
        height: 550px;
    }
    #callforspeakers #desc{
        float: right;
        padding: 4px 0px;
        width: 565px;
        margin-left: -77px;
        vertical-align: top;
    }
    #callforspeakers #desc a {
        color: #0050b4;
    }
    #callforspeakers #desc p {
        font-size: 16px;
    }
    #callforspeakers #desc p.submissions {
        line-height: 11px;
    }
#newssection {
    margin: 32px 11px 40px 22px;
    width: 650px;
    float: left;
    display: inline;
}
    #newssection  h2 {
        font-size: 15px;
        font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
        margin: 0;
        padding: 0;
    }
    #newssection .post {
        margin-bottom: 10px;
        padding-bottom: 16px;
        border-bottom: 1px dashed #c0c0c0;
    }
    #newssection .post .postcontent {
        float: left;
        display: inline;
        width: 457px;
    }
    #newssection .post p {
        margin: 2px 0 6px;
        line-height: 20px;
    }
    #newssection .thumbouter {
        float: left;
        display: inline;
        margin-right: 10px;
    }
    #newssection .thumbouter img {
        border: 1px solid #555f5f;
    }

article.singlepost {
    margin-bottom: 20px;
}
    article.singlepost p {
        font-size: 15px;
    }
    article.singlepost h1 {
        font-size: 41px;
        font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
        font-weight: 600;
        line-height: 38px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
article.postcontent {
    width: 625px;
}
.location {
    text-align: center;
}
    .location .locationheader {
        margin-top: 12px;
    }
    .locationheader span {
        font-size: 22px;
        line-height: 22px;
    }
    .locationheader h3 {
        font-size: 33px;
        margin: 0;
    }
    .location>p{
        display: none;
    }

.sleepinginfo {
    margin-top: 8px;
}
    .sleepinginfo p {
        font-size: 16px;
    }
.sleepingdesc{
    padding: 0 0 0 140px;
    position: relative;
    margin: 0 auto;
    width: 90%;
}
    .sleepingdesc img {
        left: 0;
        position: absolute;
        top: 0;
    }
    .sleepingdesc p{
        width: 100%;
        text-align: left;
    }

.become-sponsor h5 a,
.sponsors h5 a  {
    color: #0050b4;
}
.become-sponsor strong.soldout {
    color: #f81119;
}
.packageinfo {
    margin-top: 8px;
}
    .packageinfo p.becomesponsorfooter {
        text-align: center;
    }
.package {
    background: #f8f9f4;
    margin: 0 auto;
    width: 930px;
    margin-bottom: 10px;
}
.packagedesc{
    width:225px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    font-size:16px;
    display: inline-block;
    vertical-align: top;
}
    .packagedesc span {
        font-size: 18px;

    }
.packagedeal{
    width:670px;
    display: inline-block;
    padding-top: 12px;
    border-left: 1px dashed #ccc;
    min-height: 120px;
    padding: 15px 37px;
}
.packagedeal ul {
    list-style: square;
    padding: 0 15px;
    margin: 0;
}

.alert-error ul,
.alert-success {
    list-style-type: none;
    position: absolute;
    bottom: 129px;
    left: 170px;
    color: red;
}
.alert-error ul li:hover {
    background: none;
}
.speaker_row_wrapper {
    width: 100%;
    margin-top: 10px;
}
.speaker_row {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
    .speaker_row img {
        display: block;
        outline: 1px solid #ccc;
        margin-left: auto;
        margin-right: auto;
    }
    .speaker_row .speaker_column:nth-child(1) {
        margin-left: 0;
    }
    .speaker_row .speaker_column {
        width: 197px;
        display: inline-block;
        vertical-align: top;
    }
span.speakerlptitle {
    line-height: 18px;
    font-size: 15px;
}
.speaker_column>br, .speakerlp>br {
        display: none;
    }
.sponsorblock .sponsor-platinum img {
    border-color:#223233;
}

.type-sponsors h3,
.type-sponsors  span.becomespons {
    display: none;
}

.sponsor-supporter,
.sponsor-coproducer,
.sponsor-producer,
.sponsor-exhibitor,
.sponsor-refreshment,
.sponsor-employer,
.sponsor-standard,
.sponsor-partner,
.sponsor-silver,
.sponsor-gold,
.sponsor-platinum {
    position:relative;
    margin:0 auto;
    width:80%;
    border-bottom: 1px dashed #838383;
    min-height:190px;
}
main .sponsor-partner {
    display:none;
}
.sponsorfooter .sponsor-supporter,
.sponsorfooter .sponsor-coproducer,
.sponsorfooter .sponsor-producer,
.sponsorfooter .sponsor-exhibitor,
.sponsorfooter .sponsor-refreshment,
.sponsorfooter .sponsor-employer,
.sponsorfooter .sponsor-standard,
.sponsorfooter .sponsor-partner,
.sponsorfooter .sponsor-silver,
.sponsorfooter .sponsor-gold,
.sponsorfooter .sponsor-platinum {
    width:150px;
    float:left;
    display:inline;
    margin:0 10px 40px;
    border:none;
    min-height: 145px;
    padding:0;
}

.sponsorfooter h4 {
    display: none;
}
.sponsorfooter h5 {
    display: none;
}
.sponsorfooter span.becomespons {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
    .sponsorfooter span.becomespons a {
        color: #1468c9;
    }
.sponsorfooter .sponsorfooterheader {
    display:block;
}

.sponsor-supporter:after,
.sponsor-coproducer:after,
.sponsor-producer:after,
.sponsor-exhibitor:after,
.sponsor-refreshment:after,
.sponsor-employer:after,
.sponsor-standard:after,
.sponsor-partner:after,
.sponsor-silver:after,
.sponsor-gold:after,
.sponsor-platinum:after {
    position: absolute;
    top: 10px;
    right: 6px;
    text-align: right;
}

.sponsor-supporter:last-child,
.sponsor-coproducer:last-child,
.sponsor-producer:last-child,
.sponsor-exhibitor:last-child,
.sponsor-refreshment:last-child,
.sponsor-employer:last-child,
.sponsor-standard:last-child,
.sponsor-partner:last-child,
.sponsor-silver:last-child,
.sponsor-gold:last-child,
.sponsor-platinum:last-child {
    border-bottom: none;
}

.sponsorfooter .sponsor-supporter:after,
.sponsorfooter .sponsor-coproducer:after,
.sponsorfooter .sponsor-producer:after,
.sponsorfooter .sponsor-exhibitor:after,
.sponsorfooter .sponsor-refreshment:after,
.sponsorfooter .sponsor-employer:after,
.sponsorfooter .sponsor-standard:after,
.sponsorfooter .sponsor-partner:after,
.sponsorfooter .sponsor-silver:after,
.sponsorfooter .sponsor-gold:after,
.sponsorfooter .sponsor-platinum:after {
    top: 148px;
    left:0;
    width: 150px;
    text-align: center;
}

.sponsorfooter .sponsorimg {
    display:block;
    background-color:#fff;
    border:1px solid #d5d5d5;
    padding:5px;
}
.sponsordesc {
    margin: 34px 15px 20px 165px;
}
.sponsordesc a {
    color: #1468c9;
}
/*.sponsor-exhibitor:after {*/
    /*content:"EXHIBITOR";*/
    /*font-weight: 700;*/
/*}*/
/*.sponsor-refreshment:after {*/
    /*content:"REFRESHMENT SPONSOR/EXHIBITOR";*/
    /*font-weight: 700;*/
/*}*/
/*.sponsor-employer:after {*/
    /*content:"EMPLOYER";*/
    /*font-weight: 700;*/
/*}*/
/*.sponsor-standard:after {*/
    /*content:"SPONSOR";*/
    /*font-weight: 700;*/
/*}*/
/*.sponsor-partner:after {*/
    /*content:"MEDIA PARTNER";*/
/*}*/
/*.sponsor-supporter:after {*/
    /*content: "SUPPORTER";*/
/*}*/
/*.sponsor-coproducer:after {*/
    /*content: "CO-PRODUCER";*/
/*}*/
/*.sponsor-producer:after {*/
    /*content: "PRODUCER";*/
/*}*/
/*.sponsor-supporter:after {*/
    /*content: "SUPPORTER";*/
/*}*/
/*.sponsor-silver:after {*/
    /*content:"SILVER SPONSOR";*/
    /*font-weight: 700;*/
    /*color: #aaa4a4;*/
}
.sponsorfooter .sponsor-gold .sponsorimg {
    border:3px solid;
    padding:3px;
}
.sponsor-gold, .sponsorfooter .sponsor-gold .sponsorimg {
    border-color:#f0eab8;
}
/*.sponsor-gold:after {*/
    /*content:"GOLD SPONSOR";*/
    /*font-weight: 700;*/
    /*color: #b96800;*/

/*}*/
.sponsorfooter .sponsor-platinum .sponsorimg {
    border:3px solid;
    padding:3px;
}
.sponsor-platinum, .sponsorfooter .sponsor-platinum .sponsorimg {
    border-color:#e1e5ea;
}
/*.sponsor-platinum:after {*/
    /*content:"PLATINUM SPONSOR";*/
    /*font-weight: 700;*/
    /*color: #076ea4;*/
/*}*/
.sponsorfooterwrapper {
    background-color:#fff;
}
.sponsorfooter {
    text-align:center;
    width:850px;
    margin:0 auto;
    display:block;
}
.sponsorfooter h3 {
    font-size: 26px;
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin: 0;
}
.sponsors .sponsorfooterwrapper,
.sponsorfooter .sponsordesc,
.sponsorfooter p,
.sponsorfooter .sponsorcopy,
.sponsor-exhibitor>p,
.sponsor-refreshment>p,
.sponsor-employer>p,
.sponsor-standard>p,
.sponsor-partner>p,
.sponsor-silver>p,
.sponsor-gold>p,
.sponsor-platinum>p {
    display:none;
}


.type-register {
    width: 928px;
    position: relative;
    margin: 0 auto;
}
.type-register>br {
    display: none;
}
.register-footer {
    padding: 0 0 0 30px;
}
.registerlabels {
    position: relative;
    margin-left:497px;
}
.twoprice.registerlabels {
    margin-left:549px;
}
.oneprice.registerlabels {
    margin-left:742px;
}
@media all and (max-width:1075px) {
}
.registerlabels ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
.registerlabels li {
    text-align:center;
    font-family: 'alternate-gothic-no-1-d', arial, sans-serif;
    font-size:18px;
    line-height: 15px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #737373;
}
.registerlabels li.before{
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    font-size: 10px;
}
.register-row {
    background: #eee;
    margin:0 auto;
    margin-bottom: 15px;
    min-height: 185px;
}
.register-row:hover{
  background: rgba(255, 222, 173, 0.6);
  cursor: pointer;
}
.regtitle, .regdescription, .regprices {
    float:left;
    min-height: 170px;
    display: inline;
    position: relative;
    border-right: 1px dashed #d3d4d0;
}
.regtitle {
    width: 188px;
    min-height: 170px;
}
.regtitle h6 {
    color: #464646;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    margin:0 0 0 15px;
    top: 30px;
    position: relative;
    text-align: left;
}
.subregtitle {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    top: 20px;
    left: 16px;
}
.regdescription {
    width:315px;
}
.regdescription ul {
    margin:0 45px;
    padding:30px 0;
}
.regdescription ul li {
    list-style: none;
    font-size: 13px;
    line-height: 21px;
    text-indent: -25px;
}
.regdescription ul li:before{
    content: url('/wp-content/themes/3d/img/3dlanding/register_check.png');
    padding-right:10px;
}
.regprices {
    width: 275px;
}
.regprices ul {
    margin:0;
    padding:0;
}
.regprices ul li {
    list-style: none;
    border-right: 1px dashed #d3d4d0;
    float:left;
    display: inline;
    width:91px;
    text-align:center;
}
.regprices ul li:last-child,
.regnow:last-child
{
    border-right: none;
}

.regprices br , .regnow br .registerlabels br {
    display:none;
}
.regprices .price {
    font-size: 22px;
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    display:block;
    font-weight: 600;
    top: 18px;
    position: relative;
}
.regprices .denomination {
    font-size:10px;
    bottom: 7px;
    position: relative;
}
.regprices.gray{
    color: #ababab;
}
.regprices .date {
    font-size: 9px;
    color: #ee0600;
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    top: 11px;
    position: relative;

}
.regprices .blue {
    color: #005da5;
    display: block;
}
.regprices strong {
    color:red;
}
.twoprice .regprices {
width:183px;
}
.oneprice .regprices {
width:96px
}
.twoprice {
width:830px;
}
.oneprice {
width:742px;
}
.regnow {
    float: left;
}
.regnow a {
    background-image: url("/wp-content/themes/3d/img/3dlanding/registerpagebtn.png");
    background-repeat: no-repeat;
    width: 111px;
    height: 26px;
    position: relative;
    top: 36px;
    left: 15px;
    display: inline-block;
}
.speakerinfo {
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px dashed #838383;
    padding: 0 0 13px;
    margin-bottom: 13px;
}
.speakerinfo:last-child {
    border-bottom: none;
}
.speakerinfo>p, .speakerinfo>br {
    display:none;
}
.speakerinfo img {
    float:left;
    display:inline;
    border:1px solid #ccc;
    background-color:#fff;
    padding:4px;
    margin:15px;
}
.speakercontent {
    margin:15px 15px 15px 140px;
}
.speakername {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}
.speakertitleco {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    display: inline-block;

}
.sessionheader {
    font-size: 18px;
    font-weight: 600;
}
.speakerbio {

}
.sessioninfo {
    clear:both;
    float:none;
    margin:15px 15px 15px 140px;
}
.sessioninfo>p, .sessioninfo>br {
    display:none;
}
.sessioncontent {
    position:relative;
    background: #f9f9f9;
    padding: 15px;
}
.sessioncontent:first-child {
    border-top:transparent;
}
.sessiondatetime {

}
.sessiontitle {

}

.sessioncontent .getsession:after {
    content: "VIEW";
}

.sessioncontent .getsession {
    width: 71px;
    height: 20px;
    background-color: #f7931e;
    display: block;
    position: absolute;
    right: 20px;
    font-size: 13px;
    top: 24px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.eventheaderimg {
    width: 1074px;
    height: 430px;
    margin-left: -20px;
    margin-top: -55px;
}
.learnmore { margin-right: 14px; }

/*------------------------------------*\
    WIDGETS
\*------------------------------------*/

.widget-title {
    /*text-align: center;*/
}
#contactus {
    margin-right: 20px;
}
/*.textwidget{
    width: 300px;
    float: left;
    margin-left: 76px;
    margin-right: 25px;
}
    .textwidget p {
        width: 250px;
    }
    .textwidget p.footer-title {
        font-size: 16px;
    }
    .textwidget ul.contactus {
        margin: 0;
        padding: 0;
    }
    .textwidget ul.contactus li {
        display: inline-block;
        margin-left: 4px;
        vertical-align: top;
    }*/
.rpwe_widget {
    width: 300px;
    float: left;
    margin-right: 45px;
}
.widget_jobs_widget {
    width: 300px;
    float: left;
}
    .widget_jobs_widget .featured-job  a {
    font-size: 14px;
    color: #4e5050;
    display: block;
}
.rpwe-block ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    .rpwe-block li{
    margin-bottom: 30px;
}
    .rpwe-title {
        font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        text-align: left;
        text-transform: none;
    }
    .rpwe-title a{
        color: #4e5050;
        font-weight: 200;
    }
    .rpwe-alignleft{
        float: left;
        margin-right: 12px;
    }
    .rpwe-clearfix:before,
    .rpwe-clearfix:after{
        content: "";
        display: table;
    }
    .rpwe-clearfix:after{
        clear:both;
    }
body.jobs .featured-job {
    margin-left: 28px;
    border-bottom: 1px dotted #828282;
    padding-bottom: 10px
}
.featured-job {
    margin-bottom: 12px;

}
    .featured-job .jobblock {
        display: inline-block;
        vertical-align: top;
    }
        .featured-job #printing-title {
            width: 230px;
        }
            .featured-job #printing-title span {
                text-decoration: underline;
                font-weight: 700;
            }
        .featured-job #printing-company {
            display: block;
        }
            .featured-job #printing-company span {
                text-decoration: none;
                font-weight: 300;
        }
        .featured-job #printing-date {
            width: 120px;
        }
        .featured-job #printing-location {
            width: 110px;
        }
ul.jobheadertitle {
    display: inline-block;
    margin-left: 40px;
}
    ul.jobheadertitle li {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
    }
        ul.jobheadertitle li#job {
            margin-right: 155px;
        }
        ul.jobheadertitle li#updated {
            margin-right: 60px;
        }
        ul.jobheadertitle li#location {
            margin-right: 64px;
        }
.hire_widget {
        background: #f3f3f3;
}
.hire_widget {
    padding: 17px 13px 4px 18px;
    margin-bottom: 18px;
    text-align: center;
}
    .hire_widget .btn-post {
        display: block;
        width: 169px;
        margin: 0 auto;
    }
    .hire_widget > h3 {
        background-image: url('/wp-content/themes/3d/img/3dlanding/findperfecthire.png');
        background-repeat: no-repeat;
        text-indent: -9999px;
        margin: 0 0 0 0;
        height: 13px;
    }
#hire_widget-3 {
    background: none;
    padding: 0;
    margin: 0;
}
.widget_a3dpotw_widget {
    position: relative;
    background-image: url('/wp-content/themes/3d/img/3dlanding/3dpotw-bg.png');
    width: 301px;
    height: 141px;
    margin-top: 10px;
}
    .widget_a3dpotw_widget  a.logo {
        position: absolute;
        top: 16px;
        left: 68px;
        display: block;
        width: 154px;
        height: 37px;
        background-image: url('/wp-content/themes/3d/img/3dlanding/3dpotw-logo.png');
    }
    .widget_a3dpotw_widget ul.images {
        position: absolute;
        list-style: none;
        top: 67px;
        left: 12px;
        width: 275px;
        height: 55px;
        padding: 0;
        margin: 0;
    }
        .widget_a3dpotw_widget ul.images li {
            float: left;
            padding-left: 11px;
            margin: 0;
        }
        .widget_a3dpotw_widget ul.images img {
            width: 77px;
            height: 50px;
            border: 2px solid #c7cdc1;
            padding: 2px;
            background: #fff;
        }

#newsshell {
    display: inline-block;
}
#newsshell .widget_jobs_widget,
body.single .widget_jobs_widget {
    background: #f1f1f1;
    margin-bottom: 14px;
    margin-top: 14px;
}
#newsshell .widget_employer_widget,
body.single .widget_employer_widget {
    background: #f1f1f1;
    clear: both;
}
#newsshell .widget_jobs_widget h2.viewmore,
body.single .widget_jobs_widget h2.viewmore {
    display: none;
}
#newshell #employers-title h3,
body.single  #employers-title h3    {
    font-size: 22px;
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    margin: 0;
}
#newsshell .widget_jobs_widget h3,
#newsshell .widget_employer_widget h3,
body.single .widget_jobs_widget h3,
body.single .widget_employer_widget h3 {
    width: 300px;
    text-transform: uppercase;
    line-height: 1.8;
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    background: #0d0d0d;
    border-radius: 3px 3px 0 0;
}
#newsshell #jobs-title h1,
body.single #jobs-title h1  {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
#newsshell .featured-job,
body.single .featured-job {
    padding: 0px 0px 10px 25px;
}
#newsshell .divided,
body.single .divided {
    position: relative;
}
#newsshell .divided:after,
body.single .divided:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 89%;
    left: 17px;
    bottom: 1px;
    border: 1px dashed #cecece;
}
#newsshell .featured-job  a,
body.single .featured-job a {
    color: #222222;
}
#newsshell .featured-employer,
body.single .featured-employer {
    text-align: center;
    padding: 10px 0 15px 0;
}
#newsshell .divided:last-child:after,
body.single .divided:last-child:after{
    border: none;
}
#newssection article:last-child {
border-bottom: none;
}
.pagination {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
    text-align: center;
    width: 100%;
    height: 20px;
    text-transform: uppercase;
    font-size: 16px;
}
    .pagination a {
        border-radius: 0;
        background-color: transparent;
        border: 0;
        color: #0d0d0d;
        padding: 5px 0;
    }
    .pagination span.leftlink {
    float: left;
    display: inline;
    }
    .pagination span.rightlink {
    float: right;
    display: inline;
    }


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.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;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}


/*------------------------------------*\
    SLIDESHOW
\*------------------------------------*/
.slide_wrapper {
    position:relative;
    height:398px;
    background-color:#fff;
}
.slide_show { /* Slide Show Wrapper*/
    margin:0;
    padding:0;
    width:100%;
    position:relative;
}
.slide_show>li { /* For default z-index positioning of slides */
    z-index:1;
}
.slide_show>li.slide_next {
    z-index:5;
}
.slide_show>li.slide_top {
    z-index:10;
}
.slide_world { /* World Tour Slide Wrapper*/
    position:absolute;
    top:0;
}
.slide_world span { /* World Tour Slid headline */
    position: absolute;
    top: 44px;
    left: 45px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    width:310px;
}
.slide_showlist { /* Text List of Shows */
    Position: absolute;
    top: 150px;
    left: 6px;
    list-style: none;
    font-size: 15px;
    color: #333;
    line-height: 21px;
    width: 400px;
}

.slide_showlist li  {
    padding-left: 25px;
    background-image: url(/wp-content/themes/3d/img/3dlanding/redpin.png);
    background-repeat: no-repeat;
    background-position: 0;
}

.slide_showlist li a { /* Individual Items in the List */
    font-size: 16px;
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    font-weight: 500;
    color: #000;
}

.slide_world_upcoming { /* Link to upcoming shows */
    position: absolute;
    top: 333px;
    left: 49px;
    text-transform: uppercase;
    font-size: 20px;
    width: 180px;
}
a.slide_world_upcoming {
    color: #2084b2;
    font-weight: 600;
}
.slide_world_upcoming:after {
    content: "\00BB";
    display: inline-block;
    margin-left: 5px;
    font-size: 30px;
    position: relative;
    top: 2px;
}
.slide_event { /* Wrapper for event slides */
    position:absolute;
    top:0;
}

.slide_event a.slide_register:hover,
.slide_event a.slide_upcoming:hover {
    text-decoration: underline;
}

/* TODO: Align Event Slide Text*/
.slide_event .slide_location { /* Large font location headline */
    position: absolute;
    top: 16px;
    right: 45px;
    font-size: 67px;
    font-weight: bold;
    text-transform: uppercase;

}
.slide_event .slide_date { /* Date of the Show */
    position:absolute;
    top: 87px;
    right: 45px;
    font-size: 25px;
    text-transform: uppercase;
}
.slide_event .slide_register { /* Register link for show */
    position: absolute;
    top: 145px;
    right: 60px;
    font-size: 19px;
    text-transform: uppercase;
}
.slide_event .slide_register:after {
    content: "\00BB";
    display:inline-block;
    margin-left:5px;
    font-size:24px;
}
.slide_event .slide_upcoming { /* Link to upcoming shows */
    position: absolute;
    top: 168px;
    right: 60px;
    font-size: 19px;
    text-transform: uppercase;
}
.slide_event .slide_upcoming:after {
    content: "\00BB";
    display:inline-block;
    margin-left:5px;
    font-size:24px;
}
/* .<?=$slide[location]?>">  parallel class to slide_event, can designate a specific city, for special coloring, or formatting. */
.slide_explorer {
    position:absolute;
    z-index:20;
    margin:0;
    padding:0;
    top:356px;
    left:489px;
    list-style:none;
}
.slide_explorer img {
    vertical-align: baseline;
}
.slide_explorer>a {
    display:inline-block;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background-image: url("/wp-content/themes/3d/img/3dlanding/slider_elipses.png");

}
.slide_explorer>a:hover {
    cursor:pointer;
}
.slide_explorer>a.slide_current {
    background-image: url("/wp-content/themes/3d/img/3dlanding/slider_elipses_active.png");
}
/* Agenda of Doom */

.type-agenda {
    padding: 0 35px;
}

.dayselector {
    width: 100%;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
    .dayselector strong {
        font-weight: 700;
    }
    .dayselector a:hover {
        text-decoration: underline;
    }
.tracktitle,
.track1,
.track2,
.track3,
.track4,
.track5,
.track6,
.trackall {
    float:left;
    display:inline;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}

.titleblock .track1,
.titleblock .track2 ,
.titleblock .track3 ,
.titleblock .track4 ,
.titleblock .track5 {
background-image: -ms-linear-gradient(top left,  #F7931E 0%, #FFAA00 100%);
background-image: -moz-linear-gradient(top left, #F7931E 0%, #FFAA00 100%);
background-image: -o-linear-gradient(top left,  #F7931E 0%, #FFAA00 100%);
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #F7931E), color-stop(1, #FFAA00));
background-image: -webkit-linear-gradient(top left,  #F7931E 0%, #FFAA00 100%);
background-image: linear-gradient(to bottom right,  #F7931E 0%, #FFAA00 100%);
background-color: #F7931E;
padding: 5px;
}
.titleblock .tracktitle {
    background: #e4eace;
    color: #444;
    font-size: 15px;
    padding: 5px;
}

.roomname .name {
    background: none;
    text-align: center;
    font-weight: bold;
    font-family: 'Handlee', cursive;
    font-size: 14px;
    text-transform: uppercase;
}
.track1,
.track2 ,
.track3 ,
.track4,
.track5 {
background: #e9ecee;
}


.timeblock .track1,
.timeblock .track2,
.timeblock .track3,
.timeblock .track4,
.timeblock .track5,
.timeblock .track6,
.timeblock .trackall {
    padding: 5px;
    text-align: center;
}
.timeblock .track1:hover,
.timeblock .track2:hover,
.timeblock .track3:hover,
.timeblock .track4:hover,
.timeblock .track5:hover,
.timeblock .track6:hover,
.timeblock .trackall:hover {
    /* background-color: #efefef; */
}
/* if it's desired to have different colors, and change each track color based on hover,
 * then separate .timeblock .track# into separate rulesets
 * and set .track# as separate rulesets with different colors in all.
 */
.trackfeatured {
    background-color: #feddfe;
}
.timeblock .trackfeatured:hover {
    /*background-color:#feddaa;*/
}
.of1track>div {
    width:100%;
}
.of2track>div {
    width:50%;
}
.of3track>div {
    width:33.3%;
}
.of4track>div {
    width:25%;
}
.of5track>div {
    width:20%;
}
.of6track>div {
    width:16.6%;
}
.of1 .trackall,
.of2 .trackall,
.of3 .trackall,
.of4 .trackall,
.of5 .trackall,
.of6 .trackall {
    width:100%;
}
/*.titleblock {
    position:relative;
    width:100%;
    background-color:#ccc;
    padding-left: 80px;
    padding-bottom:5px;
}*/
.titleblock>div {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.datelabel {
    margin-top: 16px;
    margin-bottom: 10px;
    color: #f7931e;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
    .datelabel p {
        color: #f7931e;
        font-size: 35px;
        text-transform: uppercase;
        font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }

.timelabel {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin: 10px 0 -2px;
}
    .timelabel p {
        font-size: 28px;
        font-weight: 500;
        margin: 10px 0 -2px;
    }
.timeblock {
    position:relative;
    width:100%;

}
.timeblock ul {
    margin:0;
    padding:0;
}
.timeblock ul>li {
    list-style:none;
    font-size: 13px;
    position:relative;
    margin-bottom:5px;
}
.timeblock ul>li img, .timeblock ul>li>a>br {
    display:none;
}
.agendatitle {
    font-weight:600;
    font-size:14px;
    display:block;
}
.agendadesc {
    padding:10px 5px;
    display:block;
    font-size: 13px;
}
.timeblock ul>li:hover .speakerlabel {
    display:block;
}
/* .agendadate,
.agendatime,
.track1>br,
.track2>br,
.track3>br,
.track4>br,
.track5>br,
.track6>br,
.trackall>br,
.track1>p,
.track2>p,
.track3>p,
.track4>p,
.track5>p,
.track6>p,
.trackall>p {
    display:none;
}*/


/* clear */
.roomname:before,
.roomname:after,
.titleblock:before,
.titleblock:after,
.timeblock:before,
.timeblock:after,
.titlelock:before,
.titlelock:after,
.timeblock ul:before,
.timeblock ul:after {
    content:' ';
    display:table;
}

.titleblock:before,
.titleblock:after,
.timeblock:after,
.titleblock:after,
.timeblock ul:after {
    clear:both;
}
.titleblock: before,
.titleblock: after,
.timeblock,
.titleblock,
.timeblock ul {
    *zoom:1;
}


/* fix font/layout for blockquote ------------------------------------------------------*/
blockquote {
    font-size:24px !important; 
    font-family: 'Proxima-Nova-n4', Proxima-Nova, sans-serif  !important;
    font-weight:bold;font-style:italic !important; 
    color:#333  !important;
    padding-left: 50px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 10px;
    margin: 0;
    background-image: url(/wp-content/themes/3d/img/blockquote-quote.png);
    background-position: middle left;
    background-repeat: no-repeat;
} 

blockquote p {
    font-size:18px !important; 
} 

@media all and (min-width: 1025px) {
    .upcomingshowtiles img:hover {
        opacity: 1.0;
        backface-visibility: hidden;
    }
    
    .logo-img{float:left;margin: 0px 0 0 5px;max-width:240px;}
}  

@media all and (max-width: 400px) {
    .logo-img{float:left;margin: 0px 0 0 50px;max-width:240px;}
}  
@media all and (min-width: 401px) {
    .logo-img{float:left;margin: 0px 0 0 10px;max-width:240px;}
}  

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{max-width: 150px;float:left;padding:10px 10px 0 0;}

#newssection .thumbouter img{min-width:170px;}

