/*
Theme Name: P+P
Theme URI:
Description: Theme for P+P Site 
Author: Made In Katana
Author URI: 
Version: 0.1
Tags:
 
*/

/*** YOUR CSS ***/
@font-face {
    font-family: SSStandard;
    src: url('fonts/ss-standard.eot');
    src: url('fonts/ss-standard.eot?#iefix') format('embedded-opentype'),
        url('fonts/ss-standard.woff') format('woff'),
        url('fonts/ss-standard.ttf')  format('truetype'),
        url('fonts/ss-standard.svg#SSStandard') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: SSSocialCircle;
    src: url('fonts/ss-social-circle.eot');
    src: url('fonts/ss-social-circle.eot?#iefix') format('embedded-opentype'),
        url('fonts/ss-social-circle.woff') format('woff'),
        url('fonts/ss-social-circle.ttf')  format('truetype'),
        url('fonts/ss-social-circle.svg#SSStandard') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: SSSocialRegular;
    src: url('fonts/ss-social-regular.eot');
    src: url('fonts/ss-social-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ss-social-regular.woff') format('woff'),
        url('fonts/ss-social-regular.ttf')  format('truetype'),
        url('fonts/ss-social-regular.svg#SSStandard') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon{
    font-family: SSStandard;
    vertical-align: middle;
}
.socialIconCircle{
    font-family: SSSocialCircle;
    vertical-align: middle;
    font-size: 1.0em;
    padding: 5px;
    /*color: black;*/
}
.socialIconCircle:hover{
    /*color: #f9512d;*/
}
.socialIconRegular{
    font-family: SSSocialRegular;
    vertical-align: middle;
}

body{
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03em; /*0.15em;*/
}
h1, h2, h3, h4, h5, h6{
	/*color: black; */
    font-weight: 400;
}
img{
	max-width: 100%;
	height: auto; 
}
a, a:visited, a:active, a:hover, a:focus{
	text-decoration: none;
	outline: none;
}
a:hover{
	/*color: black;*/
}
hr.black_thick{
    border: 1px solid black;
}

/** Colours **/ 
.green{ color: #00ff96; }
.charcoal{ color: #222222; }
.grey{ color: #e5e5e5; }
.orange{ color: #fecb19; }
.pink{ color: #ff399b; }
.blue{ color: #00ccff; }
.red{ color: #ff5215; }
.lightgrey{ color: #eeeeee; } 
.purple{ color: #a14af9; }

.greenbg{ background-color: #00ff96; }
.charcoalbg{ background-color: #222222; }
.greybg{ background-color: #e5e5e5; }
.orangebg{ background-color: #fecb19; }
.pinkbg{ background-color: #ff399b; }
.bluebg{ background-color: #00ccff; } 
.redbg{ background-color: #ff5215; }
.lightgreybg{ background-color: #eeeeee; }
.purplebg{ background-color: #a14af9; }

#top_left {
    width: 136px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
#top_left img{
    padding: 15px; 
}

#top_left_mobile img{
    padding: 15px; 
}

#top_left_text{
    float: left;
}

#top_left .bottom {
    height: 0;
    border-width: 30px 136px 0 0;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
#top_left .top {
    height: auto;
    background-color: white;
}

#menu{
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 100;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
#menu .border_right{
    border-right: 1px black solid;
    height: 100%; 
}
#menu img{
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    height: 90px;
    opacity: 0.5;
}
#menu .col-md-6{
    height: auto;
    background: white; 
    padding: 0;
}
#menu .col-md-3{
    position: relative;
    padding: 0 0 20px 0;
}
.normal_page #menu .col-md-3{
    padding: 10px 0 5px;
}
.menu_item_content{
    
}
.menu_item_text{
    font-size: 12px;
    color: black;
    font-weight: 500;
}
.menu_item_text:hover{
    /*color: #03FC94;*/
}
.diagonal_top_left{
    height: 0;
    border-width: 20px 0 0 136px;
    border-style: solid;
    border-color: transparent white white white;
    position: absolute;
    top: -20px;
}
.diagonal_top_right{
    height: 0;
    border-width: 20px 136px 0 0px;
    border-style: solid;
    border-color: transparent white white white;
    position: absolute;
    top: -20px;
}
.diagonal_bottom_left{
    height: 0;
    border-width: 0px 0px 20px 136px;
    border-style: solid;
    border-color: white white transparent white;
    position: absolute;
    bottom: -20px;
}
.diagonal_bottom_right{
    height: 0;
    border-width: 20px 0 136px 0px;
    border-style: solid;
    border-color: transparent white white white;
    position: absolute;
    bottom: -20px;
}

.about_content{
    text-align: left;
    font-size: 10px;
    font-weight: 700;
    padding: 10px 20px 0 20px;
    text-transform: uppercase;
}
.normal_page #menu .about_content{
    padding: 0 20px 0 40px;
}
#menu .twitter_link{
    margin-bottom: 8px;
}
.home_page #menu .social_icons{
    margin-top: 8px;
}
.social_icons a{
    color: black;
    font-size: 12px;
    padding: 5px 5px 5px 0;
}
#menu .social_icons a:hover{
    /*color: #00ff96;*/
}

.normal_page #menu .col-md-3:hover{
    /*background: #00ff96;*/
}
.normal_page #menu a:hover{
    color: white;
}

#content{
    margin: 0 auto 200px;
    max-width: 1200px;
    padding: 0 120px;
}
#the_title{
    margin: 30px auto 0;
    color: white;
}
#the_title h1{
    text-transform: uppercase;
    font-size: 110px;
    letter-spacing: 3px;
}
#the_intro_text{
    margin: 20px auto 125px; 
    color: white;
    font-size: 24px;
    font-weight: 500;
}
#main_content{
    margin: 0 auto;
}
#main_content #left_content{
    color: black;
    background: white;
    padding: 0;
    position: relative;
}
#main_content #right_content{
    background: #222222;
    color: white;
    padding: 0;
    position: relative;
}

#main_content .diagonal_top_left{
    height: 0;
    border-width: 20px 0 0 136px;
    border-style: solid;
    border-color: transparent white white white;
    position: absolute;
    top: -20px;
}
#main_content .diagonal_top_right{
    height: 0;
    border-width: 20px 136px 0 0px;
    border-style: solid;
    border-color: transparent #222222 #222222 #222222;
    position: absolute;
    top: -20px;
}

#left_text{
    padding: 20px;
}
#right_text{
    padding: 20px;   
}
.diagonal_link_right{
    text-align: right;
    color: black;
    height: 100px;
    width: 370px;
    overflow: hidden;
    /*background: #00ff96;*/
    position: relative;
    float: right;
    margin-right: -20px;
}
.diagonal_link_right .link{
    color: white;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.triangle-topleft { 
    width: 0; 
    height: 0; 
    border-top: 100px solid white; 
    border-right: 370px solid transparent;
}
#loadingImages{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    z-index: -100;
}

.collapsible, .collapsible_beep{
    cursor: pointer; 
}
.collapsible .collapsible_button, .collapsible_beep .collapsible_button_beep{
    font-weight: bold;
    float: right;
    font-size: 21px;
    padding-right: 10px;
    margin-top: -2px;
}
.collapsible .collapsible_content, .collapsible_beep .collapsible_content_beep{
    display: none;
}

.right_arrow{
    position: absolute; 
    top: 45px; 
    right: 52.5%; 
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}
.left_arrow{
    position: absolute; 
    top: 45px; 
    left: 27.5%; 
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    padding: 5px;
} 
.right_arrow_small{
    position: absolute; 
    top: -5px; 
    right: 51.5%; 
    font-size: 18px;
    cursor: pointer;
    padding: 10px 5px 5px 5px;
}
.left_arrow_small{
    position: absolute; 
    top: -5px; 
    left: 26%; 
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    padding: 10px 5px 5px 5px;
}

.left_arrow, .right_arrow, .left_arrow_small, .right_arrow_small{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mobile_things{
    display: none;
}

#top_bar_mobile{
    display: none; 
}
#top_bar_mobile .col-xs-4{
    position: relative;
    z-index: 2;
}
.close_button{
    display: none;
    width: 94%;
}
.menu_button{
    width: 94%;
}
.mobile_menu_area{
    display: none;
    padding: 0;
    background-color: #222; 
    color: white;
    z-index: 1;
    position: relative;
    padding: 40px 20px 20px 20px;
}
.menu_button_container{
    cursor: pointer; 
    background: white;
}
.mobile_menu_text{
    font-weight: 500; 
    color: white;
}
.mobile_menu_item{
    text-align: center; 
    color: white;
    padding: 15px;
    min-height: 137px;
}

/* Tweetz */
/* DONE IN HEADER.PHP ON LINE 474 BECAUSE FUCK YOU CACHING */ 
.wolf-tweet-time_big{
    display: none;
}
.wolf-bigtweet-content span.wolf-tweet-text{ 
    font-size: 9px;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', sans-serif;
}
.wolf-bigtweet-content span.wolf-tweet-text a {
    color: black; 
} 

/* Media Queries */ 
@media(max-width: 1200px){
    #menu{
        display: none;
    }
    #top_left{
        display: none;
    }
    #content{
        padding: 0;
        margin-bottom: 0px;
    }
    h1{
        font-size: 3.2em !important;
        letter-spacing: 1px;
    }
    #the_title{
        max-width: 100%;
        padding: 0 20px;
    }
    #the_intro_text{
        max-width: 100%;
        padding: 0 20px;
    }
    .mobile_things{
        display: block;
    }
    .desktop_things{
        display: none;
    }
    #the_intro_text{
        margin-bottom: 50px;
    }
    #top_left_text{
        display: none;
    }
    #top_bar_mobile{
        display: block;
        padding-bottom: 1px;
    }
}