@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;
}
 [data-wp-review-tabs] .tab-titles:after, [data-ui-tabs] .ui-tabs-nav:after, .wp-reviews-list .reviews-pagination:after, .wp-reviews-list .item:after, .review-list li:after {
content: " ";
display: block;
height: 0;
visibility: hidden;
clear: both;
}
.review-wrapper {
border: 1px solid #e7e7e7;
margin-bottom: 30px;
clear: both;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.review-wrapper .review-list {
margin: 0;
list-style: none;
padding: 0;
clear: both;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.review-wrapper .review-list li {
margin: 0;
list-style: none;
}
.review-wrapper li:after {
content: "";
display: block;
clear: both;
}
.review-wrapper .review-desc li:after {
display: none;
}
.review-wrapper .review-total-wrapper h5 {
font-family: inherit;
}
.review-title {
background-color: #f6f6f6;
border-bottom: 1px solid #e7e7e7;
margin: 0;
padding: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
}
.review-price {
float: right;
}
.review-links {
list-style: none;
padding: 15px 15px 8px !important;
margin: 0 !important;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.review-links li {
display: inline-block;
margin-bottom: 10px;
}
.review-links li a {
display: block;
padding: 4px 10px;
margin: 0 10px 0 0;
border: 1px solid;
border-radius: 5px;
outline: 0;
}
.review-links li:last-child a {
margin-right: 0;
}
.review-links .review-links:not(:last-child) a {
margin-right: 10px;
}
.entry-content .review-wrapper li:last-child a {
margin-right: 0;
}
.wpr-error {
background: #f9ada7;
padding: 10px;
margin: 10px 0;
}
.review-list li {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #e7e7e7;
padding: 10px 15px;
position: relative;
list-style: none !important;
}
.review-list li:nth-child(even) {
background-color: #fafafa;
}
.review-list li:last-child {
border-bottom: 1px solid #e7e7e7;
}
.wp_review_comment .review-list, .widefat .column-comment ul.review-list {
margin: 0;
padding: 0;
}
.wp_review_comment .review-list li, .wp-review-comment-form .review-list li {
padding: 10px;
margin: 0;
background: #f9f9f9;
border-bottom: 1px solid #e7e7e7;
}
.review-summary-title {
margin-bottom: 5px;
}
.review-desc {
padding: 10px 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.review-desc p:last-child {
margin-bottom: 0;
}
.review-pros-cons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 10px 15px 30px;
clear: both;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.review-pros-cons .review-pros {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
padding-right: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.review-pros-cons .review-pros p:last-of-type {
margin-bottom: 0;
}
.review-pros-cons .review-cons {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
padding-left: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.review-pros-cons .review-cons p:last-of-type {
margin-bottom: 0;
}
.review-pros-cons .review-pros .mb-5 strong:before,
.review-pros-cons .review-cons .mb-5 strong:before {
content: "";
font-family: "FontAwesome";
font-weight: normal;
margin-right: 5px;
opacity: 0.7;
}
.review-pros-cons .review-cons .mb-5 strong:before {
content: "";
}
.review-pros-cons ul,
.review-pros-cons ol {
margin: 0;
margin-left: 0;
padding: 0;
list-style: none;
}
.review-pros-cons li {
list-style-type: none !important;
}
.review-pros-cons .review-pros ul li:before,
.review-pros-cons .review-cons ul li:before {
content: "";
font-family: "FontAwesome";
opacity: 0.4;
margin-right: 7px;
}
.review-pros-cons .review-cons ul li:before {
content: "";
}
.wp_review_comment .review-pros-cons {
padding-left: 0;
padding-right: 0;
}
textarea#wp_review_comment_pros, textarea#wp_review_comment_cons {
height: 100px;
}
.wp-review-comment-form-qualifier label {
display: block;
}
.wp-review-comment-form-qualifier select {
display: block;
width: 100%;
}
#review .review-desc ul,
#review .review-desc ol {
margin: 0;
margin-left: 0;
padding: 0;
}
.review-result-wrapper {
white-space: nowrap;
position: relative;
}
.review-star .review-result-wrapper {
display: inline-block;
}
.review-star .review-result-wrapper img.wp-review-image {
max-width: 20px;
max-height: 20px;
display: inline-block;
opacity: 0.6;
}
.wp-review-usercomment-rating-star .review-result-wrapper img {
opacity: 0.6;
}
.wp-review-usercomment-rating-star .review-result-wrapper .review-result img {
opacity: 1;
}
.review-star .wpr-count {
margin-left: 3px;
vertical-align: top;
}
.review-result-wrapper i, .review-result-wrapper img.wp-review-image {
font-style: normal;
font-size: 16px;
padding: 0;
line-height: inherit;
}
.reviewed-item {
display: inline-block;
padding: 10px 15px;
border-bottom: 1px solid #e7e7e7;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.reviewed-item .review-links {
border: 0;
background: transparent !important;
}
.reviewed-item .review-links li {
margin: 0;
}
.reviewed-item .reviewed-item-data img {
vertical-align: top;
}
.reviewed-item-image {
float: right;
max-width: 40%;
margin-left: 15px;
}
.rtl .reviewed-item-image {
float: left;
margin-left: 0;
margin-right: 15px;
}
.reviewed-item-data-label {
display: inline-block;
}
.reviewed-item-data p:last-of-type {
margin-bottom: 0;
}
.review-result {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
white-space: nowrap;
}
.rtl .review-result {
left: auto;
right: 0;
}
.review-total-wrapper {
float: right;
padding-right: 0;
clear: both;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 15px 20px 15px;
}
.rtl .review-total-wrapper {
float: left;
}
.review-total-wrapper span.review-total-box {
border: 0;
display: block;
font-size: 40px;
font-weight: 700;
text-align: right;
margin: 0;
padding: 35px 0 20px;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.circle-point span.review-total-box {
height: 180px;
}
.review-total-wrapper span.review-total-box small {
font-size: 12px;
display: block;
}
.percentage-icon {
font-size: 22px;
position: relative;
top: -14px;
}
.review-total-star {
position: relative;
margin-top: 5px;
margin: 0 auto;
float: right;
}
.review-star.review-total {
position: relative;
}
.wp-review-loading-msg, .wp-review-loading .review-result-wrapper {
display: none;
}
.wp-review-loading .wp-review-loading-msg {
display: block;
}
.review-total {
z-index: 99;
}
.rtl .review-total {
left: auto;
right: 0;
}
.review-star, .wp-review-user-feature-rating-star {
position: relative;
margin-top: 5px;
margin: 0 auto;
display: inline-block;
}
.postbox .review-star {
position: relative;
right: auto;
top: auto;
}
.review-list .review-star,
.user-review-area .review-star,
.wp-review-point-type .review-total-circle .review-star,
.wp-review-percentage-type .review-total-circle .review-star,
.review-list .wp-review-user-feature-rating-star {
float: right;
text-align: right;
}
.wpr-login-required-message {
font-size: 80%;
}
.rtl .review-list .review-star,
.rtl .user-review-area .review-star,
.rtl .review-total-circle .review-star,
.rtl .wp-review-point-type .review-total-circle .review-star,
.rtl .wp-review-percentage-type .review-total-circle .review-star {
float: left;
margin-right: 10px;
margin-left: 0;
} .circle-point .review-list li {
padding: 14px 15px;
}
.review-point .review-result-wrapper, .review-percentage .review-result-wrapper {
background: rgba(0, 0, 0, 0.1);
width: 100%;
height: 22px;
}
.review-point .review-result-wrapper {
background-color: rgba(0, 0, 0, 0.1);
}
.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result {
position: absolute;
top: 0px;
left: 0px;
height: 22px;
}
.rtl .wp-review-point-type .review-result, .rtl .wp-review-percentage-type .review-result, .rtl .review-total-point .review-result {
left: auto;
right: 0px;
}
.review-total-star.allowed-to-rate .review-result-wrapper {
background: none;
}
.wp-review-point-type .review-total-point .review-result-wrapper {
background: none;
}
.review-total-percentage.allowed-to-rate.has-not-rated-yet, .review-total-point.allowed-to-rate.has-not-rated-yet {
float: none;
cursor: pointer;
}
.review-percentage .review-result-wrapper, .review-point .review-result-wrapper {
position: relative;
width: 100%;
}
.review-percentage .review-result, .review-point .review-result {
background: currentColor;
height: 22px;
}
.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper, .wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper {
cursor: pointer;
}
.wp-review-user-rating.wp-review-user-rating-point.has-rated .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-percentage.has-rated .review-result-wrapper {
cursor: default;
}
.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper:hover .review-result, .wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper:hover .review-result {
display: block;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.review-point, .review-percentage {
position: relative;
clear: both;
}
.wp-review-your-rating {
position: absolute;
top: 102%;
left: 45%;
margin-left: -20px;
font-size: 12px;
line-height: 18px;
background: #f0f0f0;
color: #fff;
pointer-events: none;
z-index: 999;
display: none;
white-space: nowrap;
padding: 2px 4px;
}
.rtl .wp-review-your-rating {
left: auto;
right: 45%;
}
.column-wp_review_rating .wp-review-circle-rating {
-webkit-box-shadow: none;
box-shadow: none;
}
.review-point:hover .wp-review-your-rating,
.review-percentage:hover .wp-review-your-rating {
display: block;
}
.review-result-text {
position: absolute;
left: 4px;
top: 0px;
font-size: 16px;
line-height: 22px;
display: none;
}
.rtl .review-result-text {
left: auto;
right: 4px;
}
.wp-review-usercomment-rating .review-result-text, .wp-admin .review-result-text {
display: block;
} .review-total-circle.allowed-to-rate.has-not-rated-yet .review-result-wrapper {
cursor: pointer;
}
.wp-review-user-rating-circle .review-result-wrapper {
text-align: right;
}
.wp-review-user-rating.wp-review-user-rating-circle.wp-review-input-set {
float: right;
}
.wp-review-circle-type .user-total-wrapper {
overflow: hidden;
margin-top: 3px;
}
.review-wrapper .wp-review-circle-rating {
padding: 0;
width: auto;
display: inline;
}
.user-review-area .review-circle {
float: right;
height: 32px;
}
.review-list .review-circle {
float: right;
margin-top: -4px;
}
.wp-review-circle-type .review-total-wrapper > .review-total-box {
display: none;
}
.review-circle.review-total {
height: 100px;
width: 100px;
} .entry-content .review-wrapper h1, .entry-content .review-wrapper h2, .entry-content .review-wrapper h3, .entry-content .review-wrapper h4, .entry-content .review-wrapper h5, .entry-content .review-wrapper h6 {
margin: 0;
}
.entry-content .review-summary-title, #content .review-summary-title, .entry-content .reviewed-item p, #content .reviewed-item p {
margin-bottom: 5px;
}
#content .review-desc p:last-child {
margin-bottom: 0;
}
#review .review-desc ul {
margin: 0;
margin-left: 20px;
padding-left: 0;
} .review-total-only {
padding: 3px 8px;
background: #fff;
display: inline-block;
border-radius: 3px;
}
.review-total-only .percentage-icon {
font-size: inherit;
top: 0;
}
.review-total-only .review-type-star {
font-size: 12px;
padding: 3px 6px;
}
.review-total-only .review-total-star {
font-size: 12px;
margin: 0;
}
.review-result-wrapper .review-result i, .review-result-wrapper .review-result img.wp-review-image {
opacity: 1;
filter: alpha(opacity=100);
}
.wp-review-box-float-left {
margin-right: 20px;
}
.wp-review-box-float-right {
margin-left: 20px;
} .wpr-user-features-rating {
clear: both;
}
.wpr-user-features-rating .user-review-title {
padding: 10px 15px;
margin: 0;
font-weight: bold;
}
.wpr-user-features-rating .user-total-wrapper {
margin: 0;
display: inline-block;
}
.wpr-user-features-rating .wp-review-user-feature-rating-circle + span {
display: inline-block;
margin-top: 10px;
}
.wpr-user-features-rating .wp-review-user-feature-rating-circle .review-result-wrapper {
height: 50px;
}
.user-review-area {
border-top: 1px solid #e7e7e7;
padding: 10px 15px;
position: relative;
clear: both;
float: left;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.user-review-area .wp-review-user-rating-star {
float: right;
}
.wp-review-user-rating .review-star .review-result-wrapper:hover span img {
opacity: 1;
}
.wp-review-user-rating .review-star .review-result-wrapper:hover span:hover ~ span img {
opacity: 0.6;
}
.review-total-star.allowed-to-rate {
float: right;
margin: 0;
}
.user-review-title {
margin: 15px 15px 10px;
padding: 0;
font-family: inherit;
}
.user-total-wrapper .user-review-title {
font-weight: bold;
margin: 0;
display: inline-block;
}
.wp-review-user-rating .review-result-wrapper span {
cursor: pointer;
padding: 0 0 0 4px;
}
.wp-review-user-rating .review-result-wrapper span img.wp-review-image {
opacity: 0.6;
}
.wp-review-user-rating .review-result-wrapper span:hover i, .wp-review-user-rating .review-result-wrapper span:hover img.wp-review-image,
.wp-review-user-rating .review-result-wrapper span.active i,
.wp-review-user-rating .review-result-wrapper span.active img.wp-review-image {
opacity: 1 !important;
}
.wp-review-user-rating .review-result-wrapper .review-result i, .wp-review-user-rating .review-result-wrapper .review-result img.wp-review-image {
padding-left: 4px;
}
.wp-review-user-rating.has-rated .review-result-wrapper:hover .review-result {
display: block;
}
.wp-review-user-rating .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-loading .review-result-wrapper, .wp-review-user-rating.wp-review-loading .wp-review-your-rating {
display: none;
}
.wp-review-user-rating .review-list li {
border-top: 1px solid;
}
.wpr-rating-accept-btn {
width: 100%;
float: right;
border-radius: 0;
padding: 14px;
border: 0;
color: #fff;
font-size: inherit;
cursor: pointer;
}
.wpr-rating-accept-btn[disabled] {
cursor: not-allowed;
}
.wp-review-rating-input.review-point .review-result-wrapper,
.wp-review-rating-input.review-percentage .review-result-wrapper,
.wp-review-rating-input.review-circle canvas {
cursor: pointer;
} .wp-review-comment-form-rating {
margin-bottom: 15px;
}
.wp-review-comment-form-rating .review-list li {
padding: 10px;
background: #f9f9f9;
}
.wp-review-comment-form-rating .user-review-title {
margin: 0;
margin-bottom: 10px;
}
.wp-review-comment-form-rating .features-rating-list {
margin: 0;
padding: 0;
}
.wp-review-comment-field {
margin-bottom: 10px;
}
.review-total-star-comments {
position: relative;
display: inline-block;
}
.wp-review-comment-title {
font-size: 18px;
}
.comment-text-inner {
clear: both;
}
.comment .review-list li {
margin-bottom: 0;
}
.wp-review-comment-rating .review-result-wrapper span {
cursor: pointer;
padding-left: 4px;
}
.wp-review-comment-rating .review-result-wrapper span i, .wp-review-comment-rating .review-result-wrapper span img.wp-review-image {
opacity: 0.6;
}
.wp-review-comment-rating .review-result-wrapper span:hover i,
.wp-review-comment-rating .review-result-wrapper span.active i,
.wp-review-comment-rating .review-result-wrapper span:hover img.wp-review-image,
.wp-review-comment-rating .review-result-wrapper span.active img.wp-review-image {
opacity: 1 !important;
color: #FFB300;
}
.wp-review-comment-rating .review-result-wrapper span:hover ~ span i {
opacity: 1;
color: currentColor;
}
.wp-review-comment-rating .review-result-wrapper:hover .review-result {
display: none;
}
.wp-review-comment-rating .review-result-wrapper .review-result {
letter-spacing: -1.9px;
}
.wp-review-comment-rating .review-result-wrapper .review-result i, .wp-review-comment-rating .review-result-wrapper .review-result img.wp-review-image {
padding-left: 4px;
}
.wp-review-comment-rating .review-result-wrapper:hover span img {
opacity: 1;
}
.wp-review-comment-rating .review-result-wrapper:hover span:hover ~ span img {
opacity: 0.6;
}
.wpr-comment-features-rating .wp-review-user-feature-rating-circle {
height: 50px;
}
.wpr-comment-features-rating .review-list .review-circle {
margin-top: 0;
height: 50px;
}
.wpr-comment-features-rating li .wp-review-user-feature-rating-circle + span {
margin-top: 14px;
display: inline-block;
}
.rtl .wp-review-comment-rating .review-result-wrapper span i {
float: right;
}
.wp-review-feedback {
margin-top: 10px;
}
.wp-review-feedback .review-btn {
display: inline-block;
text-decoration: none;
background: #eee;
padding: 3px 9px;
color: #333;
border-radius: 4px;
font-size: 14px;
}
.wp-review-feedback .review-btn.voted, .wp-review-feedback .review-btn.voted ~ a {
cursor: default;
}
.wp-review-feedback .review-btn:hover, .wp-review-feedback .review-btn.voted {
text-decoration: none;
background: #81C784;
color: #fff !important;
}
.wp-review-feedback .review-btn:nth-child(2) {
margin-left: 5px;
}
.rtl .wp-review-feedback .review-btn:nth-child(2) {
margin-left: auto;
margin-right: 5px;
}
.wp-review-feedback .review-btn:nth-child(2):hover, .wp-review-feedback .review-btn.voted:nth-child(2) {
text-decoration: none;
background-color: #E57373;
color: #fff !important;
}
.wp-review-comment-form-title {
clear: both;
margin-bottom: 15px;
}
.wp-review-comment-form-author label, .wp-review-comment-form-email label, .wp-review-comment-form-url label {
padding-left: 0 !important;
margin-left: 0 !important;
}
.wp-review-comment-rating-circle-wrapper .review-comment-field-msg {
vertical-align: middle;
margin-right: 0;
}
.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner {
display: inline-block;
vertical-align: middle;
}
.wp-review-comment-rating .review-result-wrapper a {
text-decoration: none;
border: none;
}
.wp-review-comment-rating-star .review-total-star {
float: none;
}
.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner, .wp-review-comment-rating-star-wrapper .wp-review-comment-field-inner {
display: inline-block;
}
.wp-review-comment-form .wp-review-comment-field-inner {
display: block;
}
.wp-review-comment-form .user-review-title {
margin: 0 0 10px;
}
.wp-review-comment-form .wpr-comment-features-rating > ul {
margin: 0;
}
#comments .wp-review-comment-qualifier, #comments .wp-review-usercomment-image {
margin-bottom: 15px;
}
#comments .wp-review-usercomment-image img {
float: left !important;
max-width: 100%;
}
.wp-review-usercomment-rating, #comments .wp-review-usercomment-rating {
margin-bottom: 15px;
}
.wp-review-usercomment-rating ul, .wp-review-usercomment-rating ol, #comments .wp-review-usercomment-rating ul, #comments .wp-review-usercomment-rating ol {
margin: 0;
margin-bottom: 10px;
padding-left: 0;
list-style-type: none;
}
.wp-review-usercomment-rating li, #comments .wp-review-usercomment-rating li {
display: block;
margin-bottom: 15px;
}
.wp-review-usercomment-rating .review-star, #comments .wp-review-usercomment-rating .review-star {
position: relative;
top: 0;
right: 0;
display: inline-block;
}
.wp-review-comment-rating-star {
display: inline-block;
}
form.wp-review-comment-form input, #commentform.wp-review-comment-form input, #commentform.wp-review-comment-form select {
width: 100%;
max-width: 100%;
height: 44px;
font-size: 16px;
padding-left: 2.5%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rtl form.wp-review-comment-form input, .rtl #commentform.wp-review-comment-form input {
padding-left: auto;
padding-right: 2.5%;
}
form.wp-review-comment-form textarea, #commentform.wp-review-comment-form textarea {
width: 100%;
background: rgba(0, 0, 0, 0.035);
border: 1px solid rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.31);
max-width: 100%;
font-size: 16px;
padding-left: 2.5%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rtl form.wp-review-comment-form textarea, .rtl #commentform.wp-review-comment-form textarea {
padding-left: auto;
padding-right: 2.5%;
}
form.wp-review-comment-form > div, #commentform.wp-review-comment-form > div {
width: 100%;
margin-bottom: 10px;
float: left;
}
.rtl form.wp-review-comment-form > div, .rtl #commentform.wp-review-comment-form > div {
float: right;
} .wp-review-thumbnail-wrapper {
position: relative;
}
.wp-review-on-thumbnail {
position: absolute;
top: 0;
right: 0;
background: #fff;
padding: 2px 4px;
}
.wp-review-on-thumbnail.review-type-star .review-total-star {
margin: 0;
}
.review-type-circle.latestPost-review-wrapper, .review-type-circle.wp-review-on-thumbnail {
height: 44px;
}
.latestPost-review-wrapper .wp-review-circle-rating, .wp-review-on-thumbnail .wp-review-circle-rating {
font-size: 11px !important;
}
.review-type-circle.review-total-only, .review-type-circle.wp-review-show-total {
padding-top: 6px;
height: 32px;
}
.latestPost-review-wrapper {
padding: 2px 8px;
background: #444;
color: #fff;
}
.review-type-star.latestPost-review-wrapper .review-result-wrapper {
color: #fff !important;
}
.review-type-star.latestPost-review-wrapper .review-result-wrapper i, .review-type-star.latestPost-review-wrapper .review-result-wrapper img.wp-review-image {
opacity: 0.6;
}
.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result {
color: #fff !important;
}
.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result i, .review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result img.wp-review-image {
opacity: 1;
}
.widget .wp-review-show-total .review-star, .widget .wp-review-user-rating .review-star {
position: relative;
top: auto;
right: auto;
} .animate-spin {
-webkit-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
display: inline-block;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}  @media screen and (max-width: 600px) {
#review.review-wrapper .user-review-area .review-percentage, #review.review-wrapper .user-review-area .review-point {
width: 100% !important;
max-width: 100%;
margin-bottom: 10px;
}
.user-review-area .user-total-wrapper {
width: 100%;
max-width: 100%;
}
}
@media screen and (max-width: 480px) {
.review-total-wrapper {
text-align: right;
}
.user-review-area .user-total-wrapper {
max-width: 60%;
line-height: 1.2;
}
.user-review-area .user-total-wrapper .user-review-title {
margin-top: 0 !important;
}
.review-price {
float: none;
}
.review-wrapper .review-title {
font-size: 16px;
}
.review-total-wrapper span.review-total-box {
padding: 10px 0 20px;
text-align: right;
padding-left: 10px;
}
.reviewed-item-image {
max-width: 100%;
width: 100%;
margin: 0 0 10px 0;
float: left;
}
.rtl .review-total-wrapper span.review-total-box {
padding: 10px 0 20px;
text-align: right;
padding-left: 0;
padding-right: 10px;
}
.review-total-star.allowed-to-rate {
position: relative;
right: auto;
left: 0;
float: left;
}
.rtl .review-total-star.allowed-to-rate {
right: 0;
left: auto;
float: right;
}
.review-pros-cons .review-pros, .review-pros-cons .review-cons {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding: 0;
}
.review-pros-cons .review-pros p:last-child, .review-pros-cons .review-cons p:last-child {
margin-bottom: 0;
}
.review-pros-cons .review-pros {
padding-bottom: 20px;
}
}
.rtl .review-total-box {
unicode-bidi: -moz-isolate-override;
unicode-bidi: isolate-override;
}
.rtl .wp-review-user-rating-total {
unicode-bidi: -webkit-isolate;
unicode-bidi: -moz-isolate;
unicode-bidi: isolate;
}
.rtl .wp-review-user-rating-total + small {
unicode-bidi: -moz-plaintext;
unicode-bidi: plaintext;
}
.rtl .review-links li a {
margin: 0 0 0 10px;
} .wp-reviews-list {
position: relative;
border: 1px solid #e4e4e4;
background-color: #fff; }
.wp-reviews-list * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-reviews-list ul {
list-style-type: none;
}
.wp-reviews-list .item {
padding: 10px 15px;
border-bottom: 1px solid #e4e4e4;
border-top: 0;
position: relative;
list-style-type: none;
margin: 0;
}
.wp-reviews-list .item:last-child {
border: none;
}
.wp-reviews-list img {
max-width: 100%;
height: auto;
}
.wp-reviews-list a {
color: #444;
}
.wp-reviews-list .thumb_small {
float: left;
margin-right: 12px;
padding-top: 2px;
width: 65px;
height: 65px;
overflow: hidden;
}
.wp-reviews-list .thumb_large {
float: none;
max-width: 100%;
display: inline-block;
margin-bottom: 4px;
position: relative;
}
.wp-reviews-list .entry-title {
font-weight: 700;
margin: 0;
padding: 0;
overflow: hidden;
}
.wp-reviews-list .entry-title span {
font-weight: normal;
}
.wp-reviews-list .entry-title a {
display: block;
}
.wp-reviews-list .postmeta {
color: #999;
font-size: 13px;
margin-top: 5px;
font-weight: normal;
float: right;
}
.wp-reviews-list .review-count {
float: left;
}
.wp-reviews-list .review-total-only {
display: inline-block;
font-weight: normal;
background: #eee;
}
.wp-reviews-list .wp-post-image {
margin: 0 !important;
}
.wp-reviews-list .loading {
min-height: 120px;
}
.wp-reviews-list .loading:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.8);
z-index: 11;
}
.wp-reviews-list .loading:after {
content: "";
margin: 0 auto 3em auto;
font-size: 10px;
position: absolute;
top: 45%;
left: 49%;
z-index: 12;
text-indent: -9999em;
border-top: 0.4em solid rgba(0, 0, 0, 0.2);
border-right: 0.4em solid rgba(0, 0, 0, 0.2);
border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
border-left: 0.4em solid #000;
-webkit-animation: load8 0.5s infinite linear;
animation: load8 0.5s infinite linear;
border-radius: 50%;
width: 2em;
height: 2em;
}
.wp-reviews-list .reviews-pagination {
padding-bottom: 15px;
}
.wp-reviews-list .reviews-pagination a {
margin: 0 15px;
}
.wp-reviews-list .reviews-pagination .next {
float: right;
}
[data-ui-tabs] .ui-tabs-nav {
list-style: none;
padding: 0 30px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin: 10px 0;
}
[data-ui-tabs] .ui-tabs-nav li {
float: left;
margin: 0;
list-style-type: none;
}
[data-ui-tabs] .ui-tabs-nav a {
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 15px;
background-color: rgba(0, 0, 0, 0.15);
outline: 0;
float: left;
border: 0;
color: inherit;
}
[data-ui-tabs] .ui-tabs-nav .ui-state-active a {
background-color: rgba(255, 255, 255, 0.45);
}
[data-wp-review-tabs] .tab-titles {
list-style: none;
padding: 0 30px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin: 10px 0;
}
[data-wp-review-tabs] .tab-title {
float: left;
margin: 0;
list-style-type: none;
}
[data-wp-review-tabs] .tab-title button {
-webkit-box-shadow: none;
box-shadow: none;
padding: 8px 15px;
background-color: rgba(0, 0, 0, 0.15);
outline: 0;
float: left;
border: 0;
color: inherit;
cursor: pointer;
font-size: inherit;
}
[data-wp-review-tabs] .tab-title.active a {
background-color: rgba(255, 255, 255, 0.45);
}
.wp_review_tab_widget_content {
position: relative;
border: 1px solid #E4E4E4;
}
.wp_review_tab_widget_content img {
max-width: 100%;
height: auto;
}
.wp_review_tab_widget_content a {
color: #444;
}
.wp_review_tab_widget_content ul.wp-review-tabs li {
list-style: none;
display: block;
width: 50%;
float: left;
text-align: center;
margin: 0 !important;
padding: 0 !important;
border: 0;
}
.wp_review_tab_widget_content ul.has-1-tabs li {
width: 100%;
float: none;
margin: 0 auto;
}
.wp_review_tab_widget_content ul.has-3-tabs li {
width: 33.33%;
}
.wp_review_tab_widget_content ul.has-4-tabs li {
width: 50%;
}
.wp_review_tab_widget_content .tab_title a {
display: block;
background: #f0f0f0;
border-left: 1px solid #E4E4E4;
border-bottom: 1px solid #E4E4E4;
padding: 2px 0 4px;
line-height: 2.4;
text-decoration: none;
position: relative;
font-weight: bold;
}
.wp_review_tab_widget_content .tab_title:first-child a {
margin-left: 0;
border-left: 0;
}
.wp_review_tab_widget_content .tab_title.selected a {
background: #fff;
border-bottom: 1px solid #fff;
}
.wp_review_tab_widget_content .inside {
background: #fff;
}
.wp_review_tab_widget_content .tab-content li, .widget .wp_review_tab_widget_content .tab-content li {
list-style-type: none;
float: left;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 10px 15px 15px;
border-bottom: 1px solid #E4E4E4;
text-align: left;
color: #444;
background: none;
position: relative;
}
.wp_review_tab_widget_content .tab-content li:last-child {
border: none;
margin-bottom: 0;
}
.wp_review_tab_thumb_small {
float: left;
margin-right: 12px;
padding-top: 4px;
width: 65px;
height: 65px;
overflow: hidden;
}
.wp_review_tab_thumb_large {
float: none;
max-width: 100%;
display: inline-block;
margin-bottom: 4px;
position: relative;
}
.wp_review_tab_widget_content .entry-title {
font-size: inherit;
font-weight: bold;
margin: 0;
padding: 0;
}
.wp_review_tab_widget_content .entry-title span {
color: #999;
}
.wp_review_tab_widget_content .wp-review-tab-postmeta {
color: #999;
font-size: 13px;
float: right;
margin-top: 5px;
}
.wp_review_tab_widget_content .wp-post-image {
margin: 0 !important;
} .wp_review_tab_widget_content .wp-review-tab-pagination {
margin: 0;
width: 100%;
padding-top: 0;
padding-bottom: 15px;
float: left;
}
.wp_review_tab_widget_content .wp-review-tab-pagination a {
margin: 0 15px;
}
.wp-review-tab-pagination a.next {
float: right;
} .wp-review-tab-loading {
min-height: 120px;
}
.wp-review-tab-loading:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.8);
z-index: 11;
}
.clear {
clear: both;
}
.wp-review-tab-loading:after {
content: "";
margin: 0 auto 3em auto;
font-size: 10px;
position: absolute;
top: 45%;
left: 49%;
z-index: 12;
text-indent: -9999em;
border-top: 0.4em solid rgba(0, 0, 0, 0.2);
border-right: 0.4em solid rgba(0, 0, 0, 0.2);
border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
border-left: 0.4em solid #000;
-webkit-animation: load8 0.5s infinite linear;
animation: load8 0.5s infinite linear;
border-radius: 50%;
width: 2em;
height: 2em;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .review-total-only.small-thumb {
font-size: 13px;
font-weight: bold;
padding: 1px 0;
float: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 3px;
}
.review-total-only.large-thumb {
position: absolute;
top: 10px;
right: 15px;
border-radius: 0;
}
.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a {
border-bottom: 1px solid #E4E4E4;
}
.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a {
border-left: 0;
}
.title-right {
overflow: hidden;
} .wp-review-product-rating {
margin-bottom: 10px;
}
.wp-review-comment-form-photo {
margin-bottom: 15px;
float: left;
width: 100%;
clear: both;
margin-right: 0;
margin-left: 0;
}
.wp-review-comment-form-photo p {
margin-bottom: 0;
}
.wp-review-comment-form-photo {
position: relative;
}
.wp-review-comment-form-photo a {
position: absolute;
top: 0;
right: 0;
}
.wp-review-comment-form-photo #wp_review_comment_attachment_url {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.wp-review-comment-form-photo input {
margin-top: 8px;
}
.wp-review-comment-form-photo input.input-file {
padding-left: 0;
}
.wp-review-comment-form-photo .hide {
display: none;
}
#comments .wp-review-usercomment-image {
display: block;
float: left;
width: 100%;
}
.wp_review_comments_template #comments .is_verified {
color: #b75c21;
font-weight: bold;
}
#commentform.wp-review-comment-form .comment-form-cookies-consent input {
width: auto;
height: auto;
}
#commentform.wp-review-comment-form .comment-form-cookies-consent label {
margin-left: 8px;
}
body.rtl .review-wrapper .review-star .wpr-count {
margin-left: 0;
margin-right: 3px;
}
body.rtl .review-wrapper .review-total-wrapper span.review-total-box {
text-align: left;
}
body.rtl .review-wrapper .review-pros-cons .review-pros {
padding-right: 0;
padding-left: 10px;
}
body.rtl .review-wrapper .review-pros-cons .review-cons {
padding-left: 0;
padding-right: 10px;
}
body.rtl .review-wrapper .user-review-area .wp-review-user-rating-star {
float: left;
}
body.rtl .wp-review-comment-form-photo a {
right: auto;
left: 0;
}
body.rtl .review-pros-cons .review-pros {
padding-right: 0;
padding-left: 10px;
}
body.rtl .review-pros-cons .review-cons {
padding-right: 10px;
padding-left: 0;
}
body.rtl #comments .wp-review-usercomment-image img {
float: right !important;
}
body.rtl .wpr-businesses .business-data {
padding-right: 10px;
padding-left: 5px;
}
body.rtl .wp-reviews-list .thumb_small {
float: right;
margin-right: 0;
margin-left: 12px;
}
body.rtl .wp-reviews-list .review-count {
float: right;
}
body.rtl .wp-reviews-list .postmeta {
float: left;
}
body.rtl .wp-reviews-list .reviews-pagination .next {
float: left;
}
body.rtl .review-total-only.large-thumb {
right: auto;
left: 15px;
}
body.rtl .wpr-place-reviews .review-image {
float: right;
margin-right: 0;
margin-left: 10px;
} @font-face {
font-family: "font-icons";
src: url(//www.yellowpatram.com/wp-content/plugins/wp-review/public/fonts/font-icons.eot);
src: url(//www.yellowpatram.com/wp-content/plugins/wp-review/public/fonts/font-icons.eot) format("embedded-opentype"), url(//www.yellowpatram.com/wp-content/plugins/wp-review/public/fonts/font-icons.woff) format("woff"), url(//www.yellowpatram.com/wp-content/plugins/wp-review/public/fonts/font-icons.ttf) format("truetype"), url(//www.yellowpatram.com/wp-content/plugins/wp-review/public/fonts/font-icons.svg) format("svg");
font-weight: normal;
font-style: normal;
}
[class^=mts-icon-]:before, [class*=" mts-icon-"]:before {
font-family: "font-icons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
}
[class*=mts-icon-loader]:before {
font-family: "font-icons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
}
.mts-icon-star:before {
content: "";
}
.mts-icon-loader:before {
content: "";
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
max-width: 100%;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: 0;
}
html {
font-size: 81.25%;
font-family: sans-serif;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
overflow: hidden;
color: #555;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.84615384; }
a {
color: #1565C0;
text-decoration: none;
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: 0;
}
a:active,
a:hover {
color: #0D47A1;
}
address {
margin-bottom: 24px;
}
abbr[title] {
border-bottom: 1px dotted #999;
cursor: help;
}
b,
strong {
font-weight: bold;
}
cite,
dfn,
em,
i {
font-style: italic;
}
mark {
background: #ffff8d;
text-decoration: none;
}
ins {
text-decoration: underline;
}
p {
margin-bottom: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: monospace, serif;
font-size: 1rem;
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
}
pre {
background: #f5f5f5;
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
padding: 8px 16px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
.blockquote,
blockquote,
q {
position: relative;
padding: 0 0 0 24px;
font-size: 16px;
line-height: 1.75;
color: #757575;
margin-bottom: 24px;
}
blockquote:before,
q:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 2px;
height: 100%;
background: rgba(0,0,0,.12);
}
.blockquote-reverse {
padding: 0 24px 0 0;
text-align: right;
}
.blockquote-reverse:before{
left: auto;
right: 0;
}
blockquote cite,
blockquote small {
color: inherit;
}
blockquote footer {
color: inherit;
font-size: 80%;
font-weight: 400;
opacity: .87;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: italic;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
blockquote * {
margin-bottom: 0;
}
small,
.small {
font-size: 85%;
opacity: .87;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
font-size: 75%;
}
big {
font-size: 125%;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dl {
margin-bottom: 24px;
}
dt {
font-weight: 600;
}
dd {
margin-bottom: 0;
}
ul,
ol {
list-style: none;
margin: 0 0 24px 24px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin: 0 0 0 24px;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid rgba(0, 0, 0, 0.12);
margin: 0 0 24px;
padding: 16px 16px 0;
}
legend {
white-space: normal;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
select,
textarea {
font-size: 100%;
font-family: inherit;
margin: 0;
max-width: 100%;
vertical-align: baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
button,
input {
line-height: inherit;
}
input,
textarea {
background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table,
th,
td {
border: 1px solid rgba(0,0,0,.12);
}
.table-striped,
.table-striped th,
.table-striped td,
.table-classic,
.table-classic th,
.table-classic td {
border: none;
}
.table-classic th,
.table-classic td {
border-bottom: 1px solid rgba(0,0,0,.12);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color:#f9f9f9;
}
caption,
th,
td {
font-weight: 400;
text-align: left;
}
th,
td {
padding: 8px 16px;
}
th {
border-width: 0 1px 1px 0;
font-weight: 600;
}
td {
border-width: 0 1px 1px 0;
}
del {
color: #757575;
text-decoration: line-through;
}
hr {
background-color: rgba(0,0,0,.12);
border: 0;
height: 1px;
margin-bottom: 19px;
} .clear:before,
.clear:after {
content: "";
display: table;
}
.clear:after {
clear: both;
}
.clear {
height: auto;
font-size: inherit;
} select,
input,
textarea {
color: inherit;
font-size: 13px;
line-height: 24px;
padding: 6px 8px;
border: 1px solid rgba(0,0,0,.12);
background: #fff;
margin-bottom: 6px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
-ms-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
select {
padding: 0;
line-height: normal;
height: 36px;
}
input:focus,
textarea:focus {
outline: 0;
border: 1px solid rgba(0,0,0,.24);
-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.03);
-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.03);
box-shadow: 0 0 0 1px rgba(0,0,0,.03);
}
select:focus {
outline: 0;
border-color: rgba(0,0,0,.24);
}
input[type="radio"],
input[type="checkbox"] {
vertical-align: middle;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
textarea {
width: 100%;
line-height: inherit;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"] {
padding: 6px 8px;
height: 36px;
line-height: inherit;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
} button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
position: relative;
border: 0;
color: #fff;
background-color: rgba(0,0,0,.54);
padding: 6px 16px;
margin: 0 4px 0 0;
min-width: 64px;
display: inline-block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
a.button {
padding: 6px 16px;
line-height: 24px;
height: auto;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: -ms-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: -o-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
}
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
color: rgba(255,255,255,.7);
}
.mfp-wrap button:hover {
background: none; }
button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: none;
}
.flat-btn,
a.author-link {
position: relative;
border: 0;
color: #757575;
padding: 6px 0;
margin: 6px 16px;
min-width: 64px;
display: inline-block;
font-size: 14px;
line-height: 1.7142857;
font-weight: 600;
letter-spacing: .035714em;
text-transform: uppercase;
-webkit-tap-highlight-color: transparent;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
-ms-transition: .3s;
transition: .3s;
}
.flat-btn:hover,
a.author-link:hover,
.flat-btn:focus,
a.author-link:focus {
color: #212121;
} input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #9e9e9e;
}
input:-moz-placeholder,
textarea:-moz-placeholder { color: #9e9e9e;
opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder { color: #9e9e9e;
opacity: 1;
}
:-ms-input-placeholder {
color: #9e9e9e;
} img,
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
max-width: 100%;
} .comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
height: auto;
vertical-align: top;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
height: auto;
max-width: 100%;
} embed,
iframe,
object,
video {
margin-bottom: 24px;
max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
margin-bottom: 0;
} .alignleft {
float: left;
margin: 0 24px 0 0;
}
.alignright {
float: right;
margin: 0 0 0 24px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 24px;
}
.aligncenter img {
margin: 0 auto;
display: block;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
margin: 0 24px 16px 0;
}
.wp-caption.alignleft {
margin: 0 24px 16px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
margin: 0 0 16px 24px;
}
.wp-caption.alignright {
margin: 0 0 16px 24px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.12);
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
padding-top: 16px;
width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
margin-bottom: 16px;
}
.wp-caption {
margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption {
font-size: 13px;
line-height: 20px;
color: #757575;
text-align: center;
font-style: normal;
}
.wp-caption-text,
.wp-caption-dd {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 6px 0;
color: #757575;
}
div.wp-caption .wp-caption-text {
padding-right: 8px;
}
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
padding-left: 8px;
padding-right: 0;
}
.wp-smiley {
border: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .screen-reader-text,
.sr-only {
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
}
.screen-reader-text:focus,
.sr-only:focus {
background-color: #f5f5f5;
clip: auto;
display: block;
height: auto;
line-height: normal;
padding: 16px 24px;
position: absolute;
left: 4px;
top: 4px;
text-decoration: none;
text-transform: none;
width: auto;
z-index: 100000; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.24);
box-shadow: 0 1px 3px rgba(0,0,0,.24);
}
.hide {
display: none;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-uppercase {
text-transform: uppercase;
}
.text-lowercase {
text-transform: lowercase;
}
.text-capitalize {
text-transform: capitalize;
} body.custom-font-enabled {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body.is-stretched.custom-background {
background-color:#fff !important;
}
body.is-stretched .top-widget-area {
margin-bottom: 24px;
} h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 400;
margin: 0 0 12px;
color: #222;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.site-title,
.site-title a:hover {
color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: inherit;
opacity: .87;
}
h1,
.h1,
.single .entry-header .entry-title,
.single .product_title,
.page-header .entry-title {
font-size: 34px;
line-height: 40px;
}
@media only screen and (min-width: 1024px) {
.entry-header.full-header .entry-title {
font-size: 48px;
line-height: 1.0833;
font-weight: 500;
letter-spacing: -.015em;
}
}
@media only screen and (max-width: 768px) {
.entry-header .entry-title,
.entry-header.full-header .entry-title {
font-size: 24px;
line-height: 1.33;
}
}
.page-header .entry-title {
margin-bottom: 16px;
color: rgba(0,0,0,.54);
}
.single .entry-header .entry-title {
margin-bottom: 24px;
}
h2,
.h2 {
font-size: 24px;
line-height: 36px;
}
h3,
.h3 {
font-size: 20px;
line-height: 32px;
}
.sb-title,
.sc-title,
.section-title,
.related-posts-heading {
color: #9e9e9e;
}
.page-header .page-title,
.entry-header .entry-title {
margin-bottom: 8px;
color: rgba(0,0,0,.54);
}
.single .entry-header .entry-title {
color: #222;
}
.single-overlay-header .entry-header .entry-title {
color: #fff;
}
.breadcrumbs + .page-header,
.breadcrumbs + article > .page-header {
margin-top: -12px;
}
.page .entry-header.full-header {
padding: 12px 12px 32px;
}
.page .full-header .breadcrumbs {
margin-bottom: 0;
}
.section-title span a,
.section-title span a:hover,
.section-title span a:visited,
.section-title span a:active {
color: inherit;
}
h4,
.h4,
.sb-title,
.sc-title,
.section-title {
font-size: 14px;
line-height: 1.4285714;
}
h5,
h6,
.h5,
.h6 {
font-size: 14px;
line-height: 20px;
}
.sb-title,
.sc-title,
.section-title,
h2.kc_title,
h3.kc_title,
h4.kc_title {
margin-bottom: 20px;
} #page,
#header,
#main,
#primary,
#content,
#sidebar,
#secondary,
#footer,
.wrap {
position: relative;
}
#page {
margin: 0 auto;
width: 1160px;
text-align: left;
background: #fff;
}
.is-stretched #page {
width: 100%;
max-width: 100%;
margin: 0;
}
.wrap {
width: 1160px;
margin: 0 auto;
text-align: left;
}
#header {
padding: 24px 0;
background: #fff;
}
.header-slim {
position: relative;
background: #fff;
z-index: 9;
}
.is-boxed .header-slim .wrap,
.is-stretched .header-slim  {
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.07);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.07);
-ms-box-shadow: 0 1px 0 rgba(0,0,0,.07);
box-shadow: 0 1px 0 rgba(0,0,0,.07);
}
.header-container {
width: 96%;
margin: 0 auto;
max-width: 1020px;
}
#widget-area-before-content .wrap {
padding-top: 24px;
text-align: center;
}
#widget-area-after-content .wrap {
padding-bottom: 24px;
text-align: center;
}
#main {
background: #fff;
text-align: center;
}
#main .wrap {
padding: 24px 0 0;
}
.grid-row,
.main-row {
position: relative;
margin: 0 -12px;
}
.card-grid {
margin-top: -12px;
}
#primary,
#container,
#sidebar {
float: left;
width: 70%;
padding: 0 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#primary {
margin-bottom: 24px;
}
#sidebar {
width: 30%;
}
#primary.full-width {
float: none;
width: 100% !important;
}
@media only screen and (min-width: 840px) {
.two-sidebars .primary-row {
margin: 0 -12px;
}
.two-sidebars #content,
.two-sidebars #sidebar-b  {
float: left;
padding: 0 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.two-sidebars.layout-bca #content,
.two-sidebars.layout-abc #content {
float: right;
}
.two-sidebars #content {
width: 70%;
}
.two-sidebars #sidebar-b {
width: 30%;
}
.layout-acb #primary,
.layout-abc #primary,
.layout-ac #primary {
float: right;
} .split-75-25 #primary,
.woocommerce.split-75-25 #container {
width: 75%;
}
.split-75-25 #sidebar {
width: 25%
}
.split-66-33 #primary,
.woocommerce.split-66-33 #container {
width: 66.67%;
}
.split-66-33 #sidebar {
width: 33.33%
}
.split-60-40 #primary,
.woocommerce.split-60-40 #container {
width: 60%;
}
.split-60-40 #sidebar {
width: 40%
}
.split-50-50 #primary,
.woocommerce.split-50-50 #container {
width: 50%;
}
.split-50-50 #sidebar {
width: 50%
}
}
.layout-no-sb #primary {
float: none;
width: 100%;
margin: 0 auto;
}
#secondary {
clear: both;
color: #757575;
}
#footer {
color: #757575;
text-align: center;
}
.is-boxed #secondary .wrap,
.is-boxed #footer .wrap,
.is-stretched #secondary,
.is-stretched #footer {
border-top: 1px solid rgba(0,0,0,.12);
}
#secondary .wrap,
#footer .wrap {
padding: 32px 0 0;
}
#secondary .row {
margin: 0 -12px;
}
#secondary .row > .widget {
padding: 0 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (min-width: 600px) {
#secondary .row > .widget {
float: left;
}
#secondary.columns-1 .row > .widget {
float: none;
width: 100%;
}
#secondary.columns-2 .row > .widget {
width: 50%;
}
#secondary.columns-3 .row > .widget {
width: 33.33333%;
}
#secondary.columns-4 .row > .widget {
width: 25%;
}
#secondary.columns-5 .row > .widget {
width: 20%;
}
#secondary.columns-6 .row > .widget {
width: 16.666666%;
} #secondary.columns-2 .row > .widget:nth-of-type(2n+1),
#secondary.columns-3 .row > .widget:nth-of-type(3n+1),
#secondary.columns-4 .row > .widget:nth-of-type(4n+1),
#secondary.columns-5 .row > .widget:nth-of-type(5n+1) {
clear: both;
}
}
#footer .wrap {
padding: 16px 0;
} .full,
.three-fourth,
.two-third,
.half,
.one-third,
.three-eighth,
.one-fourth {
position: relative;
}
.column {
float: left;
margin-right: 3%;
}
.row {
position: relative;
margin-bottom: 16px;
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: "";
}
.full {
float: none;
clear: both;
width: 100%;
margin-right: 0;
}
.three-fourth {
width: 74.25%;
}
.one-fourth {
width: 22.75%;
}
.half {
width: 48.5%;
}
.two-third {
width: 65.6666%;
}
.one-third {
width: 31.3333%;
}
.three-eighth {
width: 35.625%;
}
.full-width .column {
margin-right: 2%;
}
.full-width .column.last {
margin-right: 0;
}
.full-width .three-fourth {
width: 74.5%;
}
.full-width .one-fourth,
#secondary .one-fourth {
width: 23.5%;
}
.full-width .half {
width: 49%;
}
.full-width .two-third {
width: 66%;
}
.full-width .one-third {
width: 32%;
}
.full-width .three-eighth {
width: 36.25%;
}
#secondary .one-fourth {
margin-right: 2%;
}
#secondary .one-fourth.last {
margin-right: 0;
} .top-widget-area {
position: relative;
margin: 24px auto 0;
text-align: center;
} .top-nav {
position: relative;
margin: 0 auto;
padding: 0;
z-index: 25;
background: #f5f5f5;
}
.is-boxed .top-nav,
.is-boxed .header-slim.site-header {
max-width: 1112px;
}
.is-boxed .top-nav .wrap,
.is-boxed .primary-nav .wrap,
.is-boxed #responsive-menu.sticky-nav .wrap,
.is-boxed .header-slim .wrap {
width: 100%;
max-width: 100%;
}
.top-nav .wrap {
width: 100%;
}
.is-stretched .top-nav {
width: 100%;
max-width: 100%;
margin-top: 0;
}
.is-stretched .top-nav .wrap {
width: 97.5%;
}
.newsplus-news-ticker {
padding-top: 24px;
}
#main-nav + .newsplus-news-ticker {
padding-top: 32px;
}
#callout-bar,
#search-bar {
position: relative;
float: right;
width: 100%;
max-width: 50%;
padding: 4px 0;
color: #757575;
text-align: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#callout-bar {
padding: 8px 0;
}
.callout-inner {
padding: 0 16px;
}
.is-stretched .callout-inner {
padding: 0;
}
#callout-bar.callout-left {
float: left;
text-align: left;
}
#search-bar {
padding: 0;
max-width: 29%;
}
#search-bar {
padding: 2px;
}
.is-stretched #search-bar {
padding: 2px 0;
} .inline-search-box .search-form .search-field,
.inline-search-box .woocommerce-product-search .search-field {
color: #757575;
}
.search-trigger {
color: inherit;
position: absolute;
width: 36px;
height: 36px;
right: 6px;
top: 6px;
opacity: .87;
z-index: 999;
}
.is-stretched .search-trigger {
right: 0;
}
.search-trigger:hover {
color: inherit;
opacity: 1;
}
.primary-nav .search-form,
.resp-main .search-form {
position: absolute;
right: 6px;
top: 6px;
opacity: 0;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
transition: .3s;
}
.is-stretched .primary-nav .search-form {
right: 0;
}
.primary-nav .search-form .search-field {
border-color: transparent;
}
.scheme-default .primary-nav .search-form .search-field,
.scheme-customizer .primary-nav .search-form .search-field {
border-color: rgba(0,0,0,.12);
}
.scheme-default .primary-nav .search-form .search-field:focus,
.scheme-customizer .primary-nav .search-form .search-field:focus {
border-color: rgba(0,0,0,.24);
}
.primary-nav .search-form.search-active,
.resp-main .search-form.search-active {
opacity: 1;
z-index: 10;
}
.scheme-default .search-trigger,
.scheme-default .primary-nav .search-form,
.scheme-customizer .search-trigger,
.scheme-customizer .primary-nav .search-form {
right: 0;
}
.search-trigger:before {
display: inline-block;
font-family: 'icomoon' !important;
font-weight: normal;
font-style: normal;
font-size: 14px;
line-height: 36px;
height: 36px;
width: 36px;
text-transform: none;
text-align: center;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
content: "\f002";
}
.search-trigger.search-btn-active:before {
font-size: 18px;
content: '\e5cd';
color: #757575;
}
@media only screen and (min-width: 840px) {
.primary-nav .search-form .search-field {
width: 240px;
}
}
@media only screen and (max-width: 840px) {
.primary-nav .inline-search-box {
display: none;
}
.resp-main .search-trigger,
.resp-main .search-form,
.scheme-default .primary-nav .search-form,
.scheme-customizer .primary-nav .search-form {
right: 40px;
}
} .secondary-nav {
position: relative;
float: left;
width: auto;
max-width: 50%;
margin: 0;
z-index: 25;
}
.secondary-nav ul.sec-menu,
.secondary-nav div.sec-menu > ul {
position: relative;
margin: 0;
padding: 0;
list-style: none;
z-index: 10;
}
.secondary-nav li {
position: relative;
float: left;
margin: 0;
}
.secondary-nav li a {
display: block;
margin: 0;
padding: 0 12px;
margin: 8px 0;
color: #757575;
text-decoration: none;
white-space: nowrap;
}
.secondary-nav li:hover > a {
color: #212121;
}
.secondary-nav li ul {
position: absolute;
display: none;
width: 216px;
margin: 0;
padding: 0;
list-style: none;
top: 100%;
background: #fff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.secondary-nav li ul ul {
top: 0;
left: 100%;
}
.secondary-nav li li {
width: 100%;
}
.secondary-nav ul li:hover > ul {
display: block;
}
ul.sec-menu > li.current-menu-item > a,
ul.sec-menu > li.current-menu-ancestor > a,
ul.sec-menu > li.current_page_item > a,
ul.sec-menu > li.current_page_ancestor > a {
color: #212121;
}
.secondary-nav li ul li a {
float: none;
display: block;
margin: 0;
padding: 6px 12px;
}
.secondary-nav li ul li:hover > a {
background: #eee;
}
.secondary-nav li.menu-item-has-children > a:after {
font-family: FontAwesome;
content: "\f107"; font-weight: normal;
line-height: inherit;
font-weight: normal;
display: inline;
padding-left: 8px;
color: inherit;
}
.secondary-nav ul ul li.menu-item-has-children > a:after {
float: right;
padding: 0;
color: inherit;
content: "\f105"; font-weight: normal;
}
.secondary-nav ul ul li.menu-item-has-children:hover > a:after {
color: inherit;
} .cart-nav {
margin: 0;
padding: 0;
list-style: none;
float: right;
text-align: right;
}
.is-boxed .cart-nav {
padding: 0 8px 0 0;
}
.cart-nav li {
display: inline-block;
}
.cart-nav li.welcome,
.cart-nav li a {
display: inline-block;
margin: 0;
padding: 0 8px;
margin: 8px 0;
color: #757575;
}
.cart-nav li a:hover {
color: #212121;
}
.cart-nav li.cart-status span.amount {
display: inline-block;
}
.cart-nav li.cart-status > a {
padding: 0 8px;
background: rgba(0,0,0,.4);
color: #fff;
font-size: 12px;
border-radius: 2px;
transition: .2s;
}
.cart-nav li.cart-status > a:hover,
.cart-nav li.cart-status > a:focus {
background: rgba(0,0,0,.54);
}
.cart-nav li.cart-status > a:focus {
color: rgba(255,255,255,.7);
}
.cart-contents:before {
font-family: 'Fontawesome';
margin-right: 6px;
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f07a';
font-size: 12px;
line-height: 2;
vertical-align: bottom;
} .header-slim {
width: 100%;
margin: 0 auto;
}
.header-slim .wrap {
padding: 16px 0;
display: table;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
transition: .4s;
}
.header-slim.sticky-nav .wrap {
padding: 0;
}
.header-slim .brand,
.header-slim .inline-nav {
display: table-cell;
vertical-align: middle;
float: none;
}
.header-slim .brand {
width: 20%;
max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.brand {
position: relative;
float: left;
width: auto;
max-width: 25%;
margin: 0 0 24px;
padding: 0;
}
.brand.one-third {
max-width: 100%;
}
.brand.full,
#header .column.brand.full {
max-width: 100%;
float: none;
margin: 0;
}
.brand.full.text-center img {
margin: 0 auto;
}
#header .column.brand.full.text-right {
float: right;
}
.brand h1,
.brand h2,
.brand h3,
.brand h4,
.site-title {
font-size: 28px;
line-height: 1.1764706;
font-weight: 500;
margin-bottom: 0;
letter-spacing: -.015em;
}
.site-description {
display: block;
font-size: 14px;
line-height: 1.7142857142857;
margin-bottom: 0;
color: #9e9e9e;
}
.brand img {
display: block;
}
.brand a span,
.site-title span {
color: #f44336;
} #header .column {
margin-bottom: 0;
}
#header .column.right {
float: right;
text-align: right;
}
.header-widget-area {
position: relative;
width: auto;
max-width: 74.5%;
}
.header-widget-area.right {
float: right;
text-align: right;
}
.hwa-wrap {
position: relative;
display: block;
}
.header-widget-area.left {
float: left;
text-align: left;
}
.header-widget-area img {
display: block;
} .primary-nav {
position: relative;
margin: 0 auto;
background-color: #fff;
text-align: center;
z-index: 20;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
}
.primary-nav.inline-nav {
width: 100%;
max-width: 80%;
float: none;
text-align: right;
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.primary-nav .wrap {
width: 100%;
}
.is-stretched .primary-nav {
width: 100%;
max-width: 100%;
}
.primary-nav ul.nav-menu,
.primary-nav div.nav-menu > ul {
position: relative;
margin: 0;
padding: 0;
list-style: none;
display: block;
width: 100%;
z-index: 9;
font-size: 0; }
.primary-nav.text-center ul.nav-menu,
.primary-nav.text-center div.nav-menu > ul {
text-align: center;
margin: 0;
}
.primary-nav ul {
margin: 0;
text-indent: 0;
}
.primary-nav li,
div.nav-menu > ul > li {
position: relative;
display: inline-block;
margin: 0;
font-size: 13px; }
.nav-menu > li > a,
div.nav-menu > ul > li > a {
display: block;
padding: 12px 16px 10px;
margin: 0;
color: #757575;
font-size: 14px;
line-height: 1.714285714;
text-decoration: none;
white-space: nowrap;
border-bottom: 2px solid transparent;
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.nav-menu > li.menu-item-has-children > a,
div.nav-menu > ul > li.menu-item-has-children > a {
padding: 12px 10px 10px 16px;
}
.inline-nav .nav-menu > li > a,
.inline-nav div.nav-menu > ul > li > a {
padding: 12px 0 12px;
margin: 0 16px;
}
.inline-nav .nav-menu > li.menu-item-has-children > a,
.inline-nav div.nav-menu > ul > li.menu-item-has-children > a {
margin: 0 12px 0 16px;
padding: 12px 0 12px;
}
ul.nav-menu li a span:not(.icl_lang_sel_bracket) {
display: block;
font-size: 12px;
}
.primary-nav li:hover > a,
div.nav-menu > ul > li:hover > a {
color: inherit;
border-bottom-color: #c2c2c2;
}
.primary-nav li ul {
position: absolute;
display: none;
width: 220px;
margin: 0;
padding: 8px 0;
list-style: none;
top: 100%;
background: #fff;
text-align: left;
z-index: 10;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.primary-nav li ul ul {
top: 0;
left: 100%;
}
.primary-nav ul li:hover > ul {
display: block;
}
ul.nav-menu > li.current-menu-item > a,
ul.nav-menu > li.current-menu-ancestor > a,
ul.nav-menu > li.current_page_item > a,
ul.nav-menu > li.current_page_ancestor > a,
div.nav-menu > ul > li.current-menu-item > a,
div.nav-menu > ul > li.current-menu-ancestor > a,
div.nav-menu > ul > li.current_page_item > a,
div.nav-menu > ul > li.current_page_ancestor > a {
border-bottom-color: #f44336;
color: inherit;
}
.primary-nav li li {
width: 100%;
border: none;
}
.primary-nav li ul li a {
float: none;
display: block;
margin: 0;
padding: 6px 16px;
color: #757575;
white-space: nowrap;
letter-spacing: normal;
text-transform: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.primary-nav li ul li:hover > a {
color: #212121;
background: #eee;
}
.primary-nav li.menu-item-has-children > a:after {
font-family: FontAwesome;
content: "\f078"; font-size: 10px;
font-weight: normal;
line-height: 1;
font-weight: normal;
display: inline;
padding: 0 0 0 8px;
color: inherit;
}
.primary-nav ul ul li.menu-item-has-children > a:after {
position: absolute;
right: 16px;
padding: 0;
color: inherit;
content: "\f105"; font-size: 14px;
font-weight: normal;
line-height: 1.7142857;
}
.primary-nav ul ul li.menu-item-has-children:hover > a:after {
color: inherit;
} #responsive-menu {
position: relative;
display: none;
width: 100%;
margin: 0 auto;
text-align: left;
z-index: 9;
}
.resp-main .menu-button {
background: #fff;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
}
.menu-button {
font-size: 14px;
line-height: 24px;
margin: 0;
padding: 12px 0;
color: #757575;
cursor: pointer;
}
.menu-button-2 {
display: none;
cursor: pointer;
}
.toggle-icon {
float: right;
display: block;
width: 24px;
margin: 0;
}
.toggle-icon span {
display: block;
width: 24px;
height: 2px;
background: #757575;
}
.activetoggle .toggle-icon span {
opacity: .7;
}
.toggle-icon .bar-1 {
margin-top: 8px;
}
.menu-button .toggle-icon .bar-1 {
margin-top: 4px;
}
.toggle-icon .bar-2,
.toggle-icon .bar-2-copy {
margin: 5px 0;
}
.toggle-icon .bar-2-copy {
display: none;
}
.toggle-icon .bar-3 {
margin-bottom: 8px;
}
.menu-drop {
display: none;
width: 100%;
background: #fff;
}
.menu-drop,
.menu-drop ul {
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.menu-drop > ul,
.menu-drop > .menu {
margin: 0 auto;
}
.menu-drop {
margin: 0 auto;
max-width: calc(100% - 48px);
max-height: 93%;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.is-boxed .sticky-nav .menu-drop {
max-width: 100%;
}
.menu-drop li {
position: relative;
float: none;
width: 100% !important;
}
.menu-drop li a {
padding: 12px 16px;
display: block;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}
.menu-drop li ul {
border-top: 1px solid rgba(0,0,0,.06);
background: rgba(0,0,0,.04);
}
.menu-drop a {
color: #757575;
}
.menu-drop a:hover {
color: #212121;
background: rgba(0,0,0,.04);
}
.menu-drop .expand-menu {
position: absolute;
right: 0;
top: 0;
padding: 12px;
color: #9e9e9e;
}
.menu-drop .expand-menu:hover {
background: transparent;
}
.menu-drop .expand-menu .fa {
width: 24px;
font-size: 24px;
line-height: 1;
text-align: center;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
-ms-transition: .3s;
transition: .3s;
}
.menu-drop .expand-menu .fa:before {
line-height: 24px;
}
.menu-drop .expand-menu .rotate-180 {
-webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); transform: rotateZ(180deg);
}
.menu-drop .expand-menu:hover,
.menu-drop .rotate-180 {
color: #212121;
} .top-nav-2 {
background: #fff;
}
@media only screen and (min-width: 768px) {
#responsive-menu-2 {
display: none !important;
}
}
.sticky-nav,
#responsive-menu.sticky-nav {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 100%;
max-width: 100%;
z-index: 200;
}
.is-stretched .sticky-nav:not(.resp-main) {
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.top-nav.sticky-nav {
z-index: 100;
}
#optional-nav .menu-notifier {
padding: 0 12px;
margin: 8px 0;
display: block;
}
#main-nav .menu-notifier {
display: block;
font-size: 14px;
padding: 12px;
color: #9e9e9e;
} #breadcrumb {
position: relative;
margin: 0 0 24px 0;
color: #757575;
}
#breadcrumb a {
color: #424242;
}
#breadcrumb a:hover {
color: #212121;
}
.breadcrumbs {
margin: 0 0 24px;
padding: 4px 0;
list-style: none;
color: #999;
font-size: 0;
}
.single-overlay-header .breadcrumbs {
color: #ccc;
}
.single-overlay-header .breadcrumbs a {
color: #ccc;
}
.single-overlay-header .breadcrumbs a:hover {
color: #fff;
}
@media only screen and (max-width: 768px) {
.breadcrumbs {
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
height: 20px;
-webkit-overflow-scrolling: touch;
}
}
.breadcrumbs li {
display: inline-block;
font-size: 13px;
line-height: 20px;
}
.breadcrumbs li:not(:first-child):before,
.woocommerce-breadcrumb .sep:before {
font-size: 11px;
line-height: 20px;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f105";
padding: 0 8px;
}
.breadcrumbs a {
color: inherit;
}
.breadcrumbs a:hover {
color: #333;
}
.page-header {
overflow: hidden;
margin-bottom: 24px;
}  .widget {
margin-bottom: 8px;
word-wrap: break-word;
}
.widget:after {
clear: both;
content: "";
display: table;
}
.widget ul {
position: relative;
margin: -6px 0 18px; padding: 0;
line-height: 20px;
list-style: none;
}
.widget .ss-social,
.widget .np-gallery {
margin: 0 0 24px;
}
.widget ul li {
position: relative;
padding-top: 6px;
padding-bottom: 6px;
}
.widget > ul:not(.ss-social,.np-gallery),
.widget > div > ul:not(.ss-social,.np-gallery) {
margin-top: -6px;
}
.widget ul ul {
padding-top: 8px;
padding-bottom: 0;
margin-bottom: 0;
}
.widget li li {
padding-left: 16px;
}
.widget li li:before {
content: "";
position: absolute;
left: 0;
top: 16px;
width: 6px;
border-bottom: 1px solid;
opacity: .7;
}
.widget ul ul li:last-child {
padding-bottom: 0;
}
.widget ul a {
color: rgba(0,0,0,.7);
text-decoration: none;
}
.widget h1 a,
.widget h2 a,
.widget h3 a,
.widget h4 a,
.widget h5 a,
.widget h6 a {
color: inherit;
}
.widget ul a:hover,
.widget ul li.current-menu-item > a,
.widget ul li.current_page_item > a,
.widget ul li.current-cat > a {
color: rgba(0,0,0,.87);
text-decoration: none;
}
.widget ins {
background: transparent;
}
.widget span.count,
.widget small.count {
float: right;
font-size: 12px;
line-height: 24px;
padding: 0 4px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
} .tagcloud {
font-size: 0;
margin-bottom: 20px;
}
.tagcloud a {
font-size: 13px !important;
}
.tag-links a,
.tagcloud a,
.tag-list li a {
line-height: 20px;
height: 24px;
display: inline-block;
margin: 0 4px 4px 0;
padding: 2px 8px;
color: #fff;
background: rgba(0,0,0,.4);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tagcloud a:hover,
.tag-links a:hover,
.tag-list li a:hover,
.tagcloud a:active,
.tag-links a:active,
.tag-list li a:active,
#secondary .widget .tagcloud a:hover,
#secondary .widget .tagcloud a:active {
color: #fff;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: -ms-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: -o-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
}
.tagcloud a:active,
.tag-links a:active,
.tag-list li a:active,
#secondary .widget .tagcloud a:active {
color: rgba(255,255,255,.54);
} .tag-list {
margin: 0 0 24px;
padding: 0;
list-style: none;
}
.tag-list li {
display: inline-block;
}
#wp-calendar td,
#wp-calendar th {
padding: 2%;
text-align: center;
}
#wp-calendar td#today {
background: #212121;
color: #fff;
} .search-form .search-field,
.woocommerce-product-search .search-field {
padding-left: 32px;
}
.top-nav #search-bar .search-field {
margin: 0;
height: 36px;
padding-left: 32px;
}
.search-field,
.widget_product_search #s {
width: 100%;
}
.search-form,
#searchform,
.woocommerce-product-search {
position: relative;
margin-bottom: 18px;
}
.search-form .search-submit,
.woocommerce-product-search input[type="submit"],
.woocommerce-product-search button[type="submit"] {
visibility: hidden;
display: none;
}
.search-form:before,
.woocommerce-product-search:before {
position: absolute;
top: 6px;
left: 12px;
color: #9e9e9e;
font-family: Fontawesome;
font-weight: normal;
font-style: normal;
font-size: 14px;
display: inline-block;
height: 24px;
line-height: 1;
line-height: 24px;
text-transform: none;
text-align: center;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
content: "\f002";
}
.top-nav .search-form:before {
top: 6px;
left: 12px;
} .articlebody {
font-size: 14px;
line-height: 24px;
} .hentry, .sticky {
margin-bottom: 24px;
}
.single .hentry.main-article {
margin-bottom: 32px;
}
.single .entry-header .entry-title + .meta-row {
margin: -12px -8px 24px;
}
.entry-header.full-header,
.ad-area-above-content {
padding: 0 12px;
}
.single-overlay-header .entry-header.full-header {
padding: 0;
}
.entry-footer {
clear: both;
}
.single .entry-content .post-views.entry-meta {
margin-bottom: 24px;
clear: both;
}
.sp-post:not(.entry-classic,.entry-full) .post-thumb {
margin: 0;
}
.sp-post .entry-content,
.sp-post .card-content,
.sp-post.entry-classic {
background: rgba(255,190,0,.1);
padding: 12px 16px 8px;
border: 0;
}
.sp-post .port-overlay.default {
background: #fdf9d9;
}
.related-posts .sp-post .entry-content {
padding: 8px 12px 2px;
}
.related-posts .sp-post .entry-title {
color: rgba(0,0,0,.7);
}
.related-posts .updated-sep,
.related-posts .updated-on,
.related-posts .np-inline-sharing-container,
.widget-area .entry-content .updated-sep,
.widget-area .entry-content .updated-on {
display: none;
}
.sp-post.entry-full .entry-content {
background: none;
}
.sp-post:after {
border-bottom: 1px solid rgba(0,0,0,.1);
padding-top: 0;
}
.sp-label-archive {
position: absolute;
top: 8px;
left: 20px;
padding: 0 .5em;
font-size: .9em;
background: rgba(0,0,0,.7);
color: #fff;
z-index: 2;
}
.list-small .sp-label-archive {
position: relative;
margin-bottom: 4px;
}
.sp-label-single {
margin-bottom: 1.5rem;
padding: .25em 1em;
font-size: .9em;
background: rgba(255,225,0,.05);
border: 1px solid rgba(0,0,0,.12);
color: rgba(0,0,0,.7);
display: inline-block;
}
.single-overlay-header .sp-label-single {
background: #fff1ae;
border-color: #fff1ae;
}
.updated-time {
color: #d00;
}
.single-overlay-header .updated-time {
color: #f36969;
}
.single-overlay-header {
background-color: rgba(30,30,30,.9);
background-blend-mode: overlay;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 3rem 0 2rem;
min-height: 50vh;
display: flex;
align-items: flex-end;
}
.page .single-overlay-header {
min-height: 33vh;
} .wp-audio-shortcode {
margin-bottom: 24px;
}
.wp-audio-shortcode button {
min-width: auto;
} .post-thumb,
.single-post-thumb {
text-align: center;
}
.single-post-thumb img {
display: block;
margin: 0 auto 24px;
}
.feat-caption {
margin: -16px auto 24px;
text-align: center;
color: #757575;
font-size: 13px;
line-height: 20px;
color: #757575;
}
.single .main-article {
position: relative;
border-bottom: 1px solid rgba(0,0,0,.12);
} #nav-below {
clear: both;
position: relative;
overflow: hidden;
margin: 0 0 24px;
}
#nav-below a,
#nav-below a:visited,
.more-link,
.more-link:visited {
font-size: 14px;
line-height: 1.7142857;
color: #757575;
}
#nav-below a:hover,
.more-link:hover {
color: #212121;
}
.nav-previous,
.previous-image {
float: left;
width: 50%;
}
.nav-next,
.next-image {
float: right;
text-align: right;
width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
margin: 0 0 24px;
}
.page-links {
position: relative;
margin-bottom: 24px;
}
.woocommerce .navigation:after {
content: "";
display: table;
clear: both;
} .post-navigation {
position: relative;
overflow: hidden;
margin: 0 0 32px;
padding: 0 0 32px;
border-bottom: 1px solid rgba(0,0,0,.12);
clear: both;
}
.nav-links a {
position: relative;
color: #757575;
}
.nav-links .post-title {
font-size: 14px;
}
.nav-links .meta-nav {
font-size: 1rem;
color: #757575;
display: block;
}
.nav-links .nav-previous a {
padding: 0 0 0 24px;
display: inline-block;
}
.nav-links .nav-next a {
padding: 0 24px 0 0;
display: inline-block;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
font-family: FontAwesome;
display: inline-block;
position: absolute;
vertical-align: middle;
font-weight:400;
font-style: normal;
speak:none;
text-decoration:inherit;
text-transform:none;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
text-align: center;
font-size: 18px;
line-height: 24px;
color: inherit;
bottom: 0;
}
.nav-links .nav-previous a:before {
content: "\f104";
left: 0;
}
.nav-links .nav-next a:after {
content: "\f105";
right: 0;
}
.nav-links a:hover .post-title,
.nav-links a:hover:before,
.nav-links a:hover:after {
color: #212121;
} .page-links,
.pagination {
position: relative;
clear: both;
margin-bottom: 32px;
padding-top: 16px;
color: #757575;
font-size: 0 }
.pagination {
text-align: center;
}
.pagination a,
.pagination span,
.page-links a,
.page-links span {
display: inline-block;
padding: 4px 12px;
margin: 0 2px;
text-align: center;
font-size: 14px;
line-height: 24px;
color: #757575;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.pagination a:hover,
.pagination .current,
.page-links a:hover {
color: #212121;
background: rgba(0,0,0,.07);
}
.page-links span.page-links-title,
.page-links span.screen-reader-text,
.page-links a span {
margin: 0;
padding: 0;
} .author-info {
position: relative;
min-height: 80px;
margin-bottom: 32px;
padding-bottom: 8px;
border-bottom: 1px solid rgba(0,0,0,.12);
}
.author-avatar {
float: left;
margin: 0;
width: 64px;
height: 64px;
}
.author-avatar img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.author-description {
margin-left: 88px;
}
.author-description .author-title {
font-size: 16px;
line-height: 1.5;
margin-bottom: 8px;
}
.author-link {
position: relative;
margin-bottom: 24px;
}
.bypostauthor {
color: inherit;
} .comments-area {
clear: both;
}
.comment-form:after {
content: "";
clear: both;
display: table;
}
.comment-list {
list-style: none;
margin: 0 0 32px 0;
}
.comment-list .comment-body:after {
content: "";
display: block;
margin: 20px 0 0 56px;
border-bottom: 1px solid rgba(0,0,0,.12);
}
.comment-author {
font-size: 1rem;
}
.comment-list .reply a:hover {
color: #212121;
}
.comment-author .fn {
font-size: 14px;
line-height: 1.4285714;
font-weight: 600;
font-style: normal;
}
.comment-author a {
color: #212121;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-meta a,
.comment-list .reply a {
color: #757575;
}
.comment-list .reply a {
font-size: 12px;
line-height: 20px;
color: #757575;
text-transform: uppercase;
letter-spacing: .5px;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-meta a:hover,
.comment-list .reply a:hover {
color: #212121;
}
.comment-list .comment-body {
padding-top: 24px;
}
.comment-list > li:first-child > .comment-body {
border-top: 0;
}
.comment-author {
position: relative;
}
.comment-author .avatar {
width: 40px;
height: 40px;
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
}
.says {
display: none;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-meta,
.comment-body p {
padding-left: 56px;
}
.comment-body p {
margin-bottom: 16px;
}
.comment-author {
line-height: 20px;
}
.comment-meta {
font-size: 12px;
line-height: 1.666666;
}
.comment-meta {
margin-bottom: 16px;
}
.comment-edit-link {
float: right;
}
.comment-content {
-webkit-hyphens: auto;
-moz-hyphens:    auto;
-ms-hyphens:     auto;
hyphens:         auto;
word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 24px 24px;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-list .children {
list-style: none;
margin-left: 16px;
}
.comment-respond {
margin-bottom: 24px;
padding: 0;
}
.comment .comment-respond {
margin-top: 32px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
color: #757575;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
font-size: 1rem;
}
.no-comments {
margin-top: 24px;
}
.comment-form label {
display: block;
}
#reply-title {
margin-bottom: 20px;
display: block;
font-weight: bold;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
font-size: 12px;
}
.required {
color: #f44336;
}
.comment-reply-title small {
float: right;
}
.comment-reply-title small a {
position: relative;
color: #757575;
display: inline-block;
}
.comment-navigation {
font-size: 12px;
line-height: 2;
margin-bottom: 48px;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
display: inline-block;
}
.comment-navigation .nav-previous a {
margin-right: 8px;
}
#comment-nav-above {
margin-top: 36px;
margin-bottom: 0;
}
.comment-form-author,
.comment-form-email {
float: left;
width: 48%;
}
.comment-form-url,
.comment-form-comment,
.comment-form-rating {
clear: both;
}
.comment-form-email {
float: right;
}
.comment-form p:not(.form-submit) {
margin-bottom: 14px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
max-width: 100%;
} ul.plain-style {
list-style: square;
}
ul.plain-style a {
color: #757575;
}
ul.plain-style a:hover {
color: #212121;
}
.related-posts {
position: relative;
margin: 0 -8px 32px;
}
.related-posts .entry-grid {
padding: 0 8px;
margin-bottom: 4px;
}
.related-posts .entry-grid .entry-title {
font-size: 16px;
line-height: 1.4;
margin-bottom: 8px;
}
.related-posts-heading {
font-size: 16px;
line-height: 1.5;
margin-bottom: 1em;
}
.related-posts .post-thumb {
margin-bottom: 8px;
}
.related-posts .sp-post .post-thumb,
.entry-grid.sp-post .post-thumb,
.sp-post.ps-slide .post-thumb {
margin: 0;
}
.related-posts .entry-grid:after {
display: none;
}
.related-posts .entry-grid:hover {
opacity: .7;
}
.related-posts .meta-row.cat-row {
margin-bottom: 4px;
} .marketing-area {
position: relative;
margin-bottom: 24px;
} .ss-sharing-container {
position: relative;
margin: 0 0 32px;
padding: 0 0 16px;
border-bottom: 1px solid rgba(0,0,0,.12);
}
.fb-share-button,
.ss-sharing-btn {
position: relative;
display: inline-block;
margin: 0 12px 12px 0;
padding: 0;
vertical-align: top;
line-height: 1;
}
.fb_iframe_widget span {
vertical-align: top !important;
}
.ss-sharing-container div.ss-sharing-btn:last-child {
margin-right: 0;
}
.ss-sharing-btn iframe,
.ss-sharing-btn table {
margin-bottom: 0;
max-width: inherit;
}
.ss-sharing-btn td,
.ss-sharing-btn th {
padding: 0;
border: 0;
}
.fb_iframe_widget iframe {
max-width: inherit;
}
.single iframe[class^="PIN_"] {
display: none;
} .single-product .ss-sharing-container {
width: auto;
padding: 48px 0 0;
margin: 0;
border: none;
}
.ss-sharing-container {
padding-bottom: 24px;
}
.np-sharing {
margin: 0 -4px;
padding: 0;
list-style: none;
font-size: 0;
}
.np-sharing li {
display: inline-block;
font-size: 20px;
line-height: 2;
min-width: 48px;
padding: 0 4px;
margin: 0 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.np-sharing li a {
color: #fff;
background: #757575;
display: block;
width: 100%;
height: 40px;
text-align: center;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
transition: .2s;
border-radius: 4px;
}
.np-sharing .ss-twitter a {
background-color: #0f1419;
}
.np-sharing .ss-facebook a {
background-color: #1877f2;
}
.np-sharing .ss-linkedin a {
background-color: #0066c2;
}
.np-sharing .ss-pint a {
background-color: #c33;
}
.np-sharing .ss-vk a {
background-color: #0077ff;
}
.np-sharing .ss-mail a {
background-color: #607d8b;
}
.np-sharing .ss-print a { }
.np-sharing .ss-reddit a {
background-color: #f33;
}
.np-sharing .ss-whatsapp a {
background-color: #090;
}
.np-sharing li a:hover {
color: #fff;
background-image: -webkit-linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
background-image: -moz-linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
background-image: -ms-linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
background-image: -o-linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
background-image: linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
}
.np-sharing li a:focus,
.np-sharing li a:active {
color: rgba(255,255,255,.7);
}
.btns-1 .np-sharing li {
width: 100%;
}
.btns-2 .np-sharing li {
width: 50%;
}
.btns-3 .np-sharing li {
width: 33.33%;
}
.btns-4 .np-sharing li {
width: 25%;
}
.btns-5 .np-sharing li {
width: 20%;
}
.btns-6 .np-sharing li {
width: 16.6666%;
}
.btns-7 .np-sharing li {
width: 14.2857142857%;
}
.btns-8 .np-sharing li {
width: 12.5%;
}
.btns-9 .np-sharing li {
width: 11.11111%;
}
.btns-10 .np-sharing li {
width: 10%;
}
.ss-sharing-container h4 {
line-height: 48px;
margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.social-button-heading {
display: none;
}
#newsplus-social-sharing .np-sharing {
height: 40px;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.np-social-sticky #newsplus-social-sharing {
position: fixed;
margin: 0;
padding: 8px;
bottom: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 99;
box-shadow: 0 0 3px rgba(0,0,0,.2);
}
} #footer a {
color: #757575;
}
#footer a:hover {
color: inherit;
}
.notes-left,
.notes-right {
position: relative;
overflow: hidden;
width: 50%;
}
.notes-left {
float: left;
}
.notes-right {
float: right;
text-align: right;
}
.scroll-to-top {
position: fixed;
right: 16px;
bottom: 15px;
text-align: center;
z-index: 999;
}
.scroll-to-top a {
display: block;
width: 40px;
height: 40px;
background: #424242;
color: #fff;
}
.scroll-to-top a:before {
font-size: 18px;
line-height: 40px;
display: inline-block;
font-family: 'Fontawesome';
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f106";
}
.scroll-to-top a:hover {
background-color: #f44336;
} form {
position: relative;
margin: 0 0 24px;
}
#search-bar .search-form {
margin: 0;
}
.menu-toggle {
height: auto;
} h3#reply-title small {
font-size: 1em;
}
a#cancel-comment-reply-link {
font-size: 1rem;
color: #757575;
}
a#cancel-comment-reply-link:hover {
color: #212121;
}
#respond form label,
#contactform label {
display: block;
line-height: 1.5;
}
#commentform .comment-form-cookies-consent label {
margin: 0 8px;
display: inline-block;
}
#contactform input[type="text"],
#respond form textarea,
#contactform textarea {
width: 100%;
max-width: 360px;
}
.column #contactform input[type="text"],
.column #contactform textarea {
max-width: 100%;
}
#respond form textarea {
width: 100%;
max-width: 100%;
}
.required {
color: red;
}
input.error,
textarea.error {
border: 1px solid #ff6666 !important;
}
#mail_success,
#mail-success-no-js {
margin: 24px 0 0;
}
#mail_success {
display: none;
}
.commentform p {
margin-bottom: 16px;
} .widget .ss_social li {
border: none;
} .last {
margin-right: 0;
}
.last:after {
clear: both;
}
.last:before,
.last:after {
display: table;
content: "";
}
.woocommerce-grouped-product-list-item.last:before,
.woocommerce-grouped-product-list-item.last:after {
display: none !important;
} .wp-pagenavi {
position: relative;
overflow: hidden;
margin: 0 0 24px;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
font-size: 1em;
padding: 8px;
margin-right: 4px;
color: #757575;
background: #fff;
border: 1px solid rgba(0,0,0,.12);
display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
background: #f0f0f0;
color: #424242;
border-color: #bdbdbd;
}
.wp-pagenavi span.pages {
float: right;
padding: 8px 0;
color: #757575;
} .quote-left {
float: left;
width: 40%;
margin: 0 16px 0 0;
}
.quote-right {
float: right;
width: 40%;
margin: 0 0 0 16px;
}
.dropcap {
display: inline-block;
float: left;
font-size: 45px;
line-height: 1.06667;
margin-right: 8px;
}
.inverted {
background: #212121;
color: #fff;
padding: 0 4px;
} .my-ad {
position: relative;
overflow: hidden;
padding: 24px;
background: #fafafa;
border: 1px dashed #ccc;
color: #757575;
text-align: center;
} img.alignleft {
margin: 0 24px 24px 0;
}
img.alignright {
margin: 0 0 24px 24px;
}
img.aligncenter {
margin-bottom: 24px;
} .embed-wrap {
position: relative;
overflow: hidden;
margin-bottom: 24px;
padding-bottom: 56.25%;
padding-top: 2em;
height: 0;
}
.embed-wrap iframe,
.embed-wrap object,
.embed-wrap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin-bottom: 0;
}
.entry-list .embed-wrap {
margin-bottom: 0;
}
.owl-item .embed-wrap,
.entry-grid .embed-wrap {
margin-bottom: 16px;
} .buddypress .entry-content {
overflow: visible;
}
#buddypress div#item-header,
#buddypress div#topic-meta {
margin: 0 0 24px;
padding: 0;
}
#buddypress div.pagination .pag-count {
margin: 0;
}
#buddypress div#item-header div#item-meta {
margin: 24px 0 0;
padding: 0;
}
#buddypress div#item-header {
border-bottom: 1px solid rgba(0,0,0,.12);
}
div#topic-meta {
padding: 0;
}
div.item-list-tabs,
div#subnav.item-list-tabs,
.padder div.pagination {
margin: 24px 0;
}
.padder div.pagination {
padding: 0.75em 24px;
}
#buddypress div#item-header img.avatar {
width: 8em;
height: 8em;
margin: 0 24px 24px 0;
}
#buddypress div#item-header div#item-header-content {
width: auto;
float: none;
margin-left: 9.5em;
}
div#subnav.item-list-tabs {
padding-bottom: 24px;
}
div#item-header ul,
.item-list {
margin: 0 0 24px;
list-style: none;
}
#buddypress div#item-header div.generic-button,
#buddypress div#item-header a.button {
margin: 0 0 24px;
}
.widget .item-options,
.widget .item-list {
margin: 0 0 0.75em;
}
.widget .item-list .item:after,
ul.activity-list li:after,
form#whats-new-form #whats-new-submit:after,
#buddypress ul.item-list li:after {
content: "";
display: table;
clear: both;
}
#buddypress ul#topic-post-list li {
padding: 24px 24px 0;
}
ul#topic-post-list {
margin: 0 0 24px;
list-style: none;
}
div.item-list-tabs ul {
margin: 0 0.5em 24px;
list-style: none;
}
ul#topic-post-list li {
padding: 24px;
}
ul#topic-post-list li div.post-content {
margin-left: 50px;
}
div.item-list-tabs ul li:first-child {
margin-left: 0;
}
ul.activity-list li,
#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
overflow: visible !important;
}
table.forum {
margin: 0;
}
table.forum td img.avatar,
.activity-list .activity-content .activity-header img.avatar {
float: none;
display: inline;
margin: 0 0.25em;
vertical-align: middle;
}
#buddypress .activity-list li.mini,
#buddypress a.bp-secondary-action,
#buddypress span.highlight,
#buddypress span.activity,
#buddypress div#item-header div#item-meta {
font-size: 100%;
color: inherit;
}
form#whats-new-form #whats-new-content,
form#whats-new-form h5,
#buddypress .activity-list .activity-content {
margin-left: 54px;
padding-left: 24px;
}
#buddypress form#whats-new-form textarea,
form#whats-new-form textarea {
width: 100%;
font-size: 100%;
}
#buddypress table.forum td.td-freshness span.time-since,
#buddypress table.forum p.topic-meta,
#buddypress div.topic-tags {
font-size: 90%;
}
#buddypress button,
#buddypress a.button,
#buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
height: auto;
font-size: 1em;
}
#whats-new-options {
position: relative;
padding-top: 1em;
}
form#whats-new-form #whats-new-submit,
form#whats-new-form #whats-new-options select {
margin-top: 0;
}
.activity-list li.new_forum_post .activity-content .activity-inner,
.activity-list li.new_forum_topic .activity-content .activity-inner {
margin-left: 0;
}
#item-body form#whats-new-form {
margin: 24px 0;
padding-bottom: 24px;
}
#item-nav {
border-bottom: 1px dashed #ccc;
} .bbpress .breadcrumbs {
display: none;
}
#subscription-toggle {
float: right;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
display: inline;
}
#buddypress table.forum td img.avatar {
margin: 0 5px;
}
#buddypress div.dir-search {
float: none;
margin: 0;
position: absolute;
right: 0;
z-index: 2;
}
#buddypress div#topic-meta div.admin-links {
top: -54px;
}
#bbpress-forums div.reply,
#buddypress div.admin-links {
font-size: 1em;
font-size: 100%;
line-height: 1.5;
margin: 0;
} #lang_sel {
width: auto;
display: inline-block;
text-align: left;
}
#lang_sel ul {
z-index: 99;
}
#lang_sel ul li {
border: none;
}
#lang_sel a.lang_sel_sel {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
}
img.iclflag {
display: inline;
} .fixed-widget-bar {
position: fixed;
top: 24px;
width: auto;
max-width: 300px;
z-index: 99999;
}
.fixed-left {
left: 16px;
}
.fixed-right {
right: 16px;
}
@media only screen and (max-width: 1140px) {
.fixed-widget-bar {
display: none;
}
} @media only screen and (min-width: 960px) {
.nav-menu .mega-menu {
position: static !important;
}
.nav-menu .mega-menu > .sub-menu {
padding: 8px 0 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.nav-menu .mega-menu.full-width > .sub-menu {
width: 100%;
left: 0;
}
.nav-menu .mega-menu > .sub-menu ul {
position: relative;
width: auto;
display: block !important;
left: 0;
top: 0;
border: none;
margin: 0;
padding: 0;
opacity: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
.mega-menu li.menu-item-has-children > a:after {
display: none;
}
.nav-menu li.mega-menu ul ul a,
.nav-menu li.mega-menu ul li.menu-item-has-children > a {
padding: 6px 16px;
margin: 0;
}
.nav-menu .mega-menu > .sub-menu > li > a,
.nav-menu .mega-menu > .sub-menu > li:last-child > a,
.nav-menu li.mega-menu ul li.menu-item-has-children > a,
.nav-menu .mega-menu > ul > li:hover > a {
display: inline-block;
font-size: 14px;
line-height: 1.7142857;
text-decoration: none !important;
background: none !important;
}
.nav-menu .mega-menu > .sub-menu > li {
float: left;
padding: 0 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mega-menu.mega-2col > .sub-menu {
width: 448px;
}
.mega-menu.mega-2col > .sub-menu > li {
width: 50%;
}
.mega-menu.mega-3col > .sub-menu {
width: 624px;
}
.mega-menu.mega-3col > .sub-menu > li {
width: 33.33%;
}
.mega-menu.mega-4col > .sub-menu {
width: 800px;
}
.mega-menu.mega-4col > .sub-menu > li {
width: 25%;
}
.mega-menu.mega-5col > .sub-menu {
width: 832px;
}
.mega-menu.mega-5col > .sub-menu > li {
width: 20%;
}
.mega-menu.mega-6col > .sub-menu {
width: 100%;
left: 0;
}
.mega-menu.mega-6col > .sub-menu > li {
width: 16.6666%;
}
.mega-menu.mega-2col > .sub-menu > li:nth-child(2n+3),
.mega-menu.mega-3col > .sub-menu > li:nth-child(3n+4),
.mega-menu.mega-4col > .sub-menu > li:nth-child(4n+5),
.mega-menu.mega-5col > .sub-menu > li:nth-child(5n+6),
.mega-menu.mega-5col > .sub-menu > li:nth-child(6n+7) {
clear: both;
}
} .review-wrapper {
background: transparent;
border: 1px solid rgba(0,0,0,.12);
padding: 8px;
margin-bottom: 32px;
}
.entry-content .review-title,
#content .review-title {
font-size: 16px;
line-height: 1.5;
margin-bottom: 16px;
padding: 0;
background: none;
border: none;
}
.review-list li {
padding: 4px 0;
border: none;
}
.review-list li:nth-child(2n) {
background: transparent;
}
.review-star {
margin: 0 auto;
}
.review-list .review-star,
.user-review-area .review-star,
.review-total-circle .review-star,
.wp-review-point-type .review-total-circle .review-star,
.wp-review-percentage-type .review-total-circle .review-star {
top: 6px;
right: 0;
}
.entry-content .review-summary-title,
#content .review-summary-title {
margin-bottom: 0;
color: #424242;
}
.review-desc,
.review-total-wrapper,
.user-review-area {
padding: 8px 0 0;
}
.review-total-wrapper {
margin: 0;
padding: 8px 0;
width: 100%;
}
.review-total-wrapper span.review-total-box {
font-size: 45px;
line-height: 48px;
padding: 12px 0;
font-weight: 300;
} .link-list {
margin: 0;
padding: 0;
list-style: none;
}
.link-list.horiz {
margin: 0 -8px;
}
.link-list.horiz > li {
display: inline-block;
padding: 0 8px;
}
.link-list > li > a {
color: inherit;
text-decoration: none;
}
.link-list > li > a:hover {
color: inherit;
}
.list-unstyled {
margin: 0 0 24px;
padding: 0;
list-style: none;
}
.list-inline {
margin: 0 -4px 24px;
}
.list-inline > li {
padding: 0 4px;
display: inline-block;
} .option-panel {
position: fixed;
width: 240px;
height: 100%;
border: 1px solid #e0e0e0;
background: #fff;
top: 0;
left: -240px;
text-align: left;
z-index: 999999999;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.option-form {
position: relative;
padding: 16px 16px 8px;
height: 100%;
overflow-y: scroll;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.option-form p {
margin-bottom: 16px;
}
.option-btn {
position: absolute;
width: 38px;
height: 38px;
top: 64px;
right: -39px;
background: #fff;
border: 1px solid #e0e0e0;
border-left: none;
}
.option-btn a {
width: 38px;
height: 38px;
display: block;
}
.option-btn a:before {
position: absolute;
left: 0;
top: 0;
width: 38px;
height: 38px;
font-family: FontAwesome;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #bdbdbd;
content: "\f013";
vertical-align: baseline;
}
.option-btn a:hover:before {
color: #424242;
}
.option-form label {
font-size: 12px;
line-height: 2;
color: #757575;
}
.option-form select {
width: 100%;
}
.option-form input[type="text"],
.option-form input[type="submit"] {
width: 100%;
}
.option-form input[type="submit"] {
width: auto;
}
.option-form input[type="checkbox"] {
margin: 0 2px;
}
.option-error {
display: block;
color: #ac2b2b;
background: #f7d9d9;
border: 1px solid #f2c3c3;
padding: 2px 4px;
margin-top: 9px;
}
input[type="submit"].btn-primary {
background: #2196F3;
color: #fff;
}
input[type="submit"].btn-primary:hover {
color: #fff;
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
}
input[type="submit"].btn-primary:active {
color: #fff;
background-image: -webkit-linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
background-image: -moz-linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
background-image: -ms-linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
background-image: -o-linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
background-image: linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15));
}
input[type="submit"].btn-flat,
input[type="submit"].btn-flat:visited,
input[type="submit"].btn-flat:active,
input[type="submit"].btn-flat:hover {
color: #757575;
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type="submit"].btn-flat:hover {
color: #212121;
} .ss-button,
.ss-button.kc_button {
display: inline-block;
padding: 6px 16px;
line-height: 24px;
height: auto;
border-radius: 2px;
}
.ss-button:hover,
.ss-button:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: -ms-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: -o-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
background-image: linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
}
.ss-button:active {
color: rgba(255,255,255,.7);
}
.ss-button.default,
.ss-button.default:visited {
color: #fff;
background-color: #757575;
}
.ss-button.aqua,
.ss-button.aqua:visited {
color: #fff;
background-color: #009688;
}
.ss-button.red,
.ss-button.red:visited {
color: #fff;
background-color: #f44336;
}
.ss-button.grey,
.ss-button.grey:visited {
color: #fff;
background-color: #607d8b;
}
.ss-button.pink,
.ss-button.pink:visited {
color: #fff;
background-color: #e91e63;
}
.ss-button.brown,
.ss-button.brown:visited {
color: #fff;
background-color: #795548;
}
.ss-button.skyBlue,
.ss-button.skyBlue:visited {
color: #fff;
background-color: #2196f3;
}
.ss-button.royalBlue,
.ss-button.royalBlue:visited {
color: #fff;
background-color: #1a237e;
}
.ss-button.orange,
.ss-button.orange:visited {
color: #fff;
background-color: #ff9800;
}
.ss-button.forestGreen,
.forestGreen:visited {
color: #fff;
background-color: #1b5e20;
}
.ss-button.yellowGreen,
.ss-button.yellowGreen:visited {
color: #fff;
background-color: #689F38;
}
.size-s,
.size-s:visited {
font-size: 12px;
line-height: 1.6667;
padding: 2px 8px;
}
.size-m,
.size-m:visited {
font-size: 16px;
line-height: 1.5;
padding: 8px 16px;
}
.size-l,
.size-l:visited {
font-size: 20px;
line-height: 1.4;
padding: 8px 20px;
} span.wpcf7-not-valid-tip {
display: inline-block;
}
div.wpcf7-response-output {
margin: 12px 0;
padding: 8px 12px;
font-size: 13px;
line-height: 20px;
color: #757575;
border-radius: 2px;
}
div.wpcf7-validation-errors {
border: 1px solid #ffeb3b;
}
div.wpcf7-mail-sent-ok {
border: 1px solid #689F38;
} .accordion-menu,
.accordion-menu ul {
position: relative;
margin: 0;
padding: 0;
list-style: none;
line-height: 24px;
}
.accordion-menu li {
position: relative;
float: none;
}
.accordion-menu .expand-menu {
position: absolute;
top: 6px;
right: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rtl .accordion-menu .expand-menu {
right: auto;
left: 0;
}
.accordion-menu .expand-menu .fa {
width: 24px;
font-size: 16px;
line-height: 24px;
height: 24px;
text-align: center;
color: #9e9e9e;
border-radius: 50%;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
-ms-transition: .3s;
transition: .3s;
}
.accordion-menu .expand-menu .rotate-180 {
-webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); transform: rotateZ(180deg);
}
.accordion-menu .expand-menu .fa:hover,
.accordion-menu .expand-menu .fa.rotate-180 {
color: #fff;
background: #9e9e9e;
}
.widget .accordion-menu span.count,
.widget .accordion-menu small.count {
float: none;
}
.contact-form p {
margin-bottom: 8px;
}
.icon-list-vert {
margin: 0 0 24px;
padding: 0;
list-style: none;
line-height: 20px;
}
.icon-list-vert li,
.widget-area .icon-list-vert li {
position: relative;
padding: 6px 0 6px 40px;
}
.icon-list-vert .icon {
position: absolute;
left: 0;
font-size: 18px;
line-height: 20px;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.dl-horizontal dd {
margin-left: 176px;
}
} .widget_media_gallery .gallery {
display: flex;
flex-wrap: wrap;
margin: 0 -.25rem;
}
.widget_media_gallery .gallery .gallery-item {
margin-bottom: 0;
padding: 0 .25rem .5rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_media_gallery .gallery .gallery-item a:hover img {
opacity: .8;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
flex: 1 1 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
flex: 1 1 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
flex: 1 1 33.33%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
flex: 1 1 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
flex: 1 1 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
flex: 1 1 16.6666%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
flex: 1 1 14.285714%;
}
.widget_media_gallery .gallery-columns-8 .gallery-item {
flex: 1 1 12.5%;
}
.widget_media_gallery .gallery-columns-9 .gallery-item {
flex: 1 1 11.1111%;
}
.widget_media_gallery img {
vertical-align: top;
} @media print {
#utility-top, #header, #main-nav, #sidebar, #secondary, #footer, .breadcrumbs, .ss-sharing-container, .social-button-heading, nav.post-navigation, .related-posts-heading, .author-info, .related-posts, #comments, .single-entry-meta:after, .entry-footer, .scroll-to-top {
display: none !important;
}
#primary {
width: 100%;
float: none;
}
} .gallery {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
}
.gallery .gallery-image,
.gallery .gallery-item {
margin: 0 16px 16px 0;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative;
}
.gallery .gallery-image figure,
.gallery .gallery-item figure {
margin: 0;
height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.gallery .gallery-image figure,
.gallery .gallery-item figure {
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
}
.gallery .gallery-image img,
.gallery .gallery-item img {
display: block;
max-width: 100%;
height: auto;
}
.gallery .gallery-image img,
.gallery .gallery-item img {
width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.gallery .gallery-image img,
.gallery .gallery-item img {
width: auto;
}
}
.gallery .gallery-image figcaption,
.gallery .gallery-item figcaption {
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 40px 10px 5px;
color: #fff;
text-align: center;
font-size: 13px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.gallery .gallery-image figcaption img,
.gallery .gallery-item figcaption img {
display: inline;
}
.gallery.is-cropped .gallery-image a,
.gallery.is-cropped .gallery-image img,
.gallery.is-cropped .gallery-item a,
.gallery.is-cropped .gallery-item img {
width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.gallery.is-cropped .gallery-image a,
.gallery.is-cropped .gallery-image img,
.gallery.is-cropped .gallery-item a,
.gallery.is-cropped .gallery-item img {
height: 100%;
flex: 1;
-o-object-fit: cover;
object-fit: cover;
}
}
.gallery .gallery-image,
.gallery .gallery-item {
width: calc((100% - 16px) / 2);
}
.gallery .gallery-image:nth-of-type(even),
.gallery .gallery-item:nth-of-type(even) {
margin-right: 0;
}
.gallery.gallery-columns-1 .gallery-image,
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
margin-right: 0;
}
@media (min-width: 600px) {
.gallery.gallery-columns-3 .gallery-image,
.gallery.gallery-columns-3 .gallery-item {
width: calc((100% - 16px * 2) / 3);
margin-right: 16px;
}
.gallery.gallery-columns-4 .gallery-image,
.gallery.gallery-columns-4 .gallery-item {
width: calc((100% - 16px * 3) / 4);
margin-right: 16px;
}
.gallery.gallery-columns-5 .gallery-image,
.gallery.gallery-columns-5 .gallery-item {
width: calc((100% - 16px * 4) / 5);
margin-right: 16px;
}
.gallery.gallery-columns-6 .gallery-image,
.gallery.gallery-columns-6 .gallery-item {
width: calc((100% - 16px * 5) / 6);
margin-right: 16px;
}
.gallery.gallery-columns-7 .gallery-image,
.gallery.gallery-columns-7 .gallery-item {
width: calc((100% - 16px * 6) / 7);
margin-right: 16px;
}
.gallery.gallery-columns-8 .gallery-image,
.gallery.gallery-columns-8 .gallery-item {
width: calc((100% - 16px * 7) / 8);
margin-right: 16px;
}
.gallery.gallery-columns-1 .gallery-image:nth-of-type(1n),
.gallery.gallery-columns-1 .gallery-item:nth-of-type(1n) {
margin-right: 0;
}
.gallery.gallery-columns-2 .gallery-image:nth-of-type(2n),
.gallery.gallery-columns-2 .gallery-item:nth-of-type(2n) {
margin-right: 0;
}
.gallery.gallery-columns-3 .gallery-image:nth-of-type(3n),
.gallery.gallery-columns-3 .gallery-item:nth-of-type(3n) {
margin-right: 0;
}
.gallery.gallery-columns-4 .gallery-image:nth-of-type(4n),
.gallery.gallery-columns-4 .gallery-item:nth-of-type(4n) {
margin-right: 0;
}
.gallery.gallery-columns-5 .gallery-image:nth-of-type(5n),
.gallery.gallery-columns-5 .gallery-item:nth-of-type(5n) {
margin-right: 0;
}
.gallery.gallery-columns-6 .gallery-image:nth-of-type(6n),
.gallery.gallery-columns-6 .gallery-item:nth-of-type(6n) {
margin-right: 0;
}
.gallery.gallery-columns-7 .gallery-image:nth-of-type(7n),
.gallery.gallery-columns-7 .gallery-item:nth-of-type(7n) {
margin-right: 0;
}
.gallery.gallery-columns-8 .gallery-image:nth-of-type(8n),
.gallery.gallery-columns-8 .gallery-item:nth-of-type(8n) {
margin-right: 0;
}
}
.gallery .gallery-image:last-child,
.gallery .gallery-item:last-child {
margin-right: 0;
}
.gallery .gallery-item.has-add-item-button {
width: 100%;
}
.gallery.alignleft,
.gallery.alignright {
max-width: 305px;
width: 100%;
}
.gallery.alignleft,
.gallery.aligncenter,
.gallery.alignright {
display: flex;
}
.gallery.aligncenter .gallery-item figure {
justify-content: center;
} .elementor-section.flush-margin {
margin-left: -15px;
margin-right: -15px;
}
.ss-label {
border-radius: 0;
}