@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;
}
  @keyframes rot {
from {
transform: rotate(0deg); }
to {
transform: rotate(359deg); } } html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
*,
*::before,
*::after {
box-sizing: inherit; } body {
line-height: 1.6923;
font-size: 13px;
background-color: #FFFFFF;
color: #362F2D;
font-family: "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
h1, h2, h3, h4, h5, h6 {
line-height: normal;
margin: 0 0 15px 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-family: "Montserrat", sans-serif;
letter-spacing: -.05em;
text-rendering: optimizeLegibility; }
h1 {
font-size: 30px; }
h2 {
font-size: 26px; }
h3 {
font-size: 22px; }
h4 {
font-size: 18px; }
h5 {
font-size: 16px; }
h6 {
font-size: 14px; }
p {
margin: 0 0 15px 0; }
img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto; }
a {
transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
outline: none;
color: #FFCC00;
text-decoration: none; }
a:hover {
color: #ffd633;
outline: none;
text-decoration: none; }
a:active {
outline: none; }
.group::after {
content: "";
display: table;
clear: both; }  figure {
margin: 0; } ul, ol {
padding-left: 20px; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
dl {
margin: 0 0 20px; }
dt {
font-weight: bold; }
dd {
margin: 0 0 15px; } blockquote {
margin: 20px 0;
padding-left: 15px;
border-left: 3px solid #ccc;
font-size: 17px;
font-weight: 300; }
blockquote cite {
display: block;
font-weight: bold;
font-style: italic;
margin: 10px 0 0;
color: rgba(54, 47, 45, 0.8);
font-size: 14px; } table {
border-collapse: separate;
border-spacing: 0;
width: 100%; }
.entry-content table {
border-width: 1px 0 0 1px;
margin-bottom: 24px; }
.entry-content th:first-child,
.entry-content td:first-child {
padding-left: 0; }
.entry-content th,
.entry-content td {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.entry-content caption,
.entry-content th,
.entry-content td {
font-weight: normal;
text-align: left;
padding: 5px;
vertical-align: middle; }
.entry-content th {
border-width: 0 1px 1px 0;
font-weight: bold;
text-transform: uppercase;
font-size: 85%; }
.entry-content td {
border-width: 0 1px 1px 0; } code, kbd, tt, var, samp, pre {
font-family: monospace, serif;
hyphens: none;
font-style: normal; }
pre {
padding: 15px;
border: 1px solid rgba(0, 0, 0, 0.1); } address {
margin: 0 0 15px; }
.sr-only,
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; } embed,
iframe,
object,
video,
audio {
margin-bottom: 15px;
max-width: 100%; }
p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
margin-bottom: 0; }
#map,
.map * {
max-width: none !important; } label {
display: block;
margin: 0 0 2px;
font-weight: normal;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-size: 12px; }
input, textarea {
display: inline-block;
font-size: inherit;
width: 100%;
max-width: 100%;
height: 42px;
padding: 6px 12px;
box-shadow: none;
line-height: normal;
color: #362F2D;
background-color: #FFF;
background-image: none;
border-radius: 0;
border: 2px solid #FFCC00;
transition: border-color .18s ease; }
input:hover, input:focus,
textarea:hover,
textarea:focus {
border-color: #362F2D;
outline: none; }
.footer input,
.footer textarea {
border: 0; }
@media (max-width: 543px) {
input, textarea {
width: 100%; } }
input[type="search"] { box-sizing: border-box; }
textarea {
height: auto;
padding-top: 10px;
padding-bottom: 10px; }
select {
max-width: 100%; }
input[type="checkbox"],
input[type="radio"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
width: auto;
height: auto; }
fieldset {
margin: 0 0 15px;
padding: 0;
border: none;
min-width: 0; } ::-webkit-input-placeholder {
color: rgba(54, 47, 45, 0.5);
font-weight: normal;
opacity: 1; }
:-moz-placeholder {
color: rgba(54, 47, 45, 0.5);
font-weight: normal;
opacity: 1; }
::-moz-placeholder {
color: rgba(54, 47, 45, 0.5);
font-weight: normal;
opacity: 1; }
:-ms-input-placeholder {
color: rgba(54, 47, 45, 0.5);
font-weight: normal;
opacity: 1; } .ci-select {
position: relative; }
.ci-select select {
cursor: pointer;
appearance: none;
border-radius: 0;
border: 0 !important;
box-shadow: none;
text-transform: uppercase;
height: 42px;
font-weight: bold;
color: #362F2D;
font-size: 12px;
background-color: #FFCC00;
outline: 0;
padding: 7px 20px;
width: 100%; }
.ci-select option {
background-color: #FFF;
text-transform: none;
font-weight: normal;
padding: 5px; }
.ci-select::after {
font-family: 'FontAwesome';
content: '\f107';
font-size: 16px;
height: 100%;
color: #362F2D;
position: absolute;
right: 15px;
top: 0;
line-height: 42px; } .form-inset-group {
position: relative; }
.form-inset-group button[type="submit"],
.form-inset-group input[type="submit"] {
position: absolute;
right: 5px;
top: 5px;
height: 32px;
padding: 8px 12px; } .btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
display: inline-block;
font-weight: bold;
margin: 0;
line-height: normal;
border: none;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
user-select: none;
border-radius: 0;
width: auto;
height: 42px;
background-image: none;
padding: 13px 20px 12px;
font-size: 12px;
background-color: #FFCC00;
color: #362F2D;
text-transform: uppercase; }
.btn:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
outline: none; }
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
background: #362F2D;
color: #FFCC00;
text-decoration: none; }
.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
outline: none; }
.btn-arrow {
padding-right: 80px;
position: relative; }
.btn-arrow::after {
font-family: 'FontAwesome';
content: '\f105';
position: absolute;
font-size: 16px;
right: 15px;
line-height: normal; }
.btn-lg {
height: 50px;
padding: 15px 55px;
font-family: "Montserrat", sans-serif;
font-weight: bold;
text-transform: none;
letter-spacing: -.05em;
font-size: 16px; }
.btn-lg i {
margin-left: 5px;
position: relative;
top: 1px; } .table th, .table td {
text-align: left;
font-size: 14px;
border-bottom: 1px solid #EBEAEA;
padding: 5px 0; }
.footer .table th, .footer .table td {
border-bottom-color: rgba(255, 255, 255, 0.15); } .ci-slider {
margin: 0;
padding: 0;
box-shadow: none;
border-radius: 0;
border: 0; }
.ci-slider.loading:before {
border: 6px solid rgba(255, 255, 255, 0.35);
border-top-color: rgba(255, 255, 255, 0.875);
border-radius: 100%;
height: 40px;
width: 40px;
animation: rot .8s infinite linear;
content: "";
position: absolute;
right: 20px;
top: 20px;
z-index: 1000; }
.ci-slider .slides li:after {
content: " ";
position: absolute;
top: 0;
left: 0;
z-index: -1000; }
.ci-direction-nav a {
top: 50%;
opacity: 0.7;
line-height: normal; }
.ci-direction-nav a:hover {
color: #FFF;
opacity: 1; }
.ci-slider .slides > li:first-child {
display: block; -webkit-backface-visibility: visible; }
.ci-slider.loading .slides > li:first-child {
opacity: 1 !important; } .mfp-bg {
background-color: #000; }
.mfp-preloader {
color: #FFF;
background-color: transparent !important; }
.mfp-preloader a, .mfp-preloader a:hover {
color: #FFF; }
.mfp-container:not(.mfp-s-error) .mfp-preloader {
border: 6px solid rgba(255, 255, 255, 0.35);
border-top-color: rgba(255, 255, 255, 0.875);
border-radius: 100%;
height: 40px;
width: 40px;
animation: rot .8s infinite linear;
background-color: #FFF;
text-indent: -999em;
margin: 0 auto; }
button.mfp-close,
button.mfp-arrow {
border: none;
opacity: 1; }
button.mfp-close:hover,
button.mfp-arrow:hover {
background: none;
border: none; }
.mfp-close-btn-in .mfp-close {
color: #FFF; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF; }
.mfp-arrow {
line-height: 0.3; }
.mfp-arrow:before, .mfp-arrow:after {
border: none; }
.mfp-arrow:after {
font-family: FontAwesome;
font-size: 70px;
color: #FFF; }
.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
content: "\f105"; }
.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
content: "\f104"; } .text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justified {
text-align: justify; } .nav {
margin-top: 4px; }
.nav ul {
margin: 0;
padding: 0;
list-style: none; }
.navigation {
text-align: right; }
.navigation::after {
content: "";
display: table;
clear: both; }
.navigation li {
position: relative;
z-index: 100; }
.navigation > li {
display: inline-block; }
.navigation ul {
position: absolute;
z-index: 300;
top: -999em; }
.navigation > li:last-child ul {
right: 0; }
.navigation li:hover > ul,
.navigation .sfHover > ul {
top: auto; }
.navigation li li:hover > ul,
.navigation li .sfHover > ul {
top: 0;
right: 100%; }
.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
top: 0;
right: 100%; }
.navigation a {
display: block;
white-space: nowrap; }
.navigation a {
font-family: "Montserrat", sans-serif;
color: #A3A3A3;
font-weight: bold;
text-align: left; }
.navigation > li:last-child > a {
margin-right: 0; }
.navigation a:hover,
.navigation .sfHover > a {
text-decoration: none; }
.navigation > li > a {
text-transform: uppercase;
border-bottom: 4px solid transparent;
margin-right: 22px; }
.navigation > li ul a {
border-bottom: 1px solid #EBEAEA;
padding: 9px 15px; }
.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
color: #362F2D; }
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
color: #362F2D;
border-bottom-color: #FFCC00; }
.navigation ul {
background-color: #FFF;
border: 1px solid #EBEAEA;
border-bottom: 0;
min-width: 200px;
box-shadow: 0 0 29px rgba(0, 0, 0, 0.07); }
.navigation a.sf-with-ul {
padding-right: 10px;
position: relative; }
.navigation.sf-arrows .sf-with-ul:after {
content: '\f078';
font-family: FontAwesome;
position: absolute;
top: 50%;
right: 1px;
margin-top: -10px;
font-size: 8px;
font-weight: normal; }
.navigation.sf-arrows ul .sf-with-ul:after {
right: 8px;
content: "\f054";
margin-top: -6px; } .pre-head {
background-color: #362F2D;
color: #FFFFFF;
font-size: 12px;
line-height: normal;
padding: 10px 0; }
.head-text-icon {
margin: 3px 20px 0 0;
display: inline-block; }
.head-text-icon a {
color: #FFFFFF; }
.head-text-icon a:hover {
color: #FFCC00; }
.head-text-icon i {
color: #FFCC00;
margin-right: 5px;
font-size: 14px; }
.mast-head-wrap {
display: table;
padding: 30px 0;
width: 100%; }
.mast-head-left {
display: table-cell;
width: 30%;
vertical-align: middle; }
.mast-head-right {
display: table-cell;
width: 70%;
vertical-align: middle; }
.site-logo {
margin: 0;
line-height: normal;
font-size: 30px;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-family: "Montserrat", sans-serif;
letter-spacing: -.05em;
text-rendering: optimizeLegibility; }
.site-logo a {
color: #362F2D; }
.site-logo img {
max-width: 260px; }
.site-tagline {
margin: -5px 0 0;
line-height: normal; }  .page-hero {
background-color: #FFCC00;
color: #362F2D;
padding: 40px 0; }
.page-title {
font-size: 36px;
margin: 0; }
.page-subtitle {
margin: -3px 0 0; }
.main {
padding: 75px 0; }
.main-home {
padding: 0; } .entry {
margin: 0 0 60px; }
.entry:only-of-type {
margin: 0; }
.entry-title {
font-size: 30px; }
.entry-title a {
color: #362F2D; }
.entry-title a:hover {
color: #FFCC00; }
.entry-meta {
position: relative;
margin: -5px 0 35px; }
.entry-meta::after {
content: '';
display: block;
width: 30px;
height: 3px;
margin-top: 10px;
background-color: #FFCC00; }
.entry-meta-item {
display: inline-block;
margin: 0 10px 0 0; }
.entry-meta-item::after {
content: '/';
color: #FFCC00;
font-weight: bold;
margin-left: 12px; }
.entry-meta-item:last-child {
margin-right: 0; }
.entry-meta-item:last-child::after {
display: none; }
.entry-meta-item a {
color: #362F2D; }
.entry-meta-item a:hover {
color: #FFCC00; }
.entry-categories,
.entry-comments-link {
font-weight: bold; }
.entry-tags {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #EBEAEA; }
.entry-thumb {
margin-bottom: 35px; }
.entry-thumb.alignnone, .entry-thumb.alignleft, .entry-thumb.alignright, .entry-thumb.aligncenter {
margin-top: 0; }
.entry-content::after {
content: "";
display: table;
clear: both; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
margin: 30px 0 15px; }
.entry-content a {
color: #362F2D;
font-weight: bold;
border-bottom: 2px solid #FFCC00; }
.entry-content a:hover {
border-bottom-color: #362F2D; }
.entry-content blockquote {
border: 0;
position: relative;
padding-left: 50px;
font-size: inherit;
margin: 25px 0; }
.entry-content blockquote cite {
font-style: normal;
font-size: 12px;
font-weight: normal; }
.entry-content blockquote::before {
content: "“";
position: absolute;
left: 0;
top: 0;
font-family: "Montserrat", sans-serif;
color: #FFCC00;
font-size: 80px;
line-height: 0.8; } .module {
margin-bottom: 60px; } .table-opening-hours td {
text-align: right;
font-weight: bold; } .module-testimonial {
border: 0;
font-size: 13px;
margin: 0;
padding: 0;
position: relative; }
.module-testimonial::before {
content: "“";
position: absolute;
top: -5px;
left: -10px;
font-size: 10em;
line-height: 0.5;
font-style: normal;
font-family: "Montserrat", sans-serif;
opacity: 0.1; }
.module-testimonial-cite {
display: table;
width: 100%;
font-weight: normal;
color: #362F2D; }
.module-testimonial-avatar {
width: 70px;
padding-right: 10px;
vertical-align: middle;
display: table-cell; }
.module-testimonial-author {
font-style: normal;
display: table-cell;
vertical-align: middle;
line-height: normal; }
.module-testimonial-author strong,
.module-testimonial-author span {
display: block; }
.module-testimonial-author span {
font-size: 11px; } .ci-map-wrap {
position: relative;
padding-bottom: 60%;
height: 0;
margin-bottom: 15px;
border: 2px solid #FFCC00; }
.ci-map-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.module-contact-info {
list-style: none;
margin: 0;
padding: 0; }
.module-contact-info li {
display: block;
margin-bottom: 7px; }
.module-contact-info li::after {
content: "";
display: table;
clear: both; }
.module-contact-info li i {
float: left;
margin-right: 8px;
width: 16px;
font-size: 14px;
line-height: 1.5;
text-align: center; }
.module-contact-info li span {
display: block;
overflow: hidden; }
.module-contact-info li a {
color: #362F2D; }
.module-contact-info-title {
font-weight: bold;
font-size: 14px; } .project-meta {
width: 100%;
margin: 0 0 50px;
border: 1px solid #EBEAEA;
border-right: 0;
border-bottom: 0; }
.project-meta th, .project-meta td {
text-align: left;
padding: 7px 15px;
border-bottom: 1px solid #EBEAEA;
border-right: 1px solid #EBEAEA;
text-transform: none;
font-size: inherit; }
.project-meta th:first-child, .project-meta th:last-child, .project-meta td:first-child, .project-meta td:last-child {
padding-left: 15px; }
.project-meta th {
width: 35%; } .row-items {
margin-bottom: -40px; }
.item {
margin-bottom: 60px; }
.item-icon {
height: 40px;
width: 40px;
border: 2px solid #FFCC00;
font-size: 24px;
line-height: 38px;
text-align: center;
margin-bottom: 15px; }
.item-title { }
.item-thumb {
margin-bottom: 20px; }
.item-center {
text-align: center; }
.item-center .item-icon {
display: inline-block; }
.item-center .item-title::after {
margin-left: auto;
margin-right: auto; }
.item-media::after {
content: "";
display: table;
clear: both; }
.item-media .item-icon {
float: left;
margin-right: 15px; }
.item-media .item-content {
overflow: hidden; }
.item-entry .item-title {
margin: 0;
padding: 0; }
.item-entry .item-title::after {
display: none; }
.item-entry-time {
position: relative;
display: block;
margin-bottom: 25px; }
.item-entry-time::after {
content: '';
display: block;
width: 30px;
height: 3px;
margin-top: 10px;
background-color: #FFCC00; }
.item-center .item-entry-time::after {
margin-left: -15px;
left: 50%; } .table-pricing {
margin-top: 60px; }
.item-pricing {
background-color: #FFF;
border: 1px solid #EBEAEA;
padding: 25px 15px;
margin: 0 0 30px;
border-radius: 2px; }
.item-pricing .item-title,
.item-pricing .item-subtitle {
text-align: center; }
.item-pricing .item-title {
margin-bottom: 10px; }
.item-pricing .item-title::after {
margin-left: auto;
margin-right: auto; }
.item-pricing-featured {
border: 3px solid #FFCC00;
padding-top: 38px;
padding-bottom: 40px;
margin-top: -15px;
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2); }
.item-price {
font-size: 48px;
font-weight: bold;
font-family: "Montserrat", sans-serif;
letter-spacing: -0.05em;
line-height: normal;
margin: -4px 0 3px;
text-align: center; }
.item-price .recurring {
font-size: 11px;
font-family: "Open Sans", sans-serif;
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: normal; }
.item-features {
list-style: none;
margin: 0 0 30px;
padding: 0; }
.item-features li {
padding: 6px 0 7px 2px;
position: relative;
border-bottom: 1px solid rgba(235, 234, 234, 0.45); }
.item-features li:before {
font-family: FontAwesome;
content: '\f00c';
color: #5CC239;
font-size: 18px;
margin-right: 7px;
position: relative;
top: 1px; }
.item-features li.no:before {
content: '\f00d';
color: #bdbdbd; }
.item-pricing-action {
text-align: center; } .paging {
margin: 40px 0 0; }
.paging ul {
list-style: none;
margin: 0;
padding: 0; }
.paging ul li {
display: inline-block; }
.paging a,
.paging > span,
.paging li span {
display: inline-block;
font-size: 13px;
padding: 12px 16px;
margin: 0 3px 0 0;
line-height: normal;
background-color: #FFCC00;
color: #362F2D;
font-family: "Montserrat", sans-serif; }
.paging a:hover,
.paging .current {
background-color: #362F2D;
color: #FFCC00; } .back-top {
position: fixed;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
background-color: #FFCC00;
color: #362F2D;
text-align: center;
line-height: 38px;
font-size: 24px;
z-index: 999;
opacity: 0;
transition: opacity .25s ease;
pointer-events: none; }
.back-top:hover {
background-color: #362F2D;
color: #FFFFFF; }
.back-top-visible {
opacity: 1;
pointer-events: auto; } .faq-section:not(last-child) {
margin-bottom: 40px; }
.faq-wrap {
margin-bottom: 5px; }
.faq-title {
display: block;
padding: 20px 20px;
margin-bottom: 0;
background-color: #FFCC00;
color: #362F2D;
font-size: 14px;
font-weight: bold;
line-height: normal;
position: relative; }
.faq-title::before {
content: '';
position: absolute;
border: 6px solid transparent;
border-left-color: #FFFFFF;
width: 0;
height: 0;
top: 50%;
margin-top: -6px;
opacity: 0;
left: -10px;
transition: opacity .18s ease, left .28s ease; }
.faq-title:hover, .faq-title.faq-open {
background-color: #362F2D;
color: #FFCC00; }
.faq-title:hover::before, .faq-title.faq-open::before {
opacity: 1;
left: 0; }
.faq-content {
background-color: rgba(0, 0, 0, 0.03);
padding: 20px;
margin: 0;
display: none; }
.faq-content p:last-child {
margin-bottom: 0; } .footer {
background-color: #362F2D;
color: #FFFFFF; }
.footer a:not(.btn),
.footer .widget a:not(.btn) {
color: #FFFFFF; }
.footer a:not(.btn).social-icon,
.footer .widget a:not(.btn).social-icon {
color: #362F2D; }
.footer a:not(.btn):hover,
.footer .widget a:not(.btn):hover {
color: #FFCC00; }
.footer .link-list-item a:not(.btn) {
color: #362F2D; }
.footer-main {
padding: 55px 0 0; }
.footer-copy {
text-transform: uppercase;
font-size: 10px;
font-family: "Montserrat", sans-serif;
border-top: 1px solid rgba(255, 255, 255, 0.15);
padding: 15px 0 30px; }
.footer-copy a:not(.btn) {
color: #FFCC00; }
.footer-copy a:not(.btn):hover {
color: #FFFFFF; }
.footer-copy p {
margin: 0; } #comments {
margin: 40px 0 0; }
#comment-list {
margin: 0;
list-style: none;
padding: 0; }
#comment-list ol {
list-style: none; }
@media (max-width: 767px) {
#comment-list ol {
margin: 0;
padding: 0; } }
#comment-list .comment-body {
margin-bottom: 20px;
padding-top: 20px; }
#comment-list > .comment:first-child > .comment-body {
border-top: none;
padding-top: 0; }
.post-comments {
margin: 0 0 45px; }
.comment-author .avatar {
width: 64px;
height: 64px;
float: left;
margin: 0 15px 15px 0;
overflow: visible; }
@media (max-width: 543px) {
.comment-author .avatar {
display: none; } }
.comment-content {
overflow: hidden;
zoom: 1;
font-size: 13px; }
.comment-metadata {
font-size: 10px;
text-transform: uppercase;
margin: 0 0 5px; }
.comment-metadata a {
color: #362F2D; }
.comment-reply-link {
font-size: 10px;
text-transform: uppercase;
padding: 4px 10px;
margin-left: 80px;
height: auto;
width: auto;
background-color: #FFCC00;
color: #362F2D; }
.comment-reply-link:hover {
background: #362F2D;
color: #FFCC00;
text-decoration: none; }
@media (max-width: 767px) {
.comment-reply-link {
margin: 0; } }
.bypostauthor > article .fn:before {
font-family: FontAwesome;
content: "\f005";
margin: 0 2px 0 -2px;
position: relative;
top: -1px;
font-size: 11px; }
#cancel-comment-reply-link {
font-size: 13px;
font-weight: normal;
margin-left: 5px; }
.form-allowed-tags,
.comment-notes {
font-size: 12px;
line-height: 1.5;
color: rgba(54, 47, 45, 0.8); } .widget {
margin: 0 0 50px; }
.widget .footer {
margin-bottom: 30px; }
.sidebar .widget:last-child,
.widget p:last-child { margin-bottom: 0; }
.widget-title, .module-title, .item-title {
position: relative;
margin-bottom: 20px;
font-size: 20px;
font-weight: bold;
font-family: "Montserrat", sans-serif;
letter-spacing: -.05em;
display: block;
line-height: 1.2; }
.widget-title::after,
.module-title::after,
.item-title::after {
content: '';
display: block;
width: 30px;
height: 3px;
margin-top: 10px;
background-color: #FFCC00; }
.widget-title a,
.module-title a,
.item-title a {
color: inherit; }
.widget-title a:hover,
.module-title a:hover,
.item-title a:hover {
color: #FFCC00; }
.footer .widget-title,
.footer .module-title,
.footer .item-title {
padding-bottom: 8px;
border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.footer .widget-title::after,
.footer .module-title::after,
.footer .item-title::after {
display: none; }
.widget-title label, .module-title label, .item-title label {
text-transform: none;
display: block;
font-size: inherit;
margin: 0;
line-height: inherit;
font-weight: inherit; } .widget-padded + .widget-padded {
margin-top: -60px; }
section.widget {
margin: 0 0 60px; }
section.widget.widget-padded:last-child {
margin-bottom: 0; }
.widget-padded .widget-wrap {
padding: 60px 0; }
.widget-padded .widget-wrap.wrap-extra-pad {
padding: 140px 0; }
.widget-wrap {
background-position: center center;
background-size: cover;
position: relative; }
.section-title-wrap {
position: relative;
margin-bottom: 60px; }
.section-title-wrap::after {
content: '';
display: block;
width: 30px;
height: 3px;
margin-top: 10px;
background-color: #FFCC00; }
.section-title-wrap::after {
margin-left: auto;
margin-right: auto; }
.section-title {
font-size: 30px;
text-align: center;
margin: 0; }
.section-subtitle {
text-align: center;
margin: 0; } .hero-title {
font-size: 42px;
font-family: "Montserrat", sans-serif;
letter-spacing: -.05em;
font-weight: bold;
line-height: 1.1;
margin-bottom: 10px; }
.hero-content-text {
font-size: 16px;
line-height: 1.5;
font-family: "Montserrat", sans-serif;
margin-bottom: 25px; }
.hero-image {
margin-bottom: 20px; } .widget_ci-slideshow + .widget-padded {
margin-top: -60px; }
.main-slider {
height: 700px; }
.main-slider .slides {
height: 100%; }
.main-slider .slides li {
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
height: 100%; }
.main-slider .hero-content {
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-55%); }
.main-slider .ci-direction-nav a:before {
color: #FFF; }
.main-slider .ci-control-nav {
bottom: 15px;
z-index: 100; }
.main-slider .ci-control-paging li a {
background-color: #FFF;
box-shadow: none;
opacity: 0.6;
transition: opacity .18s ease, background-color .18s ease; }
.main-slider .ci-control-paging li a:hover {
opacity: 1; }
.main-slider .ci-control-paging li a.ci-active {
background-color: #FFCC00;
opacity: 1; }
.slide-video-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden; }
.slide-video-wrap iframe {
position: absolute;
max-width: none;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translateX(-50%) translateY(-50%);
margin: 0;
padding: 0; } .client-list {
text-align: center;
vertical-align: middle; }
.client-list a {
display: inline-block;
margin: 0 25px 20px; } .widget select {
width: 100%;
padding: 5px 10px;
border-radius: 0;
border: 1px solid #EBEAEA; }
.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul {
list-style: none;
margin: 0;
padding: 0; }
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul {
margin-left: 15px; }
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li {
line-height: normal;
display: block;
position: relative; }
.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a {
display: inline-block;
padding: 3px 0;
color: #362F2D; }
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent_entries ul li a:hover {
color: #FFCC00; }
.widget_meta ul li .count,
.widget_meta ul li .ci-count,
.widget_pages ul li .count,
.widget_pages ul li .ci-count,
.widget_categories ul li .count,
.widget_categories ul li .ci-count,
.widget_archive ul li .count,
.widget_archive ul li .ci-count,
.widget_recent_entries ul li .count,
.widget_recent_entries ul li .ci-count {
margin-left: 5px; }
.widget_recent_comments ul {
margin: 0;
padding: 0;
list-style: none; }
.widget_recent_comments ul li {
display: block; }
.widget_pages select,
.widget_categories select,
.widget_archive select {
display: block;
width: 100%;
padding: 6px 15px;
border-radius: 0;
font-size: 14px;
height: 40px;
font-weight: normal;
border: 1px solid #EBEAEA;
background: #FFF; } .menu {
list-style: none;
margin: 0;
padding: 0;
display: block; }
.menu ul {
list-style: none; }
.menu .current-menu-item > a {
background-color: #362F2D;
color: #FFCC00;
position: relative; }
.menu .current-menu-item > a::before {
opacity: 1;
left: 0; }
.sidebar .menu-item {
display: block; }
.sidebar .menu-item a {
display: block;
margin-bottom: 5px;
background-color: #FFCC00;
color: #362F2D;
height: 60px;
font-size: 14px;
font-weight: bold;
line-height: normal;
padding: 20px 15px;
position: relative; }
.sidebar .menu-item a::before {
content: '';
position: absolute;
border: 6px solid transparent;
border-left-color: #FFFFFF;
width: 0;
height: 0;
top: 50%;
margin-top: -6px;
opacity: 0;
left: -10px;
transition: opacity .18s ease, left .28s ease; }
.sidebar .menu-item a:hover {
background-color: #362F2D;
color: #FFCC00; }
.sidebar .menu-item a:hover::before {
opacity: 1;
left: 0; } .link-list {
list-style: none;
margin: 0;
padding: 0;
display: block; }
.link-list .current-menu-item > a {
background-color: #362F2D;
color: #FFCC00;
position: relative; }
.link-list .current-menu-item > a::before {
opacity: 1;
left: 0; }
.link-list-item {
display: block;
height: 60px;
margin-bottom: 5px; }
.link-list-item a {
height: 100%;
display: table;
width: 100%;
background-color: #FFCC00;
color: #362F2D;
font-size: 14px;
font-weight: bold;
line-height: normal;
padding: 0 15px;
position: relative; }
.link-list-item a:hover {
background-color: #362F2D;
color: #FFCC00; }
.link-list-icon {
display: table-cell;
vertical-align: middle;
font-size: 24px;
padding-right: 10px;
max-width: 50px;
width: 30px; }
.link-list-content {
display: table-cell;
vertical-align: middle;
font-size: 11px;
font-weight: normal;
width: 99999px; }
.link-list-content strong {
display: block;
font-size: 14px; } #ads125,
.ads125 {
margin: 0;
padding: 0;
list-style: none; }
#ads125 li,
.ads125 li {
background: none;
border: none;
float: left;
margin: 0 15px 10px 0;
padding: 0;
max-width: 125px;
height: auto; } .flickr_badge_image {
float: left;
margin: 0 15px 15px 0; }
.flickr_badge_image a {
display: block;
line-height: 0; } .widget_about {
margin-top: -5px; }
.widget_about img {
max-width: 100px;
height: auto; }
.widget_about .alignleft {
float: left;
margin: 5px 15px 6px 0; }
.widget_about .alignright {
float: right;
margin: 5px 0 6px 15px; } .widget_text p:last-child {
margin-bottom: 0; } .widget_ci_twitter_widget ul {
margin: 0;
padding: 0;
list-style: none; }
.widget_ci_twitter_widget ul li {
margin-bottom: 12px; }
.widget_ci_twitter_widget ul li:first-child {
padding-top: 0; }
.widget_ci_twitter_widget .twitter-time {
display: block;
font-size: 0.85em; } #wp-calendar {
width: 100%; }
#wp-calendar a {
font-weight: bold;
font-style: italic; }
#wp-calendar caption {
text-align: left;
margin-top: 10px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
padding: 9px; }
#wp-calendar thead {
font-size: 10px; }
#wp-calendar thead th {
background: rgba(0, 0, 0, 0.1);
font-weight: bold;
padding: 8px; }
#wp-calendar tbody td {
background: none;
border: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
padding: 3px; }
#wp-calendar tbody td:hover {
background: rgba(0, 0, 0, 0.1); }
#wp-calendar tbody .pad {
background: none; }
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right; }
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px; } .social-icons {
margin: 0;
padding: 0;
list-style: none; }
.entry-content .social-icons {
margin-bottom: 20px; }
.social-icons li {
margin: 0;
padding: 0;
display: inline-block; }
.pre-head .social-icons {
text-align: right; }
.item .social-icons {
margin-top: -5px;
margin-bottom: 15px; }
.social-icon {
display: inline-block;
width: 25px;
height: 25px;
font-size: 14px;
line-height: 25px;
text-align: center;
background-color: #FFCC00;
color: #362F2D; }
.social-icon:hover {
background-color: #362F2D;
color: #FFCC00; }  .gallery {
margin-left: -5px;
margin-right: -5px;
margin-bottom: 15px; }
.gallery::after {
content: "";
display: table;
clear: both; }
.gallery-item {
margin-bottom: 10px; }
.gallery-item img {
width: 100%;
max-width: 100%; }
.gallery-columns-1 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 100%; }
.gallery-columns-2 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 50%; }
.gallery-columns-3 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 33.3333333333%; }
.gallery-columns-4 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 25%; }
.gallery-columns-5 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 20%; }
@media (max-width: 767px) {
.gallery-columns-5 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 25%; } }
.gallery-columns-6 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 16.6666666667%; }
@media (max-width: 767px) {
.gallery-columns-6 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 25%; } }
.gallery-columns-7 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 14.2857142857%; }
@media (max-width: 991px) {
.gallery-columns-7 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 20%; } }
@media (max-width: 767px) {
.gallery-columns-7 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 25%; } }
.gallery-columns-8 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 12.5%; }
@media (max-width: 991px) {
.gallery-columns-8 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 20%; } }
@media (max-width: 767px) {
.gallery-columns-8 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 25%; } }
.gallery-columns-9 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 11.1111111111%; }
@media (max-width: 991px) {
.gallery-columns-9 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 20%; } }
@media (max-width: 767px) {
.gallery-columns-9 .gallery-item {
position: relative;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
float: left;
width: 25%; } }
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0 0 0 5px;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: calc(100% - 10px);
transition: opacity 0.18s ease; }
.gallery-caption:before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%; }
.gallery-item:hover .gallery-caption {
opacity: 1; }
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none; }  .alignnone {
margin: 5px 0 20px 0; }
p .alignnone {
margin-bottom: 0; }
.aligncenter {
display: block;
margin: 7px auto 7px auto; }
.alignright {
float: right;
margin: 7px 0 7px 24px; }
.alignleft {
float: left;
margin: 7px 24px 7px 0; } .wp-caption {
max-width: 100%;
margin-bottom: 15px; }
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
padding: 0;
width: auto; }
.wp-caption .wp-caption-text {
font-size: 12px;
line-height: 17px;
margin: 3px 0 5px;
padding: 5px 0 0 0;
text-align: left;
font-style: italic; }
.sticky { } #mobilemenu {
display: none; }
@media (max-width: 991px) {
#mobilemenu {
display: block; } }
.mobile-menu-trigger {
float: right;
font-size: 32px;
color: #362F2D;
line-height: normal;
display: none; }
.mobile-menu-trigger:hover {
color: #362F2D; }  .sharedaddy {
margin-top: 30px; } .null-instagram-feed p {
padding-top: 10px; }
.widget .instagram-pics {
list-style: none;
margin: 0;
padding: 0; }
.widget .instagram-pics::after {
content: "";
display: table;
clear: both; }
.widget .instagram-pics li {
border-bottom: 0;
padding: 0;
float: left;
width: 33.33333333333%; }
.widget .instagram-pics li a {
display: block;
color: #362F2D; } .elementor .elementor-widget .entry .entry-thumb {
margin-bottom: 35px; } @media (max-width: 991px) {
.nav {
display: none; }
.mobile-menu-trigger {
display: inline-block; }
.main-slider {
height: 560px; }
.section-title-wrap {
margin-bottom: 40px; }
.table-pricing {
margin-top: 0;
margin-bottom: -30px; }
.item-pricing-featured {
margin-top: 0;
padding: 23px 15px; }
.client-list img {
max-height: 45px; }
.back-top {
display: none; }
.widget-padded .widget-wrap.wrap-extra-pad {
padding: 120px 0; }
.sidebar {
margin-top: 60px; } }
@media (max-width: 767px) {
.mast-head-left {
width: 60%; }
.site-logo img {
max-width: 200px; }
.main-slider {
height: 460px; }
.footer-copy {
text-align: center; }
.footer-copy .text-right {
text-align: center; } }
@media (max-width: 543px) {
h1 {
font-size: 24px; }
h2 {
font-size: 20px; }
h3 {
font-size: 18px; }
h4 {
font-size: 16px; }
h5 {
font-size: 14px; }
h6 {
font-size: 12px; }
.pre-head {
text-align: center; }
.pre-head .social-icons {
display: none; }
.head-text-icon {
display: block;
margin: 0 0 5px; }
.head-text-icon:last-child {
margin-bottom: 0; }
.mast-head-wrap {
padding: 20px 0; }
.mast-head-left {
width: 85%; }
.main {
padding: 60px 0; }
.main-home {
padding: 0; }
.page-hero {
padding: 30px 0; }
.page-title {
line-height: 1.1;
font-size: 30px; }
.page-subtitle {
margin-top: 5px; }
.entry-title {
font-size: 24px; }
.entry-meta {
font-size: 10px; }
.widget {
margin-bottom: 40px; }
.main-slider {
height: 420px; }
.hero-title {
font-size: 30px; }
.section-title {
font-size: 26px; }
.widget-padded .widget-wrap.wrap-extra-pad {
padding: 80px 0; }
.section-title-wrap {
margin-bottom: 30px; }
.client-list img {
max-height: 35px; } }