/**
 * reset.css
 *
 * Adapted from:
 * Normalize.css by Nicolas Gallagher and Jonathan Neal: https://github.com/necolas/normalize.css/
 * HTML5 boilerplate: http://html5boilerplate.com/
 * HTML5 Doctor Reset by Eric Meyer and Richard Clark: html5doctor.com/html-5-reset-stylesheet/
 *
 * Modified by Elliot Jay Stocks
 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body h1 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'libre_caslon_textbold', 'Georgia', 'Times New Roman', Times, serif;
}

body h4 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'libre_caslon_textbold', 'Georgia', 'Times New Roman', Times, serif;
}

body h5 {
    font-size: 18px;
    line-height: 18px;
    font-family: 'libre_caslon_textbold', 'Georgia', 'Times New Roman', Times, serif;
}

body h6 {
    font-size: 16px;
    line-height: 16px;
    font-family: 'libre_caslon_textbold', 'Georgia', 'Times New Roman', Times, serif;
}

a {
    color: blue;
}

a:focus {
    outline: thin dotted;
}

li {
    list-style: none;
}

abbr[title] {
    border-bottom: none;
}

b,
strong {
    font-weight: 700;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

label {
    cursor: pointer;
}

input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

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

td {
    vertical-align: top;
}

.pork-main .section1 {
    padding: 50px;
}

.list-item .image img {
    width: 100%;
    border: solid 6px #4e4c4c;
    box-shadow: 0 0 5px #555555;
}

.list-item .image a {
    display: block;
}

.pork-main h3.title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
}

.pork-main .list-item {
    margin-bottom: 30px;
}

.recipe-list-inner .list-item p {
    font-size: 17px;
    color: #000;
}

.pork-main h2 {
    font-family: 'libre_caslon_textbold', 'Georgia', 'Times New Roman', Times, serif;
    font-size: 36px;
    margin-bottom: 36px;
    text-align: center;
}


/** Lower Section **/

.lower_section_inner {
    background: url("../images/parchment_bkgd.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

.lower_section_inner .image-part {
    height: 600px;
    width: 795px;
    position: absolute;
    right: 0%;
    top: 0;
    overflow: hidden;
}

.lower_section_inner .content-part {
    width: calc(100% - 795px);
}

.lower_section_icon {
    width: 125px;
    margin-top: 18px;
    margin: 18px auto;
}

.lower_section_icon img {
    width: 100%;
}

.lower_section_inner .gpane {
    text-align: center;
    padding-top: 5%;
    padding-left: 15px;
    padding-right: 15px;
}

.lower_section_inner h1.title {
    color: #010101;
    font-size: 36px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.lower_section_inner .content a {
    background: #9e0b0f;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    font-family: 'libre_caslon_textregular', 'Georgia', 'Times New Roman', Times, serif;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    border-radius: 3px;
}

.lower_section_inner .content p {
    font-size: 18px;
}


/** Testimonial Section **/

.testimonial-list-inner .slick-slide {
    text-align: center;
}

.testimonial-item {
    /* max-width: 600px; */
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}

.testimonial-item .content {
    font-size: 20px;
    font-style: italic;
    text-align: justify;
}

.testimonial-item h3.name {
    font-size: 19px;
    padding-top: 20px;
}

.testimonial-list-inner {
    margin: 55px 0;
}


/** Pop up Css **/

.popup-main .modal-body h1 {
    font-weight: 900;
    font-size: 2.3em;
    text-transform: uppercase;
}

.popup-main #myModal.fade:not(.show) {
    opacity: 1;
}

body .popup-main .modal.fade .modal-dialog {
    transform: inherit;
}

body .popup-main .modal-header {
    display: block;
}

body .popup-main .modal {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 !important;
}

body .popup-main .modal-dialog {
    top: 100px;
    max-width: 650px;
}

body .popup-main .modal-header .close {
    position: absolute;
    top: 20px;
    right: 17px;
    display: block;
    padding: 0;
}

body .popup-main .modal-content {
    /* padding-bottom: 35px; */
    padding: 20px 25px;
    background-image: url(../images/popup_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

body .popup-main .modal-header {
    display: block;
    position: absolute;
    padding: 0;
    right: 4px;
    top: -3px;
}

body .popup-main .modal-body {
    margin-top: 0;
    display: block;
    border: 2px solid RGBA(255, 0, 0, 0.5);
    background-color: RGBA(255, 255, 255, 0.5);
    padding: 10px 10px 8px;
}

body .popup-main .title {
    font-family: 'EB Garamond', 'Garamond Pro', 'Garamond', 'Times New Roman', 'Times', serif;
    color: #c70404;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 37px;
    /*'libre_caslon_textregular', 'Georgia', 'Times New Roman', Times, serif; */
}

body .popup-main .text {
    font-size: 18px;
    font-family: 'EB Garamond', 'Garamond Pro', 'Garamond', 'Times New Roman', 'Times', serif;
    padding-top: 5px;
    letter-spacing: 0.05em;
    line-height: 30px;
}

body .popup-main .popup_logo {
    position: absolute;
    left: -26px;
    bottom: -18px;
}

body .popup-main .modal-header .close:focus {
    outline: inherit;
}

body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.mc4wp-form input[type="submit"] {
    background: #9e0b0f;
    border: none;
    color: #fff;
    padding: 1px 18px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'EB Garamond', 'Garamond Pro', 'Garamond', 'Times New Roman', 'Times', serif;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    border-radius: 3px;
    letter-spacing: 0.05em;
}

.mc4wp-form input[type="email"] {
    height: 32px;
    padding: 0 8px;
    color: #000;
    width: 405px;
    font-size: 16px;
    line-height: 30px;
    background-color: #555555;
    border: 1px solid #555555;
    font-family: 'EB Garamond', 'Garamond Pro', 'Garamond', 'Times New Roman', 'Times', serif;
    letter-spacing: 0.05em;
}

.mc4wp-form input[type="email"]::placeholder {
    color: #FFFFFF;
    font-family: 'EB Garamond', 'Garamond Pro', 'Garamond', 'Times New Roman', 'Times', serif;
}

.form_shortcode {
    padding-top: 10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 31%;
    margin-right: 3.5%;
}

.woocommerce ul.products li.product:last-child,
.woocommerce-page ul.products li.product:last-child {
    margin-right: 0;
}

.single.single-product .woocommerce-product-gallery__image {
    pointer-events: none;
}

@media only screen and (max-width: 1399px) {
    .lower_section_inner .image-part {
        width: 700px;
    }
    .lower_section_inner .image-part img {
        position: absolute;
        left: -90px;
    }
    .lower_section_inner .content-part {
        width: calc(100% - 700px);
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .lower_section_inner .image-part {
        right: -20%;
        height: 700px;
    }
    .lower_section_inner .content-part {
        width: calc(120% - 700px);
    }
    .lower_section_inner {
        height: 700px;
    }
}

@media only screen and (max-width: 1199px) {
    .lower_section_inner .image-part img {
        height: 100%;
    }
    .lower_section_inner h1.title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .gpane.col-xs-12.col-sm-12.col-md-5 {
        max-width: 100% !important;
    }
    .lower_section_inner {
        height: auto;
    }
    .lower_section_inner .gpane {
        padding-bottom: 5%;
    }
    .lower_section_inner .image-part {
        height: auto;
        position: inherit;
        width: auto;
    }
    .lower_section_inner .content-part {
        width: 100%;
    }
    .lower_section_inner .image-part img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .lower_section_inner h1.title {
        font-size: 25px;
    }
    .testimonial-list-inner {
        margin: 60px 0;
    }
    .testimonial-item .content {
        font-size: 18px;
    }
    body h1 {
        font-size: 40px;
        line-height: 50px;
    }
    body h2 {
        font-size: 30px;
        line-height: 30px;
    }
    body h3 {
        font-size: 20px;
        line-height: 20px;
    }
    body h4 {
        font-size: 18px;
        line-height: 18px;
    }
    body h5 {
        font-size: 16px;
        line-height: 16px;
    }
    body h6 {
        font-size: 15px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 650px) {
    body .popup-main .popup_logo {
        display: none;
    }
    body .popup-main .title {
        font-size: 25px;
        line-height: 32px;
    }
    .form_shortcode {
        width: calc(100% - 80px);
        margin: 0 auto;
        text-align: center;
    }
    .mc4wp-form p label {
        width: 100%;
    }
    .mc4wp-form input[type="email"] {
        width: 100%;
    }
    .mc4wp-form input[type="submit"] {
        max-width: 320px;
        width: 100%;
        white-space: pre-wrap;
    }
    .modal-content {
        width: 96%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .pork-main h2 {
        font-size: 28px;
    }
    .mc4wp-form input[type="email"] {
        width: 100%;
    }
    .mc4wp-form input[type="submit"] {
        letter-spacing: normal;
        padding-left: 8px;
        padding-right: 8px;
    }
    .form_shortcode {
        width: calc(100% - 20px);
    }
}