/*
Theme Name: Veronica Belmont (v1.1)
Theme URI: http://underscores.me/
Author: Underscorefunk Design
Author URI: http://underscorefunk.com/
Description: 
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
	outline: 0;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: 500;
	color: #666f6d; /* Dark Grey */
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
/*
a {
	color: royalblue;
}

a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}
*/
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


/* =Layout
----------------------------------------------- */

html, body {
	background-color: #e41661; /* Pink */
	font-family: 'Exo', sans-serif;
	min-width: 380px;
	}
	.oldie {
		min-width: 840px;
		}
.header-container {
	padding-bottom: 1em;
	overflow: hidden;
}
.backgrounder{
	background-image: url( 'img/nebula_treated.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.site-header {
	padding-left: 1.5em;

	}
.site-header a {
	text-decoration: none;
	}
.site-header a:hover {
	text-shadow: 0px 0px 4px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=0);
   	}
	.logo-container {
		vertical-align: middle;
		/*background-color: #b52555; */

		background-image: url('img/title_slash.svg');
		background-position: bottom left;
		background-repeat: no-repeat;
		
		background-size: cover;
		margin: 0em 0em 0em 0em;
		padding: 1em 4em 0.65em 0em;
		display: block;
		margin-right: 25%;
		margin-right: 10em;
		position: relative;
		
		}
		.no-svg .logo-container {
			background-image: url('img/title_slash.png');
			background-size: auto;
			background-position: bottom right;
			}
	
		#menu-main-menu {
			margin: 0.5em 0em 0em;
			position: relative;
			}
		.prev-next-featured-menu {
			margin: 0em auto 1em;
			text-align: center;
			}
			.prev-next-featured-menu li,
			#menu-main-menu li {
				list-style: none;
				background-image: url('img/main-nav-link-on-bg.svg');
				background-size: cover;
				background-position: top left;
				padding-left: 1.5em;
				margin-bottom: 0.35em;
				/* margin-right: 0.125em; */
				display: inline-block;
				}
				.no-svg .prev-next-featured-menu li,
				.no-svg #menu-main-menu li {
					background-image: url('img/main-nav-link-on-bg.png');
					background-position: top left;
					}
			
			.prev-next-featured-menu li a,
			#menu-main-menu li a {
				background-image: url('img/main-nav-link-on-bg.svg');
				background-size: cover;
				background-position: bottom right;
				padding: 0.625em 1.75em 0.6em 0em;
				margin-right: -0.8em;
				display: block;
				color: white;
				line-height: 1.1em;
				text-transform: uppercase;
				letter-spacing: 0.2em;
				font-size: 0.8em;
				font-weight: 500;
				text-decoration: none;
				}
				.no-svg .prev-next-featured-menu li a,
				.no-svg #menu-main-menu li a {
					background-image: url('img/main-nav-link-on-bg.png');
					background-position: bottom right;
					}
				.prev-next-featured-menu a:hover {
					text-shadow: 0px 0px 4px #ffffff;
	    			filter: dropshadow(color=#ffffff, offx=0, offy=0);
	    			}

		.header-stripe {
			position: absolute; 
			top: 0px;
			right: 100%;
			height: 100%;
			width: 100%;
			background-image: url('img/header_slash.svg');
			background-repeat: no-repeat;
			background-size: contain;
			background-position: bottom right;
			margin-right: -0.2em;
			z-index: 0;
			}
		.no-svg .header-stripe {
			background-image: url('img/header_slash.png');
			background-position: bottom right;
			}
			
		.blue-nav-container {
			width: 400%;
			height: 100%;
			left: 100%;
			margin-left: -1.5em;
			top: 0px;
			position: absolute;
			background-image: url('img/teal_left_slash.svg');
			background-size: cover;
			background-position: top left;
			background-repeat: no-repeat;
			padding: 0.75em 0em;
			}
			.no-svg .blue-nav-container{
				background-image: url('img/teal_left_slash.png');
				background-size: auto;
				}
			
			.blue-nav-container .menu {
				width: 100%;
				margin: 0em;
				left: -1em;
				position: absolute;
				}
				.blue-nav-container .menu ul {	}
				.blue-nav-container .menu li { 		list-style: none; }
				.blue-nav-container .menu li + li { margin-top: 0.125em; }

				.blue-nav-container .menu li:nth-child(1) { margin-left: 0.5em;}
				.blue-nav-container .menu li:nth-child(2) { margin-left: 0.95em;}
				.blue-nav-container .menu li:nth-child(3) { margin-left: 1.4em;}
				.blue-nav-container .menu li:nth-child(4) { margin-left: 1.85em;}
				.blue-nav-container .menu li:nth-child(5) { margin-left: 2.3em;}
				.blue-nav-container .menu li:nth-child(6) { margin-left: 2.5em;}
				.blue-nav-container .menu li:nth-child(7) { margin-left: 2.9em;}

				.oldie .blue-nav-container .menu li { margin-left: 7px; }
				.oldie .blue-nav-container .menu li + li { margin-left: 14px; }
				.oldie .blue-nav-container .menu li + li + li { margin-left: 21px; }
				.oldie .blue-nav-container .menu li + li + li + li { margin-left: 28px; }
				.oldie .blue-nav-container .menu li + li + li + li + li { margin-left: 35px; }
				.oldie .blue-nav-container .menu li + li + li + li + li + li { margin-left: 42px; }


				.blue-nav-container .menu a {
					color: white;
					padding: 0.25em 1em 0.25em;
					display: block;
					background-image: url('img/teal_left_slash.svg');
					background-position: top left;
					background-repeat: no-repeat;
					text-transform: uppercase;
					line-height: 1em;
					letter-spacing: 0.2em;
					font-size: 0.75em;
					font-weight: 500;
					margin-left: 0.625em;
					}
				.no-svg .blue-nav-container .menu a{
					background-image: url('img/teal_left_slash.png');
					background-size: auto;
					}

				.blue-nav-container .menu a:hover {
					margin-left: 0em;
					}
	#site-logo {
		background-image: url( 'img/v_white.svg' );
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: 4em;
		height: 4em;
		position: absolute;
		top: 1em;
		left: 1em;
		display: none;
		}
	.site-title {
		font-size: 3.5em;
		line-height: 1em;
		font-weight: 100;
		}
		.site-title a {
			color: white;
			}
			.site-title a:first-letter {
				font-weight: bold;
				color: #e41661;
			}
	.site-description {
		display: none;
		line-height: 1em;
		font-weight: 500;
		padding: 0.5em 0em 0.25em 2em;
		color: white;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 0.625em;
		
		}


.site-header,
.featured-content,
#main,
.site-footer {
	margin: auto auto;
	max-width: 980px;
	max-width: 61em;
	}
.footer-container {
	background-color: #2caab6;;
	}
.site-info-container {	
	background-color: #e41661; /* Pink */
	}
.main-container {
	background-color: white;
	background-image: url('img/light_grid.svg');
	background-position: bottom center;
	}
	.no-svg .main-container{
		background-image: url('img/light_grid.png');
		background-position: bottom center;
		background-repeat: repeat;
		}
.featured-content-container {
	width: 100%;
	overflow: hidden;
	}
.gplus_button img { width: 19px; height: 19px; margin-bottom: 1px;}
	/*
	.home .featured-content-container {
		background-image: url('img/teal_pixelstorm.svg');
		background-position: bottom center;
		background-repeat: repeat-x;
		padding-bottom: 4em;
		}
		*/

	.featured-content {
		padding: 0em 2em;
		}
	.home .video-container-outer {
		width: 70%;
		float: left;
		}
	.video-details-container { display: none; }
	.home .video-details-container {
		width: 30%;
		float: right;
		margin-top: 1em;
		padding: 0em 0em 1em 2em;
		color: white;
		display: block;
		}
		.latest-video-header {
			font-size: 0.75em;
			font-weight: 500;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			margin-bottom: 0.95em;
			color: #e41661;
			color: white;
			color: #156d8c;
			}
		.video-details-container .post-date {
			color: #156d8c;
			color: #1780a5;
			}
		.video-details-container p {
			font-size: 0.8em;
			}
		.video-details-container p a {
			text-decoration: none;
			color: #e41661; /* Pink */
		}
		.video-details-container .latest-video-title {

			}
		.video-details-container .latest-video-title a {
			text-decoration: none;
			display: block;
			color: white;
			color: #e41661; /* Pink */
			font-size: 1.125em;
			}
		.video-details-container a:hover {
			color: white;
			text-shadow: 0px 0px 4px #ffffff;
	        filter: dropshadow(color=#ffffff, offx=0, offy=0);
			}
		.project-category-container {
			margin: 1em 0em 1em;
			text-align: center;
			clear: both;
			}
		.project-category-container .category-badge + .category-badge {
			
		}

		.category-badge-label {
			display: inline-block;
			text-transform: uppercase;
			font-size: 1.25em;
			font-weight: 300;
			letter-spacing: 0.05em;
			color: #156d8c;
			vertical-align: middle;
			}
		.project-category-container a {
			display: inline-block;
			text-transform: uppercase;
			font-size: 1.25em;
			letter-spacing: 0.05em;
			font-weight: 700;
			color: #e41661; /* Pink */
			color: #177799;
			
			text-decoration: none;
			margin-left: 1em;
			vertical-align: middle;

			}
			.project-category-container a:hover {
				color: white;
				text-shadow: 0px 0px 4px #ffffff;
	        	filter: dropshadow(color=#ffffff, offx=0, offy=0);
				}
		/*
		.project-category-container .category-title {
			display: none;
			}
		*/
		.project-category-container .category-featured-image {
			display: inline-block;
			display: none;
			max-height: 4em;
			width: auto;
			}

.pixel-container {
	background-image: url('img/teal_pixelstorm.svg');
	background-position: bottom center;
	background-repeat: repeat-x;
	padding-bottom: 12.5em;
	}
	.no-svg .main-container{
		background-image: url('img/teal_pixelstorm.png');
		background-repeat: repeat-x;
		background-position: bottom center;
		}

.site-main {
	position: relative;

	}
/*	
.home .site-main {
	display: none;
}
*/

article .entry-title {
	font-size: 1.5em;
	color: #2caab6; /* Teal */
	}
article .entry-title a {
	text-decoration: none;
	}
article .entry-content {
	
	}
.site-content article + article {
	margin-top: 0.125em;
	}
.widget-area {
	float: right;
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	width: 25%;
	
	padding: 3em 0em 0em;
	}
.site-footer {
	padding: 0em 1.9em;
	}
	.footer-column {
		float: left;
		width: 25%;
		padding: 0.5em;
		}
	.site-footer .widget-title {
		color: #e41661; /* Pink */
		color: #1f6470; /* Dark Teal */
		text-transform: uppercase;
		font-weight: 800;
		letter-spacing: 0.5em;
		padding: 0.5em 0em;
		font-size: 0.625em;
		}
	.site-footer ul {
		margin: 0em;
		}
	.site-footer li {
		list-style: none;
		margin: 0em;
		padding: 0.3em 0em;
		}
	.site-footer li a {
		font-size: 1em;
		color: white;
		text-decoration: none;
		}
	.site-footer a:hover {
		text-shadow: 0px 0px 4px #ffffff;
        filter: dropshadow(color=#ffffff, offx=0, offy=0);
		}
	.site-footer .post-date {
		font-size: 0.75em;
		margin: 0em 0em 0.5em;
		color: #29848e; /* Medium Teal */
		display: block;
		}	
	.site-info{
		background-image: url('img/v_white.svg');
		background-repeat: no-repeat;
		background-position: center 2.25em;
		text-align:center;
		padding: 9.25em 0em 1.825em 0em;
		}
		.no-svg .site-info{
			background-image: url('img/v_white.png');
			}
		.site-info p {
			margin: 0;
			padding: 0;
			font-size: 0.70em;
			color: white;
			text-transform: uppercase;
			font-weight: 500;
			letter-spacing: 0.1em;
			}
		.site-info a {
			color: white;
			text-decoration: none;
			}
		.site-info a:hover {
			text-shadow: 0px 0px 4px #ffffff;
        	filter: dropshadow(color=#ffffff, offx=0, offy=0);
        	}


/* =Menu
----------------------------------------------- */

.navigation-main {
	display: block;
	float: left;
	width: 100%;
	padding: 0.5em 1em 0.5em 25%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0em;
	
}
.navigation-main li {
	float: left;
	position: relative;
	width: 20%;
	display: block;
	padding: 2px;
	
}
.navigation-main a {
	display: block;
	text-decoration: none;
	background-color: orange;
	border-radius: 0.25em;
	padding: 0.125em 0.5em;
	background-color: rgba(0,0,0,0.05);
	color: rgba(0,0,0,0.3);
	font-weight: bold;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Multimedia Embeds
----------------------------------------------- */

.video-container {
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
	width: 100%;
	margin: 1em 0em;
	}


.video-frame {
	width: 100%;
	height: 100%;
	position: absolute;
  	top: 0; left: 0; right: 0; bottom: 0;
  	-webkit-box-shadow:  0px 0px 1em 0.1em #000000;
    box-shadow:  0px 0px 1em 0.1em #000000;
	}


/* =Content
----------------------------------------------- */

.site-content {

}

.sticky {
}
/*
.hentry {
	margin: 0 0 1.5em;
}
*/
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-summary {
	margin: 1em 0 0;
}
.search .entry-summary {
	margin-top: 0em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-title,
.page .entry-title {
	font-weight: 100;
	font-size: 3em;
	padding: 0.625em 0.65em 0em;
	color: #2caab6; /* Teal */
	}
.page .entry-content > h2,
.fancy,
#primary .widget-title,
#secondary .widget-title,
.comments-title,
#reply-title {
	display: block;
	margin-left: 2em;
	margin-top: 1em;
	padding: 0em;
	line-height: 1em;
	background-color: #e9ebea; /* light grey */
	position: relative;
	}
	#reply-title {
		margin-left: 0em;
		margin-bottom: 1em;
	}
	.widget-title a,
	.fancy a { color: white; text-decoration: none; }

	.page .entry-content > h2 .inner,
	.comments-title .inner,
	#reply-title .inner,
	.fancy .inner,
	#primary .widget-title .inner,
	#secondary .widget-title .inner {
		display: inline-block;
		text-transform: uppercase;
		background-image: url('img/inner_bg.svg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom right;
		color: white;
		font-weight: 500;
		letter-spacing: 0.2em;
		padding: 0.5em 3.5em 0.5em 0.25em;
		line-height: 1em;
		font-size: 0.75em;
		}
		.no-svg .page .entry-content > h2 .inner,
		.no-svg .comments-title .inner,
		.no-svg #reply-title .inner,
		.no-svg .fancy .inner,
		.no-svg #primary .widget-title .inner,
		.no-svg #secondary .widget-title .inner {
			background-image: url('img/inner_bg.png');
			}
	.page .entry-content > h2 .before,
	.comments-title .before,
	#reply-title .before,
	.fancy .before,
	#primary .widget-title .before,
	#secondary .widget-title .before {
		position: absolute;
		left: -1.5em;
		width: 1.5em;
		height: 100%;
		background-image: url('img/inner_left_bg.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top right;
		}
		.no-svg .page .entry-content > h2 .before,
		.no-svg .comments-title .before,
		.no-svg #reply-title .before,
		.no-svg .fancy .before,
		.no-svg #primary .widget-title .before,
		.no-svg #secondary .widget-title .before {
			background-image: url('img/inner_left_bg.png');
			background-position: top left;
			}
	
.widget-area .fancy {
	margin-left: -0.325em;
	margin-top: 0.125em;
	}
.page .entry-content > h2:first-child {
	margin-top: 0em;
	}
.entry-summary > p {
	font-size: 0.8em;
	color: #898d8c; /* Gray */
	padding: 0em 2.4em 0em;
}
.entry-content > p {
	font-size: 1.2em;
	color: #898d8c; /* Gray */
	font-weight: 200;
	line-height: 1.625em;
	padding: 1em 1.65em 1em;
	marginngg: 0em;
}
.entry-content > p + p{
	padding-top: 0.125em;
	}

.page .category-summary {
	padding: 1em 2em 1em 1em;
	}
.page .category-summary-details {
	display: block;
	float: left;
	width: 40%;
	padding-left: 1em;
	}
.category-summary + .category-summary {
	margin-top: 0.125em;
	}
.category-summary .category-featured-image {
	display: none;
	}
.category-summary .category-title {
	display: block;
	padding: 0.25em 0em;
	}
.category-summary .category-title a {
	font-size: 2em;
	font-weight: 200;
	text-decoration: none;
	color: #2caab6; /* Teal */
	margin-right: 0.25em;
	line-height: 1.125em;
	}
	.widget-area .category-title a {
		font-size: 1.5em;
		font-weight: 400;
		padding-right: 2.4em;
	}
.category-summary .category-title a:hover {
	color: #e41661; /* Pink */
	}
.category-summary .post-count {
	display: inline-block;
	background-color: rgb(149, 223, 223);
	letter-spacing: 0.1em;
	color: rgb(255, 255, 255);
	line-height: 1.45em;
	padding: 0.125em 0.5em 0.125em;
	border-radius: 0.25em 0.25em 0.25em;
	font-size: 0.8em;
	vertical-align: text-top;
	margin-top: -0.5em;
	}
.category-summary .description {
	padding: 0.5em 0em 1em;
	font-size: 0.9em;
	line-height: 1.75em;
	color: #898d8c; /* Gray */
	}
	.widget-area .description {
		padding-right: 2.4em;
		padding-bottom: 2.5em;
		}
.category-summary .description a {
	text-decoration: none;
	color: #2caab6; /* Teal */
	border-bottom: 1px dotted #9cc8e4;
	}
.category-summary .description a:hover { 
	color: #e41661; /* Pink */
	}
.category-posts {
	display: block;
	float: left;
	width: 60%;
	padding: 0em;
	}
.home .category-posts {
	padding: 1em 2em 0em 1em;
	width: 100%;
	}
.archive .category-archive-posts {
	padding: 1em 2em 0em 1em;
	width: 100%;
	}

.category-post-link {
	padding: 0em 0em 0em 1em;
	width: 33%;
	text-decoration: none;
	color: rgb(64,64,64);
	display: block;
	float: left;
	}

.home .category-post-link {
	width: 25%; 
	
	}
.archive .category-post-link {
	padding-bottom: 1em;
	}
.archive .category-post-link:nth-of-type(3n+1) { 
	clear: left; 
	}

.category-post-link:hover {
	color: #e41661; /* Pink */
	}
	.category-post-link .featured-image {
		display: block;
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0em 0em 1em;
	}
	.category-post-link .category-post-title {
		font-weight: 400;
		font-size: 1.125em;
		line-height: 1.25em;
		color: #2caab6; /* Teal */

		}
	.category-post-link:hover .category-post-title {
		color: #e41661; /* Pink */
		}
	.category-post-link .meta {
		font-size: 0.75em;
		margin: 0em 0em 0.5em;
		color: #898d8c; /* Gray */
		}
	.category-post-link .excerpt {
		margin: 0.125em 0em 0em;
		font-size: 0.75em;
		line-height: 1.6em;
		color: #898d8c; /* Gray */
		}	

/* =Single Post
----------------------------------------------- */
.search .entry-title,
.archive .page-title {
	font-size: 1.5em;
	font-weight: 400;
	padding: 1.8em 1.3em 0em;
	}

.archive .entry-title,
.blog .entry-title, 
.single-post .entry-title {
	font-weight: 100;
	font-size: 3em;
	margin-top: 0.75em;
	padding: 0em 0.6em 0em;
	color: #2caab6; /* Teal */
	letter-spacing: -0.06em;
	line-height: 1.125em;
	position: relative;
	}
.archive .entry-title a,
.entry-title a {
	color: #2caab6; /* Teal */
	}

.entry-title .before {
	position: absolute;
	left: -0.5em;
	height: 100%;
	width: 1em;
	display: none;
	background-image: url('img/title_slash.svg');
	background-repeat: no-repeat;
	background-position: bottom right;
	bottom: 0.2125em;
	height: 2em;
	}

					

.entry-meta { color: #898d8c; /* Gray */ font-size: 0.8em;}
.search .entry-meta,
.archive .entry-meta,
.blog .entry-meta,
.single-post .entry-meta { 	
	padding: 0.125em 2.5em 1em;
	}

.entry-meta a,
.entry-content p > a, 
.navigation-paging a,
.navigation-post a,
.tweets a { color: #2caab6; /* Teal */ text-decoration: none; border-bottom: 1px dotted; }

.entry-content a img { border:none; vertical-align:top; }

.entry-title a:hover,
.entry-meta a:hover,
.entry-content a:hover,
.comment-list a:hover { color: #e41661; /* Pink */ }

.entry-content .searchform {
	 padding: 1em 2em;
}
.searchform input[type="search"]{
	max-width: 100%;
	width: 80%;
	
}

.page #primary { width: 100%; }
.page-template-page-subnav-php #primary,
#primary {	width: 74%; float: left; }



#secondary { width: 26%; }

.gallery { padding: 0em 1.75em 0em;}
.gallery a { border-bottom: 0;}

.navigation-paging, 
.navigation-post { padding: 0em 2.5em 0em; }

.nav-previous { padding-right: 0.5em; }
.nav-next { padding-left: 0.5em; }

.comments-title { margin: 3.5em 1.5em auto; }
.comment-list { color: #898d8c; /* Gray */ padding: 2em 0.75em 0em; }
.comment-list > .comment { padding: 0.75em 0em; }
.comment-list a { color: #2caab6; text-decoration: none }
.comment-list .fn { font-size: 2.5em; font-weight: 100; font-style: normal; line-height: 1em; }
.comment-meta { font-size: 0.8em; margin: 0em 0em 1em 0em; }
.comment-meta a { color: #898d8c; }

#respond { padding: 0em 2.5em 1em;}

#secondary .widget_nav_menu .menu,
.category-list {
	margin: .5em 0em 0em;
	padding: 0em;
	}
#secondary .widget_nav_menu li,
.category-list li {
	margin: 0em;
	padding: 0em;
	list-style: none;
	}
#secondary .widget_nav_menu li a,
.category-list li a {
	text-decoration: none;
	padding: 0.25em 0em;
	display: block;
	color: #2caab6; /* Teal */
	}
#secondary .widget_nav_menu .current-cat > a,
.category-list .current-cat > a {
	font-weight: 700;
	}
	

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */
.no-comments {
	display: none;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget_facebook_likebox iframe {
	width: 100%;
	}

/* Twitter Widget via Jetpack */
.widget_twitter .tweets {
	margin: 0em 0em 1em;
}
.widget_twitter .tweets li {
	list-style: none;
	padding: 1em 0em 0em;
	font-size: 0.8em;
	color: #898d8c; /* Gray */
	padding: 1.4em 0em 0em;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Next Gen Gallert
----------------------------------------------- */


.ngg-albumoverview,
.ngg-galleryoverview {
	padding: 0em 2em 0em;
	}
html > body .ngg-album {
	border: 0em;
	padding: 0em;

	}

.ngg-albumtitle,
.slideshowlink {
	margin-bottom: 0em;
	}
.ngg-albumtitle a,
.slideshowlink a {
	font-size: 1em;
	font-weight: 400;
	text-decoration: none;
	color: #2caab6; /* Teal */
	}
.ngg-thumbnail img {
	margin: 0em;
	padding: 0em;
	}
.ngg-description p {
	font-size: 0.8em;
	color: #898d8c; /* Gray */
	margin-bottom: 0.5em;
	}

.ngg-gallery-thumbnail-box,
.ngg-gallery-thumbnail {
	margin: 0em;
	float: left;
	clear: none;
	display: block;
	padding: 0em;
	height: 75px;
	}
.ngg-gallery-thumbnail img {
	padding: 0em;
	margin: 0em;
	}



/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* =Responsive Tweaks 
----------------------------------------------- */
@media screen and ( max-width: 61em ) {
		/*
		.featured-content {
			padding: 0em;
			}
			.featured-content .video-container {
				margin-top: 0em;
				}
				*/

	.home .category-post-link{
		width: 25%;
	
		}
		.entry-title .before {
			display: block;
		}


		.home .category-post-link {
			padding: 0em 0em 1em 1em;
			display: block;
			float: left;
		}

	}

@media screen and ( max-width: 56em ) {
	.page .category-summary-details,
	.page .category-posts {
		width: 100%;
		float: none;
		display: block;
		}

}

@media screen and (max-width: 46em) {
	.logo-container { margin-right: 2em; z-index: 2;}
	.blue-nav-container { margin-left: -5.5em; }
	.home .video-container-outer {
		width: 100%;
		float: none;
		}
	.home .video-details-container {
		width: 100%;
		float: none;
		padding: 0em;
	}
	.home .category-posts { }
	.home .category-post-link:nth-of-type(2n+1) { clear: left; }

	.home .category-post-link,
	.archive .category-post-link {
		width: 50%;
		}
		.category-post-link {
			padding: 0em 0em 1em 1em;
			display: block;
			float: left;
		}
	.archive .category-post-link:nth-of-type(3n+1) { 
		clear: none; 
		}
	.archive .category-post-link:nth-of-type(2n+1) { 
		clear: left; 
		}



}
@media screen and (max-width: 600px) {
	.page-template-page-subnav-php #primary,
	#primary { width: 100%;  }
	#secondary { width: 100%; }
	.widget-area {
		position: relative;
		padding: 0em 2.5em;
	}
	
	.page .category-post-link { width: 100%; }

	.footer-column {
		width: 50%;
		}
	}


@media screen and (max-width: 425px) {
	.logo-container { margin-right: 0em; }
	.blue-nav-container { margin-left: -8em; }
	.page .category-posts { margin: 0em; }
	
	.page .category-post-link,
	.archive .category-post-link {
		width: 100%;
		
		padding: 1em 0em 1em 1em;
		}
	
	
	.site-footer {
		padding-top: 1em;
		padding-bottom: 1em;
		}
	.footer-column {
		float: none;
		width: 100%;
		}
		.footer-column .widget {
			margin-bottom: 0em;
			}
}
