@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;
}
blockquote.easy_testimonial::before {
content: "";
}
blockquote.easy_testimonial {
background: 0 0;
margin: 10px auto;
min-height: 80px;
padding: 10px;
}
.easy-t-cycle-pager > *, .style-clean_style .easy-t-cycle-pager span, .style-clean_style .easy-t-cycle-pager > *, .style-dark_style .easy-t-cycle-pager > *, .style-light_style .easy-t-cycle-pager > *, div.easy-t-cycle-next, div.easy-t-cycle-prev {
cursor: pointer;
}
.easy-t-cycle-pager span, .style-dark_style .easy-t-cycle-pager span, .style-light_style .easy-t-cycle-pager span {
height: 16px;
display: inline-block;
font-family: arial;
font-size: 50px;
cursor: pointer;
}
.style-clean_style .easy-t-cycle-pager, .style-dark_style .easy-t-cycle-pager, .style-light_style .easy-t-cycle-pager {
z-index: 500;
position: absolute;
bottom: 0;
overflow: hidden;
text-align: center;
}
blockquote.easy_testimonial .wp-post-image {
border-radius: 5px;
float: left;
margin: 0 10px 10px 0;
}
blockquote.easy_testimonial .easy_t_ratings {
width: 100%;
}
.widgets blockquote.easy_testimonial {
margin: 5px auto;
}
.easy-t-slideshow-wrap .cycle-slide {
width: 100%;
height: auto;
}
.easy-t-slideshow-wrap .cycle-slideshow {
overflow: hidden;
margin-bottom: 0;
}
.easy-t-slideshow-wrap {
padding: 0;
}
.easy-t-cycle-controls {
text-align: center;
}
.easy-t-cycle-pager {
display: inline-block;
overflow: hidden;
text-align: center;
width: auto;
z-index: 500;
}
.easy-t-cycle-pager span {
width: 16px;
line-height: 32px;
color: #ddd;
}
.style-light_style .cycle-slide, .style-light_style .easy-t-cycle-pager, .style-light_style blockquote.easy_testimonial .easy_t_ratings {
width: 100%;
}
.style-light_style blockquote.easy_testimonial p {
width: auto;
}
.easy-t-cycle-pager span.cycle-pager-active {
color: #D69746;
}
.style-light_style blockquote.easy_testimonial {
background-color: #EEE;
border: 1px solid #CCC;
border-radius: 5px;
color: #666;
padding: 10px;
margin: 10px auto;
}
.style-light_style blockquote.easy_testimonial .wp-post-image {
border: 1px solid #CCC;
border-radius: 5px;
float: left;
margin: 0 10px 10px 0;
}
.style-light_style blockquote.easy_testimonial p a {
color: #666;
}
.style-light_style .widgets blockquote.easy_testimonial {
margin: 5px auto;
}
.style-light_style .cycle-slideshow {
overflow: hidden;
padding-bottom: 40px;
}
.style-light_style .easy-t-cycle-pager span {
width: 16px;
color: #ddd;
}
.style-dark_style .cycle-slide, .style-dark_style .easy-t-cycle-pager, .style-dark_style blockquote.easy_testimonial .easy_t_ratings {
width: 100%;
}
.style-dark_style blockquote.easy_testimonial p {
width: auto;
}
.style-light_style .easy-t-cycle-pager span.cycle-pager-active {
color: #D69746;
}
.style-dark_style blockquote.easy_testimonial {
background-color: #AAA;
border: 1px solid #000;
border-radius: 5px;
color: #000;
padding: 10px;
margin: 10px auto;
}
.style-dark_style blockquote.easy_testimonial .wp-post-image {
border: 1px solid #000;
border-radius: 5px;
float: left;
margin: 0 10px 10px 0;
}
.style-dark_style blockquote.easy_testimonial p a {
color: #FFF;
}
.style-dark_style .widgets blockquote.easy_testimonial {
margin: 5px auto;
}
.style-dark_style .cycle-slideshow {
overflow: hidden;
padding-bottom: 40px;
}
.style-dark_style .easy-t-cycle-pager span {
width: 16px;
color: #ddd;
}
.style-dark_style .easy-t-cycle-pager span.cycle-pager-active {
color: #D69746;
}
.style-clean_style blockquote.easy_testimonial {
margin: 10px auto;
min-height: 80px;
padding: 10px;
}
blockquote.easy_testimonial p {
width: auto;
}
.style-clean_style .attachment-easy_testimonial_thumb {
min-width: 60px;
min-height: 60px;
display: block;
margin: 1em auto;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-border-radius: 99em;
-moz-border-radius: 99em;
border-radius: 99em;
border: 5px solid #eee;
box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}
.style-clean_style .cycle-slide, .style-clean_style .easy-t-cycle-pager {
width: 100%;
}
.style-clean_style body blockquote.easy_testimonial .wp-post-image {
float: left;
margin: 0 10px 10px 0;
}
.style-clean_style .cycle-slideshow {
overflow: hidden;
padding-bottom: 40px;
}
.style-clean_style .easy-t-cycle-pager span {
font-family: arial;
font-size: 50px;
width: 16px;
height: 16px;
display: inline-block;
color: #ddd;
}
.style-clean_style .easy-t-cycle-pager span.cycle-pager-active {
color: #D69746;
}
@font-face {
font-family: dashicons;
src: url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/dashicons.eot);
}
@font-face {
font-family: dashicons;
src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/dashicons.ttf) format("truetype"), url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/dashicons.svg#dashicons) format("svg");
font-weight: 400;
font-style: normal;
}
.dashicons, .dashicons-before:before {
display: inline-block;
width: 20px;
height: 20px;
font-size: 20px;
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: 400;
font-style: normal;
vertical-align: top;
text-align: center;
-webkit-transition: color .1s ease-in 0;
transition: color .1s ease-in 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
div[class^=style-clean_style] .testimonial_author cite span, div[class^=style-dark_style] .testimonial_author cite span, div[class^=style-default_style] .testimonial_author cite span, div[class^=style-light_style] .testimonial_author cite span, span.stars {
display: block;
}
.dashicons-star-filled:before {
content: "\f155";
}
.dashicons-star-half:before {
content: "\f459";
}
.dashicons-star-empty:before {
content: "\f154";
}
div[class^=style-dark_style] .wp-post-image, div[class^=style-default_style] .wp-post-image, div[class^=style-light_style] .wp-post-image {
min-height: 50px;
min-width: 50px;
}
div[class^=style-dark_style] .wp-post-image.attachment-easy_testimonial_thumb, div[class^=style-default_style] .wp-post-image.attachment-easy_testimonial_thumb, div[class^=style-light_style] .wp-post-image.attachment-easy_testimonial_thumb {
max-height: 50px;
max-width: 50px;
}
span.stars {
height: 18px;
}
div.easy-t-cycle-prev {
float: left;
}
div.easy-t-cycle-next {
float: right;
}
.easy_t_single_testimonial blockquote p span.testimonial-client, .easy_t_single_testimonial blockquote p span.testimonial-position {
width: 100%;
}
.easy_t_error {
color: red;
}
.easy_t_field_wrap_error {
border: 1px solid red;
padding: 10px 10px 0;
margin-bottom: 10px;
}
.easy_testimonials_grid .easy_testimonials_grid_row {
display: inline-block;
width: 100%;
}
.easy_testimonials_grid .easy_testimonials_grid_row .easy_testimonials_grid_cell {
float: left;
margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
.easy_testimonials_grid_responsive .easy_testimonials_grid_row .easy_testimonials_grid_cell {
min-width: 280px;
margin-left: 0;
margin-right: 0;
}
}
.easy_testimonials_grid_equal_height_rows .easy_testimonials_grid_cell .easy_t_single_testimonial {
height: 100%;
}
.easy_testimonials_grid_1 .easy_testimonials_grid_cell {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.easy_testimonials_grid_2 .easy_testimonials_grid_cell {
width: 48%;
margin-left: 2%;
margin-right: 2%;
}
.easy_testimonials_grid_3 .easy_testimonials_grid_cell {
width: 30%;
margin-left: 2%;
margin-right: 2%;
}
.easy_testimonials_grid_4 .easy_testimonials_grid_cell {
width: 22%;
margin-left: 2%;
margin-right: 2%;
}
.easy_testimonials_grid_5 .easy_testimonials_grid_cell {
width: 18%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_6 .easy_testimonials_grid_cell {
width: 15%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_7 .easy_testimonials_grid_cell {
width: 12%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_8 .easy_testimonials_grid_cell {
width: 10%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_9 .easy_testimonials_grid_cell {
width: 9%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid_10 .easy_testimonials_grid_cell {
width: 8%;
margin-left: 1%;
margin-right: 1%;
}
.easy_testimonials_grid .easy_testimonials_grid_row .easy_testimonials_grid_cell:first-child {
margin-left: 0;
}
.easy_testimonials_grid .easy_testimonials_grid_row .easy_testimonials_grid_cell:last-child {
margin-right: 0;
}
.easy_t_single_testimonial .easy_testimonial_title {
font-weight: 700;
}
blockquote.easy_testimonial * {
box-sizing: unset;
}
.easy_testimonial cite span {
display: block;
}
span.stars span {
color: #666;
float: left;
}
span.stars span.empty {
color: #CCC;
}
.easy_t_single_testimonial blockquote.easy_testimonial {
border: 0;
padding: 10px;
}
.easy_testimonial .testimonial_body .more-link, .easy_testimonial .testimonial_body .more-link:after, .easy_testimonial .testimonial_body .more-link:before {
border-bottom: inherit;
color: inherit;
content: inherit;
font-size: inherit;
font-style: inherit;
text-decoration: underline;
}
.easy_testimonial .testimonial_body .more-link:hover {
text-decoration: none;
}
.easy_t_pagination {
text-align: center;
}
.post-content blockquote.easy_testimonial {
border-left: 0 none;
}
.testimonial .fusion-meta-info {
display: none;
}
form.easy-testimonials-submission-form {
display: block;
margin: 20px auto;
}
.easy-testimonials-submission-form .easy_t_field_wrap {
margin-bottom: 20px;
}
.easy-testimonials-submission-form .easy_t_field_wrap label {
display: block;
font-size: 18px;
}
.easy-testimonials-submission-form input[type=text] {
font-size: 16px;
margin-bottom: 4px;
padding: 8px;
width: 350px;
}
.easy-testimonials-submission-form .easy_t_description {
font-size: 14px !important;
padding-left: 2px;
margin-top: 4px;
}
.stars .dashicons-star-filled, .stars .dashicons-star-half, .stars .dashicons-star-empty {
color: gold;
}
.easy_t_clear {
clear: both;
}
.easy-t-slideshow-wrap .cycle-carousel-wrap blockquote {
white-space: normal !important;
}
.easy-t-slideshow-wrap .cycle-carousel-wrap .cycle-slide {
vertical-align: top;
}
.easy_testimonial {                                            ;
}
.easy_testimonial .header-area {
background-color: #FF6F6F;
}
.easy_testimonial .title-area {
text-align: center;
}
.easy_testimonial .title-area .testimonial-client {
margin-top: 0; font-weight: normal;
font-size: 24px;
line-height: 28px;
color: #FFFFFF;
padding-top: 20px;
margin-bottom: 10px;
}
.easy_testimonial .title-area .testimonial-position {
color: #FFD8D8;
line-height: 18px; ;
}
.easy_testimonial .rate-area {
text-align: center;
position: relative;
padding: 0 5px 30px;
}
.easy_testimonial .rate-area img { bottom: -48px;
left: 50%;
position: absolute;
border: 3px solid #FFFFFF;
border-radius: 50%;
max-width: 92px;
margin-left: -46px;
width: 100%;
}
.easy_testimonial .rate-area .date {
display: inline-block;
color: #FFD8D8;
padding-right: 130px;
margin-bottom: 0;
position: absolute;
right: 50%;
padding-right: 60px;
text-align: right;
bottom: 4px;
}
.easy_testimonial .rate-area i {
color: #FFFFFF;
}
.easy_testimonial .rate-area .ccicon i {
color: #FFA4A4;
}
.easy_testimonial .easy_testimonial_image_wrapper img {
margin-bottom: 0;
}
.easy_testimonial .rate-area .easy_testimonial_star_wrapper {
position: absolute;
left: 50%;
padding-left: 60px;
bottom: 4px;
}
.easy_testimonial .main-content {
text-align: center;
padding-bottom: 10px;
}
.easy_testimonial .main-content .easy_testimonial_title {
color: #656565;
margin-top: 0;
padding: 0 10px;
padding-top: 0px;
padding-top: 50px;
text-transform: none;
font-weight: normal;
line-height: 28px;
font-size: 24px;
margin-bottom: 20px;
}
.easy_testimonial .main-content .testimonial_body p {
color: #555555;
padding: 0 15px;
line-height: 1.5em;
margin-bottom: 0;
padding-bottom: 20px;
}
.easy_testimonial .footer-area {
bottom: 0;
width: 100%;
background-color: #FF6F6F;
text-align: center; z-index: 2;
}
.easy_testimonial .footer-area .testimonial-other {
margin: 0;
color: #fff;
padding: 10px;
}
.easy_testimonial .footer-area span {
text-transform: lowercase;
}
.easy_testimonial .grey-accolades_style,
.easy_testimonial .red-accolades_style,
.easy_testimonial .green-accolades_style,
.easy_testimonial .blue-accolades_style,
.easy_testimonial .black-accolades_style {
margin: 5px;
box-sizing: border-box;
box-shadow: 0px 0px 2px #555;
font-family: arial, helvetica, sans-serif;
font-size: 16px;
}
.easy_testimonial .grey-accolades_style .main-content,
.easy_testimonial .red-accolades_style .main-content,
.easy_testimonial .green-accolades_style .main-content,
.easy_testimonial .blue-accolades_style .main-content,
.easy_testimonial .black-accolades_style .main-content {
background-color: white;
padding-top: 70px;	
}
.easy_testimonial .grey-accolades_style .main-content .easy_testimonial_title,
.easy_testimonial .red-accolades_style .main-content .easy_testimonial_title,
.easy_testimonial .green-accolades_style .main-content .easy_testimonial_title,
.easy_testimonial .blue-accolades_style .main-content .easy_testimonial_title,
.easy_testimonial .black-accolades_style .main-content .easy_testimonial_title {
padding-top: 0px;
}
.easy_testimonial .grey-accolades_style .footer-area,
.easy_testimonial .red-accolades_style .footer-area,
.easy_testimonial .green-accolades_style .footer-area,
.easy_testimonial .blue-accolades_style .footer-area,
.easy_testimonial .black-accolades_style .footer-area { ;
}
.easy_testimonial .green-accolades_style .header-area {
background-color: #0EAD9A;
}
.easy_testimonial .green-accolades_style .title-area .testimonial-position {
color: #68F7E6;
}
.easy_testimonial .green-accolades_style .rate-area .date {
color: #68F7E6;
}
.easy_testimonial .green-accolades_style .rate-area .ccicon i {
color: #41D3C1;
}
.easy_testimonial .green-accolades_style .footer-area {
background-color: #0EAD9A;
}
.easy_testimonial .blue-accolades_style .header-area {
background-color: #5599C8;
}
.easy_testimonial .blue-accolades_style .title-area .testimonial-position {
color: #8FC2E9;
}
.easy_testimonial .blue-accolades_style .rate-area .date {
color: #8FC2E9;
}
.easy_testimonial .blue-accolades_style .rate-area .ccicon i {
color: #8FCBF5;
}
.easy_testimonial .blue-accolades_style .footer-area {
background-color: #5599C8;
}
.easy_testimonial .black-accolades_style .header-area {
background-color: #000000;
}
.easy_testimonial .black-accolades_style .title-area .testimonial-position {
color: #707070;
}
.easy_testimonial .black-accolades_style .rate-area .date {
color: #707070;
}
.easy_testimonial .black-accolades_style.rate-area .ccicon i {
color: #4F4F4F;
}
.easy_testimonial .black-accolades_style .footer-area {
background-color: #000000;
}
.easy_testimonial .grey-accolades_style .header-area {
background-color: #A9B7B8;
}
.easy_testimonial .grey-accolades_style .title-area .testimonial-position {
color: #D4DADB;
}
.easy_testimonial .grey-accolades_style .rate-area .date {
color: #D4DADB;
}
.easy_testimonial .grey-accolades_style .rate-area .ccicon i {
color: #C0C9CA;
}
.easy_testimonial .grey-accolades_style .footer-area {
background-color: #A9B7B8;
}
.easy_testimonial .main-content-4 {
text-align: center;
padding-bottom: 10px;
background-color: #727987;
padding-top: 30px;
}
.easy_testimonial .main-content-4 .easy_testimonial_title {
color: #656565;
margin-top: 0;
padding: 0 10px;
text-transform: none;
font-weight: normal;
line-height: 28px;
font-size: 24px;
margin-bottom: 20px;
}
.easy_testimonial .main-content-4 .testimonial_body p {
color: #555555;
padding: 0 15px;
line-height: 1.5em;
margin-bottom: 0;
padding-bottom: 20px;
}
.easy_testimonial .footer-area-4 { bottom: 0;
width: 100%;
background-color: #FF6F6F;
text-align: center; z-index: 2;
font-family: Arial, sans-serif;
}
.easy_testimonial .footer-area-4 .testimonial-other {
margin: 0;
color: #fff;
padding: 10px;
}
.easy_testimonial .footer-area-4 span {
text-transform: lowercase;
}
.easy_testimonial .header-area-4 {
background: url(https://i.imgur.com/bWoyBEW.jpg) no-repeat;
background-position: center;
background-color: white;
height: 300px;
background-size: cover;
position: relative;
font-family: Arial, sans-serif;
}
.easy_testimonial .rate-area-4 {
position: relative;
z-index: 1;
min-height: 60px;
}
.easy_testimonial .rate-area-4:after {
position: absolute;
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
background: #000;
opacity: .4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.easy_testimonial .date-4 {
text-align: left;
color: #fff;
margin: 0;
padding: 15px 30px;
display: inline-block;
font-family: Arial, sans-serif;
}
.easy_testimonial .rate-area-4 i {
color: #FFFFFF;
font-size: 1.3em;
}
.easy_testimonial .rate-area-4 .ccicon i {
color: #979392;
}
.easy_testimonial .right-icon {
float: right;
font-size: 16px;
margin-top: 11px;
margin-right: 40px;
}
.easy_testimonial .title-area-4 {
position: relative;
z-index: 1;
text-align: center; position: absolute;
bottom: 0;
width: 100%;
font-family: Arial, sans-serif;
}
.easy_testimonial .title-area-4:after {
position: absolute;
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
background: #000;
opacity: .4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.easy_testimonial .title-area-4 .testimonial-client {
color: #fff;
font-weight: normal;
font-size: 24px;
line-height: 28px;
margin: 12px 20px 10px;
}
.easy_testimonial .title-area-4 .testimonial-position {
color: #4F4F4F;
margin: 0 0 16px;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial div[class*=compliments_style] .main-content-4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .dark_grey-compliments_style .main-content-4 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .dark_grey-compliments_style .main-content-4 p {
color: #E2E3E6;
}
.easy_testimonial .dark_grey-compliments_style .footer-area-4 {
background: #555A65;
}
.easy_testimonial .blue-compliments_style .main-content-4 {
background: #5599C8;
}
.easy_testimonial .blue-compliments_style .main-content-4 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .blue-compliments_style .main-content-4 p {
color: #C3E6FF;
}
.easy_testimonial .blue-compliments_style .footer-area-4 {
background: #4182AF;
}
.easy_testimonial .green-compliments_style .main-content-4 {
background: #97BE56;
}
.easy_testimonial .green-compliments_style .main-content-4 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .green-compliments_style .main-content-4 p {
color: #F0FFD9;
}
.easy_testimonial .green-compliments_style .footer-area-4 {
background: #81AA3D;
}
.easy_testimonial .light_grey-compliments_style .main-content-4 {
background: #D2D7D3;
}
.easy_testimonial .light_grey-compliments_style .main-content-4 .easy_testimonial_title {
color: #222222;
}
.easy_testimonial .light_grey-compliments_style .main-content-4 p {
color: #747B76;
}
.easy_testimonial .light_grey-compliments_style .footer-area-4 {
background: #BDC3BE;
}
.easy_testimonial .light_grey-compliments_style .footer-area-4 .testimonial-other {
color: #222222;
}
.easy_testimonial .red-compliments_style .main-content-4 {
background: #D1404A;
}
.easy_testimonial .red-compliments_style .main-content-4 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .red-compliments_style .main-content-4 p {
color: #FFC9CD;
}
.easy_testimonial .red-compliments_style .footer-area-4 {
background: #B52E37;
}
.easy_testimonial .header-area-5 {
position: relative;
}
.easy_testimonial div[class*=ribbon_style] {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5em;
background-color: white;
}
.easy_testimonial .green-ribbon_style,
.easy_testimonial .blue-ribbon_style,
.easy_testimonial .teal-ribbon_style,
.easy_testimonial .grey-ribbon_style,
.easy_testimonial .gold-ribbon_style {
margin: 20px 40px;
box-shadow: 0 0 2px #999;
border-radius: 20px;
}
.easy_testimonial .rate-area-5 {
background: #A2CC5C;
border: 1px solid #fff;
border-left-color: white;
border-left-style: solid;
border-left-width: 1px;
border-left: 0px;
box-shadow: 2px 0px 2px #555;
position: absolute;
right: -20px;
height: 50px;
left: 20px;
margin-top: 15px;
}
.easy_testimonial .rate-area-5:after {
position: absolute;
bottom: -21px;
right: -2px;
height: 20px;
width: 20px;
content: "";
background: url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/img/polygon.png) no-repeat;
}
.easy_testimonial .rate-area-5 .right-icon i {
color: #fff;
}
.easy_testimonial .rate-area-5 .right-icon .ccicon i {
color: #ddd;
}
.easy_testimonial .right-arrow {
height: 0px;
width: 0px;
border-top: 25px solid transparent;
border-bottom: 25px solid transparent;
border-left: 20px solid #fff;
display: inline-block;
}
.easy_testimonial .date-5 {
display: inline-block;
position: absolute;
top: 2px;
left: 35px;
color: #fff;
margin: 14px 0;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .title-area-5 {
text-align: left;
color: #333333; padding-left: 20px;
}
.easy_testimonial .title-area-5 .easy_testimonial_title {
margin: 20px 5px 0 0;
padding-bottom: 10px;
font-weight: normal;
padding-top: 30px;
font-size: 24px;
line-height: 28px;
}
.easy_testimonial .title-area-5 .testimonial-other {
margin-top: 0;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .title-area-5 .testimonial-other span {
text-transform: lowercase;
}
.easy_testimonial .main-content-5 {
padding: 85px 20px 12px;
}
.easy_testimonial .main-content-5 p {
margin-bottom: 12px;
}
.easy_testimonial .footer-area-5 {
background: #A2CC5C;
border: 1px solid #fff;
border-radius: 0 0 20px 20px;
padding: 15px 0 10px 20px;
position: relative;
min-height: 96px;
}
.easy_testimonial .footer-area-5:before {
top: -13px;
left: 19%;
height: 25px;
width: 25px;
content: "";
position: absolute;
background: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.easy_testimonial .footer-area-5 img {
border: 3px solid #fff;
border-radius: 50%;
display: inline;
height: 69px;
width: 69px;
}
.easy_testimonial .footer-area-5 .footer-text {
display: inline-block;
color: #fff;
margin-left: 15px;
top: 5px;
position: absolute;
}
.easy_testimonial .footer-area-5 .testimonial-client { font-weight: normal;
margin: 20px 0 0;
padding-right: 10px;
font-size: 24px;
line-height: 28px;
}
.easy_testimonial .footer-area-5 .testimonial-position {
margin: 5px 0 16px;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .blue-ribbon_style .rate-area-5 {
background: #213140;
}
.easy_testimonial .blue-ribbon_style .footer-area-5 {
background: #213140;
}
.easy_testimonial .blue-ribbon_style .rate-area-5 .right-icon .ccicon i {
color: #646F7A;
}
.easy_testimonial .teal-ribbon_style .rate-area-5 {
background: #0EAD9A;
}
.easy_testimonial .teal-ribbon_style .footer-area-5 {
background: #0EAD9A;
}
.easy_testimonial .teal-ribbon_style .rate-area-5 .right-icon .ccicon i {
color: #57C6B8;
}
.easy_testimonial .gold-ribbon_style .rate-area-5 {
background: #F39C11;
}
.easy_testimonial .gold-ribbon_style .footer-area-5 {
background: #F39C11;
}
.easy_testimonial .gold-ribbon_style .rate-area-5 .right-icon .ccicon i {
color: #FAC26F;
}
.easy_testimonial .grey-ribbon_style .rate-area-5 {
background: #7E8C8D;
}
.easy_testimonial .grey-ribbon_style .footer-area-5 {
background: #7E8C8D;
}
.easy_testimonial .grey-ribbon_style .rate-area-5 .right-icon .ccicon i {
color: #A5AFAF;
}
.easy_testimonial .gold-classic_style,
.easy_testimonial .blue-classic_style,
.easy_testimonial .dark_grey-classic_style,
.easy_testimonial .light_grey-classic_style,
.easy_testimonial .red-classic_style {
margin: 30px;
font-family: arial, helvetica, sans-serif;
font-size: 16px;
line-height: 28px;
}
.easy_testimonial .gold-classic_style .main-wrapper,
.easy_testimonial .blue-classic_style .main-wrapper,
.easy_testimonial .light_grey-classic_style .main-wrapper,
.easy_testimonial .red-classic_style .main-wrapper {
background-color: white;
}
.easy_testimonial .main-wrapper {
padding: 20px;
box-shadow: 0 0 3px #999;
border-radius: 20px;
position: relative;
}
.easy_testimonial .main-wrapper:after {
position: absolute;
bottom: -11px;
left: 15%;
content: "";
height: 20px;
width: 40px;
background: #fff;
-webkit-transform: rotate(26deg);
transform: rotate(26deg);
border-top: 0px solid #666;
border-right: 2px solid #d0d0d0;
border-bottom: 2px solid #d0d0d0;
border-left: 0px solid #666;
}
.easy_testimonial .title-area-3 .easy_testimonial_title {
margin: 0;
padding: 10px 0 5px 0; font-weight: normal;
font-size: 24px;
line-height: 28px;
color: #333333;
}
.easy_testimonial .title-area-3 .testimonial-other {
margin-top: 0px; color: #AAAAAA;
margin: 0 0 16px;
}
.easy_testimonial .title-area-3 .testimonial-other span {
text-transform: lowercase;
}
.easy_testimonial .title-area-3 {
position: relative;
padding-bottom: 3px;
}
.easy_testimonial .title-area-3:after {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 100%;
background: #AEAEAE;
content: "";
}
.easy_testimonial .date-3 {
color: #AAAAAA;
display: inline-block;
margin: 16px 0 0;
}
.easy_testimonial .right-icon-3 {
float: right;
margin-top: 11px;
}
.easy_testimonial .right-icon-3 i {
color: #333333;
font-size: 1.3em;
}
.easy_testimonial .right-icon-3 .ccicon i {
color: #AAAAAA;
}
.easy_testimonial .main-content-3 p {
color: #555555;
line-height: 1.5em;
padding: 20px 0;
position: relative;
}
.easy_testimonial .main-content-3 .testimonial_body:before {
position: absolute;
content: "\f10d";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
color: #AAAAAA;
font-size: 2em;
top: -10px;
left: 47%;
}
.easy_testimonial .main-content-3 .testimonial_body:after {
content: "\f10e";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
color: #AAAAAA;
font-size: 2em;
position: absolute;
bottom: -10px;
left: 47%;
}
.easy_testimonial .main-content-3 .testimonial_body {
position: relative;
padding: 20px 0;
margin-bottom: 10px;
margin-top: 30px;
}
.easy_testimonial .footer-area-3 {
position: relative;
}
.easy_testimonial .footer-area-3 img {
border-radius: 50%;
border: 4px solid #AAAAAA;
display: inline-block;
margin-left: 30px;
margin-top: 25px;
height: 69px;
width: 69px;
}
.easy_testimonial .footer-text-3 {
display: inline-block;
margin-left: 15px;
top: 37px;
position: absolute;
}
.easy_testimonial .footer-text-3 .testimonial-client { font-weight: normal;
font-size: 24px;
line-height: 28px;
margin: 0;
color: #333333;
}
.easy_testimonial .footer-text-3 .testimonial-position {
margin-top: 0;
color: #B0B0B0;
font-size: 16px;
line-height: 18px;
}
.easy_testimonial .red-classic_style .title-area-3 .easy_testimonial_title {
color: #FF2222;
}
.easy_testimonial .red-classic_style .title-area-3 .testimonial-other {
color: #FF7B7B;
}
.easy_testimonial .red-classic_style .right-icon-3 i {
color: #FF0000;
}
.easy_testimonial .red-classic_style .right-icon-3 .ccicon i {
color: #FFA9A9;
}
.easy_testimonial .red-classic_style .footer-area-3 img {
border: 4px solid #FF0000;
}
.easy_testimonial .red-classic_style .footer-text-3 .testimonial-client {
color: #FF2222;
}
.easy_testimonial .red-classic_style .footer-text-3 .testimonial-position {
color: #FF7B7B;
}
.easy_testimonial .red-classic_style .main-wrapper:after {
border-right: 2px solid #ffb0b0;
border-bottom: 2px solid #ffb0b0;
}
.easy_testimonial .red-classic_style .main-content-3 .testimonial_body:before {
color: #f22;
}
.easy_testimonial .red-classic_style .main-content-3 .testimonial_body:after {
color: #f22;
}
.easy_testimonial .red-classic_style .title-area-3:after {
background: #f22;
}
.easy_testimonial .red-classic_style .date-3 {
color: #f22;
}
.easy_testimonial .red-classic_style .main-wrapper {
box-shadow: 0 0 3px #f22;
}
.easy_testimonial .gold-classic_style .title-area-3 .easy_testimonial_title {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .title-area-3 .testimonial-other {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .right-icon-3 i {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .right-icon-3 .ccicon i {
color: #FFDB83;
}
.easy_testimonial .gold-classic_style .footer-area-3 img {
border: 4px solid #E3A712;
}
.easy_testimonial .gold-classic_style .footer-text-3 .testimonial-client {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .footer-text-3 .testimonial-position {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .main-wrapper:after {
border-right: 2px solid #f5e0aa;
border-bottom: 2px solid #f5e0aa;
}
.easy_testimonial .gold-classic_style .main-content-3 .testimonial_body:before {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .main-content-3 .testimonial_body:after {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .title-area-3:after {
background: #E3A712;
}
.easy_testimonial .gold-classic_style .date-3 {
color: #E3A712;
}
.easy_testimonial .gold-classic_style .main-wrapper {
box-shadow: 0 0 3px #E3A712;
}
.easy_testimonial .blue-classic_style .title-area-3 .easy_testimonial_title {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .title-area-3 .testimonial-other {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .right-icon-3 i {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .right-icon-3 .ccicon i {
color: #ACD5F1;
}
.easy_testimonial .blue-classic_style .main-wrapper:after {
border-right: 2px solid #c4e1f5;
border-bottom: 2px solid #c4e1f5;
}
.easy_testimonial .blue-classic_style .main-content-3 .testimonial_body:before {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .main-content-3 .testimonial_body:after {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .title-area-3:after {
background: #59ABE3;
}
.easy_testimonial .blue-classic_style .date-3 {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .main-wrapper {
box-shadow: 0 0 3px #59ABE3;
}
.easy_testimonial .blue-classic_style .footer-area-3 img {
border: 4px solid #59ABE3;
}
.easy_testimonial .blue-classic_style .footer-text-3 .testimonial-client {
color: #59ABE3;
}
.easy_testimonial .blue-classic_style .footer-text-3 .testimonial-position {
color: #59ABE3;
}
.easy_testimonial .dark_grey-classic_style .title-area-3 .easy_testimonial_title {
color: #fff;
}
.easy_testimonial .dark_grey-classic_style .title-area-3 .testimonial-other {
color: #ddd;
}
.easy_testimonial .dark_grey-classic_style .right-icon-3 i {
color: #fff;
}
.easy_testimonial .dark_grey-classic_style .right-icon-3 .ccicon i {
color: #555555;
}
.easy_testimonial .dark_grey-classic_style .footer-area-3 img {
border: 4px solid #AAAAAA;
}
.easy_testimonial .dark_grey-classic_style .footer-text-3 .testimonial-client {
color: #000000;
}
.easy_testimonial .dark_grey-classic_style .footer-text-3 .testimonial-position {
color: #AAAAAA;
}
.easy_testimonial .dark_grey-classic_style .main-wrapper {
background: #000;
}
.easy_testimonial .dark_grey-classic_style .main-wrapper:after {
background: #000;
}
.easy_testimonial .dark_grey-classic_style .main-content-3 p {
color: #6D6D6D;
}
.easy_testimonial .orange-merit_style,
.easy_testimonial .purple-merit_style,
.easy_testimonial .grey-merit_style,
.easy_testimonial .green-merit_style,
.easy_testimonial .red-merit_style {
padding: 30px;
}
.easy_testimonial .user-area {
width: 20%;
text-align: center;
display: inline-block;
}
.easy_testimonial .user-area img {
border: 4px solid #A2CC5C;
}
.easy_testimonial .user-text h2 {
font-weight: normal;
color: #555555; font-size: 20px;
margin-top: 15px;
margin-bottom: 0;
}
.easy_testimonial .user-text div {
color: #BFBFBF;
margin-top: 5px;
}
.easy_testimonial .main-content-2 {
background-color: white;
width: 75%;
display: inline-block;
float: right;
border: 2px solid #A2CC5C;
padding: 2% 3%;
position: relative;
}
.easy_testimonial .main-content-2:after {
content: "";
position: absolute;
height: 30px;
width: 30px;
top: 30px;
left: -17px;
border-top: 0px solid #A2CC5C;
border-right: 0px solid #A2CC5C;
border-bottom: 2px solid #A2CC5C;
border-left: 2px solid #A2CC5C;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #fff;
}
.easy_testimonial .float-clear {
clear: both;
}
.easy_testimonial .title-area-2 h2 {
margin-top: 5px !important;
color: #333333;
font-weight: normal;
margin-bottom: 15px !important;
z-index: 9999;
margin-right: 65px;
position: relative;
}
.easy_testimonial .title-area-2 p {
margin-top: 10px;
color: #333333; ;
}
.easy_testimonial .title-area-2 p span {
text-transform: lowercase;
}
.easy_testimonial .date-2 {
color: #999999 !important;	
}
.easy_testimonial .rate-area-2 {
position: absolute;
text-align: center;
right: 20px;
top: -15px;
background: #A2CC5C;
color: #fff;
padding: 15px 15px;
font-size: 17px;
height: 100px;
}
.easy_testimonial .rate-area-2:after {
position: absolute;
bottom: -34px;
right: -2px;
height: 50px;
width: 50px;
background: #fff;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.easy_testimonial .rate-area-2:before {
position: absolute;
top: 0px;
right: 34px;
height: 20px;
width: 20px;
background: url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/img/polygon-2.png) no-repeat;
content: "";
}
.easy_testimonial .times-text {
font-style: italic;
color: #555555 !important;
line-height: 1.5em;
padding-right: 50px;
padding-bottom: 10px;
}
.easy_testimonial .user-text .testimonial-client {
color: #666;
}
.easy_testimonial div[class*=merit_style] .ion-star {
width: 15px;
display: block;
}
.easy_testimonial div[class*=merit_style] {
font-family: Arial, Helvetica, sans-serif;
}
.easy_testimonial div[class*=merit_style] .date {
font-size: 16px;
line-height: 18px;
margin-bottom: 8px !important;
}
.easy_testimonial .green-merit_style .title-area-2 .easy_testimonial_title {
color: #a2cc5c;
font-size: 24px;
line-height: 28px;
padding: 20px 0;
}
.easy_testimonial .red-merit_style .user-area img {
border: 4px solid #E84B3A;
}
.easy_testimonial .red-merit_style .main-content-2 {
border: 2px solid #E84B3A;
}
.easy_testimonial .red-merit_style .main-content-2:after {
border-bottom: 2px solid #E84B3A;
border-left: 2px solid #E84B3A;
}
.easy_testimonial .red-merit_style .rate-area-2 {
background: #E84B3A;
}
.easy_testimonial .red-merit_style .testimonial-client {
color: #666;
}
.easy_testimonial .red-merit_style .title-area-2 .easy_testimonial_title {
color: #e84b3a;
font-size: 24px;
line-height: 28px;
padding: 20px 0;
}
.easy_testimonial .orange-merit_style .title-area-2 .easy_testimonial_title {
color: #f6ab36;
font-size: 24px;
line-height: 28px;
padding: 20px 0;
}
.easy_testimonial .orange-merit_style .user-area img {
border: 4px solid #F6AB36;
}
.easy_testimonial .orange-merit_style .main-content-2 {
border: 2px solid #F6AB36;
}
.easy_testimonial .orange-merit_style .main-content-2:after {
border-bottom: 2px solid #F6AB36;
border-left: 2px solid #F6AB36;
}
.easy_testimonial .orange-merit_style .rate-area-2 {
background: #F6AB36;
}
.easy_testimonial .orange-merit_style .testimonial-client {
color: #666;
}
.easy_testimonial .purple-merit_style .title-area-2 .easy_testimonial_title {
color: #a56abe;
font-size: 24px;
line-height: 28px;
padding: 20px 0 10px;
}
.easy_testimonial .purple-merit_style .user-area img {
border: 4px solid #A56ABE;
}
.easy_testimonial .purple-merit_style .main-content-2 {
border: 2px solid #A56ABE;
}
.easy_testimonial .purple-merit_style .main-content-2:after {
border-bottom: 2px solid #A56ABE;
border-left: 2px solid #A56ABE;
}
.easy_testimonial .purple-merit_style .rate-area-2 {
background: #A56ABE;
}
.easy_testimonial .purple-merit_style .testimonial-client {
color: #666;
}
.easy_testimonial .grey-merit_style .title-area-2 .easy_testimonial_title {
color: #7d7d7d;
font-size: 24px;
line-height: 28px;
padding: 20px 0;
}
.easy_testimonial .grey-merit_style .user-area img {
border: 4px solid #BDC3C7;
}
.easy_testimonial .grey-merit_style .main-content-2 {
border: 2px solid #BDC3C7;
}
.easy_testimonial .grey-merit_style .main-content-2:after {
border-bottom: 2px solid #BDC3C7;
border-left: 2px solid #BDC3C7;
}
.easy_testimonial .grey-merit_style .rate-area-2 {
background: #BDC3C7;
}
.easy_testimonial .grey-merit_style .testimonial-client {
color: #666;
}
@media only screen and (max-width: 1199px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 1024px) {
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .footer-area-5:before {
left: 24%;
}
}
@media only screen and (max-width: 991px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 900px) {
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 800px) {
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 767px) {
.easy_testimonial .rate-area-4 i {
font-size: 1.1em;
}
.easy_testimonial .right-icon {
margin-top: 9px;
}
.easy_testimonial .main-content .easy_testimonial_title {
padding-top: 40px;
}
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .main-content-3 p:before {
left: 45%;
}
.easy_testimonial .main-content-3 p:after {
left: 45%;
}
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .green-ribbon_style,
.easy_testimonial .blue-ribbon_style,
.easy_testimonial .teal-ribbon_style,
.easy_testimonial .grey-ribbon_style,
.easy_testimonial .gold-ribbon_style {
margin: 20px 30px 20px 20px;
}
.easy_testimonial .footer-area-5:before {
left: 26%;
}
.easy_testimonial .user-area {
width: 100%;
text-align: center;
display: block;
}
.easy_testimonial .main-content-2 {
width: 98%;
padding: 0px;
display: block;
float: none;
margin-top: 30px;
}
.easy_testimonial .main-content-2:after {
top: -18px;
left: 48%;
border-top: 2px solid #A2CC5C;
border-right: 0px solid #A2CC5C;
border-bottom: 0px solid #A2CC5C;
border-left: 2px solid #A2CC5C;
}
.easy_testimonial .grey-merit_style .main-content-2:after {
border-top: 2px solid #BDC3C7;
border-right: 0px solid #BDC3C7;
border-bottom: 0px solid #BDC3C7;
border-left: 2px solid #BDC3C7;
}
.easy_testimonial .purple-merit_style .main-content-2:after {
border-top: 2px solid #A56ABE;
border-right: 0px solid #A56ABE;
border-bottom: 0px solid #A56ABE;
border-left: 2px solid #A56ABE;
}
.easy_testimonial .orange-merit_style .main-content-2:after {
border-bottom: 0px solid #F6AB36;
border-right: 0px solid #F6AB36;
border-left: 2px solid #F6AB36;
border-top: 2px solid #F6AB36;
}
.easy_testimonial .red-merit_style .main-content-2:after {
border-bottom: 0px solid #E84B3A;
border-right: 0px solid #E84B3A;
border-left: 2px solid #E84B3A;
border-top: 2px solid #E84B3A;
}
.easy_testimonial .title-area-2 {
padding: 2px 15px;
}
.easy_testimonial .title-area-2 h2 {
margin-top: 15px;
}
.easy_testimonial .orange-merit_style,
.easy_testimonial .purple-merit_style,
.easy_testimonial .grey-merit_style,
.easy_testimonial .green-merit_style,
.easy_testimonial .red-merit_style {
padding: 30px 15px 30px 15px;
}
.easy_testimonial .times-text {
padding: 0 65px 15px 15px;
}
.easy_testimonial .title-area .testimonial-client {
font-size: 15px;
}
.easy_testimonial .title-area .testimonial-position {
font-size: 13px;
}
.easy_testimonial .rate-area .date {
font-size: 13px;
}
.easy_testimonial .main-content .easy_testimonial_title {
font-size: 15px;
}
.easy_testimonial .main-content .testimonial_body {
font-size: 13px;
}
.easy_testimonial .footer-area .testimonial_other {
font-size: 13px;
}
.easy_testimonial .user-text h2 {
font-size: 15px;
}
.easy_testimonial .user-text p {
font-size: 13px;
}
.easy_testimonial .title-area-2 h2 {
font-size: 15px;
margin-top: 15px;
}
.easy_testimonial .title-area-2 p {
font-size: 13px;
margin-top: 5px;
}
.easy_testimonial .date-2 {
font-size: 13px;
}
.easy_testimonial .times-text {
font-size: 13px;
}
.easy_testimonial .rate-area-2 {
padding: 10px 15px;
right: 15px;
}
.easy_testimonial .rate-area-2 p {
margin-top: 5px;
padding: 3px 0;
}
.easy_testimonial .title-area-3 .easy_testimonial_title {
padding: 5px 0 5px 0;
font-size: 15px;
}
.easy_testimonial .title-area-3 .testimonial-other {
font-size: 13px;
}
.easy_testimonial .date-3 {
font-size: 13px;
}
.easy_testimonial .main-content-3 p {
font-size: 13px;
}
.easy_testimonial .footer-text-3 .testimonial-client {
font-size: 15px;
}
.easy_testimonial .footer-text-3 .testimonial-position {
font-size: 13px;
}
.easy_testimonial .footer-text-3 {
top: 40px;
}
.easy_testimonial .date-4 {
font-size: 13px;
}
.easy_testimonial .title-area-4 .testimonial-client {
font-size: 15px;
}
.easy_testimonial .title-area-4 .testimonial-position {
font-size: 13px;
}
.easy_testimonial .green-compliments_style .main-content-4 .easy_testimonial_title,
.easy_testimonial .light_grey-compliments_style .main-content-4 .easy_testimonial_title,
.easy_testimonial .red-compliments_style .main-content-4 .easy_testimonial_title,
.easy_testimonial .dark_grey-compliments_style .main-content-4 .easy_testimonial_title,
.easy_testimonial .blue-compliments_style .main-content-4 .easy_testimonial_title {
margin-top: -15px;
}
.easy_testimonial .title-area-5 .easy_testimonial_title {
padding-bottom: 5px;
padding-top: 20px;
font-size: 15px;
}
.easy_testimonial .title-area-5 .testimonial-other {
font-size: 13px;
margin-top: 0;
}
.easy_testimonial .main-content-5 p {
padding-top: 75px;
font-size: 13px;
}
.easy_testimonial .date-5 {
font-size: 13px;
margin: 10px 0;
}
.easy_testimonial .footer-area-5 .testimonial-client {
font-size: 15px;
margin: 10px 0 0;
}
.easy_testimonial .footer-area-5 .testimonial-position {
font-size: 13px;
margin-top: 0px;
}
.easy_testimonial .footer-area-5 .footer-text {
top: 15px;
}
.easy_testimonial .footer-area-5:before {
left: 28%;
}
.easy_testimonial .rate-area-5 {
height: 45px;
}
.easy_testimonial .right-arrow {
border-top: 22px solid transparent;
}
.easy_testimonial .right-icon-3 i {
font-size: 1em;
}
.easy_testimonial .right-icon-3 {
margin-top: 13px;
}
.easy_testimonial .rate-area-4 i {
font-size: 1em;
}
.easy_testimonial .header-area-4 {
height: 200px;
}
.easy_testimonial .main-wrapper::after {
bottom: -9px;
height: 15px;
width: 30px;
}
.easy_testimonial .rate-area-5:after {
right: -3px;
}
}
@media only screen and (max-width: 480px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area {
padding-top: 10px;
padding-bottom: 54px;
}
.easy_testimonial .rate-area .date { padding-right: 0px !important;
padding-bottom: 0px !important;
position: static;
right: 0;
margin-right: 10px;
}
.easy_testimonial .rate-area .easy_testimonial_star_wrapper {
padding-left: 0px !important;
padding-bottom: 0px !important;
position: static;
left: 0;
}
.easy_testimonial .gold-classic_style,
.easy_testimonial .blue-classic_style,
.easy_testimonial .dark_grey-classic_style,
.easy_testimonial .light_grey-classic_style,
.easy_testimonial .red-classic_style {
margin: 25px;
}
.easy_testimonial .footer-area-3 img {
margin-left: 10px;
}
.easy_testimonial .main-content-3 p:before {
left: 44%;
font-size: 1.5em;
}
.easy_testimonial .main-content-3 p:after {
left: 44%;
font-size: 1.5em;
}
.easy_testimonial .title-area-5 .easy_testimonial_title {
padding-bottom: 5px;
padding-top: 15px;
}
.easy_testimonial .footer-area-5 .footer-text {
margin-left: 10px;
top: 13px;
}
.easy_testimonial .footer-area-5 img { ;
}
.easy_testimonial .main-content-2:after {
left: 45%;
}
.easy_testimonial .title-area-2 h2 {
padding-right: 60px;
}
}
@media only screen and (max-width: 980px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .footer-area-5:before {
left: 26%;
}
}
@media only screen and (max-width: 801px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .footer-area-5:before {
left: 33%;
}
}
@media only screen and (max-width: 768px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .footer-area-5:before {
left: 34%;
}
}
@media only screen and (max-width: 767px) {
.easy_testimonial .footer-area-5:before {
left: 27%;
}
}
@media only screen and (max-width: 650px) {
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 610px) {
.easy_testimonial .rate-area img { ;
}
}
@media only screen and (max-width: 600px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .footer-area-5:before {
left: 36%;
}
}
@media only screen and (max-width: 520px) {
.easy_testimonial .rate-area img { ;
}
}
@media only screen and (max-width: 480px) {
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .footer-area-5:before {
left: 43%;
}
}
@media only screen and (max-width: 420px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 370px) {
.easy_testimonial .date-5 {
display: none;
}
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .rate-area-5 { ;
}
}
@media only screen and (max-width: 360px) {
.easy_testimonial .gold-classic_style,
.easy_testimonial .blue-classic_style,
.easy_testimonial .dark_grey-classic_style,
.easy_testimonial .light_grey-classic_style,
.easy_testimonial .red-classic_style {
margin: 20px;
}
.easy_testimonial .main-content-3 p:before {
left: 42%;
}
.easy_testimonial .main-content-3 p:after {
left: 42%;
}
.easy_testimonial .main-wrapper {
padding: 15px;
border-radius: 15px;
}
.easy_testimonial .footer-text-3 {
margin-left: 10px;
top: 42px;
}
.easy_testimonial .footer-area-3 img {
margin-left: 0px;
}
.easy_testimonial .title-area-5 {
padding-left: 10px;
}
.easy_testimonial .main-content-5 {
padding: 0 10px;
}
.easy_testimonial .footer-area-5 .testimonial-client {
font-size: 15px;
}
.easy_testimonial .footer-area-5 .testimonial-client {
font-size: 13px;
}
.easy_testimonial .green-ribbon_style,
.easy_testimonial .blue-ribbon_style,
.easy_testimonial .teal-ribbon_style,
.easy_testimonial .grey-ribbon_style,
.easy_testimonial .gold-ribbon_style {
margin: 20px 30px 20px 10px;
}
.easy_testimonial .footer-area-5 img {
margin-left: -6px;
max-width: 100%;
height: auto;
}
.easy_testimonial .rate-area-5 { ;
}
.easy_testimonial .footer-area-5:before {
left: 47%;
}
.easy_testimonial .main-content-2:after {
left: 42%;
}
}
@media only screen and (max-width: 330px) {
.easy_testimonial .rate-area img { ;
}
}
@media only screen and (max-width: 320px) {
.easy_testimonial .rate-area img { ;
}
.easy_testimonial .footer-area-5:before {
left: 47%;
}
.easy_testimonial .main-content-2:after {
left: 39%;
}
.easy_testimonial .orange-merit_style,
.easy_testimonial .purple-merit_style,
.easy_testimonial .grey-merit_style,
.easy_testimonial .green-merit_style,
.easy_testimonial .red-merit_style {
padding: 30px 15px 30px 15px;
}
} @font-face{font-family:'FontAwesome';src:url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 @font-face{font-family:"Ionicons";src:url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.eot?v=2.0.0);src:url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.woff?v=2.0.0) format("woff"),url(//www.nicolasdesvages-photographe.fr/wp-content/plugins/easy-testimonials/include/assets/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}@font-face{font-family:dashicons;src:url(//www.nicolasdesvages-photographe.fr/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.nicolasdesvages-photographe.fr/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.nicolasdesvages-photographe.fr/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
line-height: 1.5;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a img {
border: none;
}.entry-content img {
margin: 0 0 1.5em 0;
}
.gallery-caption,
.bypostauthor {
font-weight: normal;
}
div.alignleft,
img.alignleft {
display: inline-block;
float: left;
margin-right: 2em;
margin-bottom: 2em;
}
div.alignright,
img.alignright {
display: inline-block;
float: right;
margin-left: 2em;
margin-top: 2em;
}
div.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
div.wp-caption {
text-align: center;
margin-top: 2em;
margin-bottom: 2em;
font-size: 12px;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
}
.wp-caption p.wp-caption-text,
.wp-caption-text {
margin: 0;
text-align: center;
padding-bottom: 0 !important;
font-size: 12px;
color: #777;
}
.wp-smiley {
max-height: 1em;
margin: 0 !important;
}
.gallery dl {
margin: 0;
border: 0;
padding: 0;
}
.wp-caption img,
.alignnone img,
.alignleft img,
.alignright img {
border: 0 none;
margin: 0;
padding: 0;
}
blockquote.left {
float: left;
margin-left: 0;
margin-right: 20px;
text-align: right;
width: 33%;
}
blockquote.right {
float: right;
margin-left: 20px;
margin-right: 0;
text-align: left;
width: 33%;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a img {
border: none;
}
p,
#page-content-wrapper .wpcf7 p,
.page-content-wrapper .wpcf7 p {
padding-top: 1em;
padding-bottom: 1em;
}
p:empty {
padding: 0 !important;
}
em {
font-style: italic;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.center {
text-align: center;
}
#page-content-wrapper p,
.page-content-wrapper p {
padding-top: 1.2em;
padding-bottom: 1.2em;
}
#page-content-wrapper p.woocommerce-info,
#page-content-wrapper p.woocommerce-message,
#page-content-wrapper p.woocommerce-error {
padding-top: 1em;
}
#page-content-wrapper p:empty,
.page-content-wrapper p:empty {
padding: 0 !important;
margin: 0 !important;
}
#footer p {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
img,
a img {
image-rendering: optimizeQuality;
}
em {
font-style: italic;
}
::selection {
background: #efc337;
color: #fff;
}
table {
border-spacing: 0;
}
.sticky .post-wrapper {
background: #FFFAE4;
border: 1px solid #000;
}
body:not(.single) .post.sticky:first-child .post-wrapper {
border: 1px solid #000;
}
.marginright {
margin-right: 7px;
}
img.alignright {
float: right;
margin: 2em 0 2em 2em;
clear: both;
}
img.alignleft {
float: left;
margin: 2em 2em 2em 0;
clear: both;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
a img.alignright {
float: right;
margin: 1em 0 1em 2em;
}
a img.alignleft {
float: left;
margin: 1em 2em 1em 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul:not(.children),
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol,
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl,
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul:not(.children),
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol,
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl,
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul:not(.children),
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol,
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul:not(.children),
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl {
margin: 5px 0 5px 20px;
}
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul li ul:not(.children),
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li ol,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li dl,
body.post-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul li ul:not(.children),
body.post-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li ol,
body.post-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li dl,
body.post-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul li ul:not(.children),
body.post-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li ol,
body.post-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li dl {
margin: 5px 0 5px 20px;
}
body.archive #page-content-wrapper,
body.home.blog #page-content-wrapper {
padding-bottom: 40px;
}
body.page-template-default.elementor-page #page-content-wrapper {
padding-bottom: 0;
}
body.home.blog #page-header {
display: none;
}
.sidebar-widget li.widget_recent_comments ul li.recentcomments .comment-author-link a {
font-style: normal;
font-weight: 400;
}
.sidebar-widget li.widget_recent_comments ul li.recentcomments a {
font-weight: 900;
}
.sidebar-widget li.widget_recent_comments ul li.recentcomments a:not(.url) {
color: #57B957;
}
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl.gallery-item {
margin: 0 0 30px 0;
}
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl.gallery-item img {
border: 0;
}
#wp-calendar tr td,
#wp-calendar tr th {
text-align: center;
background: transparent;
padding: 5px;
}
#wp-calendar tr td#prev {
text-align: left;
}
#wp-calendar tr td#next {
text-align: right;
}
#wp-calendar tr td#prev,
#wp-calendar tr td#next {
background: transparent !important;
font-weight: 900;
padding: 15px 20px 15px 20px;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
}
#wp-calendar caption {
font-size: 1rem;
padding: 1rem 0 !important;
font-size: 18px;
color: #fff;
background: #000;
font-weight: 700;
opacity: 1;
}
#wp-calendar {
font-size: 15px;
border: 0;
}
#wp-calendar thead th {
color: #fff;
background: #57B957;
font-weight: 400;
font-size: 15px;
}
#wp-calendar tbody td#today {
border-top: 2px solid transparent;
border-bottom: 2px solid #57B957;
}
#wp-calendar tbody td,
#wp-calendar tfoot td {
border: 0;
padding: 5px;
font-size: 15px;
}
#wp-calendar {
margin: 0;
width: 100%;
border: 1px solid #000;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
box-sizing: border-box;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
float: left;
max-width: calc(5 * (100vw / 12));
margin-top: 0;
margin-left: 0;
margin-right: 30px !important;
}
.wp-block-gallery.columns-2 .blocks-gallery-item img,
.wp-block-gallery.columns-3 .blocks-gallery-item img,
.wp-block-gallery.columns-4 .blocks-gallery-item img {
max-width: none !important;
height: 100% !important;
}
.wp-block-gallery .blocks-gallery-item figcaption {
padding-bottom: 15px;
}
ul.wp-block-gallery {
margin: 20px 0 20px 0 !important;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
height: 100%;
flex: 1;
-o-object-fit: cover;
object-fit: cover;
max-width: none !important;
height: 100% !important;
}
.wp-block-button__link {
border-radius: 5px;
}
.wp-block-button,
.wp-block-cover {
margin: 20px 0 20px 0;
}
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.wp-block-image {
margin: 0;
}
.wp-block-quote {
border-left: 1px solid #D8D8D8;
padding-left: 35px;
text-align: left;
font-size: 22px;
}
.wp-block-quote cite {
font-weight: 400;
opacity: 0.7;
}
.has-large-font-size {
font-size: 28px;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
font-size: 13px;
text-align: center;
}
.wp-block-categories-list,
.wp-block-archives-list {
list-style: none;
margin-left: 0 !important;
}
.wp-block-categories-list ul {
list-style: none;
padding-left: 10px !important;
}
.wp-block-categories-list ul>li>a:before,
.wp-block-archives-list ul>li>a:before {
font-weight: normal;
content: "– " counters(submenu, "– ", none);
counter-increment: submenu;
}
.alignfull {
margin-top: 40px;
margin-bottom: 40px;
margin-left  : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width    : 100vw;
clear: both;
padding: 0 40px 0 40px;
}
.blocks-gallery-grid {
margin: 0 !important;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
padding: 40px 10px 10px 10px;
line-height: 1.4;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
margin: auto;
opacity: 0.7;
}
.wp-block-media-text .wp-block-media-text__content {
word-break: break-word;
padding: 0 5% 0 15%;
}
hr.wp-block-separator {
width: auto;
max-width: 3em;
text-align: left;
}
hr.wp-block-separator.is-style-wide {
max-width: 100%;
}
pre.wp-block-preformatted {
margin: 30px 0 30px 0;
}
.widget_archive select {
width: 100%;
}
body.single .sidebar-content:not(.fullwidth) .post-wrapper .alignfull {
max-width: 100% !important;
left: 0 !important;
}
.widget_categories ul>li,
.widget_pages ul>li,
.widget_archive ul>li,
.widget_product_categories ul>li {
border-bottom: 1px solid #d8d8d8;
padding: 10px 0 10px 15px !important;
margin-bottom: 0 !important;
}
.widget_categories ul>li:first-child,
.widget_pages ul>li:first-child,
.widget_archive ul>li:first-child,
.widget_product_categories ul>li:first-child {
padding-top: 5px !important;
}
.widget_categories ul>li:last-child,
.widget_pages ul>li:last-child,
.widget_archive ul>li:last-child,
.widget_product_categories ul>li:last-child {
padding-bottom: 5px !important;
}
.widget_categories ul>li>a::before,
.widget_pages ul>li>a::before,
.widget_archive ul>li>a::before,
.widget_product_categories ul>li>a::before {
position: absolute;
font-family: 'themify';
content: "\e649";
margin-left: -15px;
font-size: 0.5em;
line-height: 3em;
}
.wp-block-table {
border-width: 0;
border-style: solid;
}
.wp-block-table td,
.wp-block-table th,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
border-width: 1px;
border-style: solid;
}
.widget_nav_menu ul>li.menu-item-has-children {
margin-bottom: 0 !important;
padding: 5px 0 5px 0 !important;
}
.widget_nav_menu ul>li.menu-item-has-children ul li {
padding: 0 !important;
}
.widget_nav_menu ul>li.menu-item-has-children {
position: relative;
cursor: pointer;
}
.widget_nav_menu ul>li.menu-item-has-children>a:after {
content: "";
position: absolute;
top: 50%;
right: 6px;
margin-top: -2px;
display: inline-block;
width: 5px;
height: 5px;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.widget_nav_menu ul>li>ul {
display: none;
margin-top: 5px !important;
margin-left: 10px !important;
}
.widget_nav_menu ul>li.menu-item-has-children.active ul {
display: block;
}
.widget_nav_menu ul>li.menu-item-has-children ul.sub-menu a:after {
display: none;
}
.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
content: "";
display: block;
} .wp-block-embed {
margin: 2em 0 2em 0;
}
.wp-block-embed .video-container,
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.wp-block-embed .video-container {
margin: 0;
}
.video-container {
padding-top: 0;
margin: 0 0 1em 0;
}
.wp-block-embed .video-container iframe,
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-calendar-nav {
padding-top: 20px;
text-transform: uppercase;
font-size: 15px;
} body table.booked-calendar tbody tr td:first-child {
border-left: 1px solid #ccc !important;
}
body table.booked-calendar td {
border: 0 !important;
border-right: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
font-size: 16px;
}
body #booked-profile-page input[type=submit], body #booked-profile-page button, body .booked-list-view input[type=submit], body .booked-list-view button, body table.booked-calendar input[type=submit], body table.booked-calendar button, body .booked-modal input[type=submit], body .booked-modal button {
font-size: 16px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
width: 100%;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
float: left;
width: 100%;
padding: 0;
height: 51px
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
float: left;
}button.mobx-prev,
button.mobx-next {
background-color: transparent !important;
}
body.loaded #loftloader-wrapper .loader-section.section-fade {
transition: all 0s 0s ease;
}
.slider-up2 {
animation-name: slider-up2;
-webkit-animation-name: slider-up2;
animation-duration: 0.2s;
-webkit-animation-duration: 0.2s;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@keyframes slider-up2 {
0% {
opacity: 0;
transform: translateY(5%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@-webkit-keyframes slider-up2 {
0% {
opacity: 0;
transform: translateY(5%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@keyframes sub-nav-in {
from {
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
to {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes sub-nav-in {
from {
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
to {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@keyframes sub-nav-out {
from {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to {
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
}
@-webkit-keyframes sub-nav-out {
from {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to {
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
}
@keyframes main-nav-out {
from {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
}
@-webkit-keyframes main-nav-out {
from {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
}
@keyframes main-nav-in {
from {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
to {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes main-nav-in {
from {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
to {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
html,
body {
min-height: 100%;
}
input, textarea { -webkit-user-select:text;}
body {
background: #ffffff;
font-family: 'Libre Baskerville', 'Helvetica Neue', Arial, Verdana, sans-serif;
padding: 0;
margin: 0;
color: #444;
font-weight: 400;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.7;
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
}
body.js-nav {
width: 100%;
height: 100vh;
overflow: hidden;
}
body.js-nav #perspective {
overflow: hidden;
}
#perspective {
width: 100%;
min-height: 100%;
position: relative;
}
@-moz-document url-prefix() {
#perspective {
overflow-x: hidden;
}
}
body.modalview #perspective {
position: fixed;
perspective: 1500px;
top: 0;
z-index: 2;
}
body.modalview #footer-wrapper {
display: none;
}
#wrapper {
float: left;
width: 100%;
background: #fff;
transform-origin: 50% 50% 50%;
transition: all 0.4s;
position: relative;
left: 0;
min-height: 100%;
}
body.footer-reveal #wrapper {
z-index: 1;
}
body.right-clicked #wrapper {
filter: blur(7px);
}
body.leftmenu #wrapper {
padding-top: 0 !important;
width: calc(100% - 300px);
left: 300px;
}
body.leftmenu #wrapper #page-content-wrapper {
padding: 0 40px 0 40px;
}
body.leftmenu #wrapper #page-content-wrapper.blog-wrapper {
padding-top: 50px;
}
body.leftmenu .elementor-section.elementor-section-stretched {
max-width: 100% !important;
left: 0 !important;
}
body.leftmenu .mobile-menu-wrapper {
left: 0;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
width: 300px;
padding: 50px;
}
body.modalview #wrapper {
position: absolute;
overflow: hidden;
cursor: pointer;
height: 100%;
width: 100%;
backface-visibility: hidden;
}
body.js-nav #wrapper {
transform: translateZ(0px) translateX(10%) rotateY(-50deg);
}
body.full-burger-menu.js-nav #wrapper {
transform: none;
transform: scale(1);
opacity: 0;
}
body.password-protected {
min-height: 100vh;
}
body.password-protected #page-header,
body.password-protected #footer-wrapper {
display: none;
}
body.password-protected #perspective {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100vh;
}
body.password-protected #wrapper {
background: transparent;
height: 100%;
}
body.password-protected #wrapper .inner {
display: table;
text-align: center;
width: 100%;
height: calc(100% - 150px);
}
body.password-protected #wrapper .inner .inner-wrapper {
display: table-cell;
vertical-align: middle;
z-index: 2;
position: relative;
}
body.password-protected #page-content-wrapper {
display: table;
width: 100%;
height: 100vh;
}
body.password-protected.leftmenu #page-content-wrapper {
width: calc(100% - 300px);
}
body.password-protected #page-content-wrapper .inner {
display: table-cell;
vertical-align: middle;
float: none;
}
body.page.comment-close #page-content-wrapper:not(.elementor-page) .inner {
margin-bottom: 40px;
}
body.password-protected #page-content-wrapper .inner .inner-wrapper {
float: none;
text-align: center;
width: 50%;
margin: auto;
}
body.error404 #page-content-wrapper .inner .inner-wrapper,
body.search-no-results #page-content-wrapper .inner .inner-wrapper {
text-align: center;
width: 60%;
margin: auto;
float: none;
}
body.error404 #footer-wrapper {
display: none;
}
body.error404 #page-content-wrapper .inner .inner-wrapper .searchform input[type="text"],
body.search-no-results #page-content-wrapper .inner .inner-wrapper .searchform input[type="text"] {
width: 60%;
}
body.error404 #page-content-wrapper .inner .inner-wrapper .searchform input[type="submit"],
body.search-no-results #page-content-wrapper .inner .inner-wrapper .searchform input[type="submit"] {
margin-left: -5px;
position: relative;
top: 1px;
padding: 1.3em 2.5em 1.3em 2.5em;
}
body.error404 #page-content-wrapper .inner .inner-wrapper .searchform input[type="text"] {
padding: 1em 1em  1.05em 1em;
border: 1px solid #000;
}
body.error404 #page-content-wrapper .inner .inner-wrapper .searchform {
margin: 30px 0 30px 0;
}
body.error404 #page-content-wrapper .inner .inner-wrapper h1,
body.search-no-results #page-content-wrapper .inner .inner-wrapper h1 {
margin: 80px 0 40px 0;
font-size: 90px;
line-height: 1;
}
body.error404 #page-content-wrapper,
body.search-no-results #page-content-wrapper {
padding-bottom: 20px;
}
body.password-protected.leftmenu #page-content-wrapper .inner .inner-wrapper {
width: 70%;
}
#wrapper.hasbg.transparent {
padding-top: 0 !important;
}
hr {
height: 1px;
border: 0;
border-top: 2px solid #ebebeb;
background: transparent;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
width: 100%;
clear: both;
}
.theme-border {
border-color: #dce0e0;
}
a {
color: #222;
text-decoration: none;
}
a:hover {
color: #222;
text-decoration: none;
}
a:active {
color: #222;
text-decoration: none;
}
h1 {
font-size: 34px;
}
h2 {
font-size: 30px;
}
h2.number {
font-size: 50px;
line-height: 50px;
}
h3 {
font-size: 26px;
}
h3#reply-title,
h4.comment-title {
text-align: center;
margin-top: 40px;
}
h3#reply-title {
margin-top: 0px;
}
body.logged-in h3#reply-title {
margin-bottom: 0;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
h5.widgettitle {
font-size: 11px;
display: inline-block;
text-align: left;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
color: #222;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
border-bottom: 1px solid #222;
}
h7 {
font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
color: #222;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
font-weight: 400;
line-height: 1.5em;
}
pre,
code,
tt {
font: 12px 'andale mono', 'lucida console', monospace;
line-height: 1.5;
padding: 10px;
display: block;
overflow: auto;
width: 100%;
border: 0;
color: #000;
box-sizing: border-box;
}
code {
display: inline;
}
.wp-block-code {
border: 1px solid #d8d8d8;
}
.clear {
clear: both;
}
.fullwidth-comment-wrapper {
width: 100%;
float: left;
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #000;
}
#page-content-wrapper .inner .sidebar-content.fullwidth.blog_f .fullwidth-comment-wrapper {	
margin: auto;
float: none;
}
.fullwidth-comment-wrapper:empty {
display: none;
}
#commentform {
margin-top: 0;
}
body.single.single-post .protected-post-header {
width: 60%;
margin: auto;
margin-bottom: 10px;
}
#commentform label,
.wpcf7-form label {
margin-bottom: 10px;
font-size: 11px;
letter-spacing: 3px;
text-transform: uppercase;
display: inline-block;
}
.wpcf7-form label {
width: 100%;
}
.elementor-transparent .wpcf7-form label {
color: #fff;
}
.elementor-transparent .wpcf7-form input.wpcf7-submit {
color: #000;
background: #fff;
border: 1px solid #fff;
}
#commentform .comment-form-cookies-consent {
margin-top: 10px;
clear: both;
}
#commentform .comment-form-cookies-consent label {
margin-left: 5px;
font-size: inherit;
letter-spacing: 0;
font-weight: 400;
text-transform: none;
}
.logged-in-as {
text-align: center;
padding-top: 0 !important;
margin-bottom: 10px;
}
#commentform>p,
body.single-product .comment-form-rating {
box-sizing: border-box;
}
#commentform>p.input-wrapper {
margin: 24px 24px 24px 0;
}
#commentform>p.input-wrapper.comment-form-url,
#commentform>p.input-wrapper.comment-form-comment {
margin-right: 0;
}
#commentform>p.input-wrapper.comment-form-comment {
margin-top: 20px;
padding: 0;
line-height: 0;
margin-bottom: 0;
}
#commentform>p.input-wrapper.comment-form-comment textarea {
margin-top: 20px;
}
#commentform>p.form-submit {
padding-top: 10px !important;
}
body.logged-in #commentform>p.form-submit {
padding-top: 30px !important;
}
#commentform>p.comment-form-rating {
width: 50%;
float: left;
display: block;
clear: none;
padding-top: 10px;
padding-bottom: 10px;
}
#commentform>p.comment-form-rating label {
width: 50%;
float: left;
font-size: 13px;
font-weight: 500;
}
#commentform>p.comment-form-rating .br-widget {
width: 50%;
float: left;
}
#commentform>p.comment-form-comment {
padding-bottom: 0;
clear: both;
}
#commentform>p.comment-notes {
text-align: center;
padding: 0 !important;
display: none;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
float: left;
width: calc(33.33% - 16px);
}
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-author,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-email,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-url {
width: calc(33.33% - 16px);
}
body.single-product #page-content-wrapper .inner .sidebar-content #commentform p.comment-form-author,
body.single-product #page-content-wrapper .inner .sidebar-content #commentform p.comment-form-email {
width: 50%;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all .6s cubic-bezier(.23, 1, .32, 1);
}
#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus,
#commentform textarea:focus {
}
#commentform>p.form-submit {
padding-top: 15px;
clear: both;
}
blockquote {
font-size: 24px;
font-weight: 900;
color: #222;
margin: auto;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 0;
text-align: center;
position: relative;
line-height: 1.5em;
letter-spacing: 0;
clear: both;
}
blockquote strong {
font-weight: 900;
}
blockquote cite {
font-size: 14px;
font-weight: 600;
font-style: normal;
}
blockquote em {
font-size: 16px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 20px 0 20px 0;
}
.textwidget blockquote {
margin: 0;
}
blockquote p {
padding: 0 !important;
}
blockquote h2 {
font-weight: normal;
font-size: 22px;
}
blockquote h3 {
font-weight: normal;
font-size: 20px;
}
#respond {
width: 100%;
float: left;
}
#respond.comment-respond {
padding-top: 40px;
}
.aligncenter {
text-align: center;
}
.mc4wp-form-fields input[type="email"] {
width: 300px;
} .mc4wp-form-style3 .mc4wp-form-fields,
.mc4wp-form-style5 .mc4wp-form-fields,
.mc4wp-form-style6 .mc4wp-form-fields {
text-align: left;
}
.mc4wp-form-white .mc4wp-form-fields input[type="email"],
.mc4wp-form-style2 .mc4wp-form-fields input[type="email"] {
width: calc(95% - 250px);
}
.mc4wp-form-white .mc4wp-form-fields input[type="email"] {
background: transparent !important;
color: #fff;
border: 1px solid #fff;
width: calc(95% - 250px);
}
.mc4wp-form-white .mc4wp-form-fields input[type="email"]::placeholder {
opacity: 0.7;
color: #fff;
}
.mc4wp-form-style2 .mc4wp-form-fields input[type="email"]::placeholder {
opacity: 0.7;
}
.mc4wp-form-white .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style2 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style3 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style4 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style5 .mc4wp-form-fields input[type="submit"] {
margin-left: 10px;
padding: .6em 2.5em .6em 2.5em;
}
.mc4wp-form-white .mc4wp-form-fields input[type="submit"]:hover {
background: transparent !important;
}
.mc4wp-form-style2 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style2 .mc4wp-form-fields input[type="submit"]:hover {
background: #0067DA;
border-color: #0067DA;
color: #fff;
}
.mc4wp-form-style3 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style3 .mc4wp-form-fields input[type="submit"]:hover {
background: #ff4a52;
border-color: #ff4a52;
color: #fff;
}
.mc4wp-form-style4 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style4 .mc4wp-form-fields input[type="submit"]:hover {
background: #344D6C;
border-color: #344D6C;
color: #fff;
}
.mc4wp-form-style5 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style5 .mc4wp-form-fields input[type="submit"]:hover {
background: #02B3E4;
border-color: #02B3E4;
color: #fff;
}
.mc4wp-form-style8 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style8 .mc4wp-form-fields input[type="submit"]:hover {
background: #A51C30;
border-color: #A51C30;
color: #fff;
}
.mc4wp-form-white.new-line .mc4wp-form-fields input[type="email"] {
width: calc(100% - 70px);
}
.mc4wp-form-white.new-line .mc4wp-form-fields input[type="submit"] {
clear: both;
margin-top: 20px;
margin-left: 0;
} #logo-wrapper {
text-align: center;
padding: 30px 0 30px 0;
}
#logo-wrapper .custom-logo-size {
width: 50%;
height: auto;
}
.top-menu-bar.scroll #logo-wrapper {
display: none;
}
.top-menu-bar.hasbg {
border-bottom: 0;
}
.top-menu-bar.hasbg #nav-wrapper {
border-color: rgba(256, 256, 256, .3);
}
body.centeralign .logo-container .logo-wrapper:not(.hidden) {
margin-top: 60px;
}
body.centeralign .top-menu-bar {
border-bottom: 0;
}
.logo-container {
display: table;
width: 100%;
height: 100%;
}
.logo-alignment {
display: table-cell;
vertical-align: middle;
line-height: 0;
}
body.leftmenu .logo-container {
display: block;
width: 100%;
height: auto;
}
body.leftmenu.admin-bar .logo-container {
margin-top: 40px;
}
.logo-wrapper {
margin: 0;
display: inline-block;
line-height: 0;
}
.logo-wrapper img.custom-logo-auto-resize {
width: 50%;
height: auto;
}
.logo-wrapper.hidden {
display: none;
}
.logo-wrapper img.zoom {
transform: scale(0.8) !important;
}
.above-top-menu-bar {
height: 40px;
background: #222;
position: relative;
z-index: 3;
}
.main-menu-wrapper {
width: 100%;
float: left;
position: fixed;
top: 0;
left: 0;
z-index: 9;
display: block;
}
#elementor-header.main-menu-wrapper {
opacity: 0;
min-height: 60px;
}
#elementor-header.main-menu-wrapper.visible {
opacity: 1;
}
#elementor-header.main-menu-wrapper.visible section.elementor-invisible {
visibility: visible;
}
#elementor-sticky-header.main-menu-wrapper {
opacity: 0;
z-index: -1;
-webkit-transform: translate(0px, -140px);
-moz-transform: translate(0px, -140px);
transform: translate(0px, -140px);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#elementor-sticky-header.main-menu-wrapper.visible {
opacity: 1;
z-index: 99999;
-webkit-transform: translate(0px, );
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
#searchform input[type="text"] {
width: 60%;
}
body.admin-bar .main-menu-wrapper {
padding-top: 32px;
}
body.leftmenu .main-menu-wrapper {
display: none;
}
.main-menu-wrapper.nofixed {
display: none;
}
.top-menu-bar {
padding: 0;
box-sizing: border-box;
width: 100%;
background: #fff;
background: rgb(256, 256, 256, 0.95);
background: rgba(256, 256, 256, 0.95);
border-bottom: 1px solid #dce0e0;
float: left;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.top-menu-bar.scroll {
}
.top-menu-bar.hasbg {
background: transparent;
-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
border: 0;
}
html[data-menu=centeralign] body .top-menu-bar.scroll #nav-wrapper {
border: 0;
}
#menu-wrapper {
margin: auto;
width: 960px;
height: 100%;
}
body.centeralign #menu-wrapper {
margin-top: 20px;
}
body.centeralign .top-menu-bar.scroll #menu-wrapper {
margin-top: 0;
}
#nav-wrapper {
float: left;
display: table;
width: 100%;
height: 100%;
text-align: center;
border-top: 1px solid #ccc;
}
body.centeralign #nav-wrapper {
float: none;
width: auto;
margin: auto;
}
.nav-wrapper-inner {
display: table-cell;
vertical-align: middle;
}
#menu-border-wrapper > div {
width: 100%;
float: left;
}
#mobile-nav-icon {
display: none;
font-size: 13px;
position: relative;
box-sizing: border-box;
}
body.sidemenu-desktop-disabled #mobile-nav-icon {
display: inline-block;
}
#logo-right-wrapper {
position: absolute;
text-align: right;
right: 30px;
z-index: 9;
}
.top-menu-bar.hasbg #mobile-nav-icon {
border-color: #fff;
}
.menu-client-wrapper {
display: inline-block;
margin-right: 10px;
position: relative;
}
body.leftmenu .mobile-menu-wrapper .menu-client-wrapper {
position: absolute;
bottom: 50px;
margin: 0;
}
.menu-client-wrapper span {
font-size: 16px;
font-weight: 500;
margin-right: 7px;
vertical-align: baseline;
}
.menu-client-wrapper .user-logout-link {
margin-left: 5px;
margin-right: 5px;
}
.menu-cart-wrapper {
display: inline-block;
margin-right: 10px;
position: relative;
}
.menu-cart-wrapper .cart-counter {
position: absolute;
top: -10px;
right: -10px;
font-size: 10px;
border-radius: 50px;
background: #3d64ff;
color: #fff;
z-index: 2;
width: 16px;
height: 16px;
line-height: 18px;
text-align: center;
}
.menu-cart-wrapper span {
font-size: 16px;
font-weight: 500;
}
body.admin-bar .mobile-menu-wrapper #mobile-menu-close.button {
top: 62px;
}
.mobile-menu-wrapper #mobile-menu-close.button {
position: fixed;
top: 30px;
right: 30px;
border-radius: 250px;
width: 40px;
height: 40px;
padding: 0;
line-height: 42px !important;
font-size: 16px;
-ms-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
transition: all 0.1s ease;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
}
body.js-nav .mobile-menu-wrapper #mobile-menu-close.button {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
z-index: 99;
}
.mobile-menu-wrapper #mobile-menu-close.button:hover {
margin-top: -4px;
}
.mobile-menu-wrapper {
left: -10px;
-webkit-transition: -webkit-transform 200ms ease;
-moz-transition: transform 200ms ease;
-o-transition: -o-transform 200ms ease;
transition: transform 200ms ease;
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-overflow-scrolling: touch;
width: 400px;
padding: 90px;
box-sizing: border-box;
background: #111111;
position: fixed;
top: 0px;
height: 100%;
color: #999;
}
body.leftmenu .mobile-menu-wrapper {
z-index: 1;
}
.mobile-menu-content {
display: table;
width: 100%;
height: 100%;
}
.mobile-menu-wrapper .mobile-menu-content > div {
width: 100%;
max-height: 100%;
overflow: auto;
display: table-cell;
vertical-align: middle;
}
body.leftmenu .mobile-menu-wrapper .mobile-menu-content>div {
display: block;
position: absolute;
bottom: 100px;
width: calc(100% - 100px);
box-sizing: border-box;
}
.mobile-menu-wrapper .mobile-menu-content .social-profile-wrapper {
margin-top: 20px;
}
.mobile-menu-wrapper .mobile-menu-content .social-profile-wrapper ul li a i {
font-size: 24px;
line-height: 24px;
}
body.admin-bar .mobile-menu-wrapper {
padding-top: 32px;
}
body.admin-bar #btn-close-mobile-menu {
top: 32px;
}
body.js-nav .mobile-menu-wrapper,
html[data-menu=leftmenu] body.js-nav .mobile-menu-wrapper {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
left: 0;
z-index: 99;
}
#btn-close-mobile-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
#btn-close-mobile-menu.open,
body.js-nav #btn-close-mobile-menu {
z-index: 99;
}
.mobile-main-nav,
#side-sub-menu {
margin-top: 40px;
margin-bottom: 40px;
list-style: none;
overflow: hidden;
width: 100%;
}
body.leftmenu .mobile-main-nav #side-sub-menu {
margin-top: 250px;
}
#side-sub-menu .sub-menu {
margin-left: 15px;
margin-top: 5px;
margin-bottom: 5px;
list-style: none;
}
#side-sub-menu li {
width: 100%;
}
.mobile-main-nav li a,
#side-sub-menu li a {
color: #777;
width: 100%;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 2em;
text-transform: uppercase;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
}
.mobile-main-nav li a:hover,
.mobile-main-nav li a:active,
#side-sub-menu li a:active {
color: #fff;
}
.mobile-main-nav li ul.sub-menu {
display: none;
}
.mobile-main-nav.mobile-nav-in {
-webkit-animation: main-nav-in 0.4s;
animation: main-nav-in 0.4s;
}
.mobile-main-nav.mobile-nav-out {
-webkit-animation: main-nav-out 0.4s;
animation: main-nav-out 0.4s;
}
#side-sub-menu.mobile-sub-nav-out {
-webkit-animation: sub-nav-out 0.4s;
animation: sub-nav-out 0.4s;
}
#side-sub-menu.mobile-sub-nav-in {
-webkit-animation: sub-nav-in 0.4s;
animation: sub-nav-in 0.4s;
}
#side-sub-menu li ul a:after {
display: none;
}
#mobile-back-btn {
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-size: 12px !important;
margin-bottom: 5px;
}
#mobile-back-btn:before {
font-size: 11px;
margin-right: 0.7em;
position: relative;
display: inline;
font-family: 'Font Awesome 5 Free';
content: "\f104";
font-weight: 900;
}
.overlay-background {
opacity: 0;
visibility: hidden;
background-color: rgba(256, 256, 256, 1);
position: fixed;
z-index: -2;
top: 0;
left: 0;
width: 100%;
height: 100%;
-ms-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#page-header-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1;
}
.overlay-background.visible {
opacity: 1;
visibility: visible;
}
.mobile-menu-wrapper #btn-close-mobile-menu {
position: absolute;
top: 42px;
right: 40px;
left: auto;
z-index: -1;
width: 20px;
height: 40px;
line-height: 42px;
border-radius: 25px;
background: #eee;
color: #fff;
text-align: center;
padding: 0 10px 0 10px;
cursor: pointer;
z-index: 10;
display: block;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.mobile-menu-wrapper #btn-close-mobile-menu:hover {
-webkit-transform: translate(0px, -5px);
-moz-transform: translate(0px, -5px);
transform: translate(0px, -5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
}
.mobile-menu-wrapper #btn-close-mobile-menu.open {
z-index: 99;
}
.nav,
.subnav {
list-style: none;
padding: 10px 0 10px 0;
}
.subnav {
background: none;
}
.nav > li {
display: inline-block;
}
#menu-wrapper .nav ul,
#menu-wrapper div .nav {
list-style: none;
display: block;
padding: 0;
margin: 0;
margin-bottom: 0;
}
#menu-wrapper .nav ul li,
#menu-wrapper div .nav li {
display: inline-block;
margin: 0;
padding: 10px 8px 10px 8px;
}
body.centeralign #menu-wrapper div .nav>li {
padding: 10px 15px 10px 15px;
}
#menu-wrapper .nav ul li ul li,
#menu-wrapper div .nav li ul li {
clear: both;
width: 100%;
margin: 0;
text-align: left !important;
padding: 5px 20px 5px 20px;
box-sizing: border-box;
}
#menu-wrapper .nav ul li:last-child,
#menu-wrapper div .nav li:last-child {
margin-right: 0;
}
#menu-wrapper .nav ul li a,
#menu-wrapper div .nav li>a {
display: inline-block;
padding: 0;
margin: 0;
color: #666;
font-size: 12px;
padding: 0;
font-weight: 400;
margin-right: 10px;
font-family: "Roboto", 'Helvetica Neue', Arial, Verdana, sans-serif;
text-transform: uppercase;
position: relative;
padding: 0;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
#menu-wrapper .nav ul li a:before,
#menu-wrapper div .nav li>a:before,
.post-attribute a:before {
content: '';
display: block;
position: absolute;
bottom: 2px;
left: 0;
height: 1px;
width: 100%;
background-color: #666;
transform-origin: right top;
transform: scale(0, 1);
transition: color .1s, transform .2s ease-out;
}
#menu-wrapper .nav ul li a:active:before,
#menu-wrapper div .nav li>a:active:before {
background-color: #666;
}
#page-content-wrapper .inner .sidebar-wrapper a:not(.button) {
position: relative;
}
#menu-wrapper .nav ul li a:hover:before,
#menu-wrapper div .nav li>a:hover:before,
.post-attribute a:hover:before {
transform-origin: left top;
transform: scale(1, 1);
}
#menu-wrapper .nav ul li a,
#menu-wrapper div .nav li>a:first-child {
padding-left: 0;
}
#wrapper.transparent .top-menu-bar:not(.scroll) #menu-wrapper div .nav>li>a,
#wrapper.transparent .top-menu-bar:not(.scroll) #logo-right-wrapper a#mobile-nav-icon,
#wrapper.transparent #logo-wrapper .social-profile-wrapper ul li a,
#wrapper.transparent .top-menu-bar:not(.scroll) .menu-cart-wrapper a,
#wrapper.transparent .top-menu-bar:not(.scroll) .menu-client-wrapper a,
#wrapper.transparent .top-menu-bar:not(.scroll) .menu-client-wrapper {
color: #fff !important;
}
#wrapper.transparent #menu-wrapper .nav ul li a:before,
#wrapper.transparent #menu-wrapper div .nav li>a:before {
background: #fff !important;
}
#menu-wrapper .nav li.arrow>a:after,
#menu-wrapper div .nav li.arrow>a:after {
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
font-family: 'themify';
content: "\e64b";
float: right;
margin-left: 8px;
line-height: 3.5em;
}
#menu-wrapper .nav li.arrow>a:after,
#menu-wrapper div .nav li.arrow>a:after {}
#menu-wrapper .nav ul li.arrow>a:after,
#menu-wrapper div .nav li.arrow>a:after {
font-size: 7px;
}
#menu-wrapper .nav ul li a.hover,
#menu-wrapper .nav ul li a:hover,
#menu-wrapper div .nav li a.hover,
#menu-wrapper div .nav li a:hover {
color: #444;
z-index: 2;
position: relative;
}
#menu-wrapper div .nav>li.current-menu-item>a,
#menu-wrapper div .nav>li.current-menu-parent>a,
#menu-wrapper div .nav>li.current-menu-ancestor>a {
color: #444;
z-index: 2;
position: relative;
}
#menu-wrapper .nav ul li ul,
#menu-wrapper div .nav li ul {
list-style: none;
background: transparent;
position: absolute;
width: 220px;
height: 0;
padding: 0;
z-index: -1;
margin: 0;
margin-left: 0;
margin-top: 10px;
border: 0;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
opacity: 0;
overflow: hidden;
-webkit-transform: translate(0px, -15px);
-moz-transform: translate(0px, -15px);
transform: translate(0px, -15px);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#menu-wrapper .nav ul li ul.viewport-flip,
#menu-wrapper div .nav li ul.viewport-flip {
left: -221px;
}
#menu-wrapper .nav ul li ul li ul,
#menu-wrapper div .nav li ul li ul {
position: absolute;
left: 221px;
margin-top: -40px;
margin-left: 0;
opacity: 0;
}
#menu-wrapper .nav ul li ul li ul:before,
#menu-wrapper div .nav li ul li ul:before {
display: none;
}
#menu-wrapper .nav>li:hover>ul,
#menu-wrapper .nav>li>ul>li:hover>ul {
z-index: 9;
opacity: 1;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
overflow: visible;
}
#menu-wrapper div .nav li ul li a,
#1menu-wrapper div .nav li.current-menu-item ul li a,
#menu-wrapper div .nav li ul li.current-menu-item a,
#menu-wrapper .nav ul li ul li a,
#menu-wrapper .nav ul li.current-menu-item ul li a,
#menu-wrapper .nav ul li ul li.current-menu-item a,
#menu-wrapper div .nav li.current-menu-parent ul li a,
#menu-wrapper div .nav li ul li.current-menu-parent a {
display: block;
background: transparent;
height: auto;
}
#menu-wrapper .nav ul li ul li a,
#menu-wrapper div .nav li ul li a,
#menu-wrapper div .nav li.current-menu-parent ul li a {
border-top: 0;
margin: 0;
font-size: 11px;
padding: 0;
letter-spacing: 0;
font-weight: 400;
text-transform: none;
box-sizing: border-box;
-webkit-transition: color .2s linear, background .2s linear;
-moz-transition: color .2s linear, background .2s linear;
-ms-transition: color .2s linear, background .2s linear;
-o-transition: color .2s linear, background .2s linear;
transition: color .2s linear, background .2s linear;
}
#menu-wrapper .nav ul li:first-child>a,
#menu-wrapper .nav ul li ul li:first-child>a,
#menu-wrapper div .nav li.current-menu-parent ul li:first-child>a {
margin-top: 10px;
}
#menu-wrapper .nav ul li:last-child>a,
#menu-wrapper .nav ul li ul li:last-child>a,
#menu-wrapper div .nav li.current-menu-parent ul li:last-child>a {
margin-bottom: 10px;
}
#menu-wrapper .nav ul li.megamenu>ul,
#menu-wrapper div .nav li.megamenu>ul {
position: absolute;
width: 960px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
box-sizing: border-box;
}
#menu-wrapper .nav ul li:not(.megamenu)>ul.sub-menu>li.arrow>a:after,
#menu-wrapper div .nav li:not(.megamenu)>ul.sub-menu>li.arrow>a:after {
font-size: 7px;
margin-left: 8px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e649";
float: right;
margin-right: 0px;
line-height: 3.5em;
}
#menu-wrapper div .nav li.megamenu ul li {
display: block;
box-sizing: border-box;
clear: none;
float: left;
border-left: 1px solid #eeeeee;
}
#menu-wrapper div .nav li.megamenu ul li>a {
display: none;
}
#menu-wrapper div .nav li.megamenu ul li:first-child {
border: 0;
}
#menu-wrapper div .nav li.megamenu.col2 ul>li.menu-item-has-children {
width: 50%;
padding: 5px 15px 0 0;
}
#menu-wrapper div .nav li.megamenu.col3 ul>li.menu-item-has-children {
width: 33.3%;
padding: 5px 15px 0 0;
}
#menu-wrapper div .nav li.megamenu.col4 ul>li.menu-item-has-children {
width: 25%;
padding: 5px 15px 0 0;
}
#menu-wrapper .nav ul li.megamenu ul li ul,
#menu-wrapper div .nav li.megamenu ul li ul {
position: relative;
width: 100%;
margin: 0;
border: 0;
box-shadow: 0 0 0;
display: block !important;
opacity: 1 !important;
left: 0;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
overflow: visible;
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
#menu-wrapper .nav ul li.megamenu ul li ul li,
#menu-wrapper div .nav li.megamenu ul li ul li {
width: 100% !important;
border: 0 !important;
}
#menu-wrapper div .nav li.megamenu ul li>a,
#menu-wrapper div .nav li.megamenu ul li>a:hover,
#menu-wrapper div .nav li.megamenu ul li>a:active {
color: #444;
box-sizing: border-box;
background: transparent;
}
#menu-wrapper .nav ul li.megamenu ul li ul li a,
#menu-wrapper div .nav li.megamenu ul li ul li a {
color: #888;
border-bottom: 0;
}
#menu-wrapper .nav ul li.megamenu ul li ul li,
#menu-wrapper div .nav li.megamenu ul li ul li a {
width: auto;
display: inline-block;
margin-left: 5px;
padding: 0;
}
@media only screen and (min-width: 1200px) {
#menu-wrapper .nav ul li.megamenu>ul,
#menu-wrapper div .nav li.megamenu>ul {
max-width: 1350px;
width: 100%;
width: calc(100% - 180px);
box-sizing: border-box;
}
}
.top-contact-info {
font-size: 12px;
color: #222;
float: right;
line-height: 40px;
}
.top-contact-info i {
margin-right: 10px;
color: #222;
font-size: 12px;
vertical-align: middle;
}
.top-contact-info span {
display: inline-block;
margin-right: 10px;
}
.top-contact-info a {
color: #444;
}
#top-menu {
float: left;
display: block;
list-style: none;
}
#top-menu li {
float: left;
margin-right: 20px;
}
#top-menu li a {
font-size: 13px;
font-weight: 400;
color: #222;
line-height: 40px;
}
#footer-menu li ul {
display: none;
}
.elementor-megamenu-wrapper {
text-align: left;
} .footer-main-container {
clear: both;
width: 100%;
margin: auto;
padding: 0 0 10px 0;
float: left;
background: #fff;
-webkit-transition: -webkit-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: -webkit-transform 500ms ease;
}
#footer-wrapper {
width: 100%;
float: left;
}
body.footer-reveal #footer-wrapper {
position: fixed;
bottom: 0;
z-index: -1;
}
body.leftmenu #footer-wrapper {
width: calc(100% - 300px);
margin-left: 300px;
}
#footer {
width: 100%;
margin: auto;
word-wrap: break-word;
margin-bottom: 0;
float: left;
clear: both;
}
#footer.empty {
padding: 0;
}
#footer a {
color: #000;
}
#footer a:hover,
#footer a:active {
color: #000;
}
#footer .sidebar-widget li h2.widgettitle {
margin-top: 10px;
margin-bottom: 25px;
}
#footer .sidebar-widget li.widget_archive #archives-dropdown--1 {
margin-top: 5px;
}
#footer .sidebar-widget li.widget_calendar .calendar_wrap {
margin-top: 30px;
}
#footer ul.sidebar-widget {
width: 960px;
list-style: none;
margin: 0;
margin: auto;
padding-top: 50px;
padding-bottom: 50px;
}
#footer ul.sidebar-widget:after {
content: '';
display: block;
clear: both;
}
#footer ul.sidebar-widget li ul {
list-style: none;
margin-left: 0;
}
#footer ul.sidebar-widget li ul li ul.children {
margin-left: 10px;
margin-bottom: 0;
}
#footer ul.sidebar-widget li ul li ul.children li:last-child {
border: 0;
margin-bottom: 0;
}
#footer .sidebar-widget.four>li {
width: 20%;
float: left;
margin-right: 5%;
margin-bottom: 5%;
}
#footer .sidebar-widget.four>li:nth-child(4) {
margin-right: 0;
width: 25%;
}
#footer .sidebar-widget.four>li:nth-child(4n) {
margin-right: 0;
float: right;
}
#footer .sidebar-widget.four>li:nth-child(4n+1) {
clear: both;
}
#footer .sidebar-widget.three>li {
width: 31.33%;
margin-right: 3%;
margin-bottom: 3%;
float: left;
}
#footer .sidebar-widget.three>li:nth-child(3n) {
margin-right: 0;
float: right;
}
#footer .sidebar-widget.three>li:nth-child(3n+1) {
clear: both;
}
#footer .sidebar-widget.two>li {
width: 48%;
float: left;
margin-right: 2%;
}
#footer .sidebar-widget.two>li:nth-child(2) {
margin-right: 0;
width: 50%;
}
#footer .sidebar-widget.two>li:nth-child(2n) {
margin-right: 0;
float: right;
}
#footer .sidebar-widget.two>li:nth-child(2n+1) {
clear: both;
}
#footer .sidebar-widget.one {
float: none;
}
#footer .sidebar-widget.one>li {
width: 100%;
clear: both;
float: left;
margin-bottom: 30px;
text-align: center;
}
#footer .sidebar-widget.one>li .social-profile-wrapper.shortcode ul {
text-align: center;
}
#footer .sidebar-widget.one>li:last-child {
margin-bottom: 0;
}
#footer ul.sidebar-widget li ul.posts.blog li img {
width: 60px;
float: left;
margin: 0 15px 15px 0;
}
#footer ul.sidebar-widget li ul.posts.blog li {
clear: both !important;
float: left;
border: 0;
width: 100%;
}
#footer ul.sidebar-widget li ul li ul.sub-menu {
margin-left: 15px;
}
#footer ul.sidebar-widget li ul.flickr li {
margin: 0 2% 0 0;
border-bottom: 0;
width: 31%
}
#footer ul.sidebar-widget.one li ul.flickr li {
width: 8%;
margin: 0 2% 1.2% 0;
}
#footer ul.sidebar-widget.two li ul.flickr li {
width: 15%;
margin: 0 2% 1% 0;
}
#footer ul.sidebar-widget.three li ul.flickr li {
width: 20%;
margin: 0 2% 0 0;
}
#footer ul.sidebar-widget li ul.flickr li img {
width: 100%;
height: auto;
}
#copyright {
float: left;
width: 30%;
font-weight: normal;
text-align: left;
}
.footer-main-container.fullscreen #copyright {
color: #fff;
}
.footer-main-container.fullscreen .footer-main-container-wrapper,
.footer-main-container.wall .footer-main-container-wrapper,
.footer-main-container.static .footer-main-container-wrapper {
margin: auto;
float: none;
}
.footer-main-container-wrapper {
width: 960px;
margin: auto;
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
-webkit-font-smoothing: antialiased;
clear: both;
color: #fff;
border-top: 1px solid #444;
padding-top: 20px;
}
#go-to-top {
width: 45px;
height: 45px;
box-sizing: border-box;
opacity: 0;
text-align: center;
padding: 10px 10px 10px 10px;
position: fixed; bottom: 24px;
right: 20px;
cursor: pointer;
transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
z-index: 9;
background: transparent;
border: 1px solid #000;
color: #000;
display: block;
}
#go-to-top span {
font-size: 1em;
line-height: 24px;
} #content-wrapper {
width: 72%;
float: left;
margin: 0;
}
#page-content-wrapper:not(.wide),
.page-content-wrapper:not(.wide) {
width: 960px;
width: calc(100% - 180px);
margin: auto;
padding-bottom: 0;
margin-top: 0;
}
body.home.blog #page-content-wrapper {
margin-top: 20px;
}
#page-content-wrapper.wide.nomargin,
.page-content-wrapper.wide.nomargin {
margin-top: 0;
}
.page-content-wrapper,
.page-content-wrapper .inner,
.page-content-wrapper .inner .inner-wrapper {
width: 100%;
float: left;
}
body:not(.elementor-page) #page-content-wrapper img {
max-width: 100%;
height: auto;
}
.standard-wrapper {
width: 960px;
width: calc(100% - 180px);
margin: auto;
position: relative;
float: none;
}
.standard-wrapper.withpadding {
padding-top: 30px;
padding-bottom: 30px;
}
.page-content-wrapper.fullwidth,
#page-content-wrapper.fullwidth {
width: 100%;
padding: 0;
}
#page-content-wrapper .inner {
width: 100%;
margin: auto;
float: left;
}
#page-content-wrapper .inner .inner-wrapper {
padding-top: 0;
width: 100%;
float: left;
}
#page-content-wrapper.hasbg .inner .inner-wrapper {
padding-top: 60px;
}
.type-post.classic.classic:first-child {
margin-top: 0;
}
.type-post.type-post.classic {
margin-bottom: 20px;
margin-top: 20px;
}
.type-post.classic {
float: left;
}
.post.type-post.sticky .post-wrapper,
body:not(.single) .post:first-child.type-post.sticky .post-wrapper {
padding: 40px 30px 30px 30px;
box-sizing: border-box;
}
body.page-template-blog-fg .post.type-post {
margin-bottom: 4%;
}
body.page-template-blog-fg .post.type-post .post-wrapper {
border: 0;
padding: 0;
}
body.search-results .hentry {
float: left;
width: 100%;
margin-bottom: 20px;
border: 0;
}
body.search-results .hentry .post-header h5 {
font-size: 22px;
}
#page-content-wrapper .inner #blog-grid-wrapper.sidebar-content {
margin-right: 0;
padding-right: 0;
box-sizing: border-box;
margin-bottom: 0;
}
#page-content-wrapper .inner #blog-grid-wrapper.sidebar-content.left-sidebar {
padding-right: 0;
}
#blog-grid-wrapper.sidebar-content:not(.fullwidth) .post.type-post,
.post.type-post.grid-layout {
width: 48%;
margin-top: 0;
margin-bottom: 5%;
float: left;
border: 0;
}
#blog-grid-wrapper.sidebar-content:not(.fullwidth) .post.type-post:nth-child(even),
.post.type-post.grid-layout.last {
float: right;
}
body.single .post.type-post {
border: 0;
margin-bottom: 0;
}
.post.type-post.last-child {
border: 0;
margin: 0;
padding: 0;
}
#blog-grid-wrapper {
padding-top: 30px;
}
#blog-grid-wrapper .post.type-post,
.blog-grid-wrapper .post.type-post {
margin-bottom: 20px;
box-sizing: border-box;
padding: 0;
padding: 0;
box-sizing: border-box;
border: 0;
}
body.page-template-blog-g-php #blog-grid-wrapper .post.type-post,
body.error404 #blog-grid-wrapper .post.type-post,
body.archive #blog-grid-wrapper .post.type-post {
float: left;
width: 31.66%;
float: left;
margin-right: 2.5%;
margin-bottom: 3.5%;
margin-top: 0;
}
body.page-template-blog-g-php #blog-grid-wrapper .post.type-post:nth-child(3n),
body.error404 #blog-grid-wrapper .post.type-post:nth-child(3n),
body.archive #blog-grid-wrapper .post.type-post:nth-child(3n) {
margin-right: 0;
}
body.page-template-blog-g-php #blog-grid-wrapper .post.type-post:nth-child(3n+1),
body.error404 #blog-grid-wrapper .post.type-post:nth-child(3n+1),
body.archive #blog-grid-wrapper .post.type-post:nth-child(3n+1) {
clear: both;
}
body.page-template-blog-g-php #blog-grid-wrapper .post.type-post.last {
margin-right: 0;
float: right;
}
.post.type-post:last-child {
margin-bottom: 0;
}
.post-wrapper.grid-layout {
float: left;
}
body.single .post-wrapper {
padding-bottom: 0;
word-break: break-word;
}
body.single .post-wrapper p:first-child {
padding-top: 0 !important;
}
body.single .post-related .post-wrapper {
width: 100%;
position: relative;
}
body.single .post-related .post-wrapper .post-related-link {
position: absolute;
width: 100%;
height: 100%;
z-index: 3;
top: 0;
left: 0;
}
body.single .post-related .post-wrapper.has-featured-img .post-related-link:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 3;
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.69)));
background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.69) 100%);
background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.69) 100%);
}
.post-related .post-wrapper .post-related-featured-img {
width: 100%;
height: 400px !important;
object-fit: cover;
line-height: 0;
}
.post-related .post-header-wrapper {
clear: both;
float: left;
width: 100%;
box-sizing: border-box;
text-align: left;
padding: 25px 0 25px 0;
text-align: center;
}
.post-related .has-featured-img {
position: relative;
height: 400px;
overflow: hidden;
}
.post-related .has-featured-img img {
transition: transform 1.5s ease-out,-webkit-transform 1.5s ease-out;
}
.post-related .has-featured-img:hover img {
transform: scale(1.1);
}
.post-related .has-featured-img .post-header-wrapper {
position: absolute;
bottom: 0;
z-index: 3;
width: 100%;
padding: 60px 20px 10px;
text-align: center;
background: transparent;
background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
}
.post-related .post-info-date {
width: 40%;
}
.post-related .post-info-cat {
width: 60%;
}
.post-info-cat.post-info-nodate,
.post-related .post-info-cat.post-info-nodate
{
border-left: 0;
}
.post-related .post-detail.single-post {
margin-top: 10px;
margin-bottom: 15px;
}
.post-related .has-featured-img .post-info-cat a,
.post-related .has-featured-img .post-header.grid a,
.post-related .has-featured-img .post-button-wrapper a,
.post-related .has-featured-img .post-info-date {
color: #fff;
}
.post-related .has-featured-img .post-detail.single-post,
.post-related .has-featured-img .post-info-cat, 
.post-related .has-featured-img .post-info-cat a {
border-color: rgba(256,256,256,0.6);
}
.post-related .has-featured-img .post-header.grid, 
.post-related .post-header.grid {
margin-bottom: 0;
}
.post-related .post-button-wrapper {
margin-bottom: 0;
}
.post-related .post-button-wrapper {
opacity: 0.5;
}
body:not(.single) .post:first-child .post-wrapper,
body.page-template-blog-gs-php .post:first-child .post-wrapper,
body.page-template-blog-gs-php .post:nth-child(2) .post-wrapper,
body.page-template-blog-gls-php .post:first-child .post-wrapper,
body.page-template-blog-gls-php .post:nth-child(2) .post-wrapper,
body.page-template-blog-g-php .post:first-child .post-wrapper,
body.page-template-blog-g-php .post:nth-child(2) .post-wrapper,
body.page-template-blog-g-php .post:nth-child(3) .post-wrapper,
body.error404 .post:first-child .post-wrapper,
body.error404 .post:nth-child(2) .post-wrapper,
body.error404 .post:nth-child(3) .post-wrapper {
border-top: 0;
padding-top: 0;
}
body.search .post-wrapper:first-child {
padding: 0 0 25px 0;
border: 0;
}
.post-wrapper.single {
width: 100%;
margin: 0;
}
body.single .post-views {
display: none;
}
.post-header {
width: 100%;
margin-bottom: 0;
}
.post-header p {
text-align: left;
}
.post-header.search {
width: calc(100% - 50px);
margin-bottom: 0;
margin-left: 10px;
text-align: left;
}
body.search-results .post-header.search {
width: calc(100% - 90px);
}
.post-header.quote {
margin-bottom: 0;
}
.readmore {
font-weight: 700;
display: inline-block;
}
.readmore span {
display: none;
}
.readmore:hover {
opacity: 1;
}
.wp-link-pages {
margin: 20px 0 20px 0;
letter-spacing: 1px;
font-size: 13px;
text-transform: uppercase;
}
.wp-link-pages .post-page-numbers.current,
.post-nav-links span {
font-weight: 600;
}
.wp-link-pages .wp-link-pages-label,
.post-nav-links {
margin-right: 5px;
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
}
body:not(.elementor-page) .comment_disable_clearer {
min-height: 40px;
}
.wp-link-pages .post-page-numbers,
.post-nav-links span,
.post-nav-links .post-page-numbers {
margin-right: 5px;
font-size: 13px;
}
.post-header.grid {
margin-bottom: 15px;
width: 100%;
box-sizing: border-box;
}
.post-header.full {
width: 100%;
}
.post-header.grid h6 {
font-size: 20px;
line-height: 1.6;
}
.post-header h3 a,
.post-header.grid h6 a {
color: #222222;
}
.post-header h5 {
font-size: 26px;
margin: 20px 0 20px 0;
}
.sticky .post-header h5 {
margin: 5px 0 20px 0;
}
body.home.blog .post-header h5 {
line-height: 1.2;
}
.post-header h6 {
font-size: 26px;
}
.post-header h5 a,
.post-header h6 a {
color: #222222;
}
.post-attribute a {
position: relative;
padding: 3px 0 3px 0;
}
.post-attribute a:before {
opacity: 0.5;
}
.post-excerpt {
width: 100%;
margin: auto;
}
.post-excerpt br:first:child {
display: none;
}
.post-excerpt.post-tag {
width: auto;
margin: initial;
text-align: center;
margin-top: 20px;
}
.post-excerpt.post-tag a {
color: #000;
border: 1px solid #000;
display: inline-block;
background: #ffffff;
padding: 12px 20px 12px 20px;
margin-right: 20px;
margin-bottom: 20px;
position: relative;
font-size: 12px;
box-shadow: 0 0 0 rgba(0, 0, 0, .25);
transition: all .6s cubic-bezier(.23, 1, .32, 1);
}
.post-excerpt.post-tag a i {
margin-right: 10px;
vertical-align: middle;
}
.post-excerpt.post-tag a:hover {
background: transparent;
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}
body.password-protected #about-the-author,
body.password-protected .post-related,
body.password-protected .post-excerpt.post-tag {
display: none;
}
#about-the-author {
margin: 60px 0 0 0;
border-top: 1px solid #dce0e0;
padding: 40px 0 40px 0;
box-sizing: border-box;
}
#about-the-author:after {
content: " ";
display: block;
height: 0;
clear: both;
}
#about-the-author .gravatar {
float: left;
margin-right: 20px;
}
#about-the-author .author-detail {
float: left;
width: calc(100% - 120px);
}
.author-detail .author-content h4 {
font-size: 16px;
font-weight: 600;
}
.post-related {
margin: auto;
margin-top: 40px;
margin-bottom: 80px;
width: 100%;
box-sizing: border-box;
}
.post-related h5 {
margin-bottom: 30px;
}
.post-content-wrapper {
margin: 0;
clear: both;
width: 100%;
box-sizing: border-box;
}
.post-content-wrapper.fullwidth {
width: 100%;
}
.post-detail {
width: 100%;
padding: 0;
float: left;
margin: 5px 0 0 0;
font-weight: 400;
}
.search-form-wrapper {
margin-bottom: 60px;
}
body.search .search-form-wrapper {
margin-top: 0;
}
.search-form-wrapper .content {
font-size: 16px;
text-align: center;
width: 60%;
margin: auto;
margin-bottom: 40px;
}
.post-header .post-detail.grid {
margin-top: 5px;
}
.post-header .post-detail.full {
width: 100%;
margin-top: 7px;
margin-bottom: 7px;
}
.post-header .post-detail.grid {
margin-bottom: 0;
}
.post-attribute,
.post-date {
padding: 0;
margin-top: 0;
margin-top: 0;
font-size: 13px;
text-transform: uppercase !important;
}
.post-button-wrapper .post-attribute {
float: none;
margin-top: 60px;
clear: both;
}
.post-related .post-button-wrapper .post-attribute {
margin-top: 0;
}
.post-button-wrapper .post-author {
float: left;
margin-right: 10px;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
}
.post-button-wrapper .post-author .gravatar
{
width: 35px;
height: 35px;
margin-right: 10px;
}
.post-button-wrapper .post-author .gravatar img {
width: 35px !important;
height: auto;
}
.post-button-wrapper .post-author .post-author-detail {
float: left;
line-height: 3;
}
.post-detail.single-post {
overflow: hidden;
}
.post-info-cat {
display: inline-block;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
width: calc(49% - 20px);
border-left: 1px solid #000;
padding: 15px 0 15px 20px;
}
.post-info-date {
display: inline-block;
width: 49%;
padding: 15px 10px 15px 10px;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
body.single-post #page-header h1,
body.single-post .post-author-name-before,
body.single-post .post-published-date-before {
overflow: hidden;
display: block;
}
body.single-post #page-header h1 span.smoove {
display: inline-block;
transition: transform 1000ms cubic-bezier(.23,1.000,.32,1.000) 120ms;
}
body.single-post #page-header .gravatar.smoove {
display: inline-block;
transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 240ms;
}
body.single-post #page-header .post-author-name-before span.smoove {
display: inline-block;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 240ms;
}
body.single-post #page-header .post-published-date-before span.smoove {
display: inline-block;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 360ms;
}
.post-author-detail .post-author-name h6 {
font-size: 16px;
font-weight: 600;
margin-top: 10px;
}
a.continue-reading {
position: relative;
color: #181B31;
text-decoration: none;
float: left;
transform: translateX(45px);
transition: all 0.3s;
display: block;
line-height: 2.7;
}
.post-wrapper:hover a.continue-reading {
color: #181B31;
transform: translateX(0px);
}
a.continue-reading:before,
a.continue-reading:after {
content: '';
display: block;
position: absolute;
height: 1px;
top: 44%;
background: #181B31;
border-radius: 4px;
transition: all 0.3s;
}
a.continue-reading:before {
width: 30px;
right: 110%;
}
a.continue-reading:after {
width: 0%;
left: 110%;
}
.post-wrapper:hover a.continue-reading:before {
width: 0%;
}
.post-wrapper:hover a.continue-reading:after {
width: 30px;
}
a.continue-reading span {
position: absolute;
display: block;
width: 30px;
height: 100%;
right: -30%;
top: 0px;
}
a.continue-reading span:before,
a.continue-reading span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 1px;
top: 0;
right: 0;
background: #181B31;
border-radius: 4px;
transform: rotate(45deg);
transition: all 0.15s;
transition-delay: 0.25s;
opacity: 0;
}
a.continue-reading span:before {
top: 30px;
right: 0;
transform: rotate(45deg);
}
a.continue-reading span:after {
top: 14px;
right: 0;
transform: rotate(-45deg);
}
.post-wrapper:hover a.continue-reading span:before {
width: 11px;
top: 8px;
right: -8px;
opacity: 1;
}
.post-wrapper:hover a.continue-reading span:after {
width: 11px;
top: 15px;
right: -8px;
opacity: 1;
}
.sticky .post-wrapper:hover a.continue-reading span:before,
body:not(.elementor-page) .post-wrapper:hover a.continue-reading span:before {
top: 12px;
right: -8px;
}
.sticky .post-wrapper:hover a.continue-reading span:after,
body:not(.elementor-page) .post-wrapper:hover a.continue-reading span:after {
top: 20px;
right: -8px;
}
.post-button-wrapper {
margin-bottom: 20px;
margin-top: 10px;
float: left;
width: 100%;
}
.sticky .post-button-wrapper {
margin-bottom: 10px;
}
.post-detail.single-post a,
.post-detail.single-post a:hover,
.post-detail.single-post a:active {}
.post-detail.single-post {
margin-top: 5px;
margin-bottom: 25px;
padding: 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
body.single .post-detail.single-post.related {
margin-bottom: 5px;
}
#page-header.hasbg .post-detail,
#page-header.hasbg .post-detail a,
#page-header.hasbg .post-detail a:hover,
#page-header.hasbg .post-detail a:active,
.page-tagline {
padding: 0;
color: #fff;
margin-top: 10px;
}
#page-header.hasbg .post-attribute {
color: #fff;
}
#page-header .post-attribute {
margin-top: 25px;
}
#page-header .post-detail {
float: none;
}
.gravatar {
position: relative;
overflow: hidden;
float: left;
width: 60px;
height: 60px;
border-radius: 200px;
}
.comment .gravatar {
width: 60px;
height: 60px;
}
.gravatar img {
max-width: 60px !important;
}
#about-the-author .header span {
display: block;
padding: 10px 0 10px 20px;
font-size: 14px;
}
#about-the-author .thumb {
width: 80px;
float: left;
margin: 20px 0 0 20px;
}
#about-the-author .thumb img {
padding: 3px;
width: 50px;
}
#about-the-author .description {
width: 550px;
float: left;
padding: 0 0 0 20px;
}
.comment .left img.avatar {
width: 50px;
height: 50px;
}
.comment {
width: 100%;
padding: 30px 0 25px 0;
float: left;
border-bottom: 1px solid #dce0e0;
}
.fullwidth-comment-wrapper .comment {
width: 100%;
}
.comment .left {
float: left;
margin-right: 15px;
}
.comment .right {
width: calc(100% - 85px);
float: left;
margin-left: 25px;
padding: 0;
}
.fullwidth-comment-wrapper .comment .right {
width: calc(100% - 85px);
}
.fullwidth-comment-wrapper.sidebar .comment .right {
width: calc(100% - 85px);
}
.fullwidth-comment-wrapper .comment .right h7 {
font-weight: 600;
}
.fullwidth-comment-wrapper.sidebar .comment .right.fullwidth {
width: 100%;
margin-left: 0;
}
.comment .right p {
margin: 0;
padding: 0;
}
.comment .right strong {
font-weight: #fff;
}
#page-content-wrapper .inner .sidebar-content ul.children {
width: 100%;
float: left;
margin-left: 0;
padding-left: 30px;
box-sizing: border-box;
}
.comment-date {
margin: 0px;
display: inline;
margin-left: 5px;
opacity: 0.5;
font-style: italic;
}
ul.children .comment {
width: 100%;
margin: 0;
padding: 30px 0 25px 0;
float: left;
}
ul.children .comment:first-child {
margin-top: 0px;
}
.social-profile-wrapper {
width: 100%;
margin: 20px 0 5px 0;
}
#logo-wrapper .social-profile-wrapper {
width: auto;
margin: 0;
left: 30px;
text-align: left;
position: absolute;
}
.footer-main-container-wrapper .social-profile-wrapper {
width: 50%;
float: right;
text-align: right;
margin: 0;
margin-top: -2px;
}
.above-top-menu-bar .social-profile-wrapper {
margin: 0;
float: right;
width: auto;
}
.social-profile-wrapper.shortcode,
.social-profile-wrapper.shortcode ul {
margin: 0;
}
#page-content-wrapper .sidebar .content .textwidget .social-profile-wrapper.shortcode,
.page-content-wrapper .sidebar .content .textwidget .social-profile-wrapper.shortcode,
#page-content-wrapper .sidebar .content .textwidget .social-profile-wrapper.shortcode ul,
.page-content-wrapper .sidebar .content .textwidget .social-profile-wrapper.shortcode ul {
text-align: center;
}
.social-profile-wrapper ul {
list-style: none;
margin-left: 0 !important;
}
.above-top-menu-bar .social-profile-wrapper ul {
text-align: right;
}
.footer-main-container-wrapper .menu-all-pages-container {
float: right;
width: 70%;
}
.footer-main-container-wrapper .social-profile-wrapper ul {
text-align: right;
}
#page-content-wrapper .social-profile-wrapper ul {
list-style: none;
margin-top: 12px;
}
#page-content-wrapper .social-profile-wrapper.shortcode ul {
margin-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li .social-profile-wrapper.shortcode ul,
.page-content-wrapper .sidebar .content .sidebar-widget li .social-profile-wrapper.shortcode ul {
margin-bottom: 0;
}
.social-profile-wrapper ul li,
.social-profile-wrapper.small ul li {
display: inline-block;
margin-right: 15px;
}
#logo-wrapper .social-profile-wrapper ul li {
margin-right: 10px;
}
.social-profile-wrapper.shortcode ul li,
.social-profile-wrapper.small.shortcode ul li {
margin: 0 5px 10px 5px !important;
}
.footer-main-container-wrapper .social-profile-wrapper ul li {
background: transparent !important;
border: 0 !important;
width: 16px;
height: 16px;
margin-left: 20px;
margin-right: 0;
float: right;
}
.social-profile-wrapper.light ul li {
border: 0 !important;
}
.social-profile-wrapper.large ul li {
width: 50px;
height: 50px;
}
.above-top-menu-bar .social-profile-wrapper ul li {
background: transparent;
border: 0;
width: auto;
height: auto;
margin-right: 0px;
}
.above-top-menu-bar .social-profile-wrapper ul li {
background: transparent;
border: 0;
width: auto;
height: auto;
margin-right: 0px;
}
.social-profile-wrapper.shortcode ul li {
clear: none !important;
float: none !important;
width: auto !important;
display: inline-block !important;
}
.social-profile-wrapper.shortcode ul li a {
display: block;
width: 40px;
height: 40px;
color: #fff !important;
background: #000;
border-radius: 250px;
line-height: 42px;
text-align: center;
}
.social-profile-wrapper.shortcode ul li a i {
position: relative;
top: 1px;
}
.social-profile-wrapper.shortcode ul li.facebook a {
background: #2D5F9A;
}
.social-profile-wrapper.shortcode ul li.twitter a {
background: #00C3F3;
}
.social-profile-wrapper.shortcode ul li.pinterest a {
background: #bd081c;
}
.social-profile-wrapper.shortcode ul li.google a {
background: #db4437;
}
.social-profile-wrapper.shortcode ul li.youtube a {
background: #cc181e;
}
.social-profile-wrapper.shortcode ul li.flickr a {
background: #FF0084;
}
.social-profile-wrapper.shortcode ul li.vimeo a {
background: #00ADEF;
}
.social-profile-wrapper.shortcode ul li.tumblr a {
background: #36465d;
}
.social-profile-wrapper.shortcode ul li.dribbble a {
background: #EA4C89;
}
.social-profile-wrapper.shortcode ul li.linkedin a {
background: #0077B5;
}
.social-profile-wrapper.shortcode ul li.instagram a {
background: #405de6;
}
.social-profile-wrapper.shortcode ul li.behance a {
background: #1769ff;
}
.sidebar-content ul li .social-profile-wrapper.shortcode,
.sidebar-content ul li .social-profile-wrapper.shortcode ul {
text-align: center !important;
}
.mobile-menu-wrapper .sidebar-wrapper h2.widgettitle:before {
border: 0;
}
.mobile-menu-wrapper .sidebar-wrapper h2.widgettitle span {
background: transparent;
padding-left: 0;
padding-right: 0;
}
.above-top-menu-bar .social-profile-wrapper ul li:last-child a {
margin-right: 0;
}
.above-top-menu-bar .social-profile-wrapper ul li a {
display: inline-block;
color: #fff;
padding: 0;
margin-left: 5px;
margin-right: 5px;
line-height: 30px;
}
.above-top-menu-bar .page-content-wrapper {
margin: auto;
width: 960px;
float: none;
}
.footer-main-container-wrapper .social-profile-wrapper ul li a {
color: #fff;
}
.social-profile-wrapper ul li a i,
.social-profile-wrapper.small ul li a i {
line-height: 18px;
font-size: 18px;
}
.above-top-menu-bar .social-profile-wrapper ul li a i {
font-size: 14px;
line-height: 18px;
}
.footer-main-container-wrapper .social-profile-wrapper ul li a i {
line-height: 20px;
font-size: 18px;
}
.social-profile-wrapper.large ul li a i {
line-height: 32px;
font-size: 24px;
}
.above-top-menu-bar .social-profile-wrapper ul li:hover {
background: transparent !important;
opacity: 1;
}
#page-header {
padding: 25px 0 30px 0;
width: 100%;
margin-bottom: 65px;
background: #ffffff;
}
body.single-product #page-header h1 {
display: none;
float: left;
}
body.single-product #page-header {
padding: 0;
margin-bottom: 0;
display: none;
}
#page-header.hasbg {
height: 60%;
max-height: 750px;
position: relative;
top: 0;
right: 0;
width: 100%;
border: 0;
padding: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.post-caption {
text-align: center;
margin: 50px 0 30px 0;
}
#page-content-wrapper.hasbg .post-caption {
margin-top: 30px;
}
.post-caption .post-detail {
font-size: 14px;
display: inline-block;
width: auto;
float: none;
}
#page-header.nomargin {
margin-bottom: 0;
}
#page-header .page-title-wrapper {
width: 100%;
text-align: center;
}
body.single-post #page-header .page-title-wrapper {
width: 100%;
}
body.themegoods-single-post-fullwidth #page-header .page-title-wrapper .page-title-inner .page-title-content.title_align_center {
width: 80%;
margin: auto;
}
body.single-post #page-header .post-detail {
margin-top: 30px;
margin-bottom: 10px;
}
body.single-post .post-author {
margin: auto;
text-align: center;
display: inline-block;
margin-top: 30px;
}
body.single-post .post-author .gravatar {
display: inline-block;
margin-right: 15px;
width: 50px;
height: 50px;
}
body.single-post .post-author .gravatar img {
max-width: 100%;
height: auto;
max-width: 50px !important;
}
body.single-post .post-author .post-author-detail {
display: inline-block;
text-align: left;
}
body.single-post .post-author .post-author-detail .post-author-name {
font-weight: 700;
display: block;
margin-top: 5px;
}
body.single-post .post-author .post-author-detail .post-published-date-before {
font-weight: 400;
display: block;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: -2px;
}
#page-header.hasbg {
width: 100%;
height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
#page-header.hasbg .page-title-wrapper {
margin: auto;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
#page-header.hasbg .page-title-wrapper .standard-wrapper {
display: table;
width: 100%;
height: 100%;
}
#page-header.hasbg .page-title-wrapper .page-title-inner {
position: relative;
display: table-cell;
vertical-align: middle;
}
#page-header.hasbg .page-title-wrapper .page-title-inner .page-title-content {
width: 100%;
margin: auto;
}
#wrapper.transparent #page-header.hasbg .page-title-wrapper .page-title-inner .page-title-content {
margin-top: 50px;
}
#page-header.hasbg h1,
#page-header.hasbg .page-tagline {
color: #fff;
}
.page-tagline {
width: auto;
margin: auto;
float: none;
margin-top: 10px;
}
#page-header.hasbg .page-tagline {
border: 0;
}
.one-half {
float: left;
width: 48%;
margin-right: 3.5%;
box-sizing: border-box;
}
.one-half.last {
float: right;
width: 48%;
margin-right: 0;
clear: right;
}
.one-third {
width: 30.66%;
float: left;
margin-right: 4%;
margin-bottom: 2%;
position: relative;
box-sizing: border-box;
}
.one-third.last {
margin-right: 0 !important;
float: right;
}
body.single-post .video-wrapper {
margin-bottom: 20px;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post-navigation {
position: fixed;
top: calc(50% + 60px);
z-index: 4;
}
.post-navigation h7 {
font-size: 18px;
}
.post-navigation.previous {
left: 0;
}
.post-navigation.next {
right: 0;
}
.post-navigation.previous .navigation-anchor,
.post-navigation.next .navigation-anchor {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: -30px;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 600;
}
.post-navigation.previous:hover .navigation-anchor:hover,
.post-navigation.next:hover .navigation-anchor:hover {
opacity: 1;
}
.post-navigation.next .navigation-anchor {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-left: 0;
margin-right: -20px;
}
.post-navigation .navigation-post-content {
position: absolute;
background: #fff;
width: 350px;
min-height: 300px;
box-sizing: border-box;
-webkit-transition: ease -webkit-transform 500ms, opacity cubic-bezier(.23, 1, .32, 1) 500ms;
transition: ease transform 500ms, opacity cubic-bezier(.23, 1, .32, 1) 500ms;
opacity: 0;
top: -170px;
padding: 30px 30px 30px 100px;
-webkit-transform: translateX(-300px);
-ms-transform: translateX(-300px);
transform: translateX(-300px);
box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}
.post-navigation .navigation-post-content h7 {
font-size: 18px;
line-height: 1.5;
}
.post-navigation.next .navigation-post-content {
padding: 30px 100px 30px 30px;
-webkit-transform: translateX(300px);
-ms-transform: translateX(300px);
transform: translateX(300px);
}
.post-navigation.next:hover .navigation-post-content {
-webkit-transform: translateX(-240px);
-ms-transform: translateX(-240px);
transform: translateX(-240px);
opacity: 1;
}
.post-navigation.previous:hover .navigation-post-content {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.post-navigation .navigation-post-content .post-featured-image {
margin: 0;
margin-bottom: 20px;
width: 220px;
float: none;
}
.post-navigation .navigation-post-content .post-featured-image img {
width: auto;
max-height: 220px;
}
#right-click-content {
position: fixed;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 22px;
text-align: center;
transition: all 0.5s linear;
}
#right-click-content.visible {
opacity: 1;
z-index: 999;
visibility: visible;
transition: all 0.5s linear;
}
#right-click-content .right-click-content-table {
display: table;
width: 100%;
height: 100%;
}
#right-click-content .right-click-content-table .right-click-content-cell {
display: table-cell;
vertical-align: middle;
}
#right-click-content .right-click-content-table .right-click-content-cell>div {
width: 40%;
margin: auto;
}
.ba-slider .handle:after {
box-shadow: none !important;
background: transparent !important;
border: 2px solid #fff !important;
font-family: 'themify' !important;
font-size: 24px !important;
line-height: 61px !important;
content: '\e658' !important;
}
.ba-slider .handle.draggable:after {
font-size: 18px !important;
line-height: 45px !important;
}
.ba-slider .handle {
width: 1px !important;
font-family: 'themify' !important;
background: rgba(256, 256, 256, 0.2) !important;
}
.post-related .one-half,
.post-related .one-third {
text-align: center;
}
body.error404 .searchform input[type="text"],
body.search .searchform input[type="text"] {
width: 100%;
} body.home.blog .type-post,
body.category .type-post,
body.archive .type-post,
body.tag .type-post {
margin-bottom: 50px;
}
body.blog .post-header_title,
body.archive .post-header_title {
clear: both;
}
body.blog .post-header-wrapper,
body.archive .post-header-wrapper {
margin-top: -10px;
}
.post-header-wrapper .elementor {
clear: both;
}
.post-featured-image {
position: relative;
height: auto;
line-height: 0;
width: 100%;
margin-bottom: 20px;
}
.post-featured-image img {
max-width: 100%;
height: auto !important;
}
.post-featured-image.team {
width: 100%;
margin: auto;
float: none;
margin-bottom: 0;
overflow: hidden;
}
.post-featured-image.team img {
max-width: 100%;
} #page-content-wrapper .inner .sidebar-content,
.page-content-wrapper .inner .sidebar-content {
width: 68%;
padding: 0;
float: left;
padding-right: 0px;
padding-top: 0;
margin-right: 10px;
}
#page-content-wrapper .inner .sidebar-content.page-content,
.page-content-wrapper .inner .sidebar-content.page-content {
box-sizing: border-box;
}
.page-content-wrapper .inner .sidebar-content.page-content {
background: transparent;
padding: 0;
}
#page-content-wrapper .inner .sidebar-content.nopadding,
.page-content-wrapper .inner .sidebar-content.nopadding {
padding-top: 0 !important;
}
#page-content-wrapper .inner .sidebar-content.left-sidebar,
.page-content-wrapper .inner .sidebar-content.left-sidebar {
border-right: 0;
float: right;
margin-right: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth,
.page-content-wrapper .inner .sidebar-content.fullwidth {
width: 100%;
margin-top: 0;
margin-right: 0;
border: 0;
}
#page-content-wrapper.blog-wrapper .inner.fullwidth-blog-wrapper {
width: 80%;
margin: auto;
float: none;
}
#page-content-wrapper.hasbg.nomargintop {
margin-top: 0 !important;
}
#page-content-wrapper .inner .sidebar-content.fullwidth.nopadding,
.page-content-wrapper .inner .sidebar-content.fullwidth.nopadding {
padding: 0 !important;
}
body:not(.elementor-page) #page-content-wrapper .inner .sidebar-content img,
body:not(.elementor-page) .page-content-wrapper .inner .sidebar-content img {
max-width: 100%;
height: auto;
}
#page-content-wrapper .inner .sidebar-content div.wp-caption,
.page-content-wrapper .inner .sidebar-content div.wp-caption {
max-width: 100%;
}
#page-content-wrapper .inner .sidebar-content.fullwidth#blog-grid-wrapper,
.page-content-wrapper .inner .sidebar-content.fullwidth.blog-grid-wrapper {
width: 100%;
padding: 0;
}
#page-content-wrapper .inner .sidebar-wrapper,
.page-content-wrapper .inner .sidebar-wrapper {
width: 27.99%;
float: right;
margin-top: 0;
margin-left: 0;
padding-top: 0;
}
#page-content-wrapper .inner .sidebar-wrapper.adjust,
#page-content-wrapper .inner .sidebar-wrapper.left-sidebar.adjust {
padding-top: 50px;
}
#page-content-wrapper .inner .sidebar-wrapper.left-sidebar,
.page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
margin-right: 0;
margin-left: 0;
float: left;
}
body.woocommerce #page-content-wrapper .inner .sidebar-wrapper.left-sidebar,
body.woocommerce .page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
margin-top: 15px;
}
#page-content-wrapper .inner .sidebar-wrapper a:not(.button),
.page-content-wrapper .inner .sidebar-wrapper a:not(.button) {
color: #222;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar,
.page-content-wrapper .inner .sidebar-wrapper .sidebar {
width: 100%;
float: left;
margin-bottom: 40px;
will-change: min-height;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar .inner-wrapper-sticky {
transform: translate(0, 0); transform: translate3d(0, 0, 0);
will-change: position, transform;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar .content,
.page-content-wrapper .inner .sidebar-wrapper .sidebar .content {
width: 100%;
margin: 0 0 0 0;
}
.mobile-menu-wrapper .sidebar-wrapper h2.widgettitle {
color: #fff;
}
.mobile-menu-wrapper .sidebar-wrapper a {
color: #777;
}
.mobile-menu-wrapper .page-content-wrapper {
width: 100%;
}
.mobile-menu-wrapper .sidebar-wrapper {
width: 100%;
float: left;
}
.mobile-menu-wrapper .sidebar-wrapper .sidebar .content .sidebar-widget li {
margin-bottom: 20px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li {
margin-bottom: 40px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li:last-child,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li:last-child {
margin-bottom: 0px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li a.rsswidget,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li a.rsswidget {
font-weight: 600;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li .rss-date,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li .rss-date {
clear: both;
display: block;
font-size: 12px;
margin-top: 5px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li a.rsswidget,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li a.rsswidget {
font-size: 18px;
line-height: 1.5;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li .rssSummary,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li .rssSummary {
font-size: 14px;
margin: 5px 0 0 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li cite,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li cite {
font-weight: 300;
font-size: 13px;
margin-top: 20px;
} input[type="text"],
input[type="password"],
input[type="email"],
input[type=url],
input[type=date],
input[type=tel],
input.wpcf7-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
padding: 8px 0 8px 0;
font-size: 100%;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
margin: 0;
background: #fff;
border: 0;
border-bottom: 1px solid #222222;
outline: none;
-webkit-transition: border-color linear .3s;
-moz-transition: border-color linear .3s;
-o-transition: border-color linear .3s;
transition: border-color linear .3s;
box-sizing: border-box;
-webkit-appearance: none;
}
p.input-wrapper {
position: relative;
padding: 0 !important;
}
.input-effect~.focus-border {
display: none;
}
select {
padding: 8px 10px 5px 10px;
background: #fff;
outline: none;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image:
linear-gradient(45deg, transparent 50%, #000 50%),
linear-gradient(135deg, #000 50%, transparent 50%),
linear-gradient(to right, #000, #000);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;
background-size:
5px 5px,
5px 5px,
1px 2em;
background-repeat: no-repeat;
}
.woocommerce select.orderby {
height: auto;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input.wpcf7-text:focus,
.woocommerce table.cart td.actions .coupon .input-text:focus,
.woocommerce-page table.cart td.actions .coupon .input-text:focus,
.woocommerce #content table.cart td.actions .coupon .input-text:focus,
.woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
outline: 0;
}
div.wpcf7-response-output {
padding: 20px;
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea,
.wpcf7-form input.wpcf7-date,
.wpcf7-form input.wpcf7-dynamictext,
.wpcf7-form select {
width: 100%;
box-sizing: border-box;
}
.elementor-transparent .wpcf7-form input.wpcf7-text,
.elementor-transparent .wpcf7-form textarea {
background: transparent !important;
color: #fff !important;
border-color: #fff !important;
}
.wpcf7-form textarea {
height: 80px;
}
.fullwidth-comment-wrapper #commentform textarea {
width: 100%;
}
.fullwidth-comment-wrapper .post-content-wrapper {
background: transparent !important;
padding: 30px 0 30px 0 !important;
width: 100% !important;
}
.input-wrapper {
position: relative;
}
form.post-password-form label {
width: auto;
float: left;
margin-right: 5px;
}
form.post-password-form input[type="password"] {
margin-left: 5px;
}
form.post-password-form input[type="submit"] {
padding: .5em 1.5em .45em 1.5em;
}
.form-allowed-tags {
display: none !important;
}
p.comment-notes {
margin-bottom: 40px;
}
textarea {
font-size: 100%;
border: 0;
border-bottom: 1px solid #222222;
margin: 0;
overflow: auto;
padding: 10px 0 10px 0;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
outline: none;
-webkit-transition: border-color linear .2s;
-moz-transition: border-color linear .2s;
-o-transition: border-color linear .2s;
transition: border-color linear .2s;
box-sizing: border-box;
-webkit-appearance: none;
}
input[type="submit"],
input[type=button],
a.button,
.button,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"],
button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .6em 2.5em .5em 2.5em;
color: #fff;
background: #222;
border: 1px solid #222;
font-size: 15px;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
text-shadow: none;
-webkit-appearance: none;
box-shadow: 0 0 0 0;
font-style: normal;
font-weight: normal;
text-transform: none;
-webkit-transition: color .2s linear, background .3s linear, opacity .2s linear;
-moz-transition: color .2s linear, background .3s linear, opacity .2s linear;
-ms-transition: color .2s linear, background .3s linear, opacity .2s linear;
-o-transition: color .2s linear, background .3s linear, opacity .2s linear;
transition: color .2s linear, background .3s linear, opacity .2s linear;
}
body.artale-input-classic textarea,
body.artale-input-classic input[type=text], 
body.artale-input-classic input[type=password], 
body.artale-input-classic input[type=email], 
body.artale-input-classic input[type=url], 
body.artale-input-classic input[type=tel], 
body.artale-input-classic input[type=date], 
body.artale-input-classic .woocommerce .quantity .qty 
{
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
}
.comment-form .form-submit input[type="submit"] {
padding: .7em 2.5em .7em 2.5em;
}
a.comment-reply-link {
margin: 0;
float: right;
font-size: 11px;
text-align: center;
border-radius: 25px;
display: block;
text-transform: uppercase;
letter-spacing: 2px;
opacity: 1;
transition: opacity .2s ease;
}
.fullwidth-comment-wrapper.sidebar .comment .right:hover a.comment-reply-link {
opacity: 1;
}
.comment:hover a.comment-reply-link {
display: block;
}
input[type="submit"].medium,
input[type=button].medium,
a.button.medium {
font-size: 16px;
}
input[type="submit"].large,
input[type=button].large,
a.button.large {
font-size: 18px;
}
#cancel-comment-reply-link {
margin: 0 20px 0 10px;
font-size: 13px;
} .pagination {
margin: 40px 0 40px 0;
float: left;
clear: both;
}
.pagination p a:first-child {
float: left;
}
.pagination p a:last-child {
float: right;
}
.pagination a,
.pagination span {
display: inline-block;
text-align: center;
background: transparent;
margin-right: 5px;
overflow: hidden;
padding: 5px 15px 5px 15px;
border: 1px solid transparent;
}
.pagination span {
border: 1px solid #000;
}
body.single-post .fullwidth-comment-wrapper .pagination a,
body.single-post .fullwidth-comment-wrapper .pagination a:hover,
body.page .fullwidth-comment-wrapper .pagination a,
body.page .fullwidth-comment-wrapper .pagination a:hover {
width: auto;
background: transparent !important;
font-weight: bold;
font-size: 16px;
}
body.single-post .fullwidth-comment-wrapper .pagination,
body.single-post .fullwidth-comment-wrapper .pagination p,
body.page .fullwidth-comment-wrapper .pagination,
body.page .fullwidth-comment-wrapper .pagination p {
display: block;
width: 100%;
}
body.single-post .fullwidth-comment-wrapper .pagination p a:first-child,
body.page .fullwidth-comment-wrapper .pagination p a:first-child {
float: left;
}
body.single-post .fullwidth-comment-wrapper .pagination p a:first-child:before,
body.page .fullwidth-comment-wrapper .pagination p a:first-child:before {
font-family: 'Font Awesome 5 Free';
content: "\f100";
margin-right: 5px;
}
body.single-post .fullwidth-comment-wrapper .pagination p a:nth-child(2),
body.page .fullwidth-comment-wrapper .pagination p a:nth-child(2) {
float: right;
}
body.single-post .fullwidth-comment-wrapper .pagination p a:nth-child(2):after,
body.page .fullwidth-comment-wrapper .pagination p a:nth-child(2):after {
font-family: 'Font Awesome 5 Free';
content: "\f101";
margin-left: 5px;
}
body.page .fullwidth-comment-wrapper #respond,
body.comment-close #page-content-wrapper {
margin-bottom: 60px;
}
.pagination a {
transition: all 0.15s;
}
.pagination span,
.pagination a:hover {
font-weight: bold;
}
.pagination-detail {
margin-top: 40px;
float: right;
font-size: 11px;
text-transform: uppercase !important;
letter-spacing: 2px;
}
#page-content-wrapper ul {
margin: 0;
}
body.single-post #page-content-wrapper ul {
margin-left: 20px;
}
#page-content-wrapper ol {
margin-left: 20px;
}
@-webkit-keyframes lazy-color-change {
from {
background-color: #cccccc;
}
to {
background-color: #f0f0f0;
}
}
@-moz-keyframes lazy-color-change {
from {
background-color: #cccccc;
}
to {
background-color: #f0f0f0;
}
}
@-o-keyframes lazy-color-change {
from {
background-color: #cccccc;
}
to {
background-color: #f0f0f0;
}
}
@keyframes lazy-color-change {
from {
background-color: #cccccc;
}
to {
background-color: #f0f0f0;
}
}
.post-featured-image-hover.lazy {
-webkit-animation: lazy-color-change 1s infinite alternate;
-moz-animation: lazy-color-change 1s infinite alternate;
-ms-animation: lazy-color-change 1s infinite alternate;
-o-animation: lazy-color-change 1s infinite alternate;
animation: lazy-color-change 1s infinite alternate;
}
.post-featured-image-hover {
position: relative;
display: inline-block;
max-width: 100%;
overflow: hidden;
transition: transform all .3s cubic-bezier(.3, .58, .55, 1);
background: #000000;
}
.post-featured-image-hover.classic {
min-height: 350px;
}
.post-related .post-featured-image-hover.classic {
min-height: 130px;
}
.post-featured-image-hover:before,
.post-featured-image-hover:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.8s cubic-bezier(.2, 1, .22, 1);
transition: all 0.8s cubic-bezier(.2, 1, .22, 1);
}
.post-featured-image-hover img {
max-width: 100%;
backface-visibility: hidden;
vertical-align: top;
}
.post-featured-image-hover img.smooved {
transition: all 2s cubic-bezier(.2, 1, .22, 1);
}
.post-featured-image-hover:before,
.post-featured-image-hover:after {
content: '';
background-color: #fff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.post-featured-image-hover:before {
width: 60px;
height: 2px;
left: 100%;
}
.post-featured-image-hover:after {
height: 60px;
width: 2px;
top: 0%;
}
.post-featured-image-hover a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.post-featured-image-hover:hover img,
.post-featured-image-hover.hover img {
zoom: 1;
opacity: 0.9 !important;
transform: scale(1.07) !important;
}
.post-featured-image-hover:hover:before,
.post-featured-image-hover.hover:before,
.post-featured-image-hover:hover:after,
.post-featured-image-hover.hover:after {
opacity: 1;
top: 50%;
left: 50%;
}
.post-featured-image-hover .post-type-icon {
position: absolute;
bottom: 30px;
right: 30px;
z-index: 2;
display: inline-block;
line-height: 52px;
width: 50px;
height: 50px;
background: transparent;
border: 1px solid #fff;
text-align: center;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
transition: all .21s cubic-bezier(.5, .5, .4, .9);
}
.post-related h3 {
text-align: center;
margin-bottom: 20px;
font-size: 26px;
text-transform: uppercase;
}
.post-related .post-featured-image-hover .post-type-icon {
width: 50px;
height: 50px;
right: 20px;
bottom: -20px;
line-height: 50px;
}
.post-featured-image-hover:hover .post-type-icon {
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.post-featured-image-hover .post-type-icon span {
color: #fff;
font-size: 22px;
line-height: 50px;
}
.post-related .post-featured-image-hover .post-type-icon span {
font-size: 20px;
line-height: 50px;
}
body .post-featured-date-wrapper {
position: absolute;
top: 30px;
left: 30px;
line-height: 1;
text-align: center;
font-size: 14px;
z-index: 3;
background: #ffffff;
padding: 10px;
text-transform: uppercase;
color: #000;
border: 1px solid #ffffff;
}
body .post-featured-date-wrapper .post-featured-date {
color: #000;
font-size: 50px;
line-height: 0.9;
}
body .post-featured-date-wrapper .post-featured-month {
font-size: 12px;
letter-spacing: 3px;
color: #000;
} #page-content-wrapper ul.flickr {
margin: 0 0 10px 0;
}
#page-content-wrapper ul.posts.blog {
list-style: none;
margin-left: 0 !important;
float: left;
padding: 0;
width: 100%;
box-sizing: border-box;
}
#page-content-wrapper ul.flickr li img {
width: 65px;
height: auto;
}
#page-content-wrapper .sidebar .content .posts.blog li img,
.page-content-wrapper .sidebar .content .posts.blog li img,
#footer ul.sidebar-widget li ul.posts.blog li img {
float: left;
margin: 0 10px 2px 0;
width: 80px;
}
.post-circle-thumb {
position: relative;
overflow: hidden;
float: left;
width: 95px;
height: 95px;
float: left;
margin-right: 0;
}
.post-circle-thumb img {
width: 60px;
height: auto;
}
.post-circle-thumb.flickr {
margin-right: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget,
#page-content-wrapper .sidebar .content .posts.blog,
.page-content-wrapper .sidebar .content .sidebar-widget,
.page-content-wrapper .sidebar .content .posts.blog {
list-style: none;
margin-left: 0;
margin-top: 0;
padding: 0;
}
#page-content-wrapper .sidebar .content .posts.blog li,
.page-content-wrapper .sidebar .content .posts.blog li {
padding: 0 0 10px 0;
}
#page-content-wrapper .sidebar .content .posts.blog li:last-child,
.page-content-wrapper .sidebar .content .posts.blog li:last-child {
padding-bottom: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget,
.page-content-wrapper .sidebar .content .sidebar-widget li.widget {
margin: 60px 0 0px 0;
padding: 0;
float: left;
clear: both;
width: 100%;
padding: 0;
box-sizing: border-box;
border: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget:first-child {
margin-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget #useronline-count,
.page-content-wrapper .sidebar .content .sidebar-widget li.widget #useronline-count {
margin-top: 10px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li select,
.textwidget select,
.page-content-wrapper .sidebar .content .sidebar-widget li select {
margin: 20px 0 10px 0;
max-width: 100%;
}
#page-content-wrapper .sidebar .content .sidebar-widget li h2.widgettitle,
h2.widgettitle {
font-size: 11px;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
color: #222;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
border-bottom: 0;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_archive #archives-dropdown--1,
.widget_archive #archives-dropdown--1,
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_categories .postform,
.widget_categories  .postform {
margin-top: 20px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_categories .postform,
.widget_categories .postform {
width: 100%;
}
#page-content-wrapper .posts.blog li a
{
font-size: 22px;
line-height: 1.5 !important;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_categories .cat-count,
.widget_categories .cat-count,
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_archive .archive-count,
.widget_archive .archive-count {
float: right;
background: #f78a74;
color: #fff;
font-size: 11px;
font-weight: 400;
text-align: center;
min-width: 24px;
height: 24px;
line-height: 24px;
border-radius: 50px;
}
.widget_archive .archive-count,
.widget_categories .cat-count
{
border: 1px solid #000;	
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_calendar h2.widgettitle,
.widget_calendar h2.widgettitle {
margin-bottom: 30px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li h2.widgettitle:before,
h2.widgettitle:before,
#page-content-wrapper .sidebar .content .sidebar-widget li h2.widgettitle:after,
h2.widgettitle:after {
content: "";
border-top: 1px solid;
border-color: #d5d5d5;
margin: 0 15px 0 0;
flex: 1 0 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss h2.widgettitle .rss-widget-icon,
.widget_rss h2.widgettitle .rss-widget-icon {
margin-right: 5px;
vertical-align: baseline;
}
#page-content-wrapper .sidebar .content .sidebar-widget li h2.widgettitle:after,
h2.widgettitle:after {
margin: 0 0 0 15px;
}
h2.widgettitle.photostream {
display: inline-block;
margin-top: 30px;
margin-bottom: 30px;
}
#page-content-wrapper.blog-wrapper .sidebar .content .sidebar-widget li:first-child {
margin-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul,
.page-content-wrapper .sidebar .content .sidebar-widget li ul {
list-style: none;
padding: 20px 0 0 0;
margin: 0 0 15px 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children {
padding-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children {
margin-left: 10px;
margin-bottom: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children li:last-child,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children li:last-child {
border: 0;
margin-bottom: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_pages ul li ul.children,
.page-content-wrapper .sidebar .content .sidebar-widget li.widget_pages ul li ul.children {
margin-left: 20px;
padding-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li,
#footer .sidebar-widget li ul li,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li,
#footer .sidebar-widget li ul li {
padding: 0;
margin-top: 0;
margin-bottom: 5px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li:first-child,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li:first-child,
#footer ul.sidebar-widget li ul li:first-child,
#footer ul.sidebar-widget li .textwidget {
padding-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li:first-child,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li:first-child,
#footer ul.sidebar-widget li ul.flickr li:first-child {
border: 0;
padding-top: 0;
}
#page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul.menu li a,
.page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul.menu li a,
#footer-wrapper ul.sidebar-widget li.widget_nav_menu ul.menu li a {
width: 100%;
box-sizing: border-box;
display: block;
position: relative;
}
#page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul li ul.sub-menu,
.page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul li ul.sub-menu {
padding: 0;
}
#page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul li:last-child,
.page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul li:last-child,
#page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul,
.page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul {
margin-bottom: 0;
}
.mobile-menu-wrapper .widget_calendar table tr th,
.mobile-menu-wrapper .widget_calendar table tr td {
border-color: #555;
}
table {
margin: 10px 0 30px 0;
border-width: 1px;
border-style: solid;
}
table tr td {
border-width: 1px;
border-style: solid;
}
table tr th {
font-weight: 900;
border-width: 1px;
border-style: solid;
}
table tr th,
table tr td {
padding: 10px;
text-align: left;
border-width: 1px;
border-style: solid;
}
#footer-menu {
float: right;
display: block;
list-style: none;
}
#footer-menu li {
float: left;
margin-left: 20px;
}
#footer-menu li ul {
display: none;
}
table thead tr th {
background: transparent;
}
table#wp-calendar thead tr th {
text-align: center;
border: 0;
}
table tfoot tr,
table tfoot tr td {
background: transparent;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr {
list-style: none;
margin: 5px 0 30px 0;
float: left;
display: block;
padding: 15px 0 3px 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li {
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 0;
clear: none;
width: calc(33% - 10px);
padding-right: 10px;
box-sizing: border-box;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li img,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li img {
width: 100%;
height: auto;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter {
margin: 0;
margin-top: 20px;
list-style: none;
padding: 0 0 0 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter li,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter li {
padding-left: 32px;
padding-bottom: 15px;
border: 0;
position: relative;
box-sizing: border-box;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter li:before,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter li:before {
position: absolute;
left: 0;
top: -5px;
font-family: 'Font Awesome 5 Free';
content: "\f099";
font-size: 22px;
font-weight: 900;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr,
ul.flickr,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr,
ul.flickr {
list-style: none;
margin: 10px 0 -10px 0;
float: left;
display: block;
clear: both;
width: 104%;
}
ul.flickr li {
float: left;
margin: 0 5px 0 0;
}
#page-content-wrapper .sidebar .content .posts.blog,
.page-content-wrapper .sidebar .content .posts.blog {
list-style: none;
margin-top: 30px;
}
#page-content-wrapper .sidebar .content .posts.blog.withthumb,
.page-content-wrapper .sidebar .content .posts.blog.withthumb {
margin-top: 30px;
margin-bottom: 0;
}
#footer ul.sidebar-widget li ul.posts.blog.withthumb {
margin-top: 20px;
}
#page-content-wrapper .sidebar .content .posts.blog li,
.page-content-wrapper .sidebar .content .posts.blog li {
line-height: 1em;
clear: both;
border: 0;
background: none;
width: 100%;
float: left;
margin: 0;
}
#page-content-wrapper .posts.blog li,
.page-content-wrapper .posts.blog li {
float: left;
width: 49.4%;
margin-right: 1.2%;
margin-bottom: 1.2%;
padding: 20px;
box-sizing: border-box;
border: 1px solid #dce0e0;
display: table;
text-align: left;
-webkit-transition: background .2s linear;
-moz-transition: background .2s linear;
-ms-transition: background .2s linear;
-o-transition: background .2s linear;
transition: background .2s linear;
}
#page-content-wrapper .posts.blog li:nth-child(2n),
.page-content-wrapper .posts.blog li:nth-child(2n) {
margin-right: 0;
float: right;
}
#page-content-wrapper .posts.blog li a,
.page-content-wrapper .posts.blog li a,
#footer ul.sidebar-widget li ul.posts.blog li a {
width: 100%;
line-height: 1.2em;
}
#page-content-wrapper .sidebar .content .posts.blog.withthumb li,
#page-content-wrapper .posts.blog.withthumb li,
.page-content-wrapper .sidebar .content .posts.blog.withthumb li,
.page-content-wrapper .posts.blog.withthumb li {
line-height: 1.5em;
border: 0;
display: block;
}
#page-content-wrapper .sidebar .content .posts.blog li,
.page-content-wrapper .sidebar .content .posts.blog li {
padding-top: 10px;
}
#page-content-wrapper .sidebar .content .posts.blog li strong.header,
#page-content-wrapper .posts.blog li strong.header,
.page-content-wrapper .sidebar .content .posts.blog li strong.header,
.page-content-wrapper .posts.blog li strong.header {
font-weight: normal;
}
#page-content-wrapper .sidebar .content .textwidget,
.page-content-wrapper .sidebar .content .textwidget {
margin-top: 0;
padding: 10px 0 0 0;
text-align: left;
}
.textwidget img {
max-width: 95%;
height: auto;
}
#searchsubmit {
margin: -7px;
line-height: 19px;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-moz-border-radius-topleft: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
padding: .6em 1.5em 0.5em 1.5em !important;
}
.widget_search h2.widgettitle {
margin-bottom: 30px;
}
.widget_search input.search-submit {
display: none;
}
.widget_search input.search-field {
border: 0 !important;
outline: none;
margin-left: 30px;
width: calc(100% - 30px);
position: relative;
top: 2px;
}
.widget_search form {
height: 48px;
display: table-cell;
width: 100%;
vertical-align: middle;
padding: 0;
transition: all .6s cubic-bezier(.23, 1, .32, 1);
}
.wp-block-search__label {
display: none;
}
.widget_search form.focus {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}
.widget_tag_cloud div,
.tag_cloud {
margin: 20px 0 0 0;
}
.widget_tag_cloud div a,
.meta-tags a,
.tag_cloud a,
.widget_product_tag_cloud a {
display: inline-block;
-webkit-transition: background .2s linear, border .1s linear;
-moz-transition: background .2s linear, border .1s linear;
-ms-transition: background .2s linear, border .1s linear;
-o-transition: background .2s linear, border .1s linear;
transition: background .2s linear, border .1s linear;
color: #444;
display: inline-block;
border: 1px solid #e0e0e0;
padding: 3px 15px 3px 15px;
margin-right: 8px;
margin-bottom: 12px;
}
.widget_product_tag_cloud a {
font-size: 12px !important;
}
.widget_tag_cloud div a:hover,
.widget_product_tag_cloud a:hover {
background: #EFA697;
border-color: #EFA697;
color: #fff !important;
}
.widget_mc4wp_widget input {
text-align: center;
}
.widget_mc4wp_widget input[type="submit"] {
width: 100%;
margin-top: 10px;
}
.widget_mc4wp_form_widget input[type="email"] {
width: 100%;
}
.widget_mc4wp_form_widget input[type="submit"] {
margin-top: 20px;
}
#page-content-wrapper .widget_mc4wp_form_widget p {
padding-bottom: 0.7em;
}
#page-content-wrapper.blog-wrapper {
box-sizing: border-box;
position: relative;
z-index: 2;
}
body.single-post #post-featured-header {
width: 100%;
min-height: 650px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
#page-content-wrapper.blog-wrapper .pagination {
margin-bottom: 20px;
}
body.single-post form.protected-post-form {
text-align: center;
}
body.password-protected-image #wrapper .inner {
background-size: cover;
background-position: center center;
position: relative;
}
body.password-protected-image #wrapper .inner:before {
position: absolute;
background: rgba(0,0,0,0.1);
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
display: block;
z-index: 1;
}
body.password-protected-image #wrapper .inner .protected-post-header h1,
body.password-protected-image #wrapper .inner form.protected-post-form {
color: #fff;
}
body.password-protected-image #wrapper .inner form.protected-post-form > p {
border-color: #fff;
}
form.protected-post-form > p {
padding: 0 !important;
display: inline-block;
border-bottom: 1px solid #000;
position: relative;
}
form.protected-post-form input[type="password"] {
border: 0 !important;
}
form.protected-post-form .protected-post-text {
margin-bottom: 40px;
}
form.protected-post-form input[type="submit"].button {
-webkit-appearance: none;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 14px;
font-size: 0;
border: none;
padding: 0;
background-color: transparent;
cursor: pointer;
z-index: 1;
}
form.protected-post-form > p:after {
font-family: 'themify';
content: "\e62b";
display: inline;
position: absolute;
top: 5px;
right: 0;
}
body.password-protected-image #wrapper .inner form.protected-post-form > p:after {
color: #fff;
}
body.password-protected-image #wrapper .inner form.protected-post-form input[type="password"] {
background: transparent;
color: #fff;
}
body.password-protected #wrapper .inner form.protected-post-form input[type="password"]::placeholder {
font-size: 11px;
letter-spacing: 3px;
text-transform: uppercase;
}
body.password-protected #wrapper .inner form.protected-post-form input[type="password"]::placeholder {
color: rgba(0,0,0,0.7);
}
body.password-protected-image #wrapper .inner form.protected-post-form input[type="password"]::placeholder {
color: rgba(256,256,256,0.7);
}
body.search #page-content-wrapper .post-content-wrapper .post-header-wrapper p {
padding-top: 0;
}
.wp-caption-text.gallery-caption {
font-size: 14px;
} div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
border: 0;
background: #FFCC00;
font-size: 13px;
}
div.wpcf7-mail-sent-ok {
background: #4CD964;
color: #fff;
} h1.page-title {
display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
margin-bottom: 40px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page form.woocommerce-ordering {
background: transparent;
overflow: hidden;
padding: 0px 40px 0px 5px;
position: relative;
border-bottom: 1px solid #000;
}
.woocommerce-page form.woocommerce-ordering:after {
font-family: 'themify';
content: "\e64b";
display: inline;
position: absolute;
top: 15px;
right: 20px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page form.woocommerce-ordering select {
border: 0;
-webkit-appearance: none;
font-size: 16px;
font-weight: 600;
padding: 15px 10px 8px 10px;
background: transparent;
}
.woocommerce ul.products li.product .ajax_add_to_cart,
.woocommerce-page ul.products li.product .ajax_add_to_cart {
display: none !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: 31%;
margin-right: 3.5%;
margin-bottom: 1%;
padding: 0;
box-sizing: border-box;
clear: none;
border: 0;
text-align: center;
}
.woocommerce-page ul.products.columns-4 li.product {
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
}
.woocommerce ul.products.columns-3 li.product:nth-child(3n+1),
.woocommerce-page ul.products.columns-3 li.product:nth-child(3n+1) {
clear: both;
}
.woocommerce ul.products.columns-2 li.product:nth-child(2n+1),
.woocommerce-page ul.products.columns-2 li.product:nth-child(2n+1) {
clear: both;
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n+1),
.woocommerce-page ul.products.columns-4 li.product:nth-child(4n+1) {
clear: none;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
margin-right: 0;
}
.woocommerce ul.products li.product .price {
font-size: 1.1em;
}
.woocommerce div.product form.cart .variations {
margin: 0;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
outline: 0;
border: 0;
height: 55px;
width: 80px;
border-radius: 0;
background: transparent;
font-size: 14px;
font-weight: 600;
box-sizing: border-box;
border: 1px solid #000;
}
.woocommerce-page div.product form.cart .button {
margin-left: 5px;
padding: .65em 1.5em .65em 1.5em !important;
height: 55px;
border: 1px solid #000;
border-radius: 0;
width: calc(100% - 89px);
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
box-shadow: 0px 0px 0px black !important;
width: 100% !important;
text-align: center !important;
margin: auto !important;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
font-size: 20px;
padding: 0;
box-sizing: border-box;
margin-top: 20px;
display: inline-block;
float: left;
width: 100%;
}
.woocommerce #page-content-wrapper .inner .sidebar-content.left-sidebar ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page #page-content-wrapper .inner .sidebar-content.left-sidebar ul.products li.product h2.woocommerce-loop-product__title {
margin-top: 20px !important;
font-size: 20px;
}
.woocommerce #page-content-wrapper .inner .sidebar-content.left-sidebar ul.products li.product .price {
font-size: 1em;
}
.woocommerce-page ul.product_list_widget li .amount {
font-size: 15px;
}
.woocommerce div.product div.images figure,
.woocommerce div.product div.summary figure {
margin: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
margin: 0 5px 0 5px;	
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 5px;
box-sizing: border-box;
width: 16.66%;
margin-top: 5px;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
font-size: 0.9em !important;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li ins {
text-decoration: none;
font-weight: bold;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
display: none !important;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
width: 45px;
height: auto;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
margin-left: 0 !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h1 {
font-size: 30px !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h2 {
font-size: 18px !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h3 {
font-size: 16px !important;
padding-bottom: 0;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h4 {
font-size: 14px !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h5 {
font-size: 13px !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h6 {
font-size: 12px !important;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
margin-bottom: 3.8%;
}
.entry-summary div[itemprop="description"] {
margin: 10px 0 0 0;
padding-left: 0 !important;
font-size: 18px;
}
.review-summary {
display: none !important;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
font-size: 14px !important;
color: #222;
padding-top: 10px !important;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
background: #444;
box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5);
-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
border: 1px solid #444;
box-shadow: inset 0 0 0 4px #fff;
}
.woocommerce #page-content-wrapper a.button:hover,
.woocommerce-page #page-content-wrapper a.button:hover,
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover,
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover {
opacity: 1;
}
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button {
color: #222 !important;
font-size: 100% !important;
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
opacity: 1 !important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
font-weight: normal !important;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
width: 70px !important;
float: left !important;
margin-right: 15px !important;
margin-left: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
margin-top: 10px;
}
.cart-collaterals .cart_totals table {
width: 100% !important;
}
.woocommerce .related ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul li.product {
border: 0;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
color: inherit !important;
font-weight: 400;
}
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
color: #fff !important;
}
body[data-shop="three_cols"].woocommerce ul.products li.product,
body[data-shop="three_cols"].woocommerce-page ul.products li.product {
width: 31.2% !important;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
margin-right: 0 !important;
}
p.price {
padding-top: 0 !important;
}
p.price ins span.amount,
p.price span.amount,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
}
.woocommerce #page-content-wrapper div.product p.price,
.woocommerce-page #page-content-wrapper div.product p.price {
padding-bottom: 0;
}
p.price del span.amount {
font-weight: 400;
}
#tab-description h2,
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
display: none;
}
body:not(.elementor-page).checkout h3 {
font-size: 22px;
margin: 15px 0 15px 0;
}
#order_review_heading {
width: 35%;
float: right;
}
.related.products h2:not(.woocommerce-loop-product__title),
.cart_totals h2:not(.woocommerce-loop-product__title),
.shipping_calcuLator h2:not(.woocommerce-loop-product__title),
.upsells.products h2:not(.woocommerce-loop-product__title),
.cross-sells h2:not(.woocommerce-loop-product__title) {
margin-bottom: 40px;
margin-top: 20px;
font-size: 28px;
text-align: center;
}
.cart_totals h2:not(.woocommerce-loop-product__title)
{
margin-bottom: 30px;
}
.shipping_calcuLator h2 {
text-align: left;
}
.related.products {
padding-top: 20px;
clear: both;
float: left;
width: 100%;
margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce ul#shipping_method {
margin: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
border: 0;
padding: 0;
box-sizing: border-box;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
background: transparent;
box-shadow: none !important;
visibility: visible !important;
border: 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs lid,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
background: transparent !important;
margin: 0 15px 0 15px;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding-top: 40px;
}
.woocommerce #page-content-wrapper div.product .woocommerce-tabs .panel p {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
font-weight: 500;
margin: 0;
font-size: 22px !important;
padding: 0;
letter-spacing: 0px !important;
}
.woocommerce-page div.product .woocommerce-tabs {
padding-top: 60px;
padding-bottom: 30px;
margin-bottom: 0;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
border-bottom: 2px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
color: #fff;
font-weight: 500 !important;
border-radius: 0px !important;
}
.woocommerce div.product .product_title {
font-size: 30px;
line-height: 1.3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
padding-left: 0 !important;
text-align: center;
}
.widget_shopping_cart_content a.button {
margin-right: 5px !important;
}
.woocommerce #page-content-wrapper div.product p.price,
.woocommerce-page #page-content-wrapper div.product p.price {
font-size: 22px !important;
padding: 0 !important;
}
.single-product.woocommerce div.product span.price {
font-size: 22px;
}
.woocommerce-page div.product p.price ins {
text-decoration: none !important;
}
body.single-product #page-header .page-title-wrapper .page-title-inner {
text-align: right;
}
body.single-product #page-header .page-title-wrapper .page-title-inner .page-tagline {
margin-top: 0;
position: relative;
top: 0;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
}
body.single-product #page-header.hasbg .page-title-wrapper .page-title-inner .page-tagline {
top: 30px;
}
body.single-product #page-header.hasbg .page-title-wrapper .page-title-inner .page-tagline a {
color: #fff;
}
.woocommerce .star-rating::before, .woocommerce .star-rating span::before {
right: 0;
}
.product_meta>span {
clear: both;
display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
border: 0 !important;
box-shadow: 0 0 0;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
box-shadow: 0 0 0 #222 !important;
border-radius: 0;
}
.woocommerce-message a:not(.button, .showcoupon),
.woocommerce-error a:not(.button, .showcoupon),
.woocommerce-info a:not(.button, .showcoupon),
.woocommerce-message a:not(.button, .showcoupon):hover,
.woocommerce-error a:not(.button, .showcoupon):hover,
.woocommerce-info a:not(.button, .showcoupon):hover {
color: #fff !important;
text-decoration: underline;
}
.woocommerce-page #page-content-wrapper.no-title {
margin-top: 0;
}
.variation-Grind p {
padding: 0 !important;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table
{
border: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register
{
border-radius: 0;
border: 1px solid #000;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last
{
width: 49%;
}
.woocommerce .checkout_coupon .form-row input.input-text
{
height: 50px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1.3em 2em 1em 3.5em;
}
.woocommerce-message {
background: #8fae1b !important;
border: 1px solid #8fae1b !important;
color: #fff !important;
text-shadow: none !important;
}
.woocommerce-message .button.wc-forward {
display: none;
}
.woocommerce-message::before {
color: #fff !important;
}
.woocommerce-info {
background: transparent !important;
border: 1px solid #1e85be;
color: #000;
text-shadow: none !important;
}
.woocommerce-info.cart-empty {
}
#page-content-wrapper p.woocommerce-info {
padding-top: 1.2em;
}
.woocommerce-info::before {
color: #000;
}
.woocommerce-error {
background: #D22226 !important;
border: 1px solid #D22226 !important;
color: #fff !important;
text-shadow: none !important;
}
.woocommerce-error::before {
color: #fff !important;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
box-shadow: none !important;
top: 0.9em !important;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
#order_review {
margin-bottom: 0;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
text-align: left;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
border-bottom: 0;
}
.post_carousel.flexslider .slides>li {
margin-right: 20px;
}
.woocommerce-page .products .star-rating {
float: right;
margin-top: 28px;
}
.woocommerce-page #page-content-wrapper .inner .sidebar-content .products .star-rating {
float: right;
text-align: right;
width: 5.4em;
display: inline-block;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce #page-content-wrapper div.product p.price,
.woocommerce-page #page-content-wrapper div.product p.price {
border: 0;
clear: both;
font-size: 18px;
display: inline-block;
}
.woocommerce #page-content-wrapper div.product p.price,
.woocommerce-page #page-content-wrapper div.product p.price {
margin-top: 0;
}
.woocommerce #content nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
text-align: left;
margin-top: 30px;
margin-bottom: 30px;
color: #FF4A52;
}
.woocommerce-notices-wrapper {
position: fixed;
bottom: 0px;
right: 90px;
z-index: 9;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
margin-left: 20px !important;
top: -6px !important;
font-weight: 700;
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
border: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
display: inline-block;
text-align: center;
color: #888;
background: #fff;
border: 1px solid #dce0e0;
margin-right: 10px;
overflow: hidden;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:active {
font-weight: bold;
padding: .5em .4em .2em .4em;
}
.woocommerce table.shop_table
{
border-radius: 0;
}
.woocommerce nav.woocommerce-pagination ul li a {
padding: .5em .4em .2em .4em;
}
.woocommerce nav.woocommerce-pagination ul li {
border-radius: 50px;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
margin-left: 0 !important;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a {
text-align: center;
}
.price_slider_wrapper {
margin-top: 30px;
}
ul.product_list_widget li .star-rating {
float: right;
}
ul.product_list_widget li a {
font-weight: 600 !important;
}
ul.product_list_widget li .amount {
font-weight: 500;
}
ul.product_list_widget li del .amount {
color: #ccc;
}
.price_label {
font-weight: 600;
}
ul.product_list_widget li ins {
background: transparent;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
float: left !important;
}
ul.product_list_widget li {
padding: 10px 0 10px 0 !important;
}
.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
clear: both;
}
body.single-product #page-content-wrapper {
margin-top: 20px;
}
.woocommerce .woocommerce-product-rating {
line-height: 1.7;
}
.woocommerce-review-link {
color: #222 !important;
}
.woocommerce-page div.product form.cart {
margin-top: 1em;
margin-bottom: 1em;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-top: 20px;
margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
padding-left: 40px;
padding-right: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information table.shop_attributes {
max-width: 60%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
border-top: 0;
border-bottom: 0;
}
.woocommerce table.shop_attributes tr {
border-bottom: 1px solid #000;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
background: transparent !important;
}
.woocommerce table.shop_attributes th {
width: 25%;
padding: .75em;
font-size: inherit;
line-height: inherit;
text-align: right;
border: 0;
}
.woocommerce table.shop_attributes td {
border: 0;
font-style: normal;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:after,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:after,
.woocommerce-page .woocommerce-message:before {
display: block;
clear: none;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
width: 70px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
padding: 10px 0 20px 0;
}
.woocommerce table.shop_table tbody tr.cart_item th.product-total,
.woocommerce table.shop_table tbody tr.cart_item td.product-total,
.woocommerce table.shop_table tfoot tr.cart-subtotal td,
.woocommerce table.shop_table tfoot tr.order-total td {
text-align: right;
}
.woocommerce table.shop_table tfoot tr.order-total td {
font-size: 20px;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
line-height: 1em;
margin-top: 10px;
}
.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after,
.woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after,
.wc-forward a:after,
.wc-forward:after {
display: none;
}
#page-content-wrapper .inner .sidebar-content ul.products {
margin-left: 0 !important;
padding: 0;
box-sizing: border-box;
}
#page-content-wrapper .inner .sidebar-content.left-sidebar ul.products {
padding: 0;
}
#page-content-wrapper .inner .sidebar-content .related.products ul.products {
padding: 0;
margin-top: 20px;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
border-top: 0;
padding: 20px 0 20px 0;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal td,
.woocommerce table.shop_table tfoot tr.cart-subtotal th {
padding: 20px 0 20px 0;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal.order-total td,
.woocommerce table.shop_table tfoot tr.cart-subtotal.order-total th {
padding: 20px 0 20px 0;
}
.shipping-calcuLator-button {
color: #222;
}
.product-subtotal .amount {
color: #222;
font-weight: 600;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calcuLator,
.woocommerce-page .cart-collaterals .shipping_calcuLator {
width: 100%;
float: none;
}
.woocommerce .cart-collaterals .shipping_calcuLator,
.woocommerce-page .cart-collaterals .shipping_calcuLator {
margin-top: 10px;
}
.woocommerce-page table.cart th,
table.shop_table thead tr th {
border-bottom: 1px solid #dce0e0;
border-top: 1px solid #dce0e0;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0;
font-size: 11px;
letter-spacing: 2px;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
border-bottom: 1px solid #dce0e0;
}
.woocommerce table.shop_table.cart,
.woocommerce-page table.shop_table.cart {
border: 0;
margin-bottom: 60px;
margin-top:40px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.order-total td
{
text-align: right;
font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.order-total td
{
font-size: 20px;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
border-bottom: 0 !important;
padding-left: 0;
}
.woocommerce table.cart td.actions .coupon .input-text#coupon_code {
width: 300px;
box-shadow: 0 0 0 0;
margin-right: 10px;
height: 53px;
box-sizing: border-box;
background: transparent;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 39px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 39px !important;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
border-bottom: 0;
}
.woocommerce-page #payment ul.payment_methods label {
display: inline-block;
clear: none;
width: auto;
margin-bottom: 10px;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
margin-top: 0;
margin-bottom: 20px;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
border-bottom: 0;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
border-top: 0;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
color: #444;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 0.8em;
}
strong[itemprop="author"] {
font-size: 16px;
font-weight: 600;
color: #222;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
letter-spacing: -1px;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
border: 0 !important;
padding: 0;
margin: 0 0 0 80px;
}
.woocommerce #review_form #respond {
width: 100%;
}
.woocommerce #reviews h3 {
text-align: left;
}
.woocommerce .product_meta {
margin-top: 40px;
font-size: 14px;
font-weight: 600;
}
.woocommerce .product_meta .sku_wrapper {
font-weight: 600;
}
.woocommerce .product_meta a {
font-weight: 400;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
display: none;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 0;
margin-top: -10px;
}
.woocommerce-cart .wc-proceed-to-checkout {
padding: 2em 0 4em 0;
}
.woocommerce-checkout #payment div.form-row {
padding: 1em 0 1em 0;
}
.return-to-shop {
padding: 0;
text-align: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
margin-top: 12px;
}
.woocommerce-checkout #payment {
background: transparent;
}
.woocommerce-checkout #payment ul {
margin-left: 0 !important;
padding: 0 !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
margin-left: 10px;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
margin-top: 8px;
}
.woocommerce .top-menu-bar.scroll .logo-wrapper img,
.woocommerce-page .top-menu-bar.scroll .logo-wrapper img {
max-width: 100%;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background: #222;
}
.woocommerce .products .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
width: 45px;
height: 45px;
position: absolute;
left: 10px;
top: 20px;
background: #b13c3c;
border-radius: 0;
text-align: center;
font-weight: 600;
line-height: 45px;
-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
z-index: 2;
}
body.single-product.woocommerce span.onsale 
{
left: 20px;
top: 40px;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
display: inline-block;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
font-weight: 500;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
width: 100%;
float: none;
margin-top: 20px;
}
.woocommerce-privacy-policy-text p {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
border: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 15px;
margin-bottom: 0;
display: inline-block;
padding: .6em 1.5em .5em 1.5em;
float: right;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_products ul li:last-child,
.page-content-wrapper .sidebar .content .sidebar-widget li.widget_products ul li:last-child,
#footer ul.sidebar-widget li.widget_products ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.sidebar-widget li.widget_products .product-title {
font-weight: 400;
}
#reviews.woocommerce-Reviews #comments {
width: 100%;
}
#reviews.woocommerce-Reviews #review_fosetting-wrapperper {
width: 33.33%;
float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.description {
margin: 0;
padding-top: 0;
padding-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
border-radius: 250px;
border: 0;
padding: 0;
background: transparent;
width: 60px;
}
.woocommerce-review-link {
opacity: 0.5;
font-size: 12px;
position: relative;
top: 2px;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
color: #fec42d;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
margin-bottom: 40px;
padding-right: 60px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child .comment_container {
border: 0;
margin-bottom: 0px;
}
.woocommerce #review_form #respond p {
padding-bottom: 0;
}
body.woocommerce-order-received .woocommerce h2,
body.woocommerce-order-received .woocommerce h3 {
font-size: 18px;
}
body.woocommerce-order-received .woocommerce {
margin-bottom: 30px;
}
#page-content-wrapper .inner .sidebar-content ul.woocommerce-thankyou-order-details {
margin-left: 0;
}
.woocommerce-account #page-content-wrapper .inner .sidebar-content.fullwidth {
margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
margin-left: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
margin-bottom: 10px;
padding-left: 10px;
border-left: 5px solid transparent;
}
.woocommerce-MyAccount-navigation ul li.is-active {
border-left: 5px solid #FF4A52;
color: #FF4A52;
font-weight: 600;
}
.woocommerce .woocommerce-Message a.button {
background: transparent;
padding: 0;
border-radius: 0;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 60%;
}
.woocommerce-page div.product div.summary {
width: 33%;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
border-radius: 0;
border: 1px solid #000;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
.woocommerce-page table.cart td.actions .button:disabled[disabled]
{
display: none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
background: transparent;
}
.woocommerce form .form-row textarea {
height: 10em;
}
body.woocommerce-checkout #page-content-wrapper .inner .sidebar-content {
margin-top: 20px;
}
.woocommerce-page #payment ul.payment_methods label img,
.woocommerce-page #payment ul.payment_methods label .about_paypal {
display: none;
}
body.woocommerce-checkout .woocommerce .col2-set,
body.woocommerce-checkout.woocommerce-page .col2-set {
float: left;
width: 60%;
}
body.woocommerce-checkout .woocommerce .col2-set .col-1,
body.woocommerce-checkout.woocommerce-page .col2-set .col-1,
body.woocommerce-checkout .woocommerce .col2-set .col-2,
body.woocommerce-checkout.woocommerce-page .col2-set .col-2 {
width: 100%;
}
body.woocommerce-checkout .woocommerce #order_review,
body.woocommerce-cart .cart-collaterals {
float: right;
width: 50%;
margin-top: 20px;
}
body.woocommerce-checkout .woocommerce #order_review {
width: 35%;
padding: 30px;
box-sizing: border-box;
background: #f9f9f9;
}
body.woocommerce-checkout h3 {
font-size: 22px;
}
body.woocommerce-cart .cart-collaterals {
margin-top: 0;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon {
text-decoration: underline;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
border-left-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-top-width: 3px;
background: #f0f0f0 !important;
}
body.woocommerce-cart .cart_totals h2:not(.woocommerce-loop-product__title) {
text-align: left;
margin-top: 0;
font-size: 22px;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
box-sizing: border-box;
float: left;
}
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl.variation {
margin: 0 0 0 0;
font-style: italic;
font-size: smaller;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label
{
font-weight: 600;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
display: none;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
background: #f0f0f0 !important;
border-radius: 0;
border-top: 3px solid #000;
color: #000;
padding: 1em 2em 1em 2em;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered 
{
color: #000;
}
.woocommerce .select2-container--default .select2-selection--single
{
border-radius: 0;
background: transparent;
}
.woocommerce .select2-dropdown
{
border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color: initial;
}
.woocommerce div.product form.cart table.variations {
width: 100%;
float: left;
margin-bottom: 20px !important;
}
.woocommerce-variation.single_variation {
margin: 0 0 10px 0;
}
.woocommerce div.product form.cart table.variations tr td {
padding: 0;
vertical-align: baseline;
position: relative;
display: block;
}
.woocommerce div.product form.cart .single_variation_wrap {
width: 100%;
float: right;
}
.woocommerce-variation-add-to-cart {
clear: both;
float: left;
width: 100%;
}
.woocommerce-variation-price {
float: left;
margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 0;
padding-bottom: 0;
}
.woocommerce-variation-availability
{
display: none !important;
}
.woocommerce div.product form.cart .variations select {
width: 100%;
height: 47px;
border: 0;
background: transparent;
-webkit-appearance: none;
border-radius: 0;
border: 1px solid #000;
}
.woocommerce div.product form.cart table.variations tr td.value:after {
font-family: 'themify';
content: "\e64b";
display: inline;
position: absolute;
top: 10px;
right: 20px;
}
.woocommerce div.product form.cart .reset_variations {
text-decoration: underline;
}
form.checkout woocommerce-checkout h3#order_review_heading {
display: none;
}
.woocommerce .woocommerce-product-rating .star-rating {
margin-top: 5px;
}
.woocommerce table.shop_attributes td {
padding: 8px;
}
.woocommerce #review_form_wrapper,
#reviews.woocommerce-Reviews #comments {
max-width: 60%;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.woocommerce #review_form_wrapper #reply-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
display: block;
}
.woocommerce #respond input#submit 
{
border: 1px solid #d8d8d8;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
width: 25%;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button
{
padding: 1.2em 2.5em 1.2em 2.5em;
}
#page-content-wrapper .inner .sidebar-content ul.products a.add_to_cart_button
{
padding: 0.8em 1.5em 0.8em 1.5em;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order
{
padding: 1.3em 1.5em 1.3em 1.5em;
}
.woocommerce-page .widget ul.product_list_widget li .star-rating
{
display: none;
}
.woocommerce-product-details__short-description
{
clear: both;
}
.woocommerce table.shop_table tr th,
.woocommerce table.shop_table tr td
{
border: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.woocommerce table.shop_table.cart tr th
{
border-left: 0;
border-right: 0;
border-top-width: : 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.woocommerce table.shop_table tbody tr.cart_item td
{
border-bottom: 1px solid #e1e1e1;
}
.widget_product_tag_cloud.woocommerce.widget .tagcloud 
{
margin-top: 20px;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link
{
transition: all .21s cubic-bezier(.5,.5,.4,.9);
display: block;
}
.woocommerce ul.products li.product:hover a.woocommerce-loop-product__link
{
transform: translateY(-10px);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
#page-content-wrapper ul.products li.product a.button.ajax_add_to_cart,
#page-content-wrapper .product_type_variable.add_to_cart_button
{
display: block !important;
width: 100%;
box-sizing: border-box;
clear: both;
border-radius: 0;
font-size: 14px;
letter-spacing: 2px;
line-height: 2;
margin-top: -10px;
border: 1px solid #000;
transform: translateY(-10px);
opacity: 0;
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
#page-content-wrapper ul.products li.product:hover a.button.ajax_add_to_cart,
#page-content-wrapper ul.products li.product:hover .product_type_variable.add_to_cart_button
{
transform: translateY(0);
opacity: 1;
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
#page-content-wrapper ul.products li.product:hover a.button.ajax_add_to_cart
{
box-shadow: 0 10px 30px 0 rgba(41,41,50,.05);
transform: scale(1) translateY(0px);
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
transform: translateY(0px);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {
transform: translateY(-20px);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
.woocommerce .widget_price_filter .ui-slider-horizontal
{
height: .2em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
box-shadow: none;
border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle
{
width: 0.8em;
height: 0.8em;
}
.woocommerce .woocommerce-result-count
{
font-weight: 600;
}
.woocommerce a.button.loading::after
{
top: 0.8em;
}
#woocommerce-mini-cart-wrapper
{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
#woocommerce-mini-cart-wrapper.visible
{
z-index: 1000;
}
#woocommerce-mini-cart-overlay
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000000;
opacity: 0;
cursor: pointer;
transition: all .4s cubic-bezier(.5,.5,.4,.9);
}
#woocommerce-mini-cart-wrapper.visible #woocommerce-mini-cart-overlay
{
opacity: 0.2;
z-index: 1001;
transition: all .4s cubic-bezier(.5,.5,.4,.9);
}
#woocommerce-mini-cart-flyout
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17em;
background: #fff;
display: flex;
flex-direction: column;
cursor: auto;
transition: all .4s cubic-bezier(.5,.5,.4,.9);
transform: translate3d(100%, 0, 0);
z-index: 1002;
}
#woocommerce-mini-cart-wrapper.visible #woocommerce-mini-cart-flyout
{
transition: all .4s cubic-bezier(.5,.5,.4,.9);
transform: translate3d(0, 0, 0);
}
#woocommerce-mini-cart-flyout ul.cart_list, 
#woocommerce-mini-cart-flyout ul.product_list_widget
{
padding: 30px;
flex-basis: 0;
flex-grow: 1;
overflow-y: auto;
list-style: none;
}
#woocommerce-mini-cart-flyout ul.cart_list li img, 
#woocommerce-mini-cart-flyout ul.product_list_widget li img, 
#woocommerce-mini-cart-flyout ul.cart_list li img, 
#woocommerce-mini-cart-flyout ul.product_list_widget li img 
{
width: 100% !important;
height: auto;
margin: 0 !important;
display: block;
float: none;
width: auto;
margin: 0;
order: 10;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li
{
position: relative;
margin-bottom: 10px;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a:not(.remove)
{
display: flex;
flex-direction: column;
font-weight: 600 !important;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove
{
position: absolute;
top: auto;
left: auto;
right: 0px;
bottom : 13px;
color: inherit !important;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove:hover
{
color: #fff !important;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li .variation
{
display: none;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove:before,
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove:after
{
content: "";
display: block;
width: 0.125em;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li .quantity
{
font-weight: normal;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart-shopping-cart
{
flex-grow: 1;
display: flex;
flex-direction: column;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__total
{
padding: 30px 30px 0 30px;
display: flex;
position: relative;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__total:before
{
content: "";
display: block;
height: .625em;
position: absolute;
bottom: 100%;
left: 0;
right: 0;
opacity: 0.2;
box-shadow: inset 0 -0.625em 0.625em -0.625em #000000;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__total .woocommerce-Price-amount
{
margin-left: auto;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__buttons
{
padding: 30px 30px 15px 30px;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__buttons a
{
width: 100%;
box-sizing: border-box;
margin-bottom: 15px;
font-size: inherit !important;
}
body.woocommerce a.remove
{
line-height: 1.3;
} body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] {
padding: 50px 40px 50px 40px;
background: #f9f9f9;
border-radius: 5px;
width: 365px !important;
}
body .ui-widget-overlay {
background: rgba(0, 0, 0, 0.7) !important;
opacity: 1;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] button.ui-dialog-titlebar-close,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] button.ui-dialog-titlebar-close {
display: none;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .ui-dialog-titlebar,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .ui-dialog-titlebar {
background: transparent;
border: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .ui-dialog-titlebar .ui-dialog-title,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .ui-dialog-titlebar .ui-dialog-title {
font-weight: 600;
font-size: 28px;
text-shadow: none;
width: 100%;
display: block;
margin-bottom: 20px;
text-align: center;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper label,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper label {
font-weight: normal;
font-size: 16px;
margin-bottom: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"],
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"] {
font-size: 16px;
letter-spacing: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]::-webkit-input-placeholder {
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]::-moz-placeholder {
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]:-ms-input-placeholder {
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper .zm_alr_form_field_container,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper .zm_alr_form_field_container {
margin-bottom: 30px;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper .zm_alr_ul_container,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper .zm_alr_ul_container {
font-size: 16px;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"] {
border-radius: 0;
text-shadow: none;
}
.ui-dialog .zm_alr_login_dialog.ui-dialog-content {
border: 0;
} #course-item-content-header h2.course-title {
font-size: 1em;
font-weight: 400;
}
body .course-curriculum ul.curriculum-sections .section-header .section-title {
font-size: 14px;
}
.learn-press-breadcrumb,
#learn-press-course .course-meta {
display: none;
}
#single-course-header {
padding: 60px 0 60px 0;
width: 100%;
float: left;
}
body.tg-single-course-4 #single-course-header {
padding: 0;
height: 550px;
color: #fff;
margin-top: 40px;
margin-bottom: 0;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
overflow: hidden;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
body.tg-single-course-4 #single-course-header h1 {
color: #fff;
}
body.tg-single-course-4 #single-course-header .standard-wrapper {
z-index: 2;
display: flex;
align-items: center;
height: 100%;
width: 60%;
}
a#single-course-enroll.button {
padding: 1em 2.5em .9em 2.5em;
}
body.tg-single-course-4 #single-course-enroll:hover {
background: transparent !important;
}
body.theme-artale.profile .learn-press-form-login {
width: 46%;
float: left;
}
body.theme-artale.profile .learn-press-form-register {
width: 46%;
float: right;
}
.single-course-title {
float: left;
width: 60%;
}
.single-course-join {
float: right;
width: 40%;
text-align: right;
margin-top: 20px;
}
body.tg-single-course-2 .single-course-join {
float: none;
width: 100%;
text-align: center;
margin-top: 10px;
}
body.tg-single-course-2 .single-course-join a {
display: block;
width: 100%;
box-sizing: border-box;
font-size: 16px;
}
body.tg-single-course-2 .course-learning-summary {
margin-top: 60px;
}
body.tg-single-course-3.is-enrolled .course-learning-summary {
margin-top: 40px;
}
body.is-enrolled .course-learning-summary {
margin-bottom: 60px;
}
.single-course-excerpt p {
padding: 0 !important;
margin-top: 10px;
}
#single-course-bgimage {
height: 500px;
background-size: cover;
background-position: center center;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.course-template-2 #single-course-bgimage:after,
body.tg-single-course-4 #single-course-header:after {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
display: block;
content: "";
}
body.tg-single-course-4 .single-course-title,
body.tg-single-course-4 .single-course-join {
width: 100%;
float: none;
text-align: center;
}
.course-template-2 #single-course-bgimage .single-course.standard-wrapper {
display: flex;
align-items: center;
height: 100%;
color: #fff;
z-index: 2;
}
.course-template-2 #single-course-bgimage .single-course.standard-wrapper .single-course-title {
width: 50%;
}
#single-course-bgimage h1,
.single-course-title h1 {
line-height: 1.5;
}
.course-template-2 #single-course-bgimage h1 {
color: #fff;
}
body #learn-press-course-tabs {
clear: both;
margin: 30px 0 30px 0;
}
body.tg-single-course-4 #learn-press-course-tabs {
margin-top: 0;
}
#page-content-wrapper ul.learn-press-nav-tabs {
border-bottom: 0;
text-align: center;
}
#page_content_wrapper ul.learn-press-nav-tabs .course-nav a,
body.learnpress-page.profile .lp-tab-sections li a,
body.learnpress-page.profile .lp-tab-sections li span,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span,
body #learn-press-course-tabs .course-nav label
{
font-weight: 600;
border-radius: 0px;
padding: 10px 30px 10px 30px;
}
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta {
font-size: 10px;
border-radius: 0;
background: transparent;
}
body #popup-course #popup-header, body #popup-course #popup-sidebar .search-course {
background: #f9f9f9;
border-bottom: 0;
}
body #popup-course #popup-header .popup-header__inner .course-title a {
letter-spacing: 0;
font-size: 26px;
text-transform: none;
}
body #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta:first-child {
border: 0 !important;
font-size: 10px;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item:not(.item-preview) .course-item-status, 
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link::before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status::before, body #popup-course #sidebar-toggle::before, body .course-extra-box__title::after, body .course-extra-box__content li::before, body .course-tab-panel-faqs .course-faqs-box__title::after
{
font-family: 'themify';
}
body .course-extra-box__title::after, body .course-tab-panel-faqs .course-faqs-box__title::after
{
content: "\e64b";
font-size: 10px;
}
body .course-tab-panel-faqs .course-faqs-box__title::after
{
right: 20px;
font-weight: 400;
}
body .course-extra-box.active .course-extra-box__title::after, body input[name="course-faqs-box-ratio"]:checked + .course-faqs-box .course-faqs-box__title::after
{
content: "\e648" !important;
font-size: 10px;
}
body #popup-course #sidebar-toggle::before
{
content: "\e64a" !important;
font-size: 10px;
}
body #popup-course #sidebar-toggle:checked::before
{
content: "\e649" !important;
font-size: 10px;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before, 
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status:before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status::before, body .course-extra-box__content li::before
{
font-size: 16px;
content: "\e64c" !important;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link::before
{
font-size: 20px;
content: "\e6c7" !important;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before
{
font-size: 20px;
content: "\e72b" !important;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status:before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before
{
color: #222;
font-size: 16px;
content: "\e62b" !important;
}
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.duration {
border: 1px solid #000;
}
#popup-course #popup-footer .course-item-nav .next::before {
display: none !important;
}
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
font-size: 14px;
}
#page_content_wrapper ul.learn-press-nav-tabs .course-nav.active a,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span,
body #learn-press-course-tabs .course-nav.active label,
body #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label,
body #learn-press-course-tabs .course-nav.active label,
body #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label,
body #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label,
body #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label
{
background: #333;
color: #fff;
}
ul.learn-press-nav-tabs .course-nav.active::before,
ul.learn-press-nav-tabs .course-nav:first-child.active::after {
display: none;
}
body #learn-press-course-tabs.course-tabs {
margin-top: 0;
}
body ul.learn-press-nav-tabs .course-nav {
border: 0 !important;
border-radius: 0;
display: inline-block;
float: none;
}
body ul.learn-press-nav-tabs {
background: transparent;
border: 0;
}
#learn-press-course .lp-course-author .course-author__pull-left img {
height: auto;
}
body.learnpress-page.profile .lp-tab-sections {
margin: 0 0 20px 0 !important;
background: transparent;
z-index: 3;
position: relative;
}
body.learnpress-page.profile .learn-press-subtab-content {
margin: 20px 0 0 0;
}
body.learnpress-page.profile .lp-sub-menu,
body.learnpress-page.profile ul.learn-press-courses {
margin: 20px 0 20px 0 !important;
}
body.learnpress-page.profile ul.learn-press-courses,
body.learnpress-page.profile .learn-press-message {
clear: both;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav,
body.learnpress-page.profile .lp-tab-sections li {
display: inline-block;
float: none;
}
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
border: 0;
line-height: initial;
}
body.learnpress-page.profile .profile-heading {
float: left;
width: 50%;
margin: 20px 0 20px 0;
}
body.learnpress-page.profile .lp-sub-menu {
float: right;
width: 50%;
text-align: right;
}
#page-content-wrapper .course-landing-summary {
margin-bottom: 60px;
}
#learn-press-course {
width: 100%;
margin: auto;
}
body.tg-single-course-2 #learn-press-course {
width: 100%;
float: left;
}
body.tg-single-course-2 #learn-press-course .course-landing-summary {
float: left;
width: 66.66%;
box-sizing: border-box;
padding-right: 40px;
margin: 0;
}
body.tg-single-course-2 #page-content-wrapper #learn-press-course ul.learn-press-nav-tabs {
text-align: left;
margin-top: 60px;
margin-left: 10px;
}
#learn-press-course-tabs .course-tab-panel,
body #learn-press-course-tabs .course-tab-panels .course-tab-panel {
padding: 20px 0 0 0;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav.active:after,
#page-content-wrapper ul.learn-press-nav-tabs .course-nav:hover:after {
display: none;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav {
margin-left: -5px;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav.active a,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
z-index: 2;
position: relative;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav a,
body.learnpress-page.profile .lp-tab-sections li a,
body.learnpress-page.profile .lp-tab-sections li span,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
font-weight: 700;
border-radius: 5px;
padding: 8px 30px 8px 30px;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav.active a,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
background: transparent;
color: #000;
border: 1px solid #000;
}
body.learnpress-page.profile .lp-list-table tr.list-table-nav td {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.lp-label.label-finished,
.lp-label.label-completed,
.lp-label.label-cancelled,
.lp-label.label-pending {
padding: 5px 30px 5px 30px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
body .profile-recover-order {
border: 0;
padding: 0;
margin-top: 40px;
}
.order-recover input[name="order-key"]::placeholder {
opacity: 0.5;
}
body .profile-recover-order p {
padding: 0 !important;
}
body.learnpress-page.profile .lp-list-table tbody tr td.column-order-action {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
body.learnpress-page.profile .lp-list-table tbody tr td.column-order-action a {
margin-right: 10px;
}
#profile-content-order-details h3 {
font-size: 18px;
}
#page-content-wrapper .lp-single-course .course-price {
margin: 0;
float: right;
margin-bottom: 80px;
font-weight: 700;
}
body.tg-single-course-2 #page-content-wrapper .lp-single-course .course-price {
margin-bottom: 60px;
}
body #page-content-wrapper .lp-single-course .course-price,
body #page-content-wrapper .lp-single-course .lp-course-buttons {
display: none;
}
body.tg-single-course-2 #page-content-wrapper .course-landing-summary {
margin-bottom: 20px;
}
#page-content-wrapper .lp-single-course .lp-course-buttons {
float: left;
margin: 0;
margin-bottom: 80px;
}
.learnpress-page #page-content-wrapper .lp-button,
.learnpress-page #learn-press-profile-basic-information button,
.learnpress-page #profile-content-settings form button[type="submit"] {
line-height: normal;
height: intrinsic;
padding: .6em 2.5em .6em 2.5em;
background: transparent;
border-radius: 0;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
#page-content-wrapper .lp-single-course .course-author .author-bio {
font-style: normal;
padding: 0;
}
#page-content-wrapper .lp-single-course .course-author .author-bio p:first-child {
padding: 0;
}
#page-content-wrapper .lp-single-course .course-author .author-name a {
font-weight: 700;
}
.course-author h3 {
display: none;
}
#page-content-wrapper .course-curriculum ul.curriculum-sections .section-header {
border-bottom: 1px solid #999;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta,
body .lp-label.label-enrolled,
.lp-label.label-started {
padding: 0 15px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 2.5;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta i.fa.item-meta {
height: auto;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status {
font-size: 8px;
line-height: 2.3;
border-radius: 0;
background: transparent !important;
border: 1px solid #000;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta:not(.trans) .course-item-status:before,
body .lp-label.label-enrolled,
.lp-label.label-started,
body .course-remaining-time .lp-label.label-enrolled {
font-size: 10px;
}
body .lp-label.label-enrolled,
.lp-label.label-started {
height: 20px;
line-height: 24px;
color: #fff;
}
.learnpress .lp-label {
border-radius: 0;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
background: transparent;
color: #222;
padding: 0;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item:not(.item-preview) .course-item-status {
font-family: 'themify';
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status:before {
font-size: 16px;
content: "\e64c";
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before {
font-size: 20px;
content: "\e6c7";
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before {
font-size: 20px;
content: "\e72b";
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status:before {
color: #222;
font-size: 16px;
content: "\e62b";
}
#single-course-meta {
background-color: #fff;
margin-top: -60px;
position: relative;
z-index: 2;
border-radius: 5px;
}
body.tg-single-course-4 #single-course-meta {
margin-top: 0;
clear: both;
}
ul.single-course-meta-data {
list-style: none;
}
#single-course-meta ul.single-course-meta-data {
display: flex;
background: #fff;
margin-bottom: 20px;
border-radius: 5px;
}
body.tg-single-course-2 #single-course-wrapper.course-template-2 {
margin-bottom: 60px;
}
#page-content-wrapper .course-template-2 ul.single-course-meta-data {
margin-top: 25px;
}
#single-course-meta ul.single-course-meta-data li {
justify-content: center;
padding: 0 1em;
flex-grow: 1;
display: flex;
margin: 2.2rem 0;
}
.course-template-2 ul.single-course-meta-data li {
display: inline-block;
margin-right: 20px;
}
.course-template-2 ul.single-course-meta-data div {
display: inline-block;
}
.course-template-2 ul.single-course-meta-data div.single-course-meta-data-icon span {
margin-right: 5px;
}
#single-course-meta ul.single-course-meta-data li:first-child {
padding-left: 0;
}
#single-course-meta ul.single-course-meta-data li:last-child {
display: none !important;
}
#single-course-meta ul.single-course-meta-data li.single-course-meta-data-separator {
flex: 0;
border-left: solid 1px #e1e1e1;
display: flex;
max-height: 2.7em;
padding: 0;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-icon {
padding-right: .5em;
display: flex;
font-size: 2rem;
line-height: 1.5;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-text {
display: flex;
flex-direction: column;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-text .single-course-meta-data-title {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-text .single-course-meta-data-content {
font-size: 14px;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item:before {
display: none;
}
body #course-item-content-header .form-button.lp-button-back button,
body.learnpress-page .lp-button {
height: auto;
line-height: normal;
}
body.learnpress-page .lp-button.button-complete-lesson {
margin-top: 30px;
}
body #course-item-content-header .course-item-search input {
font-style: normal;
}
body #course-item-content-header {
background: #f9f9f9;
}
body #course-item-content-header .toggle-content-item:before {
font: 20px/60px 'themify';
content: "\e67a";
}
body.single.full-screen-content-item #course-item-content-header .toggle-content-item:before {
font: 20px/60px 'themify';
content: "\e679";
}
body.single.course-item-popup #learn-press-content-item .content-item-wrap {
margin: 40px auto;
}
body .course-item-nav .prev span,
body .course-item-nav .next span {
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
}
body .course-item-nav .prev a,
body .course-item-nav .next a {
position: relative;
top: -5px;
}
.learn-press-message:before {
display: none;
}
body .course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message {
margin-left: 0;
margin-right: 0;
}
body .lp-label {
background: transparent;
color: #222;
}
body .answer-options .answer-option .option-title:before {
display: none;
}
.lp-quiz-buttons .lp-form.form-button button[type="submit"] {
background: transparent;
border: none;
text-decoration: none;
margin-right: 10px;
cursor: pointer;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 10px;
outline: none;
}
body.learnpress-page.checkout:not(.elementor-page) #page-content-wrapper .inner .sidebar-content.fullwidth,
body.learnpress-page.profile:not(.elementor-page) #page-content-wrapper .inner .sidebar-content.fullwidth {
padding-bottom: 80px;
}
body.learnpress-page.profile:not(.elementor-page) #page-content-wrapper .inner .sidebar-content.fullwidth {
padding-top: 160px;
}
body.learnpress-page.checkout .lp-list-table thead tr th,
body.learnpress-page.profile .lp-list-table thead tr th {
background: #333;
}
body.learnpress-page.checkout #learn-press-order-review {
float: right;
width: 32%;
}
body.learnpress-page.checkout #learn-press-order-review h4 {
display: none;
}
body.learnpress-page.checkout .learn-press-checkout-comment h4,
body.learnpress-page.checkout #learn-press-payment h4 {
font-size: 16px;
margin-bottom: 10px;
}
body.learnpress-page.checkout .learn-press-checkout-comment .order-comments::placeholder {
opacity: 0;
}
body.learnpress-page.checkout .lp-list-table {
margin: 0;
border-width: 1px;
border-style: solid;
}
body.learnpress-page.checkout #learn-press-payment .payment-methods {
margin: 0 !important;
width: 50%;
display: inline-block;
}
body #learn-press-checkout .payment-methods .lp-payment-method.selected>label {
background: transparent;
}
body #checkout-payment .secure-connection {
display: none;
}
body #checkout-payment #checkout-order-action button {
border-radius: 0;
}
body.learnpress-page.checkout #learn-press-payment .payment-methods .lp-payment-method.selected>label {
background: transparent;
padding: 0;
display: inline-block;
}
body.learnpress-page.checkout #learn-press-payment .payment-methods .payment-method-form {
background: transparent;
border: 0;
padding: 0;
font-size: 13px;
display: inline-block !important;
margin-left: 10px;
}
body.learnpress-page.checkout #checkout-order-action {
margin-top: 30px;
width: 49%;
display: inline-block;
}
body.learnpress-page.profile #learn-press-profile-header {
background: transparent;
margin-bottom: 20px;
}
body.learnpress-page.profile #learn-press-profile-header .lp-profile-avatar img {
border-radius: 250px;
position: relative;
top: -100px;
}
body.learnpress-page.profile .lp-user-profile .profile-name {
font-size: 20px;
font-weight: 700;
margin-top: -100px;
margin-left: 5px;
text-align: left;
}
body.learnpress-page.profile #learn-press-profile-header .lp-profile-avatar {
width: 200px;
}
body.learnpress-page.profile #learn-press-profile-nav {
padding: 0;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs {
margin: 0 !important;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li a {
padding: 10px 20px;
border: 1px solid transparent;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li ul {
margin: 0 !important;
padding: 0;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active ul {
background: transparent;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active ul li a {
color: inherit;
padding-left: 40px;
}
body.learnpress-page.profile #learn-press-profile-content {
width: calc(100% - 250px);
}
body.learnpress-page.profile #learn-press-profile-header {
height: 80px;
margin-bottom: 40px;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active ul li a:hover {
}
#profile-content-settings .learn-press-form .form-fields .form-field label {
display: block !important;
}
.learn-press-form .form-fields .form-field .form-field-input #description {
min-height: 200px;
}
.learn-press-form .form-fields .form-field .form-field-input #display_name {
min-width: 200px;
}
body .lp-label {
line-height: 1.5;
}
body.learnpress-page.profile #learn-press-profile-nav:before {
background: transparent;
}
body.learnpress-page.profile #learn-press-profile-nav,
body.learnpress-page.profile #learn-press-profile-nav .tabs>li:hover:not(.active) ul {
background: transparent;
font-size: 15px;
margin-top: -40px;
}
body.learnpress-page.profile .learn-press-form .form-fields {
margin: 40px 0 0 0 !important;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li:hover:not(.active) ul {
background: #fff;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li {
margin-bottom: 5px;
border: 1px solid transparent;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active>a {
border: 1px solid #000;
background: transparent !important;
font-weight: 700;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs > li a:hover {
border: 1px solid #000;
background: transparent !important;
}
body.learnpress-page.profile #learn-press-profile-content {
margin-top: -120px;
}
body ul.learn-press-courses .course .course-thumbnail {
margin-bottom: 20px;
}
body ul.learn-press-courses .course {
position: relative;
}
body ul.learn-press-courses .course .lp-course-buttons form button {
display: none;
}
body ul.learn-press-courses .course .course-info .course-price .price {
position: absolute;
top: 12px;
right: 12px;
font-size: 13px;
display: inline-block;
background: #000;
color: #fff;
font-weight: 900;
text-transform: uppercase;
border-radius: 50%;
width: 60px;
text-align: center;
line-height: 60px;
}
body ul.learn-press-courses .course .course-info .course-instructor {
float: none;
clear: both;
margin-top: -20px;
}
ul.learn-press-courses .course .course-info .course-instructor:before {
font: 16px/60px 'themify';
content: "\e623";
margin-right: 5px;
vertical-align: middle;
}
body.learnpress-page #page-content-wrapper .lp-button {
cursor: pointer;
}
body.learnpress-page #page-content-wrapper .order-recover input[name="order-key"] {
width: 100%;
}
body.learnpress-page #page-content-wrapper .order-recover .lp-button {
clear: both;
margin-top: 15px;
}
.learnpress-page #learn-press-profile-basic-information p {
padding: 0 !important;
}
.learnpress-page #learn-press-profile-basic-information button {
cursor: pointer;
margin-top: 30px;
outline: none;
}
body.learnpress-page.profile #learn-press-profile-header {
z-index: 2;
}
body .lp-avatar-preview .profile-picture {
margin-top: 0;
}
body .learn-press-form .form-fields .form-field input[type="text"],
body .learn-press-form .form-fields .form-field input[type="email"],
body .learn-press-form .form-fields .form-field input[type="number"],
body .learn-press-form .form-fields .form-field input[type="password"],
body .learn-press-form .form-fields .form-field textarea {
padding: 5px 0 5px 0;
}
body #page-content-wrapper p#lp-avatar-actions {
padding: 0;
}
body #page-content-wrapper p#lp-avatar-actions button {
padding: .6em 2.5em .6em 2.5em;
cursor: pointer;
outline: none;
}
body ul.learn-press-courses .course .course-title {
line-height: 1.5em;
}
body #learn-press-profile-nav #profile-mobile-menu {
font: 20px/60px 'themify';
text-align: right;
}
body #learn-press-profile-nav #profile-mobile-menu.fa-bars:before {
content: "\e60f";
}
#lp-archive-courses form.learn-press-search-course-form {
margin: 10px 0 50px 0;
}
#lp-archive-courses ul.learn-press-courses .course,
#profile-content-courses ul.learn-press-courses .course {
overflow: hidden;
background: #fff;
}
body ul.learn-press-courses .course .course-title {
margin: 25px 25px 0 25px;
}
body ul.learn-press-courses .course .course-info {
margin: 10px 25px 10px 25px;
}
body ul.learn-press-courses .course .lp-course-buttons {
display: none;
}
body ul.learn-press-courses .course .course-thumbnail img {
width: 100%;
}
body ul.learn-press-courses .course {
width: 30.66%;
margin: 0 4% 20px 0;
}
body ul.learn-press-courses .course:nth-child(3n) {
margin-right: 0;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item {
background: transparent;
}
body.single-lp_course .fullwidth-comment-wrapper {
margin: 0;
margin: auto;
float: none;
margin-top: 60px;
padding-top: 60px;
}
.learn-press-course-results-progress .items-progress h4,
.learn-press-course-results-progress .course-progress h4 {
font-size: 22px;
}
body.single-lp_course .fullwidth-comment-wrapper #respond.comment-respond {
padding-top: 0;
}
body.archive.post-type-archive-lp_course #page-content-wrapper {
padding-bottom: 40px;
}
form[name="search-course"] .search-course-input::placeholder {
opacity: 0.5;
}
body.tg-single-course-2 .single-course-sidebar {
width: 33%;
border-radius: 5px;
background: #fff;
float: right;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
margin-top: 60px;
overflow: hidden;
padding: 5px;
box-sizing: border-box;
margin-bottom: 60px;
display: none;
}
body.tg-single-course-2 .lp-single-course {
float: left;
width: 100%;
}
body.tg-single-course-2 .single-course-sidebar.has-image {
margin-top: -300px;
position: relative;
z-index: 2;
}
body.tg-single-course-2 .single-course-sidebar.is-stuck {
margin-top: 0;
margin-bottom: 80px;
}
body.tg-single-course-2 .single-course-sidebar .single-course-info-wrapper {
margin: 30px;
}
.single-course-price-wrapper {
display: flex;
align-items: center;
}
.single-course-price-wrapper .price {
font-size: 30px;
}
.single-course-price-wrapper .origin-price {
line-height: 20px;
font-size: 18px;
opacity: 0.5;
text-decoration: line-through;
}
body.tg-single-course-1 .single-course-price-wrapper {
float: right;
text-align: right;
}
body.tg-single-course-1 .single-course-price-wrapper {
font-size: 24px;
}
body.tg-single-course-1 .single-course-price-wrapper .single-course-price-wrapper .price {
font-size: 16px;
}
body.tg-single-course-1 .single-course-join {
margin-top: 0;
}
body.tg-single-course-3 .single-course-join {
float: none;
width: 100%;
margin-top: 0;
text-align: left;
}
body.tg-single-course-2 .single-course-sidebar .single-course-join {
margin-bottom: 30px;
}
body.tg-single-course-2 .single-course-sidebar .single-course-include h4,
body.tg-single-course-3 .single-course-include h4 {
font-size: 16px;
margin-bottom: 20px;
}
.single-course-include .single-course-include-list {
list-style: none;
margin-top: 20px;
}
.single-course-include .single-course-include-list li {
display: block;
width: 100%;
margin: 10px 0 10px 0;
}
.single-course-include .single-course-include-list li span {
display: inline-block;
width: calc(100% - 40px);
}
.single-course-include .single-course-include-list li span.single-course-include-icon {
margin-right: 5px;
width: 30px;
vertical-align: top;
}
.single-course-include .single-course-include-list li span.single-course-include-icon img {
width: auto;
max-height: 22px;
vertical-align: middle;
}
.single-course-include .single-course-include-list li span.single-course-include-icon span {
font-size: 22px;
}
.dpsp-share-text {
padding-bottom: 0 !important;
}
.single-course-info-wrapper .sidebar {
margin-top: 30px;
float: left;
}
.single-course-info-wrapper .sidebar .content ul.sidebar-widget {
border-top: solid 1px #D8D8D8;
padding-top: 30px !important;
margin-bottom: 30px !important;
float: left;
}
#learn-press-course-tabs .course-tab-panel .course-description ul {
margin-left: 40px;
margin-top: 10px;
}
#learn-press-course-tabs .course-tab-panel .course-description p {
padding-bottom: 1.5em;
}
body.tg-single-course-3 .single-course-title {
margin-bottom: 30px;
}
body.tg-single-course-3 #single-course-header {
padding-bottom: 20px;
padding-top: 40px;
}
body.tg-single-course-3 #learn-press-course {
width: 100%;
}
body .course-review-wrapper .review-form {
border-radius: 5px;
}
body .course-rate .review-bar .rating {
border-radius: 5px;
background: #a1a7b3;
height: 20px;
}
body .course-rate .review-bar {
border-radius: 5px;
background: #f2f3f5;
height: 20px;
margin-left: 10px;
margin-right: 10px;
width: calc(100% - 160px);
}
body .course-rate>span.review-percent {
top: -5px;
position: relative;
display: inline-block;
}
body .course-rate>.review-stars-rated {
top: 3px;
position: relative;
}
body.tg-single-course-1 .single-course-title>.review-stars-rated,
body.tg-single-course-2 .single-course-title>.review-stars-rated,
body.tg-single-course-3 .single-course-title>.review-stars-rated,
body.tg-single-course-4 .single-course-title>.review-stars-rated {
top: 7px;
position: relative;
}
.course-rate-summary {
display: inline-block;
width: 160px;
height: 200px;
vertical-align: top;
text-align: center;
}
.course-rate-breakdown {
display: inline-block;
width: calc(100% - 180px);
}
.course-rate-summary .review-number {
font-size: 72px;
font-weight: 700;
line-height: 1;
letter-spacing: -2px;
}
.course-rate-summary .course-rating-title {
margin-top: -10px;
}
body.single-lp_course .review-stars-rated .review-stars.empty,
body.single-lp_course .review-stars-rated .review-stars.filled {
width: 100%;
}
h3.course-review-head {
display: none;
}
body.single-lp_course .course-reviews-list li,
body.single-lp_course .course-reviews-list-shortcode li {
background: transparent;
border: 0;
border-top: 1px solid #d8d8d8;
padding-top: 40px;
margin-top: 20px;
}
body.single-lp_course .course-reviews-list li .review-author {
display: inline-block;
width: 230px;
}
body.single-lp_course .course-reviews-list li .review-author img {
width: 60px;
height: auto;
border-radius: 50px;
display: inline-block;
margin-right: 10px;
}
body.single-lp_course .course-reviews-list li .review-author .review-author-info {
width: calc(100% - 80px);
display: inline-block;
vertical-align: top;
}
body.single-lp_course .course-reviews-list li .review-author .review-author-info h4 {
font-size: 14px;
margin-top: -2px;
}
body.single-lp_course .course-reviews-list li .review-text {
display: inline-block;
width: calc(100% - 250px);
}
body.single-lp_course .course-reviews-list li .user-name,
body.single-lp_course .course-reviews-list-shortcode li .user-name {
margin: 0;
}
body.single-lp_course .review-time {
opacity: 0.7;
}
#learn-press-course-tabs .course-tab-panel#tab-reviews {
padding-bottom: 0;
}
body.single-lp_course #dpsp-content-bottom {
margin-top: 2.5em;
}
body.single-lp_course .course-reviews-list li .review-title,
body.single-lp_course .course-reviews-list-shortcode li .review-title {
font-size: 18px;
font-style: normal;
margin: 5px 0 10px 0;
}
.page-shop-categories-filter {
display: inline-block;
list-style: none;
margin: auto;
margin-top: 10px;
}
.page-shop-categories-filter li {
display: inline-block;
margin: 0 15px 0 15px;;
font-size: 22px;
}
.page-shop-categories-filter li a {
border-bottom: 2px solid transparent;
padding-bottom: 5px;
}
.page-shop-categories-filter li a.active,
.page-shop-categories-filter li a:hover {
border-bottom: 2px solid #000;
} .video-grid-wrapper .video-card {
position: relative;
overflow: hidden;
display: block;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.video-grid-wrapper .video-card .preview-video-title {
width: 100%;
position: absolute;
bottom: 25px;
left: 0;
z-index: 4;
color: #fff;
font-weight: 900;
text-align: center;
}
.video-grid-wrapper .video-card {
border-radius: 0;
line-height: 0;
}
.video-grid-wrapper .video-card:before {
opacity: 1;
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 3;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.69)));
background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
}
.video-grid-wrapper .video-card:hover .video-card-image {
-webkit-transform: scale(1.06);
transform: scale(1.06);
transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.video-grid-wrapper .video-card .video-card-image {
width: 100%;
height: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.video-grid-wrapper .video-iframe-wrapper {
display: none;
}
.video-grid-wrapper .video-iframe-container {
background: #000;
display: flex;
align-items: center;
}
.video-grid-wrapper .video-iframe-container .video-container {
width: 100%;
margin: 0;
}
body.tg-single-course-3 .video-grid-wrapper {
float: left;
width: 70%;
}
body.tg-single-course-3 .single-course-include {
float: right;
width: 25%;
}
body.tg-single-course-3 .video-grid-wrapper .video-card {
border-radius: 5px;
}  body.learnpress-page.profile .tg-three-cols,
body.single.single-lp_course .tg-three-cols {
margin-right: 3.5%;
}
body.learnpress-page.profile .tg-three-cols.last,
body.single.single-lp_course .tg-three-cols.last {
margin-right: 0;
}
body.learnpress-page.profile .tg-four-cols,
body.single.single-lp_course .tg-four-cols {
margin-right: 2.5%;
}
body.learnpress-page.profile .tg-four-cols.last,
body.single.single-lp_course .tg-four-cols.last {
margin-right: 0;
}
body.learnpress-page.profile .profile-avatar {
display: inline-block;
margin-right: 20px;
}
body.learnpress-page.profile .profile-avatar img {
border-radius: 50%;
width: 90px;
height: auto;
}
body.learnpress-page.profile .profile-name {
display: inline-block;
height: 90px;
vertical-align: top;
}
body.learnpress-page.profile .profile-name h1 {
line-height: 90px !important;
}
body.learnpress-page.profile .profile-description {
font-size: 18px;
margin-top: 10px;
width: 60%;
}
body.learnpress-page.profile .profile-course-count {
margin-top: 30px;
border-radius: 5px;
background: #57B957;
color: #fff;
display: inline-block;
}
body.learnpress-page.profile .profile-course-count span.ti-agenda {
padding-right: 15px;
margin: 8px 0 8px 15px;
display: inline-block;
}
body.learnpress-page.profile .profile-course-count span.profile-course-count-number {
font-weight: 700;
background: #FF6D3F;
padding: 8px 15px 8px 15px;
display: inline-block;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
body.learnpress-page.profile #wrapper {
}
body.learnpress-page.profile:not(.checkout) .course-grid-container {
margin-top: 60px;
margin-bottom: 30px;
}
body.learnpress-page.profile .course-grid-container.hidden {
display: none;
}
body.learnpress-page.checkout #learn-press-checkout-login,
body.learnpress-page.checkout #learn-press-checkout-register {
width: 48%;
float: left;
box-sizing: border-box;
display: inline-block;
padding: 40px 40px 20px 40px;
border: 1px solid #000;
}
form[name=learn-press-login] p:last-child {
padding-bottom: 0 !important;
}
body.learnpress-page.checkout #learn-press-checkout-login h3 {
display: none;
}
body.learnpress-page.checkout #learn-press-checkout-register {
margin-left: 4%;
}
.learn-press-form .form-fields {
margin-left: 0 !important;
}
body.learnpress-page.profile .course-grid-container .portfolio-classic-grid-wrapper.tg-two-cols .card-title,
body.single.single-lp_course .course-grid-container .portfolio-classic-grid-wrapper.tg-two-cols .card-title {
font-size: 22px;
}
body.learnpress-page.profile .course-grid-container .portfolio-classic-grid-wrapper.tg-three-cols .card-title,
body.single.single-lp_course .course-grid-container .portfolio-classic-grid-wrapper.tg-three-cols .card-title {
font-size: 18px;
}
body.learnpress-page.profile .course-grid-container .portfolio-classic-grid-wrapper.tg-four-cols .card-title,
body.single.single-lp_course .course-grid-container .portfolio-classic-grid-wrapper.tg-four-cols .card-title {
font-size: 16px;
}
.tooltip-templates {
display: none;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul {
margin-left: 20px !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul li {
margin: 10px 0 10px 0 !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul li:last-child {
margin-bottom: 0 !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content h5 {
font-size: 16px;
margin-bottom: 5px;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content .course-tooltip-content {
margin: 20px 5px 20px 5px;
box-sizing: border-box;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper-half .card-price {
font-size: 20px;
font-weight: 900;
}
#page-content-wrapper .lp-single-course .course-author .author-name p {
padding: 0 !important;
}
.checkout-form-login-toggle,
#checkout-form-register {
font-weight: 600;
}
#learn-press-checkout-register p:first-child {
display: none;
}
body.single-lp_course .lp-archive-courses .lp-entry-content .entry-content-left {
padding-top: 0;
}
.course-curriculum .course-item .section-item-link::before {
margin-top: -15px;
} .course-grid-container .portfolio-classic-grid-wrapper .card-img {
visibility: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 235px;
}
.course-grid-container .portfolio-classic-grid-wrapper.tg-three-cols .card-img {
height: 200px;
}
.course-grid-container .portfolio-classic-grid-wrapper.tg-four-cols .card-img {
height: 180px;
}
.course-grid-container .grid-template1 .portfolio-classic-grid-wrapper .card-price {
position: absolute;
top: 200px;
right: 15px;
font-size: 13px;
display: inline-block;
background: #3d64ff;
color: #fff;
font-weight: 900;
text-transform: uppercase;
border-radius: 50%;
width: 60px;
text-align: center;
line-height: 60px !important;
z-index: 2;
transition: all .21s cubic-bezier(.5, .5, .4, .9);
}
.course-grid-container .grid-template1 .portfolio-classic-grid-wrapper.tg-three-cols .card-price {
top: 160px;
}
.course-grid-container .grid-template1 .portfolio-classic-grid-wrapper.tg-four-cols .card-price {
top: 145px;
}
.course-grid-container .grid-template3 .portfolio-classic-grid-wrapper .card-price {
position: absolute;
top: 15px;
right: 15px;
font-size: 13px;
display: inline-block;
background: #3d64ff;
color: #fff;
font-weight: 900;
border-radius: 5px;
text-align: center;
z-index: 2;
padding: 5px 10px 5px 10px;
}
.course-grid-container .grid-template1 .portfolio-classic-grid-wrapper:hover .card-price {
-ms-transform: scale(1.2) translateY(-10px);
-moz-transform: scale(1.2) translateY(-10px);
-o-transform: scale(1.2) translateY(-10px);
-webkit-transform: scale(1.2) translateY(-10px);
transform: scale(1.2) translateY(-10px);
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info-hover {
position: absolute;
padding: 16px;
width: 100%;
opacity: 0;
top: 0;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-img--hover {
transition: 0.2s all ease-out;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
position: absolute;
height: 235px;
top: 0;
}
.course-grid-container .portfolio-classic-grid-wrapper.tg-three-cols .card-img--hover {
height: 200px;
}
.course-grid-container .portfolio-classic-grid-wrapper.tg-four-cols .card-img--hover {
height: 180px;
}
.course-grid-container .portfolio-classic-grid-wrapper {
transition: all .2s cubic-bezier(0.175, 0.885, 0, 1);
background-color: #fff;
position: relative;
overflow: hidden;
border: 1px solid #fff;
}
.course-grid-container .has-no-space .portfolio-classic-grid-wrapper {
border-radius: 0 !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover {
background-color: #000 !important;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info {
z-index: 2;
background-color: #fff;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-title {
margin-bottom: 10px;
font-size: 20px;
padding: 25px 20px 0 20px;
}
.course-grid-container .grid-template2 .portfolio-classic-grid-wrapper .card-title {
padding-top: 20px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-rating {
padding: 0 20px 10px 20px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-meta-wrapper {
padding: 0 20px 15px 20px;
text-align: center;
border-top: 1px solid #D8D8D8;
}
.course-grid-container .grid-template3 .portfolio-classic-grid-wrapper .card-meta-wrapper {
border: 0;
margin-top: -20px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-excerpt {
padding: 0 20px 15px 20px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-excerpt p {
padding: 0 !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-img--hover {
height: 100% !important;
opacity: 0.5;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-meta-wrapper {
border-color: rgba(256, 256, 256, 0.3) !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info {
background-color: transparent !important;
position: relative;
color: #fff !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-meta,
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-date,
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-excerpt,
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-price {
color: #fff !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover a {
color: #fff !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info-hover {
opacity: 1;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info .card-date {
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info .card-excerpt {
margin-bottom: 15px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info .card-meta {
margin-top: 15px;
font-weight: 900;
font-size: 13px;
display: inline-block;
margin-right: 20px;
}
body.elementor-page form.learn-press-search-course-form {
margin-bottom: 60px;
}
body.elementor-page form.learn-press-search-course-form .lp-button {
padding: .7em 2.5em .6em 2.5em;
top: 0;
border-radius: 0;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.portfolio-classic-grid-wrapper .review-stars-rated {
width: 90px;
position: relative;
display: inline-block;
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.empty,
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.filled {
width: 120px;
height: 24px;
font-family: dashicons;
font-size: 18px;
color: #f2b827;
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.filled {
position: absolute;
top: 0;
left: 0;
}
.portfolio-classic-grid-wrapper .review-stars {
margin: 0 0;
list-style: none;
overflow: hidden;
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.empty:before,
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.filled:before {
content: '\f154\f154\f154\f154\f154';
line-height: 1;
vertical-align: top;
white-space: nowrap;
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.filled:before {
content: '\f155\f155\f155\f155\f155';
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars:after,
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars:after {
clear: both;
content: '';
display: block;
}
.portfolio-classic-grid-wrapper .card-rating-total {
display: inline-block;
position: relative;
top: -10px;
font-size: 13px;
}
.course-grid-container .grid-template3 .card-info .card-title-wrapper {
padding: 0;
box-sizing: border-box;
width: calc(100% - 30px);
margin: auto;
border-radius: 5px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
position: relative;
z-index: 3;
top: -30px;
background: #fff;
}
.course-grid-container .grid-template3 .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-title-wrapper {
background: rgba(0, 0, 0, 0.4) !important;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper.two-cols {
float: left;
width: 100%;
padding: 20px 20px 20px 20px;
text-align: left;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper-half {
width: 50%;
float: left;
}
.course-grid-container .grid-template2 .portfolio-classic-grid-wrapper .card-info .card-meta {
margin: 0;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper-half .card-price {
background: transparent !important;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper {
padding: 20px 20px 20px 20px;
text-align: left;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper h5 {
font-size: 12px;
}
.tooltip-templates {
display: none;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul {
margin-left: 20px !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul li {
margin: 10px 0 10px 0 !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul li:last-child {
margin-bottom: 0 !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content h5 {
font-size: 16px;
margin-bottom: 5px;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content .course-tooltip-content {
margin: 20px 5px 20px 5px;
box-sizing: border-box;
}
body.single.single-lp_course .course-grid-container {
margin: auto;
margin-bottom: 20px;
}
body.tg-single-course-1.single.single-lp_course .course-grid-container {
margin-bottom: 20px;
}
.course-grid-container-header {
text-align: center;
margin-bottom: 30px;
}
body.tg-single-course-2 .course-grid-container-header {
text-align: left;
}
#page-content-wrapper .course-curriculum ul.curriculum-sections .section-content {
margin-top: 16px;
}
.learn-press-form .form-fields .form-field label {
display: none !important;
}
body.learnpress-page.checkout .learnpress a:last-child {
display: block;
clear: both;
padding-top: 0px;
}
#learn-press-checkout-form .lp-form-fields input[type=text] {
width: 100%;
margin-bottom: 10px;
}
#checkout-account-register, #checkout-account-login {
border: 0 !important;
}
.lp-list-table th, .lp-list-table td {
font-size: inherit !important;
}
#learn-press-course
{
width: 100%;
}
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left
{
width: calc(100% - 300px);
padding-right: 40px;
}
.lp-archive-courses .course-summary .course-summary-content .course-detail-info, 
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
display: block;
margin-top: 0 !important;
}
.lp-archive-courses .course-summary .course-summary-content .course-detail-info {
display: none !important;
}
.course-summary .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
position: relative;
top: 0 !important;
}
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {	
margin-bottom: 80px;
}   .appointment-form-shortcode,
.appointment-form-widget > .widget-body {
padding: 0;
font-weight: 400;
}
.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .prevMonthDay.flatpickr-disabled {
opacity: 0.3;
}
.appointment-form-shortcode .flatpickr-calendar {
background: transparent;
}
.appointment-form-shortcode .widget-title,
.appointment-form-widget > .widget-body .widget-title {
width: calc(100% + 80px);
}
.appointment-form-shortcode .mpa-booking-step .mpa-actions,
.appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions {
margin-top: 10px;
margin-bottom: 0;
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.appointment-form-shortcode .mpa-booking-step .mpa-actions > *,
.appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions > * {
margin-right: 18px;
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
}
.appointment-form-shortcode .mpa-booking-step .mpa-actions > *:last-child,
.appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions > *:last-child {
margin-right: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment {
padding: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-shortcode-title, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-shortcode-title, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-shortcode-title, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form .mpa-shortcode-title, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-shortcode-title {
font-size: 30px;
text-align: center;
margin-bottom: 23px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .button-secondary:hover {
color: #fff;
background: #2da272;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table th {
text-align: center;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table th:first-child {
text-align: left;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper {
margin-top: 0px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times {
position: relative;
max-height: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period {
border-radius: 20px;
font-size: 14px;
text-transform: none;
font-weight: 400;
padding-left: 1px;
padding-right: 1px;
letter-spacing: 0.12px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-input-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container > .mpa-input-wrapper,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-input-container > .mpa-input-wrapper {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar {
border: 0;
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
font-size: 14px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
background-color: #eef8ee;
padding: 10px 63px;
position: relative;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month {
height: 33px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
padding: 0;
font-size: 18px;
line-height: 24px;
font-weight: 400;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month {
font-weight: inherit;
line-height: 33px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper:hover,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year:hover,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month:hover {
background: transparent;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg {
fill: #2da272;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
right: 35px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
left: 35px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
width: 100%;
padding: 0 35px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer {
width: 100%;
max-width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
max-width: none;
border-width: 0;
border-radius: 0;
height: 40px;
line-height: 40px;
z-index: 1;
-webkit-transition: .3s;
transition: .3s;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before {
content: '';
width: 36px;
height: 36px;
display: block;
background-color: #f2e053;
border-radius: 50%;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
-webkit-transition: .3s;
transition: .3s;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover {
background-color: transparent;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before {
opacity: 1;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
color: #bcc0be;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before {
display: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.nextMonthDay, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.prevMonthDay,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.nextMonthDay,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.prevMonthDay {
color: #e8e9e8;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays {
height: 49px;
border-bottom: 1px solid #f6fbf6;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
font-size: 12px;
text-transform: uppercase;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li {
max-width: 33%;
border: 0;
padding: 0;
margin-right: 40px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li.mpa-reservation-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li.mpa-reservation-service {
width: 100%;
max-width: 100%;
margin-right: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child {
margin: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-label,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-label {
font-size: 16px;
color: #f2e053;
font-weight: 600;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-value,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-value {
font-weight: 400;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details {
margin-bottom: 20px;
margin-top: 20px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order {
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-service,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-subtotal,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-total,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-subtotal,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-total {
text-align: left;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-services th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-services th {
font-size: 20px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-service {
font-weight: 300;
font-size: 16px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-price,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-price {
text-align: center;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-subtotal th,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-total th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-subtotal th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-total th {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 16px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip {
display: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details .mpa-shortcode-title {
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking {
padding:  20px;
position: relative;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking:before {
background: url(//www.nicolasdesvages-photographe.fr/wp-content/themes/artale/css/core/images/icon-check-mark.svg) no-repeat;
content: '';
width: 40px;
height: 40px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 100px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-message,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-message {
text-align: center;
position: relative;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-actions > *,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-actions > * {
max-width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart {
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .mpa-cart-item,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .mpa-cart-item {
border: none;
background: #f6fbf6;
padding: 20px 0 10px 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header {
display: block;
border: none;
padding-bottom: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service {
padding-bottom: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service .mpa-service-name,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service .mpa-service-name {
font-size: 24px;
line-height: 1.15;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-date,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-date {
padding-top: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-people,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-people {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-cell-people,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-cell-people {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-employee,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-price,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-employee,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-price {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer {
border: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .cell-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .cell-title {
text-transform: uppercase;
font-size: 12px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total {
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li label,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li label {
font-weight: 600;
text-transform: none;
margin-left: 5px;
line-height: 1;
vertical-align: middle;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li p,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li p {
line-height: 1.5;
padding-top: 8px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li {
padding: 0;
margin-right: 10px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li label,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li label {
font-family: inherit;
font-size: 16px;
font-weight: normal;
margin: 0;
}
.mpa-employees-list-shortcode .mpa-loop-post-wrapper {
max-width: 85%;
margin: 0 auto 1.5em;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail {
margin-bottom: 16px;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a {
border-radius: 50%;
overflow: hidden;
display: inline-block;
border: solid 4px #e7f5e7;
position: relative;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a:after {
content: '';
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
background: #f6fbf6 url(//www.nicolasdesvages-photographe.fr/wp-content/themes/artale/css/core/images/icon-employee.svg) center center no-repeat;
background-size: 107px 99px;
opacity: 0;
-webkit-transition: .3s;
transition: .3s;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a:hover:after {
opacity: 1;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a img {
vertical-align: middle;
width: 100%;
}
.mpa-employees-list-shortcode .mpa-post-title {
text-align: center;
margin-bottom: 0;
line-height: 1.25;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.mpa-employees-list-shortcode .mpa-post-title a {
font-size: 24px;
}
.mpa-employees-list-shortcode .mpa-post-title a:hover {
}
.mpa-employees-list-shortcode .entry-excerpt p {
margin-bottom: 0;
text-align: center;
font-size: 16px;
}
.mpa-employees-list-shortcode .entry-excerpt p:first-line {
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
}
.mpa-services-list-shortcode {
--mpa-grid-gap: 11px;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper {
padding-left: 30px;
padding-bottom: 40px;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .post-thumbnail {
padding: 30px 0 100px 0;
position: relative;
margin: 0 0 -80px 0;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .post-thumbnail::before {
content: '';
top: 0;
bottom: 0;
left: -30px;
background: #f6fbf6;
width: 45%;
max-width: 145px;
display: block;
position: absolute;
z-index: -1;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .post-thumbnail img {
vertical-align: middle;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-post-title {
font-size: 24px;
margin-bottom: 0;
position: relative;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-post-title a {
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-post-title a:hover {
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .service-list-item-title-wrap {
margin-bottom: 28px;
min-height: 75px;
position: relative;
z-index: 5;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-service-price {
margin-top: 15px;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-service-price .mpa-price {
font-weight: 700;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-service-button-link {
margin-left: -30px;
}
.mpa-attributes {
margin: 0;
padding: 0;
list-style: none;
line-height: 1.25;
font-size: 16px;
}
.mpa-attributes li {
margin: 0;
}
.mpa-attributes li.mpa-attribute-price .mpa-price {
font-weight: 700;
font-size: 18px;
}
.single-mpa_service .mpa-service-attributes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 50px;
}
.single-mpa_service .mpa-service-attributes .mpa-attribute-price {
font-size: 18px;
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
margin-top: 30px;
}
.service-list-terms {
line-height: 1.2;
}
.service-list-terms a {
display: inline-block;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
}
.service-list-terms a:hover {
color: #2da272;
}
.service-list-terms a:after {
content: ',';
}
.service-list-terms a:last-child:after {
display: none;
}
.mpa-service-categories-shortcode h2,
.mpa-locations-list-shortcode h2,
.mpa-employee-title-shortcode h2 {
font-size: 24px;
}
.mpa-service-categories-shortcode h2 a,
.mpa-locations-list-shortcode h2 a,
.mpa-employee-title-shortcode h2 a {
}
.mpa-service-categories-shortcode h2 a:hover,
.mpa-locations-list-shortcode h2 a:hover,
.mpa-employee-title-shortcode h2 a:hover {
color: #2da272;
}
.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-header, .appointment-form-widget>.widget-body .mpa-booking-step-cart .mpa-cart .item-header, .appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-body, .appointment-form-widget>.widget-body .mpa-booking-step-cart .mpa-cart .item-body, .appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-footer, .appointment-form-widget>.widget-body .mpa-booking-step-cart .mpa-cart .item-footer {
padding: 10px;
}
p.mpa-shortcode-title,
p.mpa-cart-total {
padding:0;
}
p.mpa-cart-total {
font-weight: 600;
}
.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-footer {
padding-top: 0;
}
.appointment-form-shortcode .mpa-booking-step-service-form label, .appointment-form-widget>.widget-body label {
}
textarea.mpa-customer-notes, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order, table.mpa-order {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-shortcode-title.mpa-payment-gateways-title {
display: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-shortcode-title, 
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-shortcode-title {
margin-bottom: 10px;
}
body .appointment-form-shortcode .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways, body .appointment-form-widget>.widget-body .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways {
margin: 40px 0 40px 0;
}
@media only screen and (min-width: 992px) {
.appointment-form-shortcode .mpa-booking-step, .appointment-form-widget>.widget-body .mpa-booking-step {
margin: auto;
}
}