/*!
Theme Name: IAmBaker
Theme URI: https://www.iambaker.com
Author: Lindsay Humes
Author URI: https://www.lindsayhumes.com
Description: WordPress Theme by Lindsay Humes
Version: 3.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iambaker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog


*/

@font-face {
    font-family: 'iambaker';
	font-display:swap;
    src: url('fonts/iambaker-webfont.woff2') format('woff2'),
    url('fonts/iambaker-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*--------------------------------------------------------------
1. 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

td, th {
    padding: 0;
}

fieldset {
    border-width: 2px;
    border-style: solid;
    margin: 0 2px;
    padding: 15px;
}

legend {
    border: 0;
    padding: 0;
}

optgroup {
    font-weight: bold;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

abbr, acronym {
    border-width: 2px;
    border-style: solid;
    cursor: help;
}

mark, ins {
    text-decoration: none;
}

/*--------------------------------------------------------------
2. ELEMENTS
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

hr {
    border: 0;
    height: 1px;
    margin: 15px auto;
    display: block;
    background: #2a2a2a;
}

ul, ol {
    margin: 0 0 15px 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
.entry-content li, .add-section li {
    margin: 0px 0px 0px 15px;
}
dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    max-width: 100%;
    width: inherit;
}

figure {
    margin: 15px 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
}

/*--------------------------------------------------------------
A. ACCESSIBILITY
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    border-radius: 0px;
    box-shadow: 0;
    clip: auto !important;
    clip-path: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 20px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
B. CLEARINGS
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
C. MEDIA
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed, iframe, object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
D. GALLERIES
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0px 5px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
E. ALIGNMENTS
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin: 0px 15px 0px 0px;
}

.alignright {
    display: inline;
    float: right;
    margin: 0px 0px 0px 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0px auto;
}

/*--------------------------------------------------------------
3. TYPOGRAPHY
--------------------------------------------------------------*/
body {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: .01em;
    line-height: 1.5;
    border-top: 10px solid #2a2a2a;
    color: #2a2a2a;
}

button, select, optgroup, .main-navigation {
    font-family: 'Montserrat', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
}

input::placeholder, textarea::placeholder {
    font-family: 'Montserrat', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'iambaker', Georgia, serif;
    line-height: 1.25;
    margin: 0px 0px 15px;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0px;
}

.small-caps, .widget li, .tagcloud, #cancel-comment-reply-link, .comment-form label {
    font-family: 'Montserrat', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
}

.tag-cloud-link {
    font-size: 11px !important;
}

.small-serif {
    font-family: Georgia, serif;
    font-size: 12px;
    font-style: italic;
}
.big-serif {
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
}

.comment-content {
    font-family: Georgia, serif;
    font-size: 12px;
    font-style: italic;
}

blockquote {
    margin: 0px 30px 15px;
    font-family: 'iambaker', Georgia, serif;
    font-size: 32px;
    text-align: center;

}

big {
    font-size: 125%;
}

small {
    font-size: 80%;
}

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

sup {
    top: -5px;
}

sub {
    bottom: -5px;
}

b, strong {
    font-weight: 700;
}

dfn, cite, em, i {
    font-style: italic;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #f9f9f9;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 14px;
}

.byline {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 5px 0px;
}

/*--------------------------------------------------------------
A. LINKS
--------------------------------------------------------------*/
a, a:visited, a:focus, a:active, .alt-link a:hover, .alt-link a:visited:hover {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #1a0dab;
}

a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover, .alt-link a, .alt-link a:visited {
    outline: none;
    color: #2a2a2a;

}

.black-link a, .black-link a:hover {
    color: #2a2a2a;
}

.white, .white a, .white a:hover, .white a:focus, .white a:active {
    color: #FFFFFF !important;
}

.white a:hover {
    color: #fff;
    text-decoration: underline;
}

.green {
    color: #1a0dab;
}

/*--------------------------------------------------------------
B. CAPTIONS
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
C. FORMS
--------------------------------------------------------------*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px 15px;
    border: 0px;
    margin: 2px auto;
    overflow: visible;
    width: inherit;
    background: #2a2a2a;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 10px;

}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    transition: all .8s ease 0s;
    color: #ffffff;
    background: #1a0dab;

}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    border: 1px solid #2a2a2a;
    padding: 10px;
    width: 100%;
    text-align: left;
}

select {
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-align-last: center;
    padding: 10px;
}

select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

textarea {
    width: 100%;
    overflow: auto;
    text-align: left;
}

input[type="checkbox"] {
    border-radius: 12px;
    -webkit-appearance: button;
    border: 1px solid #2a2a2a;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    width: 11px !important;
    height: 11px;
    color: transparent;
    margin: 2px;
}

input[type="checkbox"]:checked {
    background: #2a2a2a;
}
/*--------------------------------------------------------------
GRAVITY FORMS
--------------------------------------------------------------*/
label.gfield_label, .gform_fields label{
    display: none!important;
}
.gform_fields input {
    width: 100%!important;
}
.gform_wrapper .gform_footer {
    padding: 0px!important;
    margin: 5px auto;
    clear: both;
    width: 100%;
}

.gform_button {
    width: 100%!important;
    margin: 0px auto!important;
    font-size: 12px!important;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px!important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
A. SITE HEADER
--------------------------------------------------------------*/
#masthead {
    display: block;
    max-width: 80rem;
    margin: 15px auto 0px;
    text-align: center;
}

.site-branding {
    display: table;
    width: 100%;
    padding: 0px 10px;
}

.site-title {
    margin: 0px;
    line-height: 1;
}

.site-branding .cl {
    width: 15%;
    text-align: left;
    vertical-align: bottom;
}

.site-branding .cr {
    vertical-align: bottom;
    text-align: right;
    width: 85%;
}

.site-branding .cr ul {
    margin: 0px;
    opacity: .7;
}

.site-branding .cr li {
    display: inline-block;
    padding-left: 15px;
}

/*--------------------------------------------------------------
B. PRIMARY MENU
--------------------------------------------------------------*/
.desktop-menu {
    width: 100%;
    max-width: 80rem;
    display: table;
    margin: 0px auto;
    border-top: 1px solid #2a2a2a;
}

.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 0px 10px;
    text-align: center;
    position: relative;
}

.open-menu {
    display: none;
    color: #2a2a2a !important;
}

.fixed {
    position: fixed !important;
    width: 100%;
    z-index: 1000000;
    background: #FFFFFF;
    border-top: 5px solid #2a2a2a;
    margin: 0px;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.09);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.09);
}

.fixed .desktop-menu {
    border-top: 0px;
}

.main-navigation .cl {
    width: 80%;
    text-align: left;
}

.main-navigation .cr {
    width: 20%;
    text-align: right;
    background: #2a2a2a;
    padding: 5px;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    background: #FFFFFF;
}

.main-navigation li {
    display: inline-block;
    padding: 20px 15px;
    position: relative;
}

.main-navigation li:hover {
    background: #f9f9f9;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0px;
    position: absolute;
    top: 100%;
    left: -999em;
    margin-left: -15px;
    z-index: 99999;
    border: 1px solid #f9f9f9;
    border-top: 2px solid #f9f9f9;

}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 150px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

/*--------------------------------------------------------------
SEARCH MENU
--------------------------------------------------------------*/
.searchform {
    position: relative;
}

.searchform .fa-search {
    position: absolute;
    top: 10px;
    right: 5px;
}

.main-navigation .searchform input[type="text"] {
    background: transparent;
    color: #fff;
    border: 0px;

}

.main-navigation .searchform input::placeholder, .main-navigation .searchform .fa-search {
    color: #FFFFFF;
}

/*--------------------------------------------------------------
C. SOCIAL MENU
--------------------------------------------------------------*/
.site-branding .social-menu, .secondary-menu {
    display: inline-block;
}

li.home-link a::before {
    content: '\f015';
    font-family: FontAwesome!important;
    padding-right: 2px;
    font-size: 12px;
    line-height: 1;
}

li.shop-link a::before {
    content: '\f290';
    font-family: FontAwesome!important;
    padding-right: 2px;
    font-size: 10px;
    line-height: 1;

}

.social-menu li a[href*="#search"]::before {
    content: "\f002";
}

li.shop-link ul li a:before, li.home-link ul li a:before {
    display: none;
}

.social-menu li a::before {
        font-family: "Font Awesome 5 Brands"!important;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1;
}

.social-menu li a {
        font-family: "Font Awesome 5 Brands"!important;
    font-weight: 400!important;
}

.social-menu li {
    margin: 0px !important;
}

.social-menu li a span {
    left: -999em;
    position: absolute;
}


.social-menu li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.social-menu li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.social-menu li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.social-menu li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}


.social-menu li a[href*="twitter.com"]::before {
    content: "\f099";
}


.social-menu li a[href*="youtube.com"]::before {
    content: "\f167";
}

.social-menu li a[href$="/feed/"]::before,
.social-menu li a[href$="/feed"]::before,
.social-menu li a[href*="feedburner.com"]::before,
.social-menu li a[href*="feedly.com"]::before,
.social-menu li a[href*="?feed=rss2"]::before {
    content: "\f09e";
            font-family: "Font Awesome 5 Free"!important;
            font-weight: 900!important;

}

.social-menu li a[href*="bloglovin.com"]::before {
    content: "\f004";
                font-family: "Font Awesome 5 Free"!important;
                            font-weight: 900!important;


}


.social-menu li:hover {
    background: none;
}

/*--------------------------------------------------------------
D. DRAWER MENU
--------------------------------------------------------------*/
#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    background-image: url('//i2.wp.com/iambaker.net/wp-content/themes/iambaker/images/bg.png');
    color: #2a2a2a;
    z-index: 999999999999;
    padding: 30px;
    display: none;
    line-height: 2;
    overflow: scroll;
}

#cover {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999999999999;
    background: rgba(0, 0, 0, 0.35);
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

#close-drawer {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
}

#drawer ul {
    list-style-type: none;
    margin: 0px auto;
}

#drawer li {
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

#drawer li.menu-item-has-children {
    margin: 0px 0px 30px;
}

#drawer ul.sub-menu {
    -webkit-padding-start: 0px;
    margin: 0px 0px 0px 0px;
}

#drawer li {
    display: block;
    text-align: left;
}

#drawer li a {
    margin: 0px auto 15px;
    line-height: 1.1;
    display: block;
}

#drawer .social-menu {
    border-top: 1px solid #2a2a2a;
    padding-top: 15px;
}

#drawer .social-menu li {
    display: inline-block;
}

#drawer .social-menu li a::before {
    font-size: 12px;
    padding-right: 5px;
}

.drawer-inner {
    opacity: 1;
    margin: 30px auto;
}

#drawer ul.social-menu {
    margin: 15px 0px;
    display: block;
}

#drawer.open .drawer-inner {
    opacity: 1;
}

/*--------------------------------------------------------------
E. PAGINATION
--------------------------------------------------------------*/
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.posts-navigation .nav-previous, .posts-navigation .nav-next {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.posts-navigation .nav-previous a, .posts-navigation .nav-next a {
    display: block;
    clear: both;
    padding: 10px;
    max-width: 150px;
    margin: 0px auto;
    background: #2a2a2a;
    color: #ffff;
}
.posts-navigation {
    margin: 30px 0px;
    display: block;
    clear: both;
}

.post-navigation {
    border-bottom: 2px solid #2a2a2a;
    padding: 0px 0px 15px;
    margin: 0px auto 15px;
}

.blog-nav {
    margin: 0px auto 75px;
    display: table;
    width: 100%;
}

.nav-links {
    clear: both;
    padding: 15px 0px 45px;
    text-align: center;
}

/*Blog Nav*/
.blog-menu-nav {
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px dotted #2a2a2a;
    padding: 5px 0px;
    width: 100%;
    margin: 0px auto 30px;
    max-width: 1200px;
}

#blog-menu-nav {
    display: table;
    padding: 10px 0px;
    border-top: 1px solid #2a2a2a;
    width: 100%;
}

.blog-menu-nav .cl {
    width: 20%;
}

.blog-menu-nav .cr {
    text-align: right;
    width: 80%
}

.blog-menu-nav h2 {
    margin: 0px;
}

ul.blog-menu {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    margin: 0px;
}

.blog-menu li {
    display: inline-block;
    margin-left: 10px;
}
.page-numbers {
    border-radius: 50%;
    color: #2a2a2a;
    display: inline-block;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 0 3px;
    background: #f9f9f9;
    font-family: 'iambaker', Georgia, serif;
}

.page-numbers.current {
    color: #FFFFFF;
    background: #2a2a2a;
}

.next.page-numbers, .prev.page-numbers {
    background: transparent;
    color: #2a2a2a !important;
}

.page-numbers.dots {
    color: #2a2a2a;
    background: transparent;
}
/*--------------------------------------------------------------
F. INFINITE SCROLL
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.infinite-loader {
    text-align: center;
}

.infinite-wrap {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

#infinite-handle {
    display: block;
    margin: 30px auto 60px;
    text-align: center;
    font-family: 'Montserrat', Arial, sans-serif;
}

#infinite-handle span {
    background: #2a2a2a;
    border-radius: 0px;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 15px;
}

#infinite-handle span:hover {
    background: #1a0dab;
}

.spinner {
    display: block;
    position: relative;
    margin: 0px auto;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.site-footer {
    position: relative;
}

.site-footer::before {
    display: block;
    width: inherit;
    height: 5px;
}

.footer-nav {
    max-width: 80rem;
    width: 100%;
    margin: 0px auto;
    padding: 25px 10px;
}

.credits {
    background: #2a2a2a;
    padding: 45px 10px 25px;
}

.site-info {
    max-width: 80rem;
    margin: 0px auto;
}

.site-footer ul {
    margin: 0px;
}

.site-footer li {
    display: inline-block;
}

.footer-nav li:after {
    content: '\00b7';
    padding: 0px 3px 0px 6px;
}

.footer-nav li:last-child:after {
    display: none;
}
/*Press*/
.footer-press {
    background: #efefef;
    padding: 30px 0px;
    margin: 50px 0px 0px;
    text-align: center

}
.footer-press .small-caps {
    margin: 0px auto 20px;
}
.footer-press-images {
            align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0px auto;
}
.footer-press-images img {
    width: 120px;
    padding: 10px;
}

/*Footer Posts*/
.footer-posts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.footer-posts .thumb {
    width: 12.5%;
    margin: 0px;
}

/*Footer BAdge*/
.footer-badge {
    max-width: 250px;
    position: absolute;
    right: 100px;
    bottom: 0;
    background-image: url('//i2.wp.com/iambaker.net/wp-content/themes/iambaker/images/bg.png');
    padding: 20px;
    text-align: center;
}

.footer-badge img {
    max-height: 150px;
    width: auto;
}

.tagline span {
    display: block;
    margin: 10px auto;
}

.site-footer ul.social-menu {
    margin: 15px auto 0px;
}

.site-footer ul.social-menu li {
    padding: 0px 8px;
}

.site-footer ul.social-menu li a::before {
    font-size: 15px;
}

/*--------------------------------------------------------------
Pin Posts
--------------------------------------------------------------*/
.post-group {
    text-align: center;
    margin: 0px auto 60px;
    padding: 0px 10px;
}

.pinposts {
    background-image: url('//i2.wp.com/iambaker.net/wp-content/themes/iambaker/images/bg.png');
    padding: 45px 15px;
}

#post-group {
    max-width: 80em;
    margin: 0px auto;
}

.pinposts .subheading {
    margin: 0px auto 15px;
}

.posts-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}
.pinposts .grid-post {
    position: relative;
}
.pinposts .post-info {
    background: #ffffff;
    padding: 20px;
    position: absolute;
    bottom: 0;
    padding: 20px 10px;
    background: white;
    width: 100%;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: -10px;
    margin:0;
}
.pinposts .post-info:hover {
    transform: translateY(-10%);
        -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pinposts .featured-image {
    margin: 0px 0px -8px;
    height: 320px;
    background-size: cover !important;
    background-position: top center !important;
}
.pinposts .featured-image img {
    opacity: 0;
}

.trending h2 {
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    padding: 10px 0px;
    margin: 0px auto 30px;
}

.trending .accent {
    text-align: center;
    margin: 0px auto 15px;
}

.trending .thumb {
    margin: 0px 1%;
    width: 30%;
}

.trending .thumb-content h6 {
    font-size: .9em;
    padding: 5px;
}

.trending .col-3 {
    width: 33%;
}

.col-odd {
    border-left: 1px dotted #2a2a2a;
    border-right: 1px dotted #2a2a2a;
}

/*--------------------------------------------------------------
SUBSCRIBE
--------------------------------------------------------------*/
.subscribe {
    max-width: 80em;
    width: 95%;
    margin: 0px auto 60px;
    padding: 10px;
    border: 1px dotted #2a2a2a;
}

#subscribe {
    padding: 30px;
    border: 1px solid #2a2a2a;
    text-align: center;
}

.subscribe h2 {
    margin: 0px auto 5px;
}

.subscribe input {
    max-width: 240px;
    display: inline-block;
    margin: 0px 5px;
}

.subscribe input[type="submit"] {
    padding: 11px 20px;
    vertical-align: top;
}

.subscribe-meta {
    margin: 0px auto 10px;
}
.subscribe .small-caps {
    margin: 10px auto;
}

/*--------------------------------------------------------------
MAIN CONTENT
--------------------------------------------------------------*/
#content {
    display: block;
    margin: 15px auto 0px;
    width: 100%;
    padding: 0px;
}
#primary {
    width: 100% !important;
    float: none;
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px
}

#secondary {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    float: none;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}



.page #primary, .archive #primary, .search #primary, .error404 #primary, .woocommerce #primary {
    width: 100%;
    float: none;
}

.cr, .cl {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 15px;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 15px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.anchor:before {
    content: "";
    display: block;
    height: 100px;
    margin: -90px 0 0;
}

.accent {
    margin: 20px 0px;
    height: 1px;
    width: 100px;
    background: #2a2a2a;
}

/* Entry title for recipe page */

.title-box {
    width: 100%;
    margin: auto;
    text-align: left;
    margin-top: 0px;
    background: white;
    box-sizing: border-box;
    padding: 2% 2%;
}


/*--------------------------------------------------------------
SINGLE POST (FULL POST)
--------------------------------------------------------------*/

.full {
    max-width: 1200px;
    margin:auto;
    border-bottom: 1px solid #2a2a2a;
}
.full .entry-title {
    margin: 10px 0px;
}

.full h2 {
    text-align: left;
    margin-top: 40px;
    padding: 0 5%;
}
.full h3 {
    text-align: left;
    font-size: 28px;
    margin-top: 40px;
    padding: 0 5%;
}
.full p{
  padding: 0 5%;
  line-height: 2;
}
.full ul{
  padding: 0 5%;
}

.yab-post, .single-youarebaker #comments {
    max-width: 600px;
}

.single-youarebaker #content {
    max-width: 1000px;
}

.post-details {
    margin: 0px auto 15px;
    height: 34px;
    line-height: 34px;
}

.post-details li {
    display: inline-block;
}

.post-details li:after {
    content: '\00b7';
    padding: 0px 3px 0px 6px;
}

.post-details li:last-child:after {
    display: none;
}

.post-details svg {
    margin-right: 5px;
}
/*Post Top Share*/

.social-share-outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 1%;
}
.jump-button {
    text-align: left;
}
.jump-button li {
    width: 100%;
    max-width: 250px;
}
.right-shares {
    text-align: right;
}
.right-shares li a {
    width: 47px !important;
    height: 47px;
    border-radius: 50%;
}
.right-shares li a i {
    font-size: 15px;
}
.right-shares li a svg {
    transform: scale(1.5)translate(0px,2px);
}

.post-share {
    display: block;
    margin: 0px auto;
    padding: 10px 0px;
    width: 50%;
}

.post-share li {
    display: inline-flex;
    margin: 0 2% 0 0;
    text-align: center;
    width: auto;
}

.post-share li:last-child {
    margin: 0px;
}

.post-share li a, .post-share li a:focus, .post-share li a:active {
    padding: 15px;
    background: #2a2a2a;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    display: block;
    color: #fffFFF!important;
}
.post-share li a:hover {
    color: #fffFFF;
    background: #1a0dab;
}

.post-share li span {
    padding-left: 5px;
    vertical-align: top;
}


/*Post Video*/
.post-video {
    display: block;
    text-align: center;
    border: 1px dotted #2a2a2a;
    padding: 10px;
    margin: 0px auto 15px;
}

#post-video {
    border: 1px solid #2a2a2a;
    padding: 10px;
}

.wprm-jump-to-recipe-shortcode:after {
    content: '\00b7';
    padding: 0px 3px 0px 6px;
}

/*Post Top Share*/
.top-share li {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
}

.top-share.hover-active .top-social {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.top-social {
    display: inline-block;
    opacity: 0;
}

.share-active .top-social {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-social .nc_socialPanel {
    margin: 0px !important;
}

.nc_tweetContainer {
    border: 0px !important;
    background: #2a2a2a !important;
}

.social-cta {
    display: block;
    text-align: center;
    background: #2a2a2a;
    padding: 30px;
    margin: 10px auto;
}

.social-cta .small-caps {
    line-height: 1.75;
}

.social-cta h4 {
    margin: 0px auto 5px;
}

.entry-footer {
    display: table;
    width: 100%;
    text-align: center;
    margin: 5px auto;
    padding: 15px 0px;
    border-bottom: 1px solid #2a2a2a;
    border-top: 1px solid #2a2a2a;
}

.entry-footer .cl {
    border-right: 1px solid #2a2a2a;
    padding: 15px;
}

.entry-footer .cr {
    padding: 15px;
}

.footer-social {
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    margin: 0px auto 5px;
}

/*Related Posts*/
.relatedposts {
    margin: 0px auto 5px;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    padding: 15px 0px;
    text-align: center;
}

.footer-posts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.relatedposts .small-caps.green {
    display: none;
}

.relatedposts .grid {
    margin: 0px 1%;
    width: 22%;
}

/*Post Author*/
.post-author {
    margin: 0px auto 5px;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    padding: 15px 0px;
}

.bio {
    border: 1px dotted #2a2a2a;
    padding: 5px;
}

#bio {
    border: 1px solid #2a2a2a;
    padding: 5px 5px 0px;
}

.post-author .cl {
    width: 19%;
}

.post-author .cr {
    width: 80%;
    padding-left: 15px;
}

.post-author h6 {
    margin: 0px;
    font-size: 21px;
}
.full .post-author p {
    padding: 0px;
    line-height: 1.5;
    margin: 15px 0px;
}

.user-social a {
    margin-right: 10px;
}

/*Post Pagination*/
.post-nav-ex .featured {
    height: 150px;
    width: 200px;
    display: table-cell;
}

/*Post Pagination*/
.post-navigation {
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    margin: 0px auto 5px;
    display: table;
    width: 100%;
    padding: 15px 0px;
}

.post-navigation .thumb {
    width: 100%;
    margin: 0px;
}

.post-navigation .cl {
    padding-right: 15px;
    margin: 0px auto;
}

.post-navigation .cr {
    padding-left: 15px;
    text-align: right;
    margin: 0px auto;
}

.post-navigation .small-caps {
    margin-bottom: 10px;
}
.full .post-navigation h3 {
    text-align: inherit;
    font-size: 24px;
    margin-top: 0px;
    padding: 0px;
}

/*--------------------------------------------------------------
RECIPE CARD
--------------------------------------------------------------*/
.wprm-recipe-container {
    border: 1px dotted #2a2a2a;
    padding: 10px;
}

.wprm-recipe.wprm-recipe-tastefully-simple {
    border: 1px solid #2a2a2a;
    padding: 10px;
}

.wprm-recipe-name {
    font-family: 'iambaker', Georgia, serif !important;
    font-size: 28px !important;
}

.wprm-recipe-times-container {
    border-top: 1px solid #2a2a2a !important;
    border-bottom: 1px solid #2a2a2a !important;
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.wprm-recipe-container p, .wprm-recipe-container li, .wprm-print p, .wprm-print li {
    font: 16px "proxima-nova", Arial, Geneva, sans-serif !important;
    line-height: 1.5 !important;
}

.wprm-recipe-details-container div {
    line-height: 2 !important;
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.wprm-recipe-buttons {
    margin-top: 0px !important;
}

.wprm-recipe-image {
    margin-left: 0px !important;
}

.wprm-recipe-print {
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 10px !important;
    width: 100%;
    display: block;
}

.wprm-recipe-image-container {
    padding: 10px !important;
}

.wprm-recipe-print:hover {
    color: #fff !important;
    background: #1a0dab !important;
    transition: opacity 200ms ease;
}

.wprm-recipe-group-name {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.wprm-recipe-header {
    font-size: 21px !important;
    font-weight: 400 !important;
    margin-top: 35px !important;
    margin-bottom: 0px !important;
    font-family: 'iambaker', Georgia, serif;
}

.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-notes-container ul li, .wprm-print .wprm-recipe-tastefully-simple .wprm-recipe-notes-container ul li {
    list-style: disc outside;
    margin-left: 30px;
}

.wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-ingredients li, .wprm-print .wprm-recipe-tastefully-simple .wprm-recipe-ingredients li {
    list-style-position: outside !important;
    margin-left: 30px !important;
}
.wprm-recipe-summary {
    padding: 20px 0px 0px;
    display: block!important;
}
.wprm-recipe-summary p {
    font-family: Georgia, serif!important;
    font-style: italic!important;
}
.wprm-recipe-container .wprm-recipe .wprm-recipe-header {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 10px 0px 5px;
}
/*--------------------------------------------------------------
COMMENTS
--------------------------------------------------------------*/
.comments-area {
    border: 1px dotted #2a2a2a;
    padding: 5px;
    margin: 0px 0px 30px;
}

#comments-area {
    border: 1px solid #2a2a2a;
    padding: 30px;
    displaY: table;
    width: 100%;
}

#comments-area .cl {
    vertical-align: top;
    width: 35%;
    padding-right: 20px;
}

#comments-area .cr {
    border-left: 1px solid #2a2a2a;
    padding-left: 20px;
    vertical-align: top;
    width: 65%;
}

.comment.even {
    border: 0px;
}

.comments-title, #reply-title {
    text-align: left;
    margin: 0px 0px 10px;
}

#cancel-comment-reply-link {
    display: block;
}

.comment-body {
    margin: 0px auto 30px;
}

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

.bypostauthor {
    display: block;
}

.comment-author {
    font-family: 'iambaker', Georgia, serif;
}

.reply {
    font-size: 14px;
    margin: 5px auto 0px;
}
.small-caps.comment-nav {
    display: table;
    width: 100%;
    border-top: 1px dotted #2a2a2a;
    border-bottom: 1px dotted #2a2a2a;
    margin: 0px auto 15px;
    padding: 10px;
}
.comment-navigation .nav-previous {
    display: table-cell;
    float: none;
    width: 50%;
    text-align: left;
}
.comment-navigation .nav-next {
    display: table-cell;
    float: none;
    width: 50%;
    text-align: right;
}
.comment-nav .nav-links {
    display: table;
    width: 100%;
}
.comment-list li {
    display: block;
}
.comment-body p {
    font-size: 16px;
}
p.akismet_comment_form_privacy_notice {
    font-family: Georgia, serif;
    font-size: 16px;
    opacity: .7;
    font-style: italic;
    margin: 30px 0px 0px;
}
/*--------------------------------------------------------------
B. GRID POST
--------------------------------------------------------------*/
.grid {
    width: 22.5%;
    margin: 0px 1% 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.grid-post .featured-image img:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.grid-post .featured-image {
    height: 400px;
}
.add-section .grid-post .featured-image {
    height: 250px;
}

.grid-post .featured-image img {
    opacity: 0;
    height: 120px;
}

.featured-image {
    background-size: cover !important;
    background-position: center !important;
}
.post-info {
    text-align: center;
    background: white;
    background: rgba(255,255,255,.9);
    padding: 10px 1px;
    margin: 15px;
}

.post-info h6 {
    margin: 0px auto 5px;
}

/*--------------------------------------------------------------
C. THUMB POST
--------------------------------------------------------------*/
.thumb {
    width: 31%;
    margin: 0px 1% 30px;
    display: inline-block;
}

.thumb-post {
    position: relative;
}

.thumb-post a, .thumb-post img {
    display: block;
}

.thumb-content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .75);
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.thumb-content h6 {
    margin: 0px auto;
    padding: 10px;
}

.archive-content .thumb-content h6 {
    font-size: 24px;
}

.thumb-post:hover .thumb-content {
    opacity: 1;
}

/*--------------------------------------------------------------
D. LIST POST
--------------------------------------------------------------*/
.list {
    display: inline-block;
    width: 45%;
    margin: 0px 2% 30px;
    vertical-align: top;
    padding: 0px 0px 30px;
    border-bottom: 1px solid #2a2a2a;
}

.blog .list {
    display: block;
    width: inherit;
    margin: 0px auto 30px;
}

.list-post {
    display: table;
    width: 100%;
}

.list-image {
    display: table-cell;
    width: 40%;
}

.list-info {
    display: table-cell;
    width: 60%;
    padding-left: 15px;
    vertical-align: middle;
}

.blog .list-image {
    width: 35%;
}

.blog .list-info {
    width: 65%;
}

.list .post-details {
    height: inherit;
    line-height: 1;
    margin: 0px 0px 10px;
}

.list h3 {
    margin: 0px 0px 15px;
}

.list .post-cat {
    margin: 0px 0px 15px;
}

.continue-reading {
    display: block;
    margin: 30px 0px 0px;
}

.continue-reading a {
    padding: 10px 15px;
    background: #2a2a2a;
    color: #ffffff;
    font-size: 13px;
}

.continue-reading a:hover {
    background: #1a0dab;
    color: #ffffff;
}

/*--------------------------------------------------------------
HERO
--------------------------------------------------------------*/
#hero {
    width: 100%;
    margin: 0px auto 15px;
    column-count: 3;
    -ms-column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 15px;
    -ms-column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
}
.hero{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.heropost {
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
}
.hero-2, .hero-5 {
    margin: 0px 0px 0px;
}

.hero-3 {
    display: block;
    margin: 0px 0px 0px;
}

.heropost .small-serif li {
    display: inline-block;
}

.heropost .small-serif li:after {
    content: '\00b7';
    padding: 0px 3px;
}

.heropost .small-serif li:last-child:after {
    display: none;
}

.heropost h3 {
    margin: 0px auto 5px;
}

.heropost .continue-reading {
    margin: 5px auto 0px;
}

.above-fold {
    display: block;
    width: 100%;
    margin: 0px auto 15px;
    max-width: 1200px;
}

.above-fold .cl {
    width: 61.5%;
}

.above-fold .cr {
    width: 31.5%;
    padding-left: 30px;
}

.above-fold .subscribe {
    width: 100%;
    margin: 0px;
}

.co-box {
    background-image: url('//i2.wp.com/iambaker.net/wp-content/themes/iambaker/images/bg.png');
    padding: 25px 15px;
    text-align: center;
    position: relative;
}

.co-box img {
    width: 100px;
    height: auto;
}

/*--------------------------------------------------------------
No Results
--------------------------------------------------------------*/
.no-results {
    max-width: 735px;
    margin: 0px auto 30px;
}
.gform_body input[type="text"] {
width: 100%;
display: block;
}

/*--------------------------------------------------------------
6. PAGE SPECIFIC
--------------------------------------------------------------*/
.page-header {
    text-align: center;
}

.page-title {
    border-bottom: 1px dotted #2a2a2a;
    padding: 0px 0px 10px;
    margin: 0px 0px 20px;
}

.page-meta {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    line-height: 1.45;
}

.page-article {
    max-width: 900px;
    margin: 0px auto 60px;
}

/*--------------------------------------------------------------
A.GENERAL PAGE
--------------------------------------------------------------*/
.add-section {
    max-width: 1200px;
    margin: 0px auto 60px;
    padding: 10px;
}
.main-shop-section {
    max-width: 1100px;
}

#add-section {
    padding: 60px 20px;
}
.add-section .small-serif {
    margin: 0px auto 15px;
    text-align: center;
}

.even {
    border: 1px dotted #2a2a2a
}

.even #add-section {
    border: 1px solid #2a2a2a;
}

.add-section h2 {
    border-bottom: 1px dotted #2a2a2a;
    text-align: center;
    padding: 0px 0px 20px;
    margin: 0px auto 20px;
}

#column .small-serif {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.col-2 {
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 30px;
    -ms-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
}

#posts, .press {
    text-align: center;
}

#posts .grid {
    width: 22.5%;
}

.press img {
    width: 150px;
    height: auto;
    padding: 20px;
    vertical-align: middle;
}
.press-list {
    margin: 60px auto 0px;
    column-count: 3;
    -ms-column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 30px;
    -ms-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
}
.press-item {
    margin: 0px auto 30px;
}
.press-item .small-caps {
    line-height: 1.5;
    margin: 0px auto 5px;
}
.add-section .continue-reading {
    text-align: center;
        margin: 0px auto 15px;
}

.shop-section {
    display: table;
    width: 100%;
}

.shop-section .cr {
    width: 70%;
    vertical-align: top;
    padding-left: 15px;
}

.shop-section .cl {
    width: 30%;
    vertical-align: top;
    border-right: 1px dotted #2a2a2a;
    padding-right: 15px;
}

.shop-section p {
    line-height: 1.25;
    font-size: .9em;
}

.shop-section .grid {
    display: block;
    width: 100%;
}

.shop-section .cl .small-caps {
    margin: 20px 0px 10px;
}
.shop-section .cl .grid .small-caps {
    margin: 0px auto;
}
.baking-product {
    text-align: center;
}
.shop-section .grid.product {
    width: 30%;
    display: inline-block;
    margin: 0px 1% 45px;
    vertical-align: top;
}
.grid.product img {
    height: 150px;
    width: auto;
    margin: 0px auto 10px;
    text-align: center;
    display: block;
}
/*--------------------------------------------------------------
RECIPE INDEX
--------------------------------------------------------------*/
.recipe-article {
    max-width: 80em;
    margin: 0px auto;
}

.recipe-content {
    display: table;
    width: 100%;
}

.recipe-content .cl {
    width: 80%;
    padding-right: 30px;
    vertical-align: top;
}

.recipe-content .page-content {
    border-bottom: 1px dotted #2a2a2a;
    padding: 0px 0px 30px;
    margin: 0px 0px 30px;
}

.recipe-content .cr {
    width: 19%;
    padding-left: 30px;
    border-left: 1px dotted #2a2a2a;
    vertical-align: top;
}

#filter-group {
    display: block;
    margin: 0px 0px 15px;
}

#filter-group li {
    display: block;
    line-height: 1;
    margin: 0px 0px 5px;
}

#filter-group li input[type="checkbox"] {
    vertical-align: text-top;
    margin-right: 10px;
}

.recipes, .yabposts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.recipe-article .grid {
    width: 30%;
}

.custom-pagination {
    display: block;
    margin: 0px auto 60px;
    border-top: 1px solid #2a2a2a;
    width: inherit;
    padding: 10px 0px;
}

/*--------------------------------------------------------------
YOU ARE BAKER
--------------------------------------------------------------*/
.yab .page-title, .recipe-article .page-title {
    text-align: left;
}

.yab-form {
    opacity: 0;
    display: block;
}

.yab .entry-content {
    margin: 0px;
}

.button-on .yab-form {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.yab .meta-content {
    font-size: .9em;
    line-height: 1.5;
}

.yab-button-link {
    display: block;
    margin: 20px auto;
    text-align: center;
    color: #ffffff;
    background: #2a2a2a;
    padding: 10px;
}

.button-on .yab-button-link {
    background: #1a0dab;
}

.gfield_label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
}

.yab-form input {
    width: 100% !important;
}

.grid-yab .small-caps {
    margin: 10px auto;
}

.yab #filter-group {
    display: inline-block;
}

.yab #filter-group li {
    display: inline-block;
    margin: 0px 10px;
}

/*--------------------------------------------------------------
ARCHIVE + SEARCH
--------------------------------------------------------------*/
.archive-header {
    text-align: left;
    border-bottom: 1px dotted #2a2a2a;
    padding: 0px 0px 10px;
    margin: 0px 0px 20px;
}

.archive-title {
    margin: 0px;
}

.archive-guide {
    display: table;
    width: 100%;
    font-size: .9em;
}

.archive-guide .cl {
    width: 70%;
    padding-right: 30px;
    vertical-align: top;
}

.archive-guide .cr {
    padding-left: 30px;
    border-left: 1px dotted #2a2a2a;
    vertical-align: top;
}

.tax-posts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    margin: 0px auto;
}

.tax-posts .thumb {
    width: 46%;
    margin: 0px 2% 2% 0px;
}

#archive-menu {
    border-top: 1px dotted #2a2a2a;
    border-bottom: 1px dotted #2a2a2a;
    text-align: center;
    margin: 30px auto;
    padding: 5px 0px;
}

.archive-menu {
    margin: 0px;
    padding: 15px;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;

}

.archive-menu li {
    display: inline-block;
    padding: 0px 10px;
}

.archive-content {
    margin: 0px auto 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
/*Author Archive*/
.archive-author .cl {
    width: 25%;
    max-width: 300px;
}
.archive-author .cr {
    border-left: none;
    padding-left: 0px;
    vertical-align: middle;
}

.archive-author .small-serif {
    font-size: 14px;
    margin: 0px auto 15px;
}
.author .archive-header {
    max-width: 900px;
    margin: 0px auto 5px;
    display: block;
}
.author .archive-guide {
    max-width: 900px;
    margin: 0px auto 30px;
    display: block;
}
/*--------------------------------------------------------------
SEARCH
--------------------------------------------------------------*/
.search-header .small-caps {
    display: inline-block;
}

.search-header .archive-title {
    display: inline-block;
    text-transform: none;
}

/*--------------------------------------------------------------
ERROR/404 Page
--------------------------------------------------------------*/
.error-404 .page-content {
    margin: 30px auto 60px;
    display: table;
    width: 100%;
}

.col-3 {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding: 0px 15px;
    text-align: center;
}

/*--------------------------------------------------------------
WIDGETS
--------------------------------------------------------------*/
.widget {
    margin: 0 auto 30px;
    padding: 15px;
    width: 33%;
    text-align: center;
    max-height: 350px;
}

.widget-title {
    text-align: center;
    margin: 0px auto;
}

.widget .accent {
    margin: 10px auto;
}

.widget p {
    line-height: 1.5;
    font-size: .9em;
    text-align: center;
}

.widget ul {
    margin: 0px auto;
}

.widget li {
    display: block;
    line-height: 1.5;
    margin: 0px auto 10px;
    text-align: center;
}

.tagcloud {
    text-align: center;
}

.widget input[type="text"], .widget input[type="email"] {
    display: block;
    margin: 2px auto;
}

/*--------------------------------------------------------------
ABOUT WIDGET
--------------------------------------------------------------*/
.widget-about {
    border: 1px dotted #2a2a2a;
    padding: 5px;
    text-align: center;
    margin: 0px auto 30px;
}

#widget-about {
    border: 1px solid #2a2a2a;
    padding: 15px;
}

.widget-about img {
    width: 150px;
    height: auto;
}
.widget .mc4wp-form input[type="submit"] {
    display: block;
    text-align: center;
    margin: 5px auto 0px;
}
/*--------------------------------------------------------------
POST WIDGET
--------------------------------------------------------------*/
#post-widget {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

#post-widget .thumb {
    width: 30%;
    margin: 0px 2px 4px;
}

#post-widget .thumb-content h6 {
    font-size: .9em;
}
/*--------------------------------------------------------------
CALLOUT WIDGET
--------------------------------------------------------------*/
.widget-callout {
    background-image: url('//i2.wp.com/iambaker.net/wp-content/themes/iambaker/images/bg.png');
    text-align: center;
    max-width: 320px;
    position: relative;
}
.widget-callout img {
    width: 100px;
    height: auto;
}
span.widget-button {
    position: absolute;
    top: -10px;
    right: -10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    background: #2a2a2a;
    padding: 10px;
    border-radius: 50px;
    width: 75px;
    height: 75px;

    display: table;
    font-weight: 600;
    line-height: 1.1;
}
#widget-button {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
/*--------------------------------------------------------------
SUBSCRIBE WIDGET
--------------------------------------------------------------*/
.widget-subscribe {
    border: 1px dotted #2a2a2a;
    padding: 5px;
    text-align: center;
    max-width: 320px;
}
#widget-subscribe {
    border: 1px solid #2a2a2a;
    padding: 15px;
}
.widget-subscribe label {
    display: block;
    margin: 5px auto;
}

/*--------------------------------------------------------------
9. RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 1100px) {
    #primary {
        display: block;
        float: none;
        width: 100%;
    }

    #secondary {
        display: block;
        float: none;
        width: 100%;
        max-width: unset;
        margin: 0px auto 60px;
    }
    .main-navigation li {
        padding: 15px 5px;
    }
    .widget{
      width: 90%;
      max-height: unset;
    }

    /*Footer*/
    .footer-badge {
        display: block;
        position: relative;
        max-width: 100%;
        bottom: 0px;
        right: 0px;
    }

    .credits, .footer-nav {
        text-align: center;
    }

    .subscribe input {
        max-width: 225px;
    }

    .list {
        width: 100%;
        display: block;
    }

    .grid, .recipe-article .grid, #posts .grid {
        width: 46%;
    }

    .trending .col-3 {
        display: block;
        width: 100%;
        padding: 15px 0px;
        margin: 15px auto;
    }

    .col-odd {
        border-left: 0px;
        border-right: 0px;
        border-top: 1px dotted #2a2a2a;
        border-bottom: 1px dotted #2a2a2a;
    }

    .yab .recipe-content .cr, .yab .recipe-content .cl {
        display: block;
        width: 100%;
        padding: 0px;
    }

    .yab .recipe-content .cr {
        border-left: 0px;
        padding-left: 0px;
        padding: 30px 0px;
        border-top: 1px dotted #2a2a2a;
        border-bottom: 1px dotted #2a2a2a;
    }

    .yab-form {
        opacity: 1;
    }

    .hero h3 {
        font-size: 18px;
    }

    #hero {
        column-gap: 15px;
        -ms-column-gap: 15px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
    }

    .heropost {
        margin: 0px 0px 15px;
    }

    .above-fold .cl {
        display: block;
        width: 100%;
    }

    .above-fold .cr {
        display: block;
        width: 100%;
        padding-left: 0px;
        margin: 30px auto 0px;
    }

    .press img {
        width: 120px;
    }

}

@media screen and (max-width: 699px) {
    .open-menu {
        display: block;
    }

    .secondary-menu, .site-branding .social-menu, .primary-menu, .main-navigation .cl {
        display: none !important;
    }

    .desktop--menu {
        display: block;
    }

    .main-navigation .cr {
        display: block;
        width: 100%;
        max-width: 275px;
        margin-right: 0px;
        margin-left: auto;
    }

    .fixed {
        position: relative !important;
    }

    .site-branding .cl {
        width: 75%;
    }

    .site-branding .cr {
        width: 25%;
        vertical-align: middle;
    }
#content {
    padding: 0px 10px;
}
    #primary {
        display: block;
        float: none;
        width: 100%;
    }

    #secondary {
        display: block;
        float: none;
        width: 100%;
        max-width: unset;
        margin: 0px auto 60px;
    }
    .widget{
      width: 90%;
      max-height: unset;
    }

    /*Footer*/
    .footer-badge {
        display: block;
        position: relative;
        max-width: 100%;
        bottom: 0px;
        right: 0px;
    }

    .credits, .footer-nav {
        text-align: center;
    }

    .subscribe input {
        max-width: 225px;
    }

    .list, .blog .list {
        width: 100%;
        display: block;
        max-width: 300px;
        margin: 0px auto 30px;
    }

    .list-image, .blog .list-image {
        display: block;
        width: 100%;
    }

    .list-info, .blog .list-info {
        display: block;
        padding: 15px 0px;
        width: 100%;
    }

    .grid, .recipe-article .grid, #posts .grid, .relatedposts .grid {
        width: 100%;
    }

    .footer-posts .thumb {
        width: 50%;
    }

    .trending .col-3 {
        display: block;
        width: 100%;
        padding: 15px 0px;
        margin: 15px auto;
    }

    .col-odd {
        border-left: 0px;
        border-right: 0px;
        border-top: 1px dotted #2a2a2a;
        border-bottom: 1px dotted #2a2a2a;
    }

    .yab .recipe-content .cr, .yab .recipe-content .cl {
        display: block;
        width: 100%;
        padding: 0px;
    }

    .yab .recipe-content .cr {
        border-left: 0px;
        padding-left: 0px;
        padding: 30px 0px;
        border-top: 1px dotted #2a2a2a;
        border-bottom: 1px dotted #2a2a2a;
    }

    .yab-form {
        opacity: 1;
    }

    .hero h3 {
        font-size: 18px;
    }

    #hero {
        column-count: 1;
        -ms-column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0px;
        -ms-column-gap: 0px;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
    }

    .heropost {
        margin: 0px auto 15px;
        display: block;
    }

    .above-fold .cl {
        display: block;
        width: 100%;
    }

    .above-fold .cr {
        display: block;
        width: 100%;
        padding-left: 0px;
        margin: 30px auto 0px;
    }

    .press img {
        width: 120px;
    }

    .subscribe input {
        display: block;
        margin: 5px auto;
    }

    .blog-menu-nav .cl, .blog-menu-nav .cr {
        display: block;
        width: inherit;
        text-align: center;
        margin: 5px auto;
    }

    .blog-nav {
        max-width: 300px;
    }

    /*Pages*/
    .col-2 {
        column-count: 1;
        -ms-column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0px;
        -ms-column-gap: 0px;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
    }

    .shop-section .cl {
        display: block;
        border-right: 0px;
        border-bottom: 1px dotted #2a2a2a;
        padding: 0px 0px 15px;
        width: inherit;
    }

    .shop-section .cr {
        display: block;
        width: inherit;
        padding: 15px 0px 0px;
    }

    .recipe-content .cl {
        width: inherit;
        padding-right: 0px;
        display: block;
    }

    .recipe-content .cr {
        display: block;
        width: inherit;
        border-left: 0px;
        border-bottom: 1px dotted #2a2a2a;
        border-top: 1px dotted #2a2a2a;
        padding: 15px 0px;
        margin: 15px auto;
    }

    #filter-group .small-serif {
        display: block;
    }

    .col-3 {
        display: block;
        width: inherit;
        padding: 15px 0px;
    }
    .shop-section .grid.product {
        width: 46%;
    }
    .entry-footer .cl {
    border-right: 1px solid #2a2a2a;
    padding: 15px;
    display: block;
    border-right: 0px;
    width: 100%;
    border-bottom: 1px solid #2a2a2a;
}.entry-footer .cr {
    padding: 15px;
    display: block;
    width: inherit;
    line-height: 1.25;
}
.entry-footer {
    padding: 0px;
}
.post-author .cl {
    width: inherit;
    display: block;
}
.post-author .cr {
    width: inherit;
    padding-left: 0px;
    padding: 10px 0px 0px;
}
#comments-area .cr {
    border-left: 0px;
    padding-left: 0px;
    vertical-align: top;
    width: 100%;
    display: block;
    border-top: 1px solid #2a2a2a;
    padding: 10px 10px 0px 10px;
}
#comments-area .cl {
    vertical-align: top;
    width: inherit;
    padding-right: 0px;
    display: block;
}
.archive-guide .cl {
    width: inherit;
    padding-right: 0px;
    vertical-align: top;
    display: block;
}
.archive-guide .cr {
    padding-left: 0px;
    border-right: 0px;
    border-top: 1px dotted #2a2a2a;
    margin-top: 30px;
    padding-top: 30px;
    display: block;
    width: inherit;
}
.archive-guide {
    display: block;
    width: inherit;
    font-size: 1em;
}
.top-social {
    display: inline-block;
 margin-left: 5px!important;
    position: static;
    width: auto;
    padding: 0;
    background: none;
    opacity: 1;
    max-width: 156px;
}
.post-details {
    margin: 0px auto 15px;
    height: inherit;
    line-height: 1;
    font-size: 10px;
}
.archive-author .cl {
    margin: 0px auto;
}
.archive-author .cr {
    padding-left: 0;
    border-right: 0;
    border-top: 0px;
    margin-top: 30px;
    padding-top: 0px;
    display: block;
    width: 300px;
    margin: 30px auto 15px;
    text-align: center;
}
.post-share {
  width: 100%;
}
.post-share li {
    width: 20%;
}
.post-share li a span{
  display: inline-block;
}
.jump-button li{
  width: 100%;
  max-width: 100%;
}

.footer-press-images {
    display: block;
}
.site-footer li {
    display: block;
    margin: 10px auto;
}
.site-footer ul.social-menu li {
    display: inline-block;
}
.site-footer li:after {
    display: none;
}
.press-list {
    column-count: 1;
    -ms-column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0px;
    -ms-column-gap: 0px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
}
}
