/*
 Theme Name:   Adapt Child
 Description:  Adapt Child Theme
 Author:       Rowan Wilkins
 Author URI:   http://www.rownwilkins.com
 Template:     wpex-adapt
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wpex-adapt-child
*/

@import url("../wpex-adapt/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
font-family: 'hugoh___';
src: url(../wpex-adapt/font/hugoh___-webfont.ttf);
}

h1 {
	font-family:"hugoh___";
    font-size: 30px;
}

h2 {
	font-family:"hugoh___";
    font-size: 26px;
	font-weight:600;
}

h3 {
	font-family:"hugoh___";
    font-size: 18px;
	font-weight:600;
}

h4 {
	font-family:"hugoh___";
    font-size: 14px;
	font-weight:600;
}

h5 {
	font-family:"hugoh___";
    font-size: 12px;
	font-weight:600;
}

h6 {
	font-family:"hugoh___";
    font-size: 22px;
	font-weight:600;
    color:#ac2d31 ;
}

p {
	font-family:"hugoh___";
    font-size: 14px;
	
}

h1.single-title {
    margin-bottom: 25px;
    color:#ac2d31;
}

h2 a:hover, h3 a:hover, h4 a:hover {
    color: #ac2d31;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #477a97;
}

a:hover {
    text-decoration: none;
    color: #ac2d31;
	/*border-bottom: 1px dashed #ac2d31;*/
}

/* BLOG */

.widget_recent_entries a:hover, .widget_nav_menu ul a:hover, .widget_categories a:hover {
    text-decoration: none;
    color: #ac2d31;
	border-bottom: 1px dashed #ac2d31;
}

.entry input[type="button"]:hover, .entry input[type="submit"]:hover, #comments input[type="submit"]:hover, .theme-button:hover {
    text-decoration: none;
    background: url("http://localhost:8888/wp-content/uploads/2014/12/Button_Blog_Blue1.png");
}

.entry input[type="button"], .entry input[type="submit"], #comments input[type="submit"], .theme-button {
    font-size: 12px;
    display: inline-block;
    background: url("http://localhost:8888/wp-content/uploads/2014/12/Button_Blog_Green1.png");
    color: #fff;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 0;
    outline: 0;
    cursor: pointer;
}
/* End of code */

/* BG WRAP */

#wrap {
    background:url(../wpex-adapt/images/White_BG_Card.jpg);
    margin: 0 auto;
    width: 980px;
    padding: 0 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
/* End */

/* HEADER */

#masterhead {
    position: relative;
    padding: 40px 30px 40px 30px;
    margin: 0px -30px 30px -30px;
    border-bottom: 1px solid #fff;
    background: url(../wpex-adapt/images/Header.jpg);
    <meta name="google-site-verification" content="k2OOBE0e5fcaMpLwmAac6H6P12g4lpvL9DgvkTRWIL4" />
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-50531219-2', 'auto');
  ga('send', 'pageview');

</script>
}


/* End of code */

/* TOP NAVIGATION */

.sf-menu a {
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    font-weight: 500;
    color: #fff;
    padding: 0px 10px 0px 0px;
    margin: 5px 30px 0px -10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family:"hugoh___";

}

.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
    color: #ac2d31;
    background: #f9f9f9;
}

.sf-menu > li > a:focus, .sf-menu > li > a:hover, .sf-menu > li > a:active, .sf-menu > li.sfHover > a, #masternav .current-menu-item  > a:first-child {
    color: #ac2d31;
    border-bottom: 2px dashed #ffffff;
    padding-top: 60px !important;
    margin-top: -55px;
   background-image: url(../wpex-adapt/images/Leaves2.png);
   background-position: left;
   background-repeat: no-repeat;
   align:center;
}

/*.sf-menu > li > a:focus, .sf-menu > li > a:hover, .sf-menu > li > a:active, .sf-menu > li.sfHover > a, #masternav .current-menu-item > a:first-child {
    color: #ac2d31;*/
    
}


.sf-menu ul {
    padding: 0;
    font-size: 12px;
    background:url(../wpex-adapt/images/White_BG_Card.jpg);
    border: 1px solid #ddd;
    margin-left:-20px;
    margin-top:37px;
}


/* End of code */


/* HOME SLIDER */

.flexslider {
    margin: -28px -30px 30px -30px;
    padding: 0;
}

/* End of code */

/* HIGHLIGHTS */

.hp-highlight {
    float: left;
    width: 300px;
    margin-right: 10px;
    margin-bottom: 20px;
	padding:5px;
	
}

.hp-highlight img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom:15px;
    
}

.hp-highlight h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
	color: #ac2d31;
}

.flex-direction-nav li a.flex-prev {
    position: absolute;
    display: block;
    z-index: 101;
    font-size: 0px;
    height: 70px;
    width: 70px;
    line-height: 80px;
    color: #fff;
    background: url("http://localhost:8888/wp-content/uploads/2014/12/LeftArrow_Blank.png");
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    text-align: center;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.flex-direction-nav li a.flex-prev:hover {
    text-decoration: none;
     background: url("http://www.naturalstorecornwall.co.uk/wp-content/uploads/2014/12/LeftArrow_Green.png");
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.flex-direction-nav li a.flex-next {
    position: absolute;
    display: block;
    z-index: 101;
    font-size: 0px;
    height: 70px;
    width: 70px;
    line-height: 80px;
    color: #fff;
    background: url("http://localhost:8888/wp-content/uploads/2014/12/RightArrow_Blank.png");
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    text-align: center;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.flex-direction-nav li a.flex-next:hover {
    text-decoration: none;
     background: url("http://www.naturalstorecornwall.co.uk/wp-content/uploads/2014/12/RightArrow_Green.png");
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}



/* End of code */


/* FOOTER */

#grass {
	margin-bottom:-10px;
	margin-left:-30px;
	margin-right:-30px;
}

#footer {
    background: url(../wpex-adapt/images/Footer_Green.jpg);
    margin: 0 -30px;
    padding: 0 30px;
    color: #fff;
    font-size: 12px;
}

#copyright {
    float: left;
    width: 70%;
    font-size: 10px;
    color: #ffffff;
	background: url(../wpex-adapt/images/Footer_Green.jpg);
}

.footer-widget h6 {
    color: #fff;
    font-size: 13px;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px dashed #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

#footer-bottom {
    padding: 10px 0;
    border-top: 1px dashed #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
	border-bottom: 1px dashed #FFF;
	
}

input[type=search], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea {
    background:url(../wpex-adapt/images/White_BG_Card.jpg);
    border: 1px dashed #000;
	border-radius: 4px;
    display: block;
    font-size: 11px;
    color: #555;
    font-weight: 400;
    margin-left: 0;
    padding: 6px 10px;
    line-height: 1.6em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-apperance: none !important;
}

/* End of code */

/* PAGE HEADINGS */

#page-heading {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #444;
}

#page-heading h1, #page-heading h2 {
    font-size: 21px;
    line-height: 1em;
    margin: 0px !important;
    color: #ac2d31;
}

/* End of code */

#sign {
	margin-bottom:-70px;
	margin-left:-10px;
	margin-right:30px;
	float:right;
}

.metaslider {
float: right;
margin-left: 10px !important;
}