#botRow
{
border-spacing: 10px;
display: table;
}
#botRow .col1
{
border: thin solid #666;
border-radius: 20px;
display: table-cell;
vertical-align: top;
width: 33%;
}
#botRow .col2
{
border: thin solid #666;
border-radius: 20px;
display: table-cell;
float: right;
margin-bottom: -20px;
vertical-align: top;
width: 100%;
}
#botRow .col2 .options
{
margin: 0px;
padding: 0px;
vertical-align: top;
}
#botRow .header
{
font-size: 1.3em;
font-weight: bold;
}
#botRow .instructions
{
background: #EEE;
border-bottom-color: #666;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-style: solid;
border-bottom-width: thin;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
height: auto;
}
#botRow .instructions, #botRow .options
{
padding: 10px;
vertical-align: top;
}
#botSubmit
{
display: none;
}
#calDisplay
{
display: table;
margin: 0px;
padding: 0px;
width: 100%;
}
#calDisplay .calContent
{
background-color: #EEE;
border: thin solid #666;
margin-bottom: 2px;
margin-right: 2px;
height: 30px;
padding: 4px;
}
#calDisplay .calContent a, #calDisplay .calToday a
{
left: 0;
padding-top: 4px;
position: absolute;
top: 0;
width: 100%;
white-space: nowrap;
}
#calDisplay .calContent, #calDisplay .calToday
{
position: relative;
text-decoration: none;
height: 30px;
}
#calDisplay .calNoDay
{
background-color: #FFF;
border: thin solid #EEE;
margin-bottom: 2px;
margin-right: 2px;
padding: 4px;
}
#calDisplay .calSelectedDay
{
background-color: #4F4;
border: thin solid #000;
font-weight: bold;
height: 30px;
margin-bottom: 2px;
margin-right: 2px;
padding: 4px;
}
#calDisplay .calToday
{
background-color: #FFC;
border: thin solid #000;
margin-bottom: 2px;
margin-right: 2px;
padding: 4px;
}
#calDisplay .calWeek
{
position: relative;
float: left;
width: 100%;
}
#calDisplay .calWeek .calCell
{
cursor: pointer;
display: table-cell;
float: left;
text-align: center;
width: 14.2%;
height: 30px;
white-space: nowrap;
margin-top: 2px;
}
#calDisplay .dayHeader
{
background-color: #666;
border: thin solid #333;
color: #FFF;
font-weight: bold;
margin-bottom: 2px;
margin-right: 2px;
padding: 4px;
white-space: nowrap;
}
#calForm
{
margin-bottom: 10px;
position: relative;
}
#calForm #calYear, #calForm #calMonth
{
background: #EEE;
color: #000;
display: block;
font-size: .9em;
height: 28px;
margin: 2px;
padding: 2px;
}
#calForm #submitCal
{
background: #EEE;
color: #000;
display: block;
font-size: 1em;
height: 28px;
margin: 4px;
padding: 4px;
}
#calForm .calContain
{
clear: right;
float: left;
border: thin solin #0F0;
}
.calContainAdmin {
clear: none;
float: left;
border: thin solin #0F0;
}
#calFormCont
{
display: inline-block;
}
#formRow
{
border-collapse: separate;
border-spacing: 2px;
display: table;
width: 100%;
}
#formRow .formAmenities 
{
float: left;
padding-right: 5px;
width: 50%;
}
#formRow .formDiv
{
border-radius: 7px;
box-shadow: 3px 3px 5px #888888;
display: inline-block;
margin: 0px;
padding: 0px;
}
#formRow .formInput
{
border: thin solid #666;
border-radius: 5px;
display: table-cell;
padding: 10px;
width: 70%;
}
#formRow .instructions
{
background: #EEE;
border-bottom-color: #999;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-style: solid;
border-bottom-width: thin;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
height: auto;
}
#formRow .question 
{
border: thin solid #666;
border-radius: 5px;
display: table-cell;
font-size: 1.1em;
font-weight: bold;
min-width: 100px;
padding: 10px;
vertical-align: top;
width: 30%;
}
#formRow .question label
{
font-weight: bold;
}
#formRow .wideCol
{
border: thin solid #666;
border-radius: 20px;
display: table-row;
width: 100%;
}
#formRow .wideCol .error
{
background-color: #F99;
color: #000;
}
#formRow .wideCol:nth-of-type(even)
{
background: #FFF;
}
#formRow .wideCol:nth-of-type(odd)
{
background: #EEE;
}
#formRow input, #formRow textarea, #formRow select
{
background-color: #FFF;
border: thin solid #666;
border-radius: 5px;
color: #000;
margin: 0px;
}
#formRow input[type="radio"], #formRow input[type="checkbox"] 
{
box-shadow: none !important;
}
#hoursForm #resetHours, #hoursForm #submitHours
{
background-color: #EEE;
border: thin solid #666;
border-radius: 5px;
color: #000;
box-shadow: 3px 3px 5px #888888;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 25px;
margin-left: 0px;
}
#hoursTable 
{
width: 100%;
}
#hoursTable .calHours .calCheckBox
{
padding-left: 10px;
}
#hoursTable.hoursTableClean {
border-radius: 0px;
}
#hoursTable .calTime
{
white-space: nowrap;
}
#hoursTable label
{
display: block;
}
#hoursTable tr td
{
border-bottom-color: #666;
border-bottom-style: solid;
border-bottom-width: thin;
border-left-style: none;
border-right-style: none;
border-top-style: none;
padding: 2px;
text-align: center;
}
#hoursTable tr:nth-child(1) .calCheckBox
{
border-radius: 20px 0 0 0;
}
#hoursTable.hoursTableClean tr:nth-child(1) .calCheckBox
{
border-radius: 0 0 0 0;
}
#hoursTable tr:nth-child(1) .calStatus
{
border-radius: 0 20px 0 0;
}
#hoursTable.hoursTableClean tr:nth-child(1) .calStatus
{
border-radius: 0 0 0 0;
}
#hoursTable tr:nth-child(1) td
{
background: #666;
color: #EEE;
font-weight: bold;
}
#hoursTable tr:nth-child(even)
{
background: #FFF;
}
#hoursTable tr:nth-child(odd)
{
background: #EEE;
}
#hoursTable tr:nth-last-child(1) .calCheckBox
{
border-radius: 0 0 0 20px;
}
#hoursTable tr:nth-last-child(1) .calStatus
{
border-radius: 0 0 20px 0;
}
#hoursTable tr:nth-last-child(1) td
{
border: none;
}
#topRow
{
border-spacing: 10px;
display: table;
min-width: 320px;
}
#topRow #errorArea
{
background-color: #FFF;
border: thin solid #666;
border-radius: 7px;
box-shadow: 3px 3px 5px #888888;
color: #C00;
margin: 10px;
padding: 4px;
width: auto;
}
#topRow #errorArea em
{
color: #000;
font-style: italic;
font-weight: bold;
}
#topRow #errorArea p
{
font-size: 1.1em;
font-weight: bold;
}
#topRow .col
{
border: thin solid #666;
border-radius: 20px;
display: table-cell;
width: 33%;
}
#topRow .header
{
font-size: 1.3em;
font-weight: bold;
}
#topRow .instructions
{
background: #EEE;
border-bottom-color: #999;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-style: solid;
border-bottom-width: thin;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
height: 180px;
}
#topRow .instructions, #topRow .options
{
padding: 10px;
}
#topRow .instructionsSmooth
{
background: #EEE;
border-bottom-color: #999;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom-style: solid;
border-bottom-width: thin;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
height: auto;
padding: 10px;
}
#topRow .itemDesc
{
font-size: .9em;
padding-left: 30px;
}
#topRow .normalItem
{
padding-left: 20px;
}
#topRow .normalItem a:hover
{
text-decoration: underline;
}
#topRow .selectedItem
{
font-size: 1.1em;
font-weight: bold;
padding-left: 10px;
}
#topSubmit
{
display: block;
}
.calNav
{
position: relative;
text-align: center;
width: 100%;
}
.calNav .curMonth
{
float: left;
font-size: 1.1em;
font-weight: bold;
text-align: center;
width: 50%;
}
.calNav .nextMonth
{
float: left;
text-align: right;
width: 25%;
}
.calNav .prevMonth
{
clear: left;
float: left;
width: 25%;
}
.changeRes_table {
display: table;
width: 800px;
border-spacing: 4px;
margin-left: -4px;
}
.changeRes_row {
display: table-row;
}
.changeRes_cell, .changeRes_cellHeader {
display: table-cell;
width: 50%;
padding: 4px;
border: thin solid #333;
}
.changeRes_cellHeader, .changeRes_cellCalHeader, .changeRes_cellHoursHeader {
background: #333;
font-weight: bold;
color: #FFF;
font-size: 1.2em;
}
.changeRes_cellCal, .changeRes_cellHours, .changeRes_cellCalHeader, .changeRes_cellHoursHeader {
display: table-cell;
padding: 4px;
border: thin solid #333;
}
.changeRes_cellCal, .changeRes_cellCalHeader  {
width: 30%;
vertical-align: top;	
}
.changeRes_cellHours, .changeRes_cellHoursHeader {
width: 70%;
vertical-align: top;
}
#calWeekCont {
float: left;
clear: both;
width: 100%;
display: table;
}
.calWeek {
float: left;
clear: none;
display: table-row;
}
.calDay {
display: table-cell;
}
.errorMSG
{
color: #F00;
font-weight: bold;	
}
@media screen and (max-width: 960px)
{
#botRow
{
display: block;
float: left;
position: relative;
width: 100%;
}
#botRow .col1
{
border: thin solid #666;
border-radius: 20px;
display: block;
float: left;
margin-bottom: 10px;
width: 100%;
}
#botRow .col2
{
display: block;
float: left;
margin-bottom: 10px;
width: 100%;
}
#botSubmit
{
display: inline;
}
#formRow .formAmenities
{
clear: both;
float: left;
padding-right: 5px;
white-space: nowrap;
}
#formRow input, #formRow textarea
{
box-shadow: 3px 3px 5px #888888;	
}
#topRow
{
display: block;
float: left;
position: relative;
width: 100%;
}
#topRow .col
{
border: thin solid #666;
border-radius: 20px;
display: block;
float: left;
margin-bottom: 10px;
width: 100%;
}
#topRow .instructions
{
height: auto;
}
#topSubmit
{
display: none;
}
} .popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
} .popup-inner {
overflow-y: auto;
overflow-x: hidden;
max-height: 80%;
max-width:700px;
width:90%;
padding:40px;
position:absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
box-shadow:0px 2px 6px rgba(0,0,0,1);
border-radius:3px;
background:#fff;
z-index: 1;
} .popup-close {
width:30px;
height:30px;
display:inline-block;
position:absolute;
top:20px;
right:20px;
transition:ease 0.25s all;
-webkit-transform:translate(50%, -50%);
transform:translate(50%, -50%);
border-radius:1000px;
background:rgba(0,0,0,0.8);
font-family:Arial, Sans-Serif;
font-size:20px;
text-align:center;
line-height:100%;
color:#fff;
z-index: 50;
}
.popup-close:hover {
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
background:rgba(0,0,0,1);
text-decoration:none;
}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.block-editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;border:1px dashed rgba(145,151,162,.25);border-bottom:none}.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.block-editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:rgba(66,88,99,.4) rgba(66,88,99,.4) rgba(66,88,99,.4) transparent}.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) transparent}.block-editor-block-list__layout .reusable-block-indicator{background:#fff;border:1px dashed #e2e4e7;color:#555d66;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:440;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid;grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table.has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table.has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table.has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//featherstoncommunity.org.nz/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js{overflow-x:hidden}body.siteorigin-panels-before-js .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}@font-face {
font-family: 'so-slider-pointers';
src: url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?8p86w5);
src: url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot?#iefix8p86w5) format('embedded-opentype'), url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.woff?8p86w5) format('woff'), url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.ttf?8p86w5) format('truetype'), url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.svg?8p86w5#slider) format('svg');
font-weight: normal;
font-style: normal;
}
.sow-slider-base {
position: relative;
overflow: hidden;  }
.sow-slider-base ul.sow-slider-images {
list-style: none;
margin: 0;
overflow: hidden;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image {
width: 100%;
margin: 0;
list-style: none;
position: relative;
overflow: hidden;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
background-position: center center;
background-size: cover;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
background-repeat: repeat;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 2;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
margin: 0 auto;
z-index: 2;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper > *:first-child {
margin-top: 0;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper > *:last-child {
margin-bottom: 0;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover {
background-position: center center;
background-size: cover;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover {
background-repeat: repeat;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image > img,
.sow-slider-base ul.sow-slider-images li.sow-slider-image > a > img,
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper > img,
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper > a > img {
display: block;
width: 100%;
height: auto;
border: none;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-background-element {
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: auto;
z-index: 1;
overflow: hidden;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-full-element {
display: block;
width: 100%;
height: auto;
}
.sow-slider-base .sow-slider-pagination {
list-style: none;
margin: 0;
text-align: right;
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 1001;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-right: 30px;
line-height: 11px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sow-slider-base .sow-slider-pagination li {
text-align: left;
margin: 0;
display: inline-block;
}
.sow-slider-base .sow-slider-pagination li a {
display: block;
text-indent: -9999px;
width: 11px;
height: 11px;
background: #FFFFFF;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
opacity: 0.45;
}
.sow-slider-base .sow-slider-pagination li.sow-active a {
opacity: 0.85;
}
.sow-slider-base .sow-slide-nav {
list-style: none;
z-index: 1001;
position: absolute;
top: 50%;
opacity: 0.75;
font-size: 25px;
margin-top: -0.5em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sow-slider-base .sow-slide-nav a {
display: block;
height: 1em;
text-align: center;
text-decoration: none;
color: #FFFFFF;
}
.sow-slider-base .sow-slide-nav a em {
display: block;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-next {
right: 20px;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-next a {
background-position: top right;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
left: 20px;
}
.sow-slider-base .sow-slide-nav.sow-slide-nav-prev a {
background-position: top left;
}
.sow-slider-base .cycle-sentinal {
overflow: hidden;
}
.sow-slider-base.sow-slider-is-mobile .sow-slide-nav,
.sow-slider-base.sow-slider-is-mobile .sow-slider-pagination { }
.sow-slider-base.sow-slider-is-mobile video.sow-background-element:not(.sow-mobile-video_enabled) {
visibility: hidden;
}
.sow-slider-base [class^="sow-sld-icon-"],
.sow-slider-base [class*=" sow-sld-icon-"] {
font-family: 'so-slider-pointers';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sow-slider-base .sow-sld-icon-ultra-thin-rounded-left:before {
content: "\e600";
}
.sow-slider-base .sow-sld-icon-ultra-thin-rounded-right:before {
content: "\e601";
}
.sow-slider-base .sow-sld-icon-thin-rounded-left:before {
content: "\e602";
}
.sow-slider-base .sow-sld-icon-thin-rounded-right:before {
content: "\e603";
}
.sow-slider-base .sow-sld-icon-medium-rounded-left:before {
content: "\e604";
}
.sow-slider-base .sow-sld-icon-medium-rounded-right:before {
content: "\e605";
}
.sow-slider-base .sow-sld-icon-thick-rounded-left:before {
content: "\e606";
}
.sow-slider-base .sow-sld-icon-thick-rounded-right:before {
content: "\e607";
}
.sow-slider-base .sow-sld-icon-ultra-thin-left:before {
content: "\e608";
}
.sow-slider-base .sow-sld-icon-ultra-thin-right:before {
content: "\e609";
}
.sow-slider-base .sow-sld-icon-thin-left:before {
content: "\e60a";
}
.sow-slider-base .sow-sld-icon-thin-right:before {
content: "\e60b";
}
.sow-slider-base .sow-sld-icon-medium-left:before {
content: "\e60c";
}
.sow-slider-base .sow-sld-icon-medium-right:before {
content: "\e60d";
}
.sow-slider-base .sow-sld-icon-thick-left:before {
content: "\e60e";
}
.sow-slider-base .sow-sld-icon-thick-right:before {
content: "\e60f";
}.so-widget-sow-slider-default-abf3e628296a .sow-slider-base .sow-slider-pagination li a {
background: #ffffff;
}
.so-widget-sow-slider-default-abf3e628296a .sow-slider-base .sow-slide-nav {
font-size: 25px;
}
.so-widget-sow-slider-default-abf3e628296a .sow-slider-base .sow-slide-nav a {
color: #ffffff;
}.so-widget-sow-headline-default-e54bcb16e88a .sow-headline-container h2.sow-headline {
text-align: center;
color: #ffffff;
line-height: 1.4em;
margin-top: 20px;
margin-bottom: 20px;
}
.so-widget-sow-headline-default-e54bcb16e88a .sow-headline-container h2.sow-headline a {
color: #ffffff;
}
.so-widget-sow-headline-default-e54bcb16e88a .sow-headline-container p.sow-sub-headline {
text-align: center;
color: #404040;
line-height: 1.4em;
margin-top: 0px;
margin-bottom: 0px;
}
.so-widget-sow-headline-default-e54bcb16e88a .sow-headline-container p.sow-sub-headline a {
color: #404040;
}
.so-widget-sow-headline-default-e54bcb16e88a .sow-headline-container .decoration {
line-height: 0em;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
.so-widget-sow-headline-default-e54bcb16e88a .sow-headline-container .decoration .decoration-inside {
height: 1px;
display: inline-block;
border-top: 0px solid #808080;
width: 100%;
max-width: 80%;
}
.so-widget-sow-headline-default-e54bcb16e88a .sow-headline-container *:first-child {
margin-top: 0 !important;
}
.so-widget-sow-headline-default-e54bcb16e88a .sow-headline-container *:last-child {
margin-bottom: 0 !important;
}.so-widget-sow-image-default-d6014b76747a .sow-image-container {
display: flex;
align-items: flex-start;
}
.so-widget-sow-image-default-d6014b76747a .sow-image-container > a {
display: inline-block;
max-width: 100%;
}
.so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image {
display: block;
max-width: 100%;
height: auto;
}.so-widget-sow-headline-default-bbffba27d2c4 .sow-headline-container h2.sow-headline {
text-align: center;
color: #000000;
line-height: 1.4em;
margin-top: 20px;
margin-bottom: 20px;
}
.so-widget-sow-headline-default-bbffba27d2c4 .sow-headline-container h2.sow-headline a {
color: #000000;
}
.so-widget-sow-headline-default-bbffba27d2c4 .sow-headline-container p.sow-sub-headline {
text-align: center;
color: #404040;
line-height: 1.4em;
margin-top: 0px;
margin-bottom: 0px;
}
.so-widget-sow-headline-default-bbffba27d2c4 .sow-headline-container p.sow-sub-headline a {
color: #404040;
}
.so-widget-sow-headline-default-bbffba27d2c4 .sow-headline-container .decoration {
line-height: 0em;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}
.so-widget-sow-headline-default-bbffba27d2c4 .sow-headline-container .decoration .decoration-inside {
height: 1px;
display: inline-block;
border-top: 0px solid #808080;
width: 100%;
max-width: 80%;
}
.so-widget-sow-headline-default-bbffba27d2c4 .sow-headline-container *:first-child {
margin-top: 0 !important;
}
.so-widget-sow-headline-default-bbffba27d2c4 .sow-headline-container *:last-child {
margin-bottom: 0 !important;
}.so-widget-sow-image-default-17bc2272b535 .sow-image-container {
display: flex;
align-items: flex-start;
justify-content: center;
}
.so-widget-sow-image-default-17bc2272b535 .sow-image-container > a {
display: inline-block;
max-width: 100%;
}
.so-widget-sow-image-default-17bc2272b535 .sow-image-container .so-widget-image {
display: block;
max-width: 100%;
height: auto;
}@font-face{font-family:'feature-background';src:url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.eot);src:url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.eot) format('embedded-opentype'),url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.woff) format('woff'),url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.ttf) format('truetype'),url(//featherstoncommunity.org.nz/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.svg) format('svg');font-weight:normal;font-style:normal}.sow-features-list .sow-icon-container{font-family:'feature-background';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:90px;position:relative;color:#404040}.sow-features-list .sow-icon-container.sow-container-round:before{content:"\e600"}.sow-features-list .sow-icon-container.sow-container-sticker:before{content:"\e601"}.sow-features-list .sow-icon-container.sow-container-rounded-sticker:before{content:"\e602"}.sow-features-list .sow-icon-container.sow-container-square:before{content:"\e603"}.sow-features-list .sow-icon-container.sow-container-rounded-square:before{content:"\e604"}.sow-features-list .sow-icon-container.sow-container-rounded-hex:before{content:"\e605"}.sow-features-list .sow-icon-container.sow-container-octagon:before{content:"\e606"}.sow-features-list .sow-icon-container.sow-container-hex:before{content:"\e607"}.sow-features-list .sow-icon-container.sow-container-frame:before{content:"\e608"}.sow-features-list .sow-icon-container.sow-container-explode:before{content:"\e609"}.so-widget-sow-features-default-f022ad66bf54 .sow-features-list {
zoom: 1;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list:before {
content: '';
display: block;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list:after {
content: '';
display: table;
clear: both;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature {
position: relative;
float: left;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 25px;
display: flex;
margin-bottom: 40px;
}
@media (min-width: 520px) {
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature:nth-of-type(3n + 1) {
padding-left: 0;
clear: left;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature:nth-of-type(3n) {
padding-right: 0;
}
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature.sow-icon-container-position-top {
flex-direction: column;
text-align: center;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
margin-bottom: 10px;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature.sow-icon-container-position-right {
text-align: left;
flex-direction: row;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
margin-right: 10px;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature.sow-icon-container-position-left {
text-align: left;
flex-direction: row-reverse;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature.sow-icon-container-position-left .sow-icon-container {
margin-left: 10px;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature.sow-icon-container-position-bottom {
text-align: center;
flex-direction: column-reverse;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature.sow-icon-container-position-bottom .sow-icon-container {
margin-top: 10px;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature .sow-icon-container {
width: 124px;
height: 124px;
font-size: 124px;
text-decoration: none;
margin: auto;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature .sow-icon-container [class^="sow-icon-"],
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
text-decoration: none;
color: #FFFFFF;
width: 124px;
height: 124px;
position: absolute;
top: 0;
display: flex;
align-items: center;
justify-content: center;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature h5 {
margin: 1em 0;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature h5 a {
color: inherit;
text-decoration: none;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature h5 a:hover {
text-decoration: underline;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature p.sow-more-text a {
font-weight: 500;
color: inherit;
text-decoration: none;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature p.sow-more-text a:hover {
text-decoration: underline;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature p:last-child {
margin-bottom: 0;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature.sow-features-feature-last-row {
margin-bottom: 0;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-feature .textwidget {
margin: auto;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list .sow-features-clear {
clear: both;
}
@media (max-width: 520px) {
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list.sow-features-responsive {
margin: 0;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list.sow-features-responsive .sow-features-feature {
width: 100% !important;
float: none;
margin-bottom: 40px;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list.sow-features-responsive .sow-features-feature:last-child {
margin-bottom: 0px;
}
.so-widget-sow-features-default-f022ad66bf54 .sow-features-list.sow-features-responsive .sow-features-clear {
clear: none;
}
}.sow-google-map-canvas img{-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;line-height:normal !important;max-width:none !important;zoom:normal !important}@font-face{font-family:dashicons;src:url(//featherstoncommunity.org.nz/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(//featherstoncommunity.org.nz/wp-includes/fonts/dashicons.ttf) format("truetype"),url(//featherstoncommunity.org.nz/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}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, 
font, 
ins, 
kbd, 
q, 
s, 
samp, 
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var, 
dl, 
dt, 
dd, 
ol, 
ul, 
li, 
fieldset, 
form, 
label, 
legend, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow-y: scroll;
font-size: 62.5%;
height: 100%;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
body {
font-family: 'Open Sans', Arial, sans-serif;
line-height: 1.5;
font-size: 14px;
font-size: 1.4em;
background-color: #fff;
color: #333;
height: 100%;
}
.site-wrapper {
margin: 0 auto;
position: relative;
}
.boxed-layout .site-wrapper {
height: auto;
overflow: hidden;
}
.boxed-layout .site-header.fixed-header {
left: auto;
}
.clear:after {
display: table;
clear: both;
content: '';
}
a {
text-decoration: none;	
}
.uppercase {
text-transform: uppercase;
}
ul {
list-style: none;	
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select,
.select2-container {
border: none;
background-color: #e4e4e4;
padding: 12px 10px;
padding: 1.2rem 1rem;
font: inherit;
margin: 6px 0;
margin: 0.6rem 0;
width: 100%;
line-height: 1.6;
height: 4.6rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 0;
}
textarea {
height: auto;
}
::-webkit-input-placeholder { 
color:#aaa; 
}
::-moz-placeholder { 
color:#aaa; 
}
:-ms-input-placeholder { 
color:#aaa; 
}
input:-moz-placeholder { 
color:#aaa; 
}
input[type="checkbox"] {
margin: 0;
vertical-align: middle;	
}
input[type="submit"] {
border: none;
padding: 16px 20px;
font-family: inherit;
font-size: inherit;
text-transform: uppercase;
background-color: #00B285;
color: #fff;
font-weight: 700;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 0;
}
input[type="submit"]:hover {
background-color: #00906C;
}
select {
display: block;
width: 100%;	
}
label {
font-size: 11px;
font-size: 1.1rem;
font-style: italic;
color: #999;	
}
small {
font-size: 11px;
font-size: 1.1rem;	
}
img {
max-width: 100%;
height: auto;	
}
embed,
iframe {
max-width: 100%;	
}
.says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .site-header {
background-color: #fff;
-webkit-transition: none;
transition: none;
z-index: 999;
}
.site-header .bnt-container {
display: table;	
}
.site-header.fixed-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
}
.admin-bar .site-header.fixed-header {
top: 25px;
top: 2.5rem;
} .logo {
padding: 30px 0;
padding: 3rem 0;
display: table-cell;
}
.logo a {
display: block;
float: left;	
}
.logo-image-link {
line-height: 0;
}
.header-side .logo a {
float: none;
}
.logo-default {
font-size: 1.1em;
} .logo,
.header-menu {
vertical-align: middle;	
}
#nav-primary {
float: right;
font-family: 'Montserrat', Arial, sans-serif;
text-transform: uppercase;
}
.nav ul li {
position: relative;	
}
.nav ul li a {
text-decoration: none;	
}
.primary-menu > li {
position: relative;
display: inline-block;
margin: 0 0 0 30px;
margin: 0 0 0 3rem;	
}
.primary-menu > li > a {
color: #333;
display: block;	
padding: 15px 0;
}
.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
color: #00B285;	
}
.primary-menu > .menu-item-has-children > a {
padding-right: 15px;	
padding-right: 1.5rem;	
}
.header-hamburger .primary-menu > .menu-item-has-children > a {
padding-right: 0;	
}
.primary-menu > .menu-item-has-children > a:after {
content: "\f347";
font-family: dashicons;
position: absolute;
margin-left: 5px;
}
.primary-menu .sub-menu {
display: none;
position: absolute;
z-index: 9999;
width: 200px;
width: 20rem;
font-size: 11px;
font-size: 1.1rem;
border-top: 1px solid #ccc;	
}
.primary-menu .sub-menu li {
background-color: #ddd;
}
.primary-menu > li > .sub-menu {
border-top-style: solid;
border-top-color: #fff;
}
.primary-menu .sub-menu li a {
display: block;	
padding: 18px 22px;
padding: 1.8rem 2.2rem;
color: #333;
-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}
.primary-menu .sub-menu li a:hover,
.primary-menu .sub-menu .current-menu-item:not(.current-menu-ancestor) > a {
background-color: #ccc;	
}
.primary-menu .sub-menu li {
border-bottom: 1px solid #ccc;	
}
.primary-menu .sub-menu li:last-child {
border-bottom: none;
}
.primary-menu .sub-menu .sub-menu {
top: -1px;
top: -0.1rem;
left: 100%;
}	
.primary-menu .sub-menu .menu-item-has-children > a {
padding-right: 30px;
padding-right: 3rem;
}	
.primary-menu .sub-menu .menu-item-has-children > a:after {
content: "\f345";
font-family: dashicons;
font-size: 1.2rem;
line-height: 52px;
line-height: 5.2rem;
position: absolute;
top: -1px;
top: -0.1rem;
right: 12px;
right: 1.2rem;
} .mobile-menu-trigger,
.ham-menu-trigger {
position: relative;
display: table-cell;
vertical-align: middle;	
padding: 30px 0;
padding: 3rem 0;
}
.mobile-menu-trigger {
width: 60px;
width: 6rem;
}
.ham-menu-trigger {
width: 24px;
width: 2.4rem;
display: none;
}
.header-hamburger .ham-menu-trigger {
display: table-cell;
}
.mobile-menu-trigger-container,
.ham-menu-trigger-container {
cursor: pointer;	
position: relative;
width: 24px;
width: 2.4rem;
}
.mobile-menu-trigger-stick,
.ham-menu-trigger-stick {
height: 4px;
height: 0.4rem;
width: 24px;
width: 2.4rem;
background-color: currentColor;
margin-bottom: 4px;
margin-bottom: 0.4rem;
}
.mobile-menu-trigger-stick:last-child,
.ham-menu-trigger-stick:last-child {
margin-bottom: 0;	
}
.mobile-menu-close-container {
padding: 10px 30px;
padding: 1rem 3rem;
}
.ham-menu-close-container {
position: fixed;
z-index: 10000000;
display: none;
top: 20px;
top: 2rem;
right: 20px;
right: 2rem;
}
.mobile-menu-close,
.ham-menu-close {
cursor: pointer;
position: relative;
}	
.mobile-menu-close:before,
.ham-menu-close:before {
content: "\f335";
font-size: 40px;
font-size: 4rem;
font-family: dashicons;
top: 0;
margin-left: -10px;
line-height: 1;
}
.mobile-menu-shadow {
position: fixed;
width: 100%;	
height: 100%;
background-color: #000;
opacity: 0.6;
top: 0;
left: 0;
z-index: 99998;
display: none;
}
#nav-mobile {
position: fixed;
z-index: 99999;
top: 0;
height: 100%;
overflow-y: scroll;
background-color: #ddd;
font-family: 'Montserrat', Arial, sans-serif;
max-width: 80%;
padding: 10px 0;
padding: 1rem 0;
left: -100%;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
#nav-mobile li a {
display: block;
font-size: 18px;
font-size: 1.8rem;
text-transform: uppercase;
padding: 10px 50px 10px 30px;
padding: 1rem 5rem 1rem 3rem;;
border-bottom: 1px solid #ccc;
color: #333;
}
#nav-mobile .primary-mobile-menu > li:first-child > a {
border-top: 1px solid #ccc;	
}
#nav-mobile li a:hover,
#nav-mobile .current-menu-item:not(.current-menu-ancestor) > a {
background-color: #ccc;	
}
#nav-mobile .sub-menu a {
text-transform: none;
font-size: 16px;
font-size: 1.6rem;	
padding-left: 60px;
padding-left: 6rem;
}
#nav-mobile .sub-menu .sub-menu a {
padding-left: 90px;
padding-left: 9rem;	
} .header-hamburger .header-menu {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
text-align: center;
display: none;
}
.header-hamburger #nav-primary {
float: none;
}
.header-hamburger .primary-menu > li {
display: block;
margin: 0;
}
.header-hamburger .primary-menu > li > a {
display: inline-block;
line-height: 3;
}
.header-hamburger .primary-menu > .menu-item-has-children > a:after {
content: "";
}
.header-hamburger .logo {
width: 100%;
}
.header-hamburger .mobile-menu-trigger {
display: none;
} .post-header {
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
position: relative;
}
.post-header-container {
position: relative;
}
.post-header-title {
width: 100%;
margin: 0;
}
.post-header-title h1 {
color: #fff;
font-weight: 700;
margin: 80px 0 0 0;
margin: 8rem 0 0 0;
}
.post-header-subtitle {
margin: 30px 0 50px 0;
margin: 3rem 0 5rem 0;
font-size: 18px;
font-size: 1.8rem;
}
.post-header-overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.post-header-cta {
margin-top: 50px;
margin-top: 5rem;
font-size: 24px;
font-size: 2.4rem;
}
.post-header-cta a,
.post-header-cta div {
border: 1px solid #00b285;
-webkit-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
}
.post-header-cta-primary {
background-color: #00b285;
color: #fff;
}
.post-header-cta-primary:hover {
background-color: #00906c;
border-color: #00906c;
}
.post-header-cta-secondary {
color: #00b285;
}
.post-header-cta-secondary:hover {
border-color: #00906c;
color: #00906c;
}
.extended-header.header-side .entry-content > div > div .siteorigin-panels-stretch {
padding: 40px !important;
padding: 4rem !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.sow-testimonial-user {
overflow: hidden;
}
.sow-testimonial .sow-round-image-frame {
position: relative;
}
.sow-testimonial .sow-round-image-frame:after {
content: "";
position: absolute;
}
.sow-layout-side .sow-testimonial .sow-round-image-frame:after {
top: 50%;
border-top: 1px dashed;
width: 1000%;
}
.sow-layout-side.sow-user-left .sow-testimonial .sow-round-image-frame:after {
left: 100%;
}
.sow-layout-side.sow-user-right .sow-testimonial .sow-round-image-frame:after {
right: 100%;
}
.sow-layout-text-above .sow-testimonial .sow-round-image-frame:after {
left: 50%;
bottom: 100%;
border-left: 1px dashed;
height: 1000%;
}
.panel-grid .siteorigin-panels-stretch .sow-features-list {
max-width: 100%;
}
.panel-grid .sow-features-list .sow-features-feature .sow-icon-container {
max-width: 100%;
}
.panel-grid .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
max-width: 100%;
background-repeat: no-repeat;
background-position: center center;
margin: 0;
top: 0;
left: 0;
}
.sow-slider-base ul.sow-slider-images {
padding: 0;
} .bnt-container {
width: 100%;
margin: 0 auto; 
}
.bnt-container:after {
clear: both;
content: '';
display: table;	
} h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
margin: 1em 0;
line-height: 1.3;
}
p,
address, 
pre, 
hr, 
dl, 
dd, 
table,
.entry-content ul,
.entry-content ol {
margin-bottom: 16px;
margin-bottom: 1.6rem;
text-overflow: ellipsis;
}
b,
strong {
font-weight: 700;
}
dfn,
cite,
em,
i {
font-style: italic;
}
h1 {
font-size: 26px;
font-size: 2.6em;		
}
h2 {
font-size: 22px;
font-size: 2.2rem;		
}
h3 {
font-size: 18px;
font-size: 1.8rem;	
}
h4 {
font-size: 16px;
font-size: 1.6rem;	
}
h5,
h6 {
font-size: 15px;
font-size: 1.5rem;	
}
hr {
border-top: 1px solid #ddd;
border-bottom: none;	
}
blockquote {
border-left: 4px solid;
padding-left: 14px;
padding-left: 1.4rem;
margin-bottom: 16px;
margin-bottom: 1.6rem;
font-style: italic;	
}
blockquote p:last-child {
margin-bottom: 0;	
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
.entry-content table {
border-collapse: collapse;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.6em;
table-layout: fixed;
width: 100%;	
}
.entry-content table,
.entry-content td,
.entry-content th {
border: solid #ddd;	
}
.entry-content th, 
.entry-content td {
padding: 10px;
padding: 1rem;
}
.entry-content th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
.entry-content td {
border-width: 0 1px 1px 0;
}
caption, 
th, 
td {
text-align: left;	
}
dt {
font-weight: 700;
}
address {
font-style: italic;	
}
abbr[title] {
cursor: help;	
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
big {
font-size: 125%;
}
small {
font-size: 75%;	
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: "Courier New", Courier, monospace;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre {
max-width: 100%;
overflow: auto;
padding: 18px;
padding: 1.8rem;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;	
background-color: #eee;
}
.entry-content ul {
list-style: disc;	
}
.entry-content .fa-ul {
list-style-type: none;	
}
.entry-content ul,
.entry-content ol {
padding-left: 30px;	
padding-left: 3rem;
}
.entry-content ul li,
.entry-content ol li,
.entry-content .so-widget-sow-editor ul li,
.entry-content .so-widget-sow-editor ol li {
margin-bottom: 10px;
margin-bottom: 1rem;	
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol {
margin-top: 6px;
margin-top: 0.6rem;	
}
.site-content a {
color: #00B285;
}
.site-content .button {
background-color: #00B285;	
color: #fff;
text-decoration: none;
border: none;
font-family: inherit;
padding: 13px 15px;
padding: 1.35rem 1.5rem;
cursor: pointer;
text-transform: uppercase;
font-weight: 700;
text-align: center;
font-size: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 0;
}
.site-content a:hover {
text-decoration: underline;	
}
.site-content .ow-button-hover:hover,
.site-content .page-numbers:hover,
.site-content .ajax-load-more:hover,
.site-content .page-link-text:hover,
.site-content .button:hover {
text-decoration: none;	
}
.site-content .button:hover {
background-color: #00906C;	
}
.separator-line {
margin: 40px 0;
margin: 4rem 0;
border-top: 1px solid #ddd;
width: 100%;
clear: both;
}
.alignleft,
a img.alignleft {
display: inline;
float: left;
}
.alignright,
a img.alignright {
display: inline;
float: right;
}
.aligncenter,
a img.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
a img.alignleft {
margin: 6px 24px 16px 0;
margin: 0.6rem 2.4rem 1.6rem 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
a img.alignright {
margin: 6px 0 16px 24px;
margin: 0.6rem 0 1.6rem 2.4rem;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter,
a img.aligncenter {
clear: both;
margin-top: 4px;
margin-top: 0.4rem;
margin-bottom: 16px;
margin-bottom: 1.6rem;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 12px;
margin-bottom: 1.2rem;
}
.wp-caption,
.gallery-caption {
max-width: 100%;	
}
.wp-caption-text {
font-size: 11px;
font-size: 1.1rem;
color: #999;	
}
.gallery {
padding-bottom: 16px;
padding-bottom: 1.6rem;	
}
.gallery .gallery-item {
text-align: left !important;
padding-right: 10px;
padding-right: 1rem;
margin-bottom: 10px;
margin-bottom: 1rem;
margin-top: 0 !important;	
}
.gallery .gallery-item dt {
line-height: 0;	
}
.gallery .gallery-item img {
border: none !important;
}
.sow-features-list .sow-features-feature {
margin-bottom: 80px;
margin-bottom: 8rem;
} .entry-title,
.page-title {
margin-top: 0;	
}
.blog article,
.archive article,
.search article,
.widget_siteorigin-panels-postloop article {
margin-bottom: 70px;
margin-bottom: 7rem;
position: relative;
padding-left: 60px;
padding-left: 6rem;	
}
.post-thumbnail {
margin-bottom: 30px;
margin-bottom: 3rem;	
}
.post-date-blog {
color: #999;
text-transform: uppercase;
text-align: center;
position: absolute;
left: 0;	
}
.post-day {
font-size: 2.2rem;
margin-bottom: -4px;
margin-bottom: -0.4rem;
}
.post-month,
.post-year {
font-size: 1.1rem;	
}
.sticky .entry-footer .sticky-icon:before {
font-family: dashicons;
content: "\f537";
}
.sticky .entry-footer .sticky-icon {
margin-right: 2px;
margin-right: 0.2rem;
font-size: 14px;
font-size: 1.4rem;;
}
.entry-footer {
color: #999;
font-size: 11px;
font-size: 1.1rem;
}	
.post-edit-link {
margin-left: 10px;	
margin-left: 1rem;
}
.page .post-edit-link {
margin-left: 0;	
}
.pagination {
padding: 40px 0 0 60px;
padding: 4rem 0 0 6rem;	
}
.woocommerce-pagination {
padding: 40px 0 0 0;
padding: 4rem 0 0 0;	
}
.pagination .page-numbers,
.woocommerce-pagination li .page-numbers {
margin: 0 16px 16px 0;
margin: 0 1.6rem 1.6rem 0;
font-size: 16px;
font-size: 1.6rem;
padding: 10px 16px;
padding: 1rem 1.6rem;
border: 1px solid;	
font-weight: 700;
display: inline-block;
}
.pagination .page-numbers.dots,
.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination li .page-numbers.dots,
.woocommerce-pagination li .page-numbers.next,
.woocommerce-pagination li .page-numbers.prev {
border: none;
font-size: 26px;
font-size: 2.6rem;
}
.pagination .page-numbers.prev,
.woocommerce-pagination li .page-numbers.prev {
padding-left: 0;	
}
.pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.site-content a.ajax-load-more:hover,
.page-links a .page-link-text:hover {
color: #fff;
background-color: #00B285;	
border-color: #00B285;
}
.pagination a.page-numbers.next:hover,
.pagination a.page-numbers.prev:hover,
.woocommerce-pagination a.page-numbers.next:hover,
.woocommerce-pagination a.page-numbers.prev:hover {
color: inherit;
background: inherit;	
}
.ajax-load-more {
margin: 40px 0 40px 60px;
margin: 4rem 0 4rem 6rem;
padding: 20px 18px;
padding: 2rem 1.8rem;
border: 1px solid;
cursor: pointer;
text-align: center;
font-size: 16px;
font-size: 1.6rem;
font-weight: 700;
display: none;	
}
@-webkit-keyframes rotate-forever {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes rotate-forever {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-forever {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spinner-circle {
-webkit-animation-duration: 0.75s;
-moz-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: rotate-forever;
-moz-animation-name: rotate-forever;
animation-name: rotate-forever;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
animation-timing-function: linear;
height: 30px;
height: 3rem;
width: 30px;
width: 3rem;
border: 4px solid;
border-right-color: transparent;
border-radius: 50%;
display: inline-block;
}
.spinner-ajax {
margin: 40px 0 40px 60px;
margin: 4rem 0 4rem 6rem;
text-align: center;	
display: none;
} .archive-header {
margin-bottom: 70px;
margin-bottom: 7rem;	
}
.archive-header .archive-title {
margin: 0;	
}
.archive-header .archive-description {
margin-top: 20px;
margin-top: 2rem;
color: #999;
}
.search .archive-title {
font-style: italic;	
}
.search .archive-description {
margin-top: 0;	
}
.error-404 {
margin-bottom: 200px;
margin-bottom: 20rem;	
} .format-status .entry-content,
.format-link .entry-content a,
.format-quote-text {
font-size: 22px;
font-size: 2.2rem;	
}
.format-link .entry-content a:after {
font-family: dashicons;
content: "\f504";
margin-left: 10px;	
margin-left: 1rem;
font-size: 16px;
font-size: 1.6rem;
}
.format-quote-text {
font-style: italic;
margin-bottom: 16px;
margin-bottom: 1.6rem; 	
}
.format-quote-author:before {
font-family: dashicons;
content: "\f205";
margin-right: 10px;	
margin-right: 1rem;
font-size: 18px;
font-size: 1.8rem;
position: relative;
top: 4px;
top: 0.4rem;
} .post-password-form input {
width: 100%;	
}
.author-info {
margin-top: 50px;
margin-top: 5rem;	
}
.author-avatar {
line-height: 0;
}
.author-description {
margin-top: -85px;
margin-top: -8.5rem;
padding-left: 110px;
padding-left: 11rem;	
}
h3.author-name {
margin: 0 0 10px 0;
margin: 0 0 1rem 0;
}
.author-bio {
margin: -6px 0 10px 0;
margin: -0.6rem 0 1rem 0;
}
.entry-footer {
margin-top: 20px;
margin-top: 2rem;	
}
.page-links {
padding: 20px 0;
padding: 2rem 0;	
}
.page-links a:hover {
text-decoration: none;
}
.page-links .page-link-text {
border: 1px solid;
font-weight: 700;
padding: 6px 12px;
padding: 0.6rem 1.2rem;
margin: 0 10px 10px 0;	
margin: 0 1rem 1rem 0;
} .comment,
.pingback,
.trackback {
margin-top: 36px;
margin-top: 3.6rem;
position: relative;
}
.comment-author img {
float: left;
margin-right: 14px;	
margin-right: 1.4rem;
}
.comment-author .author-name {
font-weight: 700;
font-style: normal;
position: relative;
top: -2px;
}
.comment-author .says {
display: none;	
}
.comment-meta {
font-size: 11px;
font-size: 1.1rem;
font-style: italic;	
color: #999;
}
.comment-meta a {
padding-right: 6px;
padding-right: 0.6rem;
}
.comment-text {
margin-top: 12px;
margin-top: 1.2rem;	
}
.comment-nested {
display: none;	
}
.comment .comment .comment-nested {
position: absolute;
left: 0;
height: 20px;
width: 30px;
border: 1px solid #ddd;
border-right: none;
border-top: none;
}
.comment-reply-title small {
padding-left: 8px;
padding-left: 0.8rem;	
}
.comment-form-field {	
position: relative;
}
.comment-form-field label {
display: none;
position: absolute;
top: -14px;
top: -1.4rem;
}
.comment-form-comment textarea {
height: auto;
}
.comment-form .form-submit {
padding-top: 6px;
padding-top: 0.6rem;
}
.comment-form .form-submit:after {
content: "";
display: table;
clear: both;
}
.comment-notes {
font-size: 11px;
font-size: 1.1rem;
font-style: italic;
color: #999;
}
.comment-form .submit {
float: right;
}	
.comment-form .submit:after,
.comment-form-email:after {
content: '';
display: table;
clear: both;	
}
.comment-reply-title {
margin-top: 0;	
}
.comment-respond {
margin-top: 40px;
margin-top: 4rem;
padding-top: 40px;
padding-top: 4rem;
border-top: 1px solid #ddd;
}	
.comment-nav {
font-weight: 700;
padding-top: 20px;
padding-top: 2rem;
font-size: 11px;
font-size: 1.1rem;	
}
.comment-nav .nav-previous,
.comment-nav .nav-next {
display: inline;
}
.comment-nav .nav-next {
margin-right: 20px;	
margin-right: 2rem;
}
.comment-subscription-form {
margin: 0;	
}
.bypostauthor .author-name {
font-style: italic;
} .grid-main {
position: relative;	
}
.grid-full-width .site-content .bnt-container {
max-width: none;
padding: 0;
}
.grid-full-width .site-content .bnt-container .grid-container,
.grid-full-width .ajax-load-more.grid-ajax-load-more {
margin: 0 10px;
}
.grid-container {
display: grid;
padding-top: 20px;
padding-top: 2rem;	
}
.grid-item .entry-title {
font-size: 20px;
font-size: 2rem;
margin-bottom: 12px;
margin-bottom: 1.2rem;
}
.has-sidebar .grid-masonry .grid-item .entry-title {
font-size: 16px;
font-size: 1.6rem;
}
.grid-item .post-thumbnail {
margin-bottom: 20px;
margin-bottom: 2rem;	
}
.grid-item .post-thumbnail img {
width: 100%;
height: auto;	
}
.grid-rows .grid-item {
margin-bottom: 3%;	
padding-bottom: 3%;
}
.grid-columns {
display: block;
column-gap: 0px;
}
.grid-columns .grid-item {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.grid-columns .grid-item-box {
padding: 20px 0;
padding: 2rem 0;
}
.grid-columns .has-post-thumbnail .grid-item-box {
padding-top: 0;	
}
.grid-columns .grid-item-header,
.grid-columns .grid-item-content,
.grid-columns .entry-footer {
padding: 0 20px;
padding: 0 2rem;
}
.grid-columns .format-quote .grid-item-content {
padding-top: 20px;
padding-top: 2rem;
}
.grid-masonry {
margin: 0 -10px;
grid-auto-flow: dense;
}
.grid-masonry .grid-item {
position: relative;
}
.masonry-item-inner {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.grid-item-inner {
padding: 10px;	
}
.grid-main-columns .grid-item-box,
.grid-main-masonry .grid-item-box {
position: relative;
height: 100%;
width: 100%;
}
.grid-main-columns .grid-item-box {
background-color: #fff;		
}
.masonry-item-link {
height: 100%;
display: block;
}
.masonry-item-content {
position: relative;
z-index: 3;
}
.masonry-item-box .masonry-item-content {
color: #fff;	
max-height: 100%;
}
.masonry-item-box a:hover {
text-decoration: none;
}
.masonry-item-box a:hover .entry-title {
text-decoration: underline;
}
.masonry-item-header {
max-height: 100%;
overflow: hidden;
}
.masonry-item-overlay,
.masonry-item-image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;	
background-position: center center;
}
.masonry-item-overlay {
z-index: 2;
opacity: 0.6;	
background-color: #666;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.grid-main-masonry .grid-item-box:hover .masonry-item-overlay,
.grid-main-masonry .grid-item-box:hover .masonry-item-content {
opacity: 1.0 !important;
}
.grid-main-masonry .hide-overlay .grid-item-box:hover .masonry-item-content .entry-title {
text-decoration: none;
}
.pagination.grid-pagination {
padding: 70px 0 0 0;
padding: 7rem 0 0 0;	
}
.ajax-load-more.grid-ajax-load-more {
margin-left: 0;	
display: none;
}
.grid-main .spinner-ajax {
margin-left: 0;	
}
.spinner-grid {
width: 100%;
display: none;
}
.spinner-grid-inner {
padding: 100px 0 300px 0;
padding: 10rem 0 30rem 0;
text-align: center;
}
.so-widget-sow-image img {
margin: 0 auto;
} .sidebar .widget {
margin-bottom: 50px;
margin-bottom: 5rem;	
}
.sidebar .widget:last-child {
margin-bottom: 0;	
}
.widget h3 {
margin-top: 0;	
}
.widget ul li {
margin-bottom: 6px;
margin-bottom: 0.6rem;	
}
.widget ul li:last-child {
margin-bottom: 0;	
}
.widget_archive li,
.widget_categories li {
color: #999;	
}
.widget_archive label,
.widget_categories label,
.widget_search label {
display: none;
}
.widget .children,
.widget .sub-menu {
margin: 6px 0 0 12px;
margin: 0.6rem 0 0 1.2rem;	
}
.widget .post-date {
font-size: 11px;
font-size: 1.1rem;
color: #999;
font-style: italic;
padding-left: 4px;
padding-left: 0.4rem;	
}
.search-form-wrap {
position: relative;	
}
.search-form-input {
padding-right: 60px;
padding-right: 6rem;
}
.search-form-wrap .button.submit-button {
font-family: dashicons;
top: 0;
right: 0;
border: none;
position: absolute;
margin: 6px 0;
margin: 0.6rem 0;
padding: 9px 14px;
padding: 0.9rem 1.4rem;
line-height: 1.5;
font-size: 19px;
font-size: 1.9rem;
font-weight: 400;
height: 4.6rem;
}
.widget_calendar table {
width: 100%;
text-align: left;	
}
.widget_calendar table td,
.widget_calendar table th, 
.widget_calendar table caption {
padding: 4px 0;
padding: 0.4rem 0;	
}
.widget_calendar table caption {
margin-bottom: 8px;
margin-bottom: 0.8rem;
text-align: left;
font-style: italic;
color: #999;		
}
.widget_calendar table th {
color: #999;	
}
.widget_calendar table #next {
text-align: right;	
}
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_product_categories ul li {
margin-bottom: 10px;
margin-bottom: 1rem;
padding-bottom: 10px;
padding-bottom: 1rem;
border-bottom: 1px solid #ddd;
}
.widget ul li:last-child {
border-bottom: none;
}
.widget_recent_comments .recentcomments {
font-size: 11px;
font-size: 1.1rem;
font-style: italic;
color: #999;
}
.widget_recent_comments .recentcomments a {
font-size: 14px;
font-size: 1.4rem;
font-style: normal;
color: normal;
}
.widget_rss .widget-title .rsswidget img {
display: none;
}
.widget_rss .widget-title .rsswidget:first-child:before {
font-family: dashicons;
content: "\f303";
font-size: 14px;
font-size: 1.4rem;
position: relative;
top: 1px;
top: 0.1rem;
}
.tagcloud:after {
clear: both;
content: '';
display: table;	
}
.tagcloud a {
font-size: 14px !important;
font-size: 1.4rem !important;
display: block;
float: left;
padding: 2px 4px;
padding: 0.2rem 0.4rem;	
}
.woocommerce-product-search {
position: relative;	
}
.widget_product_search .search-field {
padding-right: 60px;
padding-right: 6rem;	
}
.widget_product_search input[type="submit"] {
font-family: dashicons;
top: 0;
right: 0;
border: none;
position: absolute;
margin: 6px 0;
margin: 0.6rem 0;
padding: 9px 14px;
padding: 0.9rem 1.4rem;
line-height: 1.5;
font-size: 19px;
font-size: 1.9rem;
font-weight: 400;
}
.widget-woo .star-rating {
font-size: 10px;
font-size: 1rem;	
}
.wc-layered-nav-rating .star-rating {
display: inline-block;
} .site-footer {
color: #ccc;	
}
.site-footer a {	
color: #fff;
}
.site-footer a:hover {
border-bottom: 1px solid;	
}
.sidebar-footer {
padding: 50px 0 40px 0;
padding: 5rem 0 4rem 0;
background-color: #888;
}
.site-footer label,
.site-footer .post-date-blog,
.site-footer .entry-footer,
.site-footer .comment-meta,
.site-footer .comment-notes,
.site-footer .widget_archive li,
.site-footer .widget_categories li,
.site-footer .widget .post-date,
.site-footer .widget_calendar table caption,
.site-footer .widget_calendar table th,
.site-footer .widget_recent_comments .recentcomments {
color: #aaa;
}
.sidebar-footer .widget_recent_entries ul li,
.sidebar-footer .widget_recent_comments ul li,
.sidebar-footer .widget_categories ul li,
.sidebar-footer .widget_archive ul li {
border-bottom-color: #999;
}
.widget-footer:last-child {
margin-right: 0;
}
.bottom-footer {
background-color: #666;	
}
.footer-copyright,
.footer-menu {
padding: 30px 0;
padding: 3rem 0;
}
.footer-menu li {
text-transform: uppercase;
}
.footer-menu .current-menu-item a,
.footer-menu .current-menu-ancestor a {
border-bottom: 1px solid;
}  .archive.woocommerce article {
padding-left: 0;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
padding-left: 0;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
list-style-type: none;
}
.shop-columns-1 ul.products li.product {
width: 100%;
}
.shop-columns-2 ul.products li.product {
width: 48%;
}
.shop-columns-3 ul.products li.product {
width: 30.75%;
}
.shop-columns-5 ul.products li.product {
width: 16.95%;
}
.shop-columns-6 ul.products li.product {
width: 13.5%;
}
.products .product h3 {
margin: 0 0 6px 0;
margin: 0 0 0.6rem 0;
font-size: inherit;
}
.products .product img {
margin-bottom: 10px;
margin-bottom: 1rem; 
width: 100%;
}
.product .price {
font-size: 18px;
font-size: 1.8rem;
color: initial;	
}
.products .product a:hover {
text-decoration: none;	
}
.products .product a:hover h3 {
text-decoration: underline;	
}
.products .product .button {
padding: 0;	
}
.products .product .add_to_cart_button {
position: absolute;
top: 0;
right: 0;
padding: 8px 14px;
padding: 0.8rem 1.4rem;
display: none;	
}
.products .product .add_to_cart_button:before {
content: "\f174";
font-family: dashicons;
font-size: 20px;
font-size: 2rem;
font-weight: 400;
}
.product {
position: relative;	
}
.product .onsale {
position: absolute;
background-color: #FFA85E;
color: #fff;
padding: 5px 8px;
padding: 0.5rem 0.8rem;
top: -5px;
top: -0.5rem;
left: -5px;
left: -0.5rem;
font-size: 12px;
font-size: 1.2rem;
z-index: 100;
}
.product .price del,
.widget-woo del,
.widget-woo del .amount {
color: #999;
font-size: 12px;
font-size: 1.2rem;
margin-right: 6px;
margin-right: 0.6rem;	
}
.product .price ins,
.widget-woo ins {
text-decoration: none;
}
.post-type-archive-product article {
margin-bottom: 0;	
}
.woocommerce-message,
.woocommerce-error {
margin: 30px 0;
margin: 3rem 0;
padding: 20px 25px;
padding: 2rem 2.5rem;
border: 1px solid;
font-style: italic;
font-size: 13px;
font-size: 1.3rem;
}
.woocommerce-message:after,
.woocommerce-error:after {
content: "";
clear: both;
display: table;
}
.woocommerce-message a {
float: right;
font-style: normal;
} .widget .product_list_widget li {
margin-bottom: 14px;
margin-bottom: 1.4rem;
padding-bottom: 14px;
padding-bottom: 1.4rem;
border-bottom: 1px solid #ddd;
position: relative;
}
.widget .product_list_widget li:last-child {
border-bottom: none;	
}
.widget .cart_list li:last-child {
border-bottom: 3px solid #ddd;	
}
.widget_shopping_cart .total {
margin-top: 10px;
margin-top: 1rem;
}
ul.product_list_widget li img {
max-width: 50px;
max-width: 5rem;	
float: left !important;
margin-right: 14px;
margin-right: 1.4rem;
}
.product_list_widget a.remove {
text-indent: -9999px;
display: inline-block;
position: absolute;
right: 0;
width: 12px;
width: 1.2rem;
color: #999;
}
.product_list_widget a.remove:before {
content: "\f153";
font-family: dashicons;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
font-size: 15px;
font-size: 1.5rem;
}
.product_list_widget a:not(.remove) {
padding-right: 26px;
padding-right: 2.6rem;
display: block;
}
.product_list_widget .quantity {
display: block;
color: #999;
}
.product_list_widget .amount {
color: initial;	
}
.widget .button {
margin: 6px 6px 0 0;
margin: 0.6rem 0.6rem 0 0;
display: inline-block; 
font-size: 11px;
font-size: 1.1rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.widget .button:last-child {
margin-right: 0;	
}
.product-categories .count {
color: #999;	
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: rgba(0,0,0,.1);
border-radius: 1em;
}
.widget_price_filter .ui-slider .ui-slider-range, 
.widget_price_filter .ui-slider .ui-slider-handle {
background-color: #00B285;
}
.widget_price_filter .ui-slider-horizontal {
height: 0.5em;
margin: 20px 0;
margin: 2rem 0;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
border-radius: 1em;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: ew-resize;
outline: 0;
margin-top: -0.25em;
opacity: 1;
border-radius: 1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.price_slider_amount .button {
margin-right: 12px;
margin-right: 1.2rem;	
}
.price_slider_amount .price_label {
padding: 10px 0;
display: inline-block;
}
.widget.widget_layered_nav_filters .chosen a {
position: relative;	
}
.widget.widget_layered_nav_filters .chosen a:hover {
text-decoration: none;
border-bottom: 1px dotted;	
}
.widget.widget_layered_nav_filters .chosen a:hover:after {
content: "\f153";
font-family: dashicons;
position: absolute;
top: 0;
right: -20px;
right: -2rem;	
}
.widget .woocommerce-placeholder {
display: none;	
}
.entry-content .product_list_widget {
padding: 0;
list-style-type: none;
} .stars .star-1,
.stars .star-2,
.stars .star-3,
.stars .star-4,
.stars .star-5 {
text-indent: -9999px;
position: relative;
display: inline-block;	
margin-right: 12px;
border-bottom: none;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.stars .star-1:after,
.stars .star-2:after,
.stars .star-3:after,
.stars .star-4:after,
.stars .star-5:after {
font-family: dashicons;
text-indent: 0;
position: absolute;
top: 0;
left: 0;	
}
.stars .star-1 {
width: 1em;
}
.stars .star-2 {
width: 2em;
}
.stars .star-3 {
width: 3em;	
}
.stars .star-4 {
width: 4em;	
}
.stars .star-5 {
width: 5em;	
}
.stars .star-1:after {
content: '\f154';
}
.stars .star-2:after {
content: '\f154\f154';	
}
.stars .star-3:after {
content: '\f154\f154\f154';
}
.stars .star-4:after {
content: '\f154\f154\f154\f154';
}
.stars .star-5:after {
content: '\f154\f154\f154\f154\f154';
}
.stars .star-1:hover:after,
.stars .star-1.active:after {
content: '\f155';
}
.stars .star-2:hover:after,
.stars .star-2.active:after {
content: '\f155\f155';
}
.stars .star-3:hover:after,
.stars .star-3.active:after {
content: '\f155\f155\f155';
}
.stars .star-4:hover:after,
.stars .star-4.active:after {
content: '\f155\f155\f155\f155';
}
.stars .star-5:hover:after,
.stars .star-5.active:after {
content: '\f155\f155\f155\f155\f155';
}
.star-rating:before {
font-family: dashicons;
content: "\f155\f155\f155\f155\f155";
float: left;
top: 0;
left: 0;
position: absolute;
text-indent: 0;
}
.star-rating span, 
.woocommerce-page .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span:before {
font-family: dashicons;
content: '\f155\f155\f155\f155\f155';
top: 0;
left: 0;
position: absolute;
overflow: hidden;
text-indent: 0;
}
.star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
width: 4.6em;
text-indent: -9999px;
color: #FFA85E;
}
.products .star-rating {
margin: 8px 0 12px 0;
margin: 0.8rem 0 1.2rem 0;	
}
.woocommerce-product-rating {
margin: 0 0 30px 0;	
}
.woocommerce-product-rating .star-rating {
display: inline-block;
margin-right: 10px;
float: none;
top: 2px;	
} .site-content a.woocommerce-review-link:hover {
text-decoration: none;
border-bottom: 1px dotted;
}
.woocommerce .product .single-product-section-wrap .entry-summary {
float: none;
width: 100%;	
}
.single-product .woocommerce-main-image {
display: block;
line-height: 0;
}
.woocommerce-product-gallery figure {
margin: 0;
}
.woocommerce-product-gallery .flex-control-thumbs {
margin: 0 -5px;
position: static;
overflow: hidden;
}
.woocommerce-product-gallery .flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
list-style-type: none;
}
.woocommerce-product-gallery .flex-control-thumbs img {
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
padding: 5px;
}
.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1;
}
.woocommerce-product-gallery .flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a {
margin-top: 3.8%;
}
h1.product_title {
margin-bottom: 20px;
margin-bottom: 2rem;	
}
.single-product .woocommerce-main-image img,
.single-product .images .thumbnails img {
width: 100%;
}
.product .summary .cart {
margin-bottom: 30px;
margin-bottom: 3rem;	
}
.cart .quantity .qty {
text-align: center;
width: 80px;
width: 8rem;
margin: 0;
}
.product_meta {
font-style: italic;
font-size: 13px;
color: #999;	
}
.product_meta > span {
margin-right: 12px;
margin-right: 1.2rem;	
}
.single-product .woocommerce-tabs {
margin-top: 30px;
margin-top: 3rem;
padding-top: 30px;
padding-top: 3rem;
}
.woocommerce-tabs .tabs {
border-bottom: 1px solid #ddd;	
}
.woocommerce-tabs .tabs li {
margin-right: 16px;
margin-right: 1.6rem;
padding-bottom: 6px;
padding-bottom: 0.6rem;
}
.woocommerce-tabs .tabs li.active {
border-bottom: 3px solid #ddd;	
}
.woocommerce-tabs .tabs li a:hover {
text-decoration: none;	
}
.woocommerce-tabs .shop_attributes {
display: block;
}
.woocommerce-tabs .shop_attributes,
.woocommerce-tabs .shop_attributes th,
.woocommerce-tabs .shop_attributes td {
border: none;
}
.woocommerce-tabs .shop_attributes th,
.woocommerce-tabs .shop_attributes td {
padding: 0 30px 6px 0;
padding: 0 3rem 0.6rem 0;
}
.woocommerce-tabs #reviews ol {
list-style-type: none;
padding-left: 0;
}
.woocommerce-tabs #reviews .comment-text {
padding-left: 60px;
padding-left: 6rem;
}
.woocommerce .product .woocommerce-tabs #reviews .avatar {
width: 40px;
width: 4rem;
height: auto;
float: left;
}
.woocommerce-tabs #reviews .meta {
margin: 8px 0 12px 0;
margin: 0.8rem 0 1.2rem 0;
}
.single-product .related.products {
clear: both;	
padding-top: 20px;
padding-top: 2rem;
}
.single-product .variations .label { 
padding-right: 10px;
}
.cart .single_add_to_cart_button {
margin: 0;
} .shop_table,
.shop_table td,
.shop_table th,
.cart_totals table,
.cart_totals table td,
.cart_totals table th {
border: none !important;	
}
.woocommerce-cart .entry-content .shop_table {
text-align: left;	
}
.shop_table th,
.shop_table td,
.cart_totals table th,
.cart_totals table td {
padding-left: 0;	
}
.shop_table .product-remove {
width: 50px;
width: 5rem;
}
.shop_table td.product-remove a {
position: relative;
color: #999;
display: inline-block;
}
.shop_table td.product-remove a:before {
content: "\f153";
font-family: dashicons;
text-indent: 0;
position: absolute;
top: -2px;
left: 0;
font-size: 18px;
font-size: 1.8rem;
}
.shop_table td.product-thumbnail {
line-height: 0;	
}
.shop_table .actions {
padding: 30px 0 20px 0;
padding: 3rem 0 2rem 0;	
}
.shop_table #coupon_code {
margin: 0 12px 0 0;
margin: 0 1.2rem 0 0;
width: 200px;
width: 20rem;	
}
.woocommerce-page .shop_table.cart td.actions .coupon .button {
float: none;	
}
.cart_item {
border-top: 1px solid #ddd;	
border-bottom: 1px solid #ddd;	
}
.cart_item img {
width: 60px;
width: 6rem;	
}
.cart_item td {
padding: 10px 0;
padding: 1rem 0;
vertical-align: middle;	
}
.shop_table .actions .button,
.shipping-calculator-form .button,
.checkout_coupon .button,
.widget_shopping_cart .button:first-child,
.price_slider_amount .button {
background-color: #999;	
}
.shop_table .actions .button:hover,
.shipping-calculator-form .button:hover,
.checkout_coupon .button:hover,
.widget_shopping_cart .button:first-child:hover,
.price_slider_amount .button:hover {
background-color: #777;	
}
.cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
float: none;	
}
.cart-collaterals .cart_totals table,
.woocommerce-checkout-review-order table {
width: auto;	
}
.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td,
.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table td {
padding-right: 50px;
padding-right: 5rem;
}
.cart_totals .cart-subtotal {
border-bottom: 1px solid #ddd;	
}
.woocommerce-shipping-calculator p {
margin-bottom: 4px;
margin-bottom: 0.4rem;	
}
.woocommerce-shipping-calculator .button {
margin-top: 6px;
margin-top: 0.6rem;
}
.cart_totals .order-total,
.woocommerce-checkout-review-order table tfoot,
.woocommerce-checkout-review-order table tfoot .order-total {
border-top: 3px solid #ddd;	
}
.woocommerce-checkout-review-order table tfoot .shipping {
border-top: 1px solid #ddd;	
}
.site-content .wc-proceed-to-checkout a.button,
.site-content .place-order #place_order {
display: inline-block;	
padding: 18px 22px;
padding: 1.8rem 2.2rem;
font-size: 16px;
font-size: 1.6rem;
} .checkout_coupon .button {
margin: 6px 0;
margin: 0.6rem 0;	
}
a.showcoupon:hover,
a.shipping-calculator-button:hover {
text-decoration: none;
border-bottom: 1px dotted;
}
#ship-to-different-address label {
font-size: inherit;
font-style: inherit;
color: inherit;
margin-right: 10px;
margin-right: 1rem;
}
.woocommerce-checkout .select2-container .select2-selection {
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
body > .select2-container--open {
background-color: transparent;
width: auto;
height: 0;
padding: 0;
}
body > .select2-container--open .select2-dropdown {
top: -5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
}
.woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow {
height: 46px;
width: 46px;
}
.woocommerce-checkout .select2-drop {
border: none;
-webkit-border-radius: 0;
border-radius: 0px;	
}
.woocommerce-checkout .select2-drop.select2-drop-above.select2-drop-active {
border-top: none;	
}
.woocommerce-checkout .select2-drop .select2-search {
padding: 0;	
border-top: 1px solid #ccc;
}
.woocommerce-checkout .select2-drop .select2-search input {
margin: 0;
}
.woocommerce-checkout .select2-drop .select2-results .select2-highlighted {
-webkit-border-radius: 0;
border-radius: 0;	
}
.woocommerce-checkout .select2-drop .select2-results {
padding: 0;	
}
.woocommerce-checkout .payment_methods {
list-style-type: none;
max-width: 50%;	
padding: 26px 0 0 0;
padding: 2.6rem 0 0 0;
}
.woocommerce-checkout .payment_methods .wc_payment_method {
margin-bottom: 14px;
margin-bottom: 1.4rem;
}
.woocommerce-checkout .payment_methods .wc_payment_method input[name=payment_method] {
margin-left: 0;
position: relative;
top: 1px;
}
.woocommerce-checkout .payment_methods .wc_payment_method label {
font-size: 16px;
font-size: 1.6rem;
font-style: normal;
font-weight: 700;
color: inherit;	
}
.woocommerce-checkout .payment_methods .wc_payment_method .payment_box {
padding: 6px 0 6px 20px;
padding: 0.6rem 0 0.6rem 2rem;
font-size: 12px;
font-style: italic;
color: #999;
}
.woocommerce-checkout .payment_methods .wc_payment_method .payment_box p {
margin-bottom: 0;
}
.woocommerce-checkout .payment_methods .wc_payment_method img {
display: none;
}
.woocommerce-checkout .payment_methods .wc_payment_method a {
display: block;
padding: 6px 0 6px 20px;
padding: 0.6rem 0 0.6rem 2rem;
}
.woocommerce-checkout .payment_methods .wc_payment_method .about_paypal {
font-size: 12px;
font-weight: normal;
font-style: italic;
}
.woocommerce-checkout .place-order {
padding-top: 26px;
padding-top: 2.6rem;	
}
.woocommerce-checkout #payment .place-order #place_order,
.woocommerce-checkout #payment .place-order .terms {
float: none;	
text-align: left;
}
.woocommerce-checkout #payment .place-order .terms {
padding: 20px 0 0 0;
padding: 2rem 0 0 0;	
}
.woocommerce-checkout #payment .place-order .terms .input-checkbox {
float: left;
margin: 6px 10px 0 0;
margin: 0.6rem 1rem 0 0;
}
.woocommerce-invalid-required-field input {
border: 1px solid #ff0000;	
}  @media screen and (min-width: 10em) {
.logo img {
width: auto;	
}
.logo-fullsize {
display: none;
}
.logo-mobile {
display: inline;
}
.mobile-menu-open {
overflow: hidden;
height: 100%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.admin-bar.mobile-menu-open .site-wrapper,
.admin-bar.mobile-menu-open #nav-mobile {
top: 46px;
}
.header-menu {
display: none;	
}
.novice-header-title {
font-size: 20px;
font-size: 2rem;
}
.novice-header-button {
font-size: 16px;
font-size: 1.6rem;
width: 100%;
margin: 0 0 20px 0;
margin: 0 0 2rem 0;
}
.bnt-container {
padding: 0 5%; 
}
.post-header-title {
padding: 20% 0;
}
.post-header-title h1 {
font-size: 26px;
font-size: 2.6rem;
}
.post-header-title br {
display: none;
}
.post-header-cta a,
.post-header-cta div {
padding: 0.4em 0.9em;
width: 100%;
display: block;
}
.post-header-cta-secondary {
margin: 30px 0 0 0;
margin: 3rem 0 0 0;
}
.content,
.sidebar {
width: 100%;
float: none;
padding: 0;
}
.sidebar {
padding-top: 40px;
padding-top: 4rem;	
}
.site-content {
padding: 40px 0;
padding: 4rem 0;
}
.page-template-default .entry-content .panel-grid:last-child .siteorigin-panels-stretch:last-child {
margin-bottom: -40px;
margin-bottom: -4rem;
}
.so-widget-sow-features .sow-features-list {
margin: 0 -5%;
}
.entry-content .panel-grid:first-of-type .siteorigin-panels-stretch {
margin-top: -40px;
margin-top: -4rem;
}
.comment .comment {
padding-left: 0;	
}
.comment-form-field {
width: 100%;	
margin-bottom: 6px;
margin-bottom: 0.6rem;
padding: 0;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
float: left;
margin-bottom: 30px;
margin-bottom: 3rem;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev {
display: inline-block;
}
.grid-columns {
columns: 1;
}
.masonry-item-before {
padding-top: 50%;
}
.masonry-item-content {
padding: 5%;
padding-bottom: 0;
margin-bottom: 5%;
height: 95%;
}
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
width: 100%;	
}
.widget-footer {
padding-bottom: 30px;
padding-bottom: 3rem;	
margin-right: 0;
float: none;
}
.widget-footer:last-child {
padding-bottom: 0;	
}
.footer-menu li {
margin-bottom: 10px;
margin-bottom: 1rem;
}
.single-product-section-wrap {
padding-top: 40px;
padding-top: 4rem;
}
#order_review .woocommerce-checkout-review-order-table {
width: 100%;
table-layout: auto;	
}
.woocommerce form #customer_details .form-row-first, 
.woocommerce form #customer_details .form-row-last, 
.woocommerce-page form #customer_details .form-row-first, 
.woocommerce-page form #customer_details .form-row-last {
width: 100%;
}
.shop_table td.product-remove a {
text-indent: 9999px;
}
} @media screen and (width: 48em) {
.woocommerce #content div.product div.images, 
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.images, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.images, 
.woocommerce-page div.product div.summary {
width: 48%;
float: left;
}
} @media screen and (min-width: 48em) {
.admin-bar.mobile-menu-open .site-wrapper,
.admin-bar.mobile-menu-open #nav-mobile {
top: 32px;
}
.header-side .novice-header {
position: relative;
z-index: 999;
float: right;
width: 80%;
}
.novice-header-title {
font-size: 30px;
font-size: 3rem;
}
.novice-header-button {
width: auto;
margin: 0 32px 0 0;
margin: 0 3.2rem 0 0;
}
.has-sidebar .content {
width: 70%;
}
.right-sidebar .content {
float: left;	
}
.left-sidebar .content {
float: right;	
}
.sidebar {
width: 30%;
padding-top: 20px;
padding-top: 2rem;
}
.right-sidebar .sidebar {
float: right;
padding-left: 8%;
}
.left-sidebar .sidebar {
float: left;
padding-right: 8%;	
}
.page-template-default .entry-content .panel-grid:last-child .siteorigin-panels-stretch:last-child {
margin-bottom: -120px;
margin-bottom: -12rem;
}
.entry-content .panel-grid:first-of-type .siteorigin-panels-stretch {
margin-top: -60px;
margin-top: -6rem;
}
.post-header-title {
max-width: 60%;
padding: 10% 0;
}
.post-header-title h1 {
font-size: 50px;
font-size: 5rem;
}
.post-header-title br {
display: initial;
}
.post-header-cta {
margin-left: -10px;
margin-left: -1rem;
}
.post-header-cta a,
.post-header-cta div {
display: inline-block;
padding: 0.7em 1.2em;
width: auto;
}
.post-header-cta-primary,
.post-header-cta-secondary {
margin: 10px;
margin: 1rem;
}
.site-content {
padding: 60px 0 120px 0;
padding: 6rem 0 12rem 0;
}
.comment .comment {
padding-left: 30px;
padding-left: 3rem;	
}
.comment .comment .comment-nested {
display: block;	
}
.comment-form-field {
width: 50%;	
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 1rem;
float: left;
}
.comment-form-author {
padding-right: 16px;
padding-right: 1.6rem;	
}
.grid-container {
grid-template-columns: 1fr 1fr 1fr;
}
.grid-columns {
columns: 3;
}
.masonry-item-before {
padding-top: 100%;
}
.grid-masonry .grid-item.tile-2x1 .masonry-item-before {
padding-top: 50%;
}
.grid-masonry .grid-item.tile-1x2 .masonry-item-before {
padding-top: 200%;    
}
.grid-masonry .tile-1x2 {
grid-row: auto / span 2;
}
.grid-masonry .tile-2x1 {
grid-column: auto / span 2;
}
.grid-masonry .tile-2x2 {
grid-column: auto / span 2;
grid-row: auto / span 2;
}
.masonry-item-content {
padding: 15%;
padding-bottom: 0;
margin-bottom: 15%;
height: 85%;
}
.grid-masonry .entry-title {
font-size: 18px;
font-size: 1.8rem;
}
.grid-masonry .grid-item.tile-2x2 .entry-title {
font-size: 28px;
font-size: 2.8rem;
}
.column-2 {
width: 47.5%;		
}
.column-3 {
width: 30%;		
}
.column-4 {
width: 21.25%;		
}
.column-5 {
width: 16%;		
}
.column-6 {
width: 12.5%;		
}
.widget-footer {
padding-bottom: 0;
margin-right: 5%;
float: left;
}
.widget-footer.column-1 {
float: none;
}
.footer-menu {
float: left;
}
.footer-menu li {
display: inline-block;
margin-bottom: 0;
margin-right: 20px;
margin-right: 2rem;
}
.footer-copyright {
float: right;
}
.single-product-section-wrap {
float: right;
width: 48%;
padding-top: 0;
}
#order_review .woocommerce-checkout-review-order-table {
width: auto;
}
.woocommerce form #customer_details .form-row-first, 
.woocommerce form #customer_details .form-row-last, 
.woocommerce-page form #customer_details .form-row-first, 
.woocommerce-page form #customer_details .form-row-last {
width: 47%;
}
.shop_table.cart .product-price,
.shop_table.cart .product-quantity,
.shop_table.cart .product-subtotal {
padding-left: 4%;
padding-right: 4%;
}
.shop_table td.product-remove a {
text-indent: -9999px;
}
.cart .quantity .qty {
float: left;
} .header-side .site-header {
float: left;
width: 20% !important;
background: none;
padding: 30px;
padding: 3rem;
margin-right: -80%;	
}
.header-side .site-header {
position: fixed;
}
.header-side .site-header .bnt-container,
.header-side .header-menu,
.header-side .header-menu li,
.header-side .logo {
display: block;
}
.header-side #nav-primary {
float: none;
}
.header-side .primary-menu > li {
margin: 0;
border-top: 1px solid;
border-color: #eee;
padding: 10px 0;
padding: 1rem 0;
}
.header-side .primary-menu > li:first-child {
border-top: none;
margin-top: 20px;
margin-top: 2rem;
}
.header-side .primary-menu li a {
line-height: 2;
}
.header-side .primary-menu .sub-menu li,
.header-side .primary-menu .sub-menu li:hover {
background-color: transparent !important;
}
.header-side .primary-menu .sub-menu {
position: relative;
margin: 10px 0 0 0 !important;
width: 100%;
padding: 0 0 0 20px;
padding: 0 0 0 2rem;
background-color: transparent !important;
}
.header-side .primary-menu > .current-menu-ancestor > .sub-menu,
.header-side .primary-menu > .current-menu-ancestor .current-menu-parent > .sub-menu	{
display: block;
}
.header-side .primary-menu .sub-menu .sub-menu > li:last-child > a:not(.opened-side-menu) {
padding-bottom: 0;
}
.header-side .primary-menu .sub-menu li a {
padding: 10px 0;
padding: 1rem 0;
}
.header-side .primary-menu .sub-menu li a:hover {
background-color: transparent !important;
}
.header-side .primary-menu .sub-menu .sub-menu {
margin: 0 0 10px 0 !important;
margin: 0 0 1rem 0 !important;
top: 0;
left: 0;
}
.header-side .primary-menu .sub-menu .menu-item-has-children > a:after {
line-height: 42px;
line-height: 4.2rem;
content: "\f345";
right: 0;
}
.header-side .primary-menu .sub-menu a {
background: none !important;
}
.header-side .post-header,
.header-side .site-content,
.header-side .site-footer {
float: right;
max-width: 80%;
width: 100%;
margin-left: 20%;
}
.header-side .site-content {
padding-left: 80px;
padding-left: 8rem;
padding-right: 80px;
padding-right: 8rem;
}
.header-side .after-content {
clear: both;
}
.header-side .mobile-menu-trigger {
display: none;	
}
.header-side .sidebar-footer .bnt-container {
padding: 0 5%;
}
} @media screen and (min-width: 64em) {
.mobile-menu {
display: none;	
}
.logo img {
max-height: none;
max-width: 100%;	
}
.logo-fullsize {
display: inline;
}
.logo-mobile {
display: none;
}
.mobile-menu-trigger {
display: none;	
}
.header-menu {
display: table-cell;	
}
.bnt-container {
max-width: 1080px;
max-width: 108rem; 
}
.so-widget-sow-features .sow-features-list {
margin: 0 -25px;
margin: 0 -2.5rem;
}
.novice-header-title {
font-size: 44px;
font-size: 4.4rem;
}
.novice-header-button {
font-size: 20px;
font-size: 2rem;
} .header-centered .site-header {
padding-top: 20px;
padding-top: 2rem;
}
.header-centered .site-header .bnt-container {
display: block;
text-align: center;
}
.header-centered .logo,
.header-centered .logo a,
.header-centered #nav-primary {
float: none;
}
.header-centered .header-menu,
.header-centered .logo {
display: block;
}
.header-centered .primary-menu > li:first-child {
margin-left: 0;
}
.header-centered .header-menu .sub-menu,
.header-centered .mobile-menu {
text-align: left;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
float: right;
}
.post-type-archive-product .page-title,
.post-type-archive-product .page-description {
float: left;
}
} @media screen and (min-width: 120em) {
.bnt-container {
max-width: 1440px;
max-width: 144rem; 
}
}