/*
	Theme Name: Public Vision 
	Theme URI: http://www.hedris.nl
	Description: Sample is a two or three column child theme created for the Genesis Framework.
	Author: Studio Hedris
	Author URI: http://www.hedris.nl/

	Version: 1.0.2
	
	Tags: custom-background, custom-header, custom-menu, featured-images, fixed-width, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Scribble Blue
* Scribble Green
* Scribble Lavender
* Scribble Pink
* Scribble Red
* Scribble Teal

*/


/* Defaultsh1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
------------------------------------------------------------ */
 @import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700,300);
 @import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);


body,  p, select, textarea {
	color: #474747;
	font-family: 'Pt Sans', serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	margin: 0 0 15px 0;
	padding: 0;
	text-decoration: none;
}
body a {
	font-family: 'Pt Sans', serif;
	color: #008ba9;
}
input {
	color: #333;
	font-family: "juraregular", Helvetica, Verdana, Arial, Tahoma;
}
blockquote, input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
li, ol, ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}

strong {	
	font-family: 'Pt Sans', serif;
	font-size: 15px;
	font-weight: 700;;
	font-weight: bold
	}
	
	

/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {
	color: #0c99bf;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: none;
}
/* Body
------------------------------------------------------------ */

body {
	border-top: 5px solid #333;
	background: #ccc url(images/PUB_bg.jpg) no-repeat center top fixed ;
}

body.home {
	background: #ccc url(images/PUB_bg.jpg) no-repeat center top fixed ;
}
/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}
.home #wrap {
	margin: 0 auto;
}

/* Header
------------------------------------------------------------ */

#header {
	background: url(images/bg-header.png) top repeat-x;
	min-height: 100px;
	margin: 0;
	overflow: hidden;
	z-index:3;
	width:100%;
	
}
#header .wrap {
	margin: 0 auto;
	min-height: 100px;
	width: 960px;
}
#title-area {
	float: left;
	height: 102px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 250px;
}
#title {
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	margin: 15px 0 0;
	padding: 0;
	text-transform: none;
	letter-spacing:0.05em;
	}
#title a, #title a:hover {
	color: #000;
	text-decoration: none;
	font-family: 'Oswald', Helvetica, Arial;
	font-weight: 400;

}
#description {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
}
#header .widget-area {
	float: right;
	width: 700px;
	margin: 0 0 0 0;
	padding:0 10px 0 0;
}
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area, .header-image #title, .header-image #title a {
	background-color: #000;
	display: block;
	float: left;
	height: 100px;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 250px;
	background: url(images/logo.png) left top no-repeat;
}
.header-image #description { 
	display: block;
	overflow: hidden;
}
.header-image-text #title-area {
	background-color: #000;
}
/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area, .header-full-width #title, .header-full-width #title a {
	width: 960px;
}

/* Navigation Constants
------------------------------------------------------------ */

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
	font-weight: 400;
	letter-spacing:0.05em;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.menu li a {
	color: #000;
	display: block;
	font-size: 13px;
	padding: 70px 7px 12px;
	position: relative;
	text-decoration: none;
	text-transform:uppercase;
	border-left: 1px solid #ccc;
	}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus {
	background: #0c99bf url(images/nav-top.png) repeat-x;
	color: #fff;
	text-shadow: none;
}
/** sub-sub-menu **/
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited
#header ul.menu li li a:focus {
	background-color: #a5a4a4;
	border-bottom: 0px solid #fff;
	border-right: 0px solid #fff;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px 0 20px;
	position: relative;
	text-shadow: none;
	text-transform:uppercase;
	width: 160px;
}
/** sub-menu en sub-sub-menu mouseover **/
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #0c99bf;
	color: #fff;
}
/** sub-menu vertical align**/
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 250px;
	z-index: 9999;
	margin: 0px 0 0;
}

#header ul.menu li ul a {
	width: 130px;
}
/** sub-sub-menu vertical align**/
#header ul.menu li ul ul {
	margin: -29px 0 0 158px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: url(images/bg-nav.png);
	clear: both;
	color: #333;
	margin: 0 auto 5px;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	border-right: 1px solid #fff;
	color: #333;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
	text-shadow: #fff 1px 1px;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #d99e58;
	color: #fff;
	text-shadow: #d99e58 1px 1px;
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a {
	background-color: #d99e58;
	color: #fff;
	text-shadow: #d99e58 1px 1px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #d99e58;
	border: 1px solid #fff;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-shadow: none;
	text-transform: none;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #fff;
	color: #333;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -33px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 12px;
	padding: 6px 15px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 6px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/bg-nav.png);
	clear: both;
	color: #333;
	font-family: 'Quattrocento', arial, serif;
	margin: 0 auto 5px;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-right: 1px solid #fff;
	color: #333;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
	text-shadow: #fff 1px 1px;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #d99e58;
	color: #fff;
	text-shadow: #d99e58 1px 1px;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a {
	background-color: #d99e58;
	color: #fff;
	text-shadow: #d99e58 1px 1px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #d99e58;
	border: 1px solid #fff;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-shadow: none;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #fff;
	color: #333;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -28px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 50px auto 0;
	overflow: hidden;
	width: 960px;
	background: url(images/bg_music2.png) top repeat;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
embed, iframe, img, object, video {
	max-width: 100%;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 810px;
}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width: 960px;
	padding: 0;
}
.home.full-width-content #content-sidebar-wrap {
	width: 100%;
}
.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 470px;
}
.content-sidebar #content, .sidebar-content #content {
	width: 620px;
	padding: 10px 0 0 24px;
}
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}
.home.full-width-content #content {
	width: 100%;
}
.full-width-content #content {
	width: 960px;
	padding: 0 0 0 20px;
}
.post {
	margin: 0 0 20px;
}
.entry-content {
	overflow: hidden;
}
.entry-content p, .home p {
	padding: 0;
	}
p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.top p {
	text-align: center;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-even, .genesis-grid-odd {
	margin: 0 0 20px;
}
/* Headlines
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', helvetica, Arial, Tahoma;
	font-weight: 400;
	color: #000;
	margin: 0;
	letter-spacing:0.01em;
}
.widget-area h2 {
	font-size: 14px;
	margin: 5px 0 10px 0;
	padding-bottom:5px;
	border-bottom: 1px dotted #ccc;
}
.widget-area h2 a:hover {
	color:#000;
}
h1 {
	margin: 0 0 20px;
}


/* Links Hover Portfolio/Post -----*/
h2 a:hover {
	color:#63F;
	text-decoration: none;
}
/* Links SubHeadlines Post Homepage -----*/
#blog h2, #blog h2 a, #blog h2 a:visited, #services h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 30px;
	line-height: 24px;
	letter-spacing: 0.04em;
}
#blog p{
	color:#fff
}
#blog h2 a:hover {
	color: #07657a;
}
h3 {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 5px;
}
h4 {
	font-size: 22px;
	line-height: 35px;
	margin: 10px 0 0px;
	padding:0 100px 0 0;
	color:#000;
	text-align:left;
}

h5 {
	font-size: 18px;
}
#welcome h5 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 20px;
}
h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul, #about ul {
	margin: 0;
	padding: 0 0 15px;
}
.entry-content ol {
	margin: 0;
}
.archive-page ul li, .entry-content ul li, #about ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}
/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 15px 0 0;
	padding: 0;
	text-transform: uppercase;
	color: #ccc;
	display:none;
}

.post-day {
	font-size: 13px;
	margin: 15px 0 0;
	padding: 0;
	text-transform: uppercase;
	color: #ccc;
}
/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 100%;
}
/* Post Icons
------------------------------------------------------------ */

.post-comments, .tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}
/* Images
------------------------------------------------------------ */

img, img a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	border: 0px solid #fff;
	height: auto;
	max-width: auto;
}

.featured-content img {
	width: 453px;
	height: 190px;
}
img.portfolio {
	border: 15px solid #fff;
}
#blog .featuredpage img, #blog .featuredpost img {
	margin: 0 0 15px;
}
#photos .featuredpage img, #photos .featuredpost img {
	margin: 0;
}
.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}
.post-image {
	margin: 0 10px 10px 0;
}
.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	display: inline;
	margin: 0 0 15px;
}
img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption {
	padding: 5px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}
.wp-smiley, .wp-wink {
	border: none;
	float: none;
}
.gallery-caption {
}
/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	border: 0px solid #ddd;
	padding: 5px 8px;
	background-color: #f5f5f5;
}
.navigation li.active a {
	background-color:#008ba9;
	color:#fff;
	}
	
.navigation li.active a:hover {
	background-color:#fff;
	color:#008ba9;
	}
.navigation li a:hover{
	background-color:#008ba9;
	color:#fff;
	}
	


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 285px;
	margin-right:0px;
}
.widget {
	word-wrap: break-word;
}
.sidebar p {
	line-height: 16px;
	font-size:14px;
	margin:0 10px 30px 0;
}
.sidebar p a{
	border-bottom: #ccc solid 0px;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	margin: 0px 0 40px 0;
	color:#9fdcdb;
}
.sidebar p a:hover {
	color:#474747;
}
.sidebar h3{
	display:block;
	font-size:13px;
	margin: 0 8px 10px 0;
	background:#ababab;
	color:#474747;
	padding: 0 0 0 10px
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}
.sidebar .widget {
	background: url(images/bg-navxx.png);
	margin: 0 0 15px;
	padding: 10px 20px 10px 0;
}
.sidebar .widget .featuredpage img{
	width:100px;
	height:70px
}
.sidebar .widget  img{
	width:60px;
	height:60px
}
#header ul {
	margin: 0;
}
.widget-area ol ol, .widget-area ul ul {
	margin: 10px 0 0 15px;
}

/* Dropdowns
------------------------------------------------------------ */

#cat, .widget_archive select {
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	width: 268px;
}

/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage, .featuredpost {
	clear: both;
	overflow: hidden;
}
#blog .featuredpage .page, #blog .featuredpost .post {
	float: left;
	margin: 0 19px 0 0;
	overflow: hidden;
	width: 300px;
	color:#fff;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 5px 0 0;
}
#nav .searchform {
	float: right;
	padding: 4px 0 0;
}
.s {
	font-family: 'Quattrocento', arial, serif;
	font-size: 12px;
	margin: 0 1px 0 0;
	padding: 3px 5px;
	width: 190px;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: #0c99bf;
	margin: 0 auto 0;
	clear: both;
	padding:20px 0 0px;
	overflow: hidden;
}
#footer-widgets .wrap {
	margin: 0 auto;
	width: 960px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}
#footer-widgets p {
	padding: 0 0 20px;
	color:#fff;
}

#footer-widgets a {
	color:#fff;
}

#footer-widgets h2, footer-widgets h3, #footer-widgets h4, footer-widgets h5 {
	color:#fff;
}
#footer-widgets #wp-calendar thead, #footer-widgets #wp-calendar td {
	background: none;
}
.footer-widgets-1 {
	float: left;
	padding: 0 30px 30px 20px;
	line-height:40px;
	width: 55%;
}
.footer-widgets-1 a:hover{
	color:#000;
}
.footer-widgets-2 {
	float: left;
	width: 31%;
	color: #fff;
	display:none;
}
.footer-widgets-3 {
	float: right;
	padding: 0 20px 0 50px;
	width: 27%;
}
/* Footer
------------------------------------------------------------ */

#footer {
	background: #0c99bf url(images/bg-lightxx.png) top repeat-x;
	clear: both;
	height: 90px;
	overflow: hidden;
	color:#aaa;
	display:none;
}
#footer .wrap {
	margin: 0 auto;
	padding: 35px 0 0;
	width: 960px;
}
#footer p {
	color: #000;
	font-size: 12px;
}
#footer a, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #222;
	text-decoration: none;
}
#footer .gototop {
	float: left;
	width: 200px;
}
#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}
/* Comments
------------------------------------------------------------ */

#comments, #respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}
#comments p, #respond p {
	font-size: 13px;
	line-height: 20px;
}
#author, #comment, #email, #url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
	padding: 10px;
}
.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}
.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}
.comment-list p, .ping-list p {
	margin: 10px 5px 10px 0;
}
.comment-list cite, .ping-list cite {
	font-style: normal;
}
.commentmetadata {
	font-size: 11px;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
}
.bypostauthor {
}
.thread-alt, .thread-even {
	background-color: #f5f5f5;
}
.alt, .depth-1, .even {
	border: 1px solid #ddd;
}
.page-id-237  .featuredpage{
	margin-top: -100px;
	display:none;
	}

/** responsive menu **/

.slicknav_menu {
	display: none;
}


/* Smartphones (portrait and landscape) (min-device-width : 320px) and ----------- */
@media only screen and (max-width:1024px) and (min-width:480px) {
/* #menu-main-menu is the original menu */

body {
	width: 100%;
}
body.home {
	width: 100%;
}
#inner, #wrap {
	width: 100%;
	float: left
}

#inner {
	width: 95%;
}
.full-width-content #content {
	width: 95%;
	padding: 0 0 0 20px;
	margin:0 50px 0;
}
#header {
	width: 100%;
	height: 70px;
}
#header .wrap {
	width: 100%;
	height: 70px;
}
#header .widget-area {
	padding: 0;
	margin: 0;
	width: 60%;
	float: right;
}
#title-area {
	background-color: transparant;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 27%;
}
#header ul.nav li a, #header ul.menu li a {
	padding: 70px 7px 12px ;
	}
	/** sub-menu vertical align**/
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 250px;
	z-index: 9999;
	margin: -5px 0 0;
}
	
#sidebar {
	width: 250px;
	min-height: auto;
	margin: 0 0 0 30px;
}
#wrap .sidebar {
	float: left;
}
.sidebar-content #sidebar {
	width: 30%;
	margin: 0 0 0 30px;
}
#content {
	width: 100%;
	margin: 10px 0 0 0;
}
.sidebar-content #content, .content-sidebar #content {
	width: 62.6%;
	min-height: auto;
	margin: 0 0 0 0;
	color: #474747;
}
#content-sidebar-sidebar wrap, #sidebar-sidebar-content wrap {
	width: 100%;
}
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 100%;
}
.sidebar-content #content p {
	width: 100%;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 95%;
}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width: 95%;
	padding: 0;
}
.home.full-width-content #content-sidebar-wrap {
	width: 100%;
}

.home.full-width-content #content {
	width: 100%;
}
.full-width-content #content {
	width: 95;
	padding: 0 0 0 20px;
}


#content .page {
	width: 100%;
	float: left;
	margin: 0 10px 0 0;
	padding:0 ;
}
#content .page p {
	width: 91%;
	padding: 9px 17px 9px 0;
	margin: 0 0 10px 0;
	height: auto;
	font-size:15px;
}
#content .post {
	width: 100%;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0x 0 0 20px;
}
.entry-content p, .home p {
	padding: 0 0 20px;
	width: 91%;
	float: left;
}
.widget {
	word-wrap: break-word;
	width: 100%;
}
.featuredpage, .featuredpost {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0 0 0 0;
}
#content .entry-content {
	width: 100%;
	float: left;
}
#content .page p {
	padding: 9px 17px 9px 0;
	margin: 0 0 10px 0;
	float: left;
	height: auto;
	width: 91%;
}
.top p {
	text-align: center;
	width: 91%;
}
#contact .wrap {
	margin: 0 0 10px 10px;
	width: 100%
}

#footer-widgets .wrap {
	margin: 0 auto 0 10px;
	width: 100%;
}
.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 40px;
	width: 30%;
}
.footer-widgets-2 {
	float: left;
	width: 30%;
}
.footer-widgets-3 {
	float: right;
	width: 30%;
}
#footer {
	width: 100%;
	margin: 0 2% 0 0;
}
#footer .footer {
	width: 100;
	margin: 0 2% 0 0
}
}

@media only screen and (max-width: 800px) and (min-width:470px) {
/* #menu-main-menu is the original menu */
#header .widget-area {
	display: none;
}
.slicknav_menu {
	display: block;
	position: absolute;
	z-index: 99;
	width:40%;
	float:right;
}
#header {
	width: 100%;
	height: 60px;
}
#header .wrap {
	width: 100%;
	height: 60px;
}
#header .widget-area {
	padding: 0;
	margin: 30px 0 0 0;
	width: 50%;
	float: left;
}
#title-area {
	background: transparant;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0 0 0 10px;
	text-align: center;
	width: 250px;
}
#header ul.nav li a, #header ul.menu li a {
	padding: 10px 8px 3px 8px;
}

body {
	width: 100%;
}
body.home {
	width: 100%;
}
#inner, #wrap {
	width: 100%;
	float: left
}

.home #inner, .home #wrap {
	width: 100%;
}
#inner {
	width: 95%;
}
.full-width-content #content {
	width: 95%;
	padding: 0 0 0 0;
	margin:0 50px 0;
}

#sidebar {
	width: 95%;
	min-height: auto;
	padding-left: 8px;
	margin-left:30px;
}
#wrap .sidebar, #wrap #sidebar-alt {
	float: left;
}
#sidebar img {
	display:none;
}
#sidebar .widget p, #sidebar-alt .widget p {
	width: 95%;
	}
.sidebar-content #sidebar, .content-sidebar #sidebar{
	width: 95%;
	margin-left:30px;
}
#content {
	width: 100%;
	margin: 10px 0 0 0;
}
.sidebar-content #content, .content-sidebar #content {
	width: 100%;
	min-height: auto;
	margin: 0 0 0 0;
	color: #474747;
	padding-left: 20px;
}

.content-sidebar #content, .sidebar-content #content {
	padding: 10px 0 0 19px;
}
#content-sidebar-wrap {
	width: 100%;
}
#content-sidebar-sidebar wrap, #sidebar-sidebar-content wrap {
	width: 100%;
}
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 100%;
	}
.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	width: 100%;
	}
.sidebar-content #content p {
	width: 100%;
	
}
.full-width-content #content {
	width: 100%;
}
#content .page {
	width: 96%;
	float: left;
	margin: 0 15px 0 15px;
	padding:0 ;
}
#content .post {
	width: 96%;
	float: left;
	margin: 0 15px 10px 15px;
	padding: 0x 0 0 20px;
}

#content .entry-content {
	width: 100%;
	float: left;
}

#content .page p {
	width: 91%;
	padding: 9px 17px 9px 0;
	margin: 0 0 10px 0;
	height: auto;
	font-size:15px;
}

.entry-content p, .home p {
	padding: 0 0 20px;
	width: 91%;
	float: left;
}
#blog {
	width: 100%
}
#blog .wrap {
	margin: 0 0 10px 10px;
	width: 100%;
	padding-top: 20px;
}
#blog .featuredpage .page, #blog .featuredpost .post {
	float: left;
	margin: 0 19px 0 0;
	overflow: hidden;
	width: 45%;
}
#contact {
	width: 100%;
}
#contact .wrap {
	margin: 0 0 10px 10px;
	width: 95%
}
#footer-widgets .wrap {
	margin: 0 auto 0 10px;
	width: 100%;
}
.footer-widgets-1 {
	float: left;
	padding: 0 30px 50px 30px;
	width: 33%;
}
.footer-widgets-2 {
	float: left;
	width: 30%;
	display:none;
}
.footer-widgets-3 {
	float: left;
	width: 33%;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 95%;
}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width: 95%;
	padding: 0;
}
.home.full-width-content #content-sidebar-wrap {
	width: 100%;
}
.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.home.full-width-content #content {
	width: 100%;
}
.full-width-content #content {
	width: 95;
	padding: 0 0 0 20px;
	margin:0 0 0 -5px;
}
}
@media only screen and (max-width: 470px){
/* #menu-main-menu is the original menu */
#header .widget-area {
	display: none;
}
.slicknav_menu {
	display: block;
	position: absolute;
	z-index: 99;
	width:40%;
	float:right;
}

body {
	width: 100%;
}
body.home {
	width: 100%;
}
#inner, #wrap {
	width: 100%;
	float: left
}
#inner {
	margin: 10px 0 0 10px;
	overflow: hidden;
	width: 94%;
	}

.home #inner, .home #wrap {
	width: 100%;
}
#header {
	width: 100%;
	height: 70px;
}
#header .wrap {
	width: 100%;
	height: 70px;
}
#header .widget-area {
	padding: 0;
	width: 98%;
	float: left;
}
.header-image #title-area, .header-image #title, .header-image #title a{
   padding: 0 0 0 0px;
}
#title-area {
	padding: 0 0 0 10px;
	}

#sidebar {
	width: 100%;
	min-height: auto;
	margin-left:30px;
	}
#sidebar img {
	display:none;
}
#sidebar .widget p, #sidebar-alt .widget p {
	width: 95%;
	padding-left:20px;
	}
.sidebar-content #sidebar, .content-sidebar #sidebar{
	width: 95%;
	margin-left:30px;
}
#content {
	width: 95%;
	margin: 10px 10px 0 0px;
}

#content-sidebar-wrap {
	width: 97%;
}

#content-sidebar-sidebar wrap, #sidebar-sidebar-content wrap {
	width: 100%;
}
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 100%;
	}
.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	width: 100%;
	}
.sidebar-content #content p {
	width: 91%;
	}
.sidebar-content #content, .content-sidebar #content {
	width: 100%;
	padding: 10px 0 0 20px;
	}
.full-width-content #content {
	width: 100%;
}
#content .page {
	width: 96%;
	float: left;
	margin: 0;
	padding-left:0;
}
#content .post {
	width: 95%;
	float: left;
	margin: 0 15px 10px 0;
	padding: 10px 0 0 0;
}
#content .entry-content {
	width: 100%;
	float: left;
}
#content .page p {
	width: 91%;
	padding: 9px 17px 9px 0;
	margin: 0 0 10px 0;
	height: auto;
	font-size:15px;
}
.sidebar-content #sidebar, .content-sidebar- #sidebar {
	padding: 0 0 0 20px;
	margin: 0 0 0 25px;
	float: left;
}
.gle-sidebars-below-content #sidebar {
	width: 100%;
}
#contact {
	width: 100%;
}
#contact .wrap {
	margin: 0 0 10px 10px;
	width: 100%
}
#footer-widgets .wrap {
	margin: 0 auto 0 10px;
	width: 100%;
}

#footer-widgets {
	margin: 0 auto 0 ;
	padding:40px 0 20px;
	overflow: hidden;
}
#footer-widgets .wrap {
	margin: 0 auto;
	width: 95%;
}

.footer-widgets-1 {
	float: left;
	width: 95%;
	margin:0 0 10px 0;
	line-height:40px;
}
.footer-widgets-2 {
	float: left;
	width: 95%;
	margin:0 0 10px 0;
	display:none;
}
.footer-widgets-3 {
	float: left;
	width: 95%;
	margin:-20px 0 10px -30px;
}
#footer {
	width: 100%;
	margin: 0 2% 0 0;
}
#footer .footer {
	width: 100%;
	margin: 0 2% 0 0
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 95%;
}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width: 95%;
	padding: 0;
}
.home.full-width-content #content-sidebar-wrap {
	width: 100%;
}
.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.home.full-width-content #content {
	width: 100%;
}
.full-width-content #content {
	width: 95;
	padding: 0 0 0 20px;
}
}
