/*
Theme Name: Edale Village
Theme URI: http://www.edale.org.uk
Template: total
Author: Andy Kirkland
Author URI: http://www.andykirkland.co.uk
Tags: two-columns,right-sidebar,custom-background,custom-menu,editor-style,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready,portfolio,photography,holiday,custom-logo
Version: 0.0.0.1.1516967991
Updated: 2018-01-26 11:59:51

*/

@import url('https://fonts.googleapis.com/css?family=Comfortaa:700|Raleway');

h1, h2, h3, h4, h5, h6 {
	font-family: 'Comfortaa', cursive;
}

body, button, input, select, textarea {
    font-family: 'Raleway', cursive;
    font-weight: 400;
}

#primary {
    width: 100%;
    float: left;
}

#secondary {
    width: 0%;
    float: left;
	display: none;
}


#ht-site-title {
    float: left;
    width: 25%;
    padding: 15px 0;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}

#ht-site-title h1 {
	font-family: 'Comfortaa', cursive;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 33px;
	margin-bottom: -5px;
	color: #4f0568;
}

#ht-site-title h2 {
	font-family: 'Comfortaa', cursive;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
	margin-left: 2px;
	color: #4f0568;
}

.ht-sticky #ht-site-title {
    padding: 5px 0;
}

#ht-site-navigation {
    float: right;
    width: 75%;
    padding: 27px 0;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}

.ht-main-navigation a {
    display: block;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-family: 'Comfortaa', cursive;
	text-transform: none;
    line-height: 36px;
    padding: 0 15px;
    font-weight: 400;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
	border-radius: 5px;
}

.ht-main-navigation ul ul {
    border-radius: 0 0 5px 5px;
}

.ht-main-title {
    text-transform: none;
}

.ht-section-title {
    text-transform: none;
}

.ht-about-sec {
    background-color: rgba(256, 256, 256, 0.6);
    border-radius: 10px;
    padding: 20px;
}

.ht-about-image img  {
  margin-top: 30px;
  margin-bottom: 30px;
  border-width: 10px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transition: -webkit-transform .15s linear;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

.ht-about-image img:nth-child(even) {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
}


.ht-main-header .ht-container {
    background-color: rgba(256, 256, 256, 0.75);
    border-radius: 10px;
    padding: 20px;
    margin: 0px auto 300px auto;

}

.ht-main-header {
    background-size: cover;
}

.ht-featured-icon img {
    border-radius: 50%;
    margin: 10px;
}

.ht-featured-link a {

}

.ht-blog-post {
	height: 600px;
}

.ht-blog-thumbnail {
	height: 255px;
}

#ht-bottom-footer {
    background: rgb(99, 79, 52);
	color: #bbb;
}

#ht-masthead {
	    border-top-color: rgb(99, 79, 52);
}

@media screen and (max-width: 370px){

#ht-site-navigation {
	width: 30%;
}

#ht-site-title {
    width: 70%;
}

#ht-site-title h1 {
    font-size: 18px;
}

#ht-site-title h2 {
    font-size: 11px;
}

}

@media screen and (max-width: 1100px){

#ht-site-navigation {
	width: 85%;
}

#ht-site-title {
    width: 15%;
}

#ht-site-title h1 {
    font-size: 33px;
}

#ht-site-title h2 {
	font-size: 0px;
}

.toggle-bar {
    border-radius: 10px;
}

#ht-about-us-section, #ht-team-section, #ht-cta-section
{
    background-attachment:scroll;
}

.ht-main-header
{
    background-attachment:scroll;
}

}



.ht-portfolio-caption a.ht-portfolio-image {
    right: 20px;
}