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


@font-face {
    font-family: 'nunito_sansblack';
    src: url('fonts/nunitosans-black-webfont.woff2') format('woff2'),
         url('fonts/nunitosans-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

/* =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,
.wp-block-separator{
	background-color: #FFF;
    border: 0;
    border-bottom: 1px solid #00a89c;
	height: 10px;
	margin: 24px 0px;
    clear: both;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

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


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

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

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

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

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

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

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

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

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

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

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


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

/* Body, links, basics */
html {
	font-size: 87.5%;
	background-color:#fcfcfc;
}
body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	background-color:#fcfcfc;
}
a {
	outline: none;
	color: #2D8BC8;
	text-decoration: none;
}
a:hover 
a:focus {
	color: #459CD5;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

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

/* Header */
.site-header {
	padding: 0px 20px 20px;
	background-color:#C0C0C0;
    color: #FFF;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
	}
.header-art {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color:#C0C0C0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    transition: 300ms ease-out;
    
    
}
.site-header.blur .header-art {
    /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.site-header:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0,0.3);
    
}

.logo {
    position: absolute;
    top: 0;
    left: 20px;
	text-align: left;
    padding-top: 10px;
    font-size: 50px;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 999;
    word-spacing: -5px;
}
.logo a {
	color: #FFF;
	display: inline-block;
	text-decoration: none;
}
.logo a:hover{
	color: #00A89C;
}
.site-title {
	margin:0;
}
.title-banner {
    padding-top: 120px;
    box-sizing: border-box;
}
.entry-content .section-title h2,
.page-title {
    font-size: 40px;
    font-family: 'nunito_sansblack';
    text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
    z-index: 10;
    position: relative;
    line-height: 1.1;
    text-transform: none;
   
}
.entry-content .section-title h2,
.entry-content .section-title h3 {
    margin: 0;
}
.entry-content .section-title .t {
    color: #FFF;
}
.entry-content .section-title .dot,
.logo .dot,
.page-title .dot {
    font-family: Times, "Times New Roman", "serif";
    color: #00A89C;
    text-shadow: none;
}
.page-title span {
    max-width: 500px;
}
.entry-content .section-title .t,
.page-title .t {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.entry-content .section-title h3.sub-title,
.page-title .sub-title {
    display: block;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    padding-top: 5px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: bold;
    mix-blend-mode: multiply;
}
.entry-content .section-title h3.sub-title.w,
.page-title .sub-title.w {
    color: #FFF;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

/*Animation fx*/
.section-title {
    transform: translateX(-30px);
    transition: transform ease-out 1500ms;
    opacity: 0.5;
}
.title-in-view .section-title {
    transform: translateX(0px);
     opacity: 1;
}
.content-section {
    transform: translateY(30px);
    transition: transform ease-out 1500ms;
}
.content-section.in-view {
    transform: translateY(0px);
}
.res-cover-block {
    position: relative;
}
.res-cover-block:before {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1; 
    transition: ease-out 1500ms;
    mix-blend-mode: multiply;
}
.res-cover-block.in-view:before {
    background-color: rgba(0,0,0,0.05);
}
/* Navigation Menu */
.main-navigation {
    margin-top: 0px;
    text-align: left;
    font-weight : bold;
    font-size : 18px;
    letter-spacing : 0.3px;
    text-transform : lowercase;
    color : #FFFFFF;
    z-index: 10;
}
.main-navigation li {
	margin-top: 12px;
	line-height: normal;
}
.main-navigation a {
	color: #FFFFFF;
	font-size:17px;
}
.main-navigation a:hover {
	color: #2487c9;
}

div.toggled-on .main-navigation ul.nav-menu,
.menu-toggle {
	display: inline-block;
}
.menu-toggle {
	position:fixed;
	cursor: pointer;
	display:block;
	top:0px;
	right:20px;
    padding: 5px;
    background-color: #00A89C;
    z-index: 9999;
}

.mobileNav {
	display:block;
    position:fixed;
	top:0;
	left:-220px;
    transition: left 300ms ease-out;
}
.toggled-on .mobileNav {
    background-color: #00A89C;
	left: 0;
	width:180px;
	padding:40px 20px;
	height:100%;
	text-transform:uppercase;
	letter-spacing:0.3px;
    z-index: 9999;
    
/*	opacity:1;
	transition:opacity 400ms ease-out;*/
}
.admin-bar .toggled-on .mobileNav {
	padding-top:60px;
	
}
.hideNav {
	color:#DBDBDB;
	cursor:pointer;
	float:right;
	font-weight:300;
	font-size:17px;
}
.hideNav:hover{
	color:#FFF;
}
.toggled-on .mobileNav a {
	color:#FFF;
}
.sub-menu {
	display:none;
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
    line-height:normal;
    font-size: 15px;
}
.widget-area .widget h3 {
    margin: 0px 0 20px;
    font-size : 18px;
    font-weight: bold;
}
#text-4 h3 {
    text-transform: uppercase;
    font-size: 40px;
    color : #00A89C;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height:normal;
}
.widget-area .widget p {
	line-height:normal;
    margin-bottom: 18px;
	
}
.menu-widget li,
.widget_display_topics li,
.widget_nav_menu li {
	line-height:normal;
    list-style: disc;
    margin-bottom: 5px;
    list-style-position: outside;
    margin-left: 15px;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #3E3E3E;
    text-decoration: none;
}
.widget-area .widget a:hover {
	color: #222625;
    text-decoration: underline;
}

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

.search-form  .search-submit {
	display: none;
}

/* Footer */

#site-footer {
	clear: both;
	padding: 0 20px;
	background-color:#fcfcfc;
    color: #333;
	}
#site-footer .textwidget a {
    text-decoration: underline;
}
#site-footer .textwrap,
#credits-and-copyright{
	max-width: 840px;
	margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
      font-size : 15px;
   /*border-top:1px solid #00a89c;*/
}

#credits-and-copyright {
     border-top:none;
    clear: both;
    padding-bottom: 50px;
	color:#9A9A9A;
	font-size:12px;
	line-height:normal;
}
#credits-and-copyright .btt {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    font-size: 17px;
}
#credits-and-copyright .btt:hover {
    color: #000;
    text-decoration: none;
}
#credits-and-copyright a {
	color: #A0A6A4;
	text-decoration: none;
}
#credits-and-copyright a:hover {
	color: #898A89;
	text-decoration:underline;
}

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


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

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

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

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

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

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

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


/* = HOME
-------------------------------------------------------------- 
 */
.home #main {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.res-cover-block {
    background-color: #CCC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    position: relative;
    z-index: 1;
    margin:20px 0; 
}
.res-cover-block .text,
.content-section {
   max-width: 880px;
    padding: 20px;
    margin: 0 auto;
}
.res-cover-block .text {
    z-index: 100;
} 

/* CONTACT
-------------------------------------------------------------- */

div.wpcf7 {
	padding: 0px !important;
	margin-bottom: 0;
}
.wpcf7 form {
	padding:0px;
}
.wpcf7 h4 {
	margin:0 0 15px;	
	font-size:16px;
	
}
.wpcf7 .group1,
.wpcf7 .group2 {
	padding-bottom:5px;
}
.wpcf7 p,
.widget .wpcf7 p{
	clear:both;
	line-height:32px;
	margin:0 0 3px;
	min-height:40px;
}
.wpcf7 p label {
	display:block;
	float:left;
	width:25%;
	/*text-transform:uppercase;*/
	font-weight:bold;
	line-height:32px;
}

.wpcf7 p.submit-row {
	clear: both;
	text-align: right;
	padding-bottom:5px;
	padding-right:0px;
}
.wpcf7 p.submit-row input {
	float:right;
}
.group1 .wpcf7-form-control-wrap {
	float:left;
	width:75%;
	display:block;
}

.wpcf7 p input.wpcf7-text,
.wpcf7 p input.wpcf7dtx-dynamictext {
	width:100%;
}
.wpcf7 p select {
	width:100%;
}
.wpcf7 p input.wpcf7-text:focus,
.wpcf7 p select:focus,
.wpcf7 p textarea:focus  {
	border-color:#3f4ea0;
}
.wpcf7 p textarea {
	/*height:155px;*/
	width:100%;
}
input.wpcf7-submit {
	background-color: #00A89C;
	background-image: none;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0px;
	padding: 3px 14px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
    margin: 5px 0 0 0;
}


input.wpcf7-submit:hover {
	background-color: #444444;
	background-image:none; 
	color:#fff;
}
span.wpcf7-not-valid-tip {
    color: #333333;
    display: block;
    font-size: 0.9em;
}

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

.grecaptcha-badge { visibility: hidden; }

/* =Media queries
-------------------------------------------------------------- */
@media screen and (min-width: 440px) {
	
}
/* Minimum width of 640 pixels. */
@media screen and (min-width: 640px) {
	.site-content {
		width: 100%;
	}
	body.sidebar-page .site-content {
		float: left;
		width: 67%;
	}
	.page-template-contact-page .site-content {
		width:100%;
	}
	#secondary.widget-area {
		float: right;
		width: 26%;
	}
    
    /*HEADER*/
    .site-header {
        position: relative;
        padding-bottom: 75%;
        /*z-index: 1;*/
    }
    .site-header:after {
        height: 30%;
        background: rgb(0,0,0,0.3);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    .logo {
        font-size: 60px;
    }
    .logo a {
	   color: #000;
    }
    .title-banner {
        position: absolute;
        top: 140px;
        width: 100%;
        padding-top: 0;
        left: 0;
    }
    
    .text-pos-bottom-left  .title-banner {
        top: auto;
        bottom: 100px;
    }
    .page-title,
	.site-title,
    .mobileNav {
        margin: 0 auto;
        max-width: 1020px;
		display: block;
		opacity:1;
	}
    .page-title {
        font-size: 60px;
    }
    .page-title b {
        color: #00A89C;
    }
    .entry-content .section-title h3.sub-title,
    .page-title .sub-title {
        font-size: 30px;
        color:#00A89C;
    }
	.hideNav {
		display:none;
	}
    .mobileNav {
       display: block;
        position: relative;
        left: auto;
        top: auto;
    }
	.main-navigation {
		width: 100%;
        position: absolute;
        left: 0;
        bottom: 20px;
        padding-left: 20px;
        box-sizing: border-box;
	}
    .sticky-nav .main-navigation {
        position: fixed;
        background-color: rgba(25,25,25,0.9);
        bottom: auto;
        top: 0;
    }
    .admin-bar .sticky-nav .main-navigation {
        padding-top: 30px;
    }
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #FFF;
		line-height: 2.5;
		white-space: nowrap;
        border-bottom: 2px solid rgba(255,255,255,0.00);
        transition: border 300ms;
	}
	.main-navigation li a:hover {
		color: #FFF;
        border-bottom: 2px solid #FFF;
	}
	.main-navigation li {
		margin: 0 26px 0 0px;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul {
		border-top: 1px solid #ededed;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 13px;
		
		line-height: 18px;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		font-weight: bold;
	}
		
	.main-navigation li > a {
		position:relative;
	}
	.main-navigation li > a:after {
	  color: inherit;
	  content: "\f107";
	  font-family: "Font Awesome 5 Free"; 
      font-weight: 900; 		
	  margin-left: 5px;
	  vertical-align: middle;
	}
	
	.main-navigation li > a:only-child:after {
	  content: '';
	}
	

	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		}
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	
	/*Footer */
    .footer-widgets .widget {
        width: 45%;
        float: left;
        margin-right: 2%;
    }
    .footer-widgets #text-2.widget {
        margin-right: 0;
        float: right;
    }
    #text-4 {
        width: 100%;
        float: none;
    }
    .footer-widgets:after {
        clear: both;
        display: block;
        content: '';
    }
	
}



/* Minimum width of 870 pixels. */
@media screen and (min-width: 880px) {
	
	.site-content {
        margin: 48px 0 0;
    }
    .entry-content .section-title h2,
    .page-title {
        font-size: 70px;
        letter-spacing: 1.5px;
    }
    .entry-content .section-title .sub-title,
    .page-title .sub-title {
        font-size: 34px;
    }
    .text-pos-bottom-right .title-banner {
        top: auto;
        bottom: 120px;
    }
    .text-pos-center-left .title-banner {
        bottom: 30%;
        top: auto;
    }
    .text-pos-bottom-right .page-title {
        padding-left: 50%;
    }
    .entry-content h2,
    #text-4 h3 {
        font-size: 48px;
        letter-spacing: 1px;
    }
    hr,
    .wp-block-separator{
        height: 20px;
        margin: 36px 0px;

    }
    .entry-content ul.columnsX3 li {
        margin: 0 0 8px 16px;
    }
    ul.columnsX3  {
        columns: 3;
    }
    
    #beginning {
        margin-top: 0;
    }
    .res-cover-block {
        padding: 90px 0;
         margin:30px 0 20px; 
    }
    
    .res-cover-block {
        padding: 0;
        padding-top: 33%;
    }
    .res-cover-block .text {
        position: absolute;
        top: 0;
        left: 50%;
        width: 880px;
        margin-left: -440px;
        padding: 0;
        box-sizing: border-box;
    }
    .res-cover-block .section-title {
       padding-top: 50px;
    }
     .res-cover-block .section-title h2, 
     .res-cover-block .section-title h3 {
         max-width: 660px;
    }
    .text-left .section-title,
    .text-top-left .section-title,
    .text-center-left .section-title,
    .text-bottom-left .section-title {
        max-width: 60%;
    }
    .text-left .section-title,
    .text-top-left .section-title {
         padding-top: 60px;
    }
    .text-center-right .text,
    .text-center-left .text{
        padding-top: calc(16% - 90px);
    }
    .text-bottom-right .text,
    .text-bottom-left .text {
        padding-top: calc(33% - 240px);
    }
    .text-top-right .section-title,
    .text-center-right .section-title,
    .text-bottom-right .section-title {
        padding-left: 58%;
    }
    
   
    
}
/* Minimum width of 870 pixels. */
@media screen and (min-width: 1020px) {
    .site-header {
        padding-bottom: 45%;
    }
    .main-navigation li {
		margin: 0 32px 0 0px;
		position: relative;
	}
    
}
@media screen and (min-width: 1400px) {
	
	.site-content {
        margin: 70px 0 0px;
    }
    .res-cover-block {
        margin:30px 0 40px; 
    }

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

}

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

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

}