/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for BARC Consultants
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: '';}
table {	border-collapse: collapse;	border-spacing: 0;}
caption,th, td {	font-weight: normal;	text-align: 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;}
ins {	text-decoration: none; }
hr {border: 0;	height: 1px;    clear: both;}
sub, sup {	font-size: 60%;	line-height: 0;	position: relative;	vertical-align: baseline;}
sup {	top: -0.5em;}
sub {	bottom: -0.25em;}
h1 sub, h1 sup, h2 sub,  h2 sup { 	font-size: 50%;	line-height: 0;	position: relative;	vertical-align: baseline;}
small {	font-size: smaller; }
img {	border: 0;	-ms-interpolation-mode: bicubic; }

/* Form fields, general styles first */
button,input,textarea {	font-family: inherit;	padding: 6px;	box-sizing: border-box;	line-height: normal;}
select {	font-family: inherit;	padding: 6px;	box-sizing: border-box;}
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: #ffffff;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #333333;
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
}
button,input[type="submit"],input[type="button"],input[type="reset"] {	cursor: pointer;}
button[disabled],input[disabled] {	cursor: default;}
/* Responsive images */
.entry-content img,
.comment-content img{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="wp-image-"] {
	height: auto; 
}

/* 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-weight: bold;
}

/* 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: #2b91c4;
    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 {
	background-color:#f5f5f5;
    font-size: 16px;
}
body {
    font-family:  Helvectica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #19182a;
	background-color:#FFFFFF;
   
}
a {
	outline: none;
	color: #2b91c4;
	text-decoration: none;
}
a:hover 
a:focus {
	color: #2D8BC8;
}

/* 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: 1px 0 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);
}
.site-header .wrap {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.site-header .wrap:after {
	clear:both;
	content:'';
	display:table;
}
.quick-nav {
    background-color: #e6e6e6;
    text-align: center;
    font-size: 15px;
}
.quick-nav .has-background {
    padding:14px 20px;
}
.quick-nav a {
    color:#002c59;
}

.site-title {
	margin:0;
}
.site-header .logo {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size : 40px;
    color : #002c59;
    font-weight: bold;
    padding: 0;
}
.site-header .logo a {
	display:block;
}
.site-header .logo img {
    max-width: 150px;
    height: auto;
}

   
/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: left;
    color : #313131;
    text-transform: uppercase;
    font-family: 'Mulish', Helvectica, Arial, sans-serif;
}
.main-navigation li {
	line-height: normal;
}
.main-navigation a {
	color: #313131;
	font-size:14px;
}
.main-navigation a:hover {
	color: #116F4B;
}
.menu-toggle {
	position:absolute;
	cursor: pointer;
	display:block;
	top:16px;
	right:20px;
    font-size: 24px;
    z-index: 999;
}
.menu-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 8px;
    background-color: #2b91c4;
}
.mobileNav {
    position:fixed;
    right: -300px;
    top: 0;
    transition:right 400ms ease-out;
    width:290px;
	padding:0px;
	height:100%;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    background-color:#FFFFFF;
    z-index: 9999;
}
.toggled-on .mobileNav {
	top:0;
	right:0;
}
.admin-bar .mobileNav {
	padding-top:60px;
}
.hideNav {
	
}

.mobileNav a {
	
    position: relative;
}
.sub-menu {
	display:none;
}

@media screen and (max-width:959px){
    .main-navigation {
        line-height: 27px;
        letter-spacing: 0.5px;
        color: #838383;
        font-size: 15px;
        }
    .hideNav {
        color:#2b91c4;
        font-weight:bold;
        padding: 10px 15px 8px 15px;
        border-bottom: 1px rgba(0,0,0,0.075) solid;
        text-align: right;
        cursor: pointer;
    }
    .hideNav:hover{
        color:#507809;
    }
  .main-navigation li {
       position: relative;
        width: 100%;
    }
    .main-navigation li.expanded > ul.sub-menu {
        display: block;
    }
     .main-navigation .sub-menu a {
         padding-left: 25px;
         font-size: 13px;
    }
  .main-navigation a {
      position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 10px 22px 10px 15px;
        border-bottom: 1px rgba(0,0,0,0.075) solid;
       color:#636262;
    }
    .mobileNav .subNavDD {
        position: absolute;
        top: 0px;
        right: 0px;
        color:#636262;
        padding: 10px 15px;
        cursor: pointer;
        font-weight: bold;
    }
}


/* Page header*/
.page-header {
    position: relative;
	background-color: #1e5799;
	clear:both;
    padding: 45px 20px;
    text-align: left;
    z-index: 1;
    overflow: hidden;
}
.page-header.bc-only-mode {
	padding: 15px 20px;
}
.page-header .wp-block-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    min-height: 180px;
}
.page-header .txt {
    padding: 0;
    color: #FFF;
    z-index: 10;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 30;
    box-sizing: border-box;
    position: relative;
    font-family: 'Mulish', Helvectica, Arial, sans-serif;
    /*text-shadow: 0 0 8px rgba(0,0,0,0.7);*/
}
.page-header .parent-title {
	font-size : 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.page-header .page-title {
	margin:0 0 15px;
	line-height: 40px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 30px;
}
.page-header h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.rank-math-breadcrumb {
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
}
.rank-math-breadcrumb a {
    color: #ffffff;
}
@media screen and (max-width: 640px) {
	.page-header {
         
	}
	.page-header .page-title {
		
	}
}

/* Sidebar */

#secondary.widget-area {
    border: 3px solid #f3f8eb;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.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:1.5;
    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 {
    margin-bottom: 15px;
}
#secondary .widget h3 {
    margin-bottom: 10px;
    font-size: 26px;
}

/* Footer */

#site-footer {
    clear: both;
    padding: 0;
    background-color: #21202e;
    color : #FFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 15px;
}

#site-footer .site-info {
    position: relative;
    z-index: 10;
}
 .footer-widgets:after {
        clear: both;
        display: block;
        content: '';
    } 

.footer-widgets ul {
    list-style: none;
    margin: 0;
}
#site-footer .credits {
    clear: both;
    text-align: right;
    padding-right: 10px;
    color: #FFF;
    padding-top: 20px;
    font-size: 13px;
}

#site-footer .copyright {
    text-align: center;
    font-size: 13px;
     color:#959498;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 20px;
}
#site-footer .copyright a {
    color: #747474;
}

#site-footer .widget {
    width: 100%;
}
#site-footer  a:hover {
    text-decoration: underline;
}
#site-footer .widget-area ul {
    list-style: none;
}
#site-footer .widget-area li {
    margin-bottom: 10px;
    margin-left: 0;
    list-style: none;
    padding: 0;
}
#site-footer .widget-area li:before {
    content: "";
}
#site-footer .widget-area li,
#site-footer .widget-area p,
#site-footer .widget-area a{
    color : rgba(255,255,255,0.70);
}
#site-footer .footer-logo {
    margin-left: -30px;
    margin-top: -14px;
}
#site-footer h3,
#site-footer .widget-title {
    font-weight : bold;
    font-size : 21px;
    color : #2b91c4;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#site-footer .textwrap{
	max-width: 1200px;
	margin: 0 auto;
    padding: 40px 20px 10px;
    box-sizing: border-box;
    font-size : 15px;
}

#site-footer .widget_media_image {
    max-width: 100%;
    
} 
#site-footer h1,
#site-footer h2,
#site-footer h3,
#site-footer .widgettitle,
#site-footer h3 {
    color:#2b91c4;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Mulish', Helvectica, Arial, sans-serif;
}

@media screen and (min-width:480px){
    .footer-widgets  {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }
    .footer-widgets .footer-column {
       flex-basis: calc(50% - 20px);
       padding-top: 10px;
    }
}
@media screen and (min-width:480px){
    .footer-widgets .footer-column {
       flex-basis: calc(25% - 20px);
    }
}
@media screen and (min-width:640px){
    #site-footer footer-widgets.textwrap{
     padding: 20px;
    }
}

/* =Main content and comment content
-------------------------------------------------------------- */
#main {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    background-color: #FFF;
}
.wp-block-group.is-style-gradient-bg {
    position: relative;
    padding-top: 50px;
    padding-bottom:50px;
}

#primary {
    position: relative;
    z-index: 10;
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h4, 
.entry-content h3 {
    
}
.entry-content h1.light,
.entry-content h2.light,
.entry-content h4.light, 
.entry-content h3.light {
    font-weight: normal;
}
.entry-header .entry-title, 
.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;
    font-family: 'Mulish', Helvectica, Arial, sans-serif;
}
.uppercase {
    text-transform: uppercase;
}
.entry-header .entry-title,
.entry-content h1,
.entry-content h2.h1-style,
.entry-content h3.h1-style,
.entry-content h4.h1-style{
    font-size: 42px;
    font-weight : bold;
}
.entry-content h1.h2-style,
.entry-content h2,
.entry-content h3.h2-style,
.entry-content h4.h2-style{
    font-size: 32px;
    font-weight : bold;
}
.entry-content h1.h3-style,
.entry-content h2.h3-style,
.entry-content h3,
.entry-content h4.h3-style{
    font-size: 24px;
    font-weight : bold;
}
.entry-content h1.h4-style,
.entry-content h2.h4-style,
.entry-content h3.h4-style,
.entry-content h4{
    font-size: 17px;
    font-weight : normal;
    margin-bottom: 12px;
}


.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 14px 36px;
    line-height: 1.4;
}
.entry-content ul:not(.blocks-gallery-grid) li {
    list-style: none;
    position: relative;
     padding-left: 25px;
    margin: 0 12px 8px;
}
.entry-content ul:not(.blocks-gallery-grid) li:before {
    color: #2b91c4;
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
}
.entry-content .has-white-color ul:not(.blocks-gallery-grid) li:before {
    color:#FFF;
}

.wp-block-latest-posts__list li > a {
    font-size: 1.2em;
    font-weight: bold;
    color: #2b91c4;
}
.wp-block-latest-posts__list li time {
    font-weight: bold;
    color: #A6A6A6;
    text-transform: uppercase;
}
.wp-block-image figcaption {
    color: #504d86;
    font-size: 15px;
    text-align: center;
}
.wp-block-quote,
.entry-content blockquote {
	padding: 12px;
	font-style: italic;
    border-left: none;
    margin:0;
    padding-left: 2em;
    position: relative;
    font-size: 18px;
    padding-bottom: 1em;
}
.wp-block-quote:before,
.entry-content blockquote:before {
    content: '“';
    position: absolute;
    top: 25px;
    left:-10px;
    display: block;
    font-size: 100px;
    line-height: 50px;
    color: #2b91c4;

}
.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: 12px 10px 12px 0;
    line-height: 1.4;
}
.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes,
.is-style-stripes table {
    border: none;
}
.is-style-stripes td {
    border: none;
    padding: 15px 10px;
}

.wp-block-table.is-style-stripes th {
    background-color:#1a1a1a;
    padding: 15px 10px;
    color: #FFF;
}
.wp-block-table.is-style-stripes tr:hover td {
    background-color:#2b91c4;
    color: #FFF;
}

.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*/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator {
    opacity: 1;
    margin-left: 0;
    height: 4px !important;
    width: 30px;
}
.has-white-background-color {    background-color: #FFF;	}

.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, .has-grey-color > a { color: #19182a ;	}
.has-green-color, .has-green-color > a { color: #2b91c4;	}
.has-navy-color, .has-navy-color > a { color:#21202e;	}
.has-light-grey-color, .has-light-grey-color > a { color:#f5f5f5;	}
.has-grey-background-color{ background-color: #19182a;	}
.has-green-background-color{ background-color: #2b91c4;	}
.has-light-grey-background-color { background-color:#f5f5f5; }
.has-navy-background-color { background-color:#21202e;	}

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

.wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}

.wp-block-column.has-background {
    padding: 15px;
    box-sizing: border-box;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 15px;
    margin: 0;
}
.shadow-columns > .wp-block-column {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.extra-padding {
    padding: 30px;
}
.is-style-rounded-fx {
     border-radius: 10px;
    overflow: hidden;
}
.is-style-rounded-shadow-fx {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.is-style-rounded-circle-shadow-fx.wp-block-image a:hover img {
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
}
.is-style-outlined-box {
     border:2px solid #CCC;
}
.is-style-boxed-columns .wp-block-column,
.boxed-columns .wp-block-column{
    background-color: #f5f5f5;
    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-rounded-shadow-fx img {
     box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px !important;
}

.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);
}
.is-style-narrow-content{
    max-width:860px;
    margin-left: auto; 
    margin-right: auto;
}
.shadow-hover {
    padding: 20px;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    transition: box-shadow 1s ease-out, background 1s ease-out;
}
.shadow {
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1), 0px 0px 15px rgba(0,0,0,0.1);
}

.shadow-hover:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1), 0px 0px 45px rgba(0,0,0,0.1);
    background-color: #FFF;
}

.wp-block-button__link {
    border-radius: 0px;
    font-size: 15px;
    letter-spacing: 0.4px;
    transition: 300ms ease-out;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    font-weight: bold;
}
/*.wp-block-button__link:visited {
    color:inherit;
}*/
a.wp-block-button__link.has-green-color,
a.wp-block-button__link.has-green-color:visited,
.has-white-color.has-text-color a.wp-block-button__link.has-green-color {
    color: #2b91c4;	
}

.wp-block-button__link:hover {
    background-color: #2b91c4;
    color: #FFF;
}
.wp-block-button__link.has-background {
    position: relative;
}


.wp-block-columns.no-gaps {
    gap:0;
}

.entry-content ul.is-style-tick-list > li,
.entry-content ul.tick-list > li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0 12px 10px;
}
.entry-content ul.is-style-tick-list > li:before,
.entry-content ul.tick-list > li:before{
    content: "✔";
    position: absolute;
    top: 0;
    left: 0; 
}
.has-white-color ul.is-style-tick-list > li:before,
.has-white-color ul.tick-list > li:before{
    color:#FFF;
}


ol.is-style-large-number-list {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ol.is-style-large-number-list li {
  counter-increment: my-awesome-counter;
  padding-left: 40px;
    position: relative;
    margin-left: 0;
}
ol.is-style-large-number-list li::before {
  content: counter(my-awesome-counter);
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #002c59;
}
@media screen and (min-width:760px){
    .is-style-3x-grid .wp-block-group__inner-container {
        display: flex;
        flex-wrap: wrap;
    }
    .is-style-3x-grid .wp-block-group__inner-container > div {
        flex-basis: 33%;
    }
}
/*Forms */
.mini-form .forminator-ui label.forminator-label {
    display: none !important;
}
.mini-form form:not(.forminator-size--small)[data-grid="open"] .forminator-row:not(:last-child) {
    margin-bottom: 8px !important;
}
.has-background #forminator-module-46.forminator-design--flat .forminator-input, 
.has-background #forminator-module-46.forminator-design--flat .forminator-input:hover, 
.has-background #forminator-module-46.forminator-design--flat .forminator-input:focus, 
.has-background #forminator-module-46.forminator-design--flat .forminator-input:active {
    background-color: #FFF;
    color: #000000;
}

/* ---- */

@media screen and (min-width:1020px){
    .wp-block-column.has-background {
        padding: 15px 25px;
    }
}

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;
}
.wp-block-group.accordion {
    margin: 0;
}
.accordion > .wp-block-group__inner-container {
    border: 1px solid #CCC;
    margin-top: -1px;
}
.accordion > .wp-block-group__inner-container > h4 {
    background-color: #f0f0f0;
    padding: 15px 25px 15px 15px;
    margin: 0;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    transition: background 700ms, color 700ms;
}
.accordion > .wp-block-group__inner-container > h4:hover {
    background-color: #DDDDDD;
}
.accordion > .wp-block-group__inner-container > h4:after {
    content: "+";
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
    font-weight: normal;
    font-size: 24px;
}
.accordion.expanded  > .wp-block-group__inner-container > h4:after {
    content: "-";
}
.accordion.expanded  > .wp-block-group__inner-container > h4 {
    background-color: #19182a;
    color: #FFF;
}
.accordion > .wp-block-group__inner-container > .wp-block-group {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 700ms ease-out;
}
.accordion > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
    padding: 15px;
}
.accordion.expanded > .wp-block-group__inner-container > .wp-block-group {
    max-height: 2000px;
    opacity: 1;
}
/*Icons*/
.gf-icon {
    display: inline-block;
    width: 24px;
}
.gf-icon.color-green  {
    stroke:#2b91c4;
}
.gf-icon.color-green-fill {
    fill:#2b91c4;
}
.gf-icon.color-white  {
    stroke:#FFF;
}
.gf-icon.color-white-fill  {
    fill:#FFF;
}
.footer-widgets a span.gf-icon {
    border:1px solid #FFF;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    transition: background 300ms;
}
.footer-widgets a:hover span.gf-icon {
    background-color:#2b91c4;
}
.text-indent {
    padding-left: 30px;
    position: relative;
}
.text-indent .gf-icon {
   position: absolute;
    top: 0;
    left: 0;
}
/* 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);
}

/*Shortcodes*/
.sub-pages-grid {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.sub-pages-grid .page-link{
    flex-basis: calc(50% - 10px);
    text-align: center;
    line-height: normal;
}
.sub-pages-grid .page-link img {
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0 0 8px rgb(0,0,0,0.2);
     transition: box-shadow 300ms;
    height: 140px;
    object-fit: cover;
    display: block;
    width:100%;
    margin: 0;
}
.sub-pages-grid .page-link p {
    font-weight: bold;
    padding: 10px;
    margin: 0;
}
.sub-pages-grid .page-link a {
    color: #333;
    transition: color 300ms;
}
.sub-pages-grid .page-link:hover a {
    color: #002c59;
}
.sub-pages-grid .page-link:hover img {
    box-shadow: 0 0 30px rgb(0,0,0,0.3);
}
@media screen and (min-width:760px){
    .sub-pages-grid {
        gap:30px;
    }
    .sub-pages-grid .page-link{
        flex-basis:calc(33% - 20px);
    }
    .sub-pages-grid .page-link img {
         height: 220px;
    }
}
@media screen and (min-width:1200px){
    .sub-pages-grid .page-link img {
         height: 280px;
    }
}
/* =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;
}

/* Blog
-------------------------------------------------------------- */
.entry-summary {
    border: 1px solid #eeeeee;
    padding:25px;
    margin-bottom: 25px;
	position: relative;
	padding-bottom: 80px;
	box-sizing: border-box;
}
.entry-summary .blog-title {
    font-size: 30px;
    margin-bottom: 5px;
}
.entry-summary .blog-title a {
    color: #2b91c4;
}
.parent-title,
.entry-header .meta,
.entry-summary .meta{
    text-transform: uppercase;
    font-weight: bold;
    color: #8E8E8E;
    font-size: 15px;
}
.entry-header .meta a {
    color: #575757;
}
.entry-summary p:last-child {
    margin: 0;
}
.entry-summary .entry-content {
	position: static;
}
.entry-summary .read-more-link {
	text-transform: uppercase; 
	font-size: 14px; 
	letter-spacing: 1px;
	position:absolute;
	left: 25px;
	bottom: 25px;
}
.entry-summary .read-more-link a {
	color: #313131;
}
/*Single Post*/
.parent-title {
    
}
.single .entry-header {
    margin-bottom: 30px;
    padding: 25px 0;
    border-radius: 5px;
}
.single .entry-title {
     margin-bottom: 15px;
}
.news-feed {
	padding-top:30px;
}
@media screen and (min-width:600px){
    .news-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
		gap:20px;
    }
    
    .news-grid .entry-summary {
        flex-basis: 47%;
        margin-bottom: 50px;
    }
}
@media screen and (min-width:900px){
    .news-grid .entry-summary {
        flex-basis: calc(33% - 20px);
        margin-bottom: 10px;
    }

}

/* = Team Shortcode
-------------------------------------------------------------- */

.staff-feed {
    
}
.staff-item {
    text-align: center;
    margin-bottom: 20px
}
.staff-item .photo {
    background-color: #EDEDED;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.staff-feed.greyscale img {
    filter: grayscale(1);
}
.staff-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    transform-origin: center;
    transition: transform 300ms ease-out;
}
.staff-item .photo:hover img {
    transform: scale(1.1);
}
.staff-item a {
    color: #19182a;
}
.staff-item .name {
    display: block;
    font-size: 20px;
    font-family: 'Mulish', Helvectica, Arial, sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
}
.staff-single-bio .entry-title {
    margin-bottom: 10px;
}
.staff-single-bio .job-title,
.staff-item .job-title {
    display: block;
    font-size: 14px;
    color: #2b91c4;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
	line-height: 22px;
}
.staff-single-bio .job-title{
    margin-bottom: 20px;
    margin-top: -5px;
}
.staff-nav {
    background-color: #9CCEDD;
    padding:40px 20px;
}
.staff-nav nav {
    max-width: 1160px;
    margin: 0 auto;
}
.staff-nav a {
    font-weight: bold;
   color: #21202e;
}
@media screen and (min-width:600px){
    .staff-feed {
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
    }
    .staff-item {
        flex-basis: 47%;
    }
}
@media screen and (min-width:900px){
    .staff-item {
        flex-basis: 30%;
        margin-bottom: 50px;
    }
}
@media screen and (min-width:1020px){
    .x4 .staff-item {
        flex-basis: 24%;
    }
}

/* =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
-------------------------------------------------------------- */
#main {
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
    max-width: 100%;
    min-height: calc(100vh - 540px);
    box-sizing: border-box;
}
.site-content {
    margin: 0;
    padding: 0px;
}
body.single-post .site-content,
body.category .site-content,
.wp-block-cover__inner-container,
.wp-block-group__inner-container {
    max-width:1140px;
    box-sizing: border-box;
    margin: 0 auto;  
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width:  1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.blog .site-content,
body.category .site-content {
    padding: 20px;
}
.full-width > .wp-block-cover__inner-container,
.full-width > .wp-block-group__inner-container {
    max-width: 100%;
}


@media screen and (max-width:1140px){
    .entry-content > .wp-block-group:not(.full-width):not(.cover-slider)  {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.entry-content > .wp-block-group.has-background {
    padding:50px 20px;
}
.entry-content > .wp-block-group.has-background.small-padding {
    padding:30px 20px;
}
.wp-block-group__inner-container > .wp-block-columns:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:1240px){
    .page-template-full-width .wp-block-group__inner-container {
        margin: 0 0px 20px;  
    }
}
@media only screen and (max-width: 781px) {
	.wp-block-columns.reverse-on-mobile {
		flex-direction: column-reverse;
	}
}





/* =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 {
		width: 100%;
	}
    
    .page-template-fixed-width #main {
        max-width:1240px;
        margin: 0 auto;
    }
	.page-template-contact-page .site-content {
		width:100%;
	}
   
    .site-title {
        
    }

   
	/*Header*/
    .site-header {
        min-height: 50px;
        position: relative;
        width: 100%;
        z-index: 999;
        top: 0;
        left: 0;
        transition: top 200ms ease-out;
    }
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }
	
	
	
   
    ul.two-columns,
    ul.is-style-two-columns {
        column-count: 2;
    }
    ul.three-columns,
    ul.is-style-three-columns {
        column-count: 3;
    }
}
/*Cover Slider */
.cover-slider {
    position: relative;
    z-index: 1;
    padding: 0;
   /* min-height: 80vh;*/
}
.cover-slider > .wp-block-group__inner-container{
    max-width: 100% !important;
}
.cover-slider .wp-block-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    background-color: #FFF;
    transition: opacity 500ms ease-out;
    pointer-events: none;
    top: 0;
    left: 110%;
      max-width: 100% !important;
}
.cover-slider .wp-block-cover:first-child {
    position: relative;
    top: 0;
    left: 0;
}
.cover-slider .wp-block-cover:first-child,
.cover-slider .wp-block-cover.visible {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    left: 0;
}
.cover-slider .has-x-large-font-size {
    font-size: clamp(26px, 2.5vw, 50px ) !important;
}

.cover-slider .navbar {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
	max-width: 100% !important;
}
.cover-slider .navbar .dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.00);
    border: 1px solid #FFF;
    cursor: pointer;
    transition: background 300ms;
    opacity: 0.8;
}
.cover-slider .navbar .dot:hover {
    background-color: rgba(255,255,255,1);
}
.cover-slider .navbar .dot.current {
    background-color: rgba(255,255,255,1);
}

.cover-slider.no-dots .navbar {
    display: none;
}

.cover-slider.image-zoom-fx {
    overflow: hidden;
}
.cover-slider.image-zoom-fx .wp-block-cover__image-background {
    transform: scale(1);
}
.cover-slider.image-zoom-fx .visible .wp-block-cover__image-background  {
    animation-name: slowEnlargement;
    animation-duration: 15s;
    transform-origin: center;
/*    animation-iteration-count: 1;*/
    animation-fill-mode: forwards;
}
@keyframes slowEnlargement {
  0% {transform: scale(1);}
  100% {transform: scale(1.15);}
}
@media screen and (max-width:760px) {
    .entry-content .cover-slider.reviews-slider h1, 
   .entry-content .cover-slider.reviews-slider h2 {
        font-size: 24px;
        text-align: center;
    }
}
/* RESPONSIVE RULES */
@media screen and (min-width:960px) {
    .site-header {
        padding-top: 0;
    }
    .site-header .logo {
        
    }
    .mobileNav {
        display: block;
        opacity:1;
        background-color: transparent;
        position: relative;
        left: auto;
        right: auto;
        width:auto;
        padding:0;
        height:auto;
        box-shadow:none;
    }
    .admin-bar .mobileNav {
        padding-top:0px;
    }
	.hideNav {
		display:none;
	}
    .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;
        font-size: 14px;
        
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #313131;
		line-height: 25px;
        font-size: 14px;
		white-space: nowrap;
        padding:35px 12px;
        font-weight: bold;
        background-color: #FFF;
        transition: all 0.3s ease-in-out !important;
        -webkit-transition: all 0.3s ease-in-out !important;
	}
	.main-navigation li a:hover {
		background-color: #2b91c4;
        color: #FFF;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
        text-align: left;
        text-transform: none;
	}
	.main-navigation li ul {
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
        padding-top: 8px;
        background: #000000;
        transition: all 0.3s ease-in-out;
        width: 220px;
        opacity: 0;
        visibility: hidden;
	}
    .main-navigation ul li:hover > ul {
		 visibility: visible;
        opacity: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
    
    .main-navigation li ul li {
     display: block;
    }
	.main-navigation li ul li a {
		background: #000000;
		display: block;
		font-size: 13px;
        letter-spacing: 0.5px;
		letter-spacing: normal;
		line-height: 25px;
		padding: 2px 10px;
		color:#FFF;
		white-space: normal;
        position: relative;
        box-sizing: border-box;
        font-weight: normal;
        transition: all 0.4s ease-in-out;
	}
    .main-navigation ul li:hover > ul a {
        padding: 8px 10px;
    }
    .main-navigation li ul li a:before {   
        position: absolute;
        left: 10px;
        top: 20px;
        width: 0;
        height: 2px;
        z-index: 0;
        content: " ";
        background-color: #fff;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }
	.main-navigation li ul li a:hover {
		color: #FFF;
        background-color: #2b91c4;
        padding-left: 30px;
	}
    .main-navigation li ul li a:hover:before {
        width: 10px;
}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_parent > a,
	.main-navigation .current_page_ancestor > a {
        color: #2b91c4;
        font-weight: bold;
	}
		
	.main-navigation li > a {
		position:relative;
	}
	.main-navigation li.menu-item-has-children > a:after {
	    color: inherit;
		content: "";
		width: 5px;
		height: 5px;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 43px;
        right:0px;
        z-index: 10;
        transition: border 0.4s ease-in-out;
	}
    .main-navigation li.menu-item-has-children > a:hover:after {
        border-color:#FFF;
    }
	.menu-toggle {
		display: none;
	}
    
    .site-header .logo {		
        margin-left: 0px;
        text-align: left;
        width: 295px;
        float: left;
	}
    .anim-done .logo { 
        padding-top: 20px;
        transform: scale(0.5)
    }
    /*Header*/
    
    .main-navigation {
        float: right;
        width:calc(100% - 295px);
        margin-top: 0px;
        text-align: right;
        transition: margin 300ms ease-out;
    }
    
    .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
        text-align: right;
    } 
        
   .entry-header .entry-title,
    .entry-content h1,
    .entry-content h2.h1-style,
    .entry-content h3.h1-style,
    .entry-content h4.h1-style{
        font-size: 42px;
    }
    .entry-content h1.h2-style,
    .entry-content h2,
    .entry-content h3.h2-style,
    .entry-content h4.h2-style{
        font-size: 32px;
    }
    .entry-content h1.h3-style,
    .entry-content h2.h3-style,
    .entry-content h3,
    .entry-content h4.h3-style{
        font-size: 26px;
    }
   
   
    
}
@media screen and (min-width:1100px) {
   .main-navigation li a {
        padding:38px 20px;
    }
    .main-navigation li.menu-item-has-children > a:after {
        right:8px;
	}
}
/* =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 .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;
	}

}