/*
Theme Name: Simone
Theme URI: http://socialmedium.nl/
Author: Socialmedium.nl
Author URI: http://socialmedium.nl/
Description: An elegant theme for entrepreneurs
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
    min-width: 980px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: #ffb12c;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1.071em;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"], a.read-more, a.more-link {
    border: 3px solid #e68f00;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #fefefd;
    color: #000;
    font-size: 0.929em;
    font-size: 1.3rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: bold;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: normal;
}

.hentry a.more-link {
    float: right;
    margin-top: 20px;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ffb12c;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Links */
a {
    color: #ffb12c;
    text-decoration: none;
}


/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    display: none;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: '';
    display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}

.container {
    width: 955px;
    margin: 0 auto;
}

/* =Top
----------------------------------------------- */

#nav-bar {
    background: #ffb12c;
}

.social-links {
    float: right;
    width: auto;
    margin-top: 4px;
}

.social-links a {
    float: left;
    width: 29px;
    height: 29px;
    background: url(images/social_links.png) no-repeat;
    margin-left: 7px;
}

.social-links a.facebook-link {
    background-position: 0 -29px;
}
.social-links a.linkedin-link {
    background-position: 0 -58px;
}

#site-title {
    font-size: 4.857em;
    font-size: 6.8rem;
    line-height: 1em;
}

#banner {
    margin: 20px auto 10px;
    text-align: center;
}

#banner img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

#banner.full img {
    width: 100%;
}

#slider {
    margin-bottom: 10px;
    position: relative;
}

#slider-text-container {
    position: absolute; right: 50%; top: 0; z-index: 1
}
#slider-text-container2 {
    position: relative; right: -50%; width: 960px
}

#slider-text {
    position: absolute; right: 50%;bottom: 0;
}
#slider-text-content {
    position: relative;
    right: -50%;

}
#slider-text-content p {
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    z-index: 3;
    background-color: #000;
    padding: 20px;
}
#branding {
    margin-top: 30px;
    float: left;
    width: 500px;
}

.no-form #branding {
    float: none;
    margin: 30px auto 0;
    text-align: center;
}

#branding p {
    font-size: 1.143em;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: italic;
    color: #c4c4c3;
}

#ebook {
    float: right;
    width: 385px;
    margin-top: 10px;
}
#ebook form {
    width: 225px;
    float: left;
}
#ebook p {
    color: #812003;
    font-size: 1.714em;
    font-size: 2.4rem;
    font-family: KGFallForYou;
    line-height: 1em;
    margin-bottom: 10px;
}

#ebook label {
    width: 48px;
    font-weight: bold;
    text-align: right;
    color: #ffb12c;
    float: left;
    margin-right: 5px;
}
#ebook input[type="text"] {
    width: 160px;
    margin-bottom: 10px;
}

#ebook input[type="submit"] {
    float: right;
}

#ebook img {
    float: right;
}

/* the ebook form below the banenr */
#ebook-2 {
    position: relative;
    padding: 0 0 10px 135px;
    min-height: 60px;
    border-bottom: 1px solid;
}
#ebook-2 img {
    position: absolute;
    left: 10px;
    top: -120px;
}
#ebook-2 .field {
    float: left;
    margin-right: 20px;
}

#ebook-2 .ebook-text {
    width: 210px;
}

#ebook-2 .btn {
    float: right;
}

.widget_sm_ebook_widget input {
    margin-bottom: 10px;
}

/* =Menu
----------------------------------------------- */

.navigation-main {
    clear: both;
    display: block;
}
.navigation-main ul {
    list-style: none;
    float: left;
    margin: 0;
    font-size: 1.143em;
    font-size: 1.6rem;
    padding: 0;
}

.navigation-main li {
    float: left;
    margin-right: 15px;
    position: relative;
}
.navigation-main ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 6px 4px;
}
.navigation-main ul ul {
    display: none;
    float: left;
    position: absolute;
    top: 2.25em;
    padding-top: 1px;
    left: 0;
    z-index: 99999;
}
.navigation-main ul ul ul {
    left: 100%;
    top: 0;
}
.navigation-main ul ul a {
    width: 200px;
}
.navigation-main ul ul li {
    background: url(images/menu_item_border.png) center bottom no-repeat;
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
    display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
    display: none;
    cursor: pointer;
}

.main-small-navigation ul {
    display: none;
}

@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-small-navigation ul.nav-menu.toggled-on {
        display: none;
    }

    .navigation-main ul {
        display: block;
    }
}

.nav-bar-under {
    margin-bottom: 10px;
}

/* =Content
----------------------------------------------- */

#primary {
    float: left;
    width: 592px;
}

.page-template-full-width-php #primary {
    width: 100%;
}

.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}

.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-meta {
    color: #ffa100;
    font-size: 0.929em;
    font-size: 1.3rem;
    font-style: italic;
    padding: 10px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.entry-meta a {
    font-weight: bold;;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


h1.entry-title {
    font-family: "Jellyka Delicious Cake";
    font-size: 2.857em;
    font-size: 4rem;
}
h2.entry-title, h2.entry-title a {
    font-size: 1.714em;
    font-size: 2.4rem;
}

/* =Blog
----------------------------------------------- */
.blog {

}
.blog h1.entry-title, .archive h1.entry-title, .search h1.entry-title {
    margin-left: 175px;
}
.blog.home h1.entry-title{
    margin-left: 0;
}

.blog .hentry, .archive .hentry, .search .hentry, .hentry.testimonial {
    padding-left: 175px;
    position: relative;
}
.blog.home .hentry {
    padding-left: 0;
}
.attachment-featured-thumb {
    position: absolute;
    float: left;
    margin-left: -175px;
    top: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 6px 6px 13px #f2f2f2;
    -webkit-box-shadow: 6px 6px 13px #f2f2f2;
    box-shadow: 6px 6px 13px #f2f2f2;
}

.home .attachment-featured-thumb {
    position: static;
    margin: 20px 10px 10px 0;
}

.single .hentry {
    padding-left: 0;
}


/* =Testimonials
----------------------------------------------- */

.post-type-archive-testimonial h1.entry-title, .page-template-archive-testimonial-php h1.entry-title {
    float: left;
    width: 300px;
    clear: none;
    margin-left: 20px;
}

.quote {
    background: #ffb12c;
    color: #fff;
    font-size: 5.429em;
    font-size: 7.6rem;
    display: block;
    width: 46px;
    height: 46px;
    float: left;
    line-height: 1.2em;
    text-indent: -14px;
    font-family: Arial;
    margin-left: 170px;
}

.testimonial p, .widget_sm_testimonial_widget p {
    margin-bottom: 0.5em;
    font-style: italic;
}

.testimonial-meta {
    font-weight: bold;
}

.testimonial-box {
    background: #fceeda;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 20px 20px 110px;
}
#secondary .testimonial-box  {
    padding-left: 20px;
}
.testimonial-box img {
    float: left;
    margin-left: -90px;
}
#secondary .testimonial-box img {
    margin: 5px 10px 0 0;
}

.hentry .testimonial-box {
    margin: 20px 0;
}
.testimonial-box a.read-more {
    padding:2px 10px;
}
/* =Diensten
----------------------------------------------- */

#primary.diensten-page {
    width: 100%;
}

table#diensten th, table#diensten td {
    padding:0 2%;
}

.diensten-box {
    background: #533013;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.diensten-box .wp-post-image {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.diensten-box .diensten-title {
    padding: 5px 20px;
}
.diensten-box .diensten-title a {
    color: #fff;
}
.diensten-box .diensten-title  h3 {
    display: inline;
}
.diensten-box .diensten-title  h3 a {
    font-family: "KGFallForYou";
    font-size: 1.571em;
    font-size: 2.2rem;
    color: #efa126;
}

.diensten-post .package-description {
    text-align: center;
    font-size: 1em;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 20px 0;
}

.elementen-list {
    list-style: none;
    margin: 0;
}
.elementen-list li {
    padding: 15px;
    background: #fff2dd;
}
.elementen-list li span {
    background: url(images/marks.png) no-repeat;
    padding: 3px 0 3px 30px;

}
.elementen-list li span.crossed {
    background-position: 0 -23px;
}

.elementen-list li.alt {
    background-color: #ffe9c4;
}

/* =Comments
----------------------------------------------- */
#comments h2.comments-title {
    font-size: 1.5em;
    font-size: 2.1rem;
    margin-bottom: 1.5em;
    font-weight: bold;
}

ol.comment-list {
    list-style: none;
    margin-left: 0;
}

li.comment {
    background: #fbeeda;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 20px 20px 120px;

}

li.comment .avatar {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-left: -100px;
    float: left;
}

.form-allowed-tags {
    display: none;
}

#commentform label {
    display: block;
}

/* =404 error
----------------------------------------------- */

#content .post.not-found .entry-content,
#content .post.no-results .entry-content{
	padding-bottom: 20px;
}


/* =Asides
----------------------------------------------- */

#secondary {
    float: right;
    width: 292px;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget.last {
    margin-right: 0 !important;
}

#secondary .widget .widget-title {
    background: url(images/widget_title.png) repeat-x 30px;
    font-size: 1.143em;
    font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 25px;

}
#secondary .widget .widget-title span {
    background: #fff;
    padding: 0 5px;
    margin-left: 20px;
    text-transform: uppercase;
}

.widget ul {
    list-style: none;
    margin-left: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .submit {
    display: none;
}
.widget_recent_entries li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.widget_recent_entries a {
    color: #000;
}

.widget_sm_overmij_widget img {
    float: left;
    margin: 0 5px 0px 0;
}

.widget_categories li {
    margin-bottom: 10px;
}


/* Contact widget */
.widget_sm_contact_widget {
    font-size: 11px;
}
.widget_sm_contact_widget label {
    width: 70px;
    display: inline-block;
    font-weight: bold;
    /* ie fix */
    zoom: 1;
    *display: inline;

}
.widget_sm_contact_widget .social-links {
    float: left;
    margin: 15px 0 20px;
}
.widget_sm_contact_widget .social-links a {
    margin: 0 7px 0 0;
}



/* Boek Nu Widget */

.book-now-box {
    background: #eda025;
    padding: 10px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

}
.book-now-box  h3 {
    color: #812003;
    font-size: 1.929em;
    font-size: 2.7rem;
    font-family: "KGFallForYou";
}

/* =Bottom
----------------------------------------------- */
#bottom-sidebar {
    clear: both;
    border-top: 1px solid;
    padding-top: 20px;

}
#bottom-sidebar .widget {
    width: 302px;
    float: left;
    margin-right: 24px;
    background: #533013;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#bottom-sidebar .widget_sp_image img {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    width: 302px;
}

#bottom-sidebar .widget_sp_image-description {
    padding: 5px 20px;
    color: #fff;

}

#bottom-sidebar .widget_sp_image-description h3 {
    font-family: "KGFallForYou";
    font-size: 1.571em;
    font-size: 2.2rem;
    color: #efa126;
    display: inline;
}


#bottom-sidebar .bottom-sidebar {
    float: left;
    width: 302px;
    margin-right: 24px;
}


/* =Contact Form
----------------------------------------------- */
#contact-form {
    width: 275px;
}
#contact-form input[type="text"] {
    width: 98%;
}
#contact-form textarea {
    height: 100px;
}
/* =Footer
----------------------------------------------- */
#colophon {
    background: #533013;
    padding: 40px 0;
}

#footer-sidebar .widget {
    float: left;
    width: 205px;
    padding: 0 15px;
    /*border-right: 1px solid #784b18;*/
    min-height: 200px;
    color: #fff;
}
#footer-sidebar .widget a {
    color: #fff;
}
#footer-sidebar .widget.last {
    margin-right: 0;
    border-right: none;
}

#footer-sidebar .widget h3 {
    font-size: 1.643em;
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #e68a3f;
    font-family: "HelveticaNeueLTStd Lt";
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/* =Utilities
----------------------------------------------- */


.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 */