@charset "UTF-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below , .menu-image-hover-wrapper .menu-image-title-above {
border: none;
box-shadow: none;
vertical-align: middle;
width: auto;
display: inline;
}
.menu-image-hover-wrapper img.hovered-image,
.menu-item:hover .menu-image-hover-wrapper img.menu-image {
opacity: 0;
transition: opacity 0.25s ease-in-out 0s;
}
.menu-item:hover img.hovered-image {
opacity: 1;
}
.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
padding-right: 10px;
}
.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
padding-left: 10px;
}
.menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below, .menu-image-title-below, .menu-image-title-above, .menu-item a.menu-image-title-above, .menu-item a.menu-image-title-below, .menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below {
text-align: center;
display: block;
}
.menu-image-title-above.menu-image-not-hovered > img,
.menu-image-hovered.menu-image-title-above .menu-image-hover-wrapper, .menu-image-title-above .menu-image-hover-wrapper {
display: block;
padding-top: 10px;
margin: 0 auto !important;
}
.menu-image-title-below.menu-image-not-hovered > img,
.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper, .menu-image-title-below .menu-image-hover-wrapper {
display: block;
padding-bottom: 10px;
margin: 0 auto !important;
}
.menu-image-title-hide .menu-image-title, .menu-image-title-hide.menu-image-title {
display: none;
} #et-top-navigation .nav li.menu-item, .navigation-top .main-navigation li {
display: inline-block;
}
.above-menu-image-icons, .below-menu-image-icons {
margin: auto;
text-align: center;
display: block;
}
ul li.menu-item > .menu-image-title-above.menu-link, ul li.menu-item > .menu-image-title-below.menu-link {
display: block;
}
.menu-item:hover .sub-menu .menu-image-hover-wrapper img.menu-image {
opacity: 1;
}
.menu-item:hover .sub-menu .menu-image-hover-wrapper img.hovered-image {
opacity: 0;
}
.menu-item:hover .sub-menu .menu-item:hover .menu-image-hover-wrapper img.menu-image {
opacity: 0;
}
.menu-item:hover .sub-menu .menu-item:hover .menu-image-hover-wrapper img.hovered-image {
opacity: 1;
}
.menu-item-text span.dashicons {
display: contents;
transition: none;
}
.menu-image-badge {
background-color: rgb(255, 140, 68);
display: inline;
font-weight: 700;
color: #fff;
font-size: 0.95rem;
padding: 3px 4px 3px;
margin-top: 0px;
position: relative;
top: -20px;
right: 10px;
text-transform: uppercase;
line-height: 11px;
border-radius: 5px;
letter-spacing: .3px;
}
.menu-image-bubble {
color: #fff;
font-size: 13px;
font-weight: 700;
top: -18px;
right: 10px;
position: relative;
box-shadow: 0 0 0 .1rem var(--white,#fff);
border-radius: 25px;
padding: 1px 6px 3px 5px;
text-align: center;
}@font-face{font-family:dashicons;src:url(//www.bcli.org/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.bcli.org/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.bcli.org/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.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-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}@font-face{font-family:'FontAwesome';src:url(//www.bcli.org/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//www.bcli.org/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//www.bcli.org/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//www.bcli.org/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//www.bcli.org/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.wpsm_panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.wpsm_panel-body {
padding: 15px;
}
.wpsm_panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.wpsm_panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.wpsm_panel-title > a,
.wpsm_panel-title > small,
.wpsm_panel-title > .small,
.wpsm_panel-title > small > a,
.wpsm_panel-title > .small > a {
color: inherit;
}
.wpsm_panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .list-group,
.wpsm_panel > .wpsm_panel-collapse > .list-group {
margin-bottom: 0;
}
.wpsm_panel > .list-group .list-group-item,
.wpsm_panel > .wpsm_panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.wpsm_panel > .list-group:first-child .list-group-item:first-child,
.wpsm_panel > .wpsm_panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel > .list-group:last-child .list-group-item:last-child,
.wpsm_panel > .wpsm_panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .wpsm_panel-heading + .wpsm_panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.wpsm_panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .wpsm_panel-footer {
border-top-width: 0;
}
.wpsm_panel > .table,
.wpsm_panel > .table-responsive > .table,
.wpsm_panel > .wpsm_panel-collapse > .table {
margin-bottom: 0;
}
.wpsm_panel > .table caption,
.wpsm_panel > .table-responsive > .table caption,
.wpsm_panel > .wpsm_panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.wpsm_panel > .table:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpsm_panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpsm_panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.wpsm_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.wpsm_panel > .table:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpsm_panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpsm_panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.wpsm_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.wpsm_panel > .wpsm_panel-body + .table,
.wpsm_panel > .wpsm_panel-body + .table-responsive,
.wpsm_panel > .table + .wpsm_panel-body,
.wpsm_panel > .table-responsive + .wpsm_panel-body {
border-top: 1px solid #ddd;
}
.wpsm_panel > .table > tbody:first-child > tr:first-child th,
.wpsm_panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.wpsm_panel > .table-bordered,
.wpsm_panel > .table-responsive > .table-bordered {
border: 0;
}
.wpsm_panel > .table-bordered > thead > tr > th:first-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.wpsm_panel > .table-bordered > tbody > tr > th:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.wpsm_panel > .table-bordered > tfoot > tr > th:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.wpsm_panel > .table-bordered > thead > tr > td:first-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.wpsm_panel > .table-bordered > tbody > tr > td:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.wpsm_panel > .table-bordered > tfoot > tr > td:first-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.wpsm_panel > .table-bordered > thead > tr > th:last-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.wpsm_panel > .table-bordered > tbody > tr > th:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.wpsm_panel > .table-bordered > tfoot > tr > th:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.wpsm_panel > .table-bordered > thead > tr > td:last-child,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.wpsm_panel > .table-bordered > tbody > tr > td:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.wpsm_panel > .table-bordered > tfoot > tr > td:last-child,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.wpsm_panel > .table-bordered > thead > tr:first-child > td,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.wpsm_panel > .table-bordered > tbody > tr:first-child > td,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.wpsm_panel > .table-bordered > thead > tr:first-child > th,
.wpsm_panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.wpsm_panel > .table-bordered > tbody > tr:first-child > th,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.wpsm_panel > .table-bordered > tbody > tr:last-child > td,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.wpsm_panel > .table-bordered > tfoot > tr:last-child > td,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.wpsm_panel > .table-bordered > tbody > tr:last-child > th,
.wpsm_panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.wpsm_panel > .table-bordered > tfoot > tr:last-child > th,
.wpsm_panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.wpsm_panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.wpsm_panel-group {
margin-bottom: 20px;
}
.wpsm_panel-group .wpsm_panel {
margin-bottom: 0;
border-radius: 4px;
}
.wpsm_panel-group .wpsm_panel + .wpsm_panel {
margin-top: 5px;
}
.wpsm_panel-group .wpsm_panel-heading {
border-bottom: 0;
}
.wpsm_panel-group .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body,
.wpsm_panel-group .wpsm_panel-heading + .wpsm_panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.wpsm_panel-group .wpsm_panel-footer {
border-top: 0;
}
.wpsm_panel-group .wpsm_panel-footer + .wpsm_panel-collapse .wpsm_panel-body {
border-bottom: 1px solid #ddd;
}
.wpsm_panel-default {
border-color: #ddd;
}
.wpsm_panel-default > .wpsm_panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.wpsm_panel-default > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #ddd;
}
.wpsm_panel-default > .wpsm_panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.wpsm_panel-default > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #ddd;
}
.wpsm_panel-primary {
border-color: #337ab7;
}
.wpsm_panel-primary > .wpsm_panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.wpsm_panel-primary > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #337ab7;
}
.wpsm_panel-primary > .wpsm_panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.wpsm_panel-primary > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #337ab7;
}
.wpsm_panel-success {
border-color: #d6e9c6;
}
.wpsm_panel-success > .wpsm_panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.wpsm_panel-success > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #d6e9c6;
}
.wpsm_panel-success > .wpsm_panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.wpsm_panel-success > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #d6e9c6;
}
.wpsm_panel-info {
border-color: #bce8f1;
}
.wpsm_panel-info > .wpsm_panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.wpsm_panel-info > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #bce8f1;
}
.wpsm_panel-info > .wpsm_panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.wpsm_panel-info > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #bce8f1;
}
.wpsm_panel-warning {
border-color: #faebcc;
}
.wpsm_panel-warning > .wpsm_panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.wpsm_panel-warning > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #faebcc;
}
.wpsm_panel-warning > .wpsm_panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.wpsm_panel-warning > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #faebcc;
}
.wpsm_panel-danger {
border-color: #ebccd1;
}
.wpsm_panel-danger > .wpsm_panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.wpsm_panel-danger > .wpsm_panel-heading + .wpsm_panel-collapse > .wpsm_panel-body {
border-top-color: #ebccd1;
}
.wpsm_panel-danger > .wpsm_panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.wpsm_panel-danger > .wpsm_panel-footer + .wpsm_panel-collapse > .wpsm_panel-body {
border-bottom-color: #ebccd1;
}
.fade {
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.wpsm_panel-group .collapse {
display: none;
}
.collapse.in {
display: block !important;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}body
{
display:block;
}
.searchandfilter p
{
margin-top: 1em;
display:inline-block;
}
.searchandfilter ul
{
display:inline-block;
}
.searchandfilter li
{
list-style: none;
display:inline-block;
padding-right:10px;
} .widget-area .searchandfilter li, .widget-area .searchandfilter p
{
display:block;
}
.searchandfilter label
{
display:block;
}
.searchandfilter h4
{
margin:15px 0;
font-size:16px;
}
.searchandfilter ul > li > ul:not(.children)
{
margin-left:0;
}.mega-menu-last-modified-1647365531 { content: 'Tuesday 15th March 2022 17:32:11 UTC'; }
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
transition: none;
border-radius: 0;
box-shadow: none;
background: none;
border: 0;
bottom: auto;
box-sizing: border-box;
clip: auto;
color: #666;
display: block;
float: none;
font-family: inherit;
font-size: 14px;
height: auto;
left: auto;
line-height: 1.7;
list-style-type: none;
margin: 0;
min-height: auto;
max-height: none;
min-width: auto;
max-width: none;
opacity: 1;
outline: none;
overflow: visible;
padding: 0;
position: relative;
pointer-events: auto;
right: auto;
text-align: left;
text-decoration: none;
text-indent: 0;
text-transform: none;
transform: none;
top: auto;
vertical-align: baseline;
visibility: inherit;
width: auto;
word-wrap: break-word;
white-space: normal;
}
#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:after {
display: none;
}
#mega-menu-wrap-primary {
border-radius: 0;
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary {
background: rgba(255, 255, 255, 0.1);
}
}
#mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus {
outline: 3px solid #109cde;
outline-offset: -3px;
}
#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
outline-offset: 2px;
}
#mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
background: rgba(51, 51, 51, 0);
color: #07283a;
font-weight: normal;
text-decoration: none;
border-color: rgba(51, 51, 51, 0);
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
color: #666;
background: rgba(51, 51, 51, 0);
}
}
#mega-menu-wrap-primary #mega-menu-primary {
visibility: visible;
text-align: left;
padding: 0px 0px 0px 0px;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
cursor: pointer;
display: inline;
transition: background 200ms linear, color 200ms linear, border 200ms linear;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {
vertical-align: middle;
display: inline-block;
transition: none;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
transition: none;
line-height: 1.5;
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
font-style: italic;
font-size: 0.8em;
text-transform: none;
font-weight: normal;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
display: flex;
align-items: center;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
flex: 0 0 auto;
align-self: flex-start;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link {
display: table-cell;
vertical-align: middle;
line-height: initial;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
display: block;
margin: 0 0 6px 0;
text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
display: inline-block;
transition: none;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
display: block;
line-height: 70px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
display: inline-block;
margin: 0 6px 0 0;
text-align: left;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
float: right;
margin: 0 0 0 6px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-animating > ul.mega-sub-menu {
pointer-events: none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
cursor: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
cursor: pointer;
}
#mega-menu-wrap-primary #mega-menu-primary p {
margin-bottom: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {
max-width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
display: block;
visibility: hidden;
opacity: 1;
pointer-events: auto;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
display: none;
visibility: visible;
opacity: 1;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
display: none;
}
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
opacity: 0;
transition: opacity 200ms ease-in, visibility 200ms ease-in;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
opacity: 1;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
opacity: 0;
transform: translate(0, 10px);
transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
opacity: 1;
transform: translate(0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
transform: translate(0, 10px);
transition: transform 200ms ease-in, visibility 200ms ease-in;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
transform: translate(0, 0);
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
display: none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
visibility: visible;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
visibility: inherit;
opacity: 1;
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^='dashicons']:before {
font-family: dashicons;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
display: inline-block;
font: inherit;
font-family: dashicons;
position: static;
margin: 0 6px 0 0px;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: inherit;
background: transparent;
height: auto;
width: auto;
top: auto;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
margin: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
margin: 0 6px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {
right: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
position: static;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
margin: 0 0px 0 0;
display: inline-block;
height: auto;
vertical-align: middle;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
float: right;
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
margin: 0 0 0 0px;
}
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left {
float: left;
}
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
background: rgba(51, 51, 51, 0);
color: #07283a;
font-weight: normal;
text-decoration: none;
border-color: rgba(51, 51, 51, 0);
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
background: rgba(51, 51, 51, 0);
color: #07283a;
font-weight: normal;
text-decoration: none;
border-color: rgba(51, 51, 51, 0);
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
color: #666;
background: rgba(51, 51, 51, 0);
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
background: rgba(51, 51, 51, 0);
color: #07283a;
font-weight: normal;
text-decoration: none;
border-color: rgba(51, 51, 51, 0);
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
color: #666;
background: rgba(51, 51, 51, 0);
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
line-height: 70px;
height: 70px;
padding: 0px 10px 0px 10px;
vertical-align: baseline;
width: auto;
display: block;
color: #07283a;
text-transform: uppercase;
text-decoration: none;
text-align: left;
text-decoration: none;
background: rgba(0, 0, 0, 0);
border: 0;
border-radius: 0;
font-family: inherit;
font-size: 14px;
font-weight: normal;
outline: none;
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
line-height: inherit;
display: table-cell;
vertical-align: middle;
}
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
display: none;
}
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
display: list-item;
margin: 0;
clear: both;
border: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
float: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
border-radius: 0;
border: 0;
margin: 0;
line-height: 70px;
height: 70px;
padding: 0 10px;
background: transparent;
text-align: left;
color: #07283a;
font-size: 14px;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
width: 100%;
float: left;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
float: left;
min-height: 1px;
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
width: 40%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
width: 60%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
width: 80%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
width: 83.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
width: 14.28571%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
width: 28.57143%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
width: 42.85714%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
width: 57.14286%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
width: 71.42857%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
width: 85.71429%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
width: 12.5%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
width: 37.5%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
width: 62.5%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
width: 87.5%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
width: 11.11111%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
width: 22.22222%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
width: 44.44444%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
width: 55.55556%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
width: 77.77778%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
width: 88.88889%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
width: 10%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
width: 30%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
width: 40%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
width: 60%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
width: 70%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
width: 80%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
width: 90%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
width: 9.09091%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
width: 18.18182%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
width: 27.27273%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
width: 36.36364%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
width: 45.45455%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
width: 54.54545%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
width: 63.63636%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
width: 72.72727%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
width: 81.81818%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
width: 90.90909%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
width: 8.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
width: 41.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
width: 58.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
width: 83.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
width: 91.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
width: 100%;
}
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
width: 100%;
clear: both;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
padding: 15px 15px 15px 15px;
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
z-index: 999;
border-radius: 0;
background: #d6e7ea;
border: 0;
padding: 0px 0px 0px 0px;
position: absolute;
width: 100%;
max-width: none;
left: 0;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
float: left;
position: static;
width: 100%;
}
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
width: 40%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
width: 60%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
width: 80%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
width: 83.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
width: 14.28571%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
width: 28.57143%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
width: 42.85714%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
width: 57.14286%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
width: 71.42857%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
width: 85.71429%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
width: 12.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
width: 37.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
width: 62.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
width: 87.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
width: 11.11111%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
width: 22.22222%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
width: 44.44444%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
width: 55.55556%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
width: 77.77778%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
width: 88.88889%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
width: 10%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
width: 30%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
width: 40%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
width: 60%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
width: 70%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
width: 80%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
width: 90%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
width: 9.09091%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
width: 18.18182%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
width: 27.27273%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
width: 36.36364%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
width: 45.45455%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
width: 54.54545%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
width: 63.63636%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
width: 72.72727%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
width: 81.81818%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
width: 90.90909%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
width: 8.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
width: 41.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
width: 58.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
width: 83.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
width: 91.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
width: 100%;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
margin: 5px 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
clear: both;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
margin-left: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
margin-left: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
color: #666;
font-family: inherit;
font-size: 14px;
display: block;
float: left;
clear: none;
padding: 15px 15px 15px 15px;
vertical-align: top;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
clear: left;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
color: #555;
font-family: inherit;
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
vertical-align: top;
display: block;
visibility: inherit;
border: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { color: #555;
font-family: inherit;
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
vertical-align: top;
display: block;
border: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus { color: #555;
font-weight: bold;
text-decoration: none;
background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {
text-decoration: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link { color: #666;
font-family: inherit;
font-size: 14px;
text-transform: none;
text-decoration: none;
font-weight: normal;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
vertical-align: top;
display: block;
border: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
display: flex;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus { color: #666;
font-weight: normal;
text-decoration: none;
background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
border: 0;
padding: 10px;
border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
width: 100%;
clear: both;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
color: #666;
font-family: inherit;
font-size: 14px;
text-transform: none;
text-decoration: none;
font-weight: normal;
margin: 0;
border: 0;
padding: 0px 0px 0px 0px;
vertical-align: top;
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
color: #666;
font-weight: normal;
text-decoration: none;
background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
z-index: 999;
position: absolute;
width: 220px;
max-width: none;
padding: 0px 0px 0px 0px;
border: 0;
background: #d6e7ea;
border-radius: 0;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
float: left;
position: static;
width: 100%;
padding: 0;
border: 0;
border-radius: 0;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item { border-bottom: 1px solid #07283a;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
border-bottom: 0;
box-shadow: none;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
clear: both;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
display: block;
background: #d6e7ea;
color: #07283a;
font-family: inherit;
font-size: 14px;
font-weight: normal;
padding: 0px 10px 0px 10px;
line-height: 45px;
text-decoration: none;
text-transform: uppercase;
vertical-align: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
background: #d6e7ea;
font-weight: normal;
text-decoration: none;
color: #666;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
position: absolute;
left: 100%;
top: 0;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
position: static;
left: 0;
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
padding-left: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
padding-left: 30px;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
content: '\f347';
font-family: dashicons;
font-weight: normal;
display: inline-block;
margin: 0 0 0 6px;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: rotate(0);
color: inherit;
position: relative;
background: transparent;
height: auto;
width: auto;
right: auto;
line-height: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
display: inline;
height: auto;
width: auto;
background: transparent;
position: relative;
pointer-events: auto;
left: auto;
min-width: auto;
line-height: inherit;
color: inherit;
font-size: inherit;
padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
float: right;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
content: '\f343';
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
float: right;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
content: '\f343';
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
display: none;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
display: none;
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
content: '\f345';
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
text-align: right;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {
float: left;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
content: '\f341';
margin: 0 6px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
float: right;
margin: 0 0 0 6px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
left: -100%;
top: 0;
}
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
float: right;
}
}
#mega-menu-wrap-primary #mega-menu-primary li[class^='mega-lang-item'] > a.mega-menu-link > img {
display: inline;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.iclflag {
display: inline;
margin-right: 8px;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
display: none;
}
}
@media only screen and (min-width: 1101px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
display: none;
}
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary:after {
content: "";
display: table;
clear: both;
}
}
#mega-menu-wrap-primary .mega-menu-toggle {
display: none;
z-index: 1;
cursor: pointer;
background: rgba(51, 51, 51, 0);
border-radius: 2px 2px 2px 2px;
line-height: 40px;
height: 40px;
text-align: left;
user-select: none;
-webkit-tap-highlight-color: transparent;
outline: none;
white-space: nowrap;
}
#mega-menu-wrap-primary .mega-menu-toggle img {
max-width: 100%;
padding: 0;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary .mega-menu-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-preferred-size: 33.33%;
-webkit-flex-basis: 33.33%;
flex-basis: 33.33%;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {
-webkit-box-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
margin-left: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
margin-right: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
margin-left: 3px;
margin-right: 3px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
-webkit-box-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
margin-right: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
margin-left: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
height: 100%;
outline: 0;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
background: #d6e7ea;
padding: 0px 0px 0px 0px;
display: none;
position: absolute;
width: 100%;
z-index: 9999999;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
display: block;
}
}
#mega-menu-wrap-primary .mega-menu-toggle { }
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 { cursor: pointer;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
transform: scale(1);
align-self: center;
outline: 0;
background: none;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative;
outline: 0;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
display: block;
top: 50%;
margin-top: -2px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
width: 40px;
height: 4px;
background-color: #07283a;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
content: "";
display: block;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
top: -10px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
bottom: -10px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
top: 2px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
top: 10px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
top: 20px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
opacity: 0;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
transform: translate3d(0, -20px, 0) rotate(-90deg);
}
#mega-menu-wrap-primary {
clear: both; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
font-size: 13px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
font-size: 13px !important;
}
.navbar #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
box-shadow: none !important;
}
#mega-menu-wrap-primary {
width: 100% !important;
}
#mega-menu-wrap-primary #mega-menu-primary {
text-align: center !important;
}
@media only screen and (max-width: 1100px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
font-size: 22px !important;
font-weight: 600 !important;
letter-spacing: -0.5px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
height: 100vh;
padding-left: 50px;
padding-top: 20%;
}
#mega-menu-wrap-primary .mega-menu-toggle {
width: 100%;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
margin-right: 35px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
line-height: 50px !important;
height: 50px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
height: 50px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
border-bottom: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
background: #78b1bb !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li:first-of-type {
display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
width: fit-content !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
color: #78b1bb !important;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li:first-of-type {
margin-right: 10% !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li:first-of-type img {
width: 200px;
}
   .hestia-top-bar .widget.widget_search form:not(.form-group), .hestia-top-bar .widget.widget_product_search form:not(.form-group), .authors-on-blog .footer a, .card-background:after, .pagination a, .pagination span, .form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label, .btn.btn-border, a {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
button,
input[type=submit],
input[type=button],
.btn {
-webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
}
select.form-control, .form-group.has-info .form-control, .form-group.has-success .form-control, .form-group.has-error .form-control, .form-group.has-warning .form-control, .form-group.is-focused select.form-control, .btn.btn-vimeo.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-vimeo.btn-simple, .btn.btn-deviantart.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-deviantart.btn-simple, .btn.btn-snapchat.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-snapchat.btn-simple, .btn.btn-behance.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-behance.btn-simple, .btn.btn-tumblr.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-tumblr.btn-simple, .btn.btn-reddit.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-reddit.btn-simple, .btn.btn-instagram.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple, .btn.btn-youtube.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-youtube.btn-simple, .btn.btn-github.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-github.btn-simple, .btn.btn-dribbble.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-dribbble.btn-simple, .btn.btn-linkedin.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-linkedin.btn-simple, .btn.btn-google.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-google.btn-simple, .btn.btn-pinterest.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-pinterest.btn-simple, .btn.btn-twitter.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple, .btn.btn-facebook.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple, .navbar button.navbar-toggle, .navbar button.navbar-toggle:hover, .btn.btn-border:hover, .btn.btn-border:focus, .btn.btn-border, .btn.btn-white.btn-simple, .btn.btn-primary.btn-simple, .btn.btn-simple,
.btn.btn-default.btn-simple, .btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled.active,
.btn:disabled,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled.focus,
.btn:disabled:active,
.btn:disabled.active,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled].active,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.active, .form-group.is-focused .form-control, .form-control,
.form-group .form-control,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.form-control,
.form-group .form-control,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
background-image: -webkit-gradient(linear, left top, left bottom, from(var(--hestia-primary-color, #9c27b0)), to(var(--hestia-primary-color, #9c27b0))), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(var(--hestia-primary-color, #9c27b0), var(--hestia-primary-color, #9c27b0)), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(var(--hestia-primary-color, #9c27b0), var(--hestia-primary-color, #9c27b0)), linear-gradient(#d2d2d2, #d2d2d2);
float: none;
border: 0;
border-radius: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: center bottom, center -webkit-calc(100% - 1px);
background-position: center bottom, center calc(100% - 1px);
background-size: 0 2px, 100% 1px;
font-weight: 400;
-webkit-transition: background 0s ease-out;
transition: background 0s ease-out;
}
.form-group.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(var(--hestia-primary-color, #9c27b0)), to(var(--hestia-primary-color, #9c27b0))), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(var(--hestia-primary-color, #9c27b0), var(--hestia-primary-color, #9c27b0)), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(var(--hestia-primary-color, #9c27b0), var(--hestia-primary-color, #9c27b0)), linear-gradient(#d2d2d2, #d2d2d2);
outline: none;
background-size: 100% 2px, 100% 1px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
} .navbar .navbar-brand,
.carousel .sub-title,
h4.author,
.hestia-about p,
.card-product .price,
.card-product .price h4,
.blog-sidebar .widget h5,
.shop-sidebar .widget h5,
blockquote,
.media .media-heading,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 18px;
}
a:not(.btn) {
transition: 0.3s ease;
}
a:not(.btn):not(.button):not(.added_to_cart):hover {
opacity: 0.75;
}
.media p,
h3#ship-to-different-address {
font-size: 16px;
}
body,
.btn,
.form-control,
.woocommerce #reviews #comments label {
font-size: 14px;
}
.navbar,
.navbar a,
.label,
.footer .footer-menu a,
.media-footer a,
.hestia-top-bar {
font-size: 12px;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 300;
line-height: 1.618;
}
ul, ol,
.blog-post .section-text p,
output {
line-height: 1.618;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.618;
}
h5.description,
h5.subscribe-description,
.card-product .price h4,
h4.author {
font-weight: 300;
}
span.category {
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
margin: 10px 0;
display: block;
}
.hestia-title,
.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h4,
.footer-big h5,
.media .media-heading,
.woocommerce ul.products[class*=columns-] li.product-category h2 {
font-weight: 700;
}
.hestia-title {
word-break: break-word;
}
button,
input[type=submit],
input[type=button],
.btn {
font-size: 12px;
font-weight: 400;
}
.btn:not(.btn-just-icon):not(.btn-fab) i {
font-size: 18px;
}
.btn.btn-just-icon {
font-size: 20px;
line-height: 20px;
}
.btn.btn-just-icon.btn-lg {
font-size: 22px;
}
.btn i {
font-size: 17px;
}
legend {
font-size: 21px;
}
output {
font-size: 14px;
}
button,
input,
select,
textarea {
font-size: inherit;
line-height: inherit;
}
.form-control {
font-size: 14px;
line-height: 1.42857;
}
.form-control::-moz-placeholder, .form-group .form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder,
.checkbox label,
.form-group .checkbox label,
.radio label,
.form-group .radio label,
label,
.form-group label {
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
font-weight: 400;
}
.form-group label.control-label {
font-size: 11px;
font-weight: 400;
line-height: 1.07143;
}
.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
font-size: 14px;
line-height: 1.42857;
}
.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
font-size: 11px;
line-height: 1.07143;
}
label.control-label {
font-size: 11px;
font-weight: 400;
line-height: 1.07143;
}
label.subscribe-label {
font-weight: 300;
}
table > thead > tr > th {
font-size: 17px;
font-weight: 300;
}
.help-block {
font-size: 11px;
}
.hestia-info .icon > i,
.info .icon > i {
font-size: 61.6px;
}
.info-horizontal .icon > i {
font-size: 36.4px;
}
.media .media-heading {
font-size: 18.2px;
}
.media p {
font-size: 16px; }
.wp-caption-text {
font-size: 14px;
font-weight: 700;
}
.blog-post .comment-reply-link {
font-size: 12px;
font-weight: 400;
}
.blog-post .section-blog-info .card-profile .description {
font-size: 14px;
}
.carousel .carousel-control i {
font-size: 50px;
}
.card .footer .stats {
line-height: 30px;
}
.card .footer .stats i {
font-size: 18px;
}
.card .category i {
line-height: 0;
}
.card-product .footer h4 {
line-height: 1.2;
}
.card-title,
.card-product .category {
line-height: 1.4;
}
.card-pricing .card-title {
font-size: 60px;
line-height: 35px;
}
.card-pricing .card-title small {
font-size: 18px;
}
.card-pricing .card-title small:first-child {
font-size: 26px;
}
.navbar .navbar-brand {
line-height: 30px;
}
.navbar .navbar-nav > li > a {
font-weight: 400;
}
.navbar .navbar-nav > li > a i {
font-size: 20px;
}
.navbar .dropdown-menu li > a {
font-size: 13px;
}
.navbar .dropdown-menu li > a > i {
font-size: 20px;
}
.navbar .dropdown-menu li > a i {
font-size: 20px;
}
.navbar .hestia-mm-heading > span {
font-size: 14px;
font-weight: 600;
}
.hestia-mm-description {
font-size: 12px;
font-weight: 400;
}
.hestia-top-bar {
line-height: 40px;
}
.hestia-top-bar .widget,
.hestia-top-bar .widget h5,
.hestia-top-bar .widget .textwidget {
line-height: normal;
}
.hestia-top-bar .widget.widget_search .label-floating, .hestia-top-bar .widget.widget_product_search .label-floating {
font-size: inherit;
}
.hestia-top-bar .widget.widget_search .label-floating.is-empty, .hestia-top-bar .widget.widget_product_search .label-floating.is-empty {
font-size: inherit;
font-weight: 300;
}
.hestia-top-bar .widget.widget_search .label-floating.is-focused .control-label, .hestia-top-bar .widget.widget_product_search .label-floating.is-focused .control-label {
font-size: inherit;
line-height: 20px;
}
.hestia-top-bar .widget.widget_search form.form-group input[type=search], .hestia-top-bar .widget.widget_product_search form.form-group input[type=search] {
font-size: inherit;
font-weight: 300;
}
.hestia-top-bar .widget.widget_search form.form-group:before, .hestia-top-bar .widget.widget_product_search form.form-group:before {
font-size: 18px;
}
.hestia-top-bar ul {
line-height: inherit;
}
.hestia-top-bar ul li a {
font-size: inherit;
line-height: inherit;
}
.hestia-top-bar ul li a:before {
font-size: 16px;
}
.pagination a,
.pagination span {
font-size: 12px;
font-weight: 400;
line-height: 30px;
}
.footer .widget h5 {
line-height: 1.4;
}
.footer-big .footer-menu li a[href*="mailto:"],
.footer-big .footer-menu li a[href*="tel:"] {
font-size: 0;
}
.footer-big .footer-menu li a[href*="mailto:"]:before,
.footer-big .footer-menu li a[href*="tel:"]:before {
font-size: 16px;
}
.footer-big ul li a {
font-weight: 500;
}
h5.description {
line-height: 1.5;
}
.hestia-about {
font-weight: 300;
}
.hestia-about h1, .hestia-about h2, .hestia-about h3, .hestia-about h4, .hestia-about h5 {
font-weight: 700;
}
.widget h5 {
font-weight: 700;
}
.searchform:after,
.search-form:after,
.woocommerce-product-search:after {
font-size: 18px;
}
.header-widgets-wrapper .widget,
.header-widgets-wrapper .widget h5,
.header-widgets-wrapper .widget .textwidget {
line-height: inherit;
}
.header-widgets-wrapper ul {
line-height: inherit;
}
.header-widgets-wrapper ul li a {
font-size: inherit;
line-height: inherit;
}
.header-widgets-wrapper ul li a:before {
font-size: 16px;
}
aside .widget a {
font-weight: 500;
}
.star-rating {
line-height: 1;
font-size: 12px;
}
.woocommerce-cart .shop_table .actions .coupon .input-text {
font-size: 14px;
}
.woocommerce-cart table.shop_table th {
font-size: 13px;
font-weight: 300;
}
.woocommerce-cart table.shop_table .product-name a {
font-size: 16px;
font-weight: 500;
line-height: 30px;
}
.woocommerce-cart table.shop_table td.actions input[type=submit], .woocommerce-cart table.shop_table td.actions button[type=submit] {
font-size: 14px;
}
.woocommerce-cart p.units-info {
line-height: 1.5;
font-size: 14px;
}
.woocommerce-cart .wc-gzd-additional-wrapper p {
font-size: 14px;
font-weight: 700;
}
.woocommerce-checkout .form-row label {
font-weight: 300;
}
.woocommerce-checkout .woocommerce-checkout-payment .form-row .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce-checkout-payment li > label {
font-weight: 400;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 label {
line-height: 1;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 label span {
font-weight: 300;
}
.woocommerce-checkout .col-md-12 #customer_details label {
font-weight: 500;
}
.woocommerce-checkout .shop_table tr td p.units-info {
font-size: 12px;
}
.woocommerce-checkout .shop_table .wc-gzd-additional-info {
font-size: 14px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 12px;
font-weight: 400;
}
.woocommerce-account .woocommerce-button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account a.button {
line-height: 20px !important;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
font-weight: 600;
}
.added_to_cart.wc-forward {
font-weight: 400;
font-size: 10px;
line-height: 30px;
}
.variations tr .label {
font-size: 14px;
}
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
line-height: 20px;
}
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-message li {
line-height: 1.5;
}
.woocommerce-info > a.button,
.woocommerce-error > a.button,
.woocommerce-message > a.button {
font-size: 12px;
font-weight: bold;
}
.woocommerce-info a {
font-weight: 700;
}
.woocommerce-message a:not(.button) {
font-weight: 800;
}
@media (max-width: 991px) {
.woocommerce-account input.woocommerce-Button.button {
font-size: 11px;
}
.woocommerce-breadcrumb {
line-height: 33px;
}
}
@media (min-width: 769px) {
.navbar.full-screen-menu .navbar-nav > li a {
font-size: 17px;
}
}
@media (max-width: 768px) {
h4.author {
font-size: 16px;
}
.woocommerce-cart table.shop_table dl.variation dd,
.woocommerce-cart table.shop_table dl.variation dt {
font-size: 16px;
line-height: 30px;
}
.woocommerce-cart table.shop_table dl.variation dd p {
font-size: 16px;
}
.woocommerce-cart table.shop_table td.product-name {
line-height: 30px;
}
.woocommerce-checkout td.product-name dl.variation dt,
.woocommerce-checkout td.product-name dl.variation dd {
font-size: 16px;
}
.woocommerce-checkout td.product-name dl.variation dd p {
font-size: 16px;
}
.navbar .navbar-nav li > a > i,
.navbar .navbar-nav li > a i {
font-size: 22px;
}
.navbar .navbar-nav li .caret {
font-size: 20px;
}
.navbar .navbar-nav li .dropdown > i,
.navbar .navbar-nav li .dropdown i {
font-size: 20px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a {
line-height: 20px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a .caret {
line-height: 1;
}
}
@media (max-width: 480px) {
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
font-size: 12px;
}
}
body {
direction: ltr;
color: #3C4858;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
a {
color: var(--hestia-primary-color, #9c27b0);
}
a:hover, a:focus {
color: var(--hestia-primary-hover-color, #89229b);
text-decoration: none;
}
blockquote p {
font-style: italic;
}
h3 {
margin: 20px 0 10px;
}
h5 {
margin-bottom: 15px;
}
.hestia-title, .title, .card-title, .info-title, .footer-brand, .footer-big h4, .footer-big h5, .media .media-heading, .woocommerce ul.products[class*=columns-] li.product-category h2 {
font-family: "Roboto Slab", "Times New Roman", serif;
}
.hestia-title, .hestia-title a, .hestia-title a:hover, .title, .title a, .title a:hover, .card-title, .card-title a, .card-title a:hover, .info-title, .info-title a, .info-title a:hover, .footer-brand, .footer-brand a, .footer-brand a:hover, .footer-big h4, .footer-big h4 a, .footer-big h4 a:hover, .footer-big h5, .footer-big h5 a, .footer-big h5 a:hover, .media .media-heading, .media .media-heading a, .media .media-heading a:hover, .woocommerce ul.products[class*=columns-] li.product-category h2, .woocommerce ul.products[class*=columns-] li.product-category h2 a, .woocommerce ul.products[class*=columns-] li.product-category h2 a:hover {
color: #3C4858;
text-decoration: none;
word-wrap: break-word;
}
.page-header .hestia-title {
line-height: 1.4;
}
.title-in-content {
line-height: 1.3;
}
h1.title,
h1.hestia-title,
.pricing h2.title,
.pricing h2.hestia-title,
.contactus h2.title,
.contactus h2.hestia-title {
margin-bottom: 30px;
}
h2.title,
h2.hestia-title {
margin-bottom: 10px;
}
.carousel h1.hestia-title,
.carousel h2.title {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.carousel span.sub-title {
display: block;
margin: 10px 0 0;
font-family: "Roboto Slab", "Times New Roman", serif;
}
.carousel .buttons {
margin-top: 60px;
}
.description, .card-description, .footer-big {
color: #999999;
}
.card-description.entry-content {
color: #3C4858;
}
.subscribe-line-image .subscribe-description {
color: #efefef;
}
.text-warning {
color: #ff9800;
}
.text-primary {
color: var(--hestia-primary-color, #9c27b0);
}
.text-danger {
color: #f44336;
}
.text-success {
color: #4caf50;
}
.text-info {
color: #00bcd4;
}
.text-rose {
color: #e91e63;
}
.text-gray {
color: #999999;
}
.has-black-color {
color: #000;
}
.has-white-color {
color: #fff;
}
.has-background.has-black-background-color {
background-color: #000;
}
.has-background.has-white-background-color {
background-color: #fff;
}
.single-post .blog-post .section-text h1, .single-post .blog-post .section-text h2, .single-post .blog-post .section-text h3, .single-post .blog-post .section-text h4, .single-post .blog-post .section-text h5, .single-post .blog-post .section-text h6,
.single-post .blog-post .section-text p,
.page:not(.woocommerce-page) .blog-post .section-text h1,
.page:not(.woocommerce-page) .blog-post .section-text h2,
.page:not(.woocommerce-page) .blog-post .section-text h3,
.page:not(.woocommerce-page) .blog-post .section-text h4,
.page:not(.woocommerce-page) .blog-post .section-text h5,
.page:not(.woocommerce-page) .blog-post .section-text h6,
.page:not(.woocommerce-page) .blog-post .section-text p {
margin: 0 0 15px;
}
.single-post .blog-post .section-text h1.form-submit, .single-post .blog-post .section-text h2.form-submit, .single-post .blog-post .section-text h3.form-submit, .single-post .blog-post .section-text h4.form-submit, .single-post .blog-post .section-text h5.form-submit, .single-post .blog-post .section-text h6.form-submit,
.single-post .blog-post .section-text p.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h1.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h2.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h3.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h4.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h5.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text h6.form-submit,
.page:not(.woocommerce-page) .blog-post .section-text p.form-submit {
margin: 0 0 10px;
}
.tooltip {
opacity: 0;
-webkit-transition: opacity, -webkit-transform 0.2s ease;
transition: opacity, -webkit-transform 0.2s ease;
transition: opacity, transform 0.2s ease;
transition: opacity, transform 0.2s ease, -webkit-transform 0.2s ease;
-webkit-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.tooltip.in {
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0);
-ms-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
}
.tooltip.left .tooltip-arrow {
border-left-color: #fff;
}
.tooltip.right .tooltip-arrow {
border-right-color: #fff;
}
.tooltip.top .tooltip-arrow {
border-top-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #fff;
}
.tooltip-inner {
min-width: 130px;
padding: 10px 15px;
border: none;
border-radius: 3px;
color: #555;
background: #fff;
-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
font-size: 12px;
line-height: 1.5;
text-transform: none;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.container {
max-width: 100%;
}
@media (min-width: 749px) {
.container {
max-width: 748px;
}
}
@media (min-width: 768px) {
.container {
max-width: 750px;
}
}
@media (min-width: 992px) {
.container {
max-width: 970px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 2000px;
}
}  body {
direction: ltr;
background-color: #e5e5e5;
overflow-x: hidden;
}
* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent;
}
embed, iframe, img, object, video, button, input, select, textarea, .wp-caption {
max-width: 100%;
}
img {
height: auto;
}
ul, ol {
margin-bottom: 30px;
}
legend {
border-bottom: 0;
}
.container {
max-width: 100%;
}
.margin-left-auto {
margin-left: auto;
}
.margin-right-auto {
margin-right: auto;
}
.animation-transition-fast, .navbar, .panel .panel-heading i, .section-cards .card {
-webkit-transition: all 150ms ease;
transition: all 150ms ease;
}
.thumbnail {
padding: 0;
border: 0 none;
border-radius: 0;
}
.section-image .description .default-link,
.section-image .default-link,
.hestia-title .default-link,
.title .default-link,
.default-link:hover,
.default-link {
color: #fff;
}
.description .default-link {
color: #999999;
}
body.menu-open {
overflow: hidden;
}
@media (min-width: 992px) {
.row.hestia-like-table {
display: table;
width: calc(100% + 15px);
}
.row.hestia-like-table > div {
display: table-cell;
vertical-align: middle;
float: none;
}
}
@media (max-width: 991px) {
.hestia-xs-text-center {
text-align: center;
}
}
.hestia-blogs article:nth-of-type(6n) .category a,
.related.products ul li:nth-of-type(6n) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n) .category a,
.woocommerce .products li:nth-of-type(6n) .category a,
.shop-item:nth-of-type(6n) .category a,
.related-posts div:nth-of-type(6n) .category a {
color: #4caf50;
}
.hestia-blogs article:nth-of-type(6n+1) .category a,
.related.products ul li:nth-of-type(6n+1) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+1) .category a,
.woocommerce .products li:nth-of-type(6n+1) .category a,
.shop-item:nth-of-type(6n+1) .category a,
.related-posts div:nth-of-type(6n+1) .category a {
color: var(--hestia-primary-hover-color, #89229b);
}
.hestia-blogs article:nth-of-type(6n+2) .category a,
.related.products ul li:nth-of-type(6n+2) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+2) .category a,
.woocommerce .products li:nth-of-type(6n+2) .category a,
.shop-item:nth-of-type(6n+2) .category a,
.related-posts div:nth-of-type(6n+2) .category a {
color: #00bcd4;
}
.hestia-blogs article:nth-of-type(6n+3) .category a,
.related.products ul li:nth-of-type(6n+3) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+3) .category a,
.woocommerce .products li:nth-of-type(6n+3) .category a,
.shop-item:nth-of-type(6n+3) .category a,
.related-posts div:nth-of-type(6n+3) .category a {
color: #f44336;
}
.hestia-blogs article:nth-of-type(6n+4) .category a,
.related.products ul li:nth-of-type(6n+4) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+4) .category a,
.woocommerce .products li:nth-of-type(6n+4) .category a,
.shop-item:nth-of-type(6n+4) .category a,
.related-posts div:nth-of-type(6n+4) .category a {
color: #ff9800;
}
.hestia-blogs article:nth-of-type(6n+5) .category a,
.related.products ul li:nth-of-type(6n+5) .category a,
.woocommerce.archive .blog-post .products li:nth-of-type(6n+5) .category a,
.woocommerce .products li:nth-of-type(6n+5) .category a,
.shop-item:nth-of-type(6n+5) .category a,
.related-posts div:nth-of-type(6n+5) .category a {
color: #e91e63;
}
.hestia-blogs article .category a:not(:last-child)::after,
.related.products ul li .category a:not(:last-child)::after,
.woocommerce.archive .blog-post .products li .category a:not(:last-child)::after,
.woocommerce .products li .category a:not(:last-child)::after,
.shop-item .category a:not(:last-child)::after,
.related-posts div .category a:not(:last-child)::after {
content: ", ";
color: inherit;
}
.hestia-blogs article:nth-of-type(6n) .card-body .btn {
background-color: #4caf50;
}
.hestia-blogs article:nth-of-type(6n+1) .card-body .btn {
background-color: var(--hestia-primary-hover-color, #89229b);
}
.hestia-blogs article:nth-of-type(6n+2) .card-body .btn {
background-color: #00bcd4;
}
.hestia-blogs article:nth-of-type(6n+3) .card-body .btn {
background-color: #f44336;
}
.hestia-blogs article:nth-of-type(6n+4) .card-body .btn {
background-color: #ff9800;
}
.hestia-blogs article:nth-of-type(6n+5) .card-body .btn {
background-color: #e91e63;
} .wp-audio-shortcode {
margin-bottom: 20px;
} .wp-video-shortcode {
margin-bottom: 20px;
}
input[type=radio] + label, input[type=checkbox] + label {
font-weight: 400;
}
blockquote.has-text-align-right {
border-left: 0;
border-right: 5px solid #eee;
}
blockquote cite {
font-size: 0.8em;
color: #777;
font-style: normal;
font-weight: 400;
}
#wp-admin-bar-hestia_preview_hook span.dashicons-lock {
font-family: dashicons;
display: inline-block;
line-height: 1;
font-weight: 400;
font-style: normal;
speak: never;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 14px;
height: 14px;
font-size: 12px;
vertical-align: middle;
text-align: center;
transition: color 0.1s ease-in;
color: inherit;
}
.hestia-hook-upsell {
display: none;
}
.hestia-hook-upsell a {
font-style: italic;
font-weight: 700;
}
.hestia-hook-upsell-wrapper .hestia-hook-placeholder:hover .hestia-hook-label {
display: none;
}
.hestia-hook-upsell-wrapper .hestia-hook-placeholder:hover .hestia-hook-upsell {
display: block;
}
.hestia-hook-wrapper + nav.navbar {
position: inherit;
}
.hestia-hook-wrapper + .main-raised {
margin-top: 0;
}
.hestia-hook-wrapper + .carousel .page-header {
min-height: inherit !important;
}
.hestia-hook-wrapper + .carousel .item .container {
display: block;
} :focus, :active, ::-moz-focus-inner {
outline: 0 !important;
}
:root :where(.is-layout-flex) {
gap: 0.5em;
}
button,
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
.btn::-moz-focus-inner {
border: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
padding: 7px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 0 !important;
}
button,
input[type=submit],
input[type=button],
.btn {
position: relative;
margin: 10px 1px;
padding: 12px 30px;
border: none;
border-radius: 3px;
white-space: normal;
letter-spacing: 0;
text-transform: uppercase;
}
input[type=number] {
padding: 0;
}
button,
input[type=submit],
input[type=button],
.btn,
.btn.btn-default {
-webkit-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
button:hover, button:focus, button:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn:active:hover,
.btn.active:focus,
.btn.active:hover,
.open > .btn.dropdown-toggle,
.open > .btn.dropdown-toggle:focus,
.open > .btn.dropdown-toggle:hover,
.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active,
.btn.btn-default:active:focus,
.btn.btn-default:active:hover,
.btn.btn-default.active:focus,
.btn.btn-default.active:hover,
.open > .btn.btn-default.dropdown-toggle,
.open > .btn.btn-default.dropdown-toggle:focus,
.open > .btn.btn-default.dropdown-toggle:hover {
color: #fff;
background-color: #999999;
outline: none;
}
.btn > a:hover,
.btn > a:focus,
.btn > a:active,
.btn:hover > a,
.btn:focus > a,
.btn:active > a {
color: #fff;
}
.btn.btn-simple, .btn.btn-simple:hover, .btn.btn-simple:focus, .btn.btn-simple:active,
.btn.btn-default.btn-simple,
.btn.btn-default.btn-simple:hover,
.btn.btn-default.btn-simple:focus,
.btn.btn-default.btn-simple:active {
color: #999999;
background-color: transparent;
}
button, input[type=submit], input[type=button], .btn.btn-primary {
-webkit-box-shadow: 0 2px 2px 0 rgba(var(--hestia-primary-color, #9c27b0), 0.14), 0 3px 1px -2px rgba(var(--hestia-primary-color, #9c27b0), 0.2), 0 1px 5px 0 rgba(var(--hestia-primary-color, #9c27b0), 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(var(--hestia-primary-color, #9c27b0), 0.14), 0 3px 1px -2px rgba(var(--hestia-primary-color, #9c27b0), 0.2), 0 1px 5px 0 rgba(var(--hestia-primary-color, #9c27b0), 0.12);
box-shadow: 0 2px 2px 0 rgba(var(--hestia-primary-color, #9c27b0), 0.14), 0 3px 1px -2px rgba(var(--hestia-primary-color, #9c27b0), 0.2), 0 1px 5px 0 rgba(var(--hestia-primary-color, #9c27b0), 0.12);
}
button:hover, button:focus, button:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=button]:hover, input[type=button]:focus, input[type=button]:active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(var(--hestia-primary-color, #9c27b0), 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(var(--hestia-primary-color, #9c27b0), 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(var(--hestia-primary-color, #9c27b0), 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(var(--hestia-primary-color, #9c27b0), 0.2);
box-shadow: 0 14px 26px -12px rgba(var(--hestia-primary-color, #9c27b0), 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(var(--hestia-primary-color, #9c27b0), 0.2);
}
.btn.btn-primary.btn-simple, .btn.btn-primary.btn-simple:hover, .btn.btn-primary.btn-simple:focus, .btn.btn-primary.btn-simple:active {
color: var(--hestia-primary-color, #9c27b0);
background-color: transparent;
}
button,
button:hover,
input[type=submit],
input[type=submit]:hover,
input[type=button],
input[type=button]:hover,
input#searchsubmit,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.open > .btn.btn-primary.dropdown-toggle,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle:hover {
color: #fff;
background-color: var(--hestia-primary-color, #9c27b0);
}
.btn.btn-white {
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
color: #999999;
background-color: #fff;
}
.btn.btn-white.btn-white:focus, .btn.btn-white.btn-white:hover {
color: #fff;
background-color: rgba(153, 153, 153, 0.6);
}
.btn.btn-white.btn-simple {
color: #fff;
background: transparent;
}
.btn.btn-round {
border-radius: 30px;
}
.btn:not(.btn-just-icon):not(.btn-fab) i {
position: relative;
}
.btn.btn-just-icon {
padding: 12px;
}
.btn.btn-just-icon:hover {
box-shadow: none;
}
.btn.btn-just-icon i {
width: 20px;
}
.btn.btn-just-icon.btn-lg {
padding: 13px 18px;
}
.btn.btn-border {
background: transparent;
border: 1px solid #d2d2d2;
color: #999999;
}
.btn.btn-border:hover, .btn.btn-border:focus {
background: transparent;
color: #3C4858;
}
.btn i {
position: relative;
top: -1px;
vertical-align: middle;
}
.navbar button.navbar-toggle, .navbar button.navbar-toggle:hover {
color: #555;
}
.navbar .button:hover {
box-shadow: none !important;
color: #e91e63;
}
.navbar .dropdown-menu li.btn:hover > a,
.navbar .dropdown-menu li.btn:focus > a,
.navbar .dropdown-menu li.btn:active > a {
color: #ffffff !important;
}
.btn.btn-facebook, .btn.btn-facebook:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active,
.navbar .navbar-nav > li > a.btn.btn-facebook,
.navbar .navbar-nav > li > a.btn.btn-facebook:hover,
.navbar .navbar-nav > li > a.btn.btn-facebook:focus,
.navbar .navbar-nav > li > a.btn.btn-facebook:active {
color: #fff;
background-color: #3b5998;
}
.btn.btn-facebook,
.navbar .navbar-nav > li > a.btn.btn-facebook {
-webkit-box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
}
.btn.btn-facebook:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active,
.navbar .navbar-nav > li > a.btn.btn-facebook:hover,
.navbar .navbar-nav > li > a.btn.btn-facebook:focus,
.navbar .navbar-nav > li > a.btn.btn-facebook:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
}
.btn.btn-facebook.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple {
color: #3b5998;
background-color: transparent;
}
.btn.btn-twitter, .btn.btn-twitter:hover, .btn.btn-twitter:focus, .btn.btn-twitter:active,
.navbar .navbar-nav > li > a.btn.btn-twitter,
.navbar .navbar-nav > li > a.btn.btn-twitter:hover,
.navbar .navbar-nav > li > a.btn.btn-twitter:focus,
.navbar .navbar-nav > li > a.btn.btn-twitter:active {
color: #fff;
background-color: #000;
}
.btn.btn-twitter,
.navbar .navbar-nav > li > a.btn.btn-twitter {
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-twitter:hover, .btn.btn-twitter:focus, .btn.btn-twitter:active,
.navbar .navbar-nav > li > a.btn.btn-twitter:hover,
.navbar .navbar-nav > li > a.btn.btn-twitter:focus,
.navbar .navbar-nav > li > a.btn.btn-twitter:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.btn.btn-twitter.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple {
color: #000;
background-color: transparent;
}
.btn.btn-pinterest, .btn.btn-pinterest:hover, .btn.btn-pinterest:focus, .btn.btn-pinterest:active,
.navbar .navbar-nav > li > a.btn.btn-pinterest,
.navbar .navbar-nav > li > a.btn.btn-pinterest:hover,
.navbar .navbar-nav > li > a.btn.btn-pinterest:focus,
.navbar .navbar-nav > li > a.btn.btn-pinterest:active {
color: #fff;
background-color: #cc2127;
}
.btn.btn-pinterest,
.navbar .navbar-nav > li > a.btn.btn-pinterest {
-webkit-box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
}
.btn.btn-pinterest:hover, .btn.btn-pinterest:focus, .btn.btn-pinterest:active,
.navbar .navbar-nav > li > a.btn.btn-pinterest:hover,
.navbar .navbar-nav > li > a.btn.btn-pinterest:focus,
.navbar .navbar-nav > li > a.btn.btn-pinterest:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
}
.btn.btn-pinterest.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-pinterest.btn-simple {
color: #cc2127;
background-color: transparent;
}
.btn.btn-google, .btn.btn-google:hover, .btn.btn-google:focus, .btn.btn-google:active,
.navbar .navbar-nav > li > a.btn.btn-google,
.navbar .navbar-nav > li > a.btn.btn-google:hover,
.navbar .navbar-nav > li > a.btn.btn-google:focus,
.navbar .navbar-nav > li > a.btn.btn-google:active {
color: #fff;
background-color: #dd4b39;
}
.btn.btn-google,
.navbar .navbar-nav > li > a.btn.btn-google {
-webkit-box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}
.btn.btn-google:hover, .btn.btn-google:focus, .btn.btn-google:active,
.navbar .navbar-nav > li > a.btn.btn-google:hover,
.navbar .navbar-nav > li > a.btn.btn-google:focus,
.navbar .navbar-nav > li > a.btn.btn-google:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}
.btn.btn-google.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-google.btn-simple {
color: #dd4b39;
background-color: transparent;
}
.btn.btn-linkedin, .btn.btn-linkedin:hover, .btn.btn-linkedin:focus, .btn.btn-linkedin:active,
.navbar .navbar-nav > li > a.btn.btn-linkedin,
.navbar .navbar-nav > li > a.btn.btn-linkedin:hover,
.navbar .navbar-nav > li > a.btn.btn-linkedin:focus,
.navbar .navbar-nav > li > a.btn.btn-linkedin:active {
color: #fff;
background-color: #0976b4;
}
.btn.btn-linkedin,
.navbar .navbar-nav > li > a.btn.btn-linkedin {
-webkit-box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
}
.btn.btn-linkedin:hover, .btn.btn-linkedin:focus, .btn.btn-linkedin:active,
.navbar .navbar-nav > li > a.btn.btn-linkedin:hover,
.navbar .navbar-nav > li > a.btn.btn-linkedin:focus,
.navbar .navbar-nav > li > a.btn.btn-linkedin:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
}
.btn.btn-linkedin.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-linkedin.btn-simple {
color: #0976b4;
background-color: transparent;
}
.btn.btn-dribbble, .btn.btn-dribbble:hover, .btn.btn-dribbble:focus, .btn.btn-dribbble:active,
.navbar .navbar-nav > li > a.btn.btn-dribbble,
.navbar .navbar-nav > li > a.btn.btn-dribbble:hover,
.navbar .navbar-nav > li > a.btn.btn-dribbble:focus,
.navbar .navbar-nav > li > a.btn.btn-dribbble:active {
color: #fff;
background-color: #ea4c89;
}
.btn.btn-dribbble,
.navbar .navbar-nav > li > a.btn.btn-dribbble {
-webkit-box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
}
.btn.btn-dribbble:hover, .btn.btn-dribbble:focus, .btn.btn-dribbble:active,
.navbar .navbar-nav > li > a.btn.btn-dribbble:hover,
.navbar .navbar-nav > li > a.btn.btn-dribbble:focus,
.navbar .navbar-nav > li > a.btn.btn-dribbble:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
}
.btn.btn-dribbble.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-dribbble.btn-simple {
color: #ea4c89;
background-color: transparent;
}
.btn.btn-github, .btn.btn-github:hover, .btn.btn-github:focus, .btn.btn-github:active,
.navbar .navbar-nav > li > a.btn.btn-github,
.navbar .navbar-nav > li > a.btn.btn-github:hover,
.navbar .navbar-nav > li > a.btn.btn-github:focus,
.navbar .navbar-nav > li > a.btn.btn-github:active {
color: #fff;
background-color: #000;
}
.btn.btn-github,
.navbar .navbar-nav > li > a.btn.btn-github {
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-github:hover, .btn.btn-github:focus, .btn.btn-github:active,
.navbar .navbar-nav > li > a.btn.btn-github:hover,
.navbar .navbar-nav > li > a.btn.btn-github:focus,
.navbar .navbar-nav > li > a.btn.btn-github:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.btn.btn-github.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-github.btn-simple {
color: #000;
background-color: transparent;
}
.btn.btn-youtube, .btn.btn-youtube:hover, .btn.btn-youtube:focus, .btn.btn-youtube:active,
.navbar .navbar-nav > li > a.btn.btn-youtube,
.navbar .navbar-nav > li > a.btn.btn-youtube:hover,
.navbar .navbar-nav > li > a.btn.btn-youtube:focus,
.navbar .navbar-nav > li > a.btn.btn-youtube:active {
color: #fff;
background-color: #e52d27;
}
.btn.btn-youtube,
.navbar .navbar-nav > li > a.btn.btn-youtube {
-webkit-box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
}
.btn.btn-youtube:hover, .btn.btn-youtube:focus, .btn.btn-youtube:active,
.navbar .navbar-nav > li > a.btn.btn-youtube:hover,
.navbar .navbar-nav > li > a.btn.btn-youtube:focus,
.navbar .navbar-nav > li > a.btn.btn-youtube:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
}
.btn.btn-youtube.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-youtube.btn-simple {
color: #e52d27;
background-color: transparent;
}
.btn.btn-instagram, .btn.btn-instagram:hover, .btn.btn-instagram:focus, .btn.btn-instagram:active,
.navbar .navbar-nav > li > a.btn.btn-instagram,
.navbar .navbar-nav > li > a.btn.btn-instagram:hover,
.navbar .navbar-nav > li > a.btn.btn-instagram:focus,
.navbar .navbar-nav > li > a.btn.btn-instagram:active {
color: #fff;
background-color: #125688;
}
.btn.btn-instagram,
.navbar .navbar-nav > li > a.btn.btn-instagram {
-webkit-box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
}
.btn.btn-instagram:hover, .btn.btn-instagram:focus, .btn.btn-instagram:active,
.navbar .navbar-nav > li > a.btn.btn-instagram:hover,
.navbar .navbar-nav > li > a.btn.btn-instagram:focus,
.navbar .navbar-nav > li > a.btn.btn-instagram:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
}
.btn.btn-instagram.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple {
color: #125688;
background-color: transparent;
}
.btn.btn-reddit, .btn.btn-reddit:hover, .btn.btn-reddit:focus, .btn.btn-reddit:active,
.navbar .navbar-nav > li > a.btn.btn-reddit,
.navbar .navbar-nav > li > a.btn.btn-reddit:hover,
.navbar .navbar-nav > li > a.btn.btn-reddit:focus,
.navbar .navbar-nav > li > a.btn.btn-reddit:active {
color: #fff;
background-color: #ff4500;
}
.btn.btn-reddit,
.navbar .navbar-nav > li > a.btn.btn-reddit {
-webkit-box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14), 0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14), 0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14), 0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
}
.btn.btn-reddit:hover, .btn.btn-reddit:focus, .btn.btn-reddit:active,
.navbar .navbar-nav > li > a.btn.btn-reddit:hover,
.navbar .navbar-nav > li > a.btn.btn-reddit:focus,
.navbar .navbar-nav > li > a.btn.btn-reddit:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
}
.btn.btn-reddit.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-reddit.btn-simple {
color: #ff4500;
background-color: transparent;
}
.btn.btn-tumblr, .btn.btn-tumblr:hover, .btn.btn-tumblr:focus, .btn.btn-tumblr:active,
.navbar .navbar-nav > li > a.btn.btn-tumblr,
.navbar .navbar-nav > li > a.btn.btn-tumblr:hover,
.navbar .navbar-nav > li > a.btn.btn-tumblr:focus,
.navbar .navbar-nav > li > a.btn.btn-tumblr:active {
color: #fff;
background-color: #35465c;
}
.btn.btn-tumblr,
.navbar .navbar-nav > li > a.btn.btn-tumblr {
-webkit-box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
}
.btn.btn-tumblr:hover, .btn.btn-tumblr:focus, .btn.btn-tumblr:active,
.navbar .navbar-nav > li > a.btn.btn-tumblr:hover,
.navbar .navbar-nav > li > a.btn.btn-tumblr:focus,
.navbar .navbar-nav > li > a.btn.btn-tumblr:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
}
.btn.btn-tumblr.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-tumblr.btn-simple {
color: #35465c;
background-color: transparent;
}
.btn.btn-behance, .btn.btn-behance:hover, .btn.btn-behance:focus, .btn.btn-behance:active,
.navbar .navbar-nav > li > a.btn.btn-behance,
.navbar .navbar-nav > li > a.btn.btn-behance:hover,
.navbar .navbar-nav > li > a.btn.btn-behance:focus,
.navbar .navbar-nav > li > a.btn.btn-behance:active {
color: #fff;
background-color: #1769ff;
}
.btn.btn-behance,
.navbar .navbar-nav > li > a.btn.btn-behance {
-webkit-box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
}
.btn.btn-behance:hover, .btn.btn-behance:focus, .btn.btn-behance:active,
.navbar .navbar-nav > li > a.btn.btn-behance:hover,
.navbar .navbar-nav > li > a.btn.btn-behance:focus,
.navbar .navbar-nav > li > a.btn.btn-behance:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn.btn-behance.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-behance.btn-simple {
color: #1769ff;
background-color: transparent;
}
.btn.btn-snapchat, .btn.btn-snapchat:hover, .btn.btn-snapchat:focus, .btn.btn-snapchat:active,
.navbar .navbar-nav > li > a.btn.btn-snapchat,
.navbar .navbar-nav > li > a.btn.btn-snapchat:hover,
.navbar .navbar-nav > li > a.btn.btn-snapchat:focus,
.navbar .navbar-nav > li > a.btn.btn-snapchat:active {
color: #fff;
background-color: #fffc00;
}
.btn.btn-snapchat,
.navbar .navbar-nav > li > a.btn.btn-snapchat {
-webkit-box-shadow: 0 2px 2px 0 rgba(255, 252, 0, 0.14), 0 3px 1px -2px rgba(255, 252, 0, 0.2), 0 1px 5px 0 rgba(255, 252, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(255, 252, 0, 0.14), 0 3px 1px -2px rgba(255, 252, 0, 0.2), 0 1px 5px 0 rgba(255, 252, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(255, 252, 0, 0.14), 0 3px 1px -2px rgba(255, 252, 0, 0.2), 0 1px 5px 0 rgba(255, 252, 0, 0.12);
}
.btn.btn-snapchat:hover, .btn.btn-snapchat:focus, .btn.btn-snapchat:active,
.navbar .navbar-nav > li > a.btn.btn-snapchat:hover,
.navbar .navbar-nav > li > a.btn.btn-snapchat:focus,
.navbar .navbar-nav > li > a.btn.btn-snapchat:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(255, 252, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 252, 0, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(255, 252, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 252, 0, 0.2);
box-shadow: 0 14px 26px -12px rgba(255, 252, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 252, 0, 0.2);
}
.btn.btn-snapchat.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-snapchat.btn-simple {
color: #fffc00;
background-color: transparent;
}
.btn.btn-deviantart, .btn.btn-deviantart:hover, .btn.btn-deviantart:focus, .btn.btn-deviantart:active,
.navbar .navbar-nav > li > a.btn.btn-deviantart,
.navbar .navbar-nav > li > a.btn.btn-deviantart:hover,
.navbar .navbar-nav > li > a.btn.btn-deviantart:focus,
.navbar .navbar-nav > li > a.btn.btn-deviantart:active {
color: #fff;
background-color: #05cc47;
}
.btn.btn-deviantart,
.navbar .navbar-nav > li > a.btn.btn-deviantart {
-webkit-box-shadow: 0 2px 2px 0 rgba(5, 204, 71, 0.14), 0 3px 1px -2px rgba(5, 204, 71, 0.2), 0 1px 5px 0 rgba(5, 204, 71, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(5, 204, 71, 0.14), 0 3px 1px -2px rgba(5, 204, 71, 0.2), 0 1px 5px 0 rgba(5, 204, 71, 0.12);
box-shadow: 0 2px 2px 0 rgba(5, 204, 71, 0.14), 0 3px 1px -2px rgba(5, 204, 71, 0.2), 0 1px 5px 0 rgba(5, 204, 71, 0.12);
}
.btn.btn-deviantart:hover, .btn.btn-deviantart:focus, .btn.btn-deviantart:active,
.navbar .navbar-nav > li > a.btn.btn-deviantart:hover,
.navbar .navbar-nav > li > a.btn.btn-deviantart:focus,
.navbar .navbar-nav > li > a.btn.btn-deviantart:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(5, 204, 71, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5, 204, 71, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(5, 204, 71, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5, 204, 71, 0.2);
box-shadow: 0 14px 26px -12px rgba(5, 204, 71, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5, 204, 71, 0.2);
}
.btn.btn-deviantart.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-deviantart.btn-simple {
color: #05cc47;
background-color: transparent;
}
.btn.btn-vimeo, .btn.btn-vimeo:hover, .btn.btn-vimeo:focus, .btn.btn-vimeo:active,
.navbar .navbar-nav > li > a.btn.btn-vimeo,
.navbar .navbar-nav > li > a.btn.btn-vimeo:hover,
.navbar .navbar-nav > li > a.btn.btn-vimeo:focus,
.navbar .navbar-nav > li > a.btn.btn-vimeo:active {
color: #fff;
background-color: #1ab7ea;
}
.btn.btn-vimeo,
.navbar .navbar-nav > li > a.btn.btn-vimeo {
-webkit-box-shadow: 0 2px 2px 0 rgba(26, 183, 234, 0.14), 0 3px 1px -2px rgba(26, 183, 234, 0.2), 0 1px 5px 0 rgba(26, 183, 234, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(26, 183, 234, 0.14), 0 3px 1px -2px rgba(26, 183, 234, 0.2), 0 1px 5px 0 rgba(26, 183, 234, 0.12);
box-shadow: 0 2px 2px 0 rgba(26, 183, 234, 0.14), 0 3px 1px -2px rgba(26, 183, 234, 0.2), 0 1px 5px 0 rgba(26, 183, 234, 0.12);
}
.btn.btn-vimeo:hover, .btn.btn-vimeo:focus, .btn.btn-vimeo:active,
.navbar .navbar-nav > li > a.btn.btn-vimeo:hover,
.navbar .navbar-nav > li > a.btn.btn-vimeo:focus,
.navbar .navbar-nav > li > a.btn.btn-vimeo:active {
-webkit-box-shadow: 0 14px 26px -12px rgba(26, 183, 234, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 183, 234, 0.2);
-moz-box-shadow: 0 14px 26px -12px rgba(26, 183, 234, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 183, 234, 0.2);
box-shadow: 0 14px 26px -12px rgba(26, 183, 234, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 183, 234, 0.2);
}
.btn.btn-vimeo.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-vimeo.btn-simple {
color: #1ab7ea;
background-color: transparent;
}
body [class*=fl-builder] button,
body [class*=fl-builder] button:hover,
button.customize-partial-edit-shortcut-button,
button.customize-partial-edit-shortcut-button:hover {
box-shadow: none !important;
} legend {
margin-bottom: 20px;
}
output {
padding-top: 8px;
}
.radio label,
.checkbox label {
min-height: 20px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.label {
background-color: #fff;
border-radius: 2px;
}
.label.label-default {
background-color: #fff;
}
.label.label-primary {
background-color: var(--hestia-primary-color, #9c27b0);
}
.label.label-success {
background-color: #4caf50;
}
.label.label-danger {
background-color: #f44336;
}
.label.label-rose {
background-color: #e91e63;
}
.form-control {
height: 36px;
padding: 7px 0;
vertical-align: middle;
}
.form-control-static {
min-height: 34px;
padding-top: 8px;
padding-bottom: 8px;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
color: #aaa;
}
.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[readonly],
.form-group .form-control[disabled],
fieldset[disabled] .form-group .form-control {
background-color: transparent;
}
.form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[disabled],
fieldset[disabled] .form-group .form-control {
border-bottom: 1px dotted #d2d2d2;
background-image: none;
}
.form-control {
margin-bottom: 7px;
}
.form-control::-moz-placeholder, .form-group .form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder,
.checkbox label,
.form-group .checkbox label,
.radio label,
.form-group .radio label,
label,
.form-group label {
color: #aaa;
}
label.control-label {
margin: 16px 0 0;
color: #aaa;
}
.help-block {
margin-top: 0;
}
.form-group {
padding-bottom: 7px;
position: relative;
}
.form-group .form-control {
margin-bottom: 7px;
}
.form-group label.control-label {
margin: 16px 0 0;
color: #aaa;
}
.form-group input[type=file] {
position: relative;
z-index: 100;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
}
.form-group textarea {
resize: none;
}
.form-group textarea ~ .form-control-highlight {
margin-top: -11px;
}
.form-group .help-block {
margin-top: 0;
display: none;
position: absolute;
}
.form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label {
position: absolute;
pointer-events: none;
}
.form-group.label-floating label.control-label {
will-change: left, top, contents;
}
.form-group.label-placeholder:not(.is-empty) label.control-label {
display: none;
}
.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
top: -7px;
left: 0;
}
.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
top: -28px;
left: 0;
}
.form-group.is-focused .form-control .material-input:after {
background-color: var(--hestia-primary-color, #9c27b0);
}
.form-group.is-focused.label-placeholder label, .form-group.is-focused.label-placeholder label.control-label {
color: #aaa;
}
.form-group.is-focused select.form-control {
border-color: #d2d2d2;
}
.form-group.has-warning.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#ff9800)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#ff9800, #ff9800), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group.has-warning label.control-label {
color: #ff9800;
}
.form-group.has-error.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group.has-error label.control-label {
color: #f44336;
}
.form-group.has-success.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group.has-success label.control-label {
color: #4caf50;
}
.form-group.has-info.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#00bcd4, #00bcd4), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#d2d2d2, #d2d2d2);
}
.form-group.has-info label.control-label, .form-group.has-info .help-block {
color: #00bcd4;
}
select.form-control {
border: 0;
border-radius: 0;
}
select.form-control[multiple],
select .form-group.is-focused select.form-control[multiple] {
height: 85px;
}
.input-group-btn .btn {
margin: 0 0 7px;
}
.input-group .input-group-btn {
padding: 0 12px;
}
.input-group .input-group-addon {
padding: 6px 15px 0;
border: 0;
background: transparent;
}
.form-control-feedback {
opacity: 0;
}
.has-success .form-control-feedback {
opacity: 1;
color: #4caf50;
}
.has-error .form-control-feedback {
opacity: 1;
color: #f44336;
}
.searchform label,
.search-form label {
display: table-cell;
vertical-align: top;
padding-right: 25px;
width: 100%;
}
.searchform:not(.media-toolbar-primary),
.search-form:not(.media-toolbar-primary),
.woocommerce-product-search {
display: table;
position: relative;
}
.searchform:not(.media-toolbar-primary) input[type=submit], .searchform:not(.media-toolbar-primary) button,
.search-form:not(.media-toolbar-primary) input[type=submit],
.search-form:not(.media-toolbar-primary) button,
.woocommerce-product-search input[type=submit],
.woocommerce-product-search button {
display: table-cell;
vertical-align: top;
padding-left: 0;
padding-right: 0;
text-align: center;
text-indent: -9999px;
top: -19px;
width: 45px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTY2NCIgaGVpZ2h0PSIxNjY0IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgMTY2NCAxNjY0IiBzdHlsZT0iLW1zLXRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7IC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsgdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTsiPjxwYXRoIGQ9Ik0xMTUyIDcwNHEwLTE4NS0xMzEuNS0zMTYuNVQ3MDQgMjU2VDM4Ny41IDM4Ny41VDI1NiA3MDR0MTMxLjUgMzE2LjVUNzA0IDExNTJ0MzE2LjUtMTMxLjVUMTE1MiA3MDR6bTUxMiA4MzJxMCA1Mi0zOCA5MHQtOTAgMzhxLTU0IDAtOTAtMzhsLTM0My0zNDJxLTE3OSAxMjQtMzk5IDEyNHEtMTQzIDAtMjczLjUtNTUuNXQtMjI1LTE1MHQtMTUwLTIyNVQwIDcwNHQ1NS41LTI3My41dDE1MC0yMjV0MjI1LTE1MFQ3MDQgMHQyNzMuNSA1NS41dDIyNSAxNTB0MTUwIDIyNVQxNDA4IDcwNHEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6IiBmaWxsPSJ3aGl0ZSIvPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNjY0IiBoZWlnaHQ9IjE2NjQiIGZpbGw9InJnYmEoMCwgMCwgMCwgMCkiIC8+PC9zdmc+);
background-repeat: no-repeat;
background-position: center;
background-size: 18px 29px;
}
.searchform:not(.media-toolbar-primary) input[type=search],
.search-form:not(.media-toolbar-primary) input[type=search],
.woocommerce-product-search input[type=search] {
height: 36px;
}
.blog-sidebar-wrapper .widget:nth-of-type(1).widget_search, .blog-sidebar-wrapper .widget:nth-of-type(1).widget_product_search {
padding-top: 11px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
margin: 0 10px 0 0;
}
.comment-form-cookies-consent label {
display: inline;
}
.wp-block-search input.form-control {
margin-bottom: 0;
height: unset;
}
.wp-block-search button {
padding: 7px 12px;
font-size: 14px;
margin: 0;
}
.wp-block-search .form-group {
padding: 0;
margin-bottom: 0;
display: flex;
gap: 15px;
}
.wp-block-search.wp-block-search__icon-button button {
padding: 6px 8px;
}
.wp-block-search.wp-block-search__button-only .form-group:not(.is-focused) {
gap: 0;
}
.wp-block-search.wp-block-search__button-inside .form-group {
border-radius: 3px;
border: 0 !important;
gap: 0;
}
.wp-block-search.wp-block-search__button-inside input.form-control {
background-image: none !important;
border: 1px solid #d2d2d2;
border-right: 0;
border-radius: 3px 0 0 3px;
padding-left: 10px;
}
.wp-block-search.wp-block-search__button-inside button {
border-radius: 0 3px 3px 0;
} body:not(.home) .navbar-default .navbar-nav > .active > a,
body:not(.home) .navbar-default .navbar-nav > .active > a:hover,
body:not(.home) .navbar-default .navbar-nav > .active > a:focus {
background: transparent;
}
body.admin-bar .navbar {
margin-top: 32px;
}
.navbar-color-on-scroll .dashicons {
transition: initial;
}
.navbar.navbar-transparent {
color: #fff;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar.navbar-transparent > .container {
padding-top: 25px;
}
.navbar.navbar-transparent .hestia-hide-if-transparent {
display: none;
}
.navbar.navbar-not-transparent .hestia-transparent-logo {
display: none;
}
.navbar {
background-color: #fff;
color: #555;
border-radius: 0;
border: none;
padding: 0;
transition: none;
-webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-collapse {
border: none;
}
.navbar .title-logo-wrapper {
display: flex;
align-items: center;
}
.navbar > .container {
display: flex;
transition: padding 0.1s ease;
padding: 10px 15px;
vertical-align: middle;
align-items: center;
}
.navbar.hestia_left .navbar-collapse {
margin-left: auto;
}
.navbar.hestia_left > .container {
flex-direction: row;
}
.navbar.hestia_left .navbar-nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
.navbar.hestia_center > .container {
flex-direction: column;
}
.navbar.hestia_center .navbar-nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.navbar.hestia_right > .container {
flex-wrap: wrap;
flex-direction: row-reverse;
}
.navbar.hestia_right .navbar-header {
max-width: 250px;
}
.navbar.hestia_right .navbar-header, .navbar.hestia_right .header-sidebar-wrapper {
flex: 1;
}
.navbar.hestia_right .navbar-nav {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.navbar .navbar-header .navbar-brand {
padding: 0 15px;
position: relative;
color: inherit;
height: auto;
}
.navbar .navbar-header .navbar-brand img {
width: auto;
max-height: 50px;
}
.navbar .navbar-header .navbar-brand p {
margin-bottom: 0;
padding: 10px 0;
}
.navbar-toggle-wrapper {
margin-left: auto;
display: flex;
align-items: center;
flex-direction: row;
}
.navbar .navbar-toggle {
float: none;
border: 0;
margin-right: 0;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
background: transparent;
}
.navbar .navbar-toggle .icon-bar {
border: 1px solid;
transition: 0.3s ease;
position: relative;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 6px;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
width: 0;
opacity: 0;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -6px;
}
.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(1) {
top: 0;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(2) {
top: 0;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.navbar .navbar-toggle[aria-expanded=false] .icon-bar:nth-child(3) {
top: 0;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.navbar .navbar-nav > li {
margin: 0;
}
.navbar .navbar-nav > li > a {
text-transform: uppercase;
}
.navbar .navbar-nav > li a {
padding-top: 15px;
padding-bottom: 15px;
border-radius: 3px;
color: inherit;
}
.navbar .navbar-nav > li a:hover, .navbar .navbar-nav > li a:focus {
color: inherit;
opacity: 1;
}
.navbar .navbar-nav > li a i {
min-width: 20px;
text-align: center;
position: relative;
top: 2px;
margin-top: -4px;
margin-right: 4px;
}
.navbar .navbar-nav > li.btn {
padding: 0 10px;
}
.navbar .navbar-nav > li.btn > a {
color: #fff;
}
.navbar .navbar-nav > li.btn li a {
text-transform: none;
}
.navbar .navbar-nav > li .dropdown-menu {
margin-top: -5px;
border: none;
}
.navbar .navbar-nav > li .dropdown-menu > .active > a {
background-color: transparent;
}
.navbar .navbar-nav > li .dropdown-menu li {
color: #333;
position: relative;
}
.navbar .navbar-nav > li .dropdown-menu li.active > a {
color: #333;
}
.navbar .navbar-nav > li .dropdown-menu li:hover > a {
color: #e91e63;
}
.navbar .navbar-nav > li .dropdown-menu li:hover > a > i {
opacity: 0.7;
}
.navbar .navbar-nav > li .dropdown-menu li > a {
background-color: transparent;
margin: 0 5px;
padding: 10px;
border-radius: 2px;
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.navbar .navbar-nav > li .dropdown-menu li > a > i {
position: relative;
top: 1px;
margin-right: 12px;
opacity: 0.5;
text-align: center;
}
.navbar .navbar-nav > li .dropdown-menu li > a i {
position: relative;
top: 1px;
margin-top: -4px;
margin-right: 12px;
vertical-align: middle;
}
.navbar .navbar-nav > li:hover .dropdown-menu {
margin-top: 0;
z-index: 10;
}
.navbar .navbar-nav > li:not(.btn) > a:before,
.navbar .navbar-nav > li:not(.btn) .hestia-toggle-search:before {
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 3px;
background-color: rgba(255, 255, 255, 0.1);
content: "";
transition: all 300ms cubic-bezier(0.34, 0.9, 0.7, 1);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
}
.navbar .navbar-nav > li:not(.btn):hover a:before, .navbar .navbar-nav > li:not(.btn):hover .hestia-toggle-search:before {
color: inherit;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
display: none;
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
}
.dropdown-submenu.open > .dropdown-menu {
display: table;
visibility: visible;
opacity: 1;
}
.dropdown-submenu:hover > .dropdown-toggle .caret, .dropdown-submenu.open > .dropdown-toggle .caret {
border-left: 4px dashed;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu.open .dropdown-menu {
display: table;
}
.navbar.header-with-topbar {
position: absolute;
top: 40px;
}
.navbar.navbar-scroll-point {
position: fixed;
top: 0;
}
.navbar.full-screen-menu.navbar-scroll-point .header-sidebar-wrapper {
display: none;
}
.dropdown-helper-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100vh;
z-index: -1;
}
#main-navigation ul.nav > li {
opacity: 1;
transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-webkit-transition: opacity 0.25s ease-in-out;
visibility: visible;
}
.hestia-mm-description {
display: none;
opacity: 0.75;
}
@media (max-width: 768px) {
.hestia-nav-search {
margin-top: 25px;
}
.hestia-nav-search .search-submit {
display: block;
pointer-events: all;
}
.hestia-nav-search form {
width: 100%;
margin-bottom: 0;
}
.hestia-nav-search form:after {
font-size: 16px;
display: block;
}
.hestia-nav-search label {
padding-right: 25px;
}
.navbar .navbar-nav > li.hestia-search-in-menu a.hestia-toggle-search {
display: none;
}
}
.hestia-toggle-search svg {
fill: #555;
vertical-align: middle;
}
.navbar.navbar-transparent .hestia-toggle-search svg {
fill: #fff;
}
.full-screen-menu .hestia-toggle-search {
display: none;
}
.full-screen-menu .hestia-nav-search {
margin-top: 25px;
text-align: left;
}
@media (min-width: 769px) {
.navbar:not(.full-screen-menu) .hestia-toggle-search {
display: block;
width: 55px;
}
.navbar:not(.full-screen-menu) .hestia-toggle-search i {
font-size: 16px;
}
.navbar:not(.full-screen-menu) .hestia-search-in-menu {
cursor: pointer;
position: relative;
vertical-align: middle;
display: inline-block;
}
.navbar:not(.full-screen-menu).nav-searching .hestia-nav-search form {
max-width: 200px;
opacity: 1;
pointer-events: all;
}
.navbar:not(.full-screen-menu).nav-searching #main-navigation ul.nav li:not(.hestia-search-in-menu) {
opacity: 0;
visibility: hidden;
}
.navbar:not(.full-screen-menu) .hestia-nav-search {
padding: 0 15px;
text-align: left;
}
.navbar:not(.full-screen-menu) .hestia-nav-search .search-submit {
display: none;
pointer-events: none;
}
.navbar:not(.full-screen-menu) .hestia-nav-search form {
width: 200px;
max-width: 0;
padding: 5px;
transition: all 0.5s ease;
position: absolute;
right: 40px;
box-sizing: border-box;
opacity: 0;
pointer-events: none;
}
.navbar:not(.full-screen-menu) .hestia-nav-search form:after {
display: none;
}
.navbar:not(.full-screen-menu) .hestia-nav-search label {
padding: 0;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field::-webkit-input-placeholder {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field::-moz-placeholder {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field:-ms-input-placeholder {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .search-field:-moz-placeholder {
color: #ffffff;
}
.navbar:not(.full-screen-menu).navbar-transparent .hestia-nav-search form .control-label {
color: #fff;
}
}
.navbar.navbar-default .navbar-nav > .btn.open > a, .navbar.navbar-default .navbar-nav > .btn.active > a, .navbar.navbar-default .navbar-nav > .btn > a {
color: #fff;
background: transparent;
}
.navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a, .navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:hover, .navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:focus {
background: transparent;
} .hestia_right .blog-sidebar-wrapper, .hestia_right .header-sidebar-wrapper {
float: none;
display: table-cell;
width: 100%;
vertical-align: middle;
}
.hestia_right .blog-sidebar-wrapper .header-widgets-wrapper, .hestia_right .header-sidebar-wrapper .header-widgets-wrapper {
align-items: center;
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.hestia_right .blog-sidebar-wrapper .header-widgets-wrapper .searchform label, .hestia_right .blog-sidebar-wrapper .header-widgets-wrapper .search-form label, .hestia_right .header-sidebar-wrapper .header-widgets-wrapper .searchform label, .hestia_right .header-sidebar-wrapper .header-widgets-wrapper .search-form label {
width: inherit;
}
.header-widgets-wrapper .widget {
margin: 0 10px 0 0;
}
.header-widgets-wrapper .widget:last-of-type {
margin-right: 0;
}
.header-widgets-wrapper .widget,
.header-widgets-wrapper .widget h5,
.header-widgets-wrapper .widget .textwidget {
display: inline-block;
}
.header-widgets-wrapper .widget h5 {
margin: 0 5px 0 0;
}
.header-widgets-wrapper .widget .btn {
padding: 3px 10px;
}
.header-widgets-wrapper .widget .btn a {
color: #fff;
}
.header-widgets-wrapper .widget.widget_nav_menu h5, .header-widgets-wrapper .widget.widget_categories h5, .header-widgets-wrapper .widget.widget_product_categories h5, .header-widgets-wrapper .widget.widget_search h5, .header-widgets-wrapper .widget.widget_product_search h5, .header-widgets-wrapper .widget.widget_meta h5 {
display: none;
}
.header-widgets-wrapper .widget.widget_nav_menu *[type=submit], .header-widgets-wrapper .widget.widget_categories *[type=submit], .header-widgets-wrapper .widget.widget_product_categories *[type=submit], .header-widgets-wrapper .widget.widget_search *[type=submit], .header-widgets-wrapper .widget.widget_product_search *[type=submit], .header-widgets-wrapper .widget.widget_meta *[type=submit] {
opacity: 0;
left: -15px;
}
.header-widgets-wrapper .widget .searchform:after,
.header-widgets-wrapper .widget .search-form:after,
.header-widgets-wrapper .widget .woocommerce-product-search:after {
right: 30px;
}
.header-widgets-wrapper .widget.widget_product_search form, .header-widgets-wrapper .widget.widget_search form {
top: 15px;
}
.header-widgets-wrapper .widget.widget_product_search form:after, .header-widgets-wrapper .widget.widget_search form:after {
color: #333;
}
.header-widgets-wrapper .widget.widget_product_search form .control-label, .header-widgets-wrapper .widget.widget_search form .control-label {
color: #333;
}
.header-widgets-wrapper ul li {
cursor: auto;
display: inline-block;
margin: 0 5px;
}
.header-widgets-wrapper ul li.menu-item {
padding-top: 0;
}
.header-widgets-wrapper ul li:first-child {
margin-left: 0;
}
.header-widgets-wrapper ul li:last-child {
margin-right: 0;
}
.header-widgets-wrapper ul li a {
padding: 0;
text-transform: inherit;
}
.header-widgets-wrapper ul li a:hover, .header-widgets-wrapper ul li a:focus {
background-color: transparent;
outline: none;
}
.header-widgets-wrapper ul li a[href*="tel:"]:before,
.header-widgets-wrapper ul li a[href*="mailto:"]:before {
margin-right: 7px;
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
content: "";
background-color: #333;
vertical-align: text-bottom;
}
.header-widgets-wrapper ul li a[href*="tel:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
}
.header-widgets-wrapper ul li a[href*="mailto:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
}
.header-widgets-wrapper ul li.dropdown .caret {
display: none;
}
.navbar-transparent .widget .btn:hover a {
color: #fff;
}
.navbar-transparent .widget.widget_search form:after, .navbar-transparent .widget.widget_search form.form-group:before, .navbar-transparent .widget.widget_search form .control-label, .navbar-transparent .widget.widget_product_search form:after, .navbar-transparent .widget.widget_product_search form.form-group:before, .navbar-transparent .widget.widget_product_search form .control-label {
color: #fff;
} .pagination {
width: 100%;
text-align: center;
}
.pagination > li > a {
border: 0;
}
.pagination a, .pagination span {
min-width: 30px;
height: 30px;
margin: 0 3px;
padding: 0 11px;
border-radius: 30px !important;
color: #999999;
background: transparent;
text-transform: uppercase;
display: inline-block;
}
.pagination a:hover, .pagination a:focus {
color: #999999;
background-color: #eee;
}
.pagination span:not(.dots):hover, .pagination span:not(.dots):focus {
color: #999999;
background-color: #eee;
}
.pagination span.current, .pagination span.current:focus, .pagination span.current:hover {
border-color: var(--hestia-primary-color, #9c27b0);
color: #fff;
background-color: var(--hestia-primary-color, #9c27b0);
-webkit-box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}
.pagination .next.page-numbers:after {
content: " »";
}
.pagination .prev.page-numbers:before {
content: "«";
}
.label {
padding: 5px 12px;
border-radius: 12px;
text-transform: uppercase;
}
.label.label-default {
background-color: #999999;
} .card, .card-no-width {
display: inline-block;
position: relative;
margin-bottom: 30px;
border-radius: 6px;
color: rgba(0, 0, 0, 0.87);
background: #fff;
max-width: 100%;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card .card-image, .card-no-width .card-image {
overflow: hidden;
position: relative;
height: 60%;
margin-top: -30px;
margin-right: 15px;
margin-left: 15px;
border-radius: 6px;
-webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
-moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
-o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
-ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.card .card-image img, .card-no-width .card-image img {
width: 100%;
height: 100%;
margin: 0 !important;
border-radius: 6px;
}
.card .category:not([class*=text-]), .card-no-width .category:not([class*=text-]) {
color: #999999;
}
.card .content, .card-no-width .content {
padding: 15px 30px;
}
.card .header, .card-no-width .header {
margin: 15px;
padding: 15px 0;
border-radius: 3px;
background-color: #fff;
}
.card .header-primary,
.card .content-primary, .card-no-width .header-primary,
.card-no-width .content-primary {
background: -webkit-linear-gradient(30deg, #ab47bc, #7b1fa2);
background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.card [class*=header-],
.card [class*=content-],
.card [class*=header-] .card-title a,
.card [class*=header-] .card-title,
.card [class*=header-] .icon i,
.card [class*=content-] .card-title a,
.card [class*=content-] .card-title,
.card [class*=content-] .icon i,
.card [class*=header-] .author a:hover,
.card [class*=header-] .author a:focus,
.card [class*=header-] .author a:active,
.card [class*=content-] .author a:hover,
.card [class*=content-] .author a:focus,
.card [class*=content-] .author a:active, .card-no-width [class*=header-],
.card-no-width [class*=content-],
.card-no-width [class*=header-] .card-title a,
.card-no-width [class*=header-] .card-title,
.card-no-width [class*=header-] .icon i,
.card-no-width [class*=content-] .card-title a,
.card-no-width [class*=content-] .card-title,
.card-no-width [class*=content-] .icon i,
.card-no-width [class*=header-] .author a:hover,
.card-no-width [class*=header-] .author a:focus,
.card-no-width [class*=header-] .author a:active,
.card-no-width [class*=content-] .author a:hover,
.card-no-width [class*=content-] .author a:focus,
.card-no-width [class*=content-] .author a:active {
color: #fff;
}
.card [class*=header-] .icon i,
.card [class*=content-] .icon i, .card-no-width [class*=header-] .icon i,
.card-no-width [class*=content-] .icon i {
border-color: rgba(255, 255, 255, 0.25);
}
.card [class*=header-] .author a,
.card [class*=header-] .footer .stats,
.card [class*=header-] .category,
.card [class*=header-] .card-description,
.card [class*=content-] .author a,
.card [class*=content-] .footer .stats,
.card [class*=content-] .category,
.card [class*=content-] .card-description,
.card [class*=content-] h1 small,
.card [class*=content-] h2 small,
.card [class*=content-] h3 small, .card-no-width [class*=header-] .author a,
.card-no-width [class*=header-] .footer .stats,
.card-no-width [class*=header-] .category,
.card-no-width [class*=header-] .card-description,
.card-no-width [class*=content-] .author a,
.card-no-width [class*=content-] .footer .stats,
.card-no-width [class*=content-] .category,
.card-no-width [class*=content-] .card-description,
.card-no-width [class*=content-] h1 small,
.card-no-width [class*=content-] h2 small,
.card-no-width [class*=content-] h3 small {
color: rgba(255, 255, 255, 0.8);
}
.card [class*=content-], .card-no-width [class*=content-] {
border-radius: 6px;
}
.card img, .card-no-width img {
width: 100%;
height: auto;
}
.card .category i, .card-no-width .category i {
position: relative;
top: 6px;
}
.card .author .avatar, .card-no-width .author .avatar {
overflow: hidden;
width: 30px;
height: 30px;
margin-right: 5px;
border-radius: 50%;
}
.card .author a, .card-no-width .author a {
color: #3C4858;
text-decoration: none;
}
.card .author .date, .card-no-width .author .date {
display: none;
}
.card .footer, .card-no-width .footer {
margin-top: 15px;
}
.card .footer div, .card-no-width .footer div { display: inline-block !important;
}
.card .footer .author,
.card .footer .stats, .card-no-width .footer .author,
.card-no-width .footer .stats {
color: #999999;
}
.card .footer .stats, .card-no-width .footer .stats {
float: right;
}
.card .footer .stats i, .card-no-width .footer .stats i {
position: relative;
top: 4px;
}
.card .checkbox, .card-no-width .checkbox {
margin-top: 16px;
}
.card {
width: 100%;
}
@media (max-width: 768px) {
.card-no-width {
width: 100%;
}
}
.card-contact .header {
margin-top: -20px;
padding: 17px 10px;
}
.card-plain {
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.card-plain .content {
padding-right: 5px;
padding-left: 5px;
}
.card-plain .card-image {
margin: 0;
border-radius: 3px;
}
.card-plain .card-image a {
display: block;
}
.card-plain .card-image img {
border-radius: 3px;
}
.card-form-horizontal .content {
padding-right: 15px;
padding-left: 15px;
}
.card-form-horizontal .form-group {
margin: 3px 0 0;
padding-bottom: 0;
}
.card-form-horizontal .form-group .form-control {
margin-bottom: 0;
}
.card-form-horizontal .btn {
margin: 0;
}
.card-form-horizontal .input-group .input-group-addon {
padding-left: 0;
}
.card-profile {
margin-top: 30px;
text-align: center;
}
.card-profile .card-avatar {
overflow: hidden;
max-width: 130px;
max-height: 130px;
margin: -50px auto 0;
border-radius: 50%;
}
.card-profile.card-plain .card-avatar {
margin-top: 0;
}
.card-testimonial {
margin-top: 30px;
text-align: center;
}
.card-testimonial .card-avatar {
max-width: 100px;
max-height: 100px;
margin: 30px auto 0;
}
.card-testimonial .card-avatar img {
overflow: hidden;
max-width: 130px;
max-height: 130px;
margin: -50px auto 0;
border-radius: 50%;
}
.card-testimonial .card-avatar + .content {
margin-top: 15px;
}
.card-blog {
margin-top: 30px;
}
.card-blog.sticky {
padding: 20px;
}
.card-blog.sticky.layout-alternative2 {
padding: 0 20px;
margin-top: 50px;
}
.card-blog.sticky.layout-alternative2 .card-header-image {
margin-top: -20px;
}
.card-blog.sticky .card-image {
margin-left: 0;
margin-right: 0;
}
.card-blog.sticky .featured-alt-2 {
padding-bottom: 15px;
}
.card-blog .row .category {
margin-bottom: 0;
}
.card-blog .row .category a {
color: #00bcd4;
}
.card-blog .card-title {
margin-top: 5px;
}
.card-blog a.moretag,
.card-blog a.more-link {
display: inline-block;
margin-left: 5px;
color: #23527c;
}
.card-blog a.moretag:hover,
.card-blog a.more-link:hover {
color: var(--hestia-primary-hover-color, #89229b);
}
.card-background {
background-position: center center;
background-size: cover;
text-align: center;
}
.card-background .content {
position: relative;
z-index: 2;
max-width: 440px;
min-height: 280px;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 40px;
}
.card-background .card-title {
margin-top: 10px;
color: #fff;
}
.card-background:after {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 6px;
opacity: 0;
background-color: rgba(0, 0, 0, 0.56);
content: "";
}
.card-background:hover:after {
opacity: 1;
}
.img-thumbnail {
border-radius: 16px;
}
.iframe-container iframe {
width: 100%;
}
.card .card-image, .card-no-width .card-image, .card .header, .card-no-width .header, .card-profile .card-avatar, .card-testimonial .card-avatar img, .card-raised, .img-raised, .iframe-container iframe {
-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} table,
.table {
width: 100%;
}
table > thead > tr > th,
.table > thead > tr > th {
border-bottom-width: 1px;
padding: 12px 8px;
vertical-align: middle;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 12px 8px;
vertical-align: middle;
}
table > tbody > tr,
.table > tbody > tr {
border-bottom: 1px solid #eee;
}
table > tbody > tr:last-child,
.table > tbody > tr:last-child {
border-bottom: 0;
} .header-layout-classic-blog.page:not(.home):not(.archive) .main-raised {
border-radius: 0;
}
.header-layout-classic-blog:not(.page-template-default):not(.home):not(.archive).woocommerce.archive .main-raised, .header-layout-classic-blog:not(.page-template-default):not(.home):not(.archive).single .main-raised,
.header-layout-classic-blog:not(.page-template-default):not(.home):not(.archive) .main-raised {
margin-top: 0;
} .hestia-title-with-logo {
line-height: normal;
}
.hestia-title-with-logo .hestia-logo {
width: auto;
}
.hestia-title-with-logo .hestia-title-tagline-wrap {
display: block;
line-height: normal;
}
.hestia-title-tagline-wrap .site-title {
padding: 0;
margin: 0;
font-size: 16px;
line-height: normal;
margin-bottom: 5px;
}
.hestia-title-tagline-wrap small {
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
white-space: nowrap;
}
.hestia-text-left {
display: inline-flex;
align-items: center;
}
.hestia-text-left .hestia-title-tagline-wrap {
margin-right: 10px;
order: 1;
}
.hestia-text-left .hestia-logo {
order: 2;
}
.hestia-text-right {
display: inline-flex;
align-items: center;
}
.hestia-text-right .hestia-title-tagline-wrap {
margin-left: 10px;
}
.hestia-text-bottom {
display: inline-block;
}
.hestia-text-bottom .hestia-title-tagline-wrap {
width: 100%;
display: block;
line-height: normal;
margin-top: 10px;
}
.hestia-text-bottom .hestia-title-tagline-wrap .site-title {
margin-bottom: 0;
}  .carousel #parallax_move {
width: 100%;
height: 100%;
position: absolute;
}
.carousel #parallax_move .layer {
background-size: cover;
width: 100%;
height: 100%;
background-position: top center;
}
.carousel #parallax_move .layer2 {
position: absolute;
top: 0;
}
.carousel .btn {
margin: 0;
}
.carousel .page-header {
display: flex;
z-index: -2;
}
.carousel .page-header .row {
display: flex;
align-items: center;
padding: 0 15px;
margin: 0;
flex: 1;
max-width: 100%;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
z-index: 0;
background-image: none;
}
.carousel .item {
text-align: center;
}
.carousel .item .container {
display: flex;
position: relative;
padding: 100px 0;
}
.carousel .carousel-control {
text-shadow: none;
display: flex;
align-items: center;
justify-content: center;
}
.carousel .carousel-control.left { right: auto;
left: 0;
}
.carousel .carousel-control.right {
right: 0;
}
.carousel .carousel-control i {
display: inline-block;
position: absolute;
z-index: 5;
}
.carousel .buttons .btn-left + .btn-right {
margin-left: 30px;
}
.wp-custom-header img, .wp-custom-header video, .wp-custom-header iframe {
width: 100%;
position: absolute;
left: 50%;
top: 50%;
max-width: 100%;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: -1;
}
.wp-custom-header img {
-o-object-fit: cover;
object-fit: cover;
height: 100%;
}
.wp-custom-header .wp-custom-header-video-button {
display: none;
}
#carousel-hestia-generic .carousel {
overflow: hidden;
}
.big-title-sidebar-wrapper .widget {
padding: 30px 0;
}
.big-title-sidebar-wrapper .pirate-forms-contact-widget {
background: #Fff;
color: #3C4858;
padding: 10px;
border-radius: 6px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.hestia-slider-alignment-left .pirate-forms-contact-widget {
margin-left: auto;
}
.hestia-slider-alignment-left .widget_media_image img {
display: block;
margin-left: auto;
}
.hestia-slider-alignment-right .pirate-forms-contact-widget {
margin-right: auto;
}
.hestia-slider-alignment-right .widget_media_image img {
display: block;
margin-right: auto;
}
@media (max-width: 1600px) {
.carousel-control.left {
width: 50px;
}
.carousel-control.left i {
left: 10px;
}
.carousel-control.right {
width: 50px;
}
.carousel-control.right i {
right: 10px;
}
} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.carousel .page-header .container {
display: table;
min-height: inherit;
}
.carousel .page-header .container .row {
display: table-row; }
.carousel .page-header .container .row .big-title-slider-content {
display: table-cell;
vertical-align: middle;
float: none;
margin: auto;
}
.carousel .page-header .container .row .big-title-slider-content.col-md-7 {
display: table-cell;
vertical-align: middle;
float: none;
margin: auto;
}
.carousel .page-header .container .row .big-title-sidebar-wrapper.col-md-5 {
display: table-cell;
vertical-align: middle;
float: none;
margin: auto;
}
.carousel .carousel-control i {
left: 50%;
}
} .section-gray {
background: #f0f0f0;
}
.section {
padding: 70px 0;
}
.section-dark, .section-image {
background: #232323;
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #585858), color-stop(100%, #232323));
background: -webkit-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
background: -webkit-radial-gradient(center ellipse, #585858 0%, #232323 100%);
background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
background-color: #343434;
background-size: 200% 240%;
background-size: 550% 450%;
}
.section-dark .hestia-title,
.section-dark .title,
.section-dark .card-plain .card-title,
.section-dark .card-plain .icon i,
.section-dark .card-plain [class*=text-],
.section-dark .card-plain ul li b,
.section-image .hestia-title,
.section-image .title,
.section-image .card-plain .card-title,
.section-image .card-plain .icon i,
.section-image .card-plain [class*=text-],
.section-image .card-plain ul li b {
color: #fff;
}
.section-dark .description,
.section-dark .card-plain .card-description,
.section-dark .card-plain .icon,
.section-image .description,
.section-image .card-plain .card-description,
.section-image .card-plain .icon {
color: #eaeaea;
}
.section-dark .card-plain .category,
.section-image .card-plain .category {
color: rgba(255, 255, 255, 0.5);
}
.section-image {
position: relative;
}
.section-image:after {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
content: "";
}
.section-image .container {
position: relative;
z-index: 2;
}
.section, .section-image {
background-position: center center;
background-size: cover;
}
.hestia-features, .features, .products, .hestia-work, .hestia-testimonials, .hestia-blogs, .subscribe-line {
padding: 65px 0 70px;
}
.wrapper.classic-blog .title-in-content, .wrapper.no-content .title-in-content {
margin-top: 0;
margin-bottom: 15px;
}
.wrapper.classic-blog .hestia-blogs, .wrapper.no-content .hestia-blogs {
padding-top: 40px;
}
@media (max-width: 768px) {
.wrapper.classic-blog .hestia-blogs, .wrapper.no-content .hestia-blogs {
padding-top: 30px;
}
}
.wrapper.classic-blog .section, .wrapper.no-content .section {
padding-top: 40px;
}
@media (max-width: 768px) {
.wrapper.classic-blog .section, .wrapper.no-content .section {
padding-top: 30px;
}
}
.image-in-page-wrapper {
margin-bottom: 20px;
}
.image-in-page {
margin-bottom: 30px;
}
.about,
.hestia-about {
padding: 65px 0 30px;
}
.team,
.hestia-team {
padding: 65px 0 20px;
}
.testimonials,
.hestia-testimonials {
padding: 65px 0 40px;
}
.contactus {
padding: 90px 0 70px;
}
.pricing {
padding: 100px 0 70px;
}
.hestia-clear-top-padding {
margin-top: -65px;
}
@media (min-width: 992px) {
.home .hestia-features .row, .home .hestia-work .row, .home .hestia-team .row, .home .hestia-testimonials .row, .home #blog.hestia-blogs .row, .home .hestia-clients-bar .row {
text-align: center;
}
.home .feature-box,
.home .hestia-work .col-md-4,
.home .hestia-testimonials .col-md-4,
.home .hestia-work .col-md-6,
.home .hestia-team .col-sm-6,
.home #blog.hestia-blogs .hestia-blog-item,
.home .hestia-clients-bar .col-md-3 {
display: inline-block;
float: none !important;
margin-right: -4px;
margin-left: -4px;
vertical-align: top;
}
.home .hestia-blog-item {
text-align: left;
}
}
@media (min-width: 480px) {
.home .hestia-features .row,
.home .hestia-work .row,
.home .hestia-team .row,
.home .hestia-testimonials .row,
.home #blog.hestia-blogs .row,
.home .hestia-clients-bar .row {
text-align: center;
}
.home .feature-box,
.home .hestia-work .portfolio-item,
.home .hestia-testimonials .col-sm-6,
.home .hestia-team .col-sm-6,
.home #blog.hestia-blogs .hestia-blog-item,
.home .hestia-clients-bar .col-md-3 {
display: inline-block;
float: none !important;
margin-right: -4px;
margin-left: -4px;
vertical-align: top;
}
} .hestia-about {
background-attachment: fixed;
color: #999999;
}
.hestia-about h1, .hestia-about h2, .hestia-about h3, .hestia-about h4, .hestia-about h5 {
color: #3C4858;
text-decoration: none;
word-wrap: break-word;
font-family: "Roboto Slab", "Times New Roman", serif;
}
.hestia-about.section-image {
color: #fefefe;
}
.hestia-about.section-image h1, .hestia-about.section-image h2, .hestia-about.section-image h3, .hestia-about.section-image h4, .hestia-about.section-image h5 {
color: #fff;
}
.hestia-about.section-image h6 {
color: rgba(255, 255, 255, 0.76);
}
.hestia-about .customizer-hidden {
display: none;
}
.is-ios .hestia-about,
.is-ios .hestia-ribbon {
background-attachment: scroll;
} .hestia-work .portfolio-item {
margin-top: 30px;
cursor: pointer;
}
.hestia-work .card-background .content {
padding-bottom: 50px;
opacity: 0;
}
.hestia-work .col-md-4 .card-background .content {
padding-top: 30%;
}
.hestia-work .col-md-6 .card-background .content {
padding-top: 20%;
}
.hestia-work .card-background:hover a:hover {
opacity: 1;
}
.hestia-work .card-background:hover .content {
opacity: 1;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.hestia-work .portfolio-item:nth-child(6n) .label {
background-color: #4caf50;
}
.hestia-work .portfolio-item:nth-child(6n+1) .label {
background-color: var(--hestia-primary-hover-color, #89229b);
}
.hestia-work .portfolio-item:nth-child(6n+2) .label {
background-color: #00bcd4;
}
.hestia-work .portfolio-item:nth-child(6n+3) .label {
background-color: #f44336;
}
.hestia-work .portfolio-item:nth-child(6n+4) .label {
background-color: #ff9800;
}
.hestia-work .portfolio-item:nth-child(6n+5) .label {
background-color: #e91e63;
}
.hestia-portfolio-modal .header-filter-gradient {
border-radius: 6px 6px 0 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}
.hestia-portfolio-modal {
background: rgba(0, 0, 0, 0.7);
}
.hestia-portfolio-modal .modal-header {
position: relative;
border-radius: 6px 6px 0 0;
}
.hestia-portfolio-modal .modal-header h3 {
margin: 0;
padding: 104px 0;
color: #fff;
}
.hestia-portfolio-modal .modal-header:before {
border-radius: 6px 6px 0 0;
}
.hestia-portfolio-modal .modal-header a {
color: #ffffff;
z-index: 2;
}
.hestia-portfolio-modal .modal-header a:hover {
color: #ffffff;
}
.hestia-portfolio-modal .modal-header:after {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 6px 6px 0 0;
}
.hestia-portfolio-modal .modal-header .close {
z-index: 3;
font-size: 30px;
background: none;
float: right;
box-shadow: none;
line-height: 16px;
margin: 0;
padding: 10px;
}
.hestia-portfolio-modal .modal-header .portfolio-title-container {
position: relative;
z-index: 2;
}
.hestia-portfolio-modal .modal-content {
border-radius: 6px;
}
.hestia-portfolio-modal .modal-content .modal-body {
padding: 40px;
}
.hestia-portfolio-modal .modal-content .portfolio-loading {
padding: 20px 0;
} .contactus .content .row {
padding: 0;
}
.contactus .col-md-offset-2 {
padding: 0 20px;
}
.contactus .form-group {
margin: 0;
padding-bottom: 24px;
}
.contactus .pirate-forms-footer .form-group {
padding-bottom: 0;
}
.contactus .card .content {
padding: 30px 30px 0;
}
.contactus .pirate_forms_wrap {
float: none;
}
.contactus .pirate_forms_wrap #pirate-forms-contact-message {
height: 130px;
}
.contactus .pirate_forms_wrap .form_field_wrap {
margin-bottom: 17px;
}
.contactus .pirate_forms_wrap .btn {
margin: 0;
}
.contactus .pirate_forms_wrap .pirateform_wrap_classes_spam_wrap {
color: #aaa;
font-weight: 400;
}
.contactus .contact_message_wrap {
margin-bottom: 0;
}
.contactus .contact_submit_wrap {
text-align: right;
margin-bottom: 0;
}
.contactus .hestia-info,
.contactus .info {
margin: 0;
padding: 0;
}
.contactus .hestia-info,
.contactus .hestia-info p,
.contactus .hestia-info a:not(.btn),
.contactus .info,
.contactus .info p,
.contactus .info a:not(.btn) {
color: #ccc;
}
.contactus .hestia-info a:not(.btn):hover,
.contactus .info a:not(.btn):hover {
text-decoration: underline;
}
.contactus .hestia-info:first-child,
.contactus .info:first-child {
margin-top: 30px;
}
.contactus .hestia-info .info-title,
.contactus .info .info-title {
margin-top: 20px;
color: #fff;
}
.contactus .hestia-info .icon,
.contactus .info .icon {
margin-top: 14px;
color: #fff;
}
.contactus h5.description {
color: #ccc;
}
.contactus .card-contact {
margin-top: 30px;
}
.contactus .pirate_forms_wrap .pirate-forms-footer {
display: block;
}
.contactus .pirate_forms_wrap .pirate-forms-footer .form_captcha_wrap {
display: block;
}
.contactus .pirate_forms_wrap .pirate-forms-footer .form_captcha_wrap > div > div {
margin: 0 auto 20px;
}
.contactus .pirate_forms_wrap .pirate-forms-footer .form_captcha_wrap + .contact_submit_wrap {
text-align: center;
display: block;
}
.pirate_forms_wrap .pirate-forms-footer .form_field_wrap.contact_submit_wrap {
width: 100%;
text-align: right;
}
.pirate-forms-maps-custom span:before,
.pirate-forms-maps-custom span:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
.pirate-forms-maps-custom span:before {
background: transparent;
border: 1px solid #aaa;
border-radius: 3px;
left: 0;
height: 18px;
width: 18px;
}
.pirate-forms-maps-custom span:after {
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 900;
left: 2px;
top: 1px;
color: transparent;
}
.pirate-forms-maps-custom input[type=checkbox] {
display: none;
}
.pirate-forms-maps-custom label {
color: #aaa;
cursor: pointer;
font-weight: 100;
margin: 8px 0;
padding-left: 20px;
position: relative;
}
.pirate-forms-maps-custom input[type=checkbox]:checked + label span:after {
color: #787878;
}
.pirate-forms-file-upload-input,
.pirate_forms_three_inputs_wrap .form_field_wrap input.pirate-forms-file-upload-input {
height: 50px;
padding: 0 15px;
margin: 10px 0 0;
} .hestia-features, .features {
padding: 75px 0 55px;
text-align: center;
}
.hestia-features .hestia-title,
.hestia-features .title, .features .hestia-title,
.features .title {
margin-top: 10px;
}
.hestia-features .hestia-info,
.hestia-features .info, .features .hestia-info,
.features .info {
padding: 70px 0 30px;
margin: 0 auto;
}
.hestia-features .feature-box .card, .features .feature-box .card {
width: auto;
overflow: hidden;
margin-bottom: 0;
}
.hestia-features .feature-box img, .features .feature-box img {
max-width: 150px;
}
.hestia-info, .info {
max-width: 360px;
}
.hestia-info a:hover .info-title, .hestia-info a:hover .icon, .info a:hover .info-title, .info a:hover .icon {
opacity: 0.75;
}
.hestia-info a:hover .icon, .info a:hover .icon {
transform: scale(1.05) translateY(-5px);
}
.hestia-info .icon, .info .icon {
transition: 0.3s ease;
color: #999999;
}
.hestia-info .info-title, .info .info-title {
transition: 0.3s ease;
margin: 30px 0 15px;
color: #3C4858;
}
.hestia-info p, .info p {
color: #999999;
}
.info-horizontal .icon {
float: left;
margin-top: 24px;
margin-right: 10px;
}
.info-horizontal .description {
overflow: hidden;
}
.icon.icon-primary {
color: var(--hestia-primary-color, #9c27b0);
}
.icon.icon-success {
color: #4caf50;
}
.icon.icon-danger {
color: #f44336;
}
.icon.icon-rose {
color: #e91e63;
} .hestia-team .col-xs-6,
.team .col-xs-6 {
padding-left: 0;
padding-right: 0;
}
.hestia-team .btn-just-icon,
.team .btn-just-icon {
transition: 0.3s ease;
}
.hestia-team .btn-just-icon:hover,
.team .btn-just-icon:hover {
opacity: 0.75;
}
.hestia-team .card,
.team .card {
text-align: left;
}
.hestia-team .card .content,
.team .card .content {
padding-top: 0;
}
.hestia-team .card .content a:hover > .card-title,
.team .card .content a:hover > .card-title {
opacity: 0.75;
}
.hestia-team .card .footer,
.team .card .footer {
margin-left: -12px;
margin-top: 0;
}
.hestia-team h5.description,
.team h5.description {
margin-bottom: 70px;
}
.hestia-team img,
.team img {
transition: 1s ease-in;
}
.hestia-team .card-image a:hover,
.team .card-image a:hover {
opacity: 1;
}
.hestia-team .card-image a:hover img,
.team .card-image a:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
.authors-on-blog {
background: rgb(18, 20, 23);
background: -moz-linear-gradient(top, rgb(18, 20, 23) 0%, rgb(50, 52, 55) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(18, 20, 23)), color-stop(100%, rgb(50, 52, 55)));
background: -webkit-linear-gradient(top, rgb(18, 20, 23) 0%, rgb(50, 52, 55) 100%);
background: -o-linear-gradient(top, rgb(18, 20, 23) 0%, rgb(50, 52, 55) 100%);
background: -ms-linear-gradient(top, rgb(18, 20, 23) 0%, rgb(50, 52, 55) 100%);
background: linear-gradient(to bottom, rgb(18, 20, 23) 0%, rgb(50, 52, 55) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#121417", endColorstr="#323437", GradientType=0 );
background-position: center center;
background-size: cover;
}
.authors-on-blog .card-title {
color: #fff;
}
.authors-on-blog .footer a:hover {
color: #fff;
}
.hestia-team .footer a[href*="facebook.com"],
.team .footer a[href*="facebook.com"],
.footer-menu a[href*="facebook.com"] {
color: #3b5998;
}
.hestia-team .footer a[href*="twitter.com"],
.team .footer a[href*="twitter.com"],
.footer-menu a[href*="twitter.com"] {
color: #000;
}
.hestia-team .footer a[href*="pinterest.com"],
.team .footer a[href*="pinterest.com"],
.footer-menu a[href*="pinterest.com"] {
color: #cc2127;
}
.hestia-team .footer a[href*="google.com"],
.team .footer a[href*="google.com"],
.footer-menu a[href*="google.com"] {
color: #dd4b39;
}
.hestia-team .footer a[href*="linkedin.com"],
.team .footer a[href*="linkedin.com"],
.footer-menu a[href*="linkedin.com"] {
color: #0976b4;
}
.hestia-team .footer a[href*="dribbble.com"],
.team .footer a[href*="dribbble.com"],
.footer-menu a[href*="dribbble.com"] {
color: #ea4c89;
}
.hestia-team .footer a[href*="github.com"],
.team .footer a[href*="github.com"],
.footer-menu a[href*="github.com"] {
color: #000;
}
.hestia-team .footer a[href*="youtube.com"],
.team .footer a[href*="youtube.com"],
.footer-menu a[href*="youtube.com"] {
color: #e52d27;
}
.hestia-team .footer a[href*="instagram.com"],
.team .footer a[href*="instagram.com"],
.footer-menu a[href*="instagram.com"] {
color: #125688;
}
.hestia-team .footer a[href*="reddit.com"],
.team .footer a[href*="reddit.com"],
.footer-menu a[href*="reddit.com"] {
color: #ff4500;
}
.hestia-team .footer a[href*="tumblr.com"],
.team .footer a[href*="tumblr.com"],
.footer-menu a[href*="tumblr.com"] {
color: #35465c;
}
.hestia-team .footer a[href*="behance.com"],
.team .footer a[href*="behance.com"],
.footer-menu a[href*="behance.com"] {
color: #1769ff;
}
.hestia-team .footer a[href*="snapchat.com"],
.team .footer a[href*="snapchat.com"],
.footer-menu a[href*="snapchat.com"] {
color: #fffc00;
}
.hestia-team .footer a[href*="deviantart.com"],
.team .footer a[href*="deviantart.com"],
.footer-menu a[href*="deviantart.com"] {
color: #05cc47;
}
.hestia-team .footer a[href*="vimeo.com"],
.team .footer a[href*="vimeo.com"],
.footer-menu a[href*="vimeo.com"] {
color: #1ab7ea;
}
.hestia-3-cols-team .has-text-align-center,
.hestia-3-cols-team .has-text-align-left,
.hestia-3-cols-team .has-text-align-right {
max-width: 486px;
} .card-pricing {
text-align: center;
}
.card-pricing .card-title {
margin-top: 30px;
}
.card-pricing .content {
padding: 15px !important;
}
.card-pricing small:first-child {
position: relative;
top: -17px;
}
.card-pricing ul {
max-width: 240px;
margin: 10px auto;
padding: 0;
list-style: none;
}
.card-pricing ul li {
padding: 12px 0;
border-bottom: 1px solid rgba(153, 153, 153, 0.3);
color: #999999;
text-align: center;
}
.card-pricing ul li:last-child {
border: 0;
}
.card-pricing ul li b {
color: #3C4858;
}
.card-pricing .hestia-pricing-icon-wrapper {
border-radius: 50%;
border: 1px solid #e5e5e5;
width: 80px;
height: 80px;
margin: 10px auto 0;
}
.card-pricing .hestia-pricing-icon-wrapper i {
color: inherit;
font-size: 30px;
line-height: 80px;
}
.card-pricing .hestia-pricing-icon-wrapper.pricing-has-icon + .card-title {
font-size: 25px;
margin-top: 20px;
}
.card-pricing .hestia-pricing-icon-wrapper.pricing-has-icon + .card-title small {
color: inherit;
top: 0;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
.card-pricing .card-pricing.card-plain .hestia-pricing-icon-wrapper {
border-color: #d6d1d1;
} .hestia-ribbon {
background-attachment: fixed;
padding: 100px 0;
}
@media (max-width: 991px) {
.hestia-subscribe-button {
margin-top: 40px;
}
} .subscribe-line {
padding: 65px 0;
}
.subscribe-line .card {
margin-top: 30px;
}
.subscribe-line .card .content .row {
margin: 0;
}
.subscribe-line .card .input-group {
display: table;
}
.subscribe-line .card .input-group .input-group-addon {
display: table-cell;
padding: 0 15px 0 0;
width: 1%;
}
.subscribe-line .card .input-group .form-group {
display: table-cell;
padding-bottom: 0;
}
.subscribe-line .card input[type=submit],
.subscribe-line .card input[type=button],
.subscribe-line .card .btn {
white-space: nowrap;
}
.subscribe-line.subscribe-line-image {
position: relative;
background-position: top center;
background-size: cover;
}
.subscribe-line.subscribe-line-image .title,
.subscribe-line.subscribe-line-image .hestia-title {
color: #fff;
}
.subscribe-line.subscribe-line-image:after {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.66);
content: "";
}
.subscribe-line.subscribe-line-image .container {
position: relative;
z-index: 2;
}
.subscribe-line .card h5,
.subscribe-line .sib_loader {
display: none !important;
}
#sib_signup_form_1 {
text-align: center;
}
#sib_signup_form_1 .input-group-addon {
width: 20px;
display: inline-block;
vertical-align: bottom;
text-align: center;
margin-right: 10px;
font-size: 16px;
margin-bottom: 15px;
}
#sib_signup_form_1 p.form-group {
display: inline-block;
width: calc(100% - 30px);
margin-bottom: 15px;
text-align: left;
position: relative;
z-index: 0;
}
#sib_signup_form_1 p.form-group label {
z-index: -1;
top: 10px;
position: absolute;
font-weight: 400;
color: #909090;
}
#sib_signup_form_1 p.form-group:not(.is-empty) label {
display: none;
} .hestia-blogs article .card-image img {
transition: 1s ease-out;
}
.hestia-blogs article .card-image a:hover {
opacity: 1;
}
.hestia-blogs article .card-image a:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
.hestia-blogs article .category a:not(:last-child):after {
content: ", ";
} .footer .widget h5 {
margin-bottom: 20px;
}
.footer a {
color: #3C4858;
}
.footer-big {
color: #999999;
padding: 30px 0 18px;
text-align: center;
}
.footer-big ul {
margin-bottom: 0;
padding: 0;
list-style: none;
}
.footer-big ul li a {
display: inline-block;
position: relative;
padding: 5px 0;
border-radius: 3px;
text-decoration: none;
text-transform: uppercase;
}
.footer-big ul li a:hover {
text-decoration: none;
}
.footer-big ul li .btn {
margin: 0;
}
.footer-big p {
color: #999999;
}
.footer-big .footer-menu li {
display: inline-block;
}
.footer-big .footer-menu li a {
padding: 15px;
}
.footer-big .copyright {
padding: 15px 0;
}
.footer-big .content {
text-align: left;
}
.footer-big hr {
margin-top: 10px;
}
footer.footer {
background: #fff;
}
footer.footer.footer-black {
background: #323437;
}
footer.footer.footer-black a {
opacity: 0.86;
color: #fff;
}
footer.footer.footer-black a:hover, footer.footer.footer-black a:focus {
opacity: 1;
}
footer.footer.footer-black h5, footer.footer.footer-black h4, footer.footer.footer-black i, footer.footer.footer-black .copyright {
color: #fff;
}
footer.footer.footer-black hr {
border-color: rgba(255, 255, 255, 0.2);
}
.hestia-bottom-footer-content {
position: relative;
}
.hestia-center {
width: 100%;
text-align: center;
}
.footer-big .footer-menu li a[href*="mailto:"],
.footer-big .footer-menu li a[href*="tel:"] {
color: transparent;
padding: 10px;
}
.footer-big .footer-menu li a[href*="mailto:"]:before,
.footer-big .footer-menu li a[href*="tel:"]:before {
color: #fff;
font-family: "Font Awesome 5 Brands";
font-weight: 900;
}
.footer-big .footer-menu li a[href*="mailto:"]:hover:before,
.footer-big .footer-menu li a[href*="tel:"]:hover:before {
color: #999;
}
.footer-big .footer-menu li a[href*="tel:"]:before,
.footer-big .footer-menu li a[href*="mailto:"]:before {
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
content: "";
background-color: #fff;
}
.footer-big .footer-menu li a[href*="mailto:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
}
.footer-big .footer-menu li a[href*="tel:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
}
.hestia-scroll-to-top {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 999;
opacity: 0;
transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-webkit-transition: opacity 0.25s ease-in-out;
padding: 0;
margin: 0;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 20px;
background-color: #999999;
-webkit-box-shadow: none;
box-shadow: none;
}
.hestia-scroll-to-top:hover {
background-color: #999999;
-webkit-box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.42);
box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.2);
}
.hestia-scroll-to-top:focus {
background-color: #999999;
-webkit-box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.42);
box-shadow: 0 14px 26px -12px rgba(49, 49, 49, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(49, 49, 49, 0.2);
}
.hestia-scroll-to-top svg {
fill: #ffffff;
}
.hestia-fade {
opacity: 1;
} .hestia-top-bar {
height: 40px;
max-height: 40px;
}
.hestia-top-bar .col-md-6,
.hestia-top-bar .col-md-12 {
max-height: 40px;
}
.hestia-top-bar .col-md-6.pull-right,
.hestia-top-bar .col-md-12.pull-right {
text-align: right;
}
.hestia-top-bar .col-md-6.pull-right .widget.widget_shopping_cart .cart_list,
.hestia-top-bar .col-md-12.pull-right .widget.widget_shopping_cart .cart_list {
left: auto;
right: 0;
}
.hestia-top-bar .col-md-6 li a:before,
.hestia-top-bar .col-md-12 li a:before {
font-family: "Font Awesome 5 Brands";
}
.hestia-top-bar .widget {
margin: 0 10px 0 0;
}
.hestia-top-bar .widget:last-of-type {
margin-right: 0;
}
.hestia-top-bar .widget,
.hestia-top-bar .widget h5,
.hestia-top-bar .widget .textwidget {
display: inline-block;
}
.hestia-top-bar .widget h5 {
margin: 0 5px 0 0;
}
.hestia-top-bar .widget .btn {
padding: 3px 10px;
}
.hestia-top-bar .widget.widget_nav_menu h5, .hestia-top-bar .widget.widget_categories h5, .hestia-top-bar .widget.widget_product_categories h5 {
display: none;
}
.hestia-top-bar .widget.widget_search button[type=submit],
.hestia-top-bar .widget.widget_search h5, .hestia-top-bar .widget.widget_product_search button[type=submit],
.hestia-top-bar .widget.widget_product_search h5 {
display: none;
}
.hestia-top-bar .widget.widget_search .label-floating, .hestia-top-bar .widget.widget_product_search .label-floating {
display: inline-block;
margin: 0;
padding: 0;
width: auto;
}
.hestia-top-bar .widget.widget_search .label-floating .control-label, .hestia-top-bar .widget.widget_product_search .label-floating .control-label {
padding: 0;
}
.hestia-top-bar .widget.widget_search .label-floating.is-empty .control-label, .hestia-top-bar .widget.widget_product_search .label-floating.is-empty .control-label {
position: absolute;
left: 25px;
top: 12px;
right: -25px;
margin-top: 0;
text-align: left;
opacity: 1;
}
.hestia-top-bar .widget.widget_search .label-floating.is-focused .control-label, .hestia-top-bar .widget.widget_product_search .label-floating.is-focused .control-label {
opacity: 0;
}
.hestia-top-bar .widget.widget_search .label-floating:not(.is-empty) .control-label, .hestia-top-bar .widget.widget_product_search .label-floating:not(.is-empty) .control-label {
opacity: 0;
left: 25px;
top: 12px;
}
.hestia-top-bar .widget.widget_search form:not(.form-group), .hestia-top-bar .widget.widget_product_search form:not(.form-group) {
opacity: 0;
}
.hestia-top-bar .widget.widget_search form.form-group, .hestia-top-bar .widget.widget_product_search form.form-group {
opacity: 1;
}
.hestia-top-bar .widget.widget_search form.form-group input[type=search], .hestia-top-bar .widget.widget_product_search form.form-group input[type=search] {
background: none;
border: none;
float: none;
margin: 2px 25px 0 25px;
width: auto;
}
.hestia-top-bar .widget.widget_search form.form-group input[type=submit], .hestia-top-bar .widget.widget_product_search form.form-group input[type=submit] {
display: none;
}
.hestia-top-bar .widget.widget_search form.form-group:after, .hestia-top-bar .widget.widget_product_search form.form-group:after {
display: none;
}
.hestia-top-bar .widget.widget_search form.form-group:before, .hestia-top-bar .widget.widget_product_search form.form-group:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 18px;
height: 18px;
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
background-color: #fff;
transform: translateY(-50%);
}
.hestia-top-bar .widget.widget_search .search-form {
display: inline-block;
}
.hestia-top-bar .nav li {
cursor: auto;
display: inline-block;
margin: 0 5px;
}
.hestia-top-bar .nav li:first-child {
margin-left: 0;
}
.hestia-top-bar .nav li:last-child {
margin-right: 0;
}
.hestia-top-bar .nav li a {
padding: 0;
text-transform: inherit;
}
.hestia-top-bar .nav li a:hover, .hestia-top-bar .nav li a:focus {
background-color: transparent;
outline: none;
}
.hestia-top-bar .nav li a[href*="tel:"]:before,
.hestia-top-bar .nav li a[href*="mailto:"]:before {
margin-right: 7px;
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
content: "";
background-color: #fff;
vertical-align: text-bottom;
}
.hestia-top-bar .nav li a[href*="tel:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z" class=""></path></svg>');
}
.hestia-top-bar .nav li a[href*="mailto:"]:before {
mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>');
}
.hestia-top-bar .nav li.dropdown .caret {
display: none;
}
.hestia-top-bar.placeholder {
box-sizing: content-box;
border: 2px dashed;
}
.hestia-top-bar.placeholder .top-widgets-placeholder {
display: inline-block;
cursor: pointer;
position: relative;
vertical-align: top;
} .hestia-clients-bar {
padding: 70px 0;
}
.hestia-clients-bar .clients-bar-wrapper {
list-style-type: none;
margin: 0;
padding: 0;
}
.hestia-clients-bar .clients-bar-wrapper li {
display: inline-block;
margin: 25px;
vertical-align: middle;
}
.hestia-clients-bar .clients-bar-wrapper li a {
display: block;
padding: 5px;
}
.hestia-clients-bar .clients-bar-wrapper li img {
max-width: 100%;
height: auto;
}
.hestia-clients-bar .row > div {
padding: 30px;
}  .search-no-results .search-form, .error404 .search-form {
margin-top: 40px;
}
#authors-on-blog {
padding: 80px 0;
}
#authors-on-blog .card-profile {
text-align: left;
}
#authors-on-blog .col-ms-6:nth-child(2n+1) {
clear: both;
}
.blog-post {
word-wrap: break-word;
}
.blog-post .section-text {
padding-bottom: 0;
}
.blog-post .section-text p {
margin-bottom: 30px;
}
.blog-post .section-blog-info {
padding-top: 15px;
}
.blog-post .section-blog-info .entry-categories span {
font-size: 10px;
}
.blog-post .section-blog-info .entry-categories, .blog-post .section-blog-info .entry-tags {
word-break: break-all;
}
.blog-post .section-blog-info .entry-categories span, .blog-post .section-blog-info .entry-tags span {
display: inline-block;
margin: 5px;
}
.blog-post .section-blog-info .entry-categories a {
display: inline-block;
padding: 2px 2px;
color: #fff;
}
.blog-post .section-blog-info .card-profile {
margin-top: 0;
text-align: left;
}
dl dd, pre {
margin-bottom: 30px;
}
.alignleft .avatar {
margin-right: 24px;
}
.alignright .avatar {
margin-left: 24px;
}
img.centered, .aligncenter {
display: block;
margin: 0 auto 24px;
}
img.alignnone {
margin-bottom: 12px;
}
.alignleft {
float: left;
text-align: left;
}
.alignright {
float: right;
text-align: right;
}
img.alignleft, .wp-caption.alignleft {
margin: 0 24px 24px 0;
margin: 0 2.4rem 2.4rem 0;
}
img.alignright, .wp-caption.alignright {
margin: 0 0 24px 24px;
}
.wp-caption-text {
padding-top: 10px;
text-align: center;
}
.gallery-caption {
padding-top: 10px;
}
.gallery .gallery-item {
padding: 5px;
}
.gallery img {
border: none !important;
border-radius: 6px;
-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.bypostauthor {
display: block;
}
.related-posts .hestia-title {
margin-bottom: 50px;
}
.related-posts .category a:not(:last-child):after {
content: ", ";
}
.single-post .blog-post .section-text .title-in-content {
margin-bottom: 0;
}
.blog-post .section-text .author.meta-in-content {
opacity: 0.9;
margin-bottom: 20px;
font-size: 15px;
}
.flex-row {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.layout-alternative2 .category {
padding-top: 10px;
}
.alignfull, .alignwide {
width: unset;
max-width: unset;
}
.hestia-hidden {
display: none;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper:not(:has(.tiktok-embed)) {
position: relative;
width: 100%;
height: 0;
padding-top: 56.25%;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper:not(:has(.tiktok-embed)) iframe, .wp-block-embed.is-type-video > .wp-block-embed__wrapper:not(:has(.tiktok-embed)) > object {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
} .media .avatar, .media-body .avatar, .media-area .avatar {
overflow: hidden;
width: 64px;
height: 64px;
margin: 0 auto;
margin-right: 15px;
border-radius: 50%;
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.media-area .hestia-title,
.comment-respond .hestia-title {
margin-bottom: 30px;
}
.single-post .blog-post .section-comments .hestia-title {
margin-bottom: 30px;
margin-top: 20px;
}
.comment .pull-left {
padding-right: 10px;
}
.media-body div.avatar {
margin: 0 10px;
}
.media {
overflow: visible;
}
.media .avatar img {
width: 100%;
}
.media .media-heading {
margin-top: 0;
margin-bottom: 10px;
}
.media .media-heading small {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.media .media-body {
padding-right: 10px;
word-break: break-word;
}
.media .media-body .media .media-body {
padding-right: 0;
}
.media .media-footer .btn {
margin-bottom: 20px;
}
.media .media-footer:after {
display: table;
clear: both;
content: " ";
}
.media p {
color: #999999;
}
#comments .comment-notes {
display: none;
}
.section-comments ul.children .comment-author.avatar, .section-comments ul.children .avatar img {
width: 40px;
height: 40px;
}
.blog-post .media p {
color: #555;
}
.blog-post .section-comments .title {
margin-bottom: 30px;
}
.blog-post .section-comments .comment-respond .author {
margin: 15px 20px 0 0;
}
.blog-post .section-comments .comment-respond .author img {
border-radius: 100%;
}
.blog-post .comment-reply-link {
text-transform: uppercase;
float: right;
}
.media-body {
width: 10000px;
display: table-cell;
overflow: visible;
} .widget {
margin-bottom: 30px;
word-break: break-word;
}
.widget ul {
padding: 0 0 0 10px;
margin: 0;
list-style: none;
}
.widget ul li {
line-height: 2.4;
padding-top: 5px;
}
.widget ul li:first-child {
padding-top: 0;
}
aside .widget .btn a {
color: #fff;
}
aside .widget a {
color: #23527c;
}
.widget a:hover {
color: var(--hestia-primary-hover-color, #89229b);
}
.widget #searchform {
margin-bottom: 0;
padding-bottom: 0;
}
.widget h5 {
font-family: "Roboto Slab", "Times New Roman", serif;
margin-bottom: 10px;
}
.widget select {
width: 100%;
}
.hestia-widget-placeholder {
border: 1px dashed #b4b9be;
padding: 25px;
text-align: center;
}
.hestia-widget-placeholder .widget {
margin: 0;
}
.single .hestia_right aside.blog-sidebar {
padding: 0;
}
.hestia_right .hestia-widget-placeholder {
padding: 5px;
}
.widget_calendar th,
.widget_calendar tr,
.widget_calendar td {
padding: 7px 0;
text-align: center;
}
.hestia-sidebar-toggle-container {
clear: both;
} .hestia-sidebar-open,
.hestia-sidebar-close {
display: none;
padding: 10px;
}
body.off-canvas .hestia-sidebar-open,
body.off-canvas .hestia-sidebar-close {
display: inline-block;
}
body.off-canvas .shop-sidebar-wrapper {
position: fixed;
top: 0;
z-index: 1030;
height: 100%;
background: #fff;
border-right: 1px solid #f0f0f0;
left: -100%;
transition: 0.5s ease;
padding: 60px 20px 20px;
overflow-y: scroll;
}
body.off-canvas .shop-sidebar-wrapper.sidebar-open {
left: 0;
}
body.off-canvas .shop-sidebar-wrapper .card {
box-shadow: none;
}
.row-sidebar-toggle {
text-align: right;
}
.row-sidebar-toggle .hestia-sidebar-close {
padding: 10px 13px;
}
.row-sidebar-toggle.desktop {
clear: both;
text-align: left;
} .attachment .main-raised .blog-post {
padding-bottom: 130px;
}
.attachment .sizes {
margin-top: 20px;
} .hestia-blog-featured-posts {
padding: 0;
}
.hestia-blog-featured-posts article:nth-of-type(1) .card {
margin-top: 0;
}
.hestia-blog-featured-posts article:nth-child(6n) .btn {
background-color: #4caf50;
}
.hestia-blog-featured-posts article:nth-child(6n+1) .btn {
background-color: var(--hestia-primary-hover-color, #89229b);
}
.hestia-blog-featured-posts article:nth-child(6n+2) .btn {
background-color: #00bcd4;
}
.hestia-blog-featured-posts article:nth-child(6n+3) .btn {
background-color: #f44336;
}
.hestia-blog-featured-posts article:nth-child(6n+4) .btn {
background-color: #ff9800;
}
.hestia-blog-featured-posts article:nth-child(6n+5) .btn {
background-color: #e91e63;
}
.hestia-blog-featured-card .card-background {
text-align: center;
}
.hestia-blog-featured-card .card-background:after {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
display: block;
left: 0;
top: 0;
content: "";
background-color: rgba(0, 0, 0, 0.56);
border-radius: 6px;
opacity: 1;
}
.hestia-blog-featured-card .card-background .card-body {
position: relative;
z-index: 2;
min-height: 280px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 440px;
margin: 0 auto;
}
.hestia-blog-featured-card .card-background .card-body .card-description {
color: hsla(0, 0%, 100%, 0.7);
}
.hestia-blog-featured-card .card-background .card-body .category a {
color: hsla(0, 0%, 100%, 0.7);
}
.hestia-blog-featured-card .card-body {
padding: 15px 30px;
}
.hestia-blog-featured-card.col-md-12 .card-body {
max-width: 750px;
} figure.wp-block-pullquote {
border-left: none;
border-top: 4px solid;
border-bottom: 4px solid;
margin: 20px 0;
padding: 3em 0;
}
figure.wp-block-pullquote p {
font-size: 28px;
font-style: normal;
margin-bottom: 20px;
}
figure.wp-block-pullquote blockquote {
margin: 1em;
border: none;
}
figure.wp-block-pullquote cite {
text-transform: uppercase;
font-size: 13px;
font-weight: 300;
}
.single-post-wrap .has-small-font-size, .page-content-wrap .has-small-font-size {
font-size: 13px;
}
.single-post-wrap .has-medium-font-size, .page-content-wrap .has-medium-font-size {
font-size: 20px;
}
.single-post-wrap .has-large-font-size, .page-content-wrap .has-large-font-size {
font-size: 36px;
}
.single-post-wrap .has-huge-font-size, .page-content-wrap .has-huge-font-size {
font-size: 48px;
}
.wp-block-separator {
color: #eee;
background-color: #eee;
border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
height: 2px;
max-width: 150px;
}
.wp-block-separator .is-style-default {
height: 1px;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
height: 1px;
} .page-header .container,
.page-header .author,
.page-header .author a,
.page-header .hestia-title,
.page-header .title,
.page-header .description {
color: #fff;
}
.page-content-wrap:after, .single-post-wrap:after {
content: "";
display: table;
clear: both;
}
#parallax_move ~ .item .page-header,
#wp-custom-header ~ .item .page-header {
overflow: inherit;
}
.page-header {
will-change: transform;
overflow: hidden;
margin: 0;
padding: 0;
border: 0;
background-position: center center;
background-size: cover;
}
.page-header .container {
padding-top: 30vh;
color: #fff;
}
.page-header .container .hestia-title,
.page-header .container .title {
margin: 0 0 20px;
}
.page-header.header-small .container .hestia-title,
.page-header.header-small .container .title {
margin: 20px 0 10px;
}
.page-header.header-small {
min-height: 300px;
position: relative;
height: auto;
}
.page-header.header-small .container {
padding-top: 180px;
padding-bottom: 110px;
}
.page-header.header-small .hestia-title,
.page-header.header-small .title {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.boxed-layout-header {
padding-bottom: 60px;
}
.header-filter-gradient {
background: linear-gradient(45deg, rgb(168, 29, 132) 0%, rgb(234, 57, 111) 100%);
}
.header-filter.header-filter-gradient:before {
background-color: transparent;
}
.header-filter {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background-position: center center;
background-size: cover;
}
.header-filter:before, .header-filter:after {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.header-filter::before {
background-color: rgba(0, 0, 0, 0.5);
}
.header-filter .container {
position: relative;
}
.carousel .header-filter:before, .carousel .header-filter:after {
z-index: -1;
}
.clear-filter:before {
display: none;
}
.header .wrapper {
background: #ccc;
}
.header .btn {
margin: 0;
}
.header h6 {
margin-bottom: 0;
}
.phone-container img {
width: 100%;
}
.main {
position: relative;
background: #fff;
}
.main-raised {
margin: -60px 30px 0;
border-radius: 6px 6px 0 0;
-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.home .main-raised section:first-of-type {
border-radius: 6px 6px 0 0;
overflow: hidden;
}
.page-template-template-pagebuilder-blank .section {
padding: 0;
}
.woocommerce.archive .main-raised, .single .main-raised {
margin-top: -60px;
margin-bottom: 30px;
}
.single .main-raised.classic-blog {
margin-top: 0;
}
.content-sidebar-left {
padding-left: 30px;
padding-right: 0;
}
.content-sidebar-right {
padding-right: 30px;
padding-left: 0;
}
.shop-sidebar-wrapper {
padding: 0;
}
.content-full.col-md-12 {
padding: 0;
}
.page:not(.home) .wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.page:not(.home) .wrapper .main {
display: flex;
flex-direction: column;
flex: 1 0 auto;
}
.page:not(.home) .wrapper .main .blog-post {
flex: 1 0 auto;
}
body:not(.home) .wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
}
body:not(.home) .wrapper .main {
display: flex;
flex-direction: column;
flex: 1 0 auto;
}
body:not(.home) .wrapper .main .hestia-blogs {
flex: 1 0 auto;
}
body:not(.home) .wrapper .content-area {
display: flex;
flex-direction: column;
flex: 1 0 auto;
} @media (max-width: 1199px) {
.hestia-features .row,
.hestia-about .row,
.products .row,
.hestia-work .row,
.hestia-team .row,
.pricing .row,
.hestia-testimonials .row,
section.hestia-blogs .row,
.contactus .row {
padding: 0 15px;
}
.products .container {
width: 100%;
}
.main-raised {
margin: -60px 15px 0;
}
}
@media (max-width: 991px) {
.navbar .navbar-nav > li {
margin-right: 10px;
margin-left: 10px;
}
.page-header {
height: auto;
min-height: 0;
}
.card.card-raised .card-image {
margin-top: -30px;
display: block;
margin-left: 0;
margin-right: 0;
}
.card.card-raised {
padding: 20px;
}
.woocommerce-checkout .page-header {
height: auto;
}
.hestia-about .text-area {
margin: 0 0 10px;
}
.blog .page-header.header-small h2 {
margin: 0;
}
.blog .page-header.header-small {
height: auto;
min-height: 0;
}
.page-header .iframe-container {
padding: 30px 0;
}
.card-form-horizontal .form-group {
padding-bottom: 20px;
}
.carousel .page-header {
padding: 0 30px;
}
.btn.btn-simple {
padding-right: 0;
padding-left: 0;
text-align: left;
}
.hestia-work .col-md-6 .card-background .content,
.hestia-work .col-md-4 .card-background .content {
padding-top: 15%;
}
.hestia-features .row,
.features .row,
.hestia-about .row,
.about .row,
.products .row,
.hestia-work .row,
.work .row,
.hestia-team .row,
.team .row,
.pricing .row,
.hestia-testimonials .row,
.testimonials .row,
section.hestia-blogs .row,
.contactus .row {
padding: 0 10px;
}
.single aside.blog-sidebar {
padding: 40px 30px;
}
.shop-sidebar.card {
width: 100%;
text-align: initial;
}
.shop-sidebar-wrapper {
text-align: center;
}
.products .shop-item:nth-of-type(2n+1) {
clear: both;
}
.subscribe-line .card .content {
padding: 0;
}
.subscribe-line .card .form-group {
padding-bottom: 0;
}
.blog .hestia-blogs,
.archive .hestia-blogs {
padding-top: 0;
}
.blog .hestia-blogs .card-blog .card-image,
.archive .hestia-blogs .card-blog .card-image {
margin-bottom: 30px;
}
.blog #authors-on-blog,
.archive #authors-on-blog {
padding-bottom: 40px;
}
.home section.hestia-blogs {
padding: 30px 0 65px;
}
.single.single-post .section-blog-info .card-profile .card-title,
.single.single-post .section-blog-info .card-profile .description {
text-align: center;
}
.single.single-post .section-blog-info .card-profile .card-avatar {
margin-bottom: 20px;
}
.hestia-sidebar-open,
.hestia-sidebar-close {
cursor: pointer;
display: inline-block;
margin: 0;
padding: 12px 15px;
}
.row-sidebar-toggle {
margin: 30px 15px 0;
text-align: right;
}
.row-sidebar-toggle.desktop {
display: none;
}
.page .row-sidebar-toggle {
margin-top: 0;
margin-bottom: 30px;
}
.shop-sidebar-wrapper {
position: fixed;
top: 0;
z-index: 1030;
height: 100%;
background: #fff;
border-right: 1px solid #f0f0f0;
left: -100%;
transition: 0.5s ease;
padding: 60px 20px 20px;
overflow-y: scroll;
}
.shop-sidebar-wrapper.sidebar-open {
left: 0;
}
.shop-sidebar-wrapper .card {
box-shadow: none;
}
.archive.woocommerce .hestia-sidebar-open {
margin-top: 15px;
}
.archive.woocommerce .shop-sidebar-active {
margin-top: 10px;
}
.archive.woocommerce .row-sidebar-toggle.col-sm-3 {
margin: 0;
text-align: left;
}
.archive.woocommerce .row-sidebar-toggle.col-sm-3 .hestia-sidebar-open {
margin: 15px 0 0;
}
.shop-sidebar.card.card-raised {
box-shadow: none;
margin: 0;
padding: 0 15px;
}
.hestia-top-bar .container {
width: 100%;
}
.hestia-top-bar .col-md-6 {
width: 50%;
}
.hestia-team .card .content,
.team .card .content {
padding-top: 15px;
}
.hestia-team .card .content .footer .btn.btn-just-icon,
.team .card .content .footer .btn.btn-just-icon {
padding: 12px;
text-align: center;
}
.pricing p.text-gray {
margin-bottom: 40px;
}
.related-posts .hestia-title {
margin-bottom: 60px;
}
.hestia-blog-featured-posts {
padding-top: 30px;
}
.hestia-blog-featured-posts .card-raised {
margin: 30px 0;
}
.hestia-blog-featured-posts .card-background .card-body {
padding-top: 20px;
padding-bottom: 20px;
max-width: 100%;
}
.hestia-blog-featured-posts .card-body {
padding: 20px 15px;
}
}
@media (min-width: 992px) {
.navbar .navbar-collapse {
text-align: center;
}
.card.card-raised .card-image {
margin-left: 0;
margin-right: 0;
}
.navbar .navbar-center {
display: inline-block;
float: none;
}
.navbar .navbar-nav > li {
margin: 0;
}
.navbar .navbar-nav > li.btn {
margin: 0 10px;
}
.navbar .navbar-nav > li.btn:last-child {
margin-right: 0;
}
.entry-social {
text-align: right;
}
.footer .content {
margin-left: -15px;
margin-right: -15px;
}
.footer .row {
margin-left: -15px;
margin-right: -15px;
}
.footer .col-md-4 {
padding: 0 30px;
}
.blog-sidebar-wrapper,
.shop-sidebar-wrapper {
float: left;
position: static;
background: transparent;
}
.big-title-sidebar-wrapper .pirate-forms-contact-widget {
max-width: 370px;
}
.row-sidebar-toggle.desktop {
display: block;
}
.row-sidebar-toggle.mobile {
display: none;
}
}
@media (min-width: 783px) and (min-width: 601px) {
body.admin-bar .navbar-default:not(.navbar-transparent) {
margin-top: 32px;
}
}
@media (min-width: 769px) {
.form-horizontal .control-label {
padding-top: 8px;
}
.nav-cart.responsive-nav-cart {
display: none;
}
.navbar.hestia_left .title-logo-wrapper {
min-width: 250px;
}
.navbar.hestia_right.navbar-scroll-point .title-logo-wrapper, .navbar.hestia_right.navbar-scroll-point .header-sidebar-wrapper {
display: none;
}
.navbar.hestia_right .title-logo-wrapper {
min-width: 250px;
}
.navbar.hestia_right .navbar-collapse {
min-width: 100%;
}
.navbar.hestia_center .navbar-brand {
margin: 0 auto;
}
.navbar.hestia_center.navbar-scroll-point .title-logo-wrapper {
display: none;
}
.navbar.full-screen-menu .navbar-brand {
float: none;
margin: 0;
padding: 0;
}
.navbar.full-screen-menu .navbar-header {
width: 100%;
display: flex;
}
.navbar.full-screen-menu .navbar-toggle {
z-index: 999999;
}
.navbar.full-screen-menu.navbar-scroll-point .title-logo-wrapper {
display: block;
}
.navbar.full-screen-menu .navbar-toggle, .navbar.full-screen-menu .nav-cart:not(.responsive-nav-cart) {
display: inline-block;
}
.navbar.full-screen-menu .nav-cart .nav-cart-icon span {
top: 10px;
left: 15px;
}
.navbar.full-screen-menu .navbar-nav {
background-color: rgba(255, 255, 255, 0.9);
}
.navbar.full-screen-menu.hestia_center .navbar-header .title-logo-wrapper {
left: 50%;
transform: translateX(-50%);
position: relative;
}
.navbar.full-screen-menu.hestia_right .navbar-header {
max-width: 100%;
}
.navbar.full-screen-menu .navbar-nav.nav {
opacity: 0;
display: flex;
flex-direction: column;
flex-wrap: inherit;
justify-content: flex-start;
transition: all 0.3s ease;
visibility: hidden;
pointer-events: none;
z-index: 9999;
overflow-x: scroll;
position: fixed;
width: 100%;
background-color: rgba(255, 255, 255, 0.9);
left: 0;
top: 0;
bottom: 0;
padding-top: 100px;
}
.navbar.full-screen-menu .navbar-nav.nav > li, .navbar.full-screen-menu .navbar-nav.nav > li.btn:last-child {
display: table;
margin: 20px auto;
}
.navbar.full-screen-menu .in .navbar-nav.nav {
opacity: 1;
visibility: visible;
pointer-events: inherit;
}
.dropdown .dropdown-menu {
display: block;
visibility: hidden;
margin-top: -20px;
opacity: 0;
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.dropdown.open, .dropdown:hover {
z-index: 1;
}
.dropdown.open > .dropdown-menu, .dropdown:hover > .dropdown-menu {
visibility: visible;
margin-top: 1px;
opacity: 1;
z-index: 100;
}
}
@media (max-width: 768px) {
li.nav-cart {
display: none;
}
li.nav-cart.responsive-nav-cart {
display: block;
margin-left: 5px;
}
.container .navbar-header {
width: 100%;
display: flex;
margin: 0 auto;
}
.navbar > .container {
transition: padding 0.1s ease;
padding: 10px 15px;
align-items: center;
display: block;
}
.navbar.navbar-transparent {
background: #fff;
color: #555;
}
.navbar.navbar-transparent > .container {
padding-top: 10px;
}
.navbar .nav.navbar-nav {
display: block;
}
.hestia-sidebar-header {
display: none;
}
.navbar.hestia_right .navbar-header {
max-width: inherit;
}
.navbar.navbar-default .dropdown.btn a .caret {
border-color: #fff !important;
color: #fff !important;
}
.navbar.navbar-default li.btn a, .navbar.navbar-default li.btn a i, .navbar.navbar-default .navbar-nav .menu-item.btn.active a, .navbar.navbar-default .navbar-nav .menu-item.btn.active a i {
color: #fff;
}
.navbar.navbar-default li.btn:hover a, .navbar.navbar-default li.btn:hover i {
color: #fff;
}
.navbar.navbar-default li.btn:hover ul li i {
color: #fff;
}
.navbar.navbar-default li.btn ul li a, .navbar.navbar-default li.btn ul li i {
opacity: 1;
color: #fff !important;
}
.navbar.navbar-default li.btn ul li:hover a, .navbar.navbar-default li.btn ul li i {
color: #fff !important;
}
.navbar.navbar-fixed-top .navbar-collapse {
max-height: calc(100% - 70px);
margin-top: 70px;
overflow-y: auto;
position: fixed;
z-index: 9999;
background: #fff;
width: 100%;
left: 0;
top: 0;
margin-left: 0;
margin-right: 0;
-webkit-overflow-scrolling: auto;
}
.navbar.navbar-fixed-top.header-with-topbar:not(.navbar-scroll-point) .navbar-collapse {
margin-top: 110px;
}
.navbar .navbar-nav {
margin: 7.5px 0;
}
.navbar .navbar-nav li {
box-sizing: border-box;
float: left;
margin: 0;
padding: 0;
width: 100%;
text-align: left;
}
.navbar .navbar-nav li.btn {
margin-top: 10px;
}
.navbar .navbar-nav .dropdown a .caret {
border: 1px solid #555;
border-radius: 2px;
box-sizing: content-box;
color: #555;
cursor: pointer;
display: inline-block;
font-family: "Font Awesome 5 Free";
font-weight: 900;
height: 30px;
margin-left: 0;
position: absolute;
right: 15px;
text-align: center;
top: 10px;
width: 30px;
z-index: 100;
}
.navbar .navbar-nav .dropdown a .caret svg {
width: 12.5px;
margin: 9px;
transition: all 0.3s ease;
}
.navbar .navbar-nav .dropdown a .caret-open .caret svg {
transform: rotate(-180deg);
}
.navbar .navbar-nav .dropdown a > i {
margin-right: 12px;
}
.navbar .navbar-nav .dropdown.open a > .caret:before {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
display: block !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
background: transparent;
box-shadow: none;
position: static;
margin-top: 0;
padding: 0;
width: 100%;
}
.navbar .navbar-nav .dropdown .dropdown-menu.open {
display: block !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a {
margin: 0;
padding: 15px 0 15px 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover, .navbar .navbar-nav .dropdown .dropdown-menu li a:focus {
background-color: transparent;
color: #e91e63;
}
.navbar .navbar-nav .dropdown .dropdown-menu li li a {
padding: 15px 0 15px 45px;
}
.navbar .navbar-header .navbar-brand {
padding-left: 0;
}
.navbar .navbar-brand h1, .navbar .navbar-brand p {
padding: 10px 0;
}
.navbar .dropdown-submenu:hover .dropdown-menu {
display: none !important;
}
.navbar .dropdown-submenu.open > a {
background: transparent !important;
color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar.navbar-transparent .open .dropdown-menu > li > a:hover,
.navbar.navbar-transparent .open .dropdown-menu > li > a:focus,
.navbar.navbar-transparent .open .dropdown-menu > .active > a,
.navbar.navbar-transparent .open .dropdown-menu > .active > a:hover,
.navbar.navbar-transparent .open .dropdown-menu > .active > a:focus {
color: inherit;
background-color: transparent;
}
.navbar.navbar-transparent .navbar-nav > .active > a {
color: #555;
}
.navbar .open .dropdown-menu > li > a:hover,
.navbar .open .dropdown-menu > li > a:focus,
.navbar .open .dropdown-menu > .active > a,
.navbar .open .dropdown-menu > .active > a:hover,
.navbar .open .dropdown-menu > .active > a:focus {
color: #e91e63;
background-color: transparent;
}
.navbar .dropdown-menu li > a > i {
opacity: 1;
}
.hestia_right .header-sidebar-wrapper {
display: none;
}
body.admin-bar .navbar {
margin-top: 45px;
}
body.admin-bar .navbar.navbar-fixed-top .navbar-collapse {
max-height: calc(100% - 115px);
margin-top: 115px;
}
body.admin-bar .navbar.header-with-topbar {
margin-top: 0;
top: 85px;
}
body.admin-bar .navbar.header-with-topbar.navbar-fixed-top .navbar-collapse {
max-height: calc(100% - 155px);
margin-top: 155px;
}
body.admin-bar .navbar.header-with-topbar.navbar-fixed-top.navbar-scroll-point .navbar-collapse {
margin-top: 115px;
}
body.admin-bar .navbar.navbar-scroll-point.header-with-topbar {
top: 45px;
}
body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top .navbar-collapse {
max-height: calc(100% - 115px);
}
.big-title-sidebar-wrapper {
width: 100%;
padding: 0;
}
.big-title-sidebar-wrapper .pirate-forms-contact-widget {
max-width: 370px;
margin: 0 auto;
}
.single .section {
padding: 30px 0 0;
}
.single .section.section-blog-info {
padding: 15px 0 30px;
}
.media .avatar, .media-body .avatar, .media-area .avatar {
margin: 0;
width: 35px;
height: 35px;
}
.subscribe-line .btn {
margin-top: 15px;
}
ul.children {
padding-left: 5px;
border-left: 1px #cfcfcf solid;
}
.blog-post .section-comments .comment-respond .author {
display: none;
}
.hestia-about .text-area {
margin-bottom: 20px;
}
.home .main-raised section:first-of-type {
border-radius: 0;
}
.footer.footer-big {
padding: 30px 0 26px;
}
.footer .footer-menu {
width: 100%;
}
.footer .copyright {
display: inline-block;
float: none !important;
width: 100%;
padding: 10px 0;
text-align: center;
}
.main-raised {
margin-right: 0;
margin-left: 0;
border-radius: 0;
}
hr {
margin-top: 0;
}
.hestia-about {
padding-top: 30px;
}
.hestia-about h2 {
margin-top: 0;
}
.hestia-about .widget_sow-image .panel-widget-style {
margin-top: -60px;
padding: 0 0 60px 0 !important;
}
.hestia-team .card-image,
.team .card-image,
.authors-on-blog .card-image {
height: 100px;
margin: 0 auto;
width: 100px;
}
.hestia-team .card-image img,
.team .card-image img,
.authors-on-blog .card-image img {
object-fit: cover;
}
.hestia-team .col-xs-6:nth-of-type(2n+1),
.team .col-xs-6:nth-of-type(2n+1),
.authors-on-blog .col-xs-6:nth-of-type(2n+1) {
clear: both;
}
.hestia-team .card .content,
.team .card .content,
.authors-on-blog .card .content {
text-align: center;
}
.hestia-team .card .content .card-description,
.team .card .content .card-description,
.authors-on-blog .card .content .card-description {
display: none;
}
.hestia-team .card .content .footer,
.team .card .content .footer,
.authors-on-blog .card .content .footer {
margin-left: 0;
margin-top: 0;
}
.hestia-team .card .content .footer .btn.btn-just-icon,
.team .card .content .footer .btn.btn-just-icon,
.authors-on-blog .card .content .footer .btn.btn-just-icon {
margin: 0 5px;
padding: 0;
}
.hestia-team .card .content .footer .btn.btn-just-icon i,
.team .card .content .footer .btn.btn-just-icon i,
.authors-on-blog .card .content .footer .btn.btn-just-icon i {
width: auto;
}
.hestia-work .card {
cursor: pointer;
}
.pricing {
padding: 60px 0 40px;
}
.contactus .card-contact {
margin-top: 90px;
}
.contactus .form_captcha_wrap .pirate-forms-google-recaptcha > div {
margin: 0 auto;
}
.contactus .contact_submit_wrap {
text-align: center;
}
.hestia-clear-top-padding {
margin-top: -30px;
}
.single.single-post .section-blog-info .entry-social {
margin: 15px 0 30px;
}
.single.single-post .section-blog-info .card-profile {
margin-top: 20px;
}
.page .section.section-text {
padding: 30px 0;
}
.single-post .page-header.header-small,
.page .page-header.header-small,
.blog .page-header.header-small,
.archive .page-header.header-small,
.category .page-header.header-small {
min-height: 0;
}
.single-post .page-header.header-small .container,
.page .page-header.header-small .container,
.blog .page-header.header-small .container,
.archive .page-header.header-small .container,
.category .page-header.header-small .container {
padding: 120px 15px 50px;
}
.single-post .page-header.header-small .container .hestia-title,
.page .page-header.header-small .container .hestia-title,
.blog .page-header.header-small .container .hestia-title,
.archive .page-header.header-small .container .hestia-title,
.category .page-header.header-small .container .hestia-title {
margin-top: 0;
}
.hestia-top-bar {
overflow: hidden;
}
.hestia-top-bar .col-md-6 {
text-align: center;
width: 100%;
}
.hestia-top-bar .col-md-6.pull-right {
display: none;
}
.hestia-top-bar .col-md-12, .hestia-top-bar .col-md-12.pull-right {
float: none !important;
text-align: center;
}
.hestia-top-bar .widget.widget_shopping_cart {
display: none;
}
.home:not(.blog) .main-raised {
margin-top: 0;
}
.home:not(.blog) .page-header {
min-height: 0;
}
.header .carousel .item .container {
padding-top: 170px;
padding-bottom: 100px;
}
.header .buttons > .btn-right ~ .btn-left {
margin-top: 40px;
}
.header.header-with-topbar .carousel .item .container {
padding-top: 210px;
}
.header .carousel .carousel-control {
margin-top: 35px;
}
.header.header-with-topbar .carousel .carousel-control {
margin-top: 55px;
}
.obfx-sharing-bottom {
left: 0;
}
.carousel .buttons .btn-left + .btn-right,
.carousel .buttons .btn-left,
.carousel .buttons .btn-right {
margin: 0 15px 15px;
}
.navbar.navbar-transparent .hestia-hide-if-transparent {
display: block;
}
.navbar.navbar-transparent .hestia-transparent-logo {
display: none;
}
}
@media (max-width: 767px) {
.carousel .page-header .row {
flex-direction: column;
justify-content: center;
padding: 0;
text-align: center;
}
.carousel .page-header .row .margin-right-auto,
.carousel .page-header .row .margin-left-auto {
margin: inherit;
}
.carousel .page-header .row .big-title-slider-content {
text-align: center;
}
.carousel .item .container.container-height-auto {
top: 0;
transform: none;
}
.carousel .carousel-control.left i {
left: 10px;
}
.carousel .carousel-control.right i {
right: 10px;
}
}
@media (max-width: 600px) {
body.admin-bar .navbar {
margin-top: 0;
}
}
@media (max-width: 600px) {
body.admin-bar .navbar.navbar-scroll-point {
top: 0;
}
body.admin-bar .navbar.navbar-scroll-point.header-with-topbar {
top: 0;
}
body.admin-bar .navbar.navbar-scroll-point.navbar-transparent {
margin-top: 0;
top: 46px;
}
body.admin-bar .navbar.navbar-not-transparent {
margin-top: 0;
}
body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top .navbar-collapse, body.admin-bar .navbar.navbar-scroll-point.header-with-topbar.navbar-fixed-top .navbar-collapse {
max-height: calc(100% - 70px);
margin-top: 70px;
}
body.admin-bar .navbar.navbar-scroll-point.navbar-fixed-top.navbar-transparent .navbar-collapse, body.admin-bar .navbar.navbar-scroll-point.header-with-topbar.navbar-fixed-top.navbar-transparent .navbar-collapse {
max-height: calc(100% - 70px);
margin-top: 115px;
}
}
@media (max-width: 480px) {
.single .main-raised {
margin: -60px 0 30px;
}
.comment-respond .form-submit input {
display: block;
float: none !important;
margin: 0 auto;
}
.hestia-features {
padding: 40px 0 55px;
}
.alternative-blog-row {
display: table;
width: 100%;
margin: 0 auto;
table-layout: fixed;
}
.alternative-blog-row div:first-child {
display: table-footer-group;
}
.alternative-blog-row div:last-child {
padding: 0;
display: block;
}
.contactus .hestia-contact-form-col {
padding: 0 5px;
}
.contactus .card-contact {
margin-top: 30px;
}
.contactus .card-contact .content {
padding: 30px 15px 0;
}
.contactus .pirate_forms_wrap .pirate-forms-footer .form_captcha_wrap {
margin-bottom: 0;
padding: 0;
}
.contactus .pirate_forms_wrap .form_captcha_wrap > div > div {
transform: scale(0.8);
overflow: visible;
}
}  .col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 481px) and (max-width: 767px) {
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11 {
float: left;
}
.col-ms-1 {
width: 8.33333%;
}
.col-ms-2 {
width: 16.66667%;
}
.col-ms-3 {
width: 25%;
}
.col-ms-4 {
width: 33.33333%;
}
.col-ms-5 {
width: 41.66667%;
}
.col-ms-6 {
width: 50%;
}
.col-ms-7 {
width: 58.33333%;
}
.col-ms-8 {
width: 66.66667%;
}
.col-ms-9 {
width: 75%;
}
.col-ms-10 {
width: 83.33333%;
}
.col-ms-11 {
width: 91.66667%;
}
.col-ms-12 {
width: 100%;
}
.col-ms-push-1 {
left: 8.33333%;
}
.col-ms-push-2 {
left: 16.66667%;
}
.col-ms-push-3 {
left: 25%;
}
.col-ms-push-4 {
left: 33.33333%;
}
.col-ms-push-5 {
left: 41.66667%;
}
.col-ms-push-6 {
left: 50%;
}
.col-ms-push-7 {
left: 58.33333%;
}
.col-ms-push-8 {
left: 66.66667%;
}
.col-ms-push-9 {
left: 75%;
}
.col-ms-push-10 {
left: 83.33333%;
}
.col-ms-push-11 {
left: 91.66667%;
}
.col-ms-pull-1 {
right: 8.33333%;
}
.col-ms-pull-2 {
right: 16.66667%;
}
.col-ms-pull-3 {
right: 25%;
}
.col-ms-pull-4 {
right: 33.33333%;
}
.col-ms-pull-5 {
right: 41.66667%;
}
.col-ms-pull-6 {
right: 50%;
}
.col-ms-pull-7 {
right: 58.33333%;
}
.col-ms-pull-8 {
right: 66.66667%;
}
.col-ms-pull-9 {
right: 75%;
}
.col-ms-pull-10 {
right: 83.33333%;
}
.col-ms-pull-11 {
right: 91.66667%;
}
.col-ms-offset-1 {
margin-left: 8.33333%;
}
.col-ms-offset-2 {
margin-left: 16.66667%;
}
.col-ms-offset-3 {
margin-left: 25%;
}
.col-ms-offset-4 {
margin-left: 33.33333%;
}
.col-ms-offset-5 {
margin-left: 41.66667%;
}
.col-ms-offset-6 {
margin-left: 50%;
}
.col-ms-offset-7 {
margin-left: 58.33333%;
}
.col-ms-offset-8 {
margin-left: 66.66667%;
}
.col-ms-offset-9 {
margin-left: 75%;
}
.col-ms-offset-10 {
margin-left: 83.33333%;
}
.col-ms-offset-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.form-horizontal .form-group .control-label {
text-align: right;
}
} .wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item.hidden {
display: block !important;
}@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600;700&display=swap&family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url(https://use.typekit.net/mgc3okw.css);
:root{
--siteTerq : #78B1BB;
--siteTerqFade : rgba(120, 177, 187, .8);
--siteTerqFade60 : rgba(120, 177, 187, .6);
--siteTerqFade40 : rgba(120, 177, 187, .4);
--siteTerqFade15 : rgba(120, 177, 187, .15);
--siteTerqFade80 : rgba(120, 177, 187, .80);
--siteYellow: #F7CF61;
--siteYelloFade90: rgba(247, 207, 97, .9);
--siteYelloFade60: rgba(247, 207, 97, .6);
--siteGreen: #25894F;
--siteGreenFade15: rgba(37, 137, 79, .15);
--darkTerq: #5C93A0;background: rgba(120, 177, 187, .3) !important;
--darkGreen: #2F604F;
--darkestBlue: #07283A;
--darkestBlueFade80: rgba(7, 40, 58, .8);
--lightGray: #666666;
--siteNude: #BF9E8B;
--siteNudeFade60: rgba(191, 158, 139,.6);
--siteNudeFade90: rgba(191, 158, 139,.9);
--siteNudeFade15: rgba(191, 158, 139,.15);
}
h1{
font-size: 3em !important; }
h1,h2,h3,h4,h5,h6{
font-family: 'Source Serif Pro', serif;
}
h1,h2,h3{
font-weight: 600;
}
body{
font-family: 'acumin-pro', sans-serif;
font-size: 1.2em !important;
}
.wrapper{
min-height: unset !important;
}
figure{
margin: 0 !important;
}
.site-arrow-btn{
display: inline-block;
background: none !important;
border-radius: 5px;
font-size: .9em;
}
.site-arrow-btn .wp-block-button{
margin-bottom: 0;
}
.site-arrow-btn:hover a{
text-decoration: none;
}
.site-arrow-btn a{
background: none !important;
padding: 5px 10px;
}
.site-arrow-btn a i{
margin-left: 5px;
}
.btn-terq, .bt-green, .btn-white, .btn-black{
width: fit-content;
}
.btn-white{
border: 1px solid white;
}
.btn-white a{
color: white !important;
}
.btn-white .wp-block-button__link a:hover{
color: white !important;
}
.btn-terq a{
color: var(--darkTerq);
padding-left: 0;
}
.btn-green a{
color: var(--darkGreen);
padding-left: 0;
}
.btn-black{
border: 1px solid black;
}
.btn-black a{
color: black !important;
}
.btn-black-noborder a{
color: black !important;
padding-left: 0;
}
.wp-block-button__link:hover{
color: black;
}
input[type="submit"]{
box-shadow: none !important;
} .navbar .container{
display: flex;
flex-direction: column !important;
padding: 0;
width: 100%;
margin: 0;
}
.navbar{
border: none !important;
box-shadow: none !important;
}
nav{
margin-top: 0 !important;
}
.navbar-collapse{
background: rgba(120, 177, 187, .3) !important;
width: 100%;
}
.navbar-nav {
float: unset;
margin: 0 !important;
justify-content: center !important;
}
.navbar-header{
padding: 20px 0 !important;
z-index: 10000 !important;
}
.title-logo-wrapper{
min-width: unset !important;
}
.navbar .navbar-header .navbar-brand img {
width: 280px !important;
max-height: 100% !important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-left: 0 !important;
}
.navbar-default{
background: white !important;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
}
#main-navigation ul.nav > li {
padding: 1em 0 !important;
}
.navbar-default .navbar-nav>li>a:hover {
color: var(--darkestBlue) !important;
}
.navbar a {
font-size: 1.3em !important;
}
.navbar a::before{
content: none !important;
}
.navbar .navbar-nav > li .dropdown-menu li:not(:last-child){
border-bottom: 1px solid var(--darkestBlue);
}
.navbar .navbar-nav > li .dropdown-menu li > a{
text-transform: uppercase;
font-size: 1.1em !important;
}
.navbar .navbar-nav > li .dropdown-menu li > a:hover{
color: var(--lightGray) !important;
background: none;
}
.navbar .navbar-nav > li .dropdown-menu{
border-radius: 0;
box-shadow: none;
transition: none !important;
}
a:not(.btn):not(.button):not(.added_to_cart):hover {
opacity: 1;
}
@media (max-width: 768px){
.navbar-toggle[aria-expanded="true"]{
z-index: 10000 !important;
}
.navbar-collapse[aria-expanded="true"]{
height: 100vh !important;
max-height: 100vh !important;
}
.navbar-collapse .nav.navbar-nav{
padding: 250px 0 0 50px;
}
.nav .navbar-nav{
padding-top: 180px;
}
.navbar.navbar-fixed-top .navbar-collapse{
margin-top: 0 !important;
}
.navbar-toggle{
background: none !important;
}
.navbar-default .navbar-toggle:hover{
background: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: var(--siteTerq) !important;
border: none;
}
.navbar-toggle .icon-bar {
width: 40px;
height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 7px;
}
.navbar-toggle-wrapper {
margin-right: 20px;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 10px;
background: white !important;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -10px;
background: white !important;
}
.navbar-collapse[aria-expanded="true"] + .navbar-header .navbar-brand img{
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.navbar-default .navbar-nav>li>a {
color: #fff;
font-size: 2em !important;
font-weight: 700;
}
.navbar .navbar-nav > li .dropdown-menu li{
border-bottom: none !important;
}
.navbar .navbar-nav > li .dropdown-menu li {
color: white;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a {
margin: 0;
padding: 15px 0 15px 15px;
}
#main-navigation ul.nav > li {
padding: .3em 0 !important;
}
.navbar-default .navbar-nav>li>a{
display: flex;
width: fit-content;
}
.dropdown-toggle .caret-wrap{
margin-left: 30px;
}
.dropdown-toggle .caret-wrap .caret{
border: none !important;
}
.navbar .navbar-nav .dropdown a .caret svg {
fill:white;
}
}
@media (max-width: 600px){
body.admin-bar .navbar.navbar-not-transparent {
margin-top: 10px;
}
.navbar-collapse .nav.navbar-nav{
padding: 150px 0 0 50px;
}
}
@media (min-width: 781px){
#menu-primary-menu a[title="DONATE"]{
border: 1px solid white;
padding: 7px !important;
margin-top: 7px;
}
}
.secondary-menu-container a{
color: white !important;
} section{
padding: 0 !important;
}
.wp-block-columns{
margin-bottom: 0 !important;
}
.boxed-layout-header{
display: none;
}
.main{
margin-top: 135px !important;
box-shadow: none !important;
}
@media (max-width: 768px){
.main {
margin-top: 60px !important;
}
}
@media (max-width: 600px){
.main {
margin-top: 60px !important;
}
}
.page .wrapper .main .blog-post {
flex: 1 0 auto;
}
.page-content-wrap {
margin-left: 0 !important;
margin-right: 0 !important;
}
.main-raised {
margin: 0;
}
.site-container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.site-container {
max-width: 1170px
}
@media (min-width: 768px)
{.site-container {
width: 750px;
}}
@media (min-width: 992px){
.site-container {
width: 970px;
}
}
@media (min-width: 1200px){
.site-container {
width: 1170px;
}
}
.gform_title{
display: none;
}
@media (max-width: 768px){
.page .section.section-text {
padding: 30px 0 0 0;
}
}
.section-padding{
padding-top: 50px;
padding-bottom: 40px;
}
.section-padding-top{
padding-top: 50px;
}
.section-square{
position: relative;
padding: 60px 40px;
margin-left: 0 !important;
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
}
.work-section-square{
position: relative;
padding: 60px 40px;
margin-left: 0 !important;
min-height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
.work-section-square h2{
text-align: center;
} .footer-big {
padding: 0 !important;
}
.footer.footer-black.footer-big{
background: var(--darkestBlue) !important;
}
.copyright p{
color: var(--siteTerq);
}
.hestia-bottom-footer-content{
display: flex;
flex-direction: column;
align-items: center;
}
.footer-menu li{
background: white;
border-radius: 50%;
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 .5em
}
.footer-big .footer-menu li a::before{
color: var(--darkestBlue)!important;
font-size: 20px !important;
opacity: 1 !important;
}
.footer-menu li a{
padding-top: 2px !important;
}
.footer-widget-top{
padding: 50px 0;
}
.footer-widget-bottom{
background: var(--darkestBlue);
color: white;
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: 0 !important;
}
.serif{
font-family: 'Source Serif Pro', serif;
}
.footer-widget-bottom p{
font-size: .95em;
}
.footer-widget-bottom input{
border: 1px solid white !important;
border-radius: 5px !important;
color: white !important;
}
.footer-widget-bottom input::placeholder{
color: white;
}
.footer-widget-bottom form{
display: flex;
flex-wrap: wrap;
}
.footer-widget-bottom input[type="submit"]{
background: var(--siteYellow);
color: var(--darkestBlue);
border: none !important;
font-size: .9em;
font-weight: 700;
padding: 6px 15px !important;
line-height: 1.5em;
margin-left: 15px !important;
}
.footer-widget-bottom input[type="submit"]:hover{
background: var(--siteYellow);
}
.form-control{
background-image: none !important;
}
.gform_footer.top_label input{
margin: 0 !important;
}
.gform_footer.top_label{
margin: 0 !important;
padding: 0 !important;
}
.footer-widget-bottom .gform_wrapper.gravity-theme .gfield input.large{
height: 100%;
}
.footer-widget-bottom .gform_body.gform-body{
max-width: 300px;
width: 100%;
margin-right: 1em !important;
}
.mb-0{
margin-bottom: 0 !important;
}
@media (max-width: 768px){
.footer-widget-bottom .site-container{
text-align: center;
}
.footer-widget-bottom form{
justify-content: center;
}
.footer-widget-bottom{
padding-bottom: 0 !important;
}
}
.secondary-menu-container{
display: flex;
flex-wrap: wrap;
text-align: left !important;
justify-content: space-around;
height: fit-content;
}
.secondary-menu-container ul{
list-style: none;
text-transform: uppercase;
height: fit-content;
margin:0 !important;
padding: 0 !important;
}
.secondary-menu-container ul li{
line-height: 3.2em;
font-size: .8em;
font-weight: 700;
}
@media (max-width: 768px){
.secondary-menu-container ul{
width: 100%;
text-align: center;
}
.secondary-menu-container{
margin-bottom: 3em;
}
.footer-left-newsletter{
order: 2;
}
.address-wrapper{
margin-bottom: 25px;
}
}
@media (min-width: 600px) and (max-width: 781px){
.wp-block-column.address-header{
flex-basis: 100% !important;
flex-grow: 1 !important;
}
.wp-block-column.address-wrapper{
margin-left: 0;
}
}
.address-wrapper{
border-left: 3px solid var(--siteTerq);
padding-left: 15px;
}
.address-wrapper i{
color: var(--siteTerq);
font-size: 1.5em;
margin-right: .5em;
}
.address-wrapper:last-child{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.social-bcli{
text-align: right; padding-right:1em;
}
.social-ccel{
text-align: left; padding-left:1em;
}
.social-footer{
background: var(--darkestBlue);
color: white;
}
.social-footer p{
display: inline !important;
font-size: .8em;
font-weight: 600;
}
.social-footer i{
color: var(--darkestBlue);
background: white;
width: 25px;
height: 25px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin: 0 2px;
}
.social-footer p:first-child{
margin-right: 1em !important;
}
.footer-copyright{
background: var(--darkestBlue);
padding: 25px 0 10px 0;
}
.footer-copyright p{
text-align: center;
font-size: .7em;
color: var(--siteTerq);
}
@media (max-width: 600px){
.social-bcli, .social-ccel{
text-align: center;
}
.social-bcli{
margin-bottom: 15px;
}
}
.sticky-bottom1{
position: fixed;
bottom: 0;
width: 100%;
}
#mailpoet_form_1 form.mailpoet_form{
padding: 0 !important;
} .home-blue-wrapper{
display: flex;
}
.hestia-about {
padding: 0;
border-radius: 0 !important;
color: inherit !important;
flex: 1 0 auto !important;
}
.fullheight{
height:70vh
}
.home-hero{
background: var(--siteTerqFade);
}
.home-hero .center{
text-align: center;
}
.home-hero .left{
text-align: left;
}
.home-hero .right{
text-align: right;
}
.margin-btn{
margin: .5em;
}
@media (max-width: 781px){
.wp-block-column.home-blue-img{
flex-basis: 0 !important;
}
.wp-block-column.sq-1, 
.wp-block-column.sq-2, 
.wp-block-column.sq-3, 
.wp-block-column.sq-4, 
.wp-block-column.sq-5,
.wp-block-column.sq-7,
.wp-block-column.sq-8,
.sq-1 .section-square{
flex-basis: 100% !important;
}
.home-blue-img img{
display: none;
}
.sq-6{
display: none;
}
.home-history-img,
.coming-soon-img{
display: none
};
}
@media (max-width: 768px){
.home-hero .left,
.home-hero .right{
display: none;
}
.home-hero .center {
flex-basis: 100% !important;
}
.small-hide{
display: none !important;
}
.elder-logo img{
max-width: 250px !important;
}
}
.ml-100{
margin-left: -100px !important;
}
.mr-100{
margin-right: -100px !important;
}
.home-hero img{
max-width: 350px;
}
.home-hero .right img{
margin-right: -60px;
}
.home-hero .left img{
margin-left: -80px;
}
.home-blue-img{
display: flex;
align-items: end;
}
.home-blue-img img{
max-width: 200px;
}
.elder-logo img{
max-width: 300px;
margin-bottom: 20px;
}
.absolute-arrow{
position: absolute;
right: 40px;
bottom: 10px;
font-size: 2.5em;
}
.how-we-work .sq-6 figure img{
max-height: 400px;
object-fit: cover;
}
.home-history-section{
background: var(--siteTerqFade60);
}
.home-history-img{
background: var(--siteTerqFade40);
position: relative;
}
.home-history-img figure{
width: 300px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -60px;
}
.coming-soon-img{
background: var(--siteNudeFade15);
position: relative;
}
.coming-soon-img figure{
width: 500px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -300px;
}
.opacity-5{
opacity: .05;
}
.opacity-25{
opacity: .25
}
@media (min-width: 781px){
.coming-soon{
min-height: 60vh;
}
} .about-whatwedo-section{
background: var(--siteGreen);
color: white;
display: flex;
}
.about-whoweare-section{
background: var(--siteNudeFade60);
color: black;
position: relative;
display: flex;
}
.about-whatwedo-section,
.about-whoweare-section{
min-height: 400px;
}
.about-workwithus-section{
background: var(--siteYellow);
color: black;
}
.about-people-section{
background: var(--siteTerq);
color: white;
}
.about-sq-1{
display: flex;
flex-direction: column;
justify-content: center;
}
.about-process-section{
background: var(--siteNude);
color: white;
margin-bottom: -30px !important;
margin-top: -30px !important;
position: relative;
}
.about-values-section{
background: var(--siteGreen);
color: white;
margin-bottom: -30px !important;
margin-top: -30px !important;
position: relative;
}
.p-b-1{
padding-bottom: 1em;
}
.process-header-wrapper{
display: flex;
align-items: center;
margin-bottom: .7em !important;
}
.process-header-wrapper .header-text{
flex-basis: 100% !important;
}
.process-header-wrapper .header-img{
flex-basis: 0 !important;
max-width: 40px;
}
.process-header-wrapper figure{
width: 40px;
}
.process-header-wrapper h4{
margin-bottom: 0 !important;
margin-left: 20px !important;
}
.about-whatwedo-section .sq-6 figure{
width: 500px;
}
.about-whoweare-section .sq-6 figure{
width: 430px;
position: absolute;
right: 0;
bottom: 0;
}
.ml0{
margin-left: 0 !important;
}
.work-volunteers-img{
background: var(--siteTerqFade40);
position: relative;
}
.work-volunteers-img figure{
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -100px;
}
@media (max-width: 781px){
.about-process-section .wp-block-column.sq-8,
.about-values-section .wp-block-column.sq-8{
margin-left: 0;
}
.process-header-wrapper .header-text{
flex-basis: calc(50% - 1em) !important;
}
.process-sq,
.values-sq{
margin-bottom: 3.5em !important;
}
.extra-top-padding{
padding-top: 70px !important;
}
.extra-bottom-padding{
padding-bottom: 70px !important;
}
.about-whatwedo .wp-block-column:nth-child(2){
margin-left: 0 !important;
}
.about-whatwedo-section,
.about-whoweare-section{
min-height: auto !important;
}
.workwith-right .wp-block-columns {
height: auto !important;
}
.work-volunteers-img{
display: none;
}
.suggestion-form .section-square,
.work-with-us-form .section-square,
.suggestion-form-darkblue .section-square{
min-height: auto;
padding-bottom: 0 !important;
}
}
@media (min-width: 600px) and (max-width: 781px){
.work-form-container.wp-block-column:not(:only-child) {
flex-basis: 100% !important;
flex-grow: 0;
}
}
.suggestion-form .section-square{
background: var(--siteTerqFade80);
justify-content: start !important;
}
.suggestion-form textarea::placeholder{
color: black!important;
}
.suggestion-form-darkblue{
background: var(--darkestBlueFade80) !important;
}
textarea{
border: 1px solid black !important;
}
.work-with-us-form .section-square,
.suggestion-form-darkblue .section-square{
justify-content: start !important;
}
.suggestion-form-darkblue,
.suggestion-form-darkblue input::placeholder,
.suggestion-form-darkblue textarea::placeholder{
color: white !important;
}
.suggestion-form-darkblue textarea{
border-color: white !important;
}
#suggestion input{
border-bottom: 1px solid white !important;
}
#suggestion input[type='submit']{
color: white;
border: 1px solid white !important;
}
#suggestion input[type='submit']:hover{
color: white !important;
}
.workwith-sq1{
background: var(--siteTerqFade60);
color: black;
text-align: center;
}
.workwith-sq1 .site-arrow-btn{
margin: 0 auto;
}
.workwith-sq3{
background: var(--siteNudeFade60);
color: white;
}
.workwith-right .wp-block-columns{
height: 50%;
}
.academic-img{
background-color: var(--siteTerqFade40);
}
.academic-img img{
max-width: 400px;
float: right;
}
.work-volunteer{
background: var(--siteTerqFade60);
}
.work-careers{
background: var(--darkestBlueFade80);
color: white;
}
.work-careers img{
max-width: 90%;
}
.work-with-us-form{
background: var(--siteYelloFade90);
color: black;
}
.work-form-container form input{
border-bottom: 1px solid black !important;
padding-left: 0 !important;
}
.work-form-container form input::placeholder{
color: black;
}
.work-form-container form select{
background: none !important;
border: none;
border-bottom: 1px solid black !important;
margin-bottom: 15px;
padding-left: 0 !important;
}
.work-form-container input[type="submit"]{
background: none;
color: black;
border: 1px solid black !important;
font-size: .9em;
font-weight: 700;
padding: 8px 15px !important;
line-height: 1.5em;
}
.work-form-container input[type="submit"]:hover{
background: none !important;
color: black !important;
}
.work-form-container .gform_fileupload_rules{
display: none;
}
.work-form-container .gform_footer.top_label{
text-align: center;
margin-top: 30px !important;
}
.work-form-container .upload-field input{
border: 1px dotted black !important;
}
@media (min-width: 781px){
.work-volunteer{
min-height: 500px;
}
}
@media (max-width: 781px){
.donate-wrapper{
flex-direction: column;
}
.donate-wrapper .donate-heading{
margin: 0 !important;
}
}
.donate-section{
background: var(--siteNudeFade90);
color: black;
}
.donate-section-terq{
background: var(--siteTerqFade);
position: relative;
overflow: hidden;
}
.donate-section-nude{
background: var(--siteNudeFade90);
position: relative;
overflow: hidden;
}
.donate-wrapper .donate-heading{
display: inline-block !important;
margin-right: 2em !important;
z-index: 1;
}
.donate-wrapper{
display: flex;
justify-content: start;
align-items: baseline;
padding: 60px 40px;
}
.donate-logo-bg{
position: absolute;
right: -70px;
transform: rotate(60deg);
bottom: -150px;
}
.donate-logo-bg-left{
position: absolute;
left: -100px;
top: -100px;
transform: rotate(150deg);
}
@media (max-width: 781px){
.donate-logo-bg-left{
display: none;
}
}
.whatdo-wrapper{
max-width: 350px;
margin-left: 4em !important;
}
.whatdo-wrapper h4{
font-size: 1.1em;
border-bottom: 2px solid var(--siteTerq);
margin-bottom: 0 !important;
padding-bottom: .8em !important;
}
.whatdo-wrapper h4:last-child{
border-bottom: none;
} .wpsm_panel-group .wpsm_panel-heading{
padding: 2px 0;
}
.wpsm_panel-heading .fa-plus:before {
content: "\f078";
color: var(--siteTerq);
}
.wpsm_panel-heading .fa-minus:before {
content: "\f077";
color: var(--siteTerq);
}
#wpsm_accordion_522 .wpsm_panel-body {
font-family: 'acumin-pro', sans-serif !important;
padding-left: 0;
}
.ac_title_class{
padding-left: 0 !important;
font-size: 20px;
font-family: 'Source Serif Pro', serif;
}
.wpsm_panel-default{
border-bottom: 2px solid var(--siteTerq) !important;
}
.psm_panel.wpsm_panel-default{
border-bottom: 2px solid var(--siteTerq) !important;
}
#acc-522 #wpsm_accordion_522 .wpsm_panel-default:not(:last-child){
border-bottom: 2px solid var(--siteTerq) !important;
}
@media (max-width: 781px){
.acc-wrapper{
margin-top: 2em;
}
} .family-container{
background: var(--siteNudeFade60);
color: black;
min-height: 400px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.family-sq2{
margin: 0 auto !important;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.family-sq1,.family-sq3{
position: absolute;
width: 300px;
}
.family-sq1{
top: -10px;
left: -10px;
}
.family-sq3{
bottom: -10px;
right: -10px;
}
.push-right{
margin-left: 20%;
}
.family-visit{
background: var(--siteTerqFade);
color: black;
}
.allsectors-sq1 .elder-logo img{
-webkit-filter: invert(100%);
filter: invert(100%);
max-width: 230px;
}
@media (max-width: 781px){
.family-container{
flex-direction: column;
}
.family-sq1,.family-sq3{
width: 150px;
}
.family-elder-section{
display: none;
}
.put-center{
display: flex;
justify-content: center;
}
}
@media (max-width: 1300px){
.hide-med img{
display: none !important;
}
} .projects-header{
padding-left: 40px;
}
.logo-bg-projects{
width: 400px;
position: absolute;
right: -100px;
top: 50px;
z-index: 1;
}
@media (max-width:781px){
.logo-bg-projects{
display: none;
}
}
.category-completed-projects .related-posts{
display: none;
}
.completed-project-container{
background: var(--siteNudeFade60);
color: black;
min-height: 400px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.project-container{
background: var(--siteNudeFade60);
color: black;
min-height: 400px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.overview-projects{ }
.download-section{
margin: 1em 0 !important;
}
.download-section h5{
border-bottom: 2px solid black;
padding-bottom: 5px;
}
.download-section .site-arrow-btn div.wp-block-button{
display: block;
}
.terq15-bg{
background: var(--siteTerqFade15)
}
.border-bottom-2{
border-bottom: 2px solid black;
}
.padding-b-0{
padding-bottom: 0 !important;
} #caf-post-layout1 #manage-post-area{
background: none !important;
}
#manage-ajax-response{
padding:0 !important;
}
.caf-post-layout-container article{
padding: 0 !important;
margin-bottom: 0 !important;
}
.manage-layout1{
height: 100%;
position: relative;
}
.colorful-container .caf-post-layout-container article:nth-child(6n){
background: var(--siteNude);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+1){
background: var(--darkestBlue);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+2){
background: var(--siteYellow);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+3){
background: var(--siteGreen);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+4){
background: var(--siteTerqFade);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+5){
background: var(--siteTerq);
}
#caf-post-layout1 .caf-post-title {
background: none !important;
padding: 60px 40px;
margin-left: 0 !important;
min-height: 350px;
display: flex;
flex-direction: column;
justify-content: center;
}
.caf-post-title h2{
font-family: 'Source Serif Pro', serif !important;
font-weight: 600 !important;
font-size: 37px !important;
color: black !important;
line-height: initial !important;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;  
overflow: hidden;
}
#caf-layout-pagination.caf-pagination{
margin-top: 15px !important;
margin-bottom: 15px !important;
}
#caf-filter-layout1 .caf-filter-container{
text-align: left;
padding-left: 40px;
}
#caf-filter-layout1 .caf-filter-container li a{
text-transform: uppercase !important;
font-size: 18px !important;
font-weight: 400 !important;
padding-left: 0;
margin-left: 0;
}
#caf-filter-layout1 .caf-filter-container li a.active{
color: inherit !important;
background: none !important;
font-weight: 700 !important;
} .blog-post{
font-size: 18px !important;
}
.post.type-post .blog-post.blog-post-wrapper .container{
padding-top: 70px !important;
}
.color-black{
color: black !important;
}
.blog-post .section-text {
padding-top: 0!important;
padding-bottom: 0!important;
}
.single .main-raised {
margin-bottom: 0;
}
.has-white-color a{
color: white !important;
}
.lrc_projects .related-posts{
display: none;
}
.lrc_projects .section-text{
margin-top: 50px;
} .small-sq{
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.bg-nude-90{
background: var(--siteNudeFade90);
}
.text-white a{
color: white;
}
.text-white a:hover{
color: white;
}
.contact-section i{
transform: rotateY(180deg);
font-size: .8em;
}
.contact-block p{
position: relative;
}
.contact-block h1{
margin-left: -60px !important;
}
.contact-block i{
font-size: 1.7em;
position: absolute;
left: -40px;
top: 10px;
}
.contact-block{
position: relative;
}
.contact-bg-rt{
position: absolute;
width: 400px;
top: 0;
right: 0;
}
.contact-bg-lb{
position: absolute;
width: 200px;
left: 0;
bottom: 0;
transform: rotate(180deg)
}
@media (max-width:781px){
.contact-bg-lb,
.contact-bg-rt{
display: none;
}
} .blog-page-container #caf-post-layout3 #manage-post-area{
background-image: none;
}
.blog-page-container .caf-post-title h2 a{
color: black !important;
}
.blog-page-container .caf-post-title h2{
line-height: 26px !important;
}
.blog-page-container #caf-post-layout3{
height: 220px;
box-shadow: none;
}
.blog-page-container #caf-post-layout3 .caf-content{
color: black !important;
background: none !important;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
padding-bottom: 2px;
font-size: .9em;
}
.blog-page-container #caf-post-layout3 #manage-post-area{
height: 100%;
}
a#terq-text{
color: var(--siteTerq);
font-family: 'acumin-pro', sans-serif !important;
font-size: .9em;
text-decoration: underline !important;
}
#terq-text:hover{
color: var(--darkTerq);
}
.blog-page-container .caf-filter-container ul.dropdown li{
text-align: left !important;
}
.blog-page-container #caf-filter-layout2 li ul{
left: 0 !important;
}
.data-target-div1 #caf-filter-layout2 ul.dropdown li span:nth-child(2){
display: none !important;
}
.section.related-posts{
padding-top: 0;
font-family: 'acumin-pro', sans-serif !important;
}
.section.related-posts p{
font-size: 16px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.section.related-posts h4{
font-size: 22px;
font-family: 'Source Serif Pro', serif;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.section.related-posts h2{
font-family: 'Source Serif Pro', serif;
}
.card.card-blog{
box-shadow: none;
}
.post.type-post section.section.section-text{
display: none;
}html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100% }body {margin: 0 }article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block }audio, canvas, progress, video {display: inline-block;vertical-align: baseline }audio:not([controls]) {display: none;height: 0 }[hidden], template {display: none }a {background-color: transparent }a:active, a:hover {outline: 0 }abbr[title] {border-bottom: 1px dotted }b, strong {font-weight: bold }dfn {font-style: italic }h1 {font-size: 2em;margin: 0.67em 0 }mark {background: #ff0;color: #000 }small {font-size: 80% }sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline }sup {top: -0.5em }sub {bottom: -0.25em }img {border: 0 }svg:not(:root) {overflow: hidden }figure {margin: 1em 40px }hr {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;height: 0 }pre {overflow: auto }code, kbd, pre, samp {font-family: monospace, monospace;font-size: 1em }button, input, optgroup, select, textarea {color: inherit;font: inherit;margin: 0 }button {overflow: visible }button, select {text-transform: none }button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer }button[disabled], html input[disabled] {cursor: default }button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0 }input {line-height: normal }input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 }input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto }input[type="search"] {-webkit-appearance: textfield;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box }input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none }fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em }legend {border: 0;padding: 0 }textarea {overflow: auto }optgroup {font-weight: bold }table {border-collapse: collapse;border-spacing: 0 }td, th {padding: 0 }* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box }*:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box }html {font-size: 10px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0) }body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;line-height: 1.42857143;color: #333;background-color: #fff;}input, button, select, textarea {font-family: inherit;font-size: inherit;line-height: inherit }a {color: #337ab7;text-decoration: none }a:hover, a:focus {color: #23527c;text-decoration: underline }a:focus {outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px }figure {margin: 0 }img {vertical-align: middle }.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {display: block;max-width: 100%;height: auto }.img-rounded {border-radius: 6px }.img-thumbnail {padding: 4px;line-height: 1.42857143;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;display: inline-block;max-width: 100%;height: auto }.img-circle {border-radius: 50% }hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eee }.sr-only {position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0 }.sr-only-focusable:active, .sr-only-focusable:focus {position: static;width: auto;height: auto;margin: 0;overflow: visible;clip: auto }[role="button"] {cursor: pointer }h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: inherit;font-weight: 500;line-height: 1.1;color: inherit }h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {font-weight: normal;line-height: 1;color: #777 }h1, .h1, h2, .h2, h3, .h3 {margin-top: 20px;margin-bottom: 10px }h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {font-size: 65% }h4, .h4, h5, .h5, h6, .h6 {margin-top: 10px;margin-bottom: 10px }h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {font-size: 75% }h1, .h1 {font-size: 36px }h2, .h2 {font-size: 30px }h3, .h3 {font-size: 24px }h4, .h4 {font-size: 18px }h5, .h5 {font-size: 14px }h6, .h6 {font-size: 12px }p {margin: 0 0 10px;}.lead {margin-bottom: 20px;font-size: 16px;font-weight: 300;line-height: 1.4 }@media (min-width: 768px) {.lead {font-size: 21px }}small, .small {font-size: 85% }mark, .mark {background-color: #fcf8e3;padding: .2em }.text-left {text-align: left }.text-right {text-align: right }.text-center {text-align: center }.text-justify {text-align: justify }.text-nowrap {white-space: nowrap }.text-lowercase {text-transform: lowercase }.text-uppercase {text-transform: uppercase }.text-capitalize {text-transform: capitalize }.text-muted {color: #777 }.text-primary {color: #337ab7 }a.text-primary:hover, a.text-primary:focus {color: #286090 }.text-success {color: #3c763d }a.text-success:hover, a.text-success:focus {color: #2b542c }.text-info {color: #31708f }a.text-info:hover, a.text-info:focus {color: #245269 }.text-warning {color: #8a6d3b }a.text-warning:hover, a.text-warning:focus {color: #66512c }.text-danger {color: #a94442 }a.text-danger:hover, a.text-danger:focus {color: #843534 }.bg-primary {color: #fff;background-color: #337ab7 }a.bg-primary:hover, a.bg-primary:focus {background-color: #286090 }.bg-success {background-color: #dff0d8 }a.bg-success:hover, a.bg-success:focus {background-color: #c1e2b3 }.bg-info {background-color: #d9edf7 }a.bg-info:hover, a.bg-info:focus {background-color: #afd9ee }.bg-warning {background-color: #fcf8e3 }a.bg-warning:hover, a.bg-warning:focus {background-color: #f7ecb5 }.bg-danger {background-color: #f2dede }a.bg-danger:hover, a.bg-danger:focus {background-color: #e4b9b9 }.page-header {padding-bottom: 9px;margin: 40px 0 20px;border-bottom: 1px solid #eee }ul, ol {margin-top: 0;margin-bottom: 10px }ul ul, ol ul, ul ol, ol ol {margin-bottom: 0 }.list-unstyled {padding-left: 0;list-style: none }.list-inline {padding-left: 0;list-style: none;margin-left: -5px }.list-inline > li {display: inline-block;padding-left: 5px;padding-right: 5px }dl {margin-top: 0;margin-bottom: 20px }dt, dd {line-height: 1.42857143;}dt {font-weight: bold }dd {margin-left: 0 }@media (min-width: 769px) {.dl-horizontal dt {float: left;width: 160px;clear: left;text-align: right;overflow: hidden;text-overflow: ellipsis;white-space: nowrap }.dl-horizontal dd {margin-left: 180px }}abbr[title], abbr[data-original-title] {cursor: help;border-bottom: 1px dotted #777 }.initialism {font-size: 90%;text-transform: uppercase }blockquote {padding: 10px 20px;margin: 0 0 20px;font-size: 17.5px;border-left: 5px solid #eee }blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {margin-bottom: 0 }blockquote footer, blockquote small, blockquote .small {display: block;font-size: 80%;line-height: 1.42857143;color: #777 }blockquote footer:before, blockquote small:before, blockquote .small:before {content: '\2014 \00A0' }.blockquote-reverse, blockquote.pull-right {padding-right: 15px;padding-left: 0;border-right: 5px solid #eee;border-left: 0;text-align: right }.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {content: '' }.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {content: '\00A0 \2014' }address {margin-bottom: 20px;font-style: normal;line-height: 1.42857143 }code, kbd, pre, samp {font-family: Menlo, Monaco, Consolas, "Courier New", monospace }code {padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px }kbd {padding: 2px 4px;font-size: 90%;color: #fff;background-color: #333;border-radius: 3px;-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25) }kbd kbd {padding: 0;font-size: 100%;font-weight: bold;-webkit-box-shadow: none;box-shadow: none }pre {display: block;padding: 9.5px;margin: 0 0 10px;font-size: 13px;line-height: 1.42857143;word-break: break-all;word-wrap: break-word;color: #333;background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 4px }pre code {padding: 0;font-size: inherit;color: inherit;white-space: pre-wrap;background-color: transparent;border-radius: 0 }.pre-scrollable {max-height: 340px;overflow-y: scroll }.container {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px }@media (min-width: 768px) {.container {width: 750px }}@media (min-width: 992px) {.container {width: 970px }}@media (min-width: 1200px) {.container {width: 1170px }}.container-fluid {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px }.row {margin-left: -15px;margin-right: -15px }.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px }.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left }.col-xs-12 {width: 100% }.col-xs-11 {width: 91.66666667% }.col-xs-10 {width: 83.33333333% }.col-xs-9 {width: 75% }.col-xs-8 {width: 66.66666667% }.col-xs-7 {width: 58.33333333% }.col-xs-6 {width: 50% }.col-xs-5 {width: 41.66666667% }.col-xs-4 {width: 33.33333333% }.col-xs-3 {width: 25% }.col-xs-2 {width: 16.66666667% }.col-xs-1 {width: 8.33333333% }.col-xs-pull-12 {right: 100% }.col-xs-pull-11 {right: 91.66666667% }.col-xs-pull-10 {right: 83.33333333% }.col-xs-pull-9 {right: 75% }.col-xs-pull-8 {right: 66.66666667% }.col-xs-pull-7 {right: 58.33333333% }.col-xs-pull-6 {right: 50% }.col-xs-pull-5 {right: 41.66666667% }.col-xs-pull-4 {right: 33.33333333% }.col-xs-pull-3 {right: 25% }.col-xs-pull-2 {right: 16.66666667% }.col-xs-pull-1 {right: 8.33333333% }.col-xs-pull-0 {right: auto }.col-xs-push-12 {left: 100% }.col-xs-push-11 {left: 91.66666667% }.col-xs-push-10 {left: 83.33333333% }.col-xs-push-9 {left: 75% }.col-xs-push-8 {left: 66.66666667% }.col-xs-push-7 {left: 58.33333333% }.col-xs-push-6 {left: 50% }.col-xs-push-5 {left: 41.66666667% }.col-xs-push-4 {left: 33.33333333% }.col-xs-push-3 {left: 25% }.col-xs-push-2 {left: 16.66666667% }.col-xs-push-1 {left: 8.33333333% }.col-xs-push-0 {left: auto }.col-xs-offset-12 {margin-left: 100% }.col-xs-offset-11 {margin-left: 91.66666667% }.col-xs-offset-10 {margin-left: 83.33333333% }.col-xs-offset-9 {margin-left: 75% }.col-xs-offset-8 {margin-left: 66.66666667% }.col-xs-offset-7 {margin-left: 58.33333333% }.col-xs-offset-6 {margin-left: 50% }.col-xs-offset-5 {margin-left: 41.66666667% }.col-xs-offset-4 {margin-left: 33.33333333% }.col-xs-offset-3 {margin-left: 25% }.col-xs-offset-2 {margin-left: 16.66666667% }.col-xs-offset-1 {margin-left: 8.33333333% }.col-xs-offset-0 {margin-left: 0 }@media (min-width: 768px) {.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left }.col-sm-12 {width: 100% }.col-sm-11 {width: 91.66666667% }.col-sm-10 {width: 83.33333333% }.col-sm-9 {width: 75% }.col-sm-8 {width: 66.66666667% }.col-sm-7 {width: 58.33333333% }.col-sm-6 {width: 50% }.col-sm-5 {width: 41.66666667% }.col-sm-4 {width: 33.33333333% }.col-sm-3 {width: 25% }.col-sm-2 {width: 16.66666667% }.col-sm-1 {width: 8.33333333% }.col-sm-pull-12 {right: 100% }.col-sm-pull-11 {right: 91.66666667% }.col-sm-pull-10 {right: 83.33333333% }.col-sm-pull-9 {right: 75% }.col-sm-pull-8 {right: 66.66666667% }.col-sm-pull-7 {right: 58.33333333% }.col-sm-pull-6 {right: 50% }.col-sm-pull-5 {right: 41.66666667% }.col-sm-pull-4 {right: 33.33333333% }.col-sm-pull-3 {right: 25% }.col-sm-pull-2 {right: 16.66666667% }.col-sm-pull-1 {right: 8.33333333% }.col-sm-pull-0 {right: auto }.col-sm-push-12 {left: 100% }.col-sm-push-11 {left: 91.66666667% }.col-sm-push-10 {left: 83.33333333% }.col-sm-push-9 {left: 75% }.col-sm-push-8 {left: 66.66666667% }.col-sm-push-7 {left: 58.33333333% }.col-sm-push-6 {left: 50% }.col-sm-push-5 {left: 41.66666667% }.col-sm-push-4 {left: 33.33333333% }.col-sm-push-3 {left: 25% }.col-sm-push-2 {left: 16.66666667% }.col-sm-push-1 {left: 8.33333333% }.col-sm-push-0 {left: auto }.col-sm-offset-12 {margin-left: 100% }.col-sm-offset-11 {margin-left: 91.66666667% }.col-sm-offset-10 {margin-left: 83.33333333% }.col-sm-offset-9 {margin-left: 75% }.col-sm-offset-8 {margin-left: 66.66666667% }.col-sm-offset-7 {margin-left: 58.33333333% }.col-sm-offset-6 {margin-left: 50% }.col-sm-offset-5 {margin-left: 41.66666667% }.col-sm-offset-4 {margin-left: 33.33333333% }.col-sm-offset-3 {margin-left: 25% }.col-sm-offset-2 {margin-left: 16.66666667% }.col-sm-offset-1 {margin-left: 8.33333333% }.col-sm-offset-0 {margin-left: 0 }}@media (min-width: 992px) {.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left }.col-md-12 {width: 100% }.col-md-11 {width: 91.66666667% }.col-md-10 {width: 83.33333333% }.col-md-9 {width: 75% }.col-md-8 {width: 66.66666667% }.col-md-7 {width: 58.33333333% }.col-md-6 {width: 50% }.col-md-5 {width: 41.66666667% }.col-md-4 {width: 33.33333333% }.col-md-3 {width: 25% }.col-md-2 {width: 16.66666667% }.col-md-1 {width: 8.33333333% }.col-md-pull-12 {right: 100% }.col-md-pull-11 {right: 91.66666667% }.col-md-pull-10 {right: 83.33333333% }.col-md-pull-9 {right: 75% }.col-md-pull-8 {right: 66.66666667% }.col-md-pull-7 {right: 58.33333333% }.col-md-pull-6 {right: 50% }.col-md-pull-5 {right: 41.66666667% }.col-md-pull-4 {right: 33.33333333% }.col-md-pull-3 {right: 25% }.col-md-pull-2 {right: 16.66666667% }.col-md-pull-1 {right: 8.33333333% }.col-md-pull-0 {right: auto }.col-md-push-12 {left: 100% }.col-md-push-11 {left: 91.66666667% }.col-md-push-10 {left: 83.33333333% }.col-md-push-9 {left: 75% }.col-md-push-8 {left: 66.66666667% }.col-md-push-7 {left: 58.33333333% }.col-md-push-6 {left: 50% }.col-md-push-5 {left: 41.66666667% }.col-md-push-4 {left: 33.33333333% }.col-md-push-3 {left: 25% }.col-md-push-2 {left: 16.66666667% }.col-md-push-1 {left: 8.33333333% }.col-md-push-0 {left: auto }.col-md-offset-12 {margin-left: 100% }.col-md-offset-11 {margin-left: 91.66666667% }.col-md-offset-10 {margin-left: 83.33333333% }.col-md-offset-9 {margin-left: 75% }.col-md-offset-8 {margin-left: 66.66666667% }.col-md-offset-7 {margin-left: 58.33333333% }.col-md-offset-6 {margin-left: 50% }.col-md-offset-5 {margin-left: 41.66666667% }.col-md-offset-4 {margin-left: 33.33333333% }.col-md-offset-3 {margin-left: 25% }.col-md-offset-2 {margin-left: 16.66666667% }.col-md-offset-1 {margin-left: 8.33333333% }.col-md-offset-0 {margin-left: 0 }}@media (min-width: 1200px) {.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float: left }.col-lg-12 {width: 100% }.col-lg-11 {width: 91.66666667% }.col-lg-10 {width: 83.33333333% }.col-lg-9 {width: 75% }.col-lg-8 {width: 66.66666667% }.col-lg-7 {width: 58.33333333% }.col-lg-6 {width: 50% }.col-lg-5 {width: 41.66666667% }.col-lg-4 {width: 33.33333333% }.col-lg-3 {width: 25% }.col-lg-2 {width: 16.66666667% }.col-lg-1 {width: 8.33333333% }.col-lg-pull-12 {right: 100% }.col-lg-pull-11 {right: 91.66666667% }.col-lg-pull-10 {right: 83.33333333% }.col-lg-pull-9 {right: 75% }.col-lg-pull-8 {right: 66.66666667% }.col-lg-pull-7 {right: 58.33333333% }.col-lg-pull-6 {right: 50% }.col-lg-pull-5 {right: 41.66666667% }.col-lg-pull-4 {right: 33.33333333% }.col-lg-pull-3 {right: 25% }.col-lg-pull-2 {right: 16.66666667% }.col-lg-pull-1 {right: 8.33333333% }.col-lg-pull-0 {right: auto }.col-lg-push-12 {left: 100% }.col-lg-push-11 {left: 91.66666667% }.col-lg-push-10 {left: 83.33333333% }.col-lg-push-9 {left: 75% }.col-lg-push-8 {left: 66.66666667% }.col-lg-push-7 {left: 58.33333333% }.col-lg-push-6 {left: 50% }.col-lg-push-5 {left: 41.66666667% }.col-lg-push-4 {left: 33.33333333% }.col-lg-push-3 {left: 25% }.col-lg-push-2 {left: 16.66666667% }.col-lg-push-1 {left: 8.33333333% }.col-lg-push-0 {left: auto }.col-lg-offset-12 {margin-left: 100% }.col-lg-offset-11 {margin-left: 91.66666667% }.col-lg-offset-10 {margin-left: 83.33333333% }.col-lg-offset-9 {margin-left: 75% }.col-lg-offset-8 {margin-left: 66.66666667% }.col-lg-offset-7 {margin-left: 58.33333333% }.col-lg-offset-6 {margin-left: 50% }.col-lg-offset-5 {margin-left: 41.66666667% }.col-lg-offset-4 {margin-left: 33.33333333% }.col-lg-offset-3 {margin-left: 25% }.col-lg-offset-2 {margin-left: 16.66666667% }.col-lg-offset-1 {margin-left: 8.33333333% }.col-lg-offset-0 {margin-left: 0 }}table {background-color: transparent }caption {padding-top: 8px;padding-bottom: 8px;color: #777;text-align: left }th {text-align: left }.table {width: 100%;max-width: 100%;margin-bottom: 20px }.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {padding: 8px;line-height: 1.42857143;vertical-align: top;border-top: 1px solid #ddd }.table > thead > tr > th {vertical-align: bottom;border-bottom: 2px solid #ddd }.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {border-top: 0 }.table > tbody + tbody {border-top: 2px solid #ddd }.table .table {background-color: #fff }.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {padding: 5px }.table-bordered {border: 1px solid #ddd }.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {border: 1px solid #ddd }.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {border-bottom-width: 2px }.table-striped > tbody > tr:nth-of-type(odd) {background-color: #f9f9f9 }.table-hover > tbody > tr:hover {background-color: #f5f5f5 }table col[class*="col-"] {position: static;float: none;display: table-column }table td[class*="col-"], table th[class*="col-"] {position: static;float: none;display: table-cell }.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {background-color: #f5f5f5 }.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {background-color: #e8e8e8 }.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {background-color: #dff0d8 }.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {background-color: #d0e9c6 }.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {background-color: #d9edf7 }.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {background-color: #c4e3f3 }.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {background-color: #fcf8e3 }.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {background-color: #faf2cc }.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {background-color: #f2dede }.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {background-color: #ebcccc }.table-responsive {overflow-x: auto;min-height: 0.01% }@media screen and (max-width: 768px) {.table-responsive {width: 100%;margin-bottom: 15px;overflow-y: hidden;-ms-overflow-style: -ms-autohiding-scrollbar;border: 1px solid #ddd }.table-responsive > .table {margin-bottom: 0 }.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {white-space: nowrap }.table-responsive > .table-bordered {border: 0 }.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {border-left: 0 }.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {border-right: 0 }.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {border-bottom: 0 }}fieldset {padding: 0;margin: 0;border: 0;min-width: 0 }legend {display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 21px;line-height: inherit;color: #333;border: 0;border-bottom: 1px solid #e5e5e5 }label {display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold }input[type="search"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box }input[type="radio"], input[type="checkbox"] {margin: 4px 0 0;margin-top: 1px \9;line-height: normal }input[type="file"] {display: block }input[type="range"] {display: block;width: 100% }select[multiple], select[size] {height: auto }input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px }output {display: block;padding-top: 7px;font-size: 14px;line-height: 1.42857143;color: #555 }.form-control {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }.form-control:focus {border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) }.form-control::-moz-placeholder {color: #999;opacity: 1 }.form-control:-ms-input-placeholder {color: #999 }.form-control::-webkit-input-placeholder {color: #999 }.form-control::-ms-expand {border: 0;background-color: transparent }.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {background-color: #eee;opacity: 1 }.form-control[disabled], fieldset[disabled] .form-control {cursor: not-allowed }textarea.form-control {height: auto }input[type="search"] {-webkit-appearance: none }@media screen and (-webkit-min-device-pixel-ratio: 0) {input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {line-height: 34px }input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {line-height: 30px }input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {line-height: 46px }}.form-group {margin-bottom: 15px }.radio, .checkbox {position: relative;display: block;margin-top: 10px;margin-bottom: 10px }.radio label, .checkbox label {min-height: 20px;padding-left: 20px;margin-bottom: 0;font-weight: normal;cursor: pointer }.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {position: absolute;margin-left: -20px;margin-top: 4px \9 }.radio + .radio, .checkbox + .checkbox {margin-top: -5px }.radio-inline, .checkbox-inline {position: relative;display: inline-block;padding-left: 20px;margin-bottom: 0;vertical-align: middle;font-weight: normal;cursor: pointer }.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {margin-top: 0;margin-left: 10px }input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {cursor: not-allowed }.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {cursor: not-allowed }.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {cursor: not-allowed }.form-control-static {padding-top: 7px;padding-bottom: 7px;margin-bottom: 0;min-height: 34px }.form-control-static.input-lg, .form-control-static.input-sm {padding-left: 0;padding-right: 0 }.input-sm {height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px }select.input-sm {height: 30px;line-height: 30px }textarea.input-sm, select[multiple].input-sm {height: auto }.form-group-sm .form-control {height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px }.form-group-sm select.form-control {height: 30px;line-height: 30px }.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {height: auto }.form-group-sm .form-control-static {height: 30px;min-height: 32px;padding: 6px 10px;font-size: 12px;line-height: 1.5 }.input-lg {height: 46px;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px }select.input-lg {height: 46px;line-height: 46px }textarea.input-lg, select[multiple].input-lg {height: auto }.form-group-lg .form-control {height: 46px;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px }.form-group-lg select.form-control {height: 46px;line-height: 46px }.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {height: auto }.form-group-lg .form-control-static {height: 46px;min-height: 38px;padding: 11px 16px;font-size: 18px;line-height: 1.3333333 }.has-feedback {position: relative }.has-feedback .form-control {padding-right: 42.5px }.form-control-feedback {position: absolute;top: 0;right: 0;z-index: 2;display: block;width: 34px;height: 34px;line-height: 34px;text-align: center;pointer-events: none }.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {width: 46px;height: 46px;line-height: 46px }.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {width: 30px;height: 30px;line-height: 30px }.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {color: #3c763d }.has-success .form-control {border-color: #3c763d;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) }.has-success .form-control:focus {border-color: #2b542c;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 }.has-success .input-group-addon {color: #3c763d;border-color: #3c763d;background-color: #dff0d8 }.has-success .form-control-feedback {color: #3c763d }.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {color: #8a6d3b }.has-warning .form-control {border-color: #8a6d3b;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) }.has-warning .form-control:focus {border-color: #66512c;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b }.has-warning .input-group-addon {color: #8a6d3b;border-color: #8a6d3b;background-color: #fcf8e3 }.has-warning .form-control-feedback {color: #8a6d3b }.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {color: #a94442 }.has-error .form-control {border-color: #a94442;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) }.has-error .form-control:focus {border-color: #843534;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 }.has-error .input-group-addon {color: #a94442;border-color: #a94442;background-color: #f2dede }.has-error .form-control-feedback {color: #a94442 }.has-feedback label ~ .form-control-feedback {top: 25px }.has-feedback label.sr-only ~ .form-control-feedback {top: 0 }.help-block {display: block;margin-top: 5px;margin-bottom: 10px;color: #737373 }@media (min-width: 768px) {.form-inline .form-group {display: inline-block;margin-bottom: 0;vertical-align: middle }.form-inline .form-control {display: inline-block;width: auto;vertical-align: middle }.form-inline .form-control-static {display: inline-block }.form-inline .input-group {display: inline-table;vertical-align: middle }.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {width: auto }.form-inline .input-group > .form-control {width: 100% }.form-inline .control-label {margin-bottom: 0;vertical-align: middle }.form-inline .radio, .form-inline .checkbox {display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle }.form-inline .radio label, .form-inline .checkbox label {padding-left: 0 }.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {position: relative;margin-left: 0 }.form-inline .has-feedback .form-control-feedback {top: 0 }}.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {margin-top: 0;margin-bottom: 0;padding-top: 7px }.form-horizontal .radio, .form-horizontal .checkbox {min-height: 27px }.form-horizontal .form-group {margin-left: -15px;margin-right: -15px }@media (min-width: 768px) {.form-horizontal .control-label {text-align: right;margin-bottom: 0;padding-top: 7px }}.form-horizontal .has-feedback .form-control-feedback {right: 15px }@media (min-width: 768px) {.form-horizontal .form-group-lg .control-label {padding-top: 11px;font-size: 18px }}@media (min-width: 768px) {.form-horizontal .form-group-sm .control-label {padding-top: 6px;font-size: 12px }}.btn {display: inline-block;margin-bottom: 0;font-weight: normal;text-align: center;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;border-radius: 4px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none }.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px }.btn:hover, .btn:focus, .btn.focus {color: #333;text-decoration: none }.btn:active, .btn.active {outline: 0;background-image: none;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) }.btn.disabled, .btn[disabled], fieldset[disabled] .btn {cursor: not-allowed;opacity: .65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none }a.btn.disabled, fieldset[disabled] a.btn {pointer-events: none }.btn-default {color: #333;background-color: #fff;border-color: #ccc }.btn-default:focus, .btn-default.focus {color: #333;background-color: #e6e6e6;border-color: #8c8c8c }.btn-default:hover {color: #333;background-color: #e6e6e6;border-color: #adadad }.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {color: #333;background-color: #e6e6e6;border-color: #adadad }.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {color: #333;background-color: #d4d4d4;border-color: #8c8c8c }.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {background-image: none }.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {background-color: #fff;border-color: #ccc }.btn-default .badge {color: #fff;background-color: #333 }.btn-primary {color: #fff;background-color: #337ab7;border-color: #2e6da4 }.btn-primary:focus, .btn-primary.focus {color: #fff;background-color: #286090;border-color: #122b40 }.btn-primary:hover {color: #fff;background-color: #286090;border-color: #204d74 }.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {color: #fff;background-color: #286090;border-color: #204d74 }.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {color: #fff;background-color: #204d74;border-color: #122b40 }.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {background-image: none }.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {background-color: #337ab7;border-color: #2e6da4 }.btn-primary .badge {color: #337ab7;background-color: #fff }.btn-success {color: #fff;background-color: #5cb85c;border-color: #4cae4c }.btn-success:focus, .btn-success.focus {color: #fff;background-color: #449d44;border-color: #255625 }.btn-success:hover {color: #fff;background-color: #449d44;border-color: #398439 }.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {color: #fff;background-color: #449d44;border-color: #398439 }.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {color: #fff;background-color: #398439;border-color: #255625 }.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {background-image: none }.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {background-color: #5cb85c;border-color: #4cae4c }.btn-success .badge {color: #5cb85c;background-color: #fff }.btn-info {color: #fff;background-color: #5bc0de;border-color: #46b8da }.btn-info:focus, .btn-info.focus {color: #fff;background-color: #31b0d5;border-color: #1b6d85 }.btn-info:hover {color: #fff;background-color: #31b0d5;border-color: #269abc }.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {color: #fff;background-color: #31b0d5;border-color: #269abc }.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {color: #fff;background-color: #269abc;border-color: #1b6d85 }.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {background-image: none }.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {background-color: #5bc0de;border-color: #46b8da }.btn-info .badge {color: #5bc0de;background-color: #fff }.btn-warning {color: #fff;background-color: #f0ad4e;border-color: #eea236 }.btn-warning:focus, .btn-warning.focus {color: #fff;background-color: #ec971f;border-color: #985f0d }.btn-warning:hover {color: #fff;background-color: #ec971f;border-color: #d58512 }.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {color: #fff;background-color: #ec971f;border-color: #d58512 }.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {color: #fff;background-color: #d58512;border-color: #985f0d }.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {background-image: none }.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {background-color: #f0ad4e;border-color: #eea236 }.btn-warning .badge {color: #f0ad4e;background-color: #fff }.btn-danger {color: #fff;background-color: #d9534f;border-color: #d43f3a }.btn-danger:focus, .btn-danger.focus {color: #fff;background-color: #c9302c;border-color: #761c19 }.btn-danger:hover {color: #fff;background-color: #c9302c;border-color: #ac2925 }.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {color: #fff;background-color: #c9302c;border-color: #ac2925 }.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {color: #fff;background-color: #ac2925;border-color: #761c19 }.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {background-image: none }.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {background-color: #d9534f;border-color: #d43f3a }.btn-danger .badge {color: #d9534f;background-color: #fff }.btn-link {color: #337ab7;font-weight: normal;border-radius: 0 }.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {background-color: transparent;-webkit-box-shadow: none;box-shadow: none }.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {border-color: transparent }.btn-link:hover, .btn-link:focus {color: #23527c;text-decoration: underline;background-color: transparent }.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {color: #777;text-decoration: none }.btn-lg {padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px }.btn-sm {padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px }.btn-xs {padding: 1px 5px;font-size: 12px;line-height: 1.5;border-radius: 3px }.btn-block {display: block;width: 100% }.btn-block + .btn-block {margin-top: 5px }input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {width: 100% }.fade {opacity: 0;-webkit-transition: opacity .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear }.fade.in {opacity: 1 }.collapse {display: none }.collapse.in {display: block }tr.collapse.in {display: table-row }tbody.collapse.in {display: table-row-group }.collapsing {position: relative;height: 0;overflow: hidden;-webkit-transition-property: height, visibility;-o-transition-property: height, visibility;transition-property: height, visibility;-webkit-transition-duration: .35s;-o-transition-duration: .35s;transition-duration: .35s;-webkit-transition-timing-function: ease;-o-transition-timing-function: ease;transition-timing-function: ease }.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-top: 4px solid \9;border-right: 4px solid transparent;border-left: 4px solid transparent;}.dropup, .dropdown {position: relative }.dropdown-toggle:focus {outline: 0 }.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 5px 0;margin: 2px 0 0;list-style: none;font-size: 14px;text-align: left;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);-webkit-background-clip: padding-box;background-clip: padding-box;}.dropdown-menu.pull-right {right: 0;left: auto }.dropdown-menu .divider {height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5 }.dropdown-menu > li > a {display: block;padding: 3px 20px;clear: both;font-weight: normal;line-height: 1.42857143;color: #333;white-space: nowrap }.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {text-decoration: none;color: #262626;background-color: #f5f5f5 }.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {color: #fff;text-decoration: none;outline: 0;background-color: #337ab7 }.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {color: #777 }.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {text-decoration: none;background-color: transparent;background-image: none;filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor: not-allowed }.open > .dropdown-menu {display: block }.open > a {outline: 0 }.dropdown-menu-right {left: auto;right: 0 }.dropdown-menu-left {left: 0;right: auto }.dropdown-header {display: block;padding: 3px 20px;font-size: 12px;line-height: 1.42857143;color: #777;white-space: nowrap }.dropdown-backdrop {position: fixed;left: 0;right: 0;bottom: 0;top: 0;z-index: 990 }.pull-right > .dropdown-menu {right: 0;left: auto }.dropup .caret {border-top: 0;border-bottom: 4px dashed;border-bottom: 4px solid \9;content: "" }.dropup .dropdown-menu {top: auto;bottom: 100%;margin-bottom: 2px }@media (min-width: 769px) {.navbar-right .dropdown-menu {left: auto;right: 0 }.navbar-right .dropdown-menu-left {left: 0;right: auto }}.nav {margin-bottom: 0;padding-left: 0;list-style: none }.nav > li {position: relative;display: block;}.nav > li > a {position: relative;display: block;padding: 10px 15px }.nav > li > a:hover, .nav > li > a:focus {text-decoration: none;background-color: #eee }.nav > li.disabled > a {color: #777 }.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {color: #777;text-decoration: none;background-color: transparent;cursor: not-allowed }.nav .nav-divider {height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5 }.nav > li > a > img {max-width: none }.nav-tabs {border-bottom: 1px solid #ddd }.nav-tabs > li {float: left;margin-bottom: -1px }.nav-tabs > li > a {margin-right: 2px;line-height: 1.42857143;border: 1px solid transparent;border-radius: 4px 4px 0 0 }.nav-tabs > li > a:hover {border-color: #eee #eee #ddd }.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {color: #555;background-color: #fff;border: 1px solid #ddd;border-bottom-color: transparent;cursor: default }.nav-tabs.nav-justified {width: 100%;border-bottom: 0 }.nav-tabs.nav-justified > li {float: none }.nav-tabs.nav-justified > li > a {text-align: center;margin-bottom: 5px }.nav-tabs.nav-justified > .dropdown .dropdown-menu {top: auto;left: auto }@media (min-width: 768px) {.nav-tabs.nav-justified > li {display: table-cell;width: 1% }.nav-tabs.nav-justified > li > a {margin-bottom: 0 }}.nav-tabs.nav-justified > li > a {margin-right: 0;border-radius: 4px }.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {border: 1px solid #ddd }@media (min-width: 768px) {.nav-tabs.nav-justified > li > a {border-bottom: 1px solid #ddd;border-radius: 4px 4px 0 0 }.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {border-bottom-color: #fff }}.nav-pills > li {float: left }.nav-pills > li > a {border-radius: 4px }.nav-pills > li + li {margin-left: 2px }.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {color: #fff;background-color: #337ab7 }.nav-stacked > li {float: none }.nav-stacked > li + li {margin-top: 2px;margin-left: 0 }.nav-justified {width: 100% }.nav-justified > li {float: none }.nav-justified > li > a {text-align: center;margin-bottom: 5px }.nav-justified > .dropdown .dropdown-menu {top: auto;left: auto }@media (min-width: 768px) {.nav-justified > li {display: table-cell;width: 1% }.nav-justified > li > a {margin-bottom: 0 }}.nav-tabs-justified {border-bottom: 0 }.nav-tabs-justified > li > a {margin-right: 0;border-radius: 4px }.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {border: 1px solid #ddd }@media (min-width: 768px) {.nav-tabs-justified > li > a {border-bottom: 1px solid #ddd;border-radius: 4px 4px 0 0 }.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {border-bottom-color: #fff }}.tab-content > .tab-pane {display: none }.tab-content > .active {display: block }.nav-tabs .dropdown-menu {margin-top: -1px;border-top-right-radius: 0;border-top-left-radius: 0 }.navbar {position: relative;min-height: 50px;margin-bottom: 20px;border: 1px solid transparent;}@media (min-width: 769px) {.navbar {border-radius: 4px }}@media (min-width: 769px) {.navbar-header {float: left }}.navbar-collapse {overflow-x: visible;padding-right: 15px;padding-left: 15px;border-top: 1px solid transparent;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling: touch }.navbar-collapse.in {overflow-y: auto }@media (min-width: 769px) {.navbar-collapse {width: auto;border-top: 0;-webkit-box-shadow: none;box-shadow: none }.navbar-collapse.collapse {display: block !important;height: auto !important;padding-bottom: 0;overflow: visible !important }.navbar-collapse.in {overflow-y: visible }.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {padding-left: 0;padding-right: 0 }}.navbar-fixed-top .navbar-collapse {max-height: 340px }@media (max-device-width: 480px) and (orientation: landscape) {.navbar-fixed-top .navbar-collapse {max-height: 200px }}.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin-right: -15px;margin-left: -15px;}@media (min-width: 769px) {.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin-right: 0;margin-left: 0 }}.navbar-static-top {z-index: 1000;border-width: 0 0 1px }@media (min-width: 769px) {.navbar-static-top {border-radius: 0 }}.navbar-fixed-top {position: fixed;}.navbar-static-top {position: absolute;}.navbar-fixed-top, .navbar-static-top {top: 0;right: 0;left: 0;z-index: 1030 }@media (min-width: 769px) {.navbar-fixed-top {border-radius: 0 }}.navbar-fixed-top {top: 0;border-width: 0 0 1px }.navbar-brand {float: left;padding: 15px 15px;font-size: 18px;line-height: 20px;height: 50px;}.navbar-brand:hover, .navbar-brand:focus {text-decoration: none }.navbar-brand > img {display: block }@media (min-width: 769px) {.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left: -15px }}.navbar-toggle {position: relative;margin-right: 5px;padding: 9px 10px;margin-top: 8px;margin-bottom: 8px;background-color: transparent;background-image: none;border: 1px solid transparent;border-radius: 4px;}.navbar-toggle:focus {outline: 0 }.navbar-toggle .icon-bar {display: block;width: 22px;height: 2px;border-radius: 1px }.navbar-toggle .icon-bar + .icon-bar {margin-top: 4px }@media (min-width: 769px) {.navbar-toggle {display: none }}.navbar-nav {margin: 7.5px -15px }.navbar-nav > li > a {padding-top: 10px;padding-bottom: 10px;line-height: 20px }@media (max-width: 768px) {.navbar-nav .open .dropdown-menu {position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none;box-shadow: none }.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 5px 15px 5px 25px }.navbar-nav .open .dropdown-menu > li > a {line-height: 20px }.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {background-image: none }}@media (min-width: 769px) {.navbar-nav {float: left;margin: 0 }.navbar-nav > li {float: left;}.navbar-nav > li > a {padding-top: 15px;padding-bottom: 15px }}.navbar-form {margin-left: -15px;margin-right: -15px;padding: 10px 15px;border-top: 1px solid transparent;border-bottom: 1px solid transparent;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);margin-top: 8px;margin-bottom: 8px }@media (min-width: 768px) {.navbar-form .form-group {display: inline-block;margin-bottom: 0;vertical-align: middle }.navbar-form .form-control {display: inline-block;width: auto;vertical-align: middle }.navbar-form .form-control-static {display: inline-block }.navbar-form .input-group {display: inline-table;vertical-align: middle }.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {width: auto }.navbar-form .input-group > .form-control {width: 100% }.navbar-form .control-label {margin-bottom: 0;vertical-align: middle }.navbar-form .radio, .navbar-form .checkbox {display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle }.navbar-form .radio label, .navbar-form .checkbox label {padding-left: 0 }.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {position: relative;margin-left: 0 }.navbar-form .has-feedback .form-control-feedback {top: 0 }}@media (max-width: 768px) {.navbar-form .form-group {margin-bottom: 5px }.navbar-form .form-group:last-child {margin-bottom: 0 }}@media (min-width: 769px) {.navbar-form {width: auto;border: 0;margin-left: 0;margin-right: 0;padding-top: 0;padding-bottom: 0;-webkit-box-shadow: none;box-shadow: none }}.navbar-nav > li > .dropdown-menu {margin-top: 0;border-top-right-radius: 0;border-top-left-radius: 0 }.navbar-btn {margin-top: 8px;margin-bottom: 8px }.navbar-btn.btn-sm {margin-top: 10px;margin-bottom: 10px }.navbar-btn.btn-xs {margin-top: 14px;margin-bottom: 14px }.navbar-text {margin-top: 15px;margin-bottom: 15px }@media (min-width: 769px) {.navbar-text {float: left;margin-left: 15px;margin-right: 15px }}@media (min-width: 769px) {.navbar-left {float: left !important }.navbar-right {float: none;margin-right: -15px;text-align: right;}.navbar-right ~ .navbar-right {margin-right: 0 }}.navbar-default {background-color: #f8f8f8;border-color: #e7e7e7 }.navbar-default .navbar-brand {color: #777 }.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {color: #5e5e5e;background-color: transparent }.navbar-default .navbar-text {color: #777 }.navbar-default .navbar-nav > li > a {color: #777 }.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #333;background-color: transparent }.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {color: #ccc;background-color: transparent }.navbar-default .navbar-toggle {border-color: #ddd }.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #ddd }.navbar-default .navbar-toggle .icon-bar {background-color: #888 }.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: #e7e7e7 }@media (max-width: 768px) {.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #777 }.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: #333;background-color: transparent }.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {color: #555;}.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {color: #ccc;background-color: transparent }}.navbar-default .navbar-link {color: #777 }.navbar-default .navbar-link:hover {color: #333 }.navbar-default .btn-link {color: #777 }.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {color: #333 }.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {color: #ccc }.navbar-inverse {background-color: #222;border-color: #080808 }.navbar-inverse .navbar-brand {color: #9d9d9d }.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color: #fff;background-color: transparent }.navbar-inverse .navbar-text {color: #9d9d9d }.navbar-inverse .navbar-nav > li > a {color: #9d9d9d }.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {color: #fff;background-color: transparent }.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {color: #fff;background-color: #080808 }.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {color: #444;background-color: transparent }.navbar-inverse .navbar-toggle {border-color: #333 }.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: #333 }.navbar-inverse .navbar-toggle .icon-bar {background-color: #fff }.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #101010 }.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {background-color: #080808;color: #fff }@media (max-width: 768px) {.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {border-color: #080808 }.navbar-inverse .navbar-nav .open .dropdown-menu .divider {background-color: #080808 }.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {color: #9d9d9d }.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {color: #fff;background-color: transparent }.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {color: #fff;background-color: #080808 }.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {color: #444;background-color: transparent }}.navbar-inverse .navbar-link {color: #9d9d9d }.navbar-inverse .navbar-link:hover {color: #fff }.navbar-inverse .btn-link {color: #9d9d9d }.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {color: #fff }.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {color: #444 }.breadcrumb {padding: 8px 15px;margin-bottom: 20px;list-style: none;background-color: #f5f5f5;border-radius: 4px }.breadcrumb > li {display: inline-block }.breadcrumb > li + li:before {content: "/\00a0";padding: 0 5px;color: #ccc }.breadcrumb > .active {color: #777 }.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px }.pagination > li {display: inline }.pagination > li > a, .pagination > li > span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857143;text-decoration: none;color: #337ab7;background-color: #fff;border: 1px solid #ddd;margin-left: -1px }.pagination > li:first-child > a, .pagination > li:first-child > span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px }.pagination > li:last-child > a, .pagination > li:last-child > span {border-bottom-right-radius: 4px;border-top-right-radius: 4px }.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd }.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 3;color: #fff;background-color: #337ab7;border-color: #337ab7;cursor: default }.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {color: #777;background-color: #fff;border-color: #ddd;cursor: not-allowed }.pagination-lg > li > a, .pagination-lg > li > span {padding: 10px 16px;font-size: 18px;line-height: 1.3333333 }.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {border-bottom-left-radius: 6px;border-top-left-radius: 6px }.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {border-bottom-right-radius: 6px;border-top-right-radius: 6px }.pagination-sm > li > a, .pagination-sm > li > span {padding: 5px 10px;font-size: 12px;line-height: 1.5 }.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {border-bottom-left-radius: 3px;border-top-left-radius: 3px }.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {border-bottom-right-radius: 3px;border-top-right-radius: 3px }.label {display: inline;padding: .2em .6em .3em;font-size: 75%;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em }a.label:hover, a.label:focus {color: #fff;text-decoration: none;cursor: pointer }.label:empty {display: none }.btn .label {position: relative;top: -1px }.label-default {background-color: #777 }.label-default[href]:hover, .label-default[href]:focus {background-color: #5e5e5e }.label-primary {background-color: #337ab7 }.label-primary[href]:hover, .label-primary[href]:focus {background-color: #286090 }.label-success {background-color: #5cb85c }.label-success[href]:hover, .label-success[href]:focus {background-color: #449d44 }.label-info {background-color: #5bc0de }.label-info[href]:hover, .label-info[href]:focus {background-color: #31b0d5 }.label-warning {background-color: #f0ad4e }.label-warning[href]:hover, .label-warning[href]:focus {background-color: #ec971f }.label-danger {background-color: #d9534f }.label-danger[href]:hover, .label-danger[href]:focus {background-color: #c9302c }.modal-open {overflow: hidden }.modal {display: none;overflow: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;-webkit-overflow-scrolling: touch;outline: 0 }.modal.fade .modal-dialog {-webkit-transform: translate(0, -25%);-ms-transform: translate(0, -25%);-o-transform: translate(0, -25%);transform: translate(0, -25%);-webkit-transition: -webkit-transform 0.3s ease-out;-o-transition: -o-transform 0.3s ease-out;transition: transform 0.3s ease-out }.modal.in .modal-dialog {-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0) }.modal-open .modal {overflow-x: hidden;overflow-y: auto }.modal-dialog {position: relative;width: auto;margin: 10px }.modal-content {position: relative;background-color: #fff;border: 1px solid #999;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 6px;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);-webkit-background-clip: padding-box;background-clip: padding-box;outline: 0 }.modal-backdrop {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #000 }.modal-backdrop.fade {opacity: 0;filter: alpha(opacity=0) }.modal-backdrop.in {opacity: .5;filter: alpha(opacity=50) }.modal-header {padding: 15px;border-bottom: 1px solid #e5e5e5 }.modal-header .close {margin-top: -2px }.modal-title {margin: 0;line-height: 1.42857143 }.modal-body {position: relative;padding: 15px }.modal-footer {padding: 15px;text-align: right;border-top: 1px solid #e5e5e5 }.modal-footer .btn + .btn {margin-left: 5px;margin-bottom: 0 }.modal-footer .btn-group .btn + .btn {margin-left: -1px }.modal-footer .btn-block + .btn-block {margin-left: 0 }.modal-scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll }@media (min-width: 768px) {.modal-dialog {width: 600px;margin: 30px auto }.modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) }.modal-sm {width: 300px }}@media (min-width: 992px) {.modal-lg {width: 900px }}.tooltip {position: absolute;z-index: 1070;display: block;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-style: normal;font-weight: normal;letter-spacing: normal;line-break: auto;line-height: 1.42857143;text-align: left;text-align: start;text-decoration: none;text-shadow: none;text-transform: none;white-space: normal;word-break: normal;word-spacing: normal;word-wrap: normal;font-size: 12px;opacity: 0;filter: alpha(opacity=0) }.tooltip.in {opacity: .9;filter: alpha(opacity=90) }.tooltip.top {margin-top: -3px;padding: 5px 0 }.tooltip.right {margin-left: 3px;padding: 0 5px }.tooltip.bottom {margin-top: 3px;padding: 5px 0 }.tooltip.left {margin-left: -3px;padding: 0 5px }.tooltip-inner {max-width: 200px;padding: 3px 8px;color: #fff;text-align: center;background-color: #000;border-radius: 4px }.tooltip-arrow {position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid }.tooltip.top .tooltip-arrow {bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: #000 }.tooltip.top-left .tooltip-arrow {bottom: 0;right: 5px;margin-bottom: -5px;border-width: 5px 5px 0;border-top-color: #000 }.tooltip.top-right .tooltip-arrow {bottom: 0;left: 5px;margin-bottom: -5px;border-width: 5px 5px 0;border-top-color: #000 }.tooltip.right .tooltip-arrow {top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: #000 }.tooltip.left .tooltip-arrow {top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: #000 }.tooltip.bottom .tooltip-arrow {top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #000 }.tooltip.bottom-left .tooltip-arrow {top: 0;right: 5px;margin-top: -5px;border-width: 0 5px 5px;border-bottom-color: #000 }.tooltip.bottom-right .tooltip-arrow {top: 0;left: 5px;margin-top: -5px;border-width: 0 5px 5px;border-bottom-color: #000 }.carousel {position: relative }.carousel-inner {position: relative;overflow: hidden;width: 100% }.carousel-inner > .item {display: none;position: relative;-webkit-transition: .6s ease-in-out left;-o-transition: .6s ease-in-out left;transition: .6s ease-in-out left }.carousel-inner > .item > img, .carousel-inner > .item > a > img {line-height: 1 }@media all and (transform-3d),(-webkit-transform-3d) {.carousel-inner > .item {-webkit-transition: -webkit-transform 0.6s ease-in-out;-o-transition: -o-transform 0.6s ease-in-out;transition: transform 0.6s ease-in-out;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-perspective: 1000px;perspective: 1000px }.carousel-inner > .item.next, .carousel-inner > .item.active.right {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);left: 0 }.carousel-inner > .item.prev, .carousel-inner > .item.active.left {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);left: 0 }.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);left: 0 }}.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {display: block }.carousel-inner > .active {left: 0 }.carousel-inner > .next, .carousel-inner > .prev {position: absolute;top: 0;width: 100% }.carousel-inner > .next {left: 100% }.carousel-inner > .prev {left: -100% }.carousel-inner > .next.left, .carousel-inner > .prev.right {left: 0 }.carousel-inner > .active.left {left: -100% }.carousel-inner > .active.right {left: 100% }.carousel-control {position: absolute;top: 0;left: 0;bottom: 0;width: 15%;opacity: .5;filter: alpha(opacity=50);font-size: 20px;color: #fff;text-align: center;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);background-color: rgba(0, 0, 0, 0) }.carousel-control.left {background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) }.carousel-control.right {left: auto;right: 0;background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1) }.carousel-control:hover, .carousel-control:focus {outline: 0;color: #fff;text-decoration: none;opacity: .9;filter: alpha(opacity=90) }.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {position: absolute;top: 50%;margin-top: -10px;z-index: 5;display: inline-block }.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {left: 50%;margin-left: -10px }.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {right: 50%;margin-right: -10px }.carousel-control .icon-prev, .carousel-control .icon-next {width: 20px;height: 20px;line-height: 1;font-family: serif }.carousel-control .icon-prev:before {content: '\2039' }.carousel-control .icon-next:before {content: '\203a' }.carousel-indicators {position: absolute;bottom: 10px;left: 50%;z-index: 15;width: 60%;margin-left: -30%;padding-left: 0;list-style: none;text-align: center }.carousel-indicators li {display: inline-block;width: 10px;height: 10px;margin: 1px;text-indent: -999px;border: 1px solid #fff;border-radius: 10px;cursor: pointer;background-color: #000 \9;background-color: rgba(0, 0, 0, 0) }.carousel-indicators .active {margin: 0;width: 12px;height: 12px;background-color: #fff }.carousel-caption {position: absolute;left: 15%;right: 15%;bottom: 20px;z-index: 10;padding-top: 20px;padding-bottom: 20px;color: #fff;text-align: center;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) }.carousel-caption .btn {text-shadow: none }@media screen and (min-width: 768px) {.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {width: 30px;height: 30px;margin-top: -10px;font-size: 30px }.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {margin-left: -10px }.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {margin-right: -10px }.carousel-caption {left: 20%;right: 20%;padding-bottom: 30px }.carousel-indicators {bottom: 20px }}.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {content: " ";display: table }.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-header:after, .modal-footer:after {clear: both }.center-block {display: block;margin-left: auto;margin-right: auto }.pull-right {float: right !important }.pull-left {float: left !important }.hide {display: none !important }.show {display: block !important }.invisible {visibility: hidden }.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0 }.hidden {display: none !important }.affix {position: fixed }@-ms-viewport {width: device-width }.visible-xs, .visible-sm, .visible-md, .visible-lg {display: none !important }.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {display: none !important }@media (max-width: 768px) {.visible-xs {display: block !important }table.visible-xs {display: table !important }tr.visible-xs {display: table-row !important }th.visible-xs, td.visible-xs {display: table-cell !important }}@media (max-width: 768px) {.visible-xs-block {display: block !important }}@media (max-width: 768px) {.visible-xs-inline {display: inline !important }}@media (max-width: 768px) {.visible-xs-inline-block {display: inline-block !important }}@media (min-width: 768px) and (max-width: 991px) {.visible-sm {display: block !important }table.visible-sm {display: table !important }tr.visible-sm {display: table-row !important }th.visible-sm, td.visible-sm {display: table-cell !important }}@media (min-width: 768px) and (max-width: 991px) {.visible-sm-block {display: block !important }}@media (min-width: 768px) and (max-width: 991px) {.visible-sm-inline {display: inline !important }}@media (min-width: 768px) and (max-width: 991px) {.visible-sm-inline-block {display: inline-block !important }}@media (min-width: 992px) and (max-width: 1199px) {.visible-md {display: block !important }table.visible-md {display: table !important }tr.visible-md {display: table-row !important }th.visible-md, td.visible-md {display: table-cell !important }}@media (min-width: 992px) and (max-width: 1199px) {.visible-md-block {display: block !important }}@media (min-width: 992px) and (max-width: 1199px) {.visible-md-inline {display: inline !important }}@media (min-width: 992px) and (max-width: 1199px) {.visible-md-inline-block {display: inline-block !important }}@media (min-width: 1200px) {.visible-lg {display: block !important }table.visible-lg {display: table !important }tr.visible-lg {display: table-row !important }th.visible-lg, td.visible-lg {display: table-cell !important }}@media (min-width: 1200px) {.visible-lg-block {display: block !important }}@media (min-width: 1200px) {.visible-lg-inline {display: inline !important }}@media (min-width: 1200px) {.visible-lg-inline-block {display: inline-block !important }}@media (max-width: 768px) {.hidden-xs {display: none !important }}@media (min-width: 768px) and (max-width: 991px) {.hidden-sm {display: none !important }}@media (min-width: 992px) and (max-width: 1199px) {.hidden-md {display: none !important }}@media (min-width: 1200px) {.hidden-lg {display: none !important }}.visible-print {display: none !important }@media print {.visible-print {display: block !important }table.visible-print {display: table !important }tr.visible-print {display: table-row !important }th.visible-print, td.visible-print {display: table-cell !important }}.visible-print-block {display: none !important }@media print {.visible-print-block {display: block !important }}.visible-print-inline {display: none !important }@media print {.visible-print-inline {display: inline !important }}.visible-print-inline-block {display: none !important }@media print {.visible-print-inline-block {display: inline-block !important }}@media print {.hidden-print {display: none !important }}.carousel .hestia-title{font-size:67px}.carousel span.sub-title{font-size:18px}@media (max-width:768px){.carousel .hestia-title,h1.hestia-title{font-size:36px}.page-header.header-small .hestia-title,.page-header.header-small .title{font-size:26px}}h2.hestia-title,h2.title{font-size:37px}@media (max-width:768px){h2.hestia-title,h2.title{font-size:24px}}.woocommerce .exclusive-products h2,.woocommerce .related.products h2,.woocommerce div.product .product_title{font-size:32px}@media (max-width:768px){.woocommerce .exclusive-products h2,.woocommerce .related.products h2,.woocommerce div.product .product_title{font-size:24px}}#comments .hestia-title,.subscribe-line h3.hestia-title,.woocommerce .comment-reply-title,.woocommerce-cart .blog-post h1.hestia-title,.woocommerce-checkout .blog-post h1.hestia-title{font-size:27px}h5.description,h5.subscribe-description{font-size:18px}.subscribe-line .description{font-size:14px}.woocommerce-cart .blog-post h1.hestia-title,.woocommerce-checkout .blog-post h1.hestia-title{font-size:27px}.hestia-work .card-title,.woocommerce .cart-collaterals h2,.woocommerce .cross-sells h2,.woocommerce-checkout .blog-post .section form.woocommerce-checkout h3:not(#ship-to-different-address),.woocommerce.single-product .summary .price{font-size:23px}.footer .widget h5,.hestia-info h4.info-title,h4.card-title,section.contactus h4.hestia-title{font-size:18px}.archive .card-blog .card-title,.blog .card-blog .card-title,.blog .hestia-blog-featured-card .card-title{font-size:25px}h6.category{font-size:12px}.card-description,.woocommerce .product .card-product .card-description p,.woocommerce.single-product .woocommerce-product-details__short-description,section.pricing p.text-gray{font-size:14px}.hestia-features .hestia-info p{font-size:16px}.hestia-title.title-in-content,.page-content-wrap h1,.single-post-wrap h1,h1{font-size:42px}@media (max-width:768px){.hestia-title.title-in-content{font-size:36px}}.page-content-wrap h2,.single-post-wrap h2,h2{font-size:37px}.page-content-wrap h3,.single-post-wrap h3,h3{font-size:32px}.page-content-wrap h4,.single-post-wrap h4,h4{font-size:27px}.page-content-wrap h5,.single-post-wrap h5,h5{font-size:23px}.page-content-wrap h6,.single-post-wrap h6,h6{font-size:18px}@media (max-width:768px){.page-content-wrap h1,.page-template-template-fullwidth article h1,.single-post-wrap h1,h1{font-size:30px}.page-content-wrap h2,.page-template-template-fullwidth article h2,.single-post-wrap h2,h2{font-size:28px}.page-content-wrap h3,.page-template-template-fullwidth article h3,.single-post-wrap h3,h3{font-size:24px}.page-content-wrap h4,.page-template-template-fullwidth article h4,.single-post-wrap h4,h4{font-size:22px}.page-content-wrap h5,.page-template-template-fullwidth article h5,.single-post-wrap h5,h5{font-size:20px}.page-content-wrap h6,.page-template-template-fullwidth article h6,.single-post-wrap h6,h6{font-size:18px}}.page-content-wrap,.page-content-wrap dl,.page-content-wrap ol,.page-content-wrap table,.page-content-wrap ul,.page-template-template-fullwidth article,.page-template-template-fullwidth article dl,.page-template-template-fullwidth article ol,.page-template-template-fullwidth article table,.page-template-template-fullwidth article ul,.single-post-wrap,.single-post-wrap dl,.single-post-wrap ol,.single-post-wrap table,.single-post-wrap ul{font-size:18px}@media (max-width:768px){.page-content-wrap,.page-content-wrap dl,.page-content-wrap ol,.page-content-wrap table,.page-content-wrap ul,.page-template-template-fullwidth article,.page-template-template-fullwidth article dl,.page-template-template-fullwidth article ol,.page-template-template-fullwidth article table,.page-template-template-fullwidth article ul,.single-post-wrap,.single-post-wrap dl,.single-post-wrap ol,.single-post-wrap table,.single-post-wrap ul{font-size:16px}}body{font-size:14px}.navbar a{font-size:12px}@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600;700&display=swap&family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url(https://use.typekit.net/mgc3okw.css);
:root{
--siteTerq : #78B1BB;
--siteTerqFade : rgba(120, 177, 187, .8);
--siteTerqFade60 : rgba(120, 177, 187, .6);
--siteTerqFade40 : rgba(120, 177, 187, .4);
--siteTerqFade15 : rgba(120, 177, 187, .15);
--siteTerqFade80 : rgba(120, 177, 187, .80);
--siteYellow: #F7CF61;
--siteYelloFade90: rgba(247, 207, 97, .9);
--siteYelloFade60: rgba(247, 207, 97, .6);
--siteGreen: #25894F;
--siteGreenFade15: rgba(37, 137, 79, .15);
--darkTerq: #5C93A0;background: rgba(120, 177, 187, .3) !important;
--darkGreen: #2F604F;
--darkestBlue: #07283A;
--darkestBlueFade80: rgba(7, 40, 58, .8);
--lightGray: #666666;
--siteNude: #BF9E8B;
--siteNudeFade60: rgba(191, 158, 139,.6);
--siteNudeFade90: rgba(191, 158, 139,.9);
--siteNudeFade15: rgba(191, 158, 139,.15);
}
h1{
font-size: 3em !important; }
h1,h2,h3,h4,h5,h6{
font-family: 'Source Serif Pro', serif;
}
h1,h2,h3{
font-weight: 600;
}
body{
font-family: 'acumin-pro', sans-serif;
font-size: 1.2em !important;
}
.wrapper{
min-height: unset !important;
}
figure{
margin: 0 !important;
}
.site-arrow-btn{
display: inline-block;
background: none !important;
border-radius: 5px;
font-size: .9em;
}
.site-arrow-btn .wp-block-button{
margin-bottom: 0;
}
.site-arrow-btn:hover a{
text-decoration: none;
}
.site-arrow-btn a{
background: none !important;
padding: 5px 10px;
}
.site-arrow-btn a i{
margin-left: 5px;
}
.btn-terq, .bt-green, .btn-white, .btn-black{
width: fit-content;
}
.btn-white{
border: 1px solid white;
}
.btn-white a{
color: white !important;
}
.btn-white .wp-block-button__link a:hover{
color: white !important;
}
.btn-terq a{
color: var(--darkTerq);
padding-left: 0;
}
.btn-green a{
color: var(--darkGreen);
padding-left: 0;
}
.btn-black{
border: 1px solid black;
}
.btn-black a{
color: black !important;
}
.btn-black-noborder a{
color: black !important;
padding-left: 0;
}
.wp-block-button__link:hover{
color: black;
}
input[type="submit"]{
box-shadow: none !important;
} .navbar .container{
display: flex;
flex-direction: column !important;
padding: 0;
width: 100%;
margin: 0;
}
.navbar{
border: none !important;
box-shadow: none !important;
}
nav{
margin-top: 0 !important;
}
.navbar-collapse{
background: rgba(120, 177, 187, .3) !important;
width: 100%;
}
.navbar-nav {
float: unset;
margin: 0 !important;
justify-content: center !important;
}
.navbar-header{
padding: 20px 0 !important;
z-index: 10000 !important;
}
.title-logo-wrapper{
min-width: unset !important;
}
.navbar .navbar-header .navbar-brand img {
width: 280px !important;
max-height: 100% !important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-left: 0 !important;
}
.navbar-default{
background: white !important;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
}
#main-navigation ul.nav > li {
padding: 1em 0 !important;
}
.navbar-default .navbar-nav>li>a:hover {
color: var(--darkestBlue) !important;
}
.navbar a {
font-size: 1.3em !important;
}
.navbar a::before{
content: none !important;
}
.navbar .navbar-nav > li .dropdown-menu li:not(:last-child){
border-bottom: 1px solid var(--darkestBlue);
}
.navbar .navbar-nav > li .dropdown-menu li > a{
text-transform: uppercase;
font-size: 1.1em !important;
}
.navbar .navbar-nav > li .dropdown-menu li > a:hover{
color: var(--lightGray) !important;
background: none;
}
.navbar .navbar-nav > li .dropdown-menu{
border-radius: 0;
box-shadow: none;
transition: none !important;
}
a:not(.btn):not(.button):not(.added_to_cart):hover {
opacity: 1;
}
@media (max-width: 768px){
.navbar-toggle[aria-expanded="true"]{
z-index: 10000 !important;
}
.navbar-collapse[aria-expanded="true"]{
height: 100vh !important;
max-height: 100vh !important;
}
.navbar-collapse .nav.navbar-nav{
padding: 250px 0 0 50px;
}
.nav .navbar-nav{
padding-top: 180px;
}
.navbar.navbar-fixed-top .navbar-collapse{
margin-top: 0 !important;
}
.navbar-toggle{
background: none !important;
}
.navbar-default .navbar-toggle:hover{
background: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: var(--siteTerq) !important;
border: none;
}
.navbar-toggle .icon-bar {
width: 40px;
height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 7px;
}
.navbar-toggle-wrapper {
margin-right: 20px;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 10px;
background: white !important;
}
.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -10px;
background: white !important;
}
.navbar-collapse[aria-expanded="true"] + .navbar-header .navbar-brand img{
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.navbar-default .navbar-nav>li>a {
color: #fff;
font-size: 2em !important;
font-weight: 700;
}
.navbar .navbar-nav > li .dropdown-menu li{
border-bottom: none !important;
}
.navbar .navbar-nav > li .dropdown-menu li {
color: white;
}
.navbar .navbar-nav .dropdown .dropdown-menu li a {
margin: 0;
padding: 15px 0 15px 15px;
}
#main-navigation ul.nav > li {
padding: .3em 0 !important;
}
.navbar-default .navbar-nav>li>a{
display: flex;
width: fit-content;
}
.dropdown-toggle .caret-wrap{
margin-left: 30px;
}
.dropdown-toggle .caret-wrap .caret{
border: none !important;
}
.navbar .navbar-nav .dropdown a .caret svg {
fill:white;
}
}
@media (max-width: 600px){
body.admin-bar .navbar.navbar-not-transparent {
margin-top: 10px;
}
.navbar-collapse .nav.navbar-nav{
padding: 150px 0 0 50px;
}
}
@media (min-width: 781px){
#menu-primary-menu a[title="DONATE"]{
border: 1px solid white;
padding: 7px !important;
margin-top: 7px;
}
}
.secondary-menu-container a{
color: white !important;
} section{
padding: 0 !important;
}
.wp-block-columns{
margin-bottom: 0 !important;
}
.boxed-layout-header{
display: none;
}
.main{
margin-top: 135px !important;
box-shadow: none !important;
}
@media (max-width: 768px){
.main {
margin-top: 60px !important;
}
}
@media (max-width: 600px){
.main {
margin-top: 60px !important;
}
}
.page .wrapper .main .blog-post {
flex: 1 0 auto;
}
.page-content-wrap {
margin-left: 0 !important;
margin-right: 0 !important;
}
.main-raised {
margin: 0;
}
.site-container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.site-container {
max-width: 1170px
}
@media (min-width: 768px)
{.site-container {
width: 750px;
}}
@media (min-width: 992px){
.site-container {
width: 970px;
}
}
@media (min-width: 1200px){
.site-container {
width: 1170px;
}
}
.gform_title{
display: none;
}
@media (max-width: 768px){
.page .section.section-text {
padding: 30px 0 0 0;
}
}
.section-padding{
padding-top: 50px;
padding-bottom: 40px;
}
.section-padding-top{
padding-top: 50px;
}
.section-square{
position: relative;
padding: 60px 40px;
margin-left: 0 !important;
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
}
.work-section-square{
position: relative;
padding: 60px 40px;
margin-left: 0 !important;
min-height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
.work-section-square h2{
text-align: center;
} .footer-big {
padding: 0 !important;
}
.footer.footer-black.footer-big{
background: var(--darkestBlue) !important;
}
.copyright p{
color: var(--siteTerq);
}
.hestia-bottom-footer-content{
display: flex;
flex-direction: column;
align-items: center;
}
.footer-menu li{
background: white;
border-radius: 50%;
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 .5em
}
.footer-big .footer-menu li a::before{
color: var(--darkestBlue)!important;
font-size: 20px !important;
opacity: 1 !important;
}
.footer-menu li a{
padding-top: 2px !important;
}
.footer-widget-top{
padding: 50px 0;
}
.footer-widget-bottom{
background: var(--darkestBlue);
color: white;
padding-top: 40px;
padding-bottom: 40px;
margin-bottom: 0 !important;
}
.serif{
font-family: 'Source Serif Pro', serif;
}
.footer-widget-bottom p{
font-size: .95em;
}
.footer-widget-bottom input{
border: 1px solid white !important;
border-radius: 5px !important;
color: white !important;
}
.footer-widget-bottom input::placeholder{
color: white;
}
.footer-widget-bottom form{
display: flex;
flex-wrap: wrap;
}
.footer-widget-bottom input[type="submit"]{
background: var(--siteYellow);
color: var(--darkestBlue);
border: none !important;
font-size: .9em;
font-weight: 700;
padding: 6px 15px !important;
line-height: 1.5em;
margin-left: 15px !important;
}
.footer-widget-bottom input[type="submit"]:hover{
background: var(--siteYellow);
}
.form-control{
background-image: none !important;
}
.gform_footer.top_label input{
margin: 0 !important;
}
.gform_footer.top_label{
margin: 0 !important;
padding: 0 !important;
}
.footer-widget-bottom .gform_wrapper.gravity-theme .gfield input.large{
height: 100%;
}
.footer-widget-bottom .gform_body.gform-body{
max-width: 300px;
width: 100%;
margin-right: 1em !important;
}
.mb-0{
margin-bottom: 0 !important;
}
@media (max-width: 768px){
.footer-widget-bottom .site-container{
text-align: center;
}
.footer-widget-bottom form{
justify-content: center;
}
.footer-widget-bottom{
padding-bottom: 0 !important;
}
}
.secondary-menu-container{
display: flex;
flex-wrap: wrap;
text-align: left !important;
justify-content: space-around;
height: fit-content;
}
.secondary-menu-container ul{
list-style: none;
text-transform: uppercase;
height: fit-content;
margin:0 !important;
padding: 0 !important;
}
.secondary-menu-container ul li{
line-height: 3.2em;
font-size: .8em;
font-weight: 700;
}
@media (max-width: 768px){
.secondary-menu-container ul{
width: 100%;
text-align: center;
}
.secondary-menu-container{
margin-bottom: 3em;
}
.footer-left-newsletter{
order: 2;
}
.address-wrapper{
margin-bottom: 25px;
}
}
@media (min-width: 600px) and (max-width: 781px){
.wp-block-column.address-header{
flex-basis: 100% !important;
flex-grow: 1 !important;
}
.wp-block-column.address-wrapper{
margin-left: 0;
}
}
.address-wrapper{
border-left: 3px solid var(--siteTerq);
padding-left: 15px;
}
.address-wrapper i{
color: var(--siteTerq);
font-size: 1.5em;
margin-right: .5em;
}
.address-wrapper:last-child{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.social-bcli{
text-align: right; padding-right:1em;
}
.social-ccel{
text-align: left; padding-left:1em;
}
.social-footer{
background: var(--darkestBlue);
color: white;
}
.social-footer p{
display: inline !important;
font-size: .8em;
font-weight: 600;
}
.social-footer i{
color: var(--darkestBlue);
background: white;
width: 25px;
height: 25px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin: 0 2px;
}
.social-footer p:first-child{
margin-right: 1em !important;
}
.footer-copyright{
background: var(--darkestBlue);
padding: 25px 0 10px 0;
}
.footer-copyright p{
text-align: center;
font-size: .7em;
color: var(--siteTerq);
}
@media (max-width: 600px){
.social-bcli, .social-ccel{
text-align: center;
}
.social-bcli{
margin-bottom: 15px;
}
}
.sticky-bottom1{
position: fixed;
bottom: 0;
width: 100%;
}
#mailpoet_form_1 form.mailpoet_form{
padding: 0 !important;
} .home-blue-wrapper{
display: flex;
}
.hestia-about {
padding: 0;
border-radius: 0 !important;
color: inherit !important;
flex: 1 0 auto !important;
}
.fullheight{
height:70vh
}
.home-hero{
background: var(--siteTerqFade);
}
.home-hero .center{
text-align: center;
}
.home-hero .left{
text-align: left;
}
.home-hero .right{
text-align: right;
}
.margin-btn{
margin: .5em;
}
@media (max-width: 781px){
.wp-block-column.home-blue-img{
flex-basis: 0 !important;
}
.wp-block-column.sq-1, 
.wp-block-column.sq-2, 
.wp-block-column.sq-3, 
.wp-block-column.sq-4, 
.wp-block-column.sq-5,
.wp-block-column.sq-7,
.wp-block-column.sq-8,
.sq-1 .section-square{
flex-basis: 100% !important;
}
.home-blue-img img{
display: none;
}
.sq-6{
display: none;
}
.home-history-img,
.coming-soon-img{
display: none
};
}
@media (max-width: 768px){
.home-hero .left,
.home-hero .right{
display: none;
}
.home-hero .center {
flex-basis: 100% !important;
}
.small-hide{
display: none !important;
}
.elder-logo img{
max-width: 250px !important;
}
}
.ml-100{
margin-left: -100px !important;
}
.mr-100{
margin-right: -100px !important;
}
.home-hero img{
max-width: 350px;
}
.home-hero .right img{
margin-right: -60px;
}
.home-hero .left img{
margin-left: -80px;
}
.home-blue-img{
display: flex;
align-items: end;
}
.home-blue-img img{
max-width: 200px;
}
.elder-logo img{
max-width: 300px;
margin-bottom: 20px;
}
.absolute-arrow{
position: absolute;
right: 40px;
bottom: 10px;
font-size: 2.5em;
}
.how-we-work .sq-6 figure img{
max-height: 400px;
object-fit: cover;
}
.home-history-section{
background: var(--siteTerqFade60);
}
.home-history-img{
background: var(--siteTerqFade40);
position: relative;
}
.home-history-img figure{
width: 300px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -60px;
}
.coming-soon-img{
background: var(--siteNudeFade15);
position: relative;
}
.coming-soon-img figure{
width: 500px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -300px;
}
.opacity-5{
opacity: .05;
}
.opacity-25{
opacity: .25
}
@media (min-width: 781px){
.coming-soon{
min-height: 60vh;
}
} .about-whatwedo-section{
background: var(--siteGreen);
color: white;
display: flex;
}
.about-whoweare-section{
background: var(--siteNudeFade60);
color: black;
position: relative;
display: flex;
}
.about-whatwedo-section,
.about-whoweare-section{
min-height: 400px;
}
.about-workwithus-section{
background: var(--siteYellow);
color: black;
}
.about-people-section{
background: var(--siteTerq);
color: white;
}
.about-sq-1{
display: flex;
flex-direction: column;
justify-content: center;
}
.about-process-section{
background: var(--siteNude);
color: white;
margin-bottom: -30px !important;
margin-top: -30px !important;
position: relative;
}
.about-values-section{
background: var(--siteGreen);
color: white;
margin-bottom: -30px !important;
margin-top: -30px !important;
position: relative;
}
.p-b-1{
padding-bottom: 1em;
}
.process-header-wrapper{
display: flex;
align-items: center;
margin-bottom: .7em !important;
}
.process-header-wrapper .header-text{
flex-basis: 100% !important;
}
.process-header-wrapper .header-img{
flex-basis: 0 !important;
max-width: 40px;
}
.process-header-wrapper figure{
width: 40px;
}
.process-header-wrapper h4{
margin-bottom: 0 !important;
margin-left: 20px !important;
}
.about-whatwedo-section .sq-6 figure{
width: 500px;
}
.about-whoweare-section .sq-6 figure{
width: 430px;
position: absolute;
right: 0;
bottom: 0;
}
.ml0{
margin-left: 0 !important;
}
.work-volunteers-img{
background: var(--siteTerqFade40);
position: relative;
}
.work-volunteers-img figure{
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -100px;
}
@media (max-width: 781px){
.about-process-section .wp-block-column.sq-8,
.about-values-section .wp-block-column.sq-8{
margin-left: 0;
}
.process-header-wrapper .header-text{
flex-basis: calc(50% - 1em) !important;
}
.process-sq,
.values-sq{
margin-bottom: 3.5em !important;
}
.extra-top-padding{
padding-top: 70px !important;
}
.extra-bottom-padding{
padding-bottom: 70px !important;
}
.about-whatwedo .wp-block-column:nth-child(2){
margin-left: 0 !important;
}
.about-whatwedo-section,
.about-whoweare-section{
min-height: auto !important;
}
.workwith-right .wp-block-columns {
height: auto !important;
}
.work-volunteers-img{
display: none;
}
.suggestion-form .section-square,
.work-with-us-form .section-square,
.suggestion-form-darkblue .section-square{
min-height: auto;
padding-bottom: 0 !important;
}
}
@media (min-width: 600px) and (max-width: 781px){
.work-form-container.wp-block-column:not(:only-child) {
flex-basis: 100% !important;
flex-grow: 0;
}
}
.suggestion-form .section-square{
background: var(--siteTerqFade80);
justify-content: start !important;
}
.suggestion-form textarea::placeholder{
color: black!important;
}
.suggestion-form-darkblue{
background: var(--darkestBlueFade80) !important;
}
textarea{
border: 1px solid black !important;
}
.work-with-us-form .section-square,
.suggestion-form-darkblue .section-square{
justify-content: start !important;
}
.suggestion-form-darkblue,
.suggestion-form-darkblue input::placeholder,
.suggestion-form-darkblue textarea::placeholder{
color: white !important;
}
.suggestion-form-darkblue textarea{
border-color: white !important;
}
#suggestion input{
border-bottom: 1px solid white !important;
}
#suggestion input[type='submit']{
color: white;
border: 1px solid white !important;
}
#suggestion input[type='submit']:hover{
color: white !important;
}
.workwith-sq1{
background: var(--siteTerqFade60);
color: black;
text-align: center;
}
.workwith-sq1 .site-arrow-btn{
margin: 0 auto;
}
.workwith-sq3{
background: var(--siteNudeFade60);
color: white;
}
.workwith-right .wp-block-columns{
height: 50%;
}
.academic-img{
background-color: var(--siteTerqFade40);
}
.academic-img img{
max-width: 400px;
float: right;
}
.work-volunteer{
background: var(--siteTerqFade60);
}
.work-careers{
background: var(--darkestBlueFade80);
color: white;
}
.work-careers img{
max-width: 90%;
}
.work-with-us-form{
background: var(--siteYelloFade90);
color: black;
}
.work-form-container form input{
border-bottom: 1px solid black !important;
padding-left: 0 !important;
}
.work-form-container form input::placeholder{
color: black;
}
.work-form-container form select{
background: none !important;
border: none;
border-bottom: 1px solid black !important;
margin-bottom: 15px;
padding-left: 0 !important;
}
.work-form-container input[type="submit"]{
background: none;
color: black;
border: 1px solid black !important;
font-size: .9em;
font-weight: 700;
padding: 8px 15px !important;
line-height: 1.5em;
}
.work-form-container input[type="submit"]:hover{
background: none !important;
color: black !important;
}
.work-form-container .gform_fileupload_rules{
display: none;
}
.work-form-container .gform_footer.top_label{
text-align: center;
margin-top: 30px !important;
}
.work-form-container .upload-field input{
border: 1px dotted black !important;
}
@media (min-width: 781px){
.work-volunteer{
min-height: 500px;
}
}
@media (max-width: 781px){
.donate-wrapper{
flex-direction: column;
}
.donate-wrapper .donate-heading{
margin: 0 !important;
}
}
.donate-section{
background: var(--siteNudeFade90);
color: black;
}
.donate-section-terq{
background: var(--siteTerqFade);
position: relative;
overflow: hidden;
}
.donate-section-nude{
background: var(--siteNudeFade90);
position: relative;
overflow: hidden;
}
.donate-wrapper .donate-heading{
display: inline-block !important;
margin-right: 2em !important;
z-index: 1;
}
.donate-wrapper{
display: flex;
justify-content: start;
align-items: baseline;
padding: 60px 40px;
}
.donate-logo-bg{
position: absolute;
right: -70px;
transform: rotate(60deg);
bottom: -150px;
}
.donate-logo-bg-left{
position: absolute;
left: -100px;
top: -100px;
transform: rotate(150deg);
}
@media (max-width: 781px){
.donate-logo-bg-left{
display: none;
}
}
.whatdo-wrapper{
max-width: 350px;
margin-left: 4em !important;
}
.whatdo-wrapper h4{
font-size: 1.1em;
border-bottom: 2px solid var(--siteTerq);
margin-bottom: 0 !important;
padding-bottom: .8em !important;
}
.whatdo-wrapper h4:last-child{
border-bottom: none;
} .wpsm_panel-group .wpsm_panel-heading{
padding: 2px 0;
}
.wpsm_panel-heading .fa-plus:before {
content: "\f078";
color: var(--siteTerq);
}
.wpsm_panel-heading .fa-minus:before {
content: "\f077";
color: var(--siteTerq);
}
#wpsm_accordion_522 .wpsm_panel-body {
font-family: 'acumin-pro', sans-serif !important;
padding-left: 0;
}
.ac_title_class{
padding-left: 0 !important;
font-size: 20px;
font-family: 'Source Serif Pro', serif;
}
.wpsm_panel-default{
border-bottom: 2px solid var(--siteTerq) !important;
}
.psm_panel.wpsm_panel-default{
border-bottom: 2px solid var(--siteTerq) !important;
}
#acc-522 #wpsm_accordion_522 .wpsm_panel-default:not(:last-child){
border-bottom: 2px solid var(--siteTerq) !important;
}
@media (max-width: 781px){
.acc-wrapper{
margin-top: 2em;
}
} .family-container{
background: var(--siteNudeFade60);
color: black;
min-height: 400px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.family-sq2{
margin: 0 auto !important;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.family-sq1,.family-sq3{
position: absolute;
width: 300px;
}
.family-sq1{
top: -10px;
left: -10px;
}
.family-sq3{
bottom: -10px;
right: -10px;
}
.push-right{
margin-left: 20%;
}
.family-visit{
background: var(--siteTerqFade);
color: black;
}
.allsectors-sq1 .elder-logo img{
-webkit-filter: invert(100%);
filter: invert(100%);
max-width: 230px;
}
@media (max-width: 781px){
.family-container{
flex-direction: column;
}
.family-sq1,.family-sq3{
width: 150px;
}
.family-elder-section{
display: none;
}
.put-center{
display: flex;
justify-content: center;
}
}
@media (max-width: 1300px){
.hide-med img{
display: none !important;
}
} .projects-header{
padding-left: 40px;
}
.logo-bg-projects{
width: 400px;
position: absolute;
right: -100px;
top: 50px;
z-index: 1;
}
@media (max-width:781px){
.logo-bg-projects{
display: none;
}
}
.category-completed-projects .related-posts{
display: none;
}
.completed-project-container{
background: var(--siteNudeFade60);
color: black;
min-height: 400px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.project-container{
background: var(--siteNudeFade60);
color: black;
min-height: 400px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.overview-projects{ }
.download-section{
margin: 1em 0 !important;
}
.download-section h5{
border-bottom: 2px solid black;
padding-bottom: 5px;
}
.download-section .site-arrow-btn div.wp-block-button{
display: block;
}
.terq15-bg{
background: var(--siteTerqFade15)
}
.border-bottom-2{
border-bottom: 2px solid black;
}
.padding-b-0{
padding-bottom: 0 !important;
} #caf-post-layout1 #manage-post-area{
background: none !important;
}
#manage-ajax-response{
padding:0 !important;
}
.caf-post-layout-container article{
padding: 0 !important;
margin-bottom: 0 !important;
}
.manage-layout1{
height: 100%;
position: relative;
}
.colorful-container .caf-post-layout-container article:nth-child(6n){
background: var(--siteNude);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+1){
background: var(--darkestBlue);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+2){
background: var(--siteYellow);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+3){
background: var(--siteGreen);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+4){
background: var(--siteTerqFade);
}
.colorful-container .caf-post-layout-container article:nth-child(6n+5){
background: var(--siteTerq);
}
#caf-post-layout1 .caf-post-title {
background: none !important;
padding: 60px 40px;
margin-left: 0 !important;
min-height: 350px;
display: flex;
flex-direction: column;
justify-content: center;
}
.caf-post-title h2{
font-family: 'Source Serif Pro', serif !important;
font-weight: 600 !important;
font-size: 37px !important;
color: black !important;
line-height: initial !important;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;  
overflow: hidden;
}
#caf-layout-pagination.caf-pagination{
margin-top: 15px !important;
margin-bottom: 15px !important;
}
#caf-filter-layout1 .caf-filter-container{
text-align: left;
padding-left: 40px;
}
#caf-filter-layout1 .caf-filter-container li a{
text-transform: uppercase !important;
font-size: 18px !important;
font-weight: 400 !important;
padding-left: 0;
margin-left: 0;
}
#caf-filter-layout1 .caf-filter-container li a.active{
color: inherit !important;
background: none !important;
font-weight: 700 !important;
} .blog-post{
font-size: 18px !important;
}
.post.type-post .blog-post.blog-post-wrapper .container{
padding-top: 70px !important;
}
.color-black{
color: black !important;
}
.blog-post .section-text {
padding-top: 0!important;
padding-bottom: 0!important;
}
.single .main-raised {
margin-bottom: 0;
}
.has-white-color a{
color: white !important;
}
.lrc_projects .related-posts{
display: none;
}
.lrc_projects .section-text{
margin-top: 50px;
} .small-sq{
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.bg-nude-90{
background: var(--siteNudeFade90);
}
.text-white a{
color: white;
}
.text-white a:hover{
color: white;
}
.contact-section i{
transform: rotateY(180deg);
font-size: .8em;
}
.contact-block p{
position: relative;
}
.contact-block h1{
margin-left: -60px !important;
}
.contact-block i{
font-size: 1.7em;
position: absolute;
left: -40px;
top: 10px;
}
.contact-block{
position: relative;
}
.contact-bg-rt{
position: absolute;
width: 400px;
top: 0;
right: 0;
}
.contact-bg-lb{
position: absolute;
width: 200px;
left: 0;
bottom: 0;
transform: rotate(180deg)
}
@media (max-width:781px){
.contact-bg-lb,
.contact-bg-rt{
display: none;
}
} .blog-page-container #caf-post-layout3 #manage-post-area{
background-image: none;
}
.blog-page-container .caf-post-title h2 a{
color: black !important;
}
.blog-page-container .caf-post-title h2{
line-height: 26px !important;
}
.blog-page-container #caf-post-layout3{
height: 220px;
box-shadow: none;
}
.blog-page-container #caf-post-layout3 .caf-content{
color: black !important;
background: none !important;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
padding-bottom: 2px;
font-size: .9em;
}
.blog-page-container #caf-post-layout3 #manage-post-area{
height: 100%;
}
a#terq-text{
color: var(--siteTerq);
font-family: 'acumin-pro', sans-serif !important;
font-size: .9em;
text-decoration: underline !important;
}
#terq-text:hover{
color: var(--darkTerq);
}
.blog-page-container .caf-filter-container ul.dropdown li{
text-align: left !important;
}
.blog-page-container #caf-filter-layout2 li ul{
left: 0 !important;
}
.data-target-div1 #caf-filter-layout2 ul.dropdown li span:nth-child(2){
display: none !important;
}
.section.related-posts{
padding-top: 0;
font-family: 'acumin-pro', sans-serif !important;
}
.section.related-posts p{
font-size: 16px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.section.related-posts h4{
font-size: 22px;
font-family: 'Source Serif Pro', serif;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.section.related-posts h2{
font-family: 'Source Serif Pro', serif;
}
.card.card-blog{
box-shadow: none;
}
.post.type-post section.section.section-text{
display: none;
}