/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site-content {
	float: left;
	margin: 0 -25% 0 0;
	width: 90%;
}

#secondary {
/* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 30%;
}

.entry-title,
.entry-title a {
	color: #f38533;
	font-family: Helvetica, sans-serif;
	font-size: 26px;
	font-size: 2.3rem;
	line-height: 36px;
	margin: 0 0 .25em;
	padding: 0;
	text-transform: capitalize;
}

p {
	border: 0;
	font-family: Helvetica, sans-serif;
	font-size: 85%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.hentry {
	background-color: rgba(255,255,255,.6);
	margin: 0 0 2em;
	padding: 1em;
	position: relative;
	z-index: 50;
}

.entry-meta {
	color: #777;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: capitalize;
}

.entry-header {
	margin: 0 0 1em;
}

p {
	margin: 1em 0;
}

strong {
	font-weight: bolder;
}

.widget-title {
	color: #777;
	font-family: "Port Lligat Sans", Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1em;
	margin: 0 0 .8em;
	padding: 0;
	text-transform: uppercase;
}

a {
	border: 0;
	font-family: "Port Lligat Sans", Helvetica, sans-serif;
	font-size: 110%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

@media only screen and ( max-width: 500px ) {
	.site-content {
		float: left;
		margin: 0 -25% 0 0;
		width: 100%;
	}
	
	#secondary {
	/* Sidebar 1 */
		float: right;
		overflow: hidden;
		width: 100%;
	}
}

#s {
	padding: 6px;
	width: 200px;
	max-width: 75%;
}

h2 {
	color: #f38533;
	font-family: Helvetica, sans-serif;
	font-size: 25.88px;
	font-size: 2rem;
	line-height: .989em;
	margin: .989em 0;
	text-transform: inherit;
}

ol.commentlist,
ul.commentlist {
	list-style: none;
	font-size: small;
	margin: 0;
	padding: 0;
}

.comment-author cite.fn a {
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
}

.commentmetadata {
	text-transform: none;
	color: #666;
	margin-bottom: 5px;
}

li.comment,
li.pingback,
li.trackback {
	border-bottom: 1px solid rgba(119,119,119,.2);
	padding: 1em;
	clear: both;
}

.contact-form label {
	margin-bottom: 3px;
	float: none;
	font-weight: normal;
	display: block;
	font-family: inherit;
	font-size: inherit;
}

.main-navigation ul li {
	float: left;
}

h3 {
	display: block;
}

@media screen and ( max-width: 500px ) {
	h1.menu-toggle {
		display: none;
	}
}

@media screen and ( max-width: 500px ) {
	.main-small-navigation .menu {
		display: none;
	}
}

.page-links {
	text-transform: capitalize;
	float: right;
}

h1.page-title {
	font-family: "Port Lligat Sans", Helvetica, sans-serif;
	font-size: 1.8rem;
}

@media only screen and ( max-width: 500px ) {
	#footer-2 {
		display: none;
	}
	
	#footer-3 {
		display: none;
	}
}

input[type="submit"] {
	border-color: #39aca0;
	color: #39aca0;
	font-weight: bolder;
}

.dgd_stb_box.default form input[type=submit], .dgd_stb_box form input.submit {
	background-color: #f38533;
	border: 1px solid #f38533 !important;
	box-shadow: 0 1px 0 0 #f38533 inset;
}

input[type=text],
input[type=email],
textarea {
	position: inherit;
}

.gallery-caption.wp-caption-text,
.wp-caption-text {
	font-size: 14px;
	font-size: 1rem;