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

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

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

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

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

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

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

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

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

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


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

/* Body, links, basics */
html {
	background-color:#141414;
    font-size: 18px;
}
body {
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #333333;
	background-color:#FFFFFF;
   
}
a {
	outline: none;
	color: #2275AB;
	text-decoration: none;
}
a:hover 
a:focus {
	color: #0C6198;
}

/* 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:#F0F0F0;
    z-index: 999;
    position: relative;
    border-bottom: 2px solid #C7C7C7;
	}
.site-header .wrap {
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    max-width: 1240px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.site-header .wrap:after {
	clear:both;
	content:'';
	display:table;
}
.quick-nav {
    background-color: #141414;
    padding: 14px 10px;
    text-align: center;
    font-size: 13px;
    color: #CCC;
}
.quick-nav a {
    color:#FFF;
	margin:0 2px;
	white-space:nowrap;
}

.site-title {
	margin:0;
}
.site-header .logo {
    text-align: left;
    font-size : 24px;
    color : #333;
}
.site-header .logo a {
    color : #333;
}
.site-header .logo img {
    max-width: auto;
    
}
.quick-nav {
    line-height: 20px;
}

.quick-nav .red-button {
    background-color: #A31420;
    color: #FFF;
    border-radius: 3px;
    padding: 4px 10px;
    display: inline-block;
    margin: 5px 2px;
}
ul.quick-socials  {
    display: inline-block;
    height: 18px;
    transform: translateY(4px);
}
ul.quick-socials li {
    display: inline-block;
    margin-left: 5px;
}
ul.quick-socials a span {
    display: block;
    
}
ul.quick-socials a {
    opacity: 0.9;
    transition: opacity 300ms ease-out;
}
ul.quick-socials a:hover {
    opacity: 1;
}
ul.quick-socials .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}
.icon-instagram {  background-image: url("icons/instagram.svg");}
.icon-facebook {  background-image: url("icons/facebook.svg");}
.icon-youtube {  background-image: url("icons/youtube.svg");}
.icon-linkedin {  background-image: url("icons/linkedin.svg");}  


#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:#A31420;
	border:1px solid #A31420;
	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: #FFF;
    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;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: left;
    color : #333333;
}
.main-navigation a {
	 color: #333;
	font-size:15px;
}
.main-navigation a:hover {
	color: #000;
}
.menu-toggle {
	position:absolute;
	cursor: pointer;
	display:block;
	top:20px;
	right:20px;
    font-size: 24px;
    z-index: 999;
}
.menu-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 10px;
    background-color: #3D3D3D;
}

#search-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color:#A31420;
    border-radius: 3px;
    height: 20px;
    width: 20px;
    color: #FFF;
    transition: 300ms ease-out;
    cursor: pointer;
}
#search-btn:hover {
   background-color:#7F0F18; 
    border-radius: 5px;
}
#search-btn .s {
    display: block;
    border-radius: 50%;
    border:2px solid #FFF;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 3px;
}

#search-btn .s:before {
   content: "";
    width: 6px;
    height: 2px;
    background-color: #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 7px;
    display: block;
}
@media screen and (max-width:420px){
    #search-btn {
        top: -45px;
        right: 10px;
    }
}
@media screen and (min-width:420px)and (max-width:767px){
     #search-btn {
        top: 17px;
        right: 70px;
        width: 30px;
        height: 30px;
    }
    #search-btn .s {
        transform: scale(1.5);
        transform-origin: top left;
    }
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
    line-height:normal;
    font-size: 15px;
}
.widget-area .widget h3 {
    
    font-weight : normal;
    font-size : 22px;
    color : #000;
    margin: 0px 0 20px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height:normal;
}
.widget-area .widget p {
	line-height: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 {
    background-color: #DBDBDB;
    padding: 15px 15px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}
#secondary .widget h3 {
    margin-bottom: 10px;
    font-size: 26px;
}

/* Footer */

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

#site-footer .site-info {
    position: relative;
    z-index: 10;
    background-color: #262626;
}
 .footer-widgets:after {
        clear: both;
        display: block;
        content: '';
    } 
.footer-widgets ul {
    list-style: none;
    margin: 0;
}
#site-footer .socials {
    text-align: center;
    font-weight: bold;
}
#site-footer .socials a {
    color: #FFF;
    margin: 0 8px;
    white-space: nowrap;
}
#site-footer .credits {
    clear: both;
    text-align: left;
    padding-right: 10px;
    color: #AFAFAF;
    padding-top: 20px;
    font-size: 13px;
}
#site-footer .credit {
    color: #7A7A7A;
    margin-right: 5px;
}


#site-footer  a:hover {
    text-decoration: underline;
}
#site-footer .widget {
    width: 100%;
}
#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: #FFF;
}
#site-footer .footer-logo {
    margin-left: -30px;
    margin-top: -14px;
}
#site-footer h3,
#site-footer .widget-title {
    font-weight : bold;
    font-size : 21px;
    color : #FAFAFA;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

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

#site-footer .widget_media_image {
    max-width: 100%;
    
}
.sub-footer {
    padding: 20px;
}
@media screen and (min-width:680px){
    #site-footer .socials {
        float: right;
        text-align: right;
        width: 45%;
    }
    #site-footer .credits {
        float: left;
        text-align: left;
        width: 45%;
        padding: 0;
        clear: none;
    }
    #site-footer .credits:after {
        clear: both;
        display: block;
        content: "";
        height: 30px;
    }
}
@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;
}
#primary {
    position: relative;
    z-index: 10;
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
    padding: 40px 20px 10px;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
	
}
.entry-header .entry-title {
	font-size: 32px;
	line-height: normal;
	font-weight: bold;    
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}

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

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.8em;
	line-height:normal;
    font-weight: normal;
}
.entry-content h1,
.entry-content h2.h1-style,
.entry-content h3.h1-style,
.entry-content h4.h1-style{
    font-size: 42px;
	font-weight: normal;
}
.entry-content h1.h2-style,
.entry-content h2,
.entry-content h3.h2-style,
.entry-content h4.h2-style{
    font-size: 30px;
}
.entry-content h1.h3-style,
.entry-content h2.h3-style,
.entry-content h3,
.entry-content h4.h3-style{
    font-size: 24px;
}
.entry-content h1.h4-style,
.entry-content h2.h4-style,
.entry-content h3.h4-style,
.entry-content h4{
    font-size: 21px;
    margin-bottom: 18px;
}
.entry-content h1.h5-style,
.entry-content h2.h5-style,
.entry-content h3.h5-style,
.entry-content h4.h5-style,
.entry-content h5{
	font-size: 16px;
    color: #A31420;
    line-height:1.6;
}
.entry-content h6 {
	font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.6;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul{
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
    margin: 0 0 10px 36px;
    line-height: 1.5;
}
.entry-content 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: #A31420;
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
}
.entry-content .has-white-color ul:not(.blocks-gallery-grid) li:before {
    color:#FFF;
}

.wp-block-image figcaption {
    color: #504d86;
    font-size: 15px;
    text-align: center;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content .auto-width table{
    width: auto;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

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

.entry-content {
	position: relative;
}
.edit-link {
	position: absolute;
	top: -34px;
	right: 0;
	background-color: #E3E3E3;
	padding: 3px 7px;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}
/* Search Results / Blog Feed */
.blog-header {
    padding-left: 0;
}
.search-results .hentry {
    max-width:1200px;
    margin: 0 auto;
}
.single-post .entry-header {
     padding: 15px 0 0 ;
}
.archive article .entry-header,
.blog article .entry-header,
.search-results article .entry-header {
    padding: 15px 0 0 ;
    border-top: 2px dotted #CCC;
}

.archive article .entry-title,
.blog article .entry-title,
.search-results article .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.archive article .entry-title a,
.blog article .entry-title a,
.search-results article .entry-title a {
    color: #333;
}
.archive article .entry-title a:hover,
.blog article .entry-title a:hover,
.search-results article .entry-title a:hover {
    color: #A31420;
}
.hentry .post-meta {
    font-size: 14px;
    font-weight: bold;
    color: #747474;
    margin-bottom: 20px;
}

@media screen and (max-width:1240px) {
    .search-results .hentry {
        padding-left:20px;
        padding-right:20px;
    }
}


/*Scubribe Form*/
#mc_embed_signup .indicates-required {
    font-style: italic;
    font-size: 12px;
}
#mc_embed_signup .mc-field-group {
    margin-bottom: 10px;
}
#mc_embed_signup .mc-field-group input[type="text"],
#mc_embed_signup .mc-field-group input[type="tel"],
#mc_embed_signup .mc-field-group input[type="email"] {
    width: 100%;
    background-color: #EDEDED;
    border:none;
    font-size: 16px;
    padding: 10px;
}
#mc_embed_signup .mc-field-group label {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
    display: block;
}
#mc_embed_signup .mc-field-group.input-group label {
    font-weight: normal;
    font-size: 12px;
}
#mc_embed_signup .mc-field-group.input-group ul li:before {
    content: "";
} 
input#mc-embedded-subscribe {
    background-color: #A31420;
    color: #FFF;
    padding: 5px 10px;
    border: none;
    outline: none;
    border-radius: 3px;
     font-weight: bold;
}
.forminator-ui#forminator-module-110.forminator-design--flat .forminator-button-submit {
    background-color: #A31420 !important;
    border-radius: 3px;
}
/*Gutenberg Styles*/
.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: #A31420;
}
@media screen and (min-width:782px) {
    .wide-gaps .wp-block-column:not(:first-child) {
        margin-left:3em;
    }
}
.has-grey-color { color: #333;	}
.has-red-color { color: #A31420;	}
.has-purple-color { color: #504d86;	}
.has-light-grey-colour { color:#f2f2f2;	}
.has-grey-background-color{ background-color:   #333;	}
.has-grey-background-color.semi-transparent { background-color:   rgba(51,51,51,0.85);	}

.has-red-background-color{ background-color:  #A31420;	}
.has-purple-background-color{ background-color:  #504d86;	}
.has-light-grey-background-color { background-color:#f2f2f2;	}

.has-medium-font-size {
    font-size: 1.15em;
}
.wp-block-table.is-style-stripes td{
    padding-left: 5px;
}
.entry-content .has-white-color { color: #FFF !important;	}

.wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}
.wp-block-group.has-background,
.wp-block-columns.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-cover__inner-container {
    max-width:1200px;
    margin: 0 auto;
}
.wp-block-column.has-background {
    padding: 20px;
    box-sizing: border-box;
}
.rounded-corners,
.is-style-rounded-corners {
    border-radius: 10px;
}
.wp-block-media-text.rounded-corners {
    overflow: hidden;
}

.is-style-rounded-shadow-fx {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.wp-block-image.is-style-rounded-shadow-fx {
    box-shadow: none;
    border-radius: none;
} 
.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-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;
}

.wp-block-button__link {
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 0.4px;
    transition: 300ms ease-out;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    font-weight: bold;
}

.wp-block-button__link:hover {
    border-radius: 12px;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wp-block-button__link.has-background {
    position: relative;
}


.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: "✔";
    color: #990033;
    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;
}


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


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



/* PRODUCT SLIDER ALTERNATE */
#testimonial-slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    max-width: 1000px;
    margin: 20px auto 40px;
    }
#testimonial-slider .slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100% - 20px);
    box-sizing: border-box;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 500ms ease-out;
    pointer-events: none;
    text-align: center;
    overflow: hidden;
}
#testimonial-slider .slide.visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
#testimonial-slider h4 {
    padding-top: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}
#testimonial-slider h5.sub-title {
    margin-top: -15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#testimonial-slider p {
    font-style: italic;
}
#testimonial-slider .prevArrow,
#testimonial-slider .nextArrow {
    display: inline-block;
    color: rgba(255,255,255,0.6);
    font-size: 30px;
    line-height: 10px;
    cursor: pointer;
    width: 15px;
    height: 10px;
    transform: translateY(2px);
    margin: 0 5px;
}
#testimonial-slider .prevArrow:hover,
#testimonial-slider .nextArrow:hover {
    color: #FFF;
}

#testimonial-slider .nav {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
    z-index: 20;
}
#testimonial-slider .dot {
    width:10px;
    height: 10px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: background-color 300ms;
    cursor: pointer;
}
#testimonial-slider .dot:hover,
#testimonial-slider .dot.current {
    background-color: #FFF;
}

#testimonial-feed .testimonial {
    margin-bottom: 30px;
    padding-top: 20px;
}
#testimonial-feed h5.sub-title {
    margin-top: -15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#testimonial-feed .testimonial .quote {
    padding-left: 20px;
    position: relative;
}
#testimonial-feed .testimonial .quote:before {
    content: '“';
    color: #4B4B4B;
    position: absolute;
    top: 3px;
    left: 0px;
    display: block;
    font-size: 36px;
}

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

/* =Archives
-------------------------------------------------------------- */

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

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

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


/* = FULL WIDTH PAGE
-------------------------------------------------------------- */
#main {
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
    max-width: 100%;
}

.site-content {
    margin: 0;
}

.wp-block-group__inner-container {
    max-width:1200px;
    box-sizing: border-box;
    margin: 0 auto;  
}
@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:20px;
}
.entry-content > .default-page-wrap.wp-block-group {
    padding: 20px 20px 40px;
}
.entry-content > .wp-block-group.has-background.small-padding {
     padding: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 screen and (min-width:960px){
    .entry-content > .wp-block-group.is-style-gradient-bg,
    .entry-content > .wp-block-group.has-background {
       
    }
}

/*Blog Templates*/

.blog #primary,
.category #primary,
.archive #primary,
.single-post  #primary {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
.wp-block-latest-posts__list li > a {
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
}
.wp-block-latest-posts__list li > a:hover {
    color:#A31420;
}
.wp-block-latest-posts__list li > time {
    font-weight: bold;
    color: #8D8D8D;
    text-transform: uppercase;
}
.red-border {
    border:2px solid #A31420;
}
@media screen and (min-width: 600px) {
    .wp-block-latest-posts.columns-3 li {
        width: calc(30% - .83333em);
    }
}
/* =Media queries
-------------------------------------------------------------- */
@media screen and (max-width:767px){
    .quick-nav > div,
    .quick-nav p {
        display: inline;
    }
   
    .mobileNav {
        position:absolute;
        width:100%;
        box-sizing: border-box;
        padding:0;
        height:100%;
        min-height: 500px;
        left: 0;
        top: 78px;
        visibility: hidden;
        opacity: 0;
        transition: 300ms ease-out;
    }
    .toggled-on .mobileNav {
         opacity: 1;
        visibility: visible;
        top: 88px;
    }
    .main-navigation li a {
        display: block;
        padding: 8px;
        font-weight: bold;
       
    }
    .main-navigation .sub-menu li a {
        padding-left: 25px;
        font-weight: normal;
    }
    .main-navigation .menu-main-menu-container {
        box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
        background-color:#FFF;
        display: block;
        padding: 40px 10px 20px;
        position: relative;
    }
    .hideNav {
        color:#B9B9B9;
        cursor:pointer;
        font-weight:300;
        font-size:17px;
        top: 10px;
        left: 20px;
         z-index: 999;
        position: absolute;
    }
    .hideNav:hover{
        color:#990033;
    }
    .hide-on-mobile {
        display: none;
    }
    .home-header h1 {
        font-size: 26px;
    }
    .wp-block-columns .wp-block-column {
        margin-bottom: 20px;
    }
    .wp-block-columns.wide-gaps .wp-block-column {
        margin-bottom: 40px;
    }
}
@media screen and (min-width:768px){
  
		
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.page-template-contact-page .site-content {
		width:100%;
	}
   
    .site-title {
        
    }
	.quick-nav .widget_block {
		display:inline-block;
	}
	
	.logo {		
		margin-top:0px;
    } 
    #search-btn {
        position: absolute;
        top: 92px;
        right: 10px;
        background-color:#A31420;
        color: #FFF;
    }
    .mobileNav {
        position: relative;
        left: auto;
        width:auto;
        padding:0;
        height:auto;
        box-shadow:none;
        background-color: transparent;
    }
   .quick-nav {
        text-align: right;
    }
   
    .sub-menu {
        display:none;
    }
	.hideNav {
		display:none;
	}
	.main-navigation {
        padding-top: 20px;
	}
   
    .main-navigation .mobile-only {
        display: none;
    }
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		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: #323232;
		line-height: 20px;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #ab0033;
	}
	.main-navigation li {
		margin: 0 14px 0 0px;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
        text-align: left;
        text-transform: none;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
         margin-left: -10px;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
   
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
        
	}
    .main-navigation .nav-menu > li > a{
        
    }
	.main-navigation li ul {
        padding-top: 20px;
        /*box-shadow: 0 5px 3px rgba(0,0,0,0.1);*/
        background: #F0F0F0;
	}
	.main-navigation li ul li a {
		background: #F0F0F0;
		display: block;
		letter-spacing: normal;
		line-height: 18px;
		padding: 8px 10px;
		width: 270px;
		white-space: normal;
	}
    .main-navigation li ul ,
    .main-navigation li ul li a:last-child {
        border-radius: 0 0 3px 3px;
    }
	.main-navigation li ul li a:hover {
		color: #A31420;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
        color: #A31420;
        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: 6px;
		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:1020px){
    .mobileNav { 
        padding-right: 30px;
    }
    
   /*Header*/
    .site-header {
    	position:fixed;
		top:0;
		left:0;
		width:100%;
    }
	.admin-bar .site-header {
		padding-top:32px;
	}
    
    .logo {		
        float: left;
    } 
    #search-btn {
        top: 44px;
    }
   	
    .logo {		
        margin-left: 0px;
	}
	.main-navigation {
		float:right;
		margin-top:33px;
        padding-top: 0;
	}
    .main-navigation li {
		margin: 0 0 0px 15px;
	}
    
    #main {
		margin-top:140px;
	}
    .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:1200px) {
   .main-navigation li {
		margin: 0 0 0px 25px;
	}
}
@media screen and (min-width:1260px){
     #search-btn {
         right: 0;
    }
}
/* =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;
	}

}