@import "reset.css";

/*===================================
	GLOBAL
===================================*/
body {
    background-color: #222222;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 100;
}
body a {
    color: #272727;
}
@media (max-width: 1400px) {
    #main .inside {
        width: 100%;
    }
}

/*===================================
	HEADER
===================================*/
#header {
    background-color:rgba(34,34,34,0.8);
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#logo {
    position: absolute;
    left: 44px;
    top: 44px;
    z-index: 100;
}
#logo a {
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
    text-transform: uppercase;
}
#desktop-menu {
    padding: 44px 0 0 55px;
    text-align: center;
}
#desktop-menu li {
    display: inline-block;
    padding-right: 55px;
}
#desktop-menu li a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
#desktop-menu li a:hover {
    color: #99ccee;

}
#hamburger {
    display: none;
    position: absolute;
    right: 44px;
    top: 44px;
    z-index: 100;
}
#menu {
    display: none;
}
#jPanelMenu-menu .social {
    padding-left: 37px;
    padding-top: 64px;
}
#jPanelMenu-menu .social li {
    display: inline-block;
    padding: 0 3px 0 0;
}
#jPanelMenu-menu {
    background: #222222;
    text-transform: uppercase;
}
#jPanelMenu-menu a.close {
    float: right;
    padding: 44px 44px 0 0;
}
#jPanelMenu-menu li {
    padding: 0 0 20px 37px;
}
#jPanelMenu-menu li a {
    color: #bfbfbf;
    font-weight: 400;
    text-decoration: none;
}
#jPanelMenu-menu li.home-link {
    padding-top: 260px;
    padding-bottom: 54px;
}
#jPanelMenu-menu li.home-link a {
    color: #ffffff;
    font-weight: bolder;
}
@media (max-width: 950px) {
    #desktop-menu {
        display: none;
    }
    #hamburger {
        display: block;
    }
}

/*===================================
	FOOTER
===================================*/
#footer {
    background-color: #000;
    color: #fff;
}
#footer .footer-item {
    float: left;
    min-height: 150px;
}
#footer ul {
    margin: 0 auto;
}
#footer ul li {
    display: inline-block;
}
#domo {
    background-color: #99ccee;
    width: 21%;
}
#domo ul {
    text-align: center;
}
#domo .domo-logo {
    padding-top: 38px;
}
#domo .domo-logo img {
    height: 75px;
    width: 75px;
}
#domo .text {
    font-size: 20px;
    padding: 56px 0 0 20px;
    text-align: left;
    vertical-align: top;
}
#domo .text a {
    color: #fff;
    text-decoration: none;
}
#jjsr {
    background-color: #eeeeee;
    font-size: 16px;
    text-align: center;
    width: 21%;
}
#jjsr .inside div {
    float: left;
    text-align: center;
    width: 50%;
}
#jjsr img {
    padding: 13px 13px 0 13px;
}
#jjsr p {
    padding-top: 66px;
}
#feed {
    background-color: #222222;
    width: 37%;
}
#feed .tweet-container {
    margin: 35px auto 0;
    overflow: hidden;
    width: 85%;
}
#feed .tweet-container .twitter-image {
    float: left;
    width: 65px;
}
#feed .tweet-container .tweet {
    float: left;
    width: 80%;
    font-size: 16px;
    line-height: 23px;
}
#feed .tweet a {
    color: #fff;
}
#feed .tweet .date  a {
    display: block;
    font-weight: 400;
    text-decoration: none;
}
#feed .tweet .twtr-hashtag,
#feed .tweet .twtr-atreply
{
    color: #ccc;
    text-decoration: none;
}
#social {
    background-color: #eeeeee;
    width: 21%;
}
#social ul {
    padding-top: 58px;
    text-align: center;
}
#social ul li {
    background: no-repeat;
    height: 35px;
    width: 35px;

    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
#social ul li a {
    display: block;
    height: 100%;
    width: 100%;
}
#social .twitter {
    background-image: url(../images/footer/social/twitter.png);
}
#social .twitter:hover {
    background-image: url(../images/footer/social/twitter-hover.png);
}
#social .linkedin {
    background-image: url(../images/footer/social/linkedin.png);
}
#social .linkedin:hover {
    background-image: url(../images/footer/social/linkedin-hover.png);
}
#social .facebook {
    background-image: url(../images/footer/social/facebook.png);
}
#social .facebook:hover {
    background-image: url(../images/footer/social/facebook-hover.png);
}
#social .pinterest {
    background-image: url(../images/footer/social/pinterest.png);
}
#social .pinterest:hover {
    background-image: url(../images/footer/social/pinterest-hover.png);
}
#social .rss {
    background-image: url(../images/footer/social/rss.png);
}
#social .rss:hover {
    background-image: url(../images/footer/social/rss-hover.png);
}

@media (max-width: 1350px) {
    #jjsr .inside .jjsr-text-link p {
        padding-left: 25px;
    }
}

@media (max-width: 1220px) {
    #footer .footer-item {
        float: none;
        width: 100%;
    }
    #domo .text {
        font-size: 24px;
    }
    #footer #domo .domo-logo {
        padding-top: 23px;
    }
    #footer #domo .domo-logo img {
        height: auto;
        width: auto;
    }
    #jjsr {
        font-size: 24px;
    }
    #jjsr .inside {
        margin: 0 auto;
        overflow: hidden;
        width: 300px;
    }
    #jjsr .inside div {
        width: auto;
    }
    #jjsr .inside .jjsr-text-link p {
        padding-left: 0px;
    }
    #footer #social {
        min-height: 100px;
    }
    #footer #social ul {
        padding-top: 37px;
    }
}
@media (max-width: 540px) {
    #feed ul {
        padding-bottom: 75px;
        width: 320px;
    }
    #feed .twitter-image {
        width: 60px;
    }
    #feed .tweet {
        width: 240px;
    }
}

/*===================================
	HOME
===================================*/
#content.home {
    background: url(../images/home/silicon-slopes.jpg) no-repeat;
    background-size: cover;
}
#jj-headshot {
    margin: 0 auto;
    padding-top: 218px;
    width: 272px;
}
#home-copy {
    color: #fff;
    margin: 34px auto 0;
    padding-bottom: 145px;
    text-align: center;
    width: 780px;
}
#home-copy h1 {
    font-size: 50px;
    margin-bottom: 29px;
}
#home-copy p {
    margin-bottom: 30px;
}
#home-copy a {
    color: #fff;
}
@media (max-width: 780px) {
    #home-copy {
        box-sizing: border-box;
        padding: 0 10px 70px;
        width: 100%;
    }
}
#companies {
    background-color: #000000;
    min-height: 125px;
}
#companies ul {
    padding-top: 38px;
    text-align: center;
}
#companies ul li {
    display: inline-block;
    margin-right: 55px;
}
#companies ul li.domo {
    margin: 0;
}
#companies ul li.domo img {
    width: 50px;
}
.companies-mobile {
    display: none;
}
@media (max-width: 575px) {
    #companies ul li {
        margin-right: 10px;
    }
}
@media (max-width: 400px) {
    .companies-desktop {
        display: none;
    }
    .companies-mobile {
        display: block;
    }
    #companies {
        padding-bottom: 38px;
    }
}
/*===================================
	ABOUT
===================================*/
#content.about {
    background: #ffffff;
    color: #222222;
    line-height: 24px;
}
#content.about .marquee {
    background: #ffffff url(../images/about/about-header.jpg) no-repeat;
    background-size: cover;
    height: 648px;
}

#content.about h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    line-height: 38px;
    text-align: right;
    padding: 365px 230px 0 0;
}
#content.about .post.page {
    font-size: 16px;
    padding: 150px 15% 100px;
}
#content.about .post.page p {
    padding-bottom: 25px;
}

@media (max-width: 1400px) {
    #content.about h1 {
        padding-right: 5%;
    }
    #content.about .post.page {
        padding: 150px 10% 100px;
    }
}
@media (max-width: 1120px) {
    #content.about h1 {
        padding: 440px 0 0 0;
        text-align: center;
    }
    #content.about .post.page {
        padding: 75px 5% 100px;
    }
}
@media (max-width: 520px) {
    #content.about .marquee {
        background: #ffffff url(../images/about/about-header-mobile.jpg) no-repeat;
        background-size: cover;
        height: 500px;
    }
    #content.about h1 {
        padding: 55% 2% 0;
    }
    #content.about .post.page {
        padding: 20px 7% 100px;
    }
}
@media (max-width: 400px) {
    #content.about .marquee {
        height: 400px;
    }
}

/*===================================
	BLOG
===================================*/
#content.blog {
    background: #ffffff;
    color: #222222;
    line-height: 26px;
}
#content.blog .inside {
    margin: 0 auto;
    padding: 75px 0;
    width: 80%;
}
#content.blog .post .postheader {
    margin: 175px 0 50px;
}
#content.blog .post p {
    padding-bottom: 25px;
}
#content.blog .post .date {
    font-weight: 800;
    margin-top: 15px;
    text-transform: uppercase;
}
#content.blog h1 a {
    color: #222222;
    font-size: 30px;
    font-weight: 100;
    text-decoration: none;
}
.navigation {
    padding: 30px 0;
}
.navigation a {
    color: #272727;
    font-size: 20px;
    text-transform: uppercase;
}
.navigation .next {
    float: left;
}
.navigation .previous {
    float: right;
}

@media (max-width: 870px) {
    #content.blog .inside {
        box-sizing: border-box;
        padding: 10% 5%;
        margin: 0;
        width: 100%;
    }
    #content.blog .post .postheader {
        margin: 100px 0 50px;
    }
}
@media (max-width: 550px) {
    #content.blog  .post img {
        width: 100% !important;
        height: auto !important;
    }
    #content.blog  .postheader {
        text-align: center;
    }
}
/*===================================
	IN - X (Video/News)
===================================*/
#content.blog.in-x .inside {
    padding: 15% 0 50px;
}
#content.blog.in-x h1 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 25px;
}
#content.blog.in-x table {
    font-size: 16px;
    padding-bottom: 50px;
}
#content.blog.in-x table tr {
    border-top: 1px solid #272727;
}
#content.blog.in-x table td {
    padding: 15px 0;
}
#content.blog.in-x table td.source-col {
    padding-left: 3px;
    width: 30%;
}
#content.blog.in-x table span.date {
    font-weight: 600;
}
#content.blog.in-x .pagination {
    margin: 20px 0;

}
#content.blog.in-x .pagination a {
    text-decoration: none;
}
#content.blog.in-x .pagination span.current {
    text-decoration: underline;
}

@media (max-width: 900px) {
    #content.blog.in-x .inside {
        box-sizing: border-box;
        padding: 130px 5% 50px;
    }
    #content.blog.in-x .title-col {
        padding-left: 5%;
    }
}

/*===================================
	Startup Rules
===================================*/
#content.blog.startup .inside {
    padding: 15% 0 50px;
    width: 1010px;
}
#content.blog.startup h1 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 25px;
}
#content.blog.startup .startup-rule {
    float: left;
    padding-right: 4px;
}
#content.blog.startup .navigation {
    clear: left;
}

@media (max-width: 1030px) {
    #content.blog.startup  .startup-rule {
        float: none;
        display: block;
        margin: 0 auto;
        padding-right: 0;
        max-width: 500px;
    }
    #content.blog.startup .inside {
        box-sizing: border-box;
        padding: 130px 5% 50px;
        width: 100%;
    }
    #content.blog.startup h1 {
        text-align: center;
    }
    #content.blog.startup .navigation {
        padding: 0 50px 25px;
        text-align: center;
    }
    #content.blog.startup .navigation.bottom {
        padding-top: 25px;
    }
    #content.blog.startup .startup-rule img {
        width: 100%;
    }
}


/*===================================
	FANCYBOX
===================================*/
@media (max-width: 650px) {
    .fancybox-nav.fancybox-next span {
        right: 150px;
    }
    .fancybox-nav.fancybox-prev span {
        left: 150px;
    }
}
@media (max-width: 600px) {
    .fancybox-nav.fancybox-next span {
        right: 183px;
    }
    .fancybox-nav.fancybox-prev span {
        left: 183px;
    }
}


/*===================================
	JOSH JAMES RETWEET
===================================*/
.twitter-retweet {
    height: 20px;
    overflow: hidden;
    position: absolute;
    z-index: 100000;
    top: 25px;
    right: 25px;
    float: right;
}

.twitter-retweet a {
    display: block;
    height: 20px;
    background: url(../images/button-twitter-retweet.png) no-repeat left center;
    padding-left: 77px;
    text-decoration: none;
    color: #323232;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
}

.twitter-retweet span {
    color: #000000;
    height: 20px;
    line-height: 20px;
    display: block;
    background: #fff url(../images/button-twitter-retweet-cap.png) no-repeat right center;
    padding-right: 3px;
}
