/*
Theme Name: Inner Rhythms Custom
Theme URI:
Author: Nathan Griffiths
Author URI: 
Description:
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: Inner Rhythms

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 * 13.0 - Footer
 * 14.0 - Media
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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 {
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}



table {
	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 {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

.content ul li:first-child {
		list-style: outside none none !important;
		text-indent: -5% !important;
	}
	
	aside ul, aside ul li {
		list-style:none !important;
	}
	
.content p, .content ul li {
    font-weight: 100 !important;
    line-height: 1.6em !important;
} 
.content h1 {
	 margin-bottom: 25px !important;
}


/**
 * 2.0 - Genericons - removed see wordpress default template twentyfifteen for example css
 */


/**
 * 3.0 Typography
 */


/**
 * 4.0 Elements
 */


/**
 * 5.0 Forms
 */



/**
 * 6.0 Navigations
 */


/**
 * 7.0 Accessibility
 */

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */


/**
 * 10.0 Header
 */


/**
 * 11.0 Widgets
 */


/**
 * 12.0 Content
 */


/**
 * 13.0 Footer
 */


/**
 * 14.0 Media
 */


/**
 * 15.0 Multisite
 */


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}



div::after, header::after, nav::after, blockquote::after {
  content: "";
  display: table;
  clear: both;
}

/* universal temp */

body {
	background: #f6f6f6;
}
a {
	color:#856A94;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
br {
   /* position: absolute; */
}
p br {
	position: relative;
}
p {
	margin: 0 0 20px 0 !important;
}
header.siteheader {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	min-height:115px;
	background-color:#f6f6f6;
	padding:0px;
	transition:height 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.wrap {
	display:block;
	width:100%;
	position:relative;
	margin:0 auto;	
}
.headerlogo {
	display:block;
	position:relative;
	width:98%;
	height:100px;
	margin:1% auto;	
	float:left;
	background-image:url(/_defaultImages/templogo.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
nav.nav-primary {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	background-color:#eee;
	text-align:center;	
}
nav.nav-primary ul.open {
    height: 100%;
    max-height: 230px;
}
nav.nav-primary ul {
    height: 100%;
    max-height: 34px;
    transition: max-height 0.5s ease-in-out 0s;
	border-bottom:3px solid #aaa;
	overflow:hidden;
}
nav.nav-primary ul li {
	position:relative;
	display:block;
	width:100%;
	padding:0;	
}
nav.nav-primary ul li a {
	font-family: 'Lato', arial;
	font-size: 1.6em;	
	text-decoration:none;
	color:#999;
	display:block;
	padding:6px 0;
	background-color:#eee;
	transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
nav.nav-primary ul li a:hover, #menu-main_menu li.current_page_item a, a#burgerIcon {
	background-color:#d5bae4;
	color:#fff;
}
a#burgerIcon {
	background-image:url(/_defaultImages/burgerIcon.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
}
#headerbanner {
	position: relative;
	display:block;
	width:100%;
	padding-bottom: 40%;
	background-image:url(/_defaultImages/headerbanner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center top;  	
}

#headercaption {
	width: 68%; 
	text-align: right; 
	position: absolute; 
	bottom: 10px; 
	right: 20px;
	font-size:1.6em !important;
}
#headercaption > p {
	font-family: arial; 
	color:#fff; 
	-webkit-box-decoration-break: clone; 
	        box-decoration-break: clone; 
	box-shadow: 10px 0px 0px #856A94, -10px 0px 0px #856A94; 
	padding: 6px 0px; 
	line-height: 2.0em; 
	display: inline; 
	background-color:#856A94;
}

.site-inner {
	position:relative;
	display:block;
	width:90%;
	margin:20px auto;
}

h1 {
	background-color: #d5bae4;
    box-shadow: -600px 0 0 0 #d5bae4, -300px 0 0 0 #d5bae4;
    font-weight: 400;
    padding: 6px 0;
	margin:20px 0 10px;
	color: #333;
    font-family: "Raleway",sans-serif;
	font-size:1.8em;
}
h1:first-of-type {
	margin-top:0px;
}
article blockquote {
	font-size:1em !important;
}
h2 {
	font-family: 'Lato',sans-serif;
	font-size:1.6em;	
}
h3 {
	font-family: 'Lato',sans-serif;
	font-size:1.6em;
	
}
h4 {
	
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
ul br {
	display:none;
}
.content article {
	font-size:1.3em;
	line-height:1.4em;
	font-family: 'Lato', sand-serif;
	margin:0 0 20px 0;	
	position:relative;
}
.content h1 {
	font-size:1.4em;	
}
.content h5 {
	font-size:1.1em;
	line-height:1.4em;
	font-family: 'Lato', sand-serif;
	margin:0px 0 20px 0;
	position:relative;
	top:30px !important;
}
.content h5:first-of-type {
    margin: 25px 0 20px;
    top: 0 !important;
}
.content p {
 	font-size:1.0em;	
}
.content ul {
    font-family: "Lato",sand-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    list-style: outside none disc;
    margin: 0 0 15px 8%;
    position: relative;
    top: -6px;
}
.content ul li:first-child {
	list-style: outside none none !important;
	text-indent: -10% !important;
}
.content ul li {
	margin: 5px 0;	
}
.content ul.largelist li {
	margin: 16px 0;	
}
article img {
    display: inline-block;
    height: auto;
    margin: 20px 0;
    width: auto !important;
	max-width:100% !important;
}


aside {
    clear: left;
    display: block;
    height: auto;
    margin: 10px auto 0;
    padding-top: 70px;
    position: relative;
    width: 100%;
}
aside a {
	color:	#856A94;
	text-decoration:none;
	display:block;
}
aside .section {
	position:relative;
	display:block;
	width:100%;
	height:auto;	
	margin:0 0 15px 0;
	background-color:#e8e8e8;
}
.socialmedia {
    display: block;
    float: right;
    height: 0px;
	padding-bottom:22%;
    margin: 0 10px 0 0;
    position: relative;
    text-align: right;
    width: 100%;
}
.socialmedia a {
    float: right !important;
    height: 0px;
	padding-bottom:22%;
    position: relative;
    width: 20%;
}

.socialmedia a.facebook {
	 background-image: url("../_defaultImages/facebook.svg"); /* png fallback? */
}
.socialmedia a.twitter {
	 background-image: url("../_defaultImages/twitter.svg");
}
.socialmedia a.linkedin {
	background-image: url("../_defaultImages/linkedin.svg");
}

.socialmedia a svg path.bg {
	transition:fill 0.2s ease-in-out;
}

.socialmedia a.facebook svg path.bg {
	fill:#09A4E3;
}
.socialmedia a.twitter svg path.bg {
	fill:#82368C;
}
.socialmedia a.linkedin svg path.bg {
	fill:#F39200;
}
.socialmedia a.facebook svg:hover path.bg,
.socialmedia a.twitter svg:hover path.bg,
.socialmedia a.linkedin svg:hover path.bg  {
	fill:#E5007D;
}

.socialmedia > a > img,
.socialmedia > a > svg {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

aside .section h3 {
    padding: 5px 0 10px;
    position: relative;
    text-indent: 12px;
}
.section > ul#latestBlogs {
    font-family: lato;
    font-size: 1.2em;
    margin: 0 0 20px 20px;
}
.section.testimonial p em {
    color: #6e6e6e;
    display: block;
    font-family: Lato;
    font-size: 1.3em;
    margin: 0 auto 10px;
    position: relative;
    width: 93%;
}

#avatar_section {
    background-color: transparent;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}
#avatar_section #avatitle {
    float: right;
    font-family: "Lato";
    font-size: 5.3vw;
    margin: 10px;
    width: auto;
}
#avatar {
    background-image: url("/_defaultImages/HelenAvatar.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #d5bae4;
    border-radius: 0;
    float: left;
    height: 0;
    left: -15px;
    margin: 0;
    padding-bottom: 40%;
    position: absolute;
    top: -13px;
    width: 40%;
}

blockquote {
    color: #434343;
    float: left;
    font-size: 1.5em;
    font-style: italic;
    margin: 10px 15px 15px;
    position: relative;
    text-align: justify;
}
blockquote h5 {
	font-size:0.9em !important;
	padding:10px 0;
	position:relative;
		
}
blockquote h5 {
    margin: 0 !important;
}
/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -13px;
	position: relative;
	top: -10px;
}
blockquote::after {
	content: "\201D";
    display: block;
    font-size: 30px;
    height: 0;
    left: 291px;
    position: relative;
    top: -33px;
}*/

#latestBlogs li a {
    display: block;
    padding: 5px 0;
    position: relative;
	font-size:1.4em;
}

footer {
	position:relative;
	display:block;
	width:80%;
	margin:10px auto 20px;
	font-size:1.3em;
	color:#aaa;
	font-family:arial;	
	text-align:center;
}
footer a {
	color:#aaa;
}
.wrap.footerImages {
    background-color: transparent;
    height: 90px;
    margin: 50px 0 20px;
}
.wrap.footerImages img {
    display: inline-block;
    height: 100%;
    position: relative;
    width: auto;
}
.content blockquote {
		display: block;
		margin: 20px 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.content p {
    	display: block;
	}
	.content blockquote p {
		background-color: #957aa4;
		color: #efefef;
		padding: 7px 1%;
	}

@media screen and (max-width: 619px) {  /* 16.1 Mobile Large 620px - Iphone portrait*/
	/* see default */
	.content ul li:first-child {
		list-style: outside none none !important;
		text-indent: -8% !important;
	}
	.content h1 {
		line-height:1.5em;
	}
	#avatar {
		left: -15px;
		padding-bottom: 33%;
		position: absolute;
		top: -13px;
		width: 34%;
	}
}
@media screen and (min-width: 38.75em) {  /* 16.1 Mobile Large 620px - Iphone landscape*/
	.site-container {
		display:block;
		position:relative;
		overflow:hidden;
		/*background-color:#E11D20;*/
	}
	
	header.siteheader {
		padding:0;
	}
	.headerlogo {
  	  margin: 10px 0;
	}
	#headercaption {
		font-size:2em !important;
		width: 50%;
	}
	#headercaption > p {
		line-height: 2.0em; 
	}
	#headerbanner {
		padding-bottom: 35%;
	}
	
	.content article {
		font-size:1.7em;
		line-height:1.4em;
		font-family: 'Lato', sand-serif;
		margin:0 0 20px 0;	
		position:relative;
	}
	.content h1 {
		font-size:1.5em;	
		margin-top:40px;
	}
	.content h5 {
		font-size:1.1em;
		line-height:1.4em;
		font-family: 'Lato', sand-serif;
		margin:0 0 20px 0;
		position:relative;
	}
	.content p {
		font-size:1.0em;	
	}
	.content ul {
		font-size:1.0em;
		line-height:1.4em;
		font-family: 'Lato', sand-serif;
		margin:0 0 15px 5%;	
		position:relative;
		top:-10px;
		list-style:outside;
	}
	.content ul li:first-child {
		list-style: outside none none !important;
		text-indent: -5% !important;
	}
	article img {
		display: inline-block;
		height: auto;
		margin: 20px 0;
		width: 100%;
	}
	
	
	
	/*h1 {
		font-size:2.2em;
		margin: 0 0 20px;
	}
	.content h5 {
		font-size:1.9em;
		line-height:1.7em;
		margin:0 0 20px 0;	
	}
	.content p {
		font-size:1.7em;
		line-height:1.6em;
		margin:0 0 20px 0;	
	}
	.content ul {
		font-size:1.7em;
	} */
	aside {
		width:80%;

	}
	#avatar_section #avatitle {
   		font-size: 4vw;
	}
	.socialmedia {
		padding-bottom:17%;
	}
	.socialmedia a {
		width:15%;
		padding-bottom:15%;
	}
	blockquote {
		font-size:2em;
		margin: 10px 27px 20px;
	}
	blockquote h5 {
    margin: 0 !important;
}
	aside .section h3 {
    	font-size: 2.4em;
	}
	.section.testimonial p em {
    	font-size: 1.7em;
    	width: 91%;
	}
}


/*---- ADMIN LOGIN ---- */

div#userlogin_holder {
    bottom: 0;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    display:auto;
    padding-top:10px;
}
div#userlogin_holder.hidden {
	display:none;
}
div#userlogin_holder form#userlogin {
    background-color: #856a94;
    border-radius: 5px;
    display: block;
    margin: 10% auto 1%;
    padding: 3%;
    position: relative;
    width: 40%;
}
.loginMessage {
    background-color: #856a94;
    display: block;
    font-family: arial;
    font-size: 1.2em;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 40%;
    color:#fff;
}
#userlogin ul {
    float: left;
    list-style: outside none none;
    position: relative;
    width: 100%;
    margin:0;
    padding:0;
}
#userlogin ul li {
    float: left;
    position: relative;
    width: 100%;
    text-indent:0 !important;
}
#userlogin input {
    border: medium none;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 3px;
    padding: 11px;
    width: 100%;
    cursor:pointer;
}
#userlogin input[type="submit"] {
    margin-top: 14px;
}

#userlogin_holder h2 {
    background-color: #d5bae4;
    display: block;
    margin: 20px auto 2px;
    padding: 2px 0;
    text-align: center;
    width: 40%;
}
#userlogin_holder p {
	font-size: 1.2em;
	font-family:arial;
	text-align: center;
}
form#createBlog {
	text-align: center;
}
form#createBlog ul {
	padding:0;
	margin:0;
}

#existingblogs, #newblog {
    display: block;
    margin: 50px 0;
    position: relative;
}
#existingblogs ul {
	list-style: none;
	margin:0;
	padding:0;
}
#existingblogs ul li {
	display:block;
	width:40%;
	text-align: left;
	margin:0 auto;
	padding:0;
	text-indent:0 !important;
}
#existingblogs ul li a {
	font-size:1.2em;
}
.showhide, .remove {
    float: right;
    padding:0 0 0 8px;
    cursor:pointer;
}
#userlogout {
	text-align:center;
}


form#forgotpassword {
    display: block;
    margin: 25px auto;
    position: relative;
    width: 40%;
}
#forgotpassword ul {
    list-style: outside none none;
    position: relative;
    width: 100%;
}
#forgotpassword ul li {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
#forgotpassword input {
    background-color: transparent;
    border: medium none;
    color: #333;
    text-decoration: underline;
    cursor:pointer;
}

.editablearea {
    background-color: rgba(213, 186, 228, 0.2);
    border: 1px dotted #d5bae4;
}

main.content p > img {
    height: auto !important;
    width: 100% !important;
}


@media screen and (min-width: 46.25em) { /* 16.2 Tablet Small 740px - Ipad Portrait */
	.site-container {
		display:block;
		position:relative;
		overflow:hidden;
		/*background-color:#D71EBF;*/
	}
	
	header.siteheader {
		padding:0;
	}
	.headerlogo {
		margin: 10px 0;
	}
	ul#menu-main_menu {
		max-height:none;
	}
	ul#menu-main_menu li {
		width:auto;
		padding:12px 10px;
		display:inline-block;
	}
	nav.nav-primary {
		background-color: #ececec;
		display: block;
		height: 50px;
   		padding: 0 0 36px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	ul#menu-main_menu li {
	 	padding: 0;
	}
	a#burgerIcon {
		height: 0;
		padding: 0;
		visibility: hidden;
		width: 0;
		text-indent:-9999px;
	}
	nav.nav-primary ul {
		border-bottom:none;
	}
	nav.nav-primary ul li a {
		background-color: #ececec;
		color: #999;
		font-family: "Lato",arial;
		font-size: 1.6em;
		padding: 16px 23px;
		text-decoration: none;
	}
	#headerbanner {
		padding-bottom: 30%;
	}
	#avatar {
		top:5px;
		left:5px;
	}
	#avatar_section #avatitle {
    	font-size: 3vw;
	}
	.socialmedia {
		padding-bottom: 10%;
	}
	.socialmedia a {
		padding-bottom: 9%;
		width: 8%;
	}
	blockquote {
		font-size: 1.8em;
    	margin: 30px 27px;
	}
	blockquote h5 {
    margin: 0 !important;
}
	#avatar {
		padding-bottom:27%;
	}
	
	.content article {
		font-size:1.5em;
		line-height:1.4em;
		font-family: 'Lato', sand-serif;
		margin:0 0 20px 0;	
		position:relative;
	}
	.content h1 {
		font-size:1.8em;	
	}
	.content h5 {
		font-size:1.1em;
		line-height:1.4em;
		font-family: 'Lato', sand-serif;
		margin:0 0 20px 0;
		position:relative;
	}
	.content p {
		font-size:1.0em;	
	}
	.content ul {
		font-size:1.0em;
		line-height:1.4em;
		font-family: 'Lato', sand-serif;
		margin:0 0 15px 5%;	
		position:relative;
		top:-10px;
		list-style:outside;
	}
	.content ul li:first-child {
		list-style: outside none none !important;
		text-indent: -5% !important;
	}
	article img {
		display: block;
		height: auto;
		margin: 20px auto;
		width: 50%;
	}
	
	
	/*.content h5 {
		font-size: 1.6em;
		line-height: 1.7em;
		margin: 0 0 20px;
	}
	.content p {
		font-size: 1.5em;
		line-height: 1.6em;
		margin: 0 0 20px;
	}
	.content ul {
    	font-size: 1.5em;
	} */
	
	
	.content blockquote {
		display: block;
		margin: 20px 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.content p {
    	display: block;
	}
	.content blockquote p {
		background-color: #957aa4;
		color: #efefef;
		padding: 5px 0;
	}
	
	
}
@media screen and (min-width: 59.6875em) { /* 16.4 Desktop Small 955px - Ipad lanscape */
	.site-container {
		display:block;
		position:relative;
		overflow:hidden;
		/*background-color:#286FD5;*/
	}
	
	header.siteheader {
		padding:0;
	}
	#headerbanner {
		padding-bottom: 23%;
	}
	.headerlogo {
		margin:10px 0;
		width:100%;
	}
	#headercaption {
    	font-size: 2.5em !important;
		width:42%;
	}
	#headercaption > p {
    	line-height: 1.8em;
	}
	h1 {
    	font-size: 2.7em;
	}
	nav.nav-primary {
		background-color: #ececec;
		display: block;
		height: 50px;
    	padding: 0 0 36px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	ul#menu-main_menu li {
	 	padding: 0;
	}
	a#burgerIcon {
		height: 0;
		padding: 0;
		visibility: hidden;
		width: 0;
		text-indent:-9999px;
	}
	nav.nav-primary ul li a {
		background-color: #ececec;
		color: #999;
		font-family: "Lato",arial;
		font-size: 1.6em;
		padding: 16px 23px;
		text-decoration: none;
	}
	
	main {
		float: left;
		width: 60%;
	}
	aside {
		float: right;
		width: 30%;
		margin-top:25px;
		clear:none;
		padding-top:0px;
	}
	#avatar {
		padding-bottom: 77%;
		width:100%;
		left:0%;
		top:0%;
		border:none;
	}
	#avatar_section #avatitle {
		float: left;
		font-family: "Lato";
		font-size: 2.2em;
		margin: 82% 10px 10px 10px;
		width: auto;
	}
	.socialmedia {
		padding-bottom: 20%;
	}
	.socialmedia a {
		padding-bottom: 20%;
		width: 20%;
	}
	blockquote {
		margin:14px 15px 20px;
		font-size: 1.6em;
	}
	blockquote h5 {
    margin: 0 !important;
}
	#latestBlogs li a {
		font-size: 1.25em;
		padding: 3px 0;
	}
	.section.testimonial p em {
    	font-size: 1.3em;
	}
	
	.content article {
		font-size:1.6em;
		line-height:1.4em;
		font-family: 'Lato', sand-serif;
		margin:0 0 20px 0;	
		position:relative;
	}
		.content h1 {
			font-size: 1.8em;
			line-height: 1.1em;
		}
		.content h5 {
			font-size:1.1em;
			line-height:1.4em;
			font-family: 'Lato', sand-serif;
			margin: -28px 0 40px;
			position:relative;
		}
		.content p {
			font-size:1.0em;	
		}
		.content ul {
			font-family: "Lato",sand-serif;
			font-size: 1.2em;
			line-height: 1.4em;
			list-style: outside none disc;
			margin: 0 0 20px 5%;
			position: relative;
			top: 0;
		}
		.content ul li:first-child {
			list-style: outside none none !important;
			text-indent: -5% !important;
		}
		article img {
			display: block;
			height: auto;
			margin: 20px auto;
			width: 50%;
		}
	
	/*
	.content h5 {
		font-size: 1.6em;
		line-height: 1.7em;
		margin: 0 0 20px;
	}
	.content p {
		font-size: 1.5em;
		line-height: 1.6em;
		margin: 0 0 20px;
	}
	.content ul {
    	font-size: 1.5em;
	}*/
	
}
@media screen and (min-width: 68.75em) { /* 16.5 Desktop Medium 1100px */
	.site-container {
		display:block;
		position:relative;
		overflow:hidden;
		/*background-color:#29C1C3;*/
	}
	
	header.siteheader {
		padding:0;
	}
	header.siteheader > .wrap {
    	position: absolute;
    	width: 33%;
	}
	.headerlogo {
		margin: 8px 0 0;
	}

	nav.nav-primary {
		width:auto;
		float:right;
		margin:55px 0 0;
		padding:0 1% 0 0;
		background-color: transparent;
	}
	ul#menu-main_menu li {
	 	padding: 0;
	}
	a#burgerIcon {
		height: 0;
		padding: 0;
		visibility: hidden;
		width: 0;
		text-indent:-9999px;
	}
	nav.nav-primary ul li a {
		background-color: #ececec;
		color: #999;
		font-family: "Lato",arial;
		font-size: 1.6em;
		padding: 16px 23px;
		text-decoration: none;
	}
	
	main {
    	float: left;
    	width: 63%;
	}
	aside {
    	float: right;
    	width: 30%;
		clear:none;
		padding-top:0px;
	}
	#avatar {
		padding-bottom: 77%;
	}
	#avatar_section #avatitle {
    	font-size: 1.6vw;
	}
	.socialmedia {
		padding-bottom: 20%;
	}
	.socialmedia a {
		padding-bottom: 18%;
		width: 18%;
	}
	.site-inner {
    	margin: 30px auto;
	}
	article img {
		display: block;
		height: auto;
		margin: 20px auto;
		width: auto;
	}
	.content ul li:first-child {
		list-style: outside none none !important;
		text-indent: -5% !important;
	}
		
}
@media screen and (min-width: 77.5em) { /* 16.6 Desktop Large 1240px */
	.site-container {
		display:block;
		position:relative;
		overflow:hidden;
		/*background-color:#2DBC46;*/
	}
	
	header.siteheader {
		padding:0;
	}
	#headerbanner {
    	padding-bottom: 17%;
	}
	nav.nav-primary {
    	background-color: transparent;
	}
	ul#menu-main_menu li {
	 	padding: 0;
	}
	nav.nav-primary {
		margin:55px 0 0;
		padding:0 1% 0 0;
	}
	a#burgerIcon {
		height: 0;
		padding: 0;
		visibility: hidden;
		width: 0;
		text-indent:-9999px;
	}
	nav.nav-primary ul li a {
		background-color: #ececec;
		color: #999;
		font-family: "Lato",arial;
		font-size: 1.6em;
		padding: 16px 23px;
		text-decoration: none;
	}
	.site-inner {
		max-width: 1300px;
    	margin: 30px auto;
	}
	article img {
			display: block;
			height: auto;
			margin: 20px auto;
			width: auto;
	}
	.content ul li:first-child {
		list-style: outside none none !important;
		text-indent: -5% !important;
	}
}

@media screen and (min-width: 87.6875em) { /* 16.7 Desktop X-Large 1403px */
	body:before {
		width: calc(50% - 289px);
	}
}



/**
 * 17.0 Print
 */
@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.site {
		margin: 0 7.6923%;
	}
}
