/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for Delgany Portsea
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: 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;
}

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

/* 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;
    font-size: 14px;
    padding: 0 20px;
}
.site-content nav a {
    color: #262626;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    letter-spacing: 1px;
    font-weight: bold;
}
.site-content nav a:hover {
   color: #000;
}

#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 48%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 48%;
}
.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:#FFFFFF;
    font-size: 18px;
}
body {
    font-family: 'Helvetica Neue',Arial, Helvectica, sans-serif;
    font-size: 17px;
    font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #333333;
	background-color:#FFFFFF;
   
}
a {
	outline: none;
	color: #2faad1;
	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: 0px;
	background-color:#FFF;
    box-shadow: 1px 1px 5px rgba(0,0,0,0);
    z-index: 999;
    position: relative;
	}

.site-header .login-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 12px;
}
.site-header .login-btn:hover {
     border: 1px solid #333;
}
.site-header.anim-done {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.quick-nav {
    background-color: #e6e6e6;
    padding: 14px 10px;
    text-align: center;
    font-size: 15px;
}
.quick-nav a {
    color:#3F3F3F;
}

.site-title {
	margin:0;
}
.site-header a {
    color: #333;
}
.site-header .logo {
    font-size : 40px;
    padding: 20px;
}
.site-header .logo img{
    max-width: 210px;
    height: auto;
}
    

   
/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: left;
    letter-spacing : 0.7px;
    font-size : 14px;
    letter-spacing : 2.8px;
    text-transform : uppercase;
    color: #000;
}
.main-navigation li {
	margin-top: 24px;
	line-height: normal;
}
.main-navigation a {
	color: #000;
}
.main-navigation a:hover {
	color: #555555;
}
.menu-toggle {
	position:absolute;
	cursor: pointer;
	display:block;
	top:65px;
	right:20px;
    z-index: 999;
}
.menu-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 10px;
    background-color: #363636;
}
.mobileNav {
    position:fixed;
    left: -230px;
    top: 0;
    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;
    z-index: 9999;
}
.toggled-on .mobileNav {
	top:0;
	left:0;
}
.admin-bar .mobileNav {
	padding-top:60px;
}
.hideNav {
	color:#B9B9B9;
	cursor:pointer;
	font-weight:300;
	font-size:17px;
}
.hideNav:hover{
	color:#000;
}
.sub-menu {
	display:none;
}

@media screen and (min-width:768px){
    .mobileNav {
        position: relative;
        left: auto;
        width:auto;
        padding:0;
        height:auto;
        box-shadow:none;
    }
    .admin-bar .mobileNav {
        padding-top:0px;
    }
   /*.site-header .logo {
        padding: 10px 10px 10px 0px;
    }*/
}
/*SEARCH BAR*/
.nav-menu .search-btn  {
    position: relative;
}
.nav-menu .search-btn .s {
    display: block;
    border-radius: 50%;
    border:2px solid #000;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.nav-menu .search-btn .s:before {
   content: "";
    width: 6px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 7px;
    display: block;
}

@media screen and (min-width:800px){
     .nav-menu .search-btn .s {
        top: -11px;
    }

}

#search-pop-overlay{
	position:absolute;
	width:100%;
	height:100%;
	
	top:0;
	display:none;
	cursor:pointer;
	z-index:9999;
}
#search-pop-overlay .search-pop {
	
	padding:5px;
	width:90%;
	max-width:853px;
	margin:0 auto;
	margin-top:130px;
	min-height:30px;	
	cursor:default;
	position:relative;
    z-index: 10;
}
.search-pop input.search-field {
    width: 100%;
    background-color:#FFF;
    font-size: 20px;
    padding: 10px;
    border:1px solid #FFF;
}
#search-pop-overlay .closeBtn {
	position:absolute;
	top:-8px;
	right:-8px;
	background-color:#ccc;
	border:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	width:24px;
	height:24px;
    line-height: 24px;
	border-radius:12px;
	cursor:pointer;
	text-align:center;
	/*box-shadow:1px 1px 3px 1px rgba(0,0,0,0.41);*/
    color: #333;
    padding: 0;
}
#search-pop-overlay .lb-overlay {
    background-color:rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* 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: #FFF;
    color : #333;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 15px;
    border-top: 1px solid #DFDFDF;
}
#site-footer h2,
#site-footer h3,
#site-footer h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    letter-spacing: 1px;
    font-weight: bold;
}
#site-footer .site-info {
    position: relative;
    z-index: 10;
}
#site-footer .copyright {
    text-align: center;
    font-size: 12px;
     color: #676767;
    border-top: 1px solid #DFDFDF;
    padding: 20px;
}
#site-footer .copyright a {
    color: #747474;
}
#site-footer  .btt {
    background-color: #BDBDBD;
    display: inline-block;
    padding: 8px;
    border-radius: 3px 3px 0 0;
    color: #FFF;
    float: right;
    margin-right: 5px;
}
#site-footer .btt:hover {
    background-color: #163B5C;
    text-decoration: none;
}

#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: 6px;
    margin-left: 0;
    list-style: none;
    padding: 0;
}
#site-footer .widget-area li:before {
    content: "";
}
#site-footer .widget-area a {
    color: #20202A;
}
#site-footer .footer-logo {
    margin-left: -30px;
    margin-top: -14px;
}
#site-footer h3,
#site-footer .widget-title {
    font-weight : bold;
    font-size : 21px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#site-footer .textwrap{
	max-width: 1280px;
	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:#06965e;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

@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;
    min-height: 260px;
    position: relative;
    background-color: #FFF;
    padding:20px;
    padding-top: 0;
}
body.full-width #main {
    padding: 0;
}
.page-wrap {
    background-color: #FFF;
    z-index: 100;
    position: relative;
}
.photo-header {
    background-color: #f2f2f2;
    height: 430px;
    width: 100%;
    color: #ABABAB;
}
.photo-header.small-header {
    height: 300px;
    position: relative;
    overflow: hidden;
}
.photo-header.small-header img {
    object-fit: cover;
    object-position: 50% 50%;
}


.photo-header .wp-block-cover {
    min-height: 100%;
}
@media screen and (min-width:1020px){
    .photo-header {
        height: 500px;
    }
    .photo-header.small-header {
        height: 300px;
    }
}
@media screen and (min-width:1270px){
    .photo-header {
        height: 560px;
    }
    .photo-header.small-header {
        height: 320px;
    }
}
@media screen and (min-width:1400px){
    .photo-header {
        height: 660px;
    }
    .photo-header.small-header {
        height: 340px;
    }
}
@media screen and (min-width:1600px){
    .photo-header {
        height: 720px;
    }
    .photo-header.small-header {
        height: 360px;
    }
}
#breadcrumbs {
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    background:#FFF;
    text-align: center;
    color: #767676;
}
.page #breadcrumbs {
    margin-bottom: -20px;
}
#breadcrumbs a {
    color: #333;
}
.breadcrumb_last {
    display: none;
}
#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-header .entry-title,
.entry-content h1,
.entry-content h2, 
.entry-content h3,
.entry-summary .serif,
.entry-content .serif {
    font-family: 'Vidaloka', serif;
}

.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;
}
.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 : 300;
}
.entry-content h1.h2-style,
.entry-content h2,
.entry-content h3.h2-style,
.entry-content h4.h2-style{
    font-size: 32px;
    font-weight : 300;
}
.entry-content h1.h3-style,
.entry-content h2.h3-style,
.entry-content h3,
.entry-content h4.h3-style{
    font-size: 24px;
    font-weight : 300;
}
.entry-content h1.h4-style,
.entry-content h2.h4-style,
.entry-content h3.h4-style,
.entry-content h4{
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.entry-content h1 strong,
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong {
     font-weight: 700;
}


.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;
     letter-spacing: 0.25px;
}

.entry-summary p,
.entry-content p,
.entry-content li,
.entry-content td {
    font-size : 17px;
    line-height : 27px;
    letter-spacing : 0.85px;
    font-style: normal; 
    font-variant: normal; 
    font-weight: 100;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue LT Std','Helvetica Neue', Helvetica, Arial, sans-serif;
}
.entry-summary p em,
.entry-content p em,
.entry-content li em,
.entry-content td em {
    font-weight: 100;
    font-family: 'HelveticaNeue-Light-Italic', 'Helvetica Neue Light Italic', 'Helvetica Neue LT Std','Helvetica Neue', Helvetica, Arial, sans-serif;
}
.entry-summary p strong,
.entry-content p strong,
.entry-content li strong,
.entry-content td strong {
    font-weight: bold;
    font-family: 'Helvetica Neue LT Std','Helvetica Neue', Helvetica, Arial, sans-serif;
    
}

.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: #06965e;
    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: #06965e;
}
.wp-block-latest-posts__list li time {
    font-weight: bold;
    color: #A6A6A6;
    text-transform: uppercase;
}
.news-feed .wp-block-buttons {
    margin-left: 35px;
}
.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: #06965e;

}
.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;
}
.wp-block-table.is-style-stripes table {
    margin-bottom: 0;
}
.wp-block-table.is-style-stripes td {
    padding:12px;
}
@media screen and (max-width:480px){
    .collapse-on-mobile tr {
        display: block;
    }
    .collapse-on-mobile td {
        display: block;
    }
    .collapse-on-mobile td + td {
        display: block;
        padding-top: 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*/
.wp-block-separator {
    opacity: 1;
}
.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;
}
a.has-red-color.has-white-background-color{
     color: #002c59;
}

.has-grey-color { color: #333 !important;	}
.has-green-color { color: #06965e;	}
.has-light-green-color { color:#e6f5f0;	}
.has-light-yellow-colur { color:#f3f8eb;	}
.has-light-grey-color { color:#f2f2f2;	}
.has-grey-background-color{ background-color:   #333;	}
.has-green-background-color{ background-color:  #06965e;	}
.has-light-grey-background-color { background-color:#f2f2f2;	}
.has-light-green-background-color { background-color:#e6f5f0;	}
.has-light-yellow-background-color { background-color:#f3f8eb;	}



.has-medium-font-size {
    font-size: 1.15em;
}

.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;
}



.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-circle-green-fx {
    position: relative;
    padding-left: 40px;
}
.is-style-circle-green-fx:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(11,153,114);
    background: -webkit-linear-gradient(left, rgba(11,153,114,1) 0%, rgba(0,147,69,1) 59%, rgba(143,185,58,1) 100%);
    background: -o-linear-gradient(left, rgba(11,153,114,1) 0%, rgba(0,147,69,1) 59%, rgba(143,185,58,1) 100%);
    background: linear-gradient(to right, rgba(11,153,114,1) 0%, rgba(0,147,69,1) 59%, rgba(143,185,58,1) 100%);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 340px;
    max-height: 340px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    
}
.is-style-circle-green-fx img {
    border-radius: 50% !important;
    position: relative;
    margin: 30px 0 0 30px;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.wp-block-image.is-style-rounded-shadow-fx {
    box-shadow: none;
    border-radius: none;
} 
.wp-block-image.is-style-rounded-circle-shadow-fx img {
    border-radius: 50%;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    transition: 300ms;
    
}
.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: #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-rounded-shadow-fx img {
     box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px !important;
}

.is-style-tint-fx {
    position: relative;
}
.is-style-tint-fx:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.12);
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    top: 0;
    left:0;
    width: 60%;
    height: 100%;
    z-index: 1;
}
.is-style-tint-fx .wp-block-group__inner-container {
    position: relative;
    z-index: 10;
}
.is-style-shadow-fx img, 
.is-style-shadow-fx.wp-block-image a img, 
.shadow-fx img,
img.shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.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;
}
.wp-block-file__embed {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.offest-image {
    margin-top: 100px;
}
.offest-image figure:first-child {
    margin-top: -100px;
}


.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: #000;	
}

.wp-block-button__link:hover {
    border-radius: 12px;
}
.wp-block-button__link.has-background {
    position: relative;
}


.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;
}

/*Gallery Block*/
.wp-block-gallery.outlined img {
    border: 1px solid #DCDCDC;
}
.wp-block-gallery.outlined a:hover img {
    border: 1px solid #B7B5B5;
}
.wp-block-image a img,
.wp-block-gallery a img {
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: 300ms ease-out;
}
.wp-block-image a:hover img,
.wp-block-gallery a:hover img {
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
/*Columns based Image Verical Grid*/
@media screen and (min-width:600px){
    .is-style-image-grid img {
        display: block;
    }
    .is-style-image-grid .wp-block-column:not(:first-child) {
      margin-left: 20px;
    }
    .is-style-image-grid figure:last-child {
       margin-bottom: 20px;
    }
    .is-style-image-grid figure:last-child {
       margin-bottom: 0;
    }
    .is-style-image-grid .wp-block-column:first-child figure {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .is-style-image-grid .wp-block-column:first-child img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
   .is-style-image-grid .wp-block-column:last-child .wp-block-image img {
       height: 30%;
    }
}
/*Yoast*/
.schema-faq-question {
    margin-bottom: 15px;
    display: block;
    line-height: normal;
}
.entry-content .schema-faq-answer {
    border-left: 2px solid #CCC;
    padding-left: 20px;
    margin-bottom: 40px;
}
.wp-block-group__inner-container p.schema-faq-answer:last-child {
     margin-bottom: 40px;
}
/* ---- */
@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;
    }
}
@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;
    }
    .wp-block-column.has-background {
        padding: 15px 25px;
    }
}


@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;
}
/* 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;
}
/*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
-------------------------------------------------------------- */
.blog .entry-header > .wp-block-group,
.category .entry-header > .wp-block-group,
.archive .entry-header > .wp-block-group {
    padding-bottom: 30px !important;
}

.blog #content,
.category #content,
.archive #content {
   padding-bottom: 50px;
   padding-left: 20px;
   padding-right: 20px;
}
.entry-summary {
    background-color: #f2f2f2;
    margin-bottom: 25px;
}
.entry-summary a.post-hero-image {
    display: block;
    width: 100%;
    height: 200px;
}
.entry-summary a.post-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.entry-summary .entry-content {
    padding:25px;
}
.entry-summary .blog-title {
    font-size: 30px;
    margin-bottom: 5px;
}
.entry-summary .blog-title a {
    color: #000;
}
.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;
}
@media screen and (min-width:480px){
    .entry-summary { 
        padding-left: 30%;
        position: relative;
    }
    .entry-summary a.post-hero-image {
        position: absolute;
        top:0;
        left: 0;
        width: 30%;
        height: 100%;
    }
}
@media screen and (min-width:1200px){
    .entry-summary  .entry-content{ 
        padding: 35px;
    }
}

/*Single Post*/
.parent-title {
    
}
.single .entry-header {
    margin-bottom: 20px;
    padding: 20px;
}
.single .entry-title {
     margin-bottom: 15px;
}
.single .entry-content {
     padding: 0 20px;
}

/*Search Items*/
.search-item.entry-summary {
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #CCC;
}
.search-item.entry-summary .entry-title {
    font-size:30px;
    margin-bottom: 20px;
    font-weight: normal;
}

/* Member Pages */
.resources-links ul#menu-owners-resources {
    max-width: 400px;
    margin: 0 auto 40px;
    border: 1px solid #CCC;
    padding: 0;
}
.resources-links ul#menu-owners-resources li {
    border-bottom: 1px solid #CCC;
    margin: 0;
    padding: 0;
    list-style: none;
}
.resources-links ul#menu-owners-resources li:last-child {
    border-bottom: none;
}
.resources-links ul#menu-owners-resources li a {
    display: block;
    padding: 10px 20px;
    color: #333;
}
.resources-links ul#menu-owners-resources li a:hover {
    display: block;
    padding: 10px 20px;
    color: #000;
    background-color: #E8E8E8;
}
.wpmem_restricted_msg {
    padding-top: 20px;
}
#loginform {
    border: 1px solid #CCC;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    padding-bottom: 50px;
}
#loginform .login-username label,
#loginform .login-password label {
    text-transform: uppercase;
    font-size:15px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #000;
}
#loginform .login-username input,
#loginform .login-password input {
    width: 100%;
}
#loginform .login-remember {
    float: left;
}
#loginform .login-submit {
    float: right;
}
#loginform .login-submit input{
    border:1px solid #000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 15px;
}

/* =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: 400px;
    /*border-top: 20px solid #002c59;
    padding-top: 190px;*/
}
/*@media screen and (min-width:768px){
    #main {
        border-top: 150px solid #002c59;
    }
}*/
.site-content {
    margin: 0;
    padding: 0 0px;
}
.full-width .site-content {
    width:100%;
    padding: 0;
    margin: 0;
}
.wp-block-cover__inner-container,
.wp-block-group__inner-container {
    max-width:1200px;
    box-sizing: border-box;
    margin: 0 auto;  
}
.entry-content > .wp-block-group.is-style-min-padding .wp-block-group__inner-container {
    max-width: 100%;
}
.is-style-min-padding .wp-block-media-text__content {
    max-width: 520px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width:1140px){
    .entry-content > .wp-block-group {
        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;
}
.entry-content > .wp-block-group.is-style-min-padding {
    padding: 0;
}
@media screen and (max-width:1240px){
    .page-template-full-width .wp-block-group__inner-container {
        margin: 0 0px 20px;  
    }
}
@media screen and (min-width:960px){
    .entry-content > .wp-block-group.is-style-gradient-bg,
    .entry-content > .wp-block-group.has-background {
        padding:45px 25px;
    }
    .entry-content > .wp-block-group.is-style-min-padding {
        padding: 0;
    }
}
@media screen and (min-width:1300px){
    .entry-content > .wp-block-group.is-style-gradient-bg,
    .entry-content > .wp-block-group.has-background {
        padding:65px 25px;
    }
    .entry-content > .wp-block-group.is-style-min-padding {
        padding: 0;
    }
}
/*Home*/
/*News Feed SHortcode*/
.dp-news-feed {
    background-color: #FFF;
}
.dp-news-feed .wp-block-columns {
    margin: 0;
}
.padded-column {
    padding: 20px;
    box-sizing: border-box;
}
.dp-news-feed .section-title {
   margin-bottom: 40px;
    font-weight: 300;
}
.dp-news-feed a { color: #000; }
.dp-news-feed .wp-block-image {
    width: 100%;
    height: 100%;
    margin: 0;
}
.dp-news-feed .wp-block-image img{
    width: 100%;
   height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
}
.dp-news-feed h2,
.dp-news-feed h3 {
    margin-bottom: 10px;
}
.dp-news-feed h4.meta ,
.dp-news-feed h4.meta a {
    color: #686868;
}
.dp-news-feed h4.meta {
    margin-bottom: 20px;
}
.wp-block-buttons.news-link {
    padding-top: 20px;
}
@media screen and (min-width: 960px) {
    .padded-column {
        padding: 25px 25px 75px;
        position: relative;
    }
    .wp-block-buttons.news-link {
        position: absolute;
        bottom: 25px;
        left: 25px;
    } 
}
@media (max-width: 781px) {
    .reverse-on-mobile {
        flex-direction: column-reverse;
    }
    .reverse-on-mobile .wp-block-column:nth-child(2n) {
        margin-left: 0em;
    }
}
/* =Media queries
-------------------------------------------------------------- */
@media screen and (min-width: 440px) {
	
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 800px) {
		
	
    .site-content{
        max-width:1240px;
        margin: 0 auto;
        min-height: 300px;
    }
    body.full-width .site-content {
        max-width:100%;
		width: 100%;
        margin: 0;
    }
	
	/*Header*/
    .site-header {
        min-height: 50px;
        position: relative;
        width: 100%;
        z-index: 999;
        top: 0;
        left: 0;
        transition: top 100ms ease-out;
    }
    
    .page-header {
        padding-top: 180px;
    }
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }
	
   
	.mobileNav {
		display: block;
		opacity:1;
        background-color: transparent;
	}
	.hideNav {
		display:none;
	}
	
    /*.anim-done .main-navigation {
		margin-top:70px;
	}*/
    .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 {
		line-height: 46px;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		
	}
	.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 {
        box-shadow: 0 5px 3px rgba(0,0,0,0.1);
        background: #ffffff;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		display: block;
		line-height: 18px;
		padding: 8px 10px;
		width: 270px;
		white-space: normal;
        letter-spacing: 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 {
		
	}
	.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 {
        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: 2px solid #333;
		border-bottom: 2px solid #333;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 17px;
		right: -13px;
	}
	.menu-toggle {
		display: none;
	}
    ul.two-columns,
    ul.is-style-two-columns {
        column-count: 2;
    }
    ul.three-columns,
    ul.is-style-three-columns {
        column-count: 3;
    }
}

@media screen and (min-width:960px) {
    
   /* .site-content.has-sidebar {
		float: left;
		width: 67%;
	}
	#secondary.widget-area {
		float: right;
		width: 25%;
	}*/
    
    #main {
        margin-top: 120px;
    }
    .admin-bar  .site-header {
        top: 32px;
    }
    
    .site-header .logo {		
        margin-left: 0px;
        text-align: center;
	}
    /*.anim-done .logo { 
        padding-top: 20px;
        transform: scale(0.5)
    }*/
    /*Header*/
    .site-header {
        position: fixed;
    }
    .main-navigation {
        border-top: 1px solid #d3d3d3;
        text-align: center;
    }
    .main-navigation div.nav-menu > ul {
        text-align: left;
    } 
        
    .main-navigation li {
		margin: 0 15px;
	}
   .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: 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:56px;
    }
   
    
}
@media screen and (min-width:1200px) {
   .main-navigation li {
		margin: 0 0 0px 45px;
	}
}
/* =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;
	}

}