/*
Theme Name: XS4ALL 2014
Theme URI: -
Author: Matthijs Molhoek - XS4ALL
Description: Het officiële XS4ALL theme voor 2014 and beyond!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: xs4all, internet, xs4all, internet, xs4all, internet, xs4all, internet, xs4all, internet, xs4all, internet, xs4all, internet, xs4all, internet, xs4all, internet, xs4all, INTERNET

This new, redesigned theme was built to be released alongside the new website design in february 2014.
The design, structure and code of the previous theme was incredibly old, using an outdated framework, bloated/unused code and deprecated functions.
*/

/* Load Fonts */
@font-face {
  font-family: "CorpoELigRegular";
  font-weight: normal;
  font-style: normal;
  src: url("assets/font/corpo/light-regular.eot");
}

@font-face {
  font-family: "CorpoELigRegular";
  font-weight: normal;
  font-style: normal;
  src: url("//:") format("no404"), 
      url("assets/font/corpo/light-regular.woff") format("woff"), 
      url("assets/font/corpo/light-regular.ttf") format("truetype"), 
      url("assets/font/corpo/light-regular.svg#CorpoELigRegular") format("svg");
}

@font-face{
  font-family: "iconfont";
  font-weight: normal;
  font-style: normal;
  src:url('assets/font/icons/icon_font.eot');
  src:url('assets/font/icons/icon_font.eot?#iefix-vwpw7j') format('embedded-opentype'),
    url('assets/font/icons/icon_font.ttf?-vwpw7j') format('truetype'),
    url('assets/font/icons/icon_font.woff?-vwpw7j') format('woff'),
    url('assets/font/icons/icon_font.svg?-vwpw7j#icon_font') format('svg');
}

.icon {
    font-family: "iconfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* General styles, body, headings etc. */
body {
    line-height: 28px;
    color: #3C3F3C;
    font-size: 16px;
    word-wrap: break-word;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin: 0 0 25px 0;
}

a {
    color: #00aed7;

    transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
}

a:hover {
    text-decoration: none;
    color: #007ea3;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

iframe {
    max-width: 100%;
}

.button,
button,
input[type="submit"] {
    font-family: "CorpoELigRegular";
    display: inline-block;

    -webkit-appearance: none;
    background: #0092bc;

    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: normal;
    color: white;

    border-radius: 3px;
    border: none;

    padding: 9px 15px;

    transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
    background: #007ea3;
}

.clear:before,
.clear:after {
    content:"";
    display:table;
}

.clear:after {
    clear:both;
}

.clear {
    zoom:1;
}

.prepend-arrow,
.append-arrow,
.comment-reply-link {
    position: relative;
    display: inline-block;
}

.append-arrow,
.comment-reply-link {
    padding: 0 25px 0 0;
}

.prepend-arrow {
    padding: 0 0 0 25px;
}

.prepend-arrow:after,
.append-arrow:after,
.comment-reply-link:after {
    content: "\e600";
    font-family: "iconfont";

    position: absolute;
    left: 0;
    top: 6px;

    color: #0092bc;
    line-height: normal;
    font-size: 8px;

    display: block;
    padding: 4px;

    background: #f1f0ed;
    border-radius: 3px;
}

.append-arrow:after,
.comment-reply-link:after {
    content: "\e603";
    left: auto;
    right: 0;
}

.prepend-arrow:hover:after,
.append-arrow:hover:after,
.comment-reply-link:hover:after {
    background: #e8e8e7;
}

/* Form Input fields etc */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    width: 100%;
    height: 40px;

    font-weight: 300;
    color: #333;
    line-height: normal;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-appearance: none;

    margin-bottom: 10px;

    box-shadow: none;
    border-radius: 0;
    border: 1px solid #dbd4cb;
    padding: 0 15px 0 7px;
    border-radius: 2px;
}

textarea {
    min-height: 200px;
    padding-top: 5px;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #0192bc;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #111;
    font-weight: 300;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-size: 14px;
    color: #111;
    font-weight: 300;
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
}

.input-holder {
    position: relative;
    margin: 0;
}

.input-holder input {
    padding-left: 35px;
}

.input-holder .icon {
    position: absolute;
    font-size: 22px;
    top: 5px;
    left: 5px;
}

.searchform input {
    height: 29px;
    line-height: 21px;
    margin: 0;
    font-size: 12px;
}

.comment-respond label {
    display: block;
    cursor: pointer;
}

.comment-respond input[type="text"] {
    max-width: 55%;
}

@media screen and (max-width: 768px) {
    .comment-respond input[type="text"] {
        max-width: none;
    }
}

/* Header */
.page-head {
    height: 60px;
    padding: 10px 0;
    background: #54585a;
    margin: 0 0 60px 0;
}

.page-head .blog-logo {
    display: inline-block;
    max-width: 133px;
}

.page-head .blog-title {
    font-family: "CorpoELigRegular";
    font-weight: 300;
    font-size: 22px;
    color: white;
    float: right;
    margin: 8px 0;
    line-height: 24px;
}

/* Entry */
.post {
    margin-bottom: 80px;
}

.post .entry-content >*:first-child {
    margin-top: 0;
}

.post .entry-title {
    font-family: "CorpoELigRegular";
    font-size: 40px;
    line-height: 44px;
    color: #1f261f;
    margin: 0 0 15px 0;
}

.post .entry-title a {
    color: #1f261f;
}

.post .entry-title a:hover {
    color: #007ea3;
}

.meta-holder {
    margin-bottom: 30px;
}

.post .author-image {
    float: left;
    display: block;
    width: 64px;
    height: 64px;
}

.post .author-image img {
    width: 64px;
    height: 64px;
}

.post .entry-meta {
    margin: 0 0 0 75px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}

.post .entry-utility {
    border-top: 1px solid #dbd4cb;
    border-bottom: 1px solid #dbd4cb;
    padding: 12px 2px;
    font-size: 14px;
    line-height: 21px;
}

.nav-links {
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dbd4cb;
    margin-bottom: 50px;
}

.nav-links a {
    display: inline-block;
    margin: 0 15px;
    border: none;
    color: #666;
}

.nav-links a:hover {
    color: #333;
}

/* Footer */
.page-footer {
    height: 60px;
    padding: 10px 0;
    background: #54585a;
}

.page-footer  a {
    color: white;
}

.page-footer  a:hover {
    color: #bbb;
}

.page-footer .home-link {
    line-height: 42px;
    font-size: 13px;
}

.page-footer .home-link .icon {
    font-size: 7px;
    position: relative;
    top: -2px;
}

.page-footer .social-icons {
    float: right;
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

.page-footer .social-icons li {
    display: inline-block;
}

.page-footer .social-icons li a {
    display: block;
    font-size: 32px;
    margin: 0 0 0 5px;
}

/* Sidebar */
.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget {
    margin-bottom: 35px;
}

.sidebar .widget-title {
    font-size: 26px;
    color: #1f261f;
    margin: 0 0 10px 0;
}

.well,
.widget_execphp {
    padding: 13px;
    background: #f7f5f2;
}

.well p,
.widget_execphp p {
    font-size: 15px;
    line-height: 24px;
}

.well *:last-child,
.widget_execphp *:last-child {
    margin-bottom: 0;
}

/* Post Paging */
.post-paging {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 35px;
}

.post-paging a {
    margin-bottom: 15px;
}

.post-paging .next-link {
    text-align: right;
}

/* Comments */
.comments-title,
.comment-reply-title{
    font-size: 24px;
    font-weight: 300;
}

.comment-list {
    padding: 20px;
    margin: 0 0 50px 0;
    list-style: none;
    background: #f7f5f2;
}

.comment-list p {
    font-size: 15px;
    line-height: 24px;
}

.comment-list ol {
    list-style: none;
}

.comment-list .comment-body {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ECECEC;
}

.comment-list > .comment:last-child .comment-body {
    margin: 0;
    padding: 0;
    border: none;
}

.comment-form .form-allowed-tags {
    font-size: 14px;
    line-height: 21px;
    color: #5d6162;
}

.comment-form .form-submit {
    text-align: right;
}

.comment-author .fn {
    margin-left: 5px;
    font-style: normal;
    font-weight: 700;
}

.comment-author .avatar {
    width: 40px;
    height: 40px;
}

.comment-body {
    position: relative;
}

.comment-author {
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
    .comment-author {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.comment-meta {
    font-size: 13px;
    position: absolute;
    top: 3px;
    right: 0;
}

@media screen and (max-width: 480px) {
    .comment-meta {
        position: static;
        width: 100%;
        margin: 5px 0 15px 0;
    }
}

/* Default WordPress Styles */
.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
  margin-right: 1.5em;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
  margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}

.wp-caption img {
    max-width: 100%;
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 21px;
}

.wp-smiley { 
    max-height: 1em;
    margin:0 !important;
}

.gallery dl {
    margin: 0;
}

.gallery-caption {
    margin:-1.5em 0 0 0;
}

#wpadminbar img {
    max-height: none;
}

blockquote {
    border-left: 3px solid #dbd4cb;
    padding-left: 15px;
    font-style: italic;
    color: #555;
}

blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}

blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
     display: none;
}