/*
 * Responsive styles
 *
 * @author: Exquiture
 * @version: 1.0
 *
*/
.nopadding {
    padding: 0 !important;
}
.wrap {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    position: relative;
}
.site-header {
    background: rgba(50,22,39,.90);
    padding: 50px 0;
    color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.site-header a, .site-footer a,
.site-header a:hover, .site-footer a:hover,
.site-header a:visited, .site-footer a:visited,
.site-header a:focus, .site-footer a:focus {
    color: #fff;
    text-decoration: none;
}
#sb_instagram #sbi_load {
    padding: 0 !important;
}
h3.inst {
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.3em;
    font-size: 18px;
    color: #767776;
    margin-bottom: 45px;
}
h3.inst a {
    color: #767776;
    text-decoration: none;
}
.site-header .site-branding {
    display: inline-block;
    float: left;
}
.site-header .src {
    position: absolute;
    top: -25px;
    right: 15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.site-header .src .search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-radius: 0;
    border: none;
    color: #fff;
    text-align: center;
    font-family: 'harriet';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.075em;
    outline: none;
    font-weight: normal;
}
.site-header .src .search-input::-webkit-input-placeholder { 
    font-family: 'harriet';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.site-header .src .search-input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'harriet';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.site-header .src .search-input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'harriet';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.site-header .src .search-input:-moz-placeholder { /* Firefox 18- */
    font-family: 'harriet';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.site-header .src .search-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-radius: 0;
    border: none;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 0;
}
.site-header .main-navigation {
    float: right;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4em;
    display: inline-block;
    width: auto;
    margin-top: -25px;
}
.site-header .main-navigation a {
    color: #fff;
    text-decoration: none;
}
.site-header .main-navigation a:hover {
    color: #afab35;
}
.site-header .main-navigation li {
    float: none;
    display: inline-block;
    padding-left: 70px;
}
.main-navigation ul ul {
    box-shadow: none !important;
    text-align: left;
}
.main-navigation ul ul li {
    padding-left: 0 !important;
    padding: 5px 0;
}
/* Mobile Menu */

.menu-toggle {
    width: 26px;
    height: 26px;
    position: fixed;
    top: 35px;
    right: 20px;
    cursor: pointer;
    z-index: 10000;
}
.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(8px, 6px);
    -ms-transform: rotate(45deg) translate(8px, 6px);
    -webkit-transform: rotate(45deg) translate(8px, 6px);
    transform: rotate(45deg) translate(8px, 6px);
    width: 25px;
    background: #fff !important;
}
.menu-toggle.on .two {
    opacity: 0;
}
.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(9px, -8px);
    -ms-transform: rotate(-45deg) translate(9px, -8px);
    -webkit-transform: rotate(-45deg) translate(9px, -8px);
    transform: rotate(-45deg) translate(9px, -8px);
    width: 25px;
    background: #fff !important;
}
.one,
.two,
.three {
    width: 100%;
    height: 3px;
    background: white;
    margin: 8px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.pg .one,
.pg .two,
.pg .three {
    background: #323232;
}
.pg .menu-toggle.on .one,
.pg .menu-toggle.on .three  {
    background: white;
}
nav.mob-overlay ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10em auto;
    text-align: center;
}
nav ul.hidden {
    display: none;
}
/*
.mob-overlay {
    margin-top: 70px;
}
*/
nav.mob-overlay ul a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    font-size: 2.2em;
    line-height: 3;
    width: 100%;
    display: block;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'trump';
    font-weight: 700;
}
nav.mob-overlay ul a:hover, nav.mob-overlay ul li:active a {
    color: #afab35;
}
nav.mob-overlay ul a:focus, nav.mob-overlay ul a:visited {
    color: #fff;
}
.menu-section.on {
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(50, 22, 39, 0.9);
    position: fixed;
    top: 0;
}
.site-footer {
    background: rgba(50,22,39,1) url(../img/artichoke.png) center right no-repeat;
    min-height: 384px;
    color: #fff;
    padding-top: 55px;
}
.site-footer .left-menu, .site-footer .right-menu {
    padding-left: 30px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.4em;
    font-weight: 600;
}
.site-footer .left-menu ul, .site-footer .right-menu ul {
    list-style: none;
    line-height: 2.8;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.site-footer .left-menu ul li a, .site-footer .right-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.site-footer .left-menu ul li a:hover, .site-footer .right-menu ul li a:hover {
    color: #afab35;
    text-decoration: none;
}
.site-footer .socials {
    padding-left: 30px;
    font-size: 24px;
    padding-top: 40px;
}
.site-footer .socials i {
    font-size: 24px;
}
.site-footer .socials a {
    color: #fff;
    text-decoration: none;
}
.site-footer .socials a:hover {
    color: #afab35;
}
.site-footer .socials ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.site-footer .socials ul li {
    display: inline-block;
    margin: 0 10px;
}
.site-footer .bottom-logo {
    text-align: center;
    font-size: 25px;
    margin-top: 100px;
}
.site-footer .copyright {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-right: -0.4em;
    font-size: 9px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logos-section {
    padding: 80px 0;
    background: #fff;
}
.logos-section h2.section-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.3em;
    font-size: 18px;
    color: #767776;
    margin-bottom: 45px;
}
.logos-section ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-align: justify;    
}
.logos-section ul li {
    display: inline-block;
    margin: 15px 40px;
}
.logos-section ul li:last-child {
    margin-right: 0;
}
.logos-section ul .stretch {
    display: inline-block;
    width: 100%;    
    /* if you need IE6/7 support */
    *display: inline;
    zoom: 1
}
/* Homepage */
.seq-canvas li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.seq .seq-in .seq-title, .seq .seq-in .seq-subtitle,
.seq .seq-in .seq-title a, .seq .seq-in .seq-subtitle a {
    color: #fff;
    text-decoration: none;
}
.seq.seq-active .seq-content a {
    text-decoration: none;
    color: #fff;
}
.seq.seq-active .seq-content {
    top: 65% !important;
    padding-top: 20px;
    background: url(../img/hm-slider-top.png) center top no-repeat;
}
.seq.seq-active .seq-content:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: -74px;
    font-size: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.seq.seq-active .seq-content:after {
    background: url(../img/hm-slider-bottom.png) center bottom no-repeat;
    height: 9px;
    width: 202px;
    display: block;
    content: '';
    margin: 20px auto 0;
}
.seq .seq-in .seq-title {
    font-family: 'trump';
    font-weight: 600;
    font-size: 91px;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    margin-bottom: 0;
}
.seq .seq-in .seq-subtitle {
    font-family: 'harriet';
    font-style: italic;
    font-size: 49px;
    letter-spacing: 0.075em;
    text-transform: lowercase;
    margin-top: 0;
}
.hm-posts .recpost {
    position: relative;
    line-height: 1;
}
.hm-posts .recpost img {
    width: 100%;
    height: auto;
}
.hm-posts .recpost .hvr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(20,20,20,.7);
    opacity: 0;
    transition: 350ms ease-in opacity;
}
.hm-posts .recpost:hover .hvr {
    opacity: 1;
    transition: 350ms ease-in-out opacity;
}
.hm-posts .recpost .rectitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);   
}

.hm-posts .recpost a {
    text-decoration: none;
    color: #fff;
}
.hm-posts .recpost .rectitle .icn-emme {
    font-size: 19px;
    margin-bottom: 25px;
} 
.hm-posts .recpost .rectitle .cat {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4em;
    margin-right: -0.4em;
    font-size: 19px;
    color: #fff;
}
.hm-posts .recpost .rectitle .title {
    font-family: 'harriet';
    text-transform: lowercase;
    font-size: 34px;
    letter-spacing: 0.075em;
    margin: 15px 0 28px;
}
.hm-posts .recpost .rectitle .more {
    font-family: 'trump';
    text-transform: uppercase;
    font-weight: 700;
    color: #ff00a4;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
}
.homepage .mid-band {
    min-height: 120px;
    width: 100%;
    background: #632145;
    text-align: center;
    color: #fff;
    font-family: 'harriet';
    text-transform: lowercase;
    font-size: 33px;
    letter-spacing: 0.075em;
    line-height: 3.5;
}
.homepage .mid-band a {
    color: #fff;
    text-decoration: none;
    min-height: 120px;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    font-weight: normal;
}
.homepage .mid-band a:hover {
    opacity: 0.7;
}
.homepage .mid-band a:before {
    content: '';
    background: url(../img/carrot-left.png) center left no-repeat;
    height: 63px;
    width: 204px;
    display: table-cell;
    vertical-align: middle;
}
.homepage .mid-band a:after {
    content: '';
    background: url(../img/carrot-right.png) center no-repeat;
    height: 63px;
    width: 204px;
    display: table-cell;
    vertical-align: middle;
}
.book {
    width: 100%;
    padding: 50px 0 40px 0;
    background: url(../img/book-bgr.jpg) center repeat;
}
.book .container {
    display: table;
}
.book .cover {
    text-align: center;
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.book .cover img {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(35,31,32,.66);
    -moz-box-shadow: 2px 2px 2px 0px rgba(35,31,32,.66);
    box-shadow: 2px 2px 2px 0px rgba(35,31,32,.66);
}
.book .book-txt {
    color: #fff;
    text-align: center;
    padding-right: 120px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.book .book-txt .line1 {
    font-family: 'harriet';
    text-transform: lowercase;
    font-size: 36px;
    letter-spacing: 0.075em;
    font-style: italic;
}
.book .book-txt .line1:before {
    content: '';
    display: block;
    background: url(../img/book-top.png) center no-repeat;
    margin: 0 auto 20px;
    height: 3px;
    width: 123px;
}
.book .book-txt .line2 {
    font-family: 'trump';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 80px;
    font-weight: 400;
}
.book .book-txt .line2:after {
    content: '';
    display: block;
    background: url(../img/book-bottom.png) center no-repeat;
    margin: 10px auto 0;
    height: 6px;
    width: 135px;
}
.book .book-txt .bk-link {
    font-family: 'trump';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 24px;
    font-weight: 700;
    color: #a6b050;
    margin-top: 25px;
}
.book .book-txt .bk-link a {
    color: #a6b050;
    text-decoration: none;
}
.book .book-txt .bk-link a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-left: 5px;
    display: inline-block;
}
.book .book-txt .bk-link a:hover {
    opacity: 0.7;
}
.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
	overflow: hidden;
}
/* AIP */
.content-area.pag.aip .container {
    padding-top: 0;
}
.aip .intro {
    text-align: center;
    color: #622145;
    font-family: 'harriet';
    font-style: italic;
    font-size: 19px;
    letter-spacing: 0.075em;
    margin: 39px 0;
}
.anchor-hldr {
    margin-bottom: 30px;
}
.anchor-hldr .anchor {
    padding: 0 10px;
    margin-bottom: 20px;    
}
.anchor-hldr .anchor .box {
    background: #F4F4F4;
    text-align: center;
    min-height: 290px;
    display: table;
    width: 100%;
    transition: 300ms ease opacity;
}
.anchor-hldr .anchor .box:hover {
    opacity: 0.7;
}
.anchor-hldr .anchor .box i {
    color: #AFAB35;
    font-size: 17px;
}
.anchor-hldr .anchor .box a {
    text-transform: uppercase;
    font-family: 'trump';
    letter-spacing: 0.05em;
    font-size: 42px;
    color: #622145;
    text-decoration: none;
}
.anchor-hldr .anchor .box .hldr {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

/* Default Page */
.content-area.pag {
    padding-top: 220px;
    padding-bottom: 100px;
    background: rgba(244,244,244,.5);
}
.content-area.pag .container {
    background: #fff;
    padding: 80px 120px;
}
.content-area.top-pg .container {
    padding: 80px;
}
.pag .entry-header, .the-book .entry-header {
    text-align: center;
}
.pag .entry-header .subtitle, .the-book .entry-header .subtitle {
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #ff00a4;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.pag .entry-header h1, .the-book .entry-header h1 {
    font-size: 55px;
    letter-spacing: 0.075em;
    text-transform: lowercase;
    color: #141414;
    font-family: 'harriet';
    margin-top: 0;
}
.post-socials {
    padding-left: 0;
    font-size: 24px;
    padding-top: 10px;
    text-align: center;
}
.post-socials i {
    font-size: 24px;
}
.post-socials a {
    text-decoration: none;
}
.post-socials a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.post-socials ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
}
.post-socials ul li {
    display: inline-block;
    margin: 0 10px;
}
.pag .entry-content {
    font-size: 17px;
    letter-spacing: 0.005em;
    color: #4c4c4c;
}
.pag .entry-content h2 {
    text-decoration: underline;
    font-family: 'trump';
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 33px;
    color: #afab35;
    margin-bottom: 20px;
    margin-top: 40px;
    outline: 0;
}
.pag .entry-content h3 {
    font-family: 'harriet';
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.075em;
    font-size: 21px;
    color: #622145;
    margin-top: 0;
    margin-bottom: 40px;
}
.pag .entry-content h5 {
    font-family: 'harriet';
    color: #321627;
    letter-spacing: 0.075em;
    font-size: 31px;
    margin-bottom: 10px;
    font-weight: normal;
}
.pag .entry-content h6 {
    text-transform: uppercase;
    color: #ff00a4;
    font-size: 14px;
    font-weight: 700;
    margin-top: 1.5em;
    letter-spacing: 0.2em;
    line-height: 1.3;
}
.top-pg .entry-content {
    line-height: 1.82;
}
.top-pg .entry-content em {
    font-family: 'harriet';
    font-style: italic;
    color: #141414;
    font-size: 19px;
    letter-spacing: 0.075em;
}
.top-pg .entry-content h5 {
    margin: 1.5em 0 0.87em;
}
.pag .entry-content a {
    font-size: 19px;
    color: #622145;
}
.pag .entry-content a:hover {
    text-decoration: underline;
}
.pag .entry-content h4 {
    font-family: 'harriet';
    font-size: 19px;
    font-style: italic;
    font-weight: normal;
    color: #141414;
    letter-spacing: 0.075em;
    line-height: 1.8;
}
.pag .top-img {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 30px;
}
/* SCROLL TOP */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    color: #eeeeee;
    width: 56px;
    height: 105px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    opacity:0.7;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}

/* top Image template */
.topimg .content-area.pag {
    padding-top: 161px;
}
.topimg .img-header {
    text-align: center;
}
.topimg .img-header img {
    width: 100%;
    height: auto;
}
.topimg .content-area.pag .container {
    padding: 80px 86px;
}
.btm-cnt {
    font-family: 'harriet';
    font-size: 26px;
    letter-spacing: 0.075em;
    color: #622145;
    margin-top: 1.5em;
}
.btm-cnt p {
    margin-bottom: 0.4em;
}
.btm-cnt a {
    text-transform: uppercase;
    font-family: 'avenir';
    letter-spacing: 0.3em;
    font-size: 16px;
    font-weight: 800;
    color: #ff00a4;
    text-decoration: none;
}
.btm-cnt a:hover {
    color: #ff00a4;
    text-decoration: underline;
}
/* Featured Section */
.featured-section {
    background: #fff;
    padding: 20px 5px;
    margin-bottom: 20px;
}
.featured-section .recpost {
    position: relative;
    line-height: 1;
}
.featured-section .recpost img {
    width: 100%;
    height: auto;
}
.featured-section .recpost .hvr {
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    background: rgba(20,20,20,.7);
    opacity: 0;
    transition: 350ms ease-in opacity;
}
.featured-section .recpost:hover .hvr {
    opacity: 1;
    transition: 350ms ease-in-out opacity;
}
.featured-section .recpost .rectitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);   
}

.featured-section .recpost a {
    text-decoration: none;
    color: #fff;
}
.featured-section .recpost .rectitle .cat {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4em;
    margin-right: -0.4em;
    font-size: 11px;
    color: #fff;
}
.featured-section .recpost .rectitle .title {
    font-family: 'harriet';
    text-transform: lowercase;
    font-size: 20px;
    letter-spacing: 0.075em;
    margin: 15px 0 28px;
}
.featured-section .recpost .rectitle .more {
    font-family: 'trump';
    text-transform: uppercase;
    font-weight: 700;
    color: #ff00a4;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
}
.top-signup {
    background: #fff;
    margin-bottom: 20px;
    padding: 16px 5px 8px;
}
.top-signup .lbl {
    text-transform: uppercase;
    font-weight: 800;
    color: #632145;
    letter-spacing: 0.1em;
    font-size: 17px;
    line-height: 57px;
}
.top-signup .gform_wrapper {
    margin: 0;
}
.top-signup .gform_wrapper .gform_body {
    width: 75% !important;
}
.top-signup .gform_wrapper input[type="text"] {
    height: 48px;
     -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: 1px solid rgba(93,93,93,.5);
}
.top-signup .gform_wrapper input[type="text"]::-webkit-input-placeholder { 
    font-family: 'harriet';
    font-style: italic;
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.top-signup .gform_wrapper input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    font-family: 'harriet';
    font-style: italic;
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.top-signup .gform_wrapper input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    font-family: 'harriet';
    font-style: italic;
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.top-signup .gform_wrapper input[type="text"]:-moz-placeholder {
    font-family: 'harriet';
    font-style: italic;
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.top-signup .gform_wrapper input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 0;
    background: #caa92c;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-family: 'trump';
    text-transform: uppercase;
    font-size: 28px !important;
    letter-spacing: 0.025em;
    padding: 11px 20px 9px !important;
    font-weight: normal !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.top-signup .gform_wrapper .gform_footer {
    width: 24% !important;
}
/* Recipe Index */
.scroll-recipe {
    position: absolute;
    left: -100px;
    cursor: pointer;
    top: 232px;
}
.recipe-index {
    padding-top: 220px;
    background: #f4f4f4;
    padding-bottom: 70px;
}
.no-recip {
    color: #622145;
    font-style: italic;
    font-family: 'harriet';
    letter-spacing: 0.075em;
    font-size: 21px;
}
.recipe-index .thumbs {
    background: #fff;
    padding: 40px 25px;
}
.recipe-index .recipe-thumb {
    position: relative;
    margin-bottom: 30px;
}
.recipe-index .recipe-thumb a {
    color: #fff;
    text-decoration: none;
}
.recipe-index .recipe-thumb .icn-emme {
    font-size: 9px;
    margin-bottom: 20px;
}
.recipe-index .recipe-thumb .rectitle .title, .recipe-index .recipe-thumb .rectitle .title h2 {
    font-family: 'harriet';
    text-transform: lowercase;
    font-size: 17px;
    letter-spacing: 0.075em;
    margin: 15px 0 20px;
    font-weight: normal;
}
.recipe-index .recipe-thumb .rectitle .more {
    font-family: 'trump';
    text-transform: uppercase;
    font-weight: 700;
    color: #ff00a4;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
}
.recipe-index .recipe-thumb img {
    width: 100%;
    height: auto;
}
.recipe-index .recipe-thumb .hvr {
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    background: rgba(20,20,20,.7);
    opacity: 0;
    transition: 350ms ease-in opacity;
}
.recipe-index .recipe-thumb:hover .hvr {
    opacity: 1;
    transition: 350ms ease-in-out opacity;
}
.recipe-index .recipe-thumb .rectitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);   
}
aside.filters {
    background: #fff;
    padding: 40px;
    margin-left: 20px;
    width: calc(25% - 20px);
}
aside.filters ul {
    padding-left: 0;
    margin-left: 0;
}
aside.filters ul h4 {
    color: #632145;
    font-size: 33px;
    font-family: 'trump';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.filters input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px !important;
	margin-right: 15px !important;
    font-weight: normal;
    text-transform: lowercase;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: 'harriet';
    letter-spacing: 0.075em;
}

.filters input[type=checkbox] {
	display: none !important;
}
.filters input[type=checkbox] + label:before {
	content: "";
	display: inline-block;
    font-weight: normal;
	width: 14px;
	height: 14px;
    border: 1px solid #5d5d5d;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 3px;
	background-color: transparent;
}

.filters input[type=checkbox] + label:before {
    border-radius: 2px;
}
.filters input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 15px;
	color: #632145;
	text-align: center;
    line-height: 15px;
}
.sf-field-search {
    background: url(../img/src-div.png) center bottom no-repeat;
    padding-bottom: 30px !important;
    margin-bottom: 15px !important;
}
.searchandfilter label {
    width: 100%;
}
.sf-field-search input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border:1px solid #9b9b9b;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sf-field-search input[type="text"]::-webkit-input-placeholder { 
    font-family: 'harriet';
    font-style: italic;
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.sf-field-search input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    font-family: 'harriet';
    font-style: italic;
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.sf-field-search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    font-family: 'harriet';
    font-style: italic;
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.sf-field-search input[type="text"]:-moz-placeholder {
    font-family: 'harriet';
    font-style: italic;
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0.075em;
    opacity: 0.9;
    font-weight: normal;
}
.sf-field-reset a {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.2em;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    background: #caa92c;
    padding: 10px 15px 8px;
}
.mob-filter {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.mob-filter ul {
    margin-left: 0;
    padding-left: 0;
}

/* Blog Sidebar and Widgets */
aside.widget-area {
    position: relative;
}
aside.widget-area .stamp {
    background: url(../img/blog-stamp.png) center no-repeat;
    height: 91px;
    width: 91px;
    position: absolute;
    top: -56px;
    right: -66px;
}
/* About Widget */
.about-widget .title {
    text-align: center;
    margin-top: 25px;
    color: #622145;
    line-height: 1.3;
}
.about-widget .title .line1 {
    font-family: 'harriet';
    letter-spacing: 0.04em;
    font-size: 31px;
    text-transform: lowercase;
    font-style: italic;
}
.about-widget .title .line2 {
    font-family: 'trump';
    text-transform: uppercase;
    font-size: 39px;
    letter-spacing: 0.075em;
    font-weight: 600;
}
.about-widget .descr {
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #5d5d5d;
    text-align: center;
    line-height: 1.3;
    margin-top: 20px;
}
/* Divider Widgets */
.widget .divider1 {
    background: url(../img/sidebar-div1.png) center no-repeat;
    height: 5px;
    width: 100%;
    margin: 25px auto;
}
.widget .divider2 {
    background: url(../img/sidebar-div2.png) center no-repeat;
    height: 5px;
    width: 100%;
    margin: 25px auto;
}
/* Search Widget */
.widget-area .search-submit {
    display: none;
}
.widget-area .search-input {
    height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #9b9b9b;
}
.widget-area .search-input {
    width: calc(100% - 10px);
}
.widget-area .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 0.075em;
    color: #9b9b9b;
    font-weight: normal;
    font-family: 'harriet';
    font-style: italic;
    padding-left: 10px;
}
.widget-area .search-input::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 0.075em;
    color: #9b9b9b;
    font-weight: normal;
    font-family: 'harriet';
    font-style: italic;
    padding-left: 10px;
}
.widget-area .search-input:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 0.075em;
    color: #9b9b9b;
    font-weight: normal;
    font-family: 'harriet';
    font-style: italic;
    padding-left: 10px;
}
.widget-area .search-input:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 0.075em;
    color: #9b9b9b;
    font-weight: normal;
    font-family: 'harriet';
    font-style: italic;
    padding-left: 10px;
}

/* Book Widget */
.book-widget {
    text-align: center;
}
.book-widget h3 {
    text-align: center;
    font-size: 24px;
    text-transform: lowercase;
    letter-spacing: 0.075em;
    color: #141414;
    font-weight: normal;
    font-family: 'harriet';
    margin-bottom: 20px;
    font-style: italic;
}
.book-widget .cover {
    text-align: center;
    margin-bottom: 20px;
}
.book-widget .cover img {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(35,31,32,.66);
    -moz-box-shadow: 2px 2px 2px 0px rgba(35,31,32,.66);
    box-shadow: 2px 2px 2px 0px rgba(35,31,32,.66);
}
.book-widget a, .book-widget a:hover, .book-widget a:focus, .book-widget a:visited {
    color: #632145;
    text-decoration: none;
}
.book-widget a:hover {
    opacity: 0.7;
}
.book-widget a .line1 {
    font-family: 'trump';
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1;
}
.book-widget a .line2 {
    font-size: 24px;
    text-transform: lowercase;
    letter-spacing: 0.075em;
    font-weight: normal;
    font-family: 'harriet';
    line-height: 1;
}

/* Links widget */
.links-widget {
    text-align: center;
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 0.05em;
    font-family: 'trump';
    font-weight: 400;
}
.links-widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 29px;
}
.links-widget ul li {
    line-height: 2;
}
.links-widget ul li a {
    color: #141414;
    text-decoration: none;
}
.links-widget ul li a:hover {
    color: #ff00a4;
    text-decoration: none;
}

/* Socials Widget */
.icns-widget {
    text-align: center;
}
.icns-widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.icns-widget ul li {
    display: inline-block;
    margin: 0 10px;
}
.icns-widget ul li a {
    color: #632145;
    text-decoration: none;
}
.icns-widget ul li a:hover {
    opacity: 0.7;
}
.icns-widget ul li a i {
    font-size: 22px;
}
/* Recommendations widget */
.recommend {
    text-align: center;
}
.recommend .title1 {
    font-family: 'harriet';
    letter-spacing: 0.04em;
    font-size: 31px;
    text-transform: lowercase;
    font-style: italic;
    color: #622145;
    line-height: 1.3;
}
.recommend .title2 {
    font-family: 'trump';
    text-transform: uppercase;
    font-size: 37px;
    letter-spacing: 0.075em;
    font-weight: 600;
    color: #622145;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Popular Recipes */
.popular-recipes {
    text-align: center;
}
.popular-recipes .title1 {
    font-family: 'harriet';
    letter-spacing: 0.04em;
    font-size: 31px;
    text-transform: lowercase;
    font-style: italic;
    color: #caa92c;
    line-height: 1.3;
}
.popular-recipes .title2 {
    font-family: 'trump';
    text-transform: uppercase;
    font-size: 37px;
    letter-spacing: 0.075em;
    font-weight: 600;
    color: #caa92c;
    line-height: 1.3;
    margin-bottom: 20px;
}
.popular-recipes ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.popular-recipes ul li {
    margin: 20px 0;
}
.popular-recipes ul li .img {
    margin-bottom: 15px;
}
.popular-recipes ul li a {
    text-decoration: none;
}
.popular-recipes ul li a .tit {
    text-transform: uppercase;
    color: #231f20;
    letter-spacing: 0.1em;
    font-size: 19px;
}
.popular-recipes ul li a .subtit {
    text-transform: lowercase;
    font-size: 17px;
    letter-spacing: 0.1em;
    color: #5d5d5d;
}

/* Blog */
section.blog {
    background: #f4f4f4;
    padding-top: 220px;
    padding-bottom: 70px;
}
.blg-main article {
    margin-bottom: 60px;
}
section.blog .site-main {
    background: #fff;
    padding: 50px 40px;
}
section.blog .blog-sidebar {
    background: #fff;
    margin-left: 20px;
    padding: 25px;
    width: calc(25% - 20px);
}
section.blog h1.entry-title, section.blog h2.entry-title, section.blog h2.entry-title a {
    font-size: 59px;
    letter-spacing: 0.075em;
    font-family: 'harriet';
    color: #141414;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
    margin-bottom: 0.67em;
}
section.blog .icn-emme {
    text-align: center;
    font-size: 28px;
    color: #caa92c;
    margin-bottom: 35px;
}
section.blog .entry-content {
    font-size: 17px;
    letter-spacing: 0.05em;
    color: #4c4c4c;
    line-height: 1.82;
}
blockquote {
    border: none;
    text-align: center;
    font-family: 'harriet';
    font-style: italic;
    letter-spacing: 0.05em;
    color: #622145;
    font-size: 21px;
    margin-bottom: 1.3em !important;
}
section.blog .tasty-recipes {
	border: 1px dashed #000;    
    text-align: left;
    background: #f7f7f7;    
    margin-top: 10px;    
    overflow: hidden;
    clear: both;    
}
section.blog div.easyrecipe a, section.blog .tasty-recipes a {
    color: #622145;
    font-weight: bolder;
}
section.blog div.easyrecipe, section.blog .tasty-recipes {
    padding: 30px 40px;
    position: relative;
}
section.blog .easyrecipe .ERSName, section.blog .tasty-recipes h2 {
    font-family: 'harriet';
    font-size: 39px;
    letter-spacing: 0.05em;
    color: #afab35;
    max-width: 75%;
	text-transform: none;
}
section.blog div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
    display: none;
}
section.blog .easyrecipe .ui-button-text-icon-primary .ui-button-text, 
.blog .tasty-recipes .tasty-recipes-print-button {
    padding: 12px 20px;
    color: #fff;
    background: #afab35;
    border-radius: 0;
    font-family: 'trump';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: 1;
}
section.blog .easyrecipe .ERSRatings {
    float: none;
    position: absolute;
    top: 38px;
    right: 40px;
}
section.blog .easyrecipe .ERSSavePrint {
    float: none;
    position: absolute;
    top: 90px;
    right: 30px;
}
section.blog .tasty-recipes-print-button {
    float: right;
    position: relative;
    z-index: 9;
    margin-bottom: -100px;
	padding: 12px 20px;
    color: #fff;
    background-color: #afab35 !important;
    border-radius: 0;
    font-family: 'trump';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: 1;
}
section.blog .ERSDetails, section.blog .tasty-recipes .tasty-recipes-details {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 2;
}
section.blog .ERSHeading, section.blog .tasty-recipes h3 {
    font-family: 'harriet';
    font-size: 29px !important;
    letter-spacing: 0.05em;
    color: #afab35;
	text-transform: none;
}
section.blog .ERSHeading, section.blog .tasty-recipes h4 {
    font-family: 'harriet';
    font-size: 26px !important;
    letter-spacing: 0.05em;
    color: #afab35;
	text-transform: none;
}
section.blog .tasty-recipes ul {
	padding-left: 20px;
	margin-left: 0;
}
section.blog .ingredient, section.blog .tasty-recipes ul li {
    color: #000;
    font-size: 16px;
    line-height: 2 !important;
	display: list-item;
	width: 100%;
}
.blog .tasty-recipes-label {
	color: #000;
}
section.blog .easyrecipe ol, section.blog .tasty-recipe-instructions ol {
    list-style: none !important;
	margin-left: 0;
	padding-left: 0;
}
.blog .tasty-recipe-instructions ol li {
	margin-bottom: 12px;	
}
section.blog .ingredient a, section.blog .instruction a, section.blog .tasty-recipe-instructions a {
    color: #000;
}
section.blog .instruction, section.blog .tasty-recipe-instructions {
    color: #000;
    font-size: 17px;
    line-height: 1.81 !important;
    margin-bottom: 1em;
    list-style: none !important;
    margin-left: 0 !important;
}
section.blog .ERSNotesHeader {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #afab35;
}
section.blog .ERSNotes, section.blog .tasty-recipes-notes {
    font-size: 17px !important;
    line-height: 1.81 !important;
    color: #4c4c4c;
}
section.blog .ERSNotes a, section.blog .tasty-recipes-notes a {
    color: #622145;
}
section.blog .insta-flw {
    font-family: 'harriet';
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.025em;
    color: #caa92c;
    padding-left: 50px;
    position: relative;
    font-weight: normal;
}
section.blog .insta-flw:before {
    font-family: 'FontAwesome';
    content: "\f16d";
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: -7px;
    left: 0px;
}
section.blog .tags {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.3em;
    font-size: 16px;
    color: #622145;
    padding: 30px 0;
    line-height: 1.6;
}
section.blog .tags a {
    color: #622145;
    text-decoration: none;
}
section.blog .entry-footer h3, h3.related_post_title {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #622145;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}
section.blog .entry-footer ul.bookmarks {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 40px;
}
section.blog .entry-footer ul.bookmarks li {
    display: inline-block;
    width: 24.5%;
    padding: 10px 0;
    border-right: 1px solid #141414;
    text-align: center;
    font-family: 'harriet';
    font-size: 29px;
    line-height: 1;
    text-transform: lowercase;
}
section.blog .entry-footer ul.bookmarks li:last-child {
    border: none;
}
section.blog .entry-footer ul.bookmarks li a {
    color: #141414;
    text-decoration: none;
}
section.blog .entry-footer ul.bookmarks li.pin, section.blog .entry-footer ul.bookmarks li.pin a {
	cursor: pointer;
}
section.blog .entry-footer ul.bookmarks li a:hover {
    color: #622145;
    text-decoration: none;
}
section.blog ul.related_post {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-top: 30px;
}
section.blog ul.related_post li {
    width: 33%;
    padding: 0 15px;
    margin: 15px 0;
    float: left;
    transition: 350ms ease opacity;
}
section.blog ul.related_post li:hover {
    opacity: 0.7;
}
section.blog .wp_rp_title {
    display: none;
}
section.blog .div {
    background: url(../img/src-div.png) center no-repeat;
    width: 100%;
    height: 5px;
    margin: 30px auto;
}

/* Pagination */
.nav-links {
    font-family: 'harriet';
    font-size: 14px;
    letter-spacing: 0.025em;
    text-transform: lowercase;
    font-style: italic;
}
.nav-links a, .nav-links a:visited {
    color: #141414;
}
.nav-links a:hover {
    color: #622145;
    text-decoration: none;
}
.nav-links a i {
    font-size: 8px;
}
.nav-previous i {
    margin-right: 10px;
}
.nav-next i {
    margin-left: 10px;
}

/* Comments */
h2.comments-title, h3.comment-reply-title {
    font-family: 'harriet';
    font-size: 19px;
    text-transform: lowercase;
    color: #622145;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}
.comment-list {
    padding-left: 0;
    margin-left: 0;
    background: #f4f4f4;
    padding: 25px;
    list-style: none;
}
.comment-list .children {
    list-style: none;
}
.comment-author img {
    border-radius: 50%;
    background: #fff;
}
.comment-body {
    margin-bottom: 40px;
}
b.fn, span.says {
    font-family: 'trump';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #caa92c;
    vertical-align: top;
}
b.fn a, b.fn a:hover, b.fn a:focus {
    color: #caa92c;
    vertical-align: top;
}
b.fn {
    margin-left: 32px;
}
.comment-metadata {
    margin-left: 130px;
    margin-top: -60px;
    font-family: 'trump';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #caa92c;
}
.comment-metadata a, .comment-metadata a:hover, .comment-metadata a:visited, .comment-metadata a:focus {
    color: #caa92c;
    text-decoration: none;
}
.comment-content {
    margin-left: 130px;
    font-family: 'harriet';
    font-style: italic;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #000;
    margin-top: 20px;
}
.comments-area .reply {
    padding-left: 130px;
}
.comments-area .reply a, .comments-area .reply a:hover, .comments-area .reply a:visited, .comments-area .reply a:focus {
    font-family: 'trump';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #caa92c;
}
p.comment-notes, .logged-in-as, .logged-in-as a {
    font-size: 11px;
    letter-spacing: 0.09em;
    text-align: left;
    text-transform: uppercase;
    color: #622145;
}
p.form-allowed-tags {
    display: none;
}
.comments ul {
    list-style: none;
    line-height: 2;
}
.comment-respond label {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'trump';
    color: #632145;
}
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius:0;
    border-radius: 0;
    width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #5d5d5d;
}
.comment-respond textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #5d5d5d;
    height: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius:0;
    border-radius: 0;
}
.comment-respond .form-submit {
    text-align: left;
}
.comment-respond input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius:0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    background: #622145;
    min-width: 160px;
    min-height: 38px;
    padding: 8px 15px;
    border: none;
    letter-spacing: 0.08em;
    box-shadow: none;
    margin: 20px auto;
    font-family: 'trump';
    color: #ff00a4;
    text-shadow: none;
    font-size: 30px;
}
.comment-respond input[type="submit"]:hover {
    opacity: 0.7;
    box-shadow: none;
}
.comment-form-author, .comment-form-email {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.comment-form-url {
    width: 32%;
    float: left;
}

/* Contact Template */
.contact-thumbs {
    margin-bottom: 50px;
}
.contact-thumbs h6 {
    text-align: center;
    margin-bottom: 35px;
}
.contact-thumbs .recpost {
    position: relative;
    line-height: 1;
}
.contact-thumbs .recpost img {
    width: 100%;
    height: auto;
}
.contact-thumbs .recpost .hvr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(20,20,20,.7);
    opacity: 0;
    transition: 350ms ease-in opacity;
}
.contact-thumbs .recpost:hover .hvr {
    opacity: 1;
    transition: 350ms ease-in-out opacity;
}
.contact-thumbs .recpost .rectitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);   
}

.contact-thumbs .recpost a {
    text-decoration: none;
    color: #fff;
}
.contact-thumbs .recpost .rectitle .icn-emme {
    font-size: 15px;
    margin-bottom: 25px;
} 
.contact-thumbs .recpost .rectitle .cat {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
    font-size: 14px;
    color: #fff;
}
.contact-thumbs .recpost .rectitle .title {
    font-family: 'harriet';
    text-transform: capitalize;
    font-size: 23px;
    letter-spacing: 0.075em;
    margin: 15px 0 28px;
}
.contact-thumbs .recpost .rectitle .more {
    font-family: 'trump';
    text-transform: uppercase;
    font-weight: 700;
    color: #ff00a4;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
}
.contact-section {
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.contact-section .stamp {
    background: url(../img/stamp.png) center no-repeat;
    height: 229px;
    width: 229px;
    position: absolute;
    top: -68px;
    right: -100px;
    z-index: 99;
}
.contact-section .mid {
    background: #fff;
    padding: 30px 60px;
    display: table;
}
.contact-section .left {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}
.contact-section .left .socials {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.contact-section .left .socials li {
    margin: 30px 0;
}
.contact-section .left .socials li a {
    font-style: italic;
    font-family: 'harriet';
    font-size: 21px;
    letter-spacing: 0.075em;
    color: #632145;
    text-decoration: none;
}
.contact-section .left .socials li a i {
    font-size: 42px;
    display: inline-block;
    min-width: 42px;
    text-align: center;
    margin-right: 15px;
    vertical-align: middle;
}
.contact-section .right {
    float: none;
    width: 100%;
    border-left: 1px solid rgba(93,93,93,.5);
    padding-left: 70px;
    padding-top: 20px;
}
.contact-section .right label {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    font-family: 'trump';
    color: #632145;
}
.right .gform_wrapper .gfield_required {
    color: #632145;
}
.contact-section .right .gform_wrapper ul.gfield_checkbox li label, .contact-section .right .gform_wrapper ul.gfield_radio li label {
    font-family: 'harriet';
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 0.075em;
    font-size: 17px !important;
    color: #5d5d5d;
    width: 100%;
    display: inline !important;
    margin-right: 20px;
}
.contact-section .right .gfield_description {
    font-family: 'trump';
    color: #632145;
    font-size: 19px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    padding-top: 0 !important;
}
.contact-section .right input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius:0;
    border-radius: 0;
    height: 40px;
    border: none;
    border-bottom: 1px solid #5d5d5d;
    outline: 0;
    font-size: 19px !important;
    letter-spacing: 0.05em !important;
    font-family: 'trump';
    font-weight: 400 !important;
    text-transform: uppercase;
}
.contact-section .right textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius:0;
    border-radius: 0;
    height: 80px !important;
    border: none;
    border-bottom: 1px solid #5d5d5d;
    outline: 0;
    font-size: 19px !important;
    letter-spacing: 0.05em !important;
    font-family: 'trump';
    font-weight: 400 !important;
    text-transform: uppercase;
}
.contact-section .right .gform_wrapper .gform_footer {
    text-align: right;
}
.contact-section .right .gform_wrapper .gform_footer input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius:0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    background: #622145;
    min-width: 152px;
    min-height: 83px;
    padding: 8px 15px;
    border: none;
    letter-spacing: 0.08em;
    box-shadow: none;
    margin: 20px auto;
    font-family: 'trump';
    color: #ff00a4;
    text-shadow: none;
    font-size: 40px;
}
.contact-section .right .gform_wrapper .gform_footer input[type="submit"]:hover {
    opacity: 0.7;
}

.exq-button {
    background: #622145;
    font-family: 'trump';
    text-transform: uppercase;
    font-size: 35px !important;
    letter-spacing: 0.08em;
    color: #ff00a4 !important;
    text-decoration: none !important;
    line-height: 1.2;
    padding: 19px 35px;
    margin: 40px 0;
    display: inline-block;
    font-weight: 400;
}
.exq-button:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* Book page */
section.the-book {
    padding-top: 240px;
}
.the-book .entry-header h1 {
    text-transform: none;
    margin-bottom: 40px;
}
.the-book .second-section .container {
    padding: 60px 0;
    color: #4c4c4c;
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 1.93;
    position: relative;
}
.the-book .second-section .container h5 {
    font-family: 'harriet';
    color: #622145;
    font-size: 24px;
    letter-spacing: 0.075em;
    line-height: 1.64;
}
.the-book .second-section .container h3 {
    font-family: 'harriet';
    color: #321627;
    font-size: 39px;
    letter-spacing: 0.075em;
    line-height: 1.1;
    margin: 1em 0 1.5em;
}
.the-book .second-section .img {
    line-height: 1;
}
.the-book .second-section .img img {
    width: 100%;
    height: auto;
}
.the-book .features {
    background: #afab35;
    color: #fff;
}
.the-book .features .container {
    padding: 60px 0;
}
.the-book .features .container h3 {
    text-align: center;
    font-family: 'harriet';
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.075em;
    margin-top: 0;
}
.the-book .features .feats {
    margin-top: 40px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-rule: 1px solid #fff;
    -moz-column-rule: 1px solid #fff;
    column-rule: 1px solid #fff;
    text-align: center;
    font-family: 'harriet';
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.075em;
}
.the-book .features .feats li p {
    margin-bottom: 10px;
}
.the-book .features .feats li:after {
    content: '•';
    display: block;
    margin: 15px auto;
}
.the-book .features .feats li:last-child:after,
.the-book .features .feats li:nth-child(4):after {
    content: '';
    margin: 0;
}
.the-book .testimonials {
    background: #f4f4f4;
    padding: 60px 0;
}
.the-book .testimonials h3 {
    text-align: center;
    color: #622145;
    font-family: 'harriet';
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.075em;
    margin-top: 0;
    margin-bottom: 40px;
}
.the-book .testimonials ul li .img {
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    height: auto;
    
}
.the-book .testimonials ul li .img img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    max-height: auto;
    border: 12px solid #fff;
}
.the-book .testimonials ul li .rave {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    font-family: 'harriet';
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-right: 20px;
}
.the-book .testimonials ul li .rave .txt {
    color: #5d5d5d;
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 30px;
}
.the-book .testimonials ul li .rave .person {
    color: #622145;
    font-style: italic;
    line-height: 1.9;
}
.the-book .book-section {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
}
.the-book .book-section .container {
    background: #fff;
    padding: 80px;    
    text-align: center;
}
.the-book .book-section .container .stamp {
    background: url(../img/stamp.png) center no-repeat;
    height: 229px;
    width: 229px;
    position: absolute;
    top: -68px;
    right: -100px;
    z-index: 99;
}
.the-book .book-section .container .top-button {
    display: inline-block;
    background: #622145;
    text-align: center;
    padding: 20px 50px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.the-book .book-section .container .top-button a {
    color: #ff00a4;
    font-family: 'trump';
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 35px;
    line-height: 1;
    text-decoration: none;
    font-weight: 400;
}
.the-book .book-section .container h2 {
/*    text-decoration: underline;*/
    display: inline-block;
    margin: 0 auto 40px;
    font-family: 'harriet';
    font-size: 55px;
    letter-spacing: 0.075em;
    text-align: center;
    font-weight: normal;
    color: #321627;
    border-bottom: 2px solid #321627;
}
.the-book .book-section .container .descr {
    color: #622145;
    font-family: 'harriet';
    font-size: 25px;
    line-height: 1.88;
    letter-spacing: 0.075em;
    text-align: center;
    font-weight: normal;
}
.the-book .book-section .container .descr a {
    color: #622145;
    text-decoration: none;
}
.the-book .book-section .container .descr a:hover {
    color: #622145;
    text-decoration: underline;
}
.the-book .book-section .container .left,
.the-book .book-section .container .right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.the-book .book-section .container .left img {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(35,31,32,.66);
    -moz-box-shadow: 2px 2px 2px 0px rgba(35,31,32,.66);
    box-shadow: 2px 2px 2px 0px rgba(35,31,32,.66);
}
.the-book .book-section .container .right a {
    text-decoration: none;
    color: #a6b050;
    font-family: 'trump';
    font-size: 80px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    font-weight: 400;
}
.the-book .book-section .container .right a:hover {
    opacity: 0.7;
    color: #a6b050;
}
.the-book .book-section .container .right a:focus,
.the-book .book-section .container .right a:visited {
    text-decoration: none;
    color: #a6b050;
}
.the-book .book-section .container .right a:before {
    content: '';
    display: block;
    background: url(../img/book-top.png) center no-repeat;
    margin: 0 auto 20px;
    height: 3px;
    width: 123px;
}
.the-book .book-section .container .right a:after {
    content: '';
    display: block;
    background: url(../img/book-bottom.png) center no-repeat;
    margin: 10px auto 0;
    height: 6px;
    width: 135px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .wrap {
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-header .main-navigation li {
        padding-left: 30px;
    }
    .seq .seq-in .seq-title {
        font-family: 'trump';
        font-weight: 600;
        font-size: 71px;
        letter-spacing: 0.095em;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .seq .seq-in .seq-subtitle {
        font-family: 'harriet';
        font-style: italic;
        font-size: 30px;
        letter-spacing: 0.075em;
        text-transform: lowercase;
        margin-top: 0;
    }
    .seq.seq-active .seq-content:before {
        font-size: 30px;
        top: -51px;
    }
    .pag .top-img {
        max-width: 970px;
    }
    .top-signup .lbl {
        font-size: 14px;
    }
    .top-signup .gform_wrapper .gform_body {
        width: 67% !important;
    }
    .top-signup .gform_wrapper .gform_footer {
        width: 32% !important;
        max-width: 33% !important;
    }
    section.blog .blog-sidebar {
        background: #fff;
        margin-left: 20px;
        padding: 25px;
        width: calc(33.33333333% - 20px);
    }
    .content-area.pag.aip .container {
        padding: 0 40px 80px 40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .site-header {
        position: static;
    }
    .book .book-txt {
        padding-right: 0;
    }
    .site-footer .socials {
        padding-left: 20px;
    }
    .site-footer .socials, .site-footer .socials i {
        font-size: 19px;
    }
    .content-area.pag .container, .topimg .content-area.pag .container {
        padding: 40px 60px;
    }
    .content-area.pag {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pag .top-img {
        max-width: 750px;
    }
    .topimg .content-area.pag {
        padding-top: 0;
    }
    .recipe-index {
        padding-top: 40px;
    }
    .featured-section {
        padding-bottom: 0;
    }
    .featured-section .recpost {
        margin-bottom: 30px;
    }
    .top-signup .lbl {
        text-align: center;
    }
    .top-signup {
        padding-bottom: 20px;
    }
    .mob-filter ul li.sf-field-taxonomy-season,
    .mob-filter ul li.sf-field-taxonomy-mealtype,
    .mob-filter ul li.sf-field-taxonomy-diet,
    .mob-filter ul li.sf-field-taxonomy-ingredients {
        float: left;
        width: 25%;
        padding: 0 5px;
        text-align: center;        
    }
    .searchandfilter select.sf-input-select {
        min-width: auto;
        width: 100%;
        border: 1px solid #9b9b9b;
        border-radius: 0;
        height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-left: 5px;
        background: #fff;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }
    section.blog {
        padding-top: 70px;
    }
    .contact-section .mid {
        padding: 30px 20px;
    }
    .contact-section .left .socials li a {
        font-size: 17px;
    }
    .contact-section .left .socials li a i {
        font-size: 20px;
        min-width: 20px;
    }
    .contact-section .left {
        min-width: 290px;
    }
    .contact-section .stamp, .the-book .book-section .container .stamp {
        display: none;
    }
    section.the-book {
        padding-top: 80px;
    }
    section.the-book {
        font-size: 17px;
    }
    .the-book .book-section .container {
        padding: 80px 40px;
    }
    .the-book .book-section .container h2 {
        font-size: 43px;   
    }
    .the-book .book-section .container .descr {
        font-size: 22px;
        line-height: 1.6;
    }
    .the-book .book-section .container .right a {
        font-size: 65px;
    }
    .scroll-recipe {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .wrap {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    .seq .seq-in .seq-title {
        font-family: 'trump';
        font-weight: 600;
        font-size: 50px;
        letter-spacing: 0.095em;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .seq .seq-in .seq-subtitle {
        font-family: 'harriet';
        font-style: italic;
        font-size: 26px;
        letter-spacing: 0.075em;
        text-transform: lowercase;
        margin-top: 0;
    }
    .seq.seq-active .seq-content {
        top: 55% !important;
    }
    .seq.seq-active .seq-content:before {        
        top: -51px;
    }
    .book .cover, .book .book-txt {
        display: block;
        float: left;
    }
    .book .book-txt {
        padding-top: 40px;
    }
    .logos-section ul li {
        padding: 15px 20px;
    }
    .homepage .mid-band {
        font-size: 20px;
        line-height: 6;
    }
    .site-footer .right-menu {
        border-right: none;
    }
    .site-footer .socials, .site-footer .socials i {
        font-size: 24px;
    }
    .site-footer .socials ul {
        text-align: center;
    }
    .site-footer .bottom-logo {
        margin-top: 0;
    }
    .pag .top-img {
        padding: 15px;
    }
    .scroll-top-wrapper.show {
        visibility: hidden !important;
    }
    .mob-filter ul li.sf-field-taxonomy-season,
    .mob-filter ul li.sf-field-taxonomy-mealtype,
    .mob-filter ul li.sf-field-taxonomy-diet,
    .mob-filter ul li.sf-field-taxonomy-ingredients {
        float: left;
        width: 50%;
        padding: 0 5px;
        text-align: center;
        margin-bottom: 15px;
    }
    .recipe-index .thumbs {
        padding: 25px;
    }
    section.blog .entry-footer ul.bookmarks li {
        width: 49.5%;
        margin-bottom: 15px;
    }
    section.blog .entry-footer ul.bookmarks li.tweet {
        border: none;
    }
    section.blog .site-main {
        padding: 30px 20px;
    }
    section.blog div.easyrecipe {
        padding: 30px 20px;
    }
    section.blog .easyrecipe .ERSRatings {
        right: 16px;
    }
    section.blog .easyrecipe .ERSSavePrint {
        right: 10px;
    }
    .contact-section .left {
        width: 100%;
        display: block;
    }
    .contact-section .left .socials {
        text-align: center;
    }
    .contact-section .left .socials li {
        display: inline-block;
        margin: 10px 20px;
    }
    .contact-section .left .socials li a i {
        font-size: 34px;
    }
    .contact-section .right {
        border-left: none;
        padding-left: 0;
    }
    .the-book .second-section .container {
        padding: 60px 15px;
    }
    .the-book .features .feats {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-rule: none;
        -moz-column-rule: none;
        column-rule: none;
    }
    .the-book .features .feats li:nth-child(4):after {
        content: '•';
        display: block;
        margin: 15px auto;
    }
    .the-book .testimonials ul li .img, .the-book .testimonials ul li .rave {
        width: 100%;
        text-align: center;
        display: block;
    }
    .the-book .testimonials ul li .rave {
        padding: 30px 20px 0 20px;
    }
    .the-book .bx-controls-direction {
        display: none;
    }
    .the-book .book-section .container .left, .the-book .book-section .container .right {
        display: table;
        width: 100%;
    }
    .the-book .book-section .container .right {
        padding: 40px 0;
    }
    .the-book .book-section .container h2 {
        font-size: 33px;
        margin-top: 60px;
    }
    .the-book .book-section .container .top-button a {
        font-size: 28px;
    }
    .the-book .entry-header h1 {
        font-size: 40px;
    }
}

/* little corrections */
@media only screen and (max-width : 642px) { 
    .top-signup .gform_wrapper .top_label .gfield_label {
        display: none;
    }
    .top-signup .gform_wrapper input[type="submit"] {
        line-height: 1 !important;
        width: auto !important;
        float: none;
    }
    .top-signup .gform_wrapper .gform_footer {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        margin-top: 0 !important;
    }
    .top-signup .gform_wrapper .gform_body {
        width: 100% !important;
        max-width: 100% !important;
    }
    .top-signup {
        padding-bottom: 0 !important;
    }
    .top-signup .lbl {
        line-height: 1.6;
    }
    section.blog ul.related_post li {
        width: 50%;
        padding: 20px 5px;
        padding: 0 10px;
        margin: 10px 0;
    }
    .content-column div {
        padding: 0 !important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .logos-section ul {
        text-align: center;
    }
    .homepage .mid-band a:before, .homepage .mid-band a:after {
        display: none;
    }
    .logos-section ul li {
        margin: 15px 0;
    }
    .hm-posts .recpost .rectitle .cat,
    .hm-posts .recpost .rectitle .title,
    .hm-posts .recpost .rectitle .more {
        margin-right: 0;
    }
    .pag .entry-header h1 {
        font-size: 40px;
    }
    .content-area.pag .container, .topimg .content-area.pag .container {
        padding: 25px;
    }
    .recipe-index .thumbs {
        
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}