@import url('normalize.css');

@import url('main.css');

@import url('social.css');

@import url('widgets.css');

@import url('superfish.css');

@import url('nivo-slider.css');

@import url('entry-content.css');

@import url('forms.css');

@import url('comments.css');

@import url('shortcodes.css');

@import url('gallery.css');

body {
	font-family: 'Arvo', serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #6b3b25;
	background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wrapper {
  width: 1000px;
  margin: 30px auto 80px auto;
  background: #dedad3;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);
  -moz-box-shadow: 0 0 10px rgba(0,0,0, .65);
  -o-box-shadow: 0 0 10px rgba(0,0,0, .65);
  box-shadow: 0 0 10px rgba(0,0,0, .65);
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-family: 'Lato';
	line-height: 1.3em;
	margin-bottom: 25px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.line-heading {
  overflow: hidden;
  margin: 0px 30px 30px 30px;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 48px;
  font-size: 18px;
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.line-heading a {
  float: right;
  font-family: 'Arvo', serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #6b3b25;
}

.linkhover a {
  text-decoration: none;
  color: #62493d;

  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.linkhover a.socialjoin:hover {
  opacity: 0.9;
}

/*-----------------------------------------------------------------------------------*/
/*	LAYOUTS
/*-----------------------------------------------------------------------------------*/
.one-third-col {
  float: left;
  margin-left: 30px;
  margin-bottom: 60px;
  width: 300px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.one-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}
.two-third-col {
  float: right;
  margin-right: 30px;
  margin-bottom: 60px;
  width: 620px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.two-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
  background: url(../img/header.png);
  min-height: 155px;
}
header #logo {
  margin-top: 32px;
  margin-bottom: 20px;
  float: left;

  	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
header #logo:hover {
  opacity: 0.8;
}
header #logo img {
  display: block;
  margin: 0 0 0 30px;
}

header #header-bar {
  float:right;
  width: 250px;
  margin-right: 25px;
  margin-top: 46px;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
}

header #header-bar a {
  text-decoration: none;
  color: #6b3b25;

    -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

header #header-bar a:hover {
  opacity: 0.5;
}
/*-----------------------------------------------------------------------------------*/
/*	Nav
/*-----------------------------------------------------------------------------------*/
nav {
  background: url(../img/nav.png) no-repeat top center;
  height: 65px;
  width: 1038px;
  margin-left: -20px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 600;

}
nav #menu-icon {
  display: none;
  background: red;
  width: 40px;
  height: 40px;
}
nav #nav {
  display: block;
  margin-left: 45px;
  /* substract 15 from the link padding */

}
nav #nav > li {
  display: block;
  float: left;

  /* Subnavigation ----------------------------------------------------*/
}
nav #nav > li:hover a,
nav #nav > li.current-menu-item a,
nav #nav > li.current_page_item a {
  background: #554035;
  text-shadow: 0px 2px 0px #444;

}
nav #nav > li > a {
  display: block;
  line-height: 65px;
  padding-left: 26px;
  padding-right: 26px;
  text-decoration: none;
  color: #dedad3;

  	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}

nav #nav > li.important a {
  color: #ffe09f;
}
nav #nav > li ul {
  margin-top: 25px;
  background: #62493d;
}
nav #nav > li ul li {
  border-bottom: 1px solid #806d63;
}
nav #nav > li ul li:last-child {
  border-bottom: none;
}
nav #nav > li ul a {
  display: block;
  color: #dedad3;
  text-decoration: none;
  line-height: 1.5em;
  padding: 15px;
}
nav #nav > li ul a:hover {
  color: #e09402;
}

/*-----------------------------------------------------------------------------------*/
/*	MAIN
/*-----------------------------------------------------------------------------------*/
#main {
  min-height: 700px;
  position: relative;
  border-top: 5px solid #c6c2bc;
}
#main .tagline {
  font-family: 'Lato';
  line-height: 1.3em;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 40px;
  margin-right: 30px;
  margin-left: 30px;
}
.footer-divider {
  background: #5a453b;
  border-top: 1px solid #644d42;
  border-bottom: 1px solid #523f35;
  height: 8px;
  width: 100%;
}
/* PAGE CONTENT ----------------------------------------------------*/.page-content {
  position: relative;
  margin: 0 30px 80px 30px;
}
.page-content .heading {
  margin-top: 40px;
}
.page-content #map {
  /* Google map */

  height: 350px;
  width: 100%;
  margin-bottom: 20px;
	background-color: grey;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  position: relative;
  text-align: center;
  padding: 30px 30px 30px 30px;
  font-size: 13px;
  color: #e7d7ba;
  background: #62493d url(../img/footer.png) repeat-x center top;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
}
/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE IFRAME
/*-----------------------------------------------------------------------------------*/
.responsive-iframe-container {
    position: relative;
    padding-bottom: 73%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
	margin-bottom: 55px;

}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	margin-top: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/
.aboutimage {
	float: right;
	margin: 0 0 0 30px;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/

.fbpage {
	width:450px;
	float:left;
}

.fbcomments {
width:450px;
float:right;
}

/*-----------------------------------------------------------------------------------*/
/*	GALLERY
/*-----------------------------------------------------------------------------------*/
.rslides {
  margin: 0 auto 0 auto;
  }

/* Callback example */

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  }

.callbacks .caption {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #dedad3;
  text-decoration: none;
  background: #7b6b5c;
  background: rgba(123, 107, 92, 1);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  text-shadow: 0px 2px 0px #444;
  text-align: center;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 58px;
  background: transparent url(../gallery/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#videosections {
	margin-top: 30px;
}

#videosection1 {
	float: left;
	width: 420px;
	background-color: #7B6B5C;
	margin: 0 60px 0 0;
	padding: 10px 10px 10px 10px;
	height: 250px;
}

#videosection2 {
	background-color: #7B6B5C;
	overflow:hidden;
	width: 420px;
	padding: 10px 10px 10px 10px;
	height: 250px;
}

@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 47%;
    }
  }

	.socialcontainer {
		position: relative;
	}

	.sociallink {
		opacity: 0.3;
		display: block;
		width: 100%;
		height: auto;
		transition: .5s ease;
		backface-visibility: hidden;
	}

	.socialmiddle {
		transition: .5s ease;
		opacity: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
	}

	.socialcontainer {
		opacity: 1;
	}

	.socialtext {
		background-color: #7b6b5c;
		transition: .5s ease;
	  font-family: 'Lato';
		font-size: 14px;
		color: white;
		padding: 16px 32px;
	}

	.socialtext:hover {
		background-color: #554035;
		transition: .5s ease;

	}
