/*
Theme Name: Kinrae Theme
Theme URI: http://wordpress.org/themes/
Author: AD Design / CSL Design Ltd
Author URI: http://wordpress.org/
Description: Custom Coded Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: KSF WP THEME

This theme, like WordPress, is licensed under the GPL.
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

#progress {
    position: fixed;
    z-index: 20;
    top: 0;
    left: -6px;
    width: 0%;
    height: 31px;
    background: rgba(255,255,255,.4);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 500ms ease-out,opacity 400ms linear;
    -ms-transition: width 500ms ease-out,opacity 400ms linear;
    -o-transition: width 500ms ease-out,opacity 400ms linear;
    -webkit-transition: width 500ms ease-out,opacity 400ms linear;
    transition: width 500ms ease-out,opacity 400ms linear
}
#progress.done {
    opacity: 0;
        height: 0px;
}
#progress dd,#progress dt {
    position: absolute;
    top: 0;
    height: 41px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}
#progress dd {
    opacity: 1;
    width: 20px;
    right: 0;
    clip: rect(-6px,22px,14px,10px)
}
#progress dt {
    opacity: 1;
    width: 180px;
    right: -80px;
    clip: rect(-6px,90px,14px,-6px)
}
@-moz-keyframes pulse {
    30% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-ms-keyframes pulse {
    30% {
        opacity: .6
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: .6
    }
}
@-o-keyframes pulse {
    30% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes pulse {
    30% {
        opacity: .6
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: .6
    }
}
@keyframes pulse {
    30% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
#progress.waiting dd,#progress.waiting dt {
    -moz-animation: pulse 2s ease-out 0s infinite;
    -ms-animation: pulse 2s ease-out 0s infinite;
    -o-animation: pulse 2s ease-out 0s infinite;
    -webkit-animation: pulse 2s ease-out 0s infinite;
    animation: pulse 2s ease-out 0s infinite
}
@charset "utf-8";
/* CSS Document */
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One'); 

@font-face {
       font-family: 'Roboto', sans-serif;
}

html, body {
    font-family: 'Roboto', sans-serif !important;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, ul {
    font-family: 'Roboto', sans-serif !important;
    margin: 0;
    padding: 0;
}
#navigation .navbar-shrink .top_line  span:last-child {
    font-size: 0px;
}
#navigation .navbar-shrink .top_line img{
    height:0px;
}
.top_line {
    background:  rgb(17,113,43);
    height: 30px;
    width: 100%;
    transition: all 0.3s ease;
    text-align: center;
    color: white;
}
.top_line .hidden-md-up a:hover{
    cursor: pointer;
    text-decoration: none !important;
}
.top_line .hidden-md-up a{
    cursor: pointer;
    color:white;
}
.top_line span:first-child{
    padding-right:7px;
}
.top_line span:last-child{
    font-size:22px;
}
.top_line span img{
       width: 27px;
    margin-bottom: 12px;
}
.hidden-md-up{
    visibility:hidden;
}
#navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
body .online-submit{
        background: rgb(65,173,73);
    border: rgb(65,173,73);
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 25px;
}
.footer-line{
        height: 60px;
    background: rgb(17,113,43);
    width: 100%;
}
.section-contact-blog{
    padding-bottom:unset !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    margin-top:20px;
}
#navigation .container-fluid {
    padding: 10px 55px;
    transition: all 0.3s ease;
}

#navigation .navbar-shrink .container-fluid {
    padding: 10px 55px;
    transition: all 0.3s ease;
}

#navigation .navbar-default {
    background: #fff;
    margin-bottom: 0;
    border-radius: 0;
    border-color: white;
}

.phone_box span span{
    float:left;
    position: -webkit-sticky;
} 

#navigation .navbar-default .navbar-brand > img {
    transition: all 0.3s ease;
    position: absolute;
    
    max-width: 200px;
        top: 0;
}


.navbar.navbar-default.navbar-shrink .navbar-brand > img {
      max-width: 170px !important;
      top: 4px !important;
}



#navigation .navbar-shrink .navbar-brand > img {
       
    transition: all 0.3s ease;
}

#navigation .navbar-default .navbar-brand {
        padding-left: 0px;
    transition: all 0.3s ease;
}

#navigation .navbar-shrink .navbar-brand {
    transition: all 0.3s ease;
    margin-bottom: 5px
}

#navigation .navbar-shrink .top_line {
    height: 6px;
}

#navigation .navbar-default .navbar-header {
    width: 100%;
}
#navigation .navbar-shrink .navbar-brand {
        padding-left: 0px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    float: left;
    position: absolute;
    width: 200px;
}
#navigation .navbar-shrink .navbar-toggle {
    margin-top: 0px;
}

.nav_info {
    margin: 0px 0 5px;
    color:rgb(65 173 73)!important;
    font-size: 19.5px;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    line-height: 24px;
    padding-right: 23px;
}

#navigation .navbar-shrink .nav_info {
    visibility: hidden;
    margin: 0px 0 5px;
    font-size: 16px;
    color: #fff;
}
.wpcf7-list-item-label{
    font-size:16px;
}
.nav_list {
    margin: 15px 0 0;
    transition: all 0.3s ease;
}

#navigation .navbar-shrink .nav_list {
    margin: 5px 0 0px;
}

.navbar-brand {
    height: auto;
    padding: 0 15px;
}

#navigation_wrap .navbar-nav li a {
    color:  rgb(65,173,73);
    padding-right: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 0.3s ease;
}

#navigation_wrap .navbar-nav li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(15, 124, 48);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#navigation_wrap .navbar-nav li a:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#navigation_wrap .navbar-nav li:hover a {
    color: #2aa333;
}

#navigation .navbar-shrink #navigation_wrap .navbar-nav li a {
    font-size: 18px;
    padding-top: 0;
}

#navigation .navbar-shrink #navigation_wrap .navbar-nav li {
    padding: 5px 15px;
}

#navigation_wrap .navbar-nav li {
    padding: 0px 20px;
    transition: all 0.3s ease;
}

#navigation .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.banner_section {
    margin-top: 235px;
    position: relative;
    transition: all 0.3s ease;
}

.banner_section_mar {
    margin-top: 205px;
}

.banner_section h1 {
        text-shadow: 1px 1px 2px #00000038, 0 0 10px #00000038;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    \ -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: 700;
    border: solid 2px #fff;
    padding: 15px 15px 10px;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: inherit;
}

/*thefarm_section*/

.homecontent_section {
    background: #fff;
    padding: 100px 0;
}
.col_archive a{
    background: rgb(65,173,73);
    border: rgb(65,173,73);
    border-radius: 0;
    color: #fff !important;
    font-size: 16px;
    margin-top: 50px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0 5px 0;
    transition: text-shadow .3s;

}
.col_archive a:hover{
    text-decoration: none;
    text-shadow: 0 0 .15px #fff, 0 0 .15px #fff;
}
.homecontent_section .main_content p {
    text-align: center;    
    width: 80%;
    margin: auto;
    line-height: 50px;
}
.homecontent_section .main_content h3 {
    text-align: center;    
    width: 80%;
    margin: auto;
    line-height: 50px;
}
.post_content .container .row p:last-child{
    border-bottom: solid 3px  rgb(65,173,73);
        padding-bottom: 40px;
}
.post_content .container .row{
    transition: 1s;
    
    color: #000000;
    text-align: left;
    font-size: 16px;
    margin: auto;
    padding: 0 20%;
    
}
.archive_section .col-md-6:first-child
{
    padding-right: 25px;
}
.archive_title_blog{
    margin-top: 40px;
  
    
    margin-bottom: 45px;
   
}
.archive_section{
    margin-bottom:100px;
}
.post_title_blog{
    margin-top: 40px;
    
    text-transform: uppercase;
   
    margin-bottom: 45px;
   
    text-align: center;
}
.post_section{
        transition: 1s;
    margin-top: 140px;
    padding: 150px 0;
}
.homecontent_section .sub_content {
    margin-top: 90px;
}
.news_box img{
    margin-top: 15px;
    width:100%;
}
.homecontent_section .sub_content p {
   
    color: #000000;
    text-align: left;
    font-size: 16px;
    width: 65%;
    margin: auto;
    line-height: 1.8;
}

.homecontent_section .sub_content p {
    padding-bottom: 17px;
}
body p{
        line-height: 1.8;
}
.step_banner_section {
    position: relative;
    transition: all 0.3s ease;
}
.sheep_detail{
    height: 250px;
    border: 1px solid #e6e3e3;
    padding: 15px;
}
.sheep_detail p{
    font-size: 23px;
    color: rgb(65 173 73);
    margin: 0 0 30px;
}
.active a{
        width: 100%;
    left: 0;
    border-bottom: 2px solid rgb(15, 124, 48);
    
}
.news-active a{
        width: 100%;
    left: 0;
    border-bottom: 2px solid rgb(15, 124, 48);
    
}
.logo_blog{
    text-align: center;
    height: 250px;
    border: 1px solid #e6e3e3;
    padding: 15px;
}
.logo_blog p{
     font-size: 23px;
     text-align: center;
     color: rgb(65 173 73);
}
.sil_logo img{
    width: 105px;
    margin-bottom: 15px;
}
.alpha_logo img{
    width: 219px;
}
.sheep_pic{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.request_blog{
    margin-top: 40px;
}
.request_blog p{
    font-size: 16px;
}
.box_size{
    width: 30px;
    border: 2px solid black;
    text-align: center;
    background: #e8eae8bf;
}
.box_group{
    margin-bottom: 20px;
    padding: 10px 10px 1px;
    background-color: #f2f2f2;
}
.name_box{
    margin-bottom: 20px;
    padding-left: 0px !important;
}
.name_box input{
    font-size: 16px; 
    padding-left: 10px;
    border: none;
    width: 90%;
    background-color: #f2f2f2;
    height: 35px;
}
.phone_box{
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.phone_box input{
    position: -webkit-sticky;
    font-size: 16px;
    padding-left: 10px;
    float: right;
    border: none;
    width: 90%;
    background-color: #f2f2f2;
    height: 35px;
}
.email_box{
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.email_box input{
    font-size: 16px; 
    padding-left: 10px;
    border: none;
    width: 100%;
    background-color: #f2f2f2;
    height: 35px;
}
    
.request_blog_heading h3{
   
    margin-bottom: 45px;
    
}
.request_blog_description{
    font-size: 16px;
}
.step_banner_section h1 {
        text-shadow: 1px 1px 2px #00000038, 0 0 10px #00000038;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    \ -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: 700;
    border: solid 2px #fff;
    padding: 15px 15px 10px;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: inherit;
}

.thefarm_section {
    background: #fff;
    padding: 100px 0;
}

.thefarm_section h2 {
   
    margin-bottom: 45px;
}

.thefarm_section .sub_content {
        font-size: 16px;
    width: 65%;
    margin: auto;
}

.thefarm_section .sub_content p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.intro-paragraph h3{
    color: rgb(65,173,73);
    font-size: 28px;
}
.thefarm_section .sub_content img {
    margin-bottom: 35px;
    width: 100%;
    object-fit: cover;
    max-height: 250px;
}

.thefarm_section .sub_content h2 {
   
    text-align: left;
   
    margin-top: 55px;
    margin-bottom: 15px;
}

.stocksale_section {
    background: #fff;
    padding: 100px 0;
}

.stocksale_section h2 {
  
    margin-bottom: 45px;
}

.stock_box {
    object-fit: cover;
    width: 100%;
    min-height: 350px;
    margin-bottom: 50px;
}

.stocksale_section .row .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.news_section {
    background: #fff;
    padding: 100px 0;
}

.news_section h2 {
    
    margin-bottom: 45px;
}
.news_box a:hover{
    text-decoration:none;
    color: rgb(39, 208, 31);
}
.news_box a{
    color:rgb(17,113,43);
}
.news_box a:last-child{
    background: rgb(65,173,73);
    border: rgb(65,173,73);
    border-radius: 0;
    color:  #fff;
    font-size: 16px;
    padding: 5px 15px;
    margin-top: 20px;
    display: -webkit-inline-box;
    transition: text-shadow .3s;
}
.news_box a:last-child:hover{
    text-shadow: 0 0 .15px #fff, 0 0 .15px #fff;
}
.news_box h4 {
    color:  rgb(17,113,43);
    text-align: left;
    font-size: 20px;
    margin-top: 55px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    
}

.news_box p {
    
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: auto;
    margin-bottom: 20px;
}

.news_box {
    border-bottom: solid 3px  rgb(65,173,73);
    font-size: 16px;
    padding-bottom: 20px;
}

.news_section .col-md-6:first-child {
    padding-right: 25px;
}

.news_section .col-md-6:last-child {
    padding-left: 25px;
}

.contact-section {
    background: #fff;
    padding: 100px 0;
}

.contact-section h2 {
       margin-bottom: 45px;
}


.contact-section .contact_info h4 {
    color:  rgb(17,113,43);
    text-align: left;
    font-size: 32px;
    margin-top: 35px;
    margin-bottom: 25px;
    font-weight: 700;
}

.contact-section .contact_info ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.icon_info {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background:  rgb(65,173,73);
    position: relative;
    float: left;
}

.icon_info img{
    max-width:70px;
}

.icon_info i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    \ -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 36px;

}


.icon_info_tag {
    color: #000;
    padding: 24px;
    font-size: 16px;
    float: left;
}

.Contact-section .container-fluid {
    padding: 25px 55px;
}

.contact-section .contact_info h6 {
    color:  rgb(17,113,43);
    text-align: left;
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.contact-section .contact_info h6 a {
    color:  rgb(17,113,43);
    text-decoration: underline;
}

.contact_us .form-group label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.contact_us .form-group input.form-control {
    background: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: none;
    border-radius: 0;
    height: 45px;

}

.contact_us .form-group textarea.form-control {
    background: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: none;
    border-radius: 0;
    height: 250px;

}

.contact_us .form-group {
    margin-bottom: 35px;
}

.contact_us {
    padding-top: 120px;
}

.contact-fluid {
    max-width: 1300px;
}

.butn_section .btn-default {
    background:  rgb(65,173,73);
    border:  rgb(65,173,73);
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 25px;
}

.span_pseudo, .chiller_cb span.cb_span:before, .chiller_cb span.cb_span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
}

.chiller_cb input {
    display: none;
}

.chiller_cb input:checked ~ .cb_span {
    background:  rgb(65,173,73);
    border-color:  rgb(65,173,73);
}

.chiller_cb input:checked ~ .cb_span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.chiller_cb input:checked ~ .cb_span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ .cb_span {
    background: #ececec;
    border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}

.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
}

.chiller_cb .cb_span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}

.chiller_cb .cb_span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}

.chiller_cb .cb_span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

span.wpcf7-list-item.first.last input[type=checkbox], input[type=radio] {
    margin: -3px 0 0;
   
    line-height: normal;
   
    float: left;
    width: 40px;
    height: 28px;
   
    background-color: #fff !IMPORTANT;
}

body span.wpcf7-list-item.first.last{
    display: inline-block;
    margin: 0 0 0 0;
}

span.wpcf7-list-item.first.last input[type=checkbox] {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 27px;
      
}

span.wpcf7-list-item.first.last input[type=checkbox]:after {
    content: " ";
    background-color: #f7f7f7;
    display: inline-block;
    visibility: visible;
    z-index: 1000;
    width: 100%;
    height: 25px;
    border: 1.5px solid #bebbbb;
    margin: 0;
}

span.wpcf7-list-item.first.last input[type=checkbox]:checked:after {
    content: "\2714";
    vertical-align: text-top;
    font-size: 15px;
    text-align: center;
    background:  rgb(65,173,73);
    color: #fff;
    margin: 0;
    padding-top: 2px;
}

.blog-title h2{
        color: rgb(17,113,43);
    text-transform: uppercase;
        font-size: 32px;
            text-align: center;
}
@media (max-width:780px) {
.parallax-slider{
    left: -176px !important;
}
}
@media (max-width:320px) {
    .sheep_detail p{
            margin: 0 0 18px;
                line-height: 1.3;
    }
    .sil_logo img {
    width: 90px;
    }
    .logo_blog p {
    line-height: 1.4;
}
.icon_info_tag{
        position: absolute;
}
span.wpcf7-list-item.first.last input[type=checkbox]{
    height:0px;
         border: 0px solid #000; 
              padding: 0px 0; 
}
}
@media (max-width:831px) {
    #navigation .navbar-shrink #navigation_wrap .navbar-nav li {
    padding: 2px 7px !important;
}
#navigation .navbar-shrink #navigation_wrap .navbar-nav li a {
    font-size: 16px;
    padding-top: 0;
}
}
@media (max-width:767px) {
    .phone_box input{
         width: 100%;
         margin-bottom: 20px;
    }
    .name_box input{
         width: 100%;
    }
    .name_box{
         padding-right: 0px !important;
    }
}

@media (max-width:991px) {
    .stocksale_section .row .col-md-4{
         margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .hidden-md-up{
        visibility: visible;
        transition: 1s;
    }
}


@media (min-width:1200px) {
    .banner_section {
        margin-top: 131px;
        position: relative;
        transition: all 0.3s ease;
    }

}

@media (max-width:1023px) {
    .banner_section h1{
        transition: 1s;
        font-size: 26px;
    }
    .step_banner_section h1{
        transition: 1s;
        font-size: 26px;
    }
}
@media (max-width:1277px) {
    #navigation_wrap .navbar-nav li a{
        font-size: 16px;
    }
}
@media (max-width:781px) {
    .banner_section h1{
        transition: 1s;
        font-size: 16px;
    }
    .step_banner_section h1{
        transition: 1s;
        font-size: 16px;
    }
}
@media (max-width:542px) {
    .banner_section h1{
        transition: 1s;
        font-size: 20px;
        text-align: center;
    }
    .step_banner_section h1{
        transition: 1s;
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width:336px) {
    .banner_section h1{
        text-align: center;
    }
    .step_banner_section h1{
        text-align: center;
    }
}
@media (min-width:992px) and (max-width:1200px) {

    header#navigation  .col-md-4 {
        width: 25%;
        float: left;
    }  
     header#navigation   .col-md-8.text-right {
        width: 74%;
        float: left;
    }    
    #navigation_wrap .navbar-nav li {
        padding: 0px 15px;
        transition: all 0.3s ease;
    }
    #navigation_wrap .navbar-nav li a {
        color:  rgb(65,173,73);
        padding-right: 0;
        padding-left: 0;
        text-transform: uppercase;
        font-size: 20px;
        transition: all 0.3s ease;
    } 
    .banner_section {
        margin-top: 106px;
        position: relative;
        transition: all 0.3s ease;
    }   
}
@media (min-width:992px) and (max-width:1200px) {
    .sheep_detail p{
            margin: 0 0 10px;
    line-height: 1.4;
    }
}
@media (min-width:768px) and (max-width:992px) {
    
    #navigation .navbar-shrink #navigation_wrap .navbar-nav li{
          padding: 2px 9px;
    }
    header#navigation  .col-md-4 {
        width: 25%;
        float: left;
    }  
    header#navigation   .col-md-8.text-right {
        width: 74%;
        float: left;
    }    
    #navigation_wrap .navbar-nav li {
        padding: 0px 9px;
        transition: all 0.3s ease;
    }
    #navigation_wrap .navbar-nav li a {
        color:  rgb(65,173,73);
        padding-right: 0;
        padding-left: 0;
        text-transform: uppercase;
        font-size: 18px;
        transition: all 0.3s ease;
    }    
    .thefarm_section h2 {
        color:  rgb(17,113,43);
        text-transform: uppercase;
        text-align: center;
        font-size: 30px;
        margin-bottom: 23px;
    }  
    .banner_section {
        margin-top: 106px;
        position: relative;
        transition: all 0.3s ease;
    }   
    #navigation .container-fluid {
        padding: 10px 20px;
        transition: all 0.3s ease;
    }   
    .nav_info {
        display: none;
    }
    
#navigation .navbar-default .navbar-brand > img {
    transition: all 0.3s ease;
    position: absolute;
    width: 50%;
    max-width: 145px;
    top: 0;
}
    
#navigation .navbar-shrink .navbar-brand > img {
    width: 88px;
    transition: all 0.3s ease;
}
    
#navigation .navbar-shrink .navbar-brand > img {
    width: 88px;
    transition: all 0.3s ease;
}
    
 body .navbar-toggle {
     margin-right: 0px;   
 }
  
.banner_section {

    font-size: 35px;
    letter-spacing: 2px;
    line-height: inherit;
}
    
 .homecontent_section .main_content p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #38aa41;
    text-align: center;
    font-size: 20px;
    width: 90%;
    margin: auto;
    line-height: 33px;
}
  .homecontent_section .main_content h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #38aa41;
    text-align: center;
    font-size: 20px;
    width: 90%;
    margin: auto;
    line-height: 33px;
}
    
 .homecontent_section {
    background: #fff;
    padding: 40px 0;
}
    
.homecontent_section .sub_content {
    margin-top: 30px;
}    
 .homecontent_section .sub_content p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    text-align: left;
    font-size: 16px;
    width: 90%;
    margin: auto;
    line-height: auto;
}
   
 .parallax-window {
        min-height: 400px;
    background: transparent;
}   
    
.thefarm_section {
    background: #fff;
    padding: 40px 0;
}
    
 .thefarm_section .sub_content {
    width: 100%;
    margin: auto;
}   
   
 .stocksale_section {
    background: #fff;
    padding: 30px 0;
}   
    
    
.stocksale_section h2 {
    color:  rgb(17,113,43);
     
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    margin-bottom: 45px;
}
    
    
 .news_section {
    background: #fff;
    padding: 30px 0;
}
    
    
.news_section h2 {
    color:  rgb(17,113,43);
     
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
}
    
.news_box h4 {
    color:  rgb(17,113,43);
    text-align: left;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 700;
}    
    
    
 .news_box {
    border-bottom: solid 3px  rgb(65,173,73);
    padding-bottom: 45px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}   
    
 .contact-section {
    background: #fff;
    padding: 40px 0;
}   
    
 .contact-section h2 {
    color:  rgb(17,113,43);
     
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 28px;
}
    
.contact-section .contact_info p {
    color:  rgb(65,173,73);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}
    
.contact-section .contact_info h4 {
    color:  rgb(17,113,43);
     
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 700;
}
    
 .icon_info {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:  rgb(65,173,73);
    position: relative;
    float: left;
}
.icon_info img{
    max-width:50px;
}     
    
.icon_info i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    \ -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
}
    
 .icon_info_tag {
     
    color: #000;
    padding: 11px 20px;
    font-size: 16px;
    float: left;
}   
  
.contact_us {
    padding-top: 20px;
}    
    
}

@media (max-width:620px) {
    .news_box img{
        max-width: -webkit-fill-available;
    }
}

@media (min-width:60px) and (max-width:768px) {
  .thefarm_section h2 {
    color:  rgb(17,113,43);
     
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 23px;
}  
    
 .banner_section {
    margin-top: 102px;
    position: relative;
    transition: all 0.3s ease;
}   
    
 #navigation .container-fluid {
    padding: 10px 20px;
    transition: all 0.3s ease;
}   
#navigation .navbar-shrink .container-fluid{
    padding: 10px 20px;
}


    
.nav_info {
    display: none;
}
    
#navigation .navbar-default .navbar-brand > img {
    transition: all 0.3s ease;
    position: absolute;
    width: 50%;
    max-width: 145px;
    top: 0;
}
    
#navigation .navbar-shrink .navbar-brand > img {
    width: 88px;
    transition: all 0.3s ease;
     top: 0px !important;

}
    
body .icon-bar{
        margin: 4px !important;
        width: 25px !important;
    background-color: white !important;
    height: 3px !important;
    border-radius: unset !important;
}
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
     background-color: rgb(17,113,43) !important;
 }   
    
 body .navbar-toggle {
         z-index: 222;
         padding: 5px;
    margin-top: 18px;
    margin-right: 0px; 
    margin-bottom: -3px;
    border-radius: unset;
        background-color: rgb(17,113,43);
 }
     body .navbar-toggle:hover {
             background-color: rgb(17,113,43) !important;
     }
    
.banner_section {

    font-size: 35px;
    letter-spacing: 2px;
    line-height: inherit;
}
    
 .homecontent_section .main_content p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #38aa41;
    text-align: center;
    font-size: 20px;
    width: 90%;
    margin: auto;
    line-height: 33px;
}
  .homecontent_section .main_content h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #38aa41;
    text-align: center;
    font-size: 20px;
    width: 90%;
    margin: auto;
    line-height: 33px;
}
    
 .homecontent_section {
    background: #fff;
    padding: 40px 0;
}
    
.homecontent_section .sub_content {
    margin-top: 30px;
}    
 .homecontent_section .sub_content p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    text-align: left;
    font-size: 16px;
    width: 90%;
    margin: auto;
    line-height: auto;
}
    
 .parallax-window {
    min-height: 262px;
    background: transparent;
}   
    
.thefarm_section {
    background: #fff;
    padding: 40px 0;
}
    
 .thefarm_section .sub_content {
    width: 100%;
    margin: auto;
}   
    
 .stocksale_section {
    background: #fff;
    padding: 30px 0;
}   
    
.stocksale_section h2 {
    color:  rgb(17,113,43);
     
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    margin-bottom: 45px;
}
    
 .news_section {
    background: #fff;
    padding: 30px 0;
}
    
.news_section h2 {
    color:  rgb(17,113,43);
     
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
}
    
.news_box h4 {
    color:  rgb(17,113,43);
    text-align: left;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 700;
}    
  
 .news_box {
    border-bottom: solid 3px  rgb(65,173,73);
    padding-bottom: 25px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}   
    
 .contact-section {
    background: #fff;
    padding: 40px 0;
}   
    
 .contact-section h2 {
    color:  rgb(17,113,43);
     
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 28px;
}
    
.contact-section .contact_info p {
    color:  rgb(65,173,73);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
}


	
.contact-section .contact_info h4 {
    color:  rgb(17,113,43);
     
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 700;
}
    
 .icon_info {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:  rgb(65,173,73);
    position: relative;
    float: left;
}

.icon_info img{
    max-width:50px;
}   
    
.icon_info i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    \ -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
}
    
 .icon_info_tag {
         position: absolute;
    color: #000;
    padding: 11px 20px;
    font-size: 16px;
    float: left;
}   
  
.contact_us {
    padding-top: 20px;
}    
   
#navigation .navbar-shrink #navigation_wrap .navbar-nav li {
   
    text-align: center;
}    
   
    
 body #navigation_wrap .navbar-nav li {
  
    transition: all 0.3s ease;
    text-align: center;
}   
    
}

/*number spinnner*/
.number-spinner {
  max-width: 150px;
  line-height: 0px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 2px solid #e2e2e2;
  overflow: hidden;
  position: relative;
  display: table;
}
.number-spinner input {
  height: 40px;
  max-height: 40px;
  line-height: 40px;
  font-size: 1em;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.number-spinner input:focus {
  outline: none;
}
.number-spinner .ns-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
.number-spinner .ns-btn a {
  height: 40px;
  min-height: 40px;
  width: 40px;
  padding: 0;
  max-width: 40px;
  line-height: 40px;
  border-radius: 0;
  border: none;
  text-align: center;
  position: relative;
  background: #e2e2e2;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.number-spinner .ns-btn .icon-minus:after {
    content: "\002212";
    font-size: 23px;
    line-height: 43px;
    font-weight: 500;
}
.number-spinner .ns-btn .icon-plus:after {
    content: "\00002B";
    font-size: 23px;
    line-height: 43px;
    font-weight: 500;
}




@media (min-width:300px) and (max-width:394px) {
    .h1, .h2, .h3, h1, h2, h3{
        text-align:left !important;
    }
    .post_content .container .row{
        padding:0 !important;
    }
    .number-spinner {
        max-width: 107px !important; 
    
    }
    .tooths{
        font-size: 11px !important;
    }
}
@media (min-width:394px) and (max-width:768px) {
    .number-spinner {
        max-width: 124px !important; 
    
    }
    .tooths{
        font-size: 16px !important;
    }
}

.cf7_order_block .wpcf7-validation-errors,.wpcf7-mail-sent-ok, .wpcf7-spam-blocked{
    border: none !important;
}
@media (max-width:767px) {
        #navigation_wrap .navbar-nav li{
        padding: 10px 20px;
    }
    #navigation .navbar-shrink #navigation_wrap .navbar-nav li{
        padding: 15px 7px !important;

    }
}
@media (max-width:570px) {

    .col_archive a{
            margin-top: 23px;
    }
 .news_box {
         margin-bottom: 23px;
 }
    .parallax-window h1{
        text-align:center !important;
    }
    .blog-title h2{
            margin-bottom: 23px;
        text-align:unset;
    }
    .post_content .container .row{
        padding: 0px;
        transition: 1s;
    }
    .post_section {
        transition: 1s;
    margin-top: 75px;
    padding: 100px 0;
}
.post_content .container{
        padding-left: 0px;
    padding-right: 0px;
}
.archive_title_blog{
    margin-bottom:0;
}
.news_box h4{
        margin-top: 0;
}
}
@media (max-width:992px) {
    .post_section{
        transition: 1s;
    margin-top: 95px;
    }
        
}
@media (max-width:768px) {
    .archive_title_blog{
            margin-bottom: 10px;
    }
}

/* these are to include text editor styles in frontend. If you want to add more, you can add it here */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}