/*
Theme Name: Yont The Cleugh
Theme URI:
Description: Bespoke theme for Yont The Cleugh
Version: 1.0
Author: Espresso Web
Author URI: http://www.espressoweb.co.uk
*/
#wpmem_reg .div_textarea textarea, #wpmem_reg .textbox, #wpmem_login .textbox, #wpmem_reg .username, #wpmem_login .username, #wpmem_reg .password, #wpmem_login .password {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: rgb(43, 43, 43);
    padding: 8px 10px 8px;
    background: none repeat scroll 0% 0% #f7edd5;
}


.admin {position:absolute; top:10px; right:0; width:100%;}
.admin a:link, .admin a:hover, .admin a:focus, .admin a:visited {color:#000;}
.admin > div {float:right;}
.admin .amount {font-size: 21px;}
.cart-area {margin-left:10px;}

.add_to_cart_button{
    display:block;
    width: 100%;
    margin-top: 10px;
    padding: 8px 2px;
    background: #000;
    color: #fff;
    border: solid 1px #000;
    font-size: 20px;
    transition: all 1s ease;
}

.add_to_cart_button:hover{
    background: #fff;
    color: #000;
    cursor: pointer;
}


.amount, .price{font-size: 30px; font-weight: bold;}

.quantity input, .input-text {padding: 5px 0; font-size:13px;width:44%;}
.single_add_to_cart_button {
    width: 44%;
    margin-top: 10px;
    padding: 8px 2px;
    background: #000;
    color: #fff;
    border: solid 1px #000;
    font-size: 20px;
    transition: all 1s ease;
}

.single_add_to_cart_button:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
}

/* globals */
header, footer, section, nav, article {
	display: block;
}

html, body, div, span, h1, h2, p, ul, li, form, label {
	margin: 0;
	padding: 0;
}

.contact iframe {height:500px;}
.map {
	width:100%;
	height:500px;
}


.map-wrap {
	position:relative;
}

.overlay {
	width:100%;
	min-height:500px;
	position:absolute;
	top:0;
}
.contact p {text-align: left !important;}

iframe {
    border:none;
    width: 100%;
    height: 250px;
}
*,
:before,
:after {
    box-sizing: border-box;
    outline: none;
}

strong {
    color:#000;
}

html {
    position: relative;
    background:#f7edd5;
    min-height: 100%;

}

body {
    min-height: 100%;
    color: #222;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}

section#page {
    margin-top: 20px;
}

p { margin: 0 0 10px 0;}

h1, h2, h3 {
    color: #0f744a;
}

a:link, a:visited {
    color: #00ad90;
    text-decoration: none;
}

a:hover, a:focus {
    color:#000;
}

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

.clear {
    clear: both;
}

#wrap {
    width: 100%;
    max-width: 1171px;
    margin: 0 auto;
    padding: 0 10px;
   background: #f7edd5;
}

#wrap h1, #wrap h2 {text-align:center;}

/* header */

header {
    width:100%;
    color: #fff;
    z-index:99;
    position: relative;
    text-align:center;
    background: #2d6f48 url(images/head-bg.png) no-repeat top center;
}

#head-inner {
    width:100%;
    max-width:1171px;
    margin:0 auto;
    position: relative;
    padding: 10px 0;
}

.left, .right {
    float:left;
}

.left {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.right {
    font-size: 21px;
    width:100%;
}


/* woo */

.products {
    text-align:center;
}
.products li {
    list-style-type: none;
    width: 43%;
    background: #eee;
    padding: 2%;
    transition: all 800ms ease;
}

.products li:hover {
    -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.75);
    border-radius:10px;

}

.description_tab{
    display: none;
}

/* navigation */

nav {
    width: 100%;
    height:30px;
    background: none;
}

#nav-inner {
    width:100%;
    max-width:1171px;
    margin:0 auto;
}

nav ul {
    width:100%;
    height: 30px;
}

nav ul li {
    float: left;
    display: block;
    width: 12.285714%;
    list-style-type: none;
    line-height: 30px;
    height:30px;
    text-align: center;
    border-radius: 10px;
}

nav ul li a:link, nav ul li a:visited{
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 0;
    transition: all 500ms ease;
    background: #215942;
    width: 96%;
    font-size: 15px;
    margin:0 auto;
    border-radius: 10px;
}

nav ul li a:hover, nav ul li a:focus{
    color: #000;
    background:#eee;
    border-radius: 10px;
}

.current-menu-item {
    color: #000;
}

.current-menu-item a {
    color: #000 !important;
}

/* mobile menu */

#menuButton{
        display: none;
    }

.closeButton {
    display:none;
}

.closeButton:hover {
    color: #000;
}

.scrollToTop{
	width:41px;
	height:41px;
	background: none;
	text-decoration: none;
	position:fixed;
	bottom: 0px;
	right:0px;
	display:none;
	background: url(images/scroll-to-top.png) no-repeat;
	z-index: 99999;
}
.scrollToTop:hover{
	text-decoration:none;
}
/* body-top */
.ticker {
    width:100%;
    z-index:9;
    position:relative;
    max-height: 700px;
    overflow: hidden;
}

.ticker img {
    width:100%;
}

.tick-text {
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    margin-top:18%;
    left:0;
    padding: 0 14%;
    z-index:99;
}

.tick-text p {
    width:100%;
    margin:0 auto;
    line-height: 61px;
}
.tick-text strong {
    color: #fff;
    font-size:57px;
    text-transform:uppercase;
}

span.middletick {
    font-size: 90px;
    font-weight: bold;
}

span.bottomtick {
    text-align: right;
    display: block;
    padding-right: 37%;
    font-size: 30px;
}


/* home page */

.home-content {
    width:100%;
    margin-top:5px;
    text-align:left;
}

.home-content ul {
    padding:0;
    margin: 0 0 10px 20px
}

.home-content h1 {
    padding: 10px 0;
}

.home-content p {line-height:20px; margin-top:15px;}

#home-inner {
    padding: 13px 0;
}
.home-box {
    width:32%;
    float:left;
    margin-right:2%;
    position:relative;
}

.last {
    margin-right:0;
}

.bottom {
    height:170px;
    margin-top: 13px;
    padding:8% 0 0 0;
}

.bottom-inner {
    width:80%;
    height:80%;
    margin:0 auto;
    border: solid 1px #fff;
    background: none;
    color: #fff;
    text-align:center;
    padding-top: 8%;
}

.bottom-inner strong {
    color: #fff;
    text-transform: uppercase;
    font-weight:bold;
    font-size: 21px;
}

.delivery {
    background: #0173bc;
}

.returns {
    background: #b31b28;
}

.top {
     position:relative;
    text-align:center;
}

.top p{line-height: 16px;}

.top h3 {text-transform:uppercase;}
.top img {
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(0); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -transition: all .5s ease-in-out;
    -moz-filter: grayscale(0);
    filter: grayscale(0);

}

.top img:hover {
     filter: none;
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='https://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    -webkit-filter: grayscale(1);
}

.home-gal-inner {
    width:80%;
    position:absolute;
    z-index:99;
    bottom:20%;
    left:9%;
    background: none;
    color: #fff;
    text-align:center;
    padding-top: 19%;
    font-size: 18px;
}

.home-gal-inner strong {
    color: #fff;
    text-transform: uppercase;
    font-weight:bold;
    font-size: 21px;
}

.home-gal-inner button {
    background: none;
    border: solid 1px #fff;
    padding: 10px 23px;
    color:#fff;
    text-transform:uppercase
    cursor:pointer;
}

.home-gal-inner button:hover {
    background: rgba(255,255,255,0.4);
    color:#000;
    cursor:pointer;
}

.textwidget .wpcf7-form {background: #ccc;padding: 19px;}


/* body-text */

.page-left {
    width:70%;
    float:left;
    padding-right:1%;
}

.page-right {
    width:30%;
    float:left;
}

.sidebar h3 {
    width:100%;
    display: block;
    text-align:center;
    color: #0f744a;
    padding: 0;
    margin: 0;
}
.page-right .sidebar {
    width:100%;

    margin-bottom:10px;
    color:#eee;
}

.textwidget {
    padding:10px;
}
/* contact page */

.wpcf7-form {
    text-align:left;
}

.wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="text"], .wpcf7-form textarea {
    width: 100%;
    font-size: 18px;
    padding: 8px 2px;
    color: #484747;
}

.wpcf7-form input[type="submit"], #wpmem_reg input, #wpmem_reg button, #wpmem_reg select, #wpmem_reg textarea, #wpmem_login input, #wpmem_login button {
    width:100%;
    padding: 8px 2px;
    background: #000;
    color:#fff;
    border:solid 1px #000;
    font-size:20px;
    transition: all 1s ease;
}

.wpcf7-form input[type="submit"]:hover, #wpmem_reg input:hover, #wpmem_reg button:hover, #wpmem_reg select:hover, #wpmem_reg textarea:hover, #wpmem_login input:hover, #wpmem_login button:hover {
    background: #fff;
    color:#000;
    cursor: pointer;
}

/* footer */

footer {
    width: 100%;
    margin-top: 20px;
    background: url(images/footer-bg.png) top center;
    background-size:cover;
    font-weight: bold;
    color: #000;
        padding-top: 16%;
}

#foot-top-inner {
    color: #5f5e5e;
    padding-bottom: 12px;
}
footer a:link, footer  a:visited {
    color: #fff;
}

footer a:hover, footer a:focus {
    color: #fff;
}

#foot-top-inner a:link, #foot-top-inner  a:visited {
    color: #efd79e;
}

#foot-top-inner a:hover, #foot-top-inner a:focus {
    color: #fff;
}

footer h3 {
    color: #fff;
    padding-bottom:2px;
    margin: 0 0 4px 0;
    text-transform:uppercase;
}

#foot-top {
      width: 100%;
  max-width: 1171px;
  margin: 0 auto;
}

.btm-foot-wrap {
    width:100%;
    background:#0f744a;
    padding:1%;
    color:#fff;
}
#foot-inner {
    width:100%;
    max-width:1171px;
    margin:0 auto;
    font-weight:normal;
}

.foot-box {
    width: 25%;
    padding: 1% 1% 0 1%;
    float:left;
    text-align:left;
}

.foot-box p {line-height:20px; color:#fff;    font-weight: normal;}

.first-foot {
    padding-left: 0;
}

.last-foot {
    padding-right: 0;
}

#foot-box-large {
    width:100%;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.schema {
    display: inline !important;
}

.images {
    width: 40%;
    float: left;
    padding-right: 1%;
}

.summary.entry-summary {
    width: 60%;
    float: left;
}

div#tab-description {
    width:60%;float:left;padding-bottom: 10px;
}

.woocommerce-message {
    background: green;
    padding: 1%;
    margin: 10px 0;
    color: #fff;
}

.woocommerce-message a:link, .woocommerce-message a:visited {color:#fff;font-weight:bold;}

.shop-box {width:33.3333333333%;float:left;padding:0 1%;color:#fff;height: 50px;line-height: 50px;}
.s-one{background:#008dd5 url(images/gmp.png) no-repeat right center;}
.s-two{background:#c75848 url(images/isoqar.png) no-repeat right center;}
.s-three{background:#2e3192 url(images/union-flag.png) no-repeat right center;}
.shop-head {margin-top: 20px;}
img.attachment-shop_single.size-shop_single.wp-post-image {max-width:none;width:100%;}

.woo-inner h1, .woo-inner h2 {text-align:left !important;}
.home-content p {text-align:center;}

/* site specific style */

@media all and (max-width: 1171px) {
    .tick-text {
        padding-top:13%;
    }

}

@media all and (max-width: 1171px) {
    .tick-text {
        padding-top:7%;
    }

    .tick-text p{
        font-size:17px;
    }

    .tick-text strong {
        font-size: 20px;
    }

}




@media all and (max-width: 562px) {

    body {margin:0;}

    .left, .right, .foot-box, .video, .text{
        width: 100%;
    }

    .left{padding-top:31px;}

    #wrap {
        padding:0 3%;
    }

    .foot-box, .left {
        text-align: center;
    }

    .right {font-size: 19px;  margin-top: -25px; padding-right: 5px; text-align:right;}

    .right a:link, .right a:visited, .right a:hover, .right a:focus{color:#000;}


    nav {
        width:100%;
        height: auto;
    }

    #home-inner{margin-top:20px;}

    #head-inner {border:none;}

    .home-box {
        width:100%;
        margin: 1% 0;
    }
    #menuButton {
	height:30px;
	position:fixed;
	top: 2px;
    width: 30px;
	left:5px;
	z-index: 99999;
	color: #fff;
	display:block;
	cursor: pointer;
	font-size: 30px;
	line-height: 30px;
    }

    .closeButton {
    color: #000;
    text-transform: uppercase;
    cursor:pointer;
    display: block;
    float: left;
    width: 100%;
        background:#fff;
    }

     #nav-inner {
	width: 100%;
	height:auto;
	position:fixed;
	top: -392px;
	left:0px;
    background: #215942;
	z-index: 99999;
	padding:5px;
    text-align: center;
}

#nav-inner ul li {
    width:100%;
    height:34px;
    line-height: 33px;
    border-bottom: 1px solid #222;
}

#nav-inner ul li a {
	color:#fff;
	text-decoration:none;
}

#nav-inner ul li a:hover {
	color:#eee;
    border-bottom: 1px solid #222;
    background:#222;
}

    .page-left, .page-right {
    width:100%;
    padding-right: 0 1%;
    }

    .page-left {
    text-align: center;
    }

    header {
        border-top: solid 32px #000;
    }
    .tick-text p{
        font-size:12px;
        width:100%;
    }

    .tick-text strong {
        font-size: 14px;
    }

    .top img, .home-box img {  width: 100%;}

    .images, .summary.entry-summary {
    width: 100%;
    }
    .shop-box {width:100%;}

    div#tab-description, .single_add_to_cart_button, .quantity input, .input-text{width:100%;}

    .vc_row {margin-left:0 !important; margin-right:0 !important;}

    footer {padding-top:40%;}
    #foot-top {padding:0 3%;}

}


@media (max-width: 991px){
	.tick-text {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    bottom: 0;
    margin-top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.6);
}
}
