::-moz-selection {
    background: #2F3C44;
    color: #fff;
}
::-selection {
    background: #2F3C44;
    color: #fff;
}
/*--WordPress BG Color--*/

.mapHolder {display: none !important;}

#wpadminbar {
    background: rgb(47, 60, 68) !important;
}

#content .vc_grid-pagination-list li a{
    background: #3d3d3d !important;
    color:#fff !important;
    padding: 10px !important;
    width: 20px;
    height: 18px;
    font-size: 14px !important;
    line-height: 1.2em !important;
}

.woocommerce-store-notice {
    background:#c84a4a !important;
    font-size: 14px !important;
}

.hide {display: none !important;}

/*-----------------
   Header styles
------------------*/

.header-wrap {    
    background: url(/wp-content/themes/lyburn-cheese/images/header-bg.jpg) center bottom, #f1ede7;
    /*background: url(/wp-content/themes/lyburn-cheese/images/christmas-header-bg.jpg) center bottom, #f1ede7; */
    background-size: 100%;
    padding: 24px 0px 57px;
}
@media (max-width: 1600px) {
    .header-wrap {
        background-size: 1600px;
    }
}
#header {
    max-width: 1100px;
    margin: 0 auto;
}
#logo {
    width: 100%;
    text-align: center;
}
#logo img {
    width: 210px;
}
.twitter-icon {
    position: absolute;
    top: 20px;
    right: 40px;
}

@media (max-width: 1000px) {
	.twitter-icon {
   	 right: 20px;
	}
}

.twitter-icon span {
    font-size: 4.5em;
    color: #C9984A;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.twitter-icon:hover span {
    color: #917957;
}
/*-----------------
   Menu styles
------------------*/

.menu-wrap {
    background: #3d3d3d;
    border-bottom: 3px solid #C8974A;
    text-align: center;
    margin-top: -1px;
}
.menu-wrap a.ubermenu-responsive-toggle {
    display: none !important;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*-----------------
   Content styles
------------------*/

#content .white-text,
#content .white-text p,
#content .white-text h1,
#content .white-text h2,
#content .white-text h3,
#content .white-text h4,
#content .white-text a,
#content .white-text ul,
#content .white-text label {
    color: #fff !important;
}
#content .serif-font,
#content .serif-font p,
#content .serif-font h1,
#content .serif-font h2,
#content .serif-font h3,
#content .serif-font h4,
#content .serif-font a,
#content .serif-font ul,
#content .serif-font label {
    font-family: Georgia, Times, "Times New Roman", serif !important;
    line-height: 1.8em
}
#content h1 {
    font-size: 1.5em !important;
    letter-spacing: 5px;
}
#content h1 span {
    font-family: "sofia-pro";
    color: #DDB573 !important;
    font-size: 0.6em;
    letter-spacing: 6px;
    font-weight: 300;
}
#content .white-text h1 span {
    font-family: "sofia-pro";
    color: #fff !important
}
.home-caption {
    max-width: 380px;
    background: rgba(61, 61, 61, 0.8);
    margin: 0 auto;
    padding: 20px 40px;
}
#content h2 {
    font-size: 1.4em !important;
}
#content h2 em {
    font-style: normal;
    color: #2F3C44;
}
#content .white-text h2 em {
    font-style: normal;
    color: #C09453 !important;
}
.wpb_start_animation.fade-in.gambit-css-animation {
    transform-style: flat !important;
    -moz-transform-style: flat !important;
    -webkit-transform-style: flat !important;
}
#content .parallax-middle .vc_parallax-inner {
    background-position: center;
}
#content .parallax-middle.serif-font {
    text-shadow: 0 0 4px rgba(50, 50, 50, 0.2);
}
/*-----------------
    Home styles
------------------*/

.left-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #BCA38A;
}
.right-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #BCA38A;
    right: 0px;
}
#content .bg-b {
    background-position: bottom !important;
    background-size: 100% !important;
    margin-bottom: 0px;
    box-shadow: 0px -5px 5px rgba(140, 140, 140, 0.1);
}
#content .iac-bg {
    background-size: 1300px !important;
    background-position: 50% 0% !important;
}
@media (min-width: 1100px) {
    #content .iac-bg {
        background-size: 100% !important;
        padding-top: 18vw !important;
        padding-bottom: 40px !important;
    }
}
/*--- home news ---*/


.readmore a {
    border: none !important;
    color: #f1ede7 !important;
    font-size: 16px !important;
    display: block !important;
    text-align: left !important;
    border-radius: 0px !important;
    padding: 20px !important;
    border-top: 2px solid #BCA38A !important;
}

.readmore a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: relative;
    margin-left: 20px;
    display: inline-block;
    top: -5px;
    text-align: right !important;
    float: right;
    font-size: 2em;
    color: #ab9680;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.readmore a:hover:after {
    color: #f1ede7 !important;
}

#content .vc_grid-item a{color:#fff}

#content .vc_gitem-link:nth-child(even) div .readmore a:after {
    color: #625b53;
}
#content .vc_gitem-zone-c {
    color: #f1ede7 !important;
    background: #625b53 !important;
    border-left: 6px solid #3d3d3d !important;
}
#content .vc_grid-item:nth-child(even) .readmore .vc_gitem-link{
    background: #bca38a !important;
}
#content .vc_grid-item:nth-child(even) .readmore .vc_gitem-link {
    border-top: 2px solid #625B53 !important;
}
#content .vc_gitem-zone-c {
    padding: 30px 20px 10px !important;
}
#content .vc_gitem-zone h4 {
    text-transform: none;
    font-size: 1.2em;
    min-height: 20px;
}
.cta a {
    display: block;
    padding: 30px 0px;
}
.cta a:hover {
    background: rgba(255, 255, 255, 0.1)
}
.event-map {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999999999999999999999
}
.event-map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999999999999999999999
}

#content .home-links {
    overflow: visible !important
}
#content .home-link a {
    display: block;
    margin: -35px 0px!important;
    padding: 35px 0;
    color: #fff;
}
#content .home-link a:before {
    content: '';
    height: 10px;
    position: absolute;
    width: 100%;
    background: #aa9d69;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#content .home-links-two a:before {
    background: #938554;
}
#content .home-link a:hover:before {
    top: -10px;
}

/*-----------------
   Page elements
------------------*/


#content .holly-top-right div{
	background-size: 80px !important;
  background-position: top 20px right 20px !important;
}

@media (max-width: 767px) {
#content .holly-top-right div{
	background-size: 50px !important;
  background-position: top 15px right 15px !important;
}
}

#content .bpb{background-position: bottom !important;}

.button a {
    background: #625b53;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    border-left: 4px solid #bca38a;
    padding: 10px 20px 11px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button a:hover {
    background: #bca38a;
}

/*-ticks-*/
#content .ticks ul {
  list-style: none;
  margin-left: 0;
  padding-right: 20px;
}

.ticks ul li {
  line-height:1.6em;
  margin-bottom:6px;
  margin-left:20px;
  font-weight: 300;
}

.ticks ul li:before {
  content: '\f00c';
  font-family:'FontAwesome';
  position: absolute;
  font-size:0.8em;
  margin-top:-0px;
  margin-left:-20px;
  color: #2E2E2E !important;
}

.white-text .ticks ul li:before{
  color:#fff;
}

/*--*/
#content .cheeses-row a {
    display: block;
    background: rgba(10, 10, 10, 0.8) !important;
    padding: 70px 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.8em;
    border-left: 3px solid #C9984A;
    border-right: 3px solid #C9984A;
}
#content .cheeses-row a:hover {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff;
    text-shadow: 0 0 2px black;
}
/*-----------------
   Footer elements
------------------*/

.first-footer {
    clear: both;
    background: url(/wp-content/themes/lyburn-cheese/images/footer-bg.png)no-repeat bottom right, #3d3d3d;
    padding: 140px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    font-family: Georgia, Times, "Times New Roman", serif;
    border-top: 4px solid #C8974A;
}
#footer-widget-area {
    margin: 0 auto;
    max-width: 1100px;
}
.widget-title {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2em;
}
.widget-area {
    min-width: calc(33.33% - 20px)
}
.first-footer ul ul li {
    color: #C09453;
    list-style: disc
}
.first-footer a {
    color: #C09453;
}
a.footer-twitter-icon{display:block;margin:-20px 0 0 0;}
a.footer-twitter-icon:hover{text-decoration:none;}

.footer-twitter-icon span {
    font-size: 2.5em;
    color: #C9984A;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.footer-twitter-icon:hover span {
    color: #917957;
}

#footer {
    background: #2F3C44;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#footer a {
    color: #fff;
}
.footer-logos img {
    max-width: 25%;
    width: auto;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
}
/*-----------------
    Other styles
------------------*/
/*#content .vc_toggle {
    text-align: center !important;
    display: block !important;
}*/

#content .vc_custom_heading.history-faq {
    color: #c09453 !important;
    font-size: 18px;
    border-bottom: 6px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
    margin: 0 auto !important;
    text-align: center !important;
}
#content .vc_toggle_active .vc_custom_heading.history-faq {
    color: #fff !important;
    border-bottom: 6px solid #c09453;
}
.btn {
    background: #C9984A !important;
    text-align: center !important;
    padding: 4px 20px !important;
}
/*-------------------
    Stockist styles
---------------------*/

.location {
    background: #3D3D3D !important;
    border-left: 3px solid #C9984A !important;
}
.infoWindowContainer .infoWindow h3,
.prettyMapList .corePrettyStyle {
    background-color: #3D3D3D !important;
    border-left: 3px solid #C9984A !important;
}
.infoWindowContainer {
    border-radius: 0px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd !important;
    border-bottom: 2px solid #C9984A !important;
    padding-bottom: 10px !important;
    background: #fff;
}
.address {
    display: none;
}

/*----Hide miles to each location----*/
a.viewLocationDetail>span:nth-child(2){display:none;}


/*---------------------
    Single styles
-----------------------*/

.single {
    background: #F2EDE7;
}
.single #content {
    background: #fff;
    background-position: top 30px center;
    background-size: 50px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 60px 80px 60px;
    margin-top: 20px;
    margin-bottom: 60px;
    border-top: 3px solid #D9CDBF;
    border-bottom: 3px solid #BDA38A;
}
.single #content h1.entry-title {
    text-align: center;
    line-height: 1.4em !important;
    letter-spacing: 6px !important;
    font-size: 1.2em !important;
    margin-bottom: 40px !important;
    color: #3D3D3D !important;
    text-transform: uppercase;
    font-weight: 300 !important;
}
/*---------------------
    Responsive styles
-----------------------*/
/*---------Responsive styles----------*/
/* ### standard ### */

@media (max-width: 980px) {
    #content .bpc {
        padding: 0px !important;
    }
    #content .bpc .vc_column-inner {
        padding: 60px !important;
    }
}
@media (max-width: 767px) {
    .mobile-hide,
    #content .mobile-hide {
        display: none;
    }
    #content .mi {
        height: 50vw;
    }
    #content .ms {
        order: 2;
    }
    #content .bpc {
        padding: 0px !important;
    }
    #content .bpc .vc_column-inner {
        padding: 40px !important;
    }
}
/*----- Header styles ------*/

.mobilemenu {
    display: none;
}
.mobilemenu {
    background: #3D3D3D !important;
}
#ubermenu-main-3-mobile {
    background: #FFFFFF !important;
}
.mobilemenu ul ul {
    display: none !important;
}
.mobilemenu ul,
.mobilemenu ul li,
.mobilemenu ul li a {
    background: none !important;
}
@media (max-width: 1000px) {
    #access a {
        padding: 0 10px;
    }
}




@media (max-width: 767px) {
    .mobilemenu,
    .menu-wrap a.ubermenu-responsive-toggle {
        display: block !important;
    }
    #access {
        display: none;
    }
    .ubermenu-responsive-toggle {
        margin: 0 auto;
        text-align: center !important;
        color: #fff;
        font-family: 'Georgia' !important;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size: 0.88em;
        text-transform: uppercase !important;
    }
    .ubermenu-main {
        background: #3F4C54 !important;
    }
    #logo img {
        width: 160px;
    }
    #footer-widget-area #second {
        display: none;
    }
    #footer-widget-area {
        padding: 0px 40px;
    }
    #footer-widget-area .widget-area {
        float: left;
        margin-right: 20px;
        width: calc(50% - 20px);
    }
    #content .home-intro::after {
        content: '';
        display: none;
    }
    #content .vc_row.wpb_row.white-text.responsive-padding {
        padding: 20px !important;
    }
    #content .caption h2 {
        font-size: 0.94em !important;
    }
    .caption h3 {
        font-size: 0.74em;
        font-family: 'Georgia';
        font-weight: 300;
    }
    .caption img {
        max-width: 264px;
    }
    #content,
    #content input,
    #content textarea {
        color: #2F3C44;
        font-size: 15px;
        line-height: 24px;
    }
    .responsive-image {
        min-height: 300px !important;
    }
    .responsive-image:before {
        content: '';
        padding: 20px;
        position: absolute;
        background: #fff;
        right: calc(50% - 20px);
        top: -20px;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        
        -webkit-transform: rotate(45deg);
        /* Chrome, Safari, Opera */
        
        transform: rotate(45deg);
    }
    #content .responsive-contact {
        display: none;
    }
    img.left-header-image {
        display: inline-block;
        float: left;
        width: 70px !important;
        margin-top: 18px
    }
    img.right-header-image {
        display: inline-block;
        float: right;
        width: 70px !important;
        margin-top: 18px
    }
}
/*----- Footer styles ------*/

@media (max-width: 980px) {
    .first-footer {
        padding: 40px 10px;
    }
    h3.widget-title {
        font-size: 22px;
    }
}
@media (max-width: 860px) {
    #second {
        display: none;
    }
    .widget-area {
        width: calc(50% - 20px) !important;
    }
    .footer-logos img {
        height: 70px;
    }
}
@media (max-width: 720px) {
    .widget-area {
        width: calc(100% - 20px) !important;
    }
}
@media (max-width: 520px) {
    .footer-logos img {
        height: 40px;
        padding: 0px;
        margin: 0 2px
    }
}
/*--- Content ---*/

@media (max-width: 767px) {
    #content h1 {
        font-size: 1.5em !important;
    }
    #content h2 {
        font-size: 1.4em !important;
    }
    #content h3 {
        font-size: 1.3em !important;
    }
    #content h4 {
        font-size: 1.2em !important;
    }
    #content p {
        font-size: 0.9em !important;
        line-height: 1.4em;
    }
    #content .rnp {
        padding: 0px 20px !important;
    }
    #content .rnpl {
        padding-left: 20px !important;
    }
    #content .rnpr {
        padding-right: 20px !important;
    }
    #content .iac-bg {
        padding: 20px 10px !important;
    }
    #content .iac-bg .left-arrow:before {
        display: none !important;
    }
    #content .iac-bg .left-arrow div {
        border-left: 0px !important;
    }
    #content .rnmb {
        margin-bottom: 0px !important;
    }
    #content .rpbib div {
        background-position: bottom !important;
    }
    .home #content .vc_gitem-zone h4 {
        min-height: 0px;
    }
    .single #content {
        padding: 40px 20px 40px;
    }
}
@media (max-width: 560px) {
    #content h1 {
        font-size: 1.3em !important;
    }
    #content h2 {
        font-size: 1.2em !important;
    }
    #content h3 {
        font-size: 1.1em !important;
    }
    #content h4 {
        font-size: 1em !important;
    }
    .home-caption {
        font-size: 0.9em;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 460px) {
    .home-caption {
        font-size: 0.7em;
    }
}
@media (max-width: 1024px) {
    #content .home-video .vc_video-bg {
        display: none;
    }
    #content .home-video {
        background: url(/wp-content/uploads/2016/09/lyburn-cheese.jpg) !important;
    }
}


.woocommerce-loop-product__title,
.woocommerce-LoopProduct-link span{text-align:center;}
.woocommerce-LoopProduct-link span{display:none !important;}
.woocommerce-loop-product__title{padding:0 10px !important;}

a.add_to_cart_button{
    text-align:center;
    display:block !important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt{
    background:#C9984A !important;
  font-family: Georgia, Times, "Times New Roman", serif !important;
    font-weight:normal;
    padding:10px 35px;
    border-radius:0;
      box-shadow: 0 0 15px rgba(0,0,0,0.1) inset;
    
      	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
  box-shadow: 0 0 15px rgba(0,0,0,0.0) inset;
    
}

.woocommerce-shipping-fields span{font-size:1.2em;}

#billing_country_field,
#shipping_country_field{display:none;}

.post-2641 .woocommerce{margin-top:40px;}