/*
Theme Name: CODE Magazine custom Theme 
Theme URI: none
Description: 
Version: 2.0
Author: Jeroen Wiggers (contributing)
Author URI: http://www.indepenmedia.nl
Tags: 2 column theme, clean, portfolio
*/
/* =WordPress Core
-------------------------------------------------------------- */


@font-face {
    font-family: 'minion';
    src: url('fonts/minionpro-regular-webfont.eot');
    src: url('fonts/minionpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/minionpro-regular-webfont.woff') format('woff'),
         url('fonts/minionpro-regular-webfont.ttf') format('truetype'),
         url('fonts/minionpro-regular-webfont.svg#minion_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_bold';
    src: url('fonts/GothamBoldd.eot');
    src: url('fonts/GothamBoldd.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamBoldd.woff') format('woff'),
         url('fonts/GothamBoldd.ttf') format('truetype'),
         url('fonts/GothamBoldd.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'minion_bold_cond';
    src: url('fonts/minionpro-boldcn-webfont.eot');
    src: url('fonts/minionpro-boldcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/minionpro-boldcn-webfont.woff') format('woff'),
         url('fonts/minionpro-boldcn-webfont.ttf') format('truetype'),
         url('fonts/minionpro-boldcn-webfont.svg#minion_probold_cond') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    font-weight:normal;
}

html {
    overflow: -moz-scrollbars-vertical;
}



.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;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
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 p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}*/
/* Global */

p {
    font-family:"Lora", Times;
    letter-spacing:0px;
}
body,
div {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #666;
    line-height: 20px;
}
a {
    color: #666;
    text-decoration: none;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover {
    color: #222
}
h1, h2, h3, h4, h5, p {
    margin: 0px 0;
    font-family:"minion", serif;
}
img {
    border: none
}
.left {
    float: left
}
.right {
    float: right
}
.clear {
    clear: both
}
::selection {
    background: #eee
}
::-moz-selection {
    background: #eee
}
.container {
    width: 1000px;
    margin: 0 auto;
}
/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
    display: block
}
/* Header (gedeeltelijk aangepast) */
#header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
    height: 120px;
}

html.fancybox-margin #header {
    left:-7.5px;
}

.margin-fixer {
    width:15px;    
    height:10px;
    background:#ccc;
    display:none;
}

.margin-fixer.fixed {
    display:inline-block;
}
.menu_container {
    text-align: center;
    width: 100%;
}
.menu_container ul {
    list-style-type: none;
    padding: 0;
}
.menu_container ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.menu_container ul li:first-child {
    margin-left: 0;
}
.menu_container ul li a {
    text-decoration: none;
    font-family:"montserrat";	
    font-size:14px;
    letter-spacing:1px;
    color:#000;
    font-weight:bold;
}

.menu_container ul li a:hover {
    text-decoration: line-through;
}

.menu_container ul li.current_page_item a,
.menu_container ul li.current-menu-item a {
    color: #000;
}
.menu_container ul li.current_page_item ul li a,
.menu_container ul li.current-menu-item ul li a {
    color: #000;
}
.menu_container ul li ul {
    text-align: left;
    position: absolute;
    top: 25px;
    left: 0;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 5px 10px;
    display: none;
    line-height: 13px;
    z-index: 50;
}
.menu_container ul li ul li {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    border-top: 1px solid #efefef;
    display: block;
    width: 130px;
}
.menu_container ul li ul li:first-child {
    border-top: none
}
.menu_container ul li ul li a {
    color: #666;
    display: block;
}
.menu_container ul li ul li a:hover {
    color: #000
}
.header_right {
    float: right
}
.header_search_cont {
    float: right;
    position: relative;
    margin-left: 8px;
}
.header_search_cont input[type=text] {
    width: 142px;
    height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px 25px 3px 5px;
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #e8e8e8;
    font-size: 11px;
}
.header_search_cont input[type=image] {
    position: absolute;
    top: 4px;
    right: 6px;
}
.header_right img {
    float: left;
    margin-left: 8px;
}


/* social icons */

.social-icons {
    float:left;
    height:25px;
    position: absolute;
}

.social-icons-home-container {
    position: relative;
}

.social-icons-home-container .social-icons {
    position: absolute;
    top:65px;
    left:0;
    z-index: 1000;
}

.posts {
    width:1035px;
}

#infscr-loading {
    position: fixed;
    z-index: 1000;
    width:1035px;
    text-align: center;
    top:50%;
    background: transparent;
}

#infscr-loading img {
    border-radius: 10000px;
    padding:20px;
}

#infscr-loading div {display:none;}

.right a {
    /* display:none !important; WHY?*/
}

.header-search {
    position: absolute;
    right:0;
    top:-2px;
    height:20px;
    border:1px solid #000;
    background: #fff;
    padding-left:6px;
    -moz-transition:0.2s;
    -webkit-transition:0.2s;    
    -o-transition:0.2s;
    transition:0.2s;
}

.header-search.unclicked {
    border:1px solid #fff;
}

.header-search input[type="text"] {
    border:none;
    display:inline-block;
    vertical-align: top;
    width:170px;
    height:19px;
    font-family: "minion";
    font-size:14px;
    background: none;
    -moz-transition:0.2s;
    -webkit-transition:0.2s;    
    -o-transition:0.2s;
    transition:0.2s;
}

.header-search.unclicked input[type="text"] {
    width:0px;
}
.header-search input[type="submit"] {
    cursor: pointer;
}
.header-search.unclicked input[type="submit"] {
    cursor: auto;
}
.header-search .screen-reader-text {
    display:none;
}

.header-search input[type="submit"] {
    background: none;
    border: none;
    display:inline-block;
    height:20px;
    vertical-align: top;
    width:20px;
    font-size: 0px;
    background: url(images/search-icon.png) center center no-repeat;
}


.code-social {
    height:25px;
    width:25px;
    float:left;
    margin-right:9px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity:0.7;
}

.code-social:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity:1;
}

.code-social-fb {
    background: url(images/code-header-fbhover.png) left top no-repeat;
}
.code-social-instagram {
    background: url(images/code-header-pinteresthover.png) left top no-repeat;
}
.code-social-twitter {
    background: url(images/code-header-twitterhover.png) left top no-repeat;
}

/*.header_right img:first-child { margin-left: 0; }_NO__DOTCOMMA__AFTER__*/
/* Content */
#main_cont {
    padding-top: 110px
}
.logo {
    float: left;
    margin-right: 50px;
}
#slideshow_cont {
    width: 1000px;
    min-height: 533px;
    position: relative;
    margin-bottom: 25px;
}
.slide_box {
    float:left;
    min-height:533px;
    display:block;
    position:relative;
}

.slide_box img,
.slide_box iframe {
    width: 1000px;
    min-height: 533px;
}

.slide_box iframe {
    z-index:0;
}

.slider_pagination_container {
    width:100%;
    text-align:center;
    height:33px;
    position:absolute;
    bottom:10px;
}

.slider_pagination {
    display:inline-block;
    height:25px;
}

.slider_pagination a {
    font-size:0px;
    height:25px;
    width:25px;
    float:left;
    background:url(images/slider-pagination-inactive.png) left top no-repeat;
    margin-left:2px;
    margin-right:2px;
    z-index:20;
}

.slider_pagination a.selected {
    background:url(images/slider-pagination-active.png) left top no-repeat;
}


.home_wide_box {
    float: left;
    width: 649px;
    padding-bottom:20px;
}

.home_wide_box img,
.home_wide_box iframe {
    width: 649px;
    height: 326px;
}

a img {
    -moz-transition:0.2s;
    -webkit-transition:0.2s;    
    -o-transition:0.2s;
    transition:0.2s;
}

a img:hover,
.blog_item_box:hover img {
    opacity: 0.76;
    filter: alpha(opacity=76);
}

.home_wide_box a {
    position:relative;
}

.home_wide_box h3 {
    margin-top:10px;
    margin-bottom:10px;
}

.imagelink {
    position:relative;
}

.imagelink:after {
    content:"Lees meer";
    text-transform:uppercase;
    position:absolute;
    color:#000;
    right:7px;
    bottom:11px;
    font-family:"gotham_bold";
    font-size:14px;
    line-height:7px;
    display:none;
    z-index:2;
}

.imagelink.imageLink-lookbook:after {
    content:"Bekijk lookbook";
}

.imagelink {
    position:relative;
}

.imagelink:hover:after,
.blog_item_box:hover .imagelink:after {
    
    display:block;
}

.home_blog_cont {
    float: right;
    width: 324px;
}
.home_blog_cont .home_blog_box:first-child {
    margin-top: 0
}
.home_blog_box {
    margin-top: 20px
}
.home_blog_box img,
.home_blog_box iframe {
    float: left;
    width: 120px;
    height: 82px;
    margin-right: 10px;
}
.home_blog_box h3 {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 14px;
    
}
.home_blog_box p {
    margin: 0;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #999;
}
.home_box h3 {
    font-weight: 300;
    font-size: 22px;
    
}
.home_box p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #777;
    line-height: 22px;
    
}
.home_box {
    float: left;
    width: 476px;
    margin-top: 25px;
}
.home_box img,
.home_box iframe {
    width: 476px;
    height: 267px;
}
.home_box.right {
    float: right
}
.col1_text,
.col2_text {
    width: 50%
}
.col1_text p {
    padding-right: 10px
}
.col2_text p {
    padding-left: 10px
}
.home_archive_box {
    float: left;
    width: 310px;
    margin-right: 35px;
    margin-bottom: 30px;
    height:400px;    
}

.home_archive_box.lookbooks-related {
    margin-right:15px;
}

.home_archive_box.portrait {
    height:600px;
}

.home_archive_box_last {
    margin-right: -22px;
}

.home_archive_box img,
.home_archive_box iframe {
    width: 310px;
    height: 220px;
}

.home_archive_box.portrait .imageLink-lookbook img {
    height:410px;
}

.home_archive_box>a {
    
}

.home_archive_box h3 {
    margin-top:10px;
    margin-bottom:10px;
}

.home_archive_box p {
    line-height: 19px;
    font-weight: 300;
    font-size: 14px;
}
.archive_nav_cont {
    padding: 15px 0
}
.archive_nav_cont img {
    vertical-align: middle
}
.archive_nav_cont .left a {
    display: block;
    height: 25px;
    padding: 4px 0 0 35px;
    background: url('images/archive-prev.jpg') no-repeat;
}
.archive_nav_cont .right a {
    display: block;
    height: 25px;
    padding: 4px 35px 0 0px;
    background: url('images/archive-next.jpg') no-repeat;
    background-position: top right;
}
.single_left {
    float: left;
    width: 670px;
    margin-bottom: 30px;
}
.single_left img {
    max-width: 100%;
    height: inherit;
}
.single_left iframe {
    max-width: 100%
}
h1.single_title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    
}
.single_inside_content {
    font-weight: 400;
    font-size: 15px;
    
}
.single_inside_content p {
    line-height: 20px;
    margin-bottom: 15px;
}

.single_inside_content_inner {
    width:80%;
}

.single_inside_content_inner h1 {
    font-size: 45px;
    display: block;
    padding-top:20px;
    line-height: 50px;
    margin-bottom:30px;
}

.single_inside_content_inner h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom:20px;
}

.single_inside_content_inner h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom:20px;
}

#commentform input[type=submit] {
    background-color: #161616;
    color: #fff;
    border: 1px solid #6E6E6E;
    padding: 3px 5px;
}
.archive_title {
    font-family:"minion", serif;
    font-size: 24px;
    color: #000;
    letter-spacing:1px;
    margin-bottom:20px;
    display:inline-block;
}

.lookbookscontainer .archive_title {
    width:100%;
    text-align: center;
}

.dropdowns {
    position: absolute;
    top:0;
    right:0;
}

.next-page-container {
    width:100%;
    float:left;
    padding-bottom:50px;
    margin-bottom:50px;
    border-bottom:1px solid #ccc;
}

.next_prev_cont {
    padding: 25px 0;
    font-family:"minion", serif;
}
.next_prev_cont .left {
    float: left;
    width: 45%;
    
}
.next_prev_cont .left a {
    display: block;
    background: url('images/prev-code-arrow.png') no-repeat;
    background-position: center left;
    padding-left: 30px;
    min-height: 30px;
    
}

.next_prev_cont .right {
    float: right;
    width: 45%;
    text-align: right;
}
.next_prev_cont .right a {
    display: block;
    background: url('images/next-code-arrow.png') no-repeat;
    background-position: center right;
    padding-right: 30px;
    min-height: 30px;
}
.single_left .blog_box:first-child {
    margin-top: 0
}
.blog_box {
    margin-top: 30px
}
.blog_box img,
.blog_box iframe {
    float: left;
    width: 320px;
    height: 202px;
    margin-right: 23px;
}
.blog_box h3 {
    margin-top: 0;
    font-weight: 300;
    font-size: 20px;
    
}
.blog_box p {
    line-height: 20px;
    font-size: 14px;
    
}
.blog_box_meta {
    margin-top: 20px;
    padding: 7px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
}
/* Sidebar */
#sidebar {
    float: right;
    width: 220px;
    margin-bottom: 30px;
}
.side_box {
    margin-bottom: 25px
}
.side_box h3.side_title {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 4px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.side_box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side_box ul li {
    margin-bottom: 8px
}
.t1_search_cont {
    position: relative;
    width: 200px;
}
.t1_search_cont input[type=text] {
    width: 180px;
    height: 17px;
    border: 1px solid #E5E5E5;
    padding: 3px 15px 3px 5px;
}
.t1_search_icon {
    position: absolute;
    top: 6px;
    right: 3px;
}
/* Footer */
#footer {
    margin-top:35px;
    width:100%;
}

#footer .contemporary-mens-style {
    width:100%;
    background:url(images/contemporary-mens-style.png) center top no-repeat;
    height:81px;
    margin-bottom:30px;
}

.footer_box {
    float: left;
    width: 200px;
    margin-left: 50px;
    color: #999;
}
#footer .footer_box:first-child {
    margin-left: 0
}
.footer_box ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}
.footer_box ul li {
    margin-bottom: 8px
}
.footer_box p {
    line-height: 18px
}
.footer_box h3 {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    color: #757575;
    margin-bottom: 15px;
}
.footer_box a {
    color: #999999
}
.footer_box a:hover {
    color: #333
}
.copyright_text {
    padding: 10px 0 0;
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-top: 15px;
}

.newsletter-subscribe {
    float:left;
}

.newsletter-subscribe .hidden {
    display:none;
}

.newsletter-subscribe form {
    display:inline-block;
    margin-left:30px;
}

.newsletter-subscribe input[type="text"] {
    background: #cfcfcf;
    width:255px;
    height:22px;
    border:none;
    margin-bottom:18px;
    font-family: "Times", Times new Roman;
    font-size: 14px;
    text-align: right;
    padding:6px;
    letter-spacing: 1.5px;
}

.newsletter-subscribe input[type="submit"] {
    border:none;
    width:166px;
    display:inline-block;
    height:53px;
    cursor: pointer;
    background:url(images/glow-button.png) left top no-repeat;
    color:#fff;
    text-transform:uppercase;
    font-family:"minion", Times;
    text-align:center;
    font-size:18.5px;
    line-height:53px;
    text-decoration:none;
    

}

.newsletter-subscribe input[type="submit"]:hover {
    text-decoration:line-through;
}

/* added styles by Jeroen */

#footer-widgets {
    display: block;
    width:1000px;
    margin-right:0;
    background: #ffffff;
}

.footer-widget {
    float:left;
    width:33%;
    color:#7f7b7b;
}

.footer-widget .textwidget {
    height: 135px;
    float:left;
}

.footer-widget .readmore {
    background:url(images/footer-blackline.png) top center no-repeat;
    width:100%;
    float:left;
    padding-top:16px;
    padding-bottom:19px;
    text-align:center;
    font-family:"minion", Times;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:12px;
    color:#000;
}

.footer-widget .readmore a {
    color:#000;
}

.footer-widget .readmore a:hover {
    text-decoration:line-through;
}

.footer-block {
    float:left;
    text-align:center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:23px;
    font-family:"minon", Times;
    font-size:14px;
}

.footer-widget h2 {
    text-transform:uppercase;
    font-family:"Montserrat", Arial;
    font-weight:bold;
    font-size:16px;
    color:#000;
    letter-spacing:1.5px;
    text-align:center;
}

.footer-widget.job-widget {
    padding:23px;
    padding-left:9px;
    padding-right:9px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    text-align:center;
    width:33%;
    font-family:"minion", Arial;
    color:#7f7b7b;
}

.footer-widget.job-widget a {
    color:#7f7b7b;
}

.footer-widget.job-widget a:hover {
    color:#000;
}

.footer-widget.job-widget .footer-block {
    padding:0;
    width:100%;
}

.footer-widget ul.job_listings li.job_listing a,
.footer-widget ul.job_listings li.no_job_listings_found a {
    display: block;
    padding:0;
    overflow: hidden;
    position: relative;
    font-size:14px !important;
    text-decoration:underline;
}

.footer-widget.job-widget .readmore a {
    color:#000 !important;
}

/* jobs in footer */

ul.job_listings li a {
    float: left;
    width:100%;
    padding:0;
    text-align:center;
    background:url(images/footer-blackline.png) center top no-repeat;
}

a.jobsheading {
    line-height:18px !important;
    display:inline-block;
    margin-bottom:5px;
    text-decoration:underline;
}

ul.job_listings li a h3 {
    margin: 0px;
    padding: 0px;
    width:100% !important;
    text-align:center !important;
    display:block !important;
    font-size:14px !important;
    text-decoration:underline;
    height:34px;
    margin-top:5px;
    line-height:30px;
    font-size:14px;
}

ul.job_listings {
    padding: 0px;
    margin: 0px;
    border-top: none;
    width:100% !important;
}
ul.job_listings li {
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
    border-bottom:none !important;
    width:100%;
}

.pre-footer {
    width:100%;
    background:#333;
    min-height:532px;
    margin-bottom:1px;
    float:left;
    color:#fff;
    font-family:"minion", Times;
    font-size:12px;
    text-align:center;
    padding-top:55px;
    position: relative;
}

.collapse-expand, .collapse-expand-footer {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top:10px;
    right:10px;
    color: #fff;
    cursor: pointer;
}

.collapse-expand:hover,
.collapse-expand-footer:hover {
    color:#ccc;
}

.collapse-expand-footer {
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

.collapse-expand-footer span {
    text-decoration: none !important;
}


.pre-footer-left {
    float:left;
}

.pre-footer-right {
    float:right;
    position:relative;
    width:287px;
}

.footer-code-issue-container{
    font-size:18.6px;
    line-height:20px;
    letter-spacing:1px;
}

.footer-code-issue-container h2 {
    display:none;
}

.pre-footer-image {
    float:left;
    width:348px;
    margin-left:21px;
}

.pre-footer-text {
    width:280px;
    float:left;
    margin-left:24px;
    position:relative;
}

.pre-footer-text p {
    letter-spacing:1px;
    margin-bottom:20px;
    font-size:18.5px;
    font-family:"minion", Times;
}

.pre-footer-text p:first-child {
    letter-spacing:1px;
    margin-bottom:20px;
    margin-top:0px;
}

.pre-footer-text a {
    text-decoration:underline;
    color:#fff;
}

.pre-footer-button {
    position:absolute;
    height:53px;
    width:100%;
    top:316px;
    left:0;
}

.pre-footer-button a {
    width:166px;
    display:inline-block;
    height:53px;
    background:url(images/glow-button.png) left top no-repeat;
    color:#fff;
    text-transform:uppercase;
    font-family:"minion", Times;
    text-align:center;
    font-size:18.5px;
    line-height:53px;
    text-decoration:none;
}

.pre-footer-button a:hover {
    text-decoration:line-through;
}



.footer-bottom {
    width:100%;
    background:#000;
    height:73px;
    margin-bottom:2px;
    float:left;
    color:#fff;
    font-family:"minion", Times;
    font-size:12px;
    line-height:80px;
    position: relative;
}

.footer-bottom a {
    color:#fff;
    display:inline-block;
    margin-left:10px;
}

.footer-bottom a:hover {
    text-decoration:underline;
}

.footer-bottom-left {
    float:left;
    font-family:"minion", Times;
}

.footer-bottom-right {
    float:right;
}

.slide_box .clickdiv {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:none;
    
    z-index:1;
}

div.image-overlay-caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 270px;
    z-index:1000;
    pointer-events:none;
}

html.fancybox-margin div.image-overlay-caption {
    left:-7.5px;
}

div.image-overlay-caption span {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    font-size: 60px;
    /* text-shadow: 1px 1px 0px #000; */
    font-family:"minion";
    font-weight:normal;
    letter-spacing:1px;
    padding-bottom:23px;
    background:url(images/header-caption-line.png) center bottom no-repeat;
    text-transform:uppercase;
}

div.image-overlay-caption.empty span {
    background:none;
}

div.image-overlay-caption span.slide-image-description {
    font-size: 18px;
    letter-spacing:0.2px;
    background:none;
    font-family:"arial";

}
.slide_prev,
.slide_next {
    position: absolute;
    top: 62%;
    margin-top: -21px;
    z-index: 50;
    cursor: pointer;
}
.slide_prev {
    left: 0
}
.slide_next {
    right: 0
}
ul#menu-home-buttons {
    display: block;
    margin: 0;
    padding: 0;
}
ul#menu-home-buttons li {
    background: #000;
    display: block;
    width: 100%;
    height: 58px;
    margin: 0;
    margin-bottom: 31px;
    /*margin-bottom: 9px;*/
}

ul#menu-home-buttons li:hover a {
    text-decoration: line-through;
}


ul#menu-home-buttons li a {
    display: block;
    height: 58px;
    width: 284px;
    box-sizing: border-box;
    background: url(images/home-buttons-arrow.png) 20px center no-repeat;
    padding-left: 40px;
    text-transform: uppercase;
    color: #fff;
    line-height: 58px;
    font-size:18px;
    font-family:"Montserrat";
    font-weight:bold;
    letter-spacing:1px;
}
#main_cont_home {
    margin-top: 70px
}
div.home_logo_overlay {
    width: 100%;
    height: 150px;
    background: url(images/codemagazine-logo-home.png) center top no-repeat;
    background-size: 103%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;    
    -o-transition:0.4s;
    transition:0.4s;
}

div.home_logo_overlay.videohovered {
    background-color:#fff;
    border-bottom:2px solid #000;
}

.headerhome {
    width: 100%;
    height: 41px !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    margin-bottom:20px;
}
#wpadminbar {
    display: none !important
}
h3 {
    display: block;
    width: 100%;
    font-size: 12px !important;
    font-weight: normal;
}
h3 span.categoryname {
    display: inline-block;
}
h3 span.categoryname * {
    list-style: none;
    margin: 0;
    padding: 0;
}
h3 span.categoryname a {
    background: #000;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    font-family:"montserrat", Arial;
    font-size:13px;
    letter-spacing:1px;
    font-weight:bold;
    position:relative;
    top:-2px;
}
.header_logo {
    width: 100%;
    height: 55px;
    text-align: center;
}

.header_logo a {
    display: inline-block;
    width: 181px;
    height: 55px;
    background: url(images/codemagazine-logo.png) left top no-repeat;
    background-size:100% 100%;
    margin-top: -10px;
}
.headerhome .header_logo {
    display: none
}
/* content page */
.content_page_container {
    padding: 20px;
    background: #eee;
    min-height:600px;
}

.content_page_container * {
    font-size:24px;
    line-height:30px !important;
}

.content_page_container a {
    color:#1c32a5;
}

.content_page_container a:hover {
    text-decoration:underline;
}

.fb-like-box {
    display:inline-block;
    margin-top:60px;
}

.quote-right {
    border:1px solid #000;
    float:right;
    padding:20px;
    padding-top:50px;
    padding-bottom:50px;
    max-width:626px;
    margin-left:20px;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:-250px;
    font-style:italic;
    font-size:30px;
    letter-spacing:1px;
}

.quote-left {
    border:1px solid #000;
    float:left;
    padding:20px;
    padding-top:50px;
    padding-bottom:50px;
    max-width:626px;
    margin-right:20px;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:-90px;
    font-style:italic;
    font-size:30px;
    letter-spacing:1px;
}


.quote-center {
    border:1px solid #000;
    display:block;
    padding:20px;
    padding-top:50px;
    padding-bottom:50px;
    max-width:626px;
    margin-right:20px;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    font-style:italic;
    font-size:30px;
    letter-spacing:1px;
}



/* job page */

a.text-link {
    width:100%;
    text-align:center;
    font-family:"minion", serif;
    text-decoration:underline;
    color:#000;
    display:block;
    
    margin-top:30px;
    float:left;
}
a.text-link:hover {
    text-decoration:none;
}

/* store */
div.store-menu {
    text-align: center;
    width: 100%;
}
div.store-menu ul {
    width: 100%;
    display: block;    
}
div.store-menu ul li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100% !important
}
.current-menu-item,
.current-page-ancestor {
    text-decoration: line-through;
}
div.blogcontainer {
    position: relative;
    
}
div.category-select {
    position:relative;
    float:right;
}

div.category-select-inner {
    width:160px;
    display:inline-block;
}

div.category-select .networks {
    display:inline-block;
    text-transform:uppercase;
    padding-right:42px;
    background:url(images/down-double-arrow.png) right center no-repeat;
    font-size:16px;
    font-family:"minion", Times;
    cursor:pointer;
    height:23px;
    line-height:23px;
    float:right;
    color:#000;
}

div.category-select-inner:hover .networks{
    text-decoration:line-through;
}

div.category-select-inner * {
    padding: 0;
    margin: 0;
    list-style: none;
    display:inline-block;
    font-family:"minion", Times;
}

div.category-select-inner >ul {
    position:absolute;
    right:0;
    top:20px;
    width:149px;
    padding-top:5px;
    padding-left:10px;
    background:#fff;
    display:none;
    border:1px solid #000;
    border-left:0;
    border-top:none;
    z-index:99;
}

div.category-select li {
    background: #fff;
    height: 20px;
    display: block;
    cursor: pointer;
    width: 100px;
    padding-top:6px;
    padding-bottom:6px;
    width:100%;
    display:block;

}
div.category-select li ul {
    display:inline-block;
    background: #000;
    color: #fff;
    width: 100%;
    margin-left: -6px;
    padding: 6px;
    display:none;
}
div.category-select li ul li {
    height: 20px;
    display: block;
    color: #fff;
}
div.category-select li ul li a {
    color: #fff;
    display: block;
}

div.blog-top {
    width:100%;
    margin-top:13px;
}

div.blog-top .archive-titel {
    float:left;
}

div.blog-top .blogs-dropdown {
    float:right;
}

h1.single_title {
    width:100%;
    display:block;
    text-align:center;
    margin-bottom:23px;
    font-size:24px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    color:#000;
}

.tags {
    font-family:"minion", serif;
    font-size:18px;
    margin-top:5px;
    margin-bottom:23px;
}

.article-content-inner {
    width:978px;
    margin-top:26px;
}

.article-content-inner.boc-content {
    width:992px;
}

.article-content-inner.boc-content .boc-content-inner {
    width:80%;
}

.article-content-inner p {
    line-height:32px;
    font-size:24px;
    letter-spacing:0.4px;
    color:#000;
    margin-bottom:20px;
}

.article-content-inner p strong,
.article-content-inner p b
{
    font-family:"minion_bold_cond", serif;
    letter-spacing:1px;
}

.single_inside_content p strong,
.single_inside_content p b {
    font-family:"minion_bold_cond", serif;
    letter-spacing:1px;
}

/* BOC article */


.boc-featured-image {
}

.boc-featured-image div.image-overlay-caption {
    top:350px;    
}

.article-credits {
    width:100%;
    text-align:center;
    margin-top:10px;
    margin-bottom:20px;
}

.article-credits p, .article-credits p * {
    font-family:"Arial", sans-serif !important;
    font-size:14px;
    text-transform:uppercase;
    line-height:22px;
    color:#060606;
    margin-bottom:0;
    letter-spacing:0.5px;
}

.article-credits p strong {
    font-weight:bold;
    letter-spacing:0.5px;
}

.article-credits a {
    text-decoration: underline;
}

.article-credits a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}


.slideshow-mobile-as-articles {
    display: none;
}

.boc-content .fb-comments-heading,
.boc-content .fb-comments-count,
.boc-content .fb-comments {
    display:none;
}

h3.fb-comments-heading {
    display:none;
}


.boc-content .featured_video_plus {
    height:574px;
}


.next_prev_page {
    float:right;
    margin-top:65px;
}

.next_prev_page * {
    font-size:16px !important;
}

.prev-page, .page-number, .page-of, .page-total, .next-page {
    display:inline-block;
    font-family:"minion", serif;
    font-size:16px !important;
    height:23px;
    line-height:23px;
    vertical-align:top;
    padding-left:1px;
    padding-right:1px;
}

.prev-page a {
    background:url(images/prev-code-arrow.png) left top no-repeat;
    display:block;
    height:23px;
    width:20px;
    font-size:0;
    padding-left:4px;
    
}
.next-page a {
    background:url(images/next-code-arrow.png) left top no-repeat;
    display:block;
    height:23px;
    width:20px;
    font-size:0;
    padding-right:4px;
}



/* BOC Gallery */
ul.BOCgallery {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top:18px;
}


ul.BOCgallery li {
    float:left;
    margin-right:22px;
	margin-bottom:16px;
}

ul.BOCgallery li:nth-child(3),
ul.BOCgallery li:nth-child(6),
ul.BOCgallery li:nth-child(9),
ul.BOCgallery li:nth-child(12),
ul.BOCgallery li:nth-child(15),
ul.BOCgallery li:nth-child(18) {
    margin-right:-1px;
}


h3 a {
    font-family:"minion";
    font-size:20px;
    letter-spacing:1px;
    color:#000;
    background:url(images/underline.png) left 23px repeat-x;
}

h3 a:hover {
    background:none;
}


.featured_video_plus {
    height:220px;
    margin-bottom:13px;
}

.slide_box .featured_video_plus {
    height:780px;
    background:#ccc;
    width:1000px;
}

.slide_box .featured_video_plus iframe {
    height:780px;
    background:#ccc;
    width:1000px;
}
/*span.personal-blogs {
    height:28px;
    display:block;
    background:#000;
    line-height:30px;
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
    text-align:center;
    font-family:"Montserrat", Arial;
    font-family:"Minion", serif;
    margin-bottom:45px;
    letter-spacing:5px;
}*/

div.personal-blogs {
    background: #edf0e7;
    min-height:570px;
    border-bottom:10px solid #fff;
}


span.more-hr,
.more-blogs-button {
    display: block;
    height: 58px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    line-height: 58px;
    font-size:18px;
    font-family:"Montserrat";
    font-weight:bold;
    letter-spacing:1px;
    background: #000;
    width:100%;
    text-align: center;
    margin-bottom:45px;
}

.more-blogs-button:hover {
    text-decoration: underline;
    color:#fff;
}

a.personal-blogs-heading {
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #000;
    line-height: 115px;
    font-size:25px;
    font-family:"Montserrat";
    font-weight:bold;
    letter-spacing:5px;
    width:100%;
    text-align: center;
}


a.personal-blogs:hover {
    text-decoration: line-through;
}


/* blog page */

.blog_item_box {
    width:100%;
    margin-bottom:27px;
    float:left;
}

.blog_item_box_left {
    width:61.7%;
    float:left;
}
.blog_item_box_left img {
    
}

.blog_item_box_right {
    width:36%;
    float:right;
}

.blog_item_box h3 {
    padding:0;
    margin:0;
}

.blog_item_box .categoryname {
    background: #000;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    font-family:"montserrat", Arial;
    font-size:13px;
    letter-spacing:1px;
    font-weight:bold;
    position:relative;
}

.blog_item_box .blog_item_box_title {
    width:100%;
    display:block;
    margin-top:13px;
    font-family:"minion";
    font-size:20px;
    letter-spacing:1px;
    color:#000;
}

.blog_item_box p {
    font-family:"Lora";
    font-size:14px;
    letter-spacing:0;
}


.blog-image-container {
    width:100%;
    text-align:center;
}




/* sharethis */

.blogDetailShare {
    width:100%;
    text-align:center;
    border-top:20px solid transparent;
}

.addthis_toolbox {
    display:inline-block;
}


/* related articles */

h3.rel-articles {
    width:100%;
    text-align:center;
    font-size:24px !important;
    color:#000;
    margin-bottom:40px;
    text-transform:uppercase;
}

.digimag-fancybox {
    font-family:"minion", serif;
    text-transform:uppercase;
    text-decoration:underline;
    letter-spacing:0.5px;
}

.yarpp-related .home_archive_box  {
    min-height:400px;
    height:auto !important;
}

/* subscribe form */

.ninja-forms-all-fields-wrap .label-left label {
    width:250px;
    display:inline-block !important;
    text-align: right;
}

.ninja-forms-required-items {
    display:none;
}

.ninja-forms-all-fields-wrap hr {
    
    float:none;
    margin-top:30px;
    margin-bottom: 30px;
    
}

.ninja-forms-req-symbol {
    display: none;
}

.ninja-forms-field-error {
    background:#fff;
    padding:4px;
    display:inline-block;
    margin-top:5px;
    font-size: 12px;
    color:#ff0000;
}





.wp-caption {
    position: relative;
    padding-bottom:30px;
}

.wp-caption p.wp-caption-text {
    display: block;
    width:100%;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.3);
    border-bottom:1px solid #ccc;
    padding-bottom:4px;
    margin-bottom:0;
    text-align: right;
    color:#000;
    font-size: 12px;
    padding-right:20px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-family: "Courier";
    line-height: 16px;
}

.wp-caption p.wp-caption-text * {
    font-family: "Courier";
}

.wp-caption p.wp-caption-text strong {
    font-weight: bold;
}

.wp-caption p.wp-caption-text.single_caption_text {
    bottom:-5px;
    padding-right:0px;
}


/* Lookbook slider */

.lookbook-slider-container {
    height:465px;
    position: relative;
    width:992px;
}

.lookbook-slider-container .loading-lookbook {
    position: absolute;
    height: 58px;
    box-sizing: border-box;
    background:#000;
    padding-left:10px;
    padding-right:10px;
    text-transform: uppercase;
    color: #fff;
    line-height: 58px;
    font-size:18px;
    font-family:"Montserrat";
    font-weight:bold;
    letter-spacing:1px;
    left:50%;
    margin-left:-180px;
    top:50%;
    margin-top:-29px;
}

.lookbook-gallery {
    margin:0;
    padding:0;
    display: none;
    list-style: none;
}

.lookbook-gallery li {
    float:left;    
    display: inline-block;
    margin-right:10px;
}



.lookbook-slider-container .caroufredsel_wrapper {
    margin:0 !important;
}

.lookbook-slider-container .left {
    display: block;
    position: absolute;
    width: 10%;
    height:100%;
    left:0;
    top:0;
    z-index: 1000;
    cursor: pointer;
    
}

.lookbook-slider-container .left a {
    display: block;
    background: url('images/left-arrow.png') no-repeat;
    background-position: center left;
    margin-left:30px;
    min-height: 30px;
    height:100%;
    width:100%;
    opacity: 0.7;
    transition: 0.2s;
}

.lookbook-slider-container .right {
    display: block;
    position: absolute;
    width: 10%;
    text-align: right;
    height:100%;
    right: 0;
    top:0;
    z-index: 1000;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.2s;
}

.lookbook-slider-container .right a {
    display: block;
    background: url('images/right-arrow.png') no-repeat;
    background-position: center right;
    margin-right: 30px;
    min-height: 30px;
    height:100%;
    opacity: 0.7;
    transition: 0.2s;
}

.lookbook-slider-container .left:hover a,
.lookbook-slider-container .right:hover a {
    opacity: 1;
}
