/*
Theme Name: Volcom True To This
Description: A theme for Volcom Stone Wordpress Theme
Author: Volcom - danshrd - stonecodechaos
Version: 1.2
*/



/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/*
* Corrects `block` display not defined in IE 8/9.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
* Corrects `inline-block` display not defined in IE 8/9.
*/

audio,
canvas,
video {
    display: inline-block;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 8/9.
*/

[hidden] {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */

/*
* 1. Sets default font family to sans-serif.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Removes default margin.
*/

body {
    margin: 0;
}

/* ==========================================================================
Links
========================================================================== */

/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */

/*
* Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
* Safari 5, and Chrome.
*/

h1 {
    font-size: 2em;
}

/*
* Addresses styling not present in IE 8/9, Safari 5, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/*
* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/

b,
strong {
    font-weight: bold;
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/

dfn {
    font-style: italic;
}

/*
* Addresses styling not present in IE 8/9.
*/

mark {
    background: #ff0;
    color: #000;
}


/*
* Corrects font family set oddly in Safari 5 and Chrome.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* Sets consistent quote types.
*/

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
* Addresses inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */

/*
* Removes border when inside `a` element in IE 8/9.
*/

img {
    border: 0;
}

/*
* Corrects overflow displayed oddly in IE 9.
*/

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */

/*
* Addresses margin not present in IE 8/9 and Safari 5.
*/

figure {
    margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */

/*
* Define consistent border, margin, and padding.
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
* 1. Corrects color not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
* 1. Corrects font family not being inherited in all browsers.
* 2. Corrects font size not being inherited in all browsers.
* 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
*/

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
    line-height: normal;
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
* Re-set default cursor for disabled elements.
*/

button[disabled],
input[disabled] {
    cursor: default;
}

/*
* 1. Addresses box sizing set to `content-box` in IE 8/9.
* 2. Removes excess padding in IE 8/9.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
* Removes inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 8/9.
* 2. Improves readability and alignment in all browsers.
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img {
    vertical-align: middle;
}


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

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-weight: normal;
    font-family: "itc_avant_garde_gothic_ltbold", Helvetica, Arial, sans-serif;
    line-height: 115%;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: "itc_avant_garde_gothic_ltbold", sans-serif;text-decoration: none; }

.title {
    color: #000;
    text-transform: uppercase;
}

p {
    margin: 0 0 10px;
    font-size: 0.9em;
}



.m-grid-4.columns.video-list-item.fade-item.video-wrapper {
    min-height: 410px!important;
}

.col-left {
    float: left;
    width: 20%;
}

.col-right {
    float: right;
    width: 78%;
}

.product-wrapper-form {
    padding-bottom: 20px;
}

.toolbar-top .toolbar {
    top: -60px!important;
    right: 20px!important;
}

.cta_banner {
    padding: 20px 0;
}

.cta_banner p {
    margin: 0;
}

#twitterfeed-volcom li {
    margin-right: 40px;
}

span.tweet {
    margin-right: 20px;
}

#twitterfeed-volcom abbr {
    font-size: 10px;
    color: #808080;
}

.selectBox.dark {
    position: absolute;
    right: 10px;
    z-index: 12;
}

.dropdown {
    
    background: #232424;
    color: #FFF;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
    z-index: 12;
}

.dropdown ul,
.dropdown li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FFF;
}

.dropdown ul {
    display: none;
    border: 1px solid #666;
}

.dropdown a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #606060;
    color: #FFF;
    text-decoration: none;
}

.dropdown ul a {
    color: #000;
}

.choose {
    padding-right: 45px!important;
    background: url("images/dropdown.png") right center no-repeat;
    border: none!important;
}


.dropdown li:last-child a {
    border: none;
}

.dropdown {
    display: block;
}

.main.col1-layout {
    position: relative;
}

.wp-category-navigation {
    margin-top: 20px!important;
}

.igbox {
    padding: 20px 10px 0;
}

.igbox2 {
    padding: 0px 10px;
}

.events-submenu .post-img img {
    width: 100%;
    height: auto;
}

.row.igbox2 .widget-instagramfeed {
  margin-bottom: 0;
  }

#infscr-loading ,
#load {
  text-align: center;
  font-size: 12px;
 	letter-spacing: 0;
  }

/* -----------------------------------------------------------------------------
CAREERS
--------------------------------------------------------------------------- */

.single-career li {
    margin: 0 0 5px;
}

dl.career {
    padding: 10px 20px;
    background: #EFEFEF;
    border: 1px solid #CCC;
}

dl.career dt {
    float: left;
    margin: 0 0 5px;
    width: 150px;
    font-size: 12px;
}

dl.career dd:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.career_list {
    margin: 0 0 20px!important;
    font-size: 12px!important;
}


.col_date {
    float: left;
    width: 20%;
}

.col_function {
    float: left;
    width: 30%;
}

.col_position {
    float: left;
    width: 50%;
}

.col_date,
.col_function,
.col_position {
    padding: 5px 5px;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
}

.career_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.career_list li:nth-child(even) {
    background: #EFEFEF;
}

.career_list li:nth-child(odd) {
    background: #D0D0D0;
}

.col_date strong,
.col_function strong,
.col_position strong {
    text-transform: uppercase;
}

.col_date,
.col_function {
    border-right: 1px solid #FFF;
}


.career_list li:last-child .col_date ,
.career_list li:last-child .col_function ,
.career_list li:last-child .col_position {
    border-bottom: none;
}


.career-single ,
.career-single p {
    color: #202020;
}

.career-single .post-content {
    border: none!important;
}

.career-single .post-time {
    top: -30px;
}

#menu-career {
    padding: 10px 0 0!important;
}

#menu-career li {
    padding: 5px 0 0 0!important;
}

#menu-career a {
    font-size: 12px!important;
}

@media screen and (max-width: 800px) {
    
    .selectBox.dark  {
        padding: 0 10px;
        width: 100%;
        display: block;
    }
    
    .menu-box {
        padding-bottom: 50px;
    }
    
    .dropdown a {
        display: block;
        width: 100%;
    } 
    

    .m-grid-4.columns.video-list-item.fade-item.video-wrapper {
        min-height: 0!important;
        height: auto!important;
    }
    
}


#ajax_c1 {
    width: 960px;
}

.scgrid {
    float: left;
    width: 100px;
    margin: 0 20px 20px 0;
    font-size: 11px;
    line-height: 125%;
    min-height: 150px;
}

.scgrid img {
    margin: 0 0 10px;
    box-shadow: 0 0 2px #DDD;
}

.scgrid a {
    text-transform: none;
    text-decoration: none;
}

.swrap {
    padding: 20px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#s2.swrap {
    border-top: 0;
}

.swrap .widget_head {
    padding: 0;
}

.sgrid {
    float: left;
    width: 48%;
    margin: 0 0 20px;
    padding: 0 1% 20px;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
    line-height: 14px;
    min-height: 150px;
}

.sgrid0:nth-last-child(3),
.sgrid1:nth-last-child(2) {
    border: 0!important;
}

.sgrid0 {
    float: left;
    padding-left: 0;
}

.sgrid1 {
    float: right;
    padding-right: 0;
}

.sgrid .postthumb {
    float: left;
    margin-right: 20px;
    width: 40%;
}

.sgrid .postthumb img {
  	width: 100%;
  	height: auto;
}

.overflow {
    overflow: hidden;
    padding-right: 20px;
}

.swrap .page-title {
  	position: relative;
  	padding: 20px 0;
}

.swrap .page-title .arrows-navigation {
		position: absolute;
  	top: 0;
  	right: 0;
}

.cta_banner {
  	margin: 0 auto;
  	max-width: 950px;
}


.description-link ,
.description-link a {
  	color: red;
    font-size: 12px;
  	text-decoration: none!important;
  	font-weight: 700;
}