/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for SCMI website
Version: 1.0.0
*/


/* =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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px -20px;
    clear: both;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
select {
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
	
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single {
	margin: 24px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	background-color:#eef1f3;
}
body {
	font-size: 15px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	background-color:#FFF;
}
a {
	outline: none;
	color: #2D8BC8;
	text-decoration: none;
    transition: 300ms;
}
a:hover {
	color: #459CD5;
}
a:focus {
   color: #C16000;
    outline: 1px dotted rgba(0,0,0,0.4);
}
/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 24px 0;
}
.widget-area {
	margin: 24px 0;
}

/* Header */
.site-header {
	padding: 0px;
	background-color:#FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 999;
}
.wrap {
	padding-top:10px;
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    max-width: 1200px;
}
.wrap:after {
	clear:both;
	content:'';
	display:table;
}
.quick-contacts {
    text-align: right;
    padding: 0 20px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.quick-contacts .loc-btn {
    display: inline-block;
    font-size : 11px;
    letter-spacing : 0.33px;
    color : #808080;
    max-width: 100px;
    text-align: left;
    vertical-align: middle;
    margin-right: 5px;
}
.quick-contacts .loc-btn .fas {
    color: #FFF;
    -webkit-text-stroke: 1px #177eca;
   text-shadow: -1px -1px 0 #177eca, 1px -1px 0 #177eca, -1px 1px 0 #177eca, 1px 1px 0 #177eca;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin-right: 8px;
    font-size: 27px;
    opacity: 0.7;
}
.quick-contacts .loc-btn:hover {
    color: #224CA0; 
}
.book-btn {
    display: inline-block;
    background-color: #2D8BC8;
    padding: 10px 14px;
    border-radius: 3px;
    font-weight : bold;
    font-size : 15px;
    letter-spacing : 0.38px;
    text-transform : uppercase;
    color : #FFFFFF;
    vertical-align: middle;
    transition: background 300ms;
}
.book-btn:hover {
    background-color: #224CA0; 
    border-radius: 8px;
    color : #FFFFFF;
}
.book-btn:focus {
    background-color: #C16000; 
    color : #FFFFFF;
}
.logo {
	text-align: center;
     padding: 20px;
}
.site-title a {
	color: #686D6B;
	display: inline-block;
	text-decoration: none;
}
.site-title a:hover{
	color: #7a807e;
}
.logo img {
    width: 180px;
    height: auto;
}
.site-title {
	font-size: 16px;
	margin-bottom: 10px;
	clear:none;
	margin:0;
}
.searchbar {
    width: 165px;
    position: absolute;
    top: -60px;
    right: 20px;
}
.searchbar .search-form {
    position: relative;
}
.searchbar .search-form:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 7px;
    z-index: 999;
}
.searchbar .search-field:focus {
    border-color: #2D8BC8;
}
/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: left;
  font-size : 15px;
  letter-spacing : 0.38px;
  text-transform : uppercase;
  color : #3f454f;
    border-top: 1px solid #e6e6e6;
}
.main-navigation li {
	margin-top: 24px;
	line-height: normal;
}
.main-navigation li li {
    text-transform: none;
}
.main-navigation a {
	color: #3f454f;
	font-size:15px;
}
.main-navigation a:hover {
	color: #2D8BC8;
}

div.toggled-on .main-navigation ul.nav-menu,
.menu-toggle {
	display: inline-block;
}
.menu-toggle {
	position:absolute;
	cursor: pointer;
	display:block;
	top:20px;
	left:20px;
    z-index: 9999;
}

.page-template-survey-page .site-header .wrap {
    padding: 10px;
}
.page-template-survey-page .site-header .site-title {
    float: none;
}
.page-template-survey-page .page-header .page-title {
    text-align: center;
}
.page-template-survey-page .entry-content > p:first-child {
    font-size: 1.2em;
}
.page-template-survey-page .entry-content {
    min-height: 50vh;
}

@media screen and (max-width:680px){
    .mobileNav {
        display:block;
	    position:fixed;
	    top:0;
        left: -230px; 
        transition:left 400ms ease-out;
        background-color:#192455;
	    width:180px;
	    padding:20px 20px;
	    height:100%;
        font-size: 19px;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        text-transform:uppercase;
	    letter-spacing:0.3px;
        z-index: 99999;
    }
    .menu-main-menu-container {
        padding-top: 40px;
    }
    .toggled-on .mobileNav {
        top:0;
        left:0;
    }
    .mobileNav a {
        color:#FFF;
        font-size: 20px;
    }
    .mobileNav a:hover {
        color:#E5E5E5;
    }
    .admin-bar .toggled-on .mobileNav {
        padding-top:60px;

    }
    .hideNav,
    .closer{
        color:#FFF;
        cursor:pointer;
        font-weight:bold;
        font-size:17px;
        margin-bottom: 17px;
    }
    .hideNav:hover,
    .subNavBtn:hover{
        color:#333;
    }
    .sub-menu {
        display:none;
    }
    .toggled-on .nav-menu > .menu-item-has-children {

    }
    .nav-menu {
        border-top: 1px solid rgba(255,255,255,0.45);  
    } 
     .nav-menu li {
        border-bottom: 1px solid rgba(255,255,255,0.45);
        margin: 0;
        padding: 12px 0;
    }
    .nav-menu > li > a {
        display: block;
        width: calc(100% - 30px)
    }
    .sub-menu {
        position: absolute;
        top: 0px;
        left: 100%;
        background-color: #202F6E;
        height: 100%;
        width: 220px;
        padding-top: 5px;
        box-shadow: 5px 0 5px rgba(0,0,0,0.3);
    }
    .sub-menu a {
        font-size: 16px;
    }
    .subNavBtn {
        color: #FFF;
        cursor: pointer;
        float: right;
        width: 28px;
        text-align: center;
        margin-top: 2px;

    }
   .sub-menu .sub-menu {
        position: relative;
        display: block;
        left: auto;
        height: auto;
        width: auto;
        padding-top: 0;
        box-shadow: none;
    }
     .closer {
        color: rgba(255,255,255,0.56);
    }
    .sub-menu .sub-menu .closer {
        display: none;
    }
    .sub-menu li{
        text-transform: none;
        margin: 0px 10px;
    }
}

.admin-bar .toggled-on .mobileNav {
	padding-top:60px;
	
}
.hideNav {
	color:#DBDBDB;
	cursor:pointer;
	float:right;
	font-weight:300;
	font-size:17px;
}
.hideNav:hover{
	color:#FFF;
}
.toggled-on .mobileNav a {
	color:#FFF;
}
.sub-menu {
	display:none;
}

/* Page header*/
.page-header {
	background-color:#2487c9;
	clear:both;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.page-header .bg {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.25;
    z-index: 2
}
.page-header .bg.shrink  {
    background-size: contain;
}
.page-header .bg.shrinkRight  {
    background-position: center right;
}
.page-header .bg.contentMax,
.page-header .bg.shrinkRight  {
    max-width: 1160px;
    left: 50%;
    transform: translateX(-50%);    
}
     
@media screen and (min-width:1100px){
    .page-header .bg.contentMax,
    .page-header .bg.shrinkRight {
        background-size: auto;
    }
}

.page-header .txt {
	max-width:1160px;
	margin:0 auto 10px;
    padding:70px 0px 50px;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
}
.page-header .page-title {
	font-size : 38px;
	text-transform:none;
	margin:0 0px 10px 0;
    color: #FFF;
	line-height:normal;
    font-weight: 300;
    font-weight : bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.page-header .sub-title {
	max-width:550px;
	margin:0;
	font-weight : normal;
	font-size : 20px;
	text-transform:none;
	line-height:normal;
    color : #FFFFFF;
}
#breadcrumbs {
    font-size : 15px;
    letter-spacing : 1px;
    color : #FFFFFF;
    opacity : 0.8;
}
#breadcrumbs a {
    color: #FFF;
}
#breadcrumbs .breadcrumb_last {
    display: none;
}
#breadcrumbs > span {
    -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, calc(100% - 10px) 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 10px) 0, calc(100% - 10px) 100%, 0% 100%);
}
@media screen and (max-width: 640px) {
	.page-header {
		min-height:50px;
		padding:20px;
	}
	.page-header .page-title {
		font-size : 30px;
		line-height:normal;
	}
}

/* Sidebar */
.widget {
	margin-bottom: 24px;
    line-height:normal;
    font-size: 15px;
}
.widget h3 {
    margin: 0px 0 20px;
    font-size : 15px;
    letter-spacing : 1.13px;
    text-transform : uppercase;
    color : #177ECA;
}
.widget p,
.widget li,
.widget .textwidget {
	font-size: 13px;
	line-height:normal;
}
.widget p {
	line-height:normal;
    margin-bottom: 12px;
	
}
.menu-widget li,
.widget_display_topics li,
.widget_nav_menu li {
	line-height:normal;
    list-style: disc;
    margin-bottom: 5px;
    list-style-position: outside;
    margin-left: 15px;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #555957;
}
.widget-area .widget a:hover {
	color: #343736;
}

.widget-area .search-field {
    width: 100%;
}

.search-form  .search-submit {
	display: none;
}
/* Page RHS Sidebar */
#secondary .widget {
    background-color: #0e5e8e;
    color: #FFF;
    padding: 15px 15px 25px;
    margin-bottom: 0;
    font-size: 14px;
}
#secondary .widget h3,
#secondary .widget p,
#secondary .widget li,
#secondary .widget a {
     color: #FFF;
}
#secondary .location-list-widget {
    background-color: #177eca;
}
#secondary .location-list-widget li {
    font-size: 17px;
    margin-left: 17px;
    margin-bottom: 8px;
    font-weight: 300;
    list-style: disc;
}
#secondary .location-list-widget ul {
   margin-bottom: 20px; 
}
#secondary .book-btn {
    background-color: #0061AA;
}
#secondary .widget_nav_menu ul {
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#secondary .widget_nav_menu li {
    list-style: none;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 0;
}
#secondary .widget_nav_menu li a {
    display: block;
    padding: 7px 4px;
}
#secondary .widget_nav_menu li a:hover {
    background-color: rgba(0,0,0,0.3);
}
#secondary .widget_nav_menu .current_page_item {
    font-weight: bold;
     background-color: rgba(0,0,0,0.1);
}

/*Pre Footer Banner*/
.tagline-banner {
    background-color: #15313f;
    padding: 50px 20px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.tagline-banner h3 {
    color: #FFF;
    font-weight: bold;
    font-size:30px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
.tagline-banner h3 span {
    white-space: nowrap;
    margin:5px 8px;
    display: inline-block;
}
/* Footer */

#site-footer {
	clear: both;
	padding: 0;
	background-color: #FFF;
	color: #4D4D4D;
	}
#site-footer .site-info {
    font-size : 14px;
    border-top:3px solid #177eca;
}
.home #site-footer .site-info {
    border-top: none;
}
#site-footer a:hover,
#site-footer a:focus {
    color: #177ECA;
}
#site-footer .textwrap{
	max-width: 1200px;
	margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;

    color : #808080;
}

.footer-widgets .widget_nav_menu ul {
    list-style: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.footer-widgets  .widget_nav_menu li {
    list-style: none;
    margin: 0 0 7px 0;
}
.footer-widgets #nav_menu-4.widget_nav_menu ul {
     -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.footer-widgets  .widget_text strong {
    color: #444444;
    display: inline-block;
    margin-bottom: 5px;
}
.footer-widgets  .widget_text a {
    color: #177ECA;
}

#site-footer #credits-and-copyright {
    background-color:#eef1f3;
    clear: both;
    padding-bottom: 50px;
	color:#9A9A9A;
	font-size:12px !important;
	line-height:normal;
}
#credits-and-copyright a {
	color: #A0A6A4;
	text-decoration: none;
}
#credits-and-copyright a:hover {
	color: #898A89;
	text-decoration:underline;
}
#credits-and-copyright #mini-left {
	margin-bottom:15px;
}
/* =Main content and comment content
-------------------------------------------------------------- */
#main {
	padding-left:20px;
	padding-right:20px;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 20px;
}
.home #main {
    padding-top: 0;
}

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	
	text-align: center;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:normal;
    color : #0e5e8e;
}
.entry-content h1 {
	font-size: 28px;
	line-height: 1.5;
    font-weight: 300;
}
.entry-content h2 {
	font-size: 21px;
	line-height: 1.6;
    font-weight: normal;
}
.entry-content h3 {
	font-size: 18px;
	font-weight:bold;
}
.entry-content h4{
	font-size: 16px;
}
.entry-content h5 {
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.entry-content h6 {
	font-size: 12px;
	
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 8px 36px;
	line-height: normal;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.home article {
	margin-bottom: 0px;
    padding-bottom: 0px;
}
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}


.entry-content {
	position: relative;
}
.edit-link {
	position: absolute;
	top: -34px;
	right: 0;
	background-color: #E3E3E3;
	padding: 3px 7px;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* = HOME PAGE
-------------------------------------------------------------- */
.home #main {
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
    max-width: 100%;
}
.home .site-content {
    margin: 0;
}
.home-header {
    width: 100%;
    background-size: cover;
    background-position: center right;
    padding: 40px 20px 60px;
    box-sizing: border-box;
    background-color: #b9d1ef;
    color : #27414F;
}
.home .w {
    max-width:1160px;
    margin: 0 auto;
    padding: 10px;
}
.home-header  h2 {
    font-weight : bold;
    font-style: italic;
    font-size : 42px;
    margin-bottom: 25px;
    letter-spacing : 1px;
    color : #224772;
    /*text-shadow : 0px 2px 1px rgba(0, 0, 0, 0.3);*/
    opacity : 0.85;
}
.home-header p {
    font-size : 21px;
    line-height : 34px;
    margin-bottom: 20px;
}
.home-header .btn{
    color : #27414F; 
    font-size : 14px;
    font-weight: bold;
    letter-spacing : 1.5px;
    text-transform : uppercase;
    background-color: none;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 3px;
    border:1px solid #224772;
}
.home-header .btn:hover,     
.home-header .btn:focus {
    color : #FFF; 
    background-color : #27414F; 
        border-radius: 8px;
}
.home-blurb {  
    box-shadow: 0 0 70px rgba(0,0,0,0.2);
}

.home .entry-content {
    max-width:1200px;
    padding: 20px 20px 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.hero-boxes {
    margin-top: -50px;
    
}
.hero-boxes .hero-box {
    background-color: #177eca;
    color: #FFF;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}
.hero-boxes .hero-box:nth-child(2){
    background-color: #0e5e8e;
}
.hero-boxes .hero-box h2 {
    font-weight : bold;
    font-size : 15px;
    letter-spacing : 1px;
    text-transform : uppercase;
    margin-bottom: 15px;
    line-height: 20px;
    color: #FFF;
}
.hero-boxes .hero-box h2 strong {
    display: block;
    font-size : 36px;
    line-height: 40px;
    text-transform: none;
}
.hero-boxes .hero-box p {
    line-height: 1.4;
}
.hero-boxes .hero-box li {
    margin-left: 13px;
}
.hero-boxes .hero-box a {
     color : #FFFFFF;
}
.hero-boxes .hero-box p a:hover {
    text-decoration: underline;
}
.hero-boxes .hero-box .btn {
    font-size : 14px;
    font-weight: bold;
    letter-spacing : 1.5px;
    text-transform : uppercase;
    color : #FFFFFF;
    background-color: rgba(0,0,0,0.3);
    display: inline-block;
    padding: 8px 12px;
    border-radius: 3px;
}
.hero-boxes .hero-box .btn:hover {
    background-color: rgba(0,0,0,0.5);
    border-radius: 8px;
}

.home .entry-content > h2,
.home .entry-content > h3
.home .entry-content > p {
    text-align: center;
}
.home .entry-content > h2 {
    font-size: 32px;
    padding-top: 30px;
}
.home .entry-content > h4 {
    font-weight: 300;
    max-width:900px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}
.service-boxes {
    padding-top: 5px;
    text-align: center;
}
.service-box {
    margin: 0 10px 10px 0;
    box-sizing: border-box;
    padding-top: 50px;
}
.service-box a {
    display: block;
    border:1px solid #e6e6e6;
    text-align: center;
    font-weight : bold;
    font-size : 15px;
  letter-spacing : 1.13px;
  text-transform : uppercase;
  color : #3F454F;
    box-sizing: border-box;
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
    transition: 300ms;
}
.service-box a .icon {
    background-color: #FFFFFF;
    color: #ccc;
    position: absolute;
    top: -40px;
    left: 50%;
    width: 85px;
    height: 85px;
    margin-left: -42.5px;
}
.service-box a .icon img {
    transform: scale(0.9);
    transition: transform 300ms; 
}
.service-box a:hover img {
    transform: scale(1);
}
.service-box a:hover{
    border-color:#177eca;
    color:#177eca;
    border-radius: 10px;
}

/*Our mission text*/
.home .entry-content > p {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:480px) {
     .service-box {
        width: 45%;
        display: inline-block;
        margin-right: 4.5%;
        margin-left: 0;
    }
    .service-box:nth-child(2n) {
        margin-right: 0;
    }
    .service-box a{
        padding-top: 0;
        padding-bottom: 60%;
    }
    .service-box .text {
        position: absolute;
        top: 60px;
        left: 5%;
        width: 90%;
      
    }
    
}
@media screen and (min-width:640px) {
    .home-header .w {
        padding: 0;
    }
    .home-header  h2 {
        font-size: 50px;
        max-width: 550px;
    }
    .home-header p {
         max-width: 460px;
    }
   
    .home .entry-content > h2 {
        font-size: 40px;
        padding-top: 30px;
    }
    .service-box a{
        padding-bottom: 50%;
    }
}
@media screen and (min-width:720px) {
     /*Header*/
   
     #masthead.fixedNav {
		background-color:rgba(255,255,255,0.95);
		position:fixed;
		top:-143px;
		z-index:999;
		box-shadow:0 0 5px rgba(0,0,0,0.3);
		width:100%;
		padding: 0;
	}
	#masthead.fixedNav .wrap {
		padding:10px 20px;
	}
    .admin-bar  #masthead.fixedNav {
        padding-top: 32px;
        
    }
    #main.fixedNavOffset {
		padding-top: 143px;
	}
    
    #masthead.fixedNav .mobileNav .searchbar {
        display: none;
    }
    #masthead.fixedNav .quick-contacts .book-btn {
        top: 150px;
        right: 0;
        position: absolute;
    }
    /*Home*/
    .home-header {
        padding: 80px 20px 140px;
    }
    /*3 cols*/
    .hero-boxes {
        margin-top: -100px;
        display: table; 
        width: calc(100% + 20px); 
        border-spacing: 10px;
        border-collapse: separate;
       margin-left: -10px;
    }

   .hero-box {
        display: table-cell; /* Make elements inside the container behave like table cells */
       width: 33%;
       padding: 20px;
    }
    .service-box {
        width: 30%;
        display: inline-block;
        margin-right: 4.5%;
    }
    .service-box:nth-child(2n) {
        margin-right: 4.5%;
    }
    .service-box:nth-child(3n) {
        margin-right: 0;
    }
   
}
@media screen and (min-width:960px) {
    .service-box {
        width: 22%;
        display: inline-block;
        margin-right: 3%;
    }
    .service-box:nth-child(3n) {
        margin-right: 3%;
    }
    .service-box:nth-child(4n) {
        margin-right: 0;
    }
    .service-box a{
        padding-bottom: 60%;
    }

}
@media screen and (min-width:1200px) {
    /*5 cols*/
    .service-box {
        width: 18%;
        display: inline-block;
        margin-right: 2%;
    }
    .service-box:nth-child(2n),
    .service-box:nth-child(4n) {
        margin-right: 2%;
    }
    .service-box:nth-child(5n) {
        margin-right: 0;
    }
    .service-box a{
        padding-bottom: 50%;
    }
    .home-header {
        padding: 100px 20px 120px;
    }
    .home-title {
        padding: 50px 40px;
    }
    .home-title h1 {
        font-size : 52px;
    }
}
@media screen and (min-width: 1400px) {
	
	.home-header {
        padding: 140px 20px 160px;
    }

}
@media screen and (min-width: 1600px) {
	
	.home-header {
        padding: 160px 20px 180px;
    }
}
@media screen and (max-width: 640px) {
    .home-header {
        background-image: none !important;
    }
    .home .w {
        background-color: transparent;
    }
}
@media screen and (max-width: 350px) {
    .home-header h2 {
        font-size: 28px;
    }
    .home-header p {
        font-size: 17px;
        line-height: 25px;
    }
    .hero-boxes .hero-box h2 strong {
        font-size: 28px;
    }
}
/* = LOCATIONS SECTION
-------------------------------------------------------------- 
 */
/*Form*/
#wpsl-search-wrap div label {
    line-height: 40px;
}
#wpsl-search-btn {
    background:none;
    background-color: #2D8BC8;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.38px;
    text-transform: uppercase !important;
    color: #FFFFFF;
    transition: background 300ms;
    border: none !important;
    border-radius: 3px !important;
}
#wpsl-stores > ul > li {
    position: relative;
    margin: 0;
    padding: 10px;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    padding: 10px; 
}
#wpsl-stores > ul > li:nth-child(even) {
    background-color: #FBFBFB;
}
/*Title*/
.wpsl-store-location > p > strong,
.wpsl-locations-details > span > strong {
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}
/*Hours*/
.wpsl-more-info-listings {
    display: block;
}
table.wpsl-opening-hours td{
    color: #5B5B5B !important;
    padding-bottom: 5px;
}
/*Directions*/
.wpsl-direction-wrap {
    line-height: 1.4;
}
.wpsl-directions {
    text-transform: uppercase;
    left: 1px;
    font-weight: bold;
    font-size: 14px;
}
/*More btn*/
.wpsl-store-details {
    display: none;
}
@media screen and (min-width:480px){
    .wpsl-store-location {
        width: calc(100% - 80px);
    }
    .wpsl-direction-wrap {
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: right;
    }
}
@media screen and (min-width:960px){
    /*Columns Mode*/
    #wpsl-stores > ul > li {
        min-height: 180px;
    }
    #wpsl-category {
        clear: none;
    }
    #wpsl-search-wrap div label {
        text-align: right;
    }
    .wpsl-more-info-listings {
        position: absolute;
        left: 50%;
        top: 3px;
        width: calc(50% - 80px);
    }
    .wpsl-store-location > p {
        max-width: 48%;
    }   
 }
/*Single location*/

.location-page .entry-content {
    line-height: 1.4;
}


/* PAGES
-------------------------------------------------------------- */
.box-highlight {
    padding: 15px;
    background-color: #FCF8E6;
    border-radius: 3px;
    margin-bottom: 20px;
}
.box-highlight p:last-child {
    margin-bottom: 0;
}

/* Feedback Pages */
.feedback-btns {
    display: flex;
    flex-wrap: nowrap;
    max-width: 500px;
    margin: 0 auto 20px;
    padding-top: 40px;
}
.page-template-survey-page .entry-content {
    max-width: 900px;
    margin: 0 auto;
}
.feedback-btns a {
    display: block;
    flex-basis: 50%;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  
}
.feedback-btns a:focus,
.feedback-btns a:active {
    outline: none;
}
.feedback-btns a .icon {
    display: block;
    margin: 0 auto 20px;
    background-color: #E1E1E1;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    transition: background 300ms ease-in-out;
   
}
.feedback-btns a .icon:hover {
     background-color: #6aaae4;
}
.feedback-btns a .icon img {
    vertical-align: middle;
    margin: 0 auto;
}
#feedback-positive {
    background-color: #E7E7E7;
    padding: 20px 20px 10px;
    margin: 20px 0;
    text-align: center;
    border-radius: 3px;
    display: none;
}
#feedback-positive a.button {
    background-color: #2d8bc8;
    color: #fff;
    outline: none;
    border-radius: 3px;
    padding: 3px 14px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
}
#feedback-positive a.button:hover {
    background-color: #2471A3;
}
#feedback-form {
    display: none;
}
#feedback-form > p {
    text-align: center;
    
}
.page-template-survey-page .line-divider {
    width: 100px;
    margin: 0 auto 30px;
    height: 10px;
    border-bottom: 2px solid #2d8bc8;
}
/* CONTACT
-------------------------------------------------------------- */

div.wpcf7 {
	padding: 15px !important;
	margin-bottom: 0;
    border:1px solid #E9E9E9;
    max-width: 900px;
    margin: 10px auto;
}
.wpcf7 form {
	padding:0px;
}
.wpcf7 h3 {
	margin:0 0 25px;	
	font-size:16px;
    font-weight: 300;
    color: #333;
    padding-top: 5px;
	
}
.wpcf7 .group1,
.wpcf7 .group2 {
	padding-bottom:5px;
}
.wpcf7 p {
	clear:both;
	margin:0 0 26px;
}
.wpcf7 p label {
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 13px;
    color: #2D8BC8;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.wpcf7-list-item-label {
    text-transform: none;
    font-weight: normal;
    color: #333;
    letter-spacing: 0px;
}
.wpcf7 p.submit-row {
	clear: both;
	text-align: right;
	padding-bottom:5px;
	padding-right:5px;
}
.wpcf7 p.submit-row input {
	float:right;
}

.wpcf7 p input.wpcf7-text,
.wpcf7 p input.wpcf7-number,
.wpcf7 p input.wpcf7dtx-dynamictext {
	width:100%;
}
.wpcf7 p select {
	width:100%;
}
.wpcf7 p input.wpcf7-text:focus,
.wpcf7 p select:focus,
.wpcf7 p textarea:focus  {
	border-color:#3f4ea0;
}
.wpcf7 p textarea {
	/*height:155px;*/
	width:100%;
}
input.wpcf7-submit {
	background-color: #2D8BC8;
	background-image: none;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 3px;
	padding: 3px 14px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
    float: right;
    transition: 300ms;
}


input.wpcf7-submit:hover {
    background-color: #224CA0;
    border-radius: 8px;
    color: #FFFFFF;
	background-image:none; 
}
span.wpcf7-not-valid-tip {
    color: #E1181C;
    display: block;
    font-size: 0.9em;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background-color: #FFFBCA;
	line-height:normal;
	
}
.wpcf7 form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
    border: 2px solid #2D8BC8;
	background-color:#E0EBF3;
    color:#2D8BC8;
}
div.wpcf7-response-output {
    margin: 2em 0 0;
    padding: 5px;
}

.wpcf7 .referee {
    position: relative;
    border-bottom: 1px dotted #CCC;
    padding-left: 110px;
    margin-bottom: 10px;
    padding-top: 5px;
    display: none;
}
.wpcf7 .referee h4 {
    width:90px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    background-color: #2D8BC8;
    color: #FFF;
    padding: 5px;
    text-transform: uppercase;
}
@media screen and (min-width: 680px){
    .wpcf7 .group {
        min-height: 100px;
        width: 45%;
        float: left;
        padding-right: 5%;
        clear: right;
    }
}

@media screen and (min-width: 760px){
    div.wpcf7 {
        padding: 35px !important;
    }
}


/* =Media queries
-------------------------------------------------------------- */
@media screen and (min-width: 440px) {
    .quick-contacts .loc-btn {
        font-size : 13px;
        letter-spacing : 0.33px;
        max-width: 155px;
    }
    .quick-contacts .book-btn {
        padding: 10px 17px;
    }
}
/* Minimum width of 640 pixels. */
@media screen and (min-width: 680px) {
    
		
	.site-content {
		float: left;
		width: 67%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.page-template-contact-page .site-content {
		width:100%;
	}
	#secondary.widget-area {
		float: right;
		width: 26%;
	}
	.wrap {
	    padding-top:20px;
    }
    .site-title {
        
    }
	.quick-contacts {
        float: right;
         border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
	.logo {		
		margin-top:0px;
        padding: 0 20px;
	}

    .logo img {
        width: 230px;
    }
    .site-title {
        float: left;        
    }
	.mobileNav {
		display: block;
		opacity:1;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
	.hideNav {
		display:none;
	}
    
	.main-navigation {
		margin-top:20px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 50px;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
    .main-navigation li li a {
        line-height: 2;
    }
	.main-navigation li {
		margin: 0 6px 0 20px;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul {
		border-top: 1px solid #ededed;
		border-right: 1px solid #ededed;
		border-left: 1px solid #ededed;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 13px;
		
		line-height: 18px;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		font-weight: bold;
        color:#0033a1;
	}
		
	.main-navigation li > a {
		position:relative;
	}
	.main-navigation li > a:after {
	  color: inherit;
	  content: "\f107";
	  font-family: "Font Awesome 5 Free"; 
      font-weight: 900; 	
	  margin-left: 5px;
	  vertical-align: middle;
	}
	
	.main-navigation li > a:only-child:after {
	  content: '';
	}
	

	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		}
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.page-header .page-title {
	    font-size : 50px;
    }
    .entry-content h1 {
        font-size: 36px;
    }
    .entry-content h2 {
        font-size: 28px;
    }
    .entry-content h3 {
        font-size: 24px;
    }
    .entry-content h4{
        font-size: 19px;
    }
	/*Footer */
   .tagline-banner {
        padding: 80px 20px;
    }
    .footer-widgets:after {
        clear: both;
        display: block;
        content: '';
    }
	#credits-and-copyright #mini-left {
		float:left;
		width: 45%;
	}
	#credits-and-copyright #mini-right {
		float:right;
		text-align:right;
		width: 45%;
    }
}


/* Minimum width of 870 pixels. */
@media screen and (min-width: 870px) {
	
	.main-navigation li {
		margin: 0 6px 0 20px ;
	}
    
   
	
	/*Footer */
    .tagline-banner {
        padding: 120px 20px;
    }
    .tagline-banner h3 {
        font-size: 45px;
    }
    .tagline-banner h3 span {
        margin: 0 12px;
    }
    .footer-widgets .widget {
        width: 18%;
        float: left;
        margin-right: 2%;
        border-right: 1px solid #CCC;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .footer-widgets .widget:nth-child(1),
    .footer-widgets .widget:nth-child(2){
        width: 29%;
    }
    .footer-widgets .widget:last-child {
        margin-right: 0;
        border-right: none;
    }
}
@media screen and (min-width: 960px) {
	 .mobileNav .searchbar {
        position: absolute;
        top: 10px;
        right: 20px;
    }
	
}
@media screen and (min-width: 1400px) {
	
	

}
@media screen and (min-width: 1600px) {
	
	

}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 22px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

}