/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for PMA
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;
}
.site-content nav a {
    color: #990033;
    font-weight: bold;
}
#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:#E8E8E8;
}
body {
	font-size: 15px;
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	background-color:#FFFFFF;
}
a {
	outline: none;
	color: #2D8BC8;
	text-decoration: none;
}
a:hover 
a:focus {
	color: #459CD5;
}

/* 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: 1px 1px 5px rgba(0,0,0,0);
    z-index: 999;
    position: relative;
	}
.site-header.anim-done {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.wrap {
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    max-width: 1400px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.wrap.padded {
    padding: 10px 20px 10px;
}
.wrap:after {
	clear:both;
	content:'';
	display:table;
}

.pre-header {
    background-color: #F2F2F2;
    font-weight: 300;
    font-size: 14px;
    color: #378DB5;
    z-index: 9998;
    position: relative;
    text-align: right;
    font-weight: bold;
}
.pre-header:after {
    display: block; content: ""; clear: both;
}
.pre-header .search-form {
    float: right;
}
.pre-header .search-field {
    padding: 2px 4px;
    border:1px solid #FFF;
    width: 120px;
}
.pre-header .link{
    white-space: nowrap;
    margin-right: 10px;
    padding-top: 5px;
    display: inline-block;
}
.pre-header a {
    color: #378DB5;
}
.site-title {
	margin:0;
}
.site-header .logo {
    text-align: left;
    font-size : 24px;
    color : #378DB5;
    font-weight: 300;
    padding: 0px 50px 0px 0px;
    transition: 300ms ease-out;
    transform-origin: bottom left;
}
.site-header .logo img {
    margin-right: 5px;
}
.anim-done .logo {
    transform: scale(0.5)
}
.site-header .txt {
    display: inline-block;
    width: 110px;
    font-weight : bold;
    font-size: 15px;
    line-height: 20px;
    letter-spacing : -0.2px;
    text-transform : uppercase;
    color : #333333;
}
/*.logo .sml-icon,
.logo .txt-icon {
    transition: 300ms ease-out;
}
.anim-done .logo { 
    padding-top: 20px;
}
.anim-done .site-header .txt {
    opacity: 1;
}
.anim-done .txt-icon {
    height: 30px;
    width: auto;
}*/
.pre-header .hide-mobile {
    display: none;
}
@media screen and (min-width:460px){
   .site-header .txt {
        width: 150px;
       font-size: 17px;
    }
}
@media screen and (min-width:768px){
    .sml-icon {
        opacity: 0;
    }
    .site-header .logo {
        padding: 10px 10px 10px 0px;
    }
    .site-header .txt {
        width: 180px;
        font-size : 19px;
        line-height: 24px;
    }
    .pre-header .hide-mobile {
        display: inline;
    }
    .wrap.padded {
        padding: 30px 20px 1px;
    }
}
   
/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: left;
    font-size : 14px;
    letter-spacing : 0.7px;
    color : #333333;
    text-transform: uppercase;
    font-weight: 600;
}
.main-navigation li {
	margin-top: 24px;
	line-height: normal;
}
.main-navigation a {
	color: #378DB5;
	font-size:15px;
}
.main-navigation a:hover {
	color: #191919;
}

.main-navigation li.highlight > a {
    background-color: #378DB5;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}
.main-navigation li.highlight > a:hover {
    background-color: #63131D;
    color: #FFF;
}

div.toggled-on .main-navigation ul.nav-menu,
.menu-toggle {
	display: inline-block;
}
.menu-toggle {
	position:absolute;
	cursor: pointer;
	display:block;
	top:20px;
	right:20px;
    font-size: 24px;
    z-index: 999;
}
.menu-toggle:hover {
    color: #121212;
}
.mobileNav {
    position:fixed;
    left: -230px;
    transition:left 400ms ease-out;
    width:180px;
	padding:40px 20px;
	height:100%;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    background-color:#FFF;
}
.toggled-on .mobileNav {
	
	position:fixed;
	top:0;
	left:0;
	
/*	opacity:1;
	transition:opacity 400ms ease-out;*/
}
.admin-bar .toggled-on .mobileNav {
	padding-top:60px;
	
}
.hideNav {
	color:#B9B9B9;
	cursor:pointer;
	font-weight:300;
	font-size:17px;
}
.hideNav:hover{
	color:#990033;
}
.toggled-on .mobileNav a {
	color:#378DB5;
}
.sub-menu {
	display:none;
}

@media screen and (min-width:768px){
    .mobileNav {
        position: relative;
        left: auto;
        width:auto;
        padding:0;
        height:auto;
        box-shadow:none;
    }
   
}

/* Page header*/
.page-header {
    position: relative;
	background-color: #DFDFDF;
	clear:both;
    padding: 90px 20px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
     background:#378DB5;
background: linear-gradient(151deg, rgba(65,159,203,1) 0%, rgba(32,114,152,1) 100%); 
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
   
}

.page-header .txt {
    padding: 0;
    text-align: left;
    color: #fff;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 30;
    box-sizing: border-box;
    position: relative;
}
.page-header .parent-title {
	font-size : 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.page-header .page-title {
	margin:0;
	font-size : 50px;
	text-transform:none;
	line-height:normal;
    font-weight: bold;
}
@media screen and (max-width: 640px) {
	.page-header {
        padding: 40px 20px 20px;
    }
	.page-header .page-title {
		font-size : 30px;
		line-height:normal;
	}
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
    line-height:normal;
    font-size: 15px;
}
.widget-area .widget h3 {
    
    font-weight : normal;
    font-size : 22px;
    color : #000;
    margin: 0px 0 20px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height:normal;
}
.widget-area .widget p {
	line-height:25px;
    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;
}
#secondary .widget-area .widget a {
	color: #555957;
}
#secondary .widget-area .widget a:hover {
	color: #343736;
}

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

.search-form  .search-submit {
	display: none;
}
#secondary .widget {
    background-color: #DBDBDB;
    padding: 15px 15px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}
#secondary .widget h3 {
    margin-bottom: 10px;
    font-size: 26px;
}

/* Footer */

#site-footer {
    clear: both;
    padding: 0;
    background-color: #e6e6e6;
    letter-spacing : 0.75px;
    color : #4d4d4d;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#site-footer .site-info {
    position: relative;
    z-index: 10;
}

 .footer-widgets:after {
        clear: both;
        display: block;
        content: '';
    }
@media screen and (min-width:480px){
    .footer-widgets .widget:nth-child(3), 
    .footer-widgets .widget:nth-child(4), 
    .footer-widgets .widget:nth-child(5) {
        width: 48%;
        float: left;
        margin-right: 2%;
    }
}
.footer-widgets .widget:nth-child(3),
.footer-widgets .widget:nth-child(5) {
   clear: both;
}

#site-footer  a:hover {
    text-decoration: underline;
}
#site-footer .widget-area li {
    margin-bottom: 6px;
    margin-left: 0;
    list-style: none;
}
#site-footer .widget-area .menu li {
    font-size: 14px;
}
#site-footer .widget-area a {
    color: #3E3E3E;
}
#site-footer .widget-area a:hover {
    color: #000;
}
#site-footer .widget-title {
    font-weight : bold;
  font-size : 18px;
  color : #378db5;
    padding-top: 15px;
}
#site-footer .textwrap{
	max-width: 1400px;
	margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    font-size : 15px;
}

#site-footer .widget_media_image {
    max-width: 100%;
    
}
#site-footer #media_image-2 img {
    max-width: 160px !important;
}

#credits-and-copyright {
    clear: both;
	font-size:12px;
	line-height:normal;
    text-align: left;
    color: #555;
}
#credits-and-copyright a {
	color: #434343;
	text-decoration: none;
}
#credits-and-copyright a:hover {
	text-decoration:underline;
}
#credits-and-copyright a.credit {
    opacity: 0.5;
}
.footer-art {
    border-bottom: 4px solid #378db5;
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: left;
}

@media screen and (min-width:640px){
    #site-footer footer-widgets.textwrap{
         padding: 20px;
    }
    .footer-art .textwrap{
         position: relative;
    }
    .footer-art .footer-icon{
        position: absolute;
        bottom: -4px;
        right:20px;
    }
}

/* =Main content and comment content
-------------------------------------------------------------- */
#main {
	padding-left:20px;
	padding-right:20px;
    max-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 260px;
}


.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	font-size: 22px;
	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;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.8em;
	line-height:normal;
    font-weight: normal;
}
.entry-content h1,
.entry-content h2.h1-style,
.entry-content h3.h1-style,
.entry-content h4.h1-style{
    font-size: 36px;
	font-weight: normal;
}
.entry-content h1.h2-style,
.entry-content h2,
.entry-content h3.h2-style,
.entry-content h4.h2-style{
    font-size: 30px;
    font-weight : bold;
    color : #378DB5;
}
.entry-content h1.h3-style,
.entry-content h2.h1-style,
.entry-content h3,
.entry-content h4.h3-style{
    font-size: 24px;
    font-weight: normal;
      color : #378DB5;
}

.entry-content h1.h4-style,
.entry-content h2.h4-style,
.entry-content h3.h4-style,
.entry-content h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}
.entry-content h1.h5-style,
.entry-content h2.h5-style,
.entry-content h3.h5-style,
.entry-content h4.h5-style,
.entry-content h5{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.entry-content h5 {
	font-size: 16px;
    font-weight: bold;
}
.entry-content h6 {
	font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.6;
}
.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{
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 10px 36px;
  line-height: 1.5;
}
.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 .auto-width table{
    width: auto;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.wp-block-table td, 
.wp-block-table th
.entry-content td,
.comment-content td {
    border: none;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
    line-height: normal;
}
.site-content article {
}
.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;
}

/*Gutenberg Styles*/
.has-white-background-color {    background-color: #FFF;	}
.has-blue-background-color {    background-color: #378DB5;	}

.has-grey-background-color, 
.has-grey-background-color h1, 
.has-grey-background-color h2, 
.has-grey-background-color h3, 
.has-blue-background-color, 
.has-blue-background-color h1, 
.has-blue-background-color h2, 
.has-blue-background-color h3 {   color: #f2e9e2; }

.entry-content .has-text-color h1,
.entry-content .has-text-color h2,
.entry-content .has-text-color h3,
.entry-content .has-text-color h4 {
    color: inherit;
}

.has-white-color.has-text-color a {
    color: #FFF;
}
.has-grey-color { color: #333;	}
.has-blue-color { color: #378DB5;	}

.entry-content .has-white-color { color: #FFF !important;	}

.wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}
.wp-block-separator {
    opacity: 1;
}
.wp-block-separator.has-background.left-aligned {
    margin-left: 0;
}

.is-style-outlined-box {
     border:2px solid #CCC;
}
.is-style-boxed-columns .wp-block-column,
.boxed-columns .wp-block-column{
    background-color: #F2F2F2;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.is-style-group-shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 10px;
}

.is-style-shadow-fx img, 
.shadow-fx img,
img.shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wp-block-image.shadow-fx{
    box-shadow: none;
}
.wp-block-image.shadow-fx img{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
 .entry-content .narrower{
     max-width:960px;
    margin-left: auto; margin-right: auto;
}
.semi-transparent.has-white-background-color {
    background-color: rgba(255,255,255,0.85);
}
.wp-block-button__link {
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 0.4px;
    transition: 300ms ease-out;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.wp-block-button__link:hover {
    border-radius: 12px;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wp-block-button__link.has-background {
    position: relative;
}
.stages .wp-block-group.has-background {
    padding: 15px;
}
/*.wp-block-button__link.has-background:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.00);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: 300ms ease-out;
    mix-blend-mode: multiply;
    border-radius: 8px;
}
.wp-block-button:hover .wp-block-button__link.has-background:before {
    background-color: rgba(0,0,0,0.1);
    border-radius: 12px;
}*/
/*Video Banner*/
.video-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #111116;
    padding-bottom: 56.25%;
}
.video-banner iframe {
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*@media screen and (min-width:1280px){
    .video-banner  {
         padding-bottom: 720px;
    }
}*/
@media screen and (min-width:1520px){
    .video-banner  {
         padding-bottom: 855px;
    }
}

ul.is-style-tick-list > li,
ul.tick-list > li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0 12px 10px;
}
ul.is-style-tick-list > li:before,
ul.tick-list > li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #378DB5;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0; 
}
/*Group BG*/
.wp-block-group.has-group-bg {
    position: relative;
    z-index: 1;
   
}
.wp-block-group__inner-container .group-bg {
    display: none;
}
.wp-block-group.has-group-bg .wp-block-group__inner-container{
    position: relative;
    z-index: 100;
}
.group-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: opacity 500ms;
    z-index: 1;
}

.group-bg-image.loaded { opacity: 1; }
.group-bg-image.loaded.fx-tint25 { opacity: 0.25; mix-blend-mode: multiply; }
.group-bg-image.loaded.fx-tint75 { opacity: 0.75; mix-blend-mode: multiply; }
.group-bg-image.loaded.fx-tint50 { opacity: 0.5; mix-blend-mode: multiply; }
.group-bg-image.size-contain { background-size: contain; }
.group-bg-image.size-cover { background-size: cover; }
.group-bg-image.w50  { width: calc(50% - 40px); }

.wp-block-group.image-only-banner {
    min-height: 300px;
}
@media screen and (min-height:700px){
   .wp-block-group.image-only-banner {
        min-height: 400px;
    }
}
@media screen and (min-height:900px){
   .wp-block-group.image-only-banner {
        min-height: 500px;
    }
}
@media screen and (max-width:599px){
    .group-bg-image.w50,
    .group-bg-image.w50.loaded  { 
        width: 100%;
    }
    .white-bg-mobile {
        background-color: rgba(255,255,255,0.9);
        padding: 15px 15px 10px;
    }
    .semi-bg-on-mobile {
        background-color: rgba(255,255,255,0.7);
        padding: 15px 15px 10px;
    } 
}

@media screen and (min-width:760px){
    .extra-inner-padding .wp-block-column {
        padding:20px 10px;
        box-sizing:border-box;
    }
    .extra-inner-padding .wp-block-column:first-child {
         padding-left:0px;
    }
    .extra-inner-padding .wp-block-column:last-child {
         padding-right:0px;
    }
    ul.two-columns {
        column-count:2;
    }
     ul.two-columns li {
        break-inside: avoid-column;
    }
}
@media screen and (min-width:1020px){
    .extra-inner-padding .wp-block-column {
        padding:20px 15px;
    }
    .extra-inner-padding .wp-block-column:first-child {
         padding-left:0px;
    }
    .extra-inner-padding .wp-block-column:last-child {
         padding-right:0px;
    }
}


@media screen and (min-width:1160px){
    .extra-padding-right-desktop {
        padding-right: 30px;
        box-sizing: border-box;
    }
    .extra-padding,
    .wp-block-columns.has-background.extra-padding{
        padding: 40px;
    }
    .extra-center-padding .wp-block-column {
        box-sizing: border-box;
        padding-left: 30px;
    }
    .extra-center-padding .wp-block-column:first-child {
        padding-left: 0px;
        padding-right: 30px;
    }
}
ul.lined-list {
    list-style: none;
    border-top: 1px solid #333;
}
ul.lined-list li {
    margin: 0;
    padding:20px;
    border: 1px solid #333;
    border-top: none;
    line-height: 1.6;
}
/* Yoast Accordions */
.wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: 20px;
    background-color: #DFDFDF;
}
.wp-block-yoast-faq-block .schema-faq-question {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 17px 56px 17px 12px;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open {
    /*border-bottom: 1px solid #CCC;*/
}
.schema-faq-answer br {
    content: "";
    display: block;
    margin: 8px;
}
.wp-block-yoast-faq-block .schema-faq-question:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    width: 56px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    color: #378DB5;
    font-size: 20px;
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open:after {
    content: "-"; 
}
.wp-block-yoast-faq-block p.schema-faq-answer {
    margin: 0;
    padding: 12px;
    background-color:#fff;
    font-size: 16px!important;
    line-height: 1.4!important;
    border-bottom: 1px solid #dedee0;
    display: none;
}
/* Scroll Based Animation FX */
.fade-in  {
    opacity: 0.2;
    transition: opacity 2000ms ease-out;    
}
.fade-in.in-view {
    opacity: 1;
}
.pop-in {
    opacity: 0;
    transform: scale(0.7);
    transition: 700ms ease-out;
    transform-origin: center;
}
.pop-in.in-view {
    opacity: 1;
    transform: scale(1);
} 
.subtle-pop-in {
   /* opacity: 0.5;*/
    transform: scale(0.9);
    transition: 700ms ease-out;
    transform-origin: center;
}
.subtle-pop-in.in-view {
   /* opacity: 1;*/
    transform: scale(1);
}
.group-bg-image {
    opacity: 0;
    transition: 700ms ease-out;
}
.group-bg-image.loaded {
     opacity: 1;
}
/* =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;
}


/* = FULL WIDTH PAGE
-------------------------------------------------------------- */
.page-template-full-width-no-header #main,
.page-template-full-width #main {
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
    max-width: 100%;
    /*padding-top: 170px;*/
}
@media screen and (min-width:768px){
    .page-template-full-width-no-header #main,
    .page-template-full-width #main {
        padding-top: 170px;
    }
}
.page-template-full-width-no-header .site-content,
.page-template-full-width .site-content {
    margin: 0;
}
.page-template-full-width-no-header .wp-block-group__inner-container,
.page-template-full-width .wp-block-group__inner-container {
    max-width:1400px;
    box-sizing: border-box;
    margin: 0 auto;  
}

.entry-content > .wp-block-group.has-background {
    padding:50px 20px;
}
.wp-block-group__inner-container > .wp-block-columns:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:1240px){
    .page-template-full-width-no-header .wp-block-group__inner-container,
    .page-template-full-width .wp-block-group__inner-container {
        margin: 0 0px 20px;  
    }
}
@media screen and (min-width:960px){
    .entry-content > .wp-block-group.has-background {
        padding:80px 20px 70px;
    }
     .entry-content > .wp-block-group.has-background.header-banner{
         padding:130px 20px 50px; 
    }
    
}
@media screen and (min-width:960px) and (min-height:900px){
   .entry-content > .wp-block-group.has-background.header-banner{
         padding:170px 20px 50px; 
    }
}

/*Home*/
.wp-block-group.header-banner .wp-block-group__inner-container h1, 
.wp-block-group.header-banner .wp-block-group__inner-container h2, 
.wp-block-group.header-banner .wp-block-group__inner-container h2 {
    max-width: 800px;
}
.entry-content .header-banner h2 {
    margin-bottom: 10px;
}
.uppercase {
    text-transform: uppercase;
}
.services-grid.wp-block-group.has-background {
    margin: -20px 20px 0;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    text-align: center;
    padding: 5px;
}
.services-grid .wp-block-column {
    margin-bottom: 10px;
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.services-grid p {
    max-width: 200px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}
.services-grid i {
    font-size: 30px;
    margin-bottom: 20px;
    transform-origin: center;
    transition: 300ms ease-out;
}
.services-grid.wp-block-group.has-background a {
    color:#FFF;
}
.services-grid .wp-block-column:hover i {
    transform: scale(1.2);
}
.services-grid.has-background .wp-block-column:hover a {
    color: #AFD6E8;
}
@media screen and (max-width:480px){
    .services-grid i,
    .services-grid p{
        font-size: 16px;
        line-height: normal;
    } 
}
@media screen and (min-width:1400px){
    .services-grid.wp-block-group.has-background {
        max-width: 1400px;
        margin: -40px auto 0;
    }
}

/*Services*/
.services-grid.sub-page .wp-block-image figure{
    background-color: #378DB5;
    border-radius: 30px;
    padding: 5px;
    overflow: hidden;
}
.services-grid .wp-block-image figure {
    box-shadow: 0 0 3px rgba(0,0,0,0);
    transition: 300ms;
}
.services-grid .wp-block-image figure:hover {
    transform: scale(1.05);
}
.services-grid.sub-page .wp-block-image figure:hover {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.services-grid.sub-page a {
    color: #378DB5;
}

/* CONTACT CF7 / quote
----------------------------------------- */
.quote-form {
    background-color: #378DB5;
    padding: 50px 30px;
}
.quote-form.in-view {
    background-image: url("images/pma-quote-bg.jpg");
    background-size: cover;
}
@media screen and (max-width: 640px) {
    .quote-form.in-view {
        background-image: url("images/pma-quote-bg-mobile.jpg");
    }
}
.quote-form .wpcf7 {
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.form-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    color: #378DB5;
}
div.wpcf7 {
	margin-bottom: 0;
}
.wpcf7 form {
	padding:0px;
}
.wpcf7 h4 {
	margin:0 0 15px;	
	font-size:16px;
	
}
.wpcf7 p {
	clear:both;
	line-height:32px;
	margin:0 0 12px;
}
.wpcf7 p label {
	display:block;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
	line-height: 15px;
}
.captcha-image {
	display:block;
	border-color:#CCC;
}
.wpcf7 p.submit-row {
	clear: both;
	text-align: right;
	padding-bottom:5px;
	padding-right:5px;
}
.wpcf7 p.submit-row input {
	float:right;
}

.wpcf7 select,
.wpcf7 p input.wpcf7-text,
.wpcf7 p input.wpcf7dtx-dynamictext,
.wpcf7 p textarea {
    border: none;
    border-radius: 0;
    border: 1px solid #B3B3B3;
    font-size: 15px;
    color: #000;
    padding: 8px;
    
}
.wpcf7 p input.wpcf7-text,
.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: none;
   border: 1px solid #378DB5;
}
.wpcf7 p select {
    color: #555;
}
.wpcf7 p select:focus {
     color: #000;
}
.wpcf7 p textarea {
	/*height:155px;*/
	width:100%;
}
input.wpcf7-submit {
	background-color: #378DB5;
	background-image: none;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 6px;
	padding: 3px 14px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
}


input.wpcf7-submit:hover {
	background-color: #1F6A8C;
	background-image:none; 
	color:#fff;
}
.wpcf7 .wpcf7-response-output {
    clear: both;
}
.wpcf7 form.sent .wpcf7-response-output {
    border:none !important;
    background-color: #BBEFB5;
    padding: 5px;
}
.wpcf7-not-valid-tip {
    color: #333333;
    display: block;
    font-size: 0.9em;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output
.wpcf7 .wpcf7-validation-errors {
	border:none;
	background-color: #F5D880;
	line-height:normal;
	
}

.wpcf7-response-output {
    margin: 2em 0 0;
    padding: 5px;
}
.wpcf7 p.last {
    padding-bottom: 10px;
}
.wpcf7-not-valid-tip {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    color: #8d68a0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 5px 0 0;
}
.wpcf7-form-control-wrap .g-recaptcha-response {
    padding-left: 5px;
}
@media screen and (min-width: 640px) {
    .wpcf7 .column {
        width: 49%;
        margin-right: 2%;
        float: left;
    }
    .wpcf7 .column + .column {
        margin-right: 0;
    }
    .wpcf7-textarea.brieftext {
        min-height: 179px;
    }
    .wpcf7 p.submit-row {
        clear: right;
        float: right;
    }
    .wpcf7:after {
        content: '';
        display: block;
        clear: both;
    }
    .wpcf7 p.submit-row:after {
        content: '';
        display: block;
        clear: both;
    }
    
}
@media screen and (min-width: 760px) {
    
    
    #main,
    #masthead .wrap,
    .quote-form .wpcf7,
    #site-footer .textwrap{
        /*width: 85%;  */
        max-width: 1440px;
        box-sizing: border-box;
    }
     #site-footer .textwrap{
       width: calc(85% - 80px);
         max-width: 1440px;
    }
    .page-template-full-width-no-header #main,
    .page-template-full-width #main {
        width: 100%;
        max-width: 100%;
    }
    .quote-form {
        padding: 80px 20px;
    }
    .quote-form .wpcf7 {
        padding: 20px 30px;
    }
    .form-title {
        font-size: 40px;
    }
}



/* =Media queries
-------------------------------------------------------------- */
@media screen and (min-width: 440px) {
	
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
		
	body.single-attachment .site-content,
	body.full-width .site-content, 
	body.single-smc_staff .site-content {
		width: 100%;
	}
	.page-template-contact-page .site-content {
		width:100%;
	}
    .site-content {
        margin: 55px 0 40px;
    }
    body.has-sidebar {
        float: left;
		width: 67%;
    }
	#secondary.widget-area {
		float: right;
		width: 26%;
	}
	
    .site-title {
        
    }
    /*Header*/
    .promo-msg {
        float: left;
        margin: 0;
    }
    .quick-contacts {
        float: right;
    }
	/*Header*/
    .site-header {
        min-height: 50px;
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
        left: 0;
    }
    
    .page-header {
        padding-top: 180px;
    }
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }
	.logo {		
		margin-top:0px;
        float: left;
        margin-left: -35px;
	}
    .anim-done .logo {
         margin-left: 0px;
        padding-top: 9px;
    }
	.mobileNav {
		display: block;
		opacity:1;
	}
	.hideNav {
		display:none;
	}
	.main-navigation {
		float:right;
		margin-top:50px;
	}
    .main-navigation .mobile-only {
        display: none;
    }
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: center;
		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: #333;
		line-height: 20px;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 14px 0 0px;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
        text-align: left;
        text-transform: none;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
         margin-left: -10px;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
   
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
        
	}
    .main-navigation .nav-menu > li > a{
        
    }
	.main-navigation li ul {
        padding-top: 20px;
        box-shadow: 0 5px 3px rgba(0,0,0,0.1);
        background: #ffffff;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		display: block;
		font-size: 15px;
		letter-spacing: normal;
		line-height: 18px;
		padding: 8px 10px;
		width: 270px;
		white-space: normal;
	}
    .main-navigation li ul ,
    .main-navigation li ul li a:last-child {
        border-radius: 0 0 3px 3px;
    }
	.main-navigation li ul li a:hover {
		color: #378DB5;
	}
	.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: #378DB5;
	}
		
	.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;
	}
	/*Footer */
    
   
    .footer-widgets .widget {
        width: 31%;
    }
   
    .footer-widgets .widget:nth-child(5) {
       clear: none;
    }

	
    
    
}

@media screen and (min-width:960px) {
    .admin-bar  .site-header {
        top: 32px;
    }
    
    body {
	    font-size: 15px;
    }
    .logo {		
        margin-left: 0px;
	}
    .main-navigation li {
		margin: 0 0 0px 25px;
	}
    .page-header {
        padding: 230px 20px 60px;
    }
    .entry-content h1,
    .entry-content h2.h1-style,
    .entry-content h3.h1-style,
    .entry-content h4.h1-style{
        font-size: 46px;
    }
    .entry-content h1.h2-style,
    .entry-content h2,
    .entry-content h3.h2-style,
    .entry-content h4.h2-style{
        font-size: 36px;
    }
    .entry-content h1.h3-style,
    .entry-content h2.h3-style,
    .entry-content h3,
    .entry-content h4.h3-style{
        font-size: 28px;
    }
    .entry-content .super-large {
        font-size:64px;
    }
    
    /*Footer */
    .footer-widgets .widget,
    .footer-widgets .widget:nth-child(3), 
    .footer-widgets .widget:nth-child(4), 
    .footer-widgets .widget:nth-child(5){
        width: 21%;
        float: left;
        margin-right: 4%;
    }
    .footer-widgets .widget:nth-child(3){
        clear: none;
    }
    
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 1100px) {
	.entry-header .entry-title {
		font-size: 38px;
		}
	
	
}
/*@media screen and (min-width: 1400px) and (min-height:700px) {
	.page-header {
        padding: 140px 20px;
    }
	

}
@media screen and (min-width: 1600px) and (min-height:800px) {
	.page-header {
        padding: 170px 20px;
    }

}*/

/* =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;
	}

}