/*
Theme Name: The New Sun Camp Theme
Description: Internet if you have to
Author: Stirrer
Version: 108
*/

@import url("js-css/typeplate.css");
@import url("js-css/grid.css");

body {
	margin: 0;
}

#logo-wrapper {
	background-color: #669933;
	margin: 0;

}

#logo-home-section {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

#wrapper { 
	max-width: 960px; 
	width: 100%;
	margin: 0 auto; 
	}

main, footer {
	margin: 0 10px;
}

#logo-sm {
	margin-bottom: 40px;
}

#logo-sm img {
	display: block;
	margin-left: auto;
    margin-right: auto;
    width: 80% !important;
}

#logo-home img {
	max-width: 90%;
	padding: 10px;
}

#home-content, #footer-widgets {
	border-top: 1px solid #0099ff;
	padding: 60px 0;
}

#home-content .section.group {
	margin-bottom: 40px;
}

#home-content .section.group:last-of-type {
	margin-bottom: auto;
}

#register-content {
	padding: 60px 0;
}

#home-content p:last-of-type, #home-content.col {
	margin-bottom: 0;
}

#home-content img {
	width: 90%;
	margin-bottom: 15px;
}

#home-content .widget-text {
	margin-top: 20px;
}

#page-content img {
	width: 100%;
	height: auto;
}

#page-content {
	margin: 20px 0 30px;
}

#widget-1 a.btn {
	color: #0099ff;
	border-color: #0099ff;
}

#widget-1 a.btn:hover {
	color: white;
	background-color: #0099ff;
}

#widget-3 a.btn {
	color: #9e9a52;
	border-color: #9e9a52;
}

#widget-3 a.btn:hover {
	color: white;
	background-color: #9e9a52;
}

#widget-8 a {
	color: #0099ff;
}

#widget-10 {
	margin: 25px 10% 0;
}

#footer-widgets li, #widget-10 li {
	list-style-type: none;
}

#footer-widgets ul, #widget-10 ul {
	padding: 0;
	margin: 0;
}

#footer-widgets .widget-title, #widget-10 .widget-title {
	display: none;
}

/* typeplace changes */

h1, h2, h3, h4, h5, #widget-7 a, #widget-8 a, #footer-widgets .textwidget b, #widget-10  {
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: normal;
	word-break: keep-all !important;
    hyphens: none !important;
     -moz-hyphens: none;
  	-ms-hyphens: none;
  	-webkit-hyphens: none;

}

h1 {
  font-size: 2.66667em;
  margin-bottom: .9rem;
}

h2 {
  font-size: 2em;
  margin-bottom: 0.6rem;
}

h3 {
  font-size: 1.33333em;
  margin-bottom: 0.3rem;`
	}

h4, widget-7 a {
  font-size: 1em;
  margin-bottom: 0.3rem;`
	}

h5, #footer-widgets .textwidget b  {
	font-size: .90em;
}

p {
	text-indent: 0rem !important;
    margin-top: auto !important;
    font-family: 'Playfair Display', Georgia, serif;
    letter-spacing: .03em;
    word-break: keep-all !important;
    hyphens: none !important;
     -moz-hyphens: none;
  	-ms-hyphens: none;
  	-webkit-hyphens: none;
}

a, a:visited  {
	color: #9e9a52;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #5e5c31;
	text-decoration: none;
}

.screen-reader-text">Search for:</label>

/* register button */

.register-button {	
	margin-top: -10px;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	background-color: #ffffff;
	border: 4px solid #669933;
}

a.btn {
	color: #669933;
	text-decoration: none;
}

.btn:hover {
	color: #ffffff;
  background: #669933;

}

/* slick slideshow */

.slick-slide {
	height: auto !important;
}

.slick-slide img {
	width: 100%;
}

/* single column styles */

@media only screen and (max-width: 680px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}

	#widget-2, #widget-3 {
	margin-top: 45px;
    width: 100%;
	}

	#home-content .widget-text {
	margin-top: 0;
}

	#home-content img {
		width: 100%;
		margin-bottom: 10px;
	}

	#register-content .widget {
		text-align: center;
	}

	#widget-10 {
	margin: 25px 0;
	text-align: center;
	}
}






