.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.about_row {
position: relative;
}
.container_about .about_row .about_text {
margin: 0;
padding: 10px 30px;
}
.image_overlay_holder {
overflow: hidden;
}
.about_overlay {
background-color: rgba(39, 141, 177, 0.8);
content: "";
height: 100%;
position: absolute;
opacity: 0;
width: 100%;
z-index: 2;
}
.about_row:hover .about_overlay {
opacity: 1;
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}
.about_row:hover .about_image {
transform: scale(1.01);
-ms-transform: scale(1.01);
-webkit-transform: scale(1.01);
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}
.about_row .about_image {
transition: all 500ms ease-in-out 0s;
-ms-transformtransition: all 500ms ease-in-out 0s;
-webkit-transformtransition: all 500ms ease-in-out 0s;
}
.text_image.about_row .about_text::before {
border-bottom: 20px solid rgba(0, 0, 0, 0);
border-left: 20px solid rgba(255, 255, 255, 1);
border-top: 20px solid rgba(0, 0, 0, 0);
content: "";
height: 30px;
position: absolute;
right: -30px;
top: calc(50% - 20px);
width: 30px;
z-index: 3;
}
.image_text.about_row .about_text::before {
border-bottom: 20px solid rgba(0, 0, 0, 0);
border-right: 20px solid rgba(255, 255, 255, 1);
border-top: 20px solid rgba(0, 0, 0, 0);
content: "";
height: 30px;
left: -30px;
position: absolute;
top: calc(50% - 20px);
width: 30px;
z-index: 3;
}
.container_about .all_overlay .about_text_holder {
display: table;
}
.container_about .all_overlay .about_text_holder .about_text {
display: table-cell;
vertical-align: middle;
} .blog_post_shortcode_container .list-view .blog_custom {
background: #fff !important;
display: inherit;
}
.post-thumbnail-img {
overflow: hidden;
}
.blog_post_shortcode_container .blog_custom .post-author .avatar.photo {
border-radius: 50%;
position: absolute;
right: -35px;
z-index: 3;
border: 3px solid #ffffff;
top: 90px;
}
.blog_post_shortcode_container .single-post .blog_custom .post-details .post-excerpt {
border-bottom: 1px solid #e3e3e5;
margin-bottom: 10px;
padding-bottom: 10px;
}
.blog_post_shortcode_container .single-post .blog_custom .post-details .post-name {
text-align: left;
}
.blog_post_shortcode_container .single-post .blog_custom .post-details .post-date {
text-align: left;
}
.blog_post_shortcode_container .single-post .blog_custom .post-details .post-tags {
display: block;
text-align: left;
}
.blog_post_shortcode_container .single-post .blog_custom .post-details .post-date span {
color: #303030;
margin-left: 5px;
margin-top: 10px;
opacity: 0.5;
}
.blog_post_shortcode_container .single-post .blog_custom .post-details .post-date {
color: #303030;
opacity: 0.5;
}
.blog_post_shortcode_container .single-post .blog_custom {
border: 1px solid #eaeaef;
}
.blog_post_shortcode_container .single-post .blog_custom:hover {
border: 1px solid #eaeaef;
}
.blog_post_shortcode_container .single-post:hover img {
transform: scale(1.1); 
}
.blog_post_shortcode_container .single-post .post-details .post-excerpt p {
opacity: 0.7;
text-align: left;
}
.blog_post_shortcode_container .single-post .post-details .post-tags > a::before {
color: #01aaed;
content: "•";
font-size: 25px;
margin-right: 2px;
position: relative;
top: 4px;
}
.blog_post_shortcode_container .single-post .post-details .post-tags > a {
color: rgba(48, 48, 48, 0.3);
font-weight: 900;
letter-spacing: 1px;
margin-right: 10px;
text-transform: uppercase;
} .alert {
padding: 25px !important;
border: 0 none !important;
border-radius: 0px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.alert-success {
background-color: #2ecc71!important;
border-color: #2ecc71!important;
color: #FFFFFF !important;
}
.alert-info {
background-color: #29B6F6 !important;
border-color: #29B6F6 !important;
color: #FFFFFF !important;
}
.alert-warning {
background-color: #FFCA28 !important;
border-color: #FFCA28 !important;
color: #FFFFFF !important;
}
.alert-danger {
background-color: #FF5722 !important;
border-color: #FF5722 !important;
color: #FFFFFF !important;
}
.alert-dismissable .close, 
.alert-dismissible .close {
color: rgb(0, 0, 0);
opacity: 0.6;
}
.alert-success .alert-link{
font-weight: lighter;
} .alert-success.bordered {
background: #f2fcf6 none repeat scroll 0 0 !important;
border: 2px solid rgb(46, 204, 113) !important;
color: rgb(46, 204, 113) !important;
}
.alert-info.bordered {
background: #ebf8fe none repeat scroll 0 0 !important;
border: 2px solid #29B6F6 !important;
color: #29B6F6 !important;
}
.alert-warning.bordered {
background: #fef9ea none repeat scroll 0 0 !important;
border: 2px solid #FFCA28 !important;
color: #FFCA28 !important;
}
.alert-danger.bordered {
background: #fff3ef none repeat scroll 0 0 !important;
border: 2px solid #FF5722 !important;
color: #FF5722 !important;
} .button-winona.extra-large {
color: #ffffff;
font-size: 28px;
padding: 20px 60px;
text-align: center;
}
.button-winona.btn.btn-lg {
color: #ffffff;
padding: 10px 20px;
}
.button-winona.btn.btn-sm {
color: #ffffff;
padding: 5px 10px;
}
.button-winona.btn.btn-medium {
color: #ffffff;
padding: 8px 16px;
}
.button.solid-button, 
button.vc_btn{
color: #fff;
}
.button {
color: #FFF;
font-size: 14px;
font-weight: 400;
display: inline-block;
padding: 10px 20px;
margin: 10px;
}
.button.outline-button {
border: 1px solid #FFFFFF;
}
.button.solid-button {
background: #00adf1;
}
.button:hover {
text-decoration: none;
color: #FFFFFF;
}
.button.outline-button.mt-blue {
border-color: #00adf1;
color: #FFFFFF;
}
.outline-button{
position: relative;
}
.outline-button::after {
background: #00ADF1;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.outline-button:hover::after {
width: 100%;
}
.solid-button{
position: relative;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.solid-button::after {
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.solid-button:hover::after {
width: 100%;
}
.btn-primary {
background-color: #393939;
color: #FFF;
}
.btn-success {
background-color: #27ae60;
}
.btn-info {
background-color: #3498db;
}
.btn-warning {
background-color: #e67e22;
}
.btn-danger {
background-color: #e74c3c;
}
.btn-danger,
.btn-warning,
.btn-info,
.btn-success,
.btn-primary {
border: 0 none;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default,
.btn-default {
background-color: transparent;
color: #FFF;
}
.btn-default {
position: relative;
}
.btn-default:after {
background: #393939;
height: 100%;
left: 0;
top: 0;
width: 0;
content: "";
position: absolute;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
z-index: -1;
}
.btn-default:hover:after {
width: 100%;
}
button.vc_btn {
transition: all 300ms;
-webkit-transition: all 300ms;
} .jumbotron h1, .jumbotron .h1{
font-size: 38px !important;
}
.jumbotron {
background-color: #ecf0f1 !important;
}
.container .jumbotron, 
.container-fluid .jumbotron {
border-radius: 0 !important;
-o-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
} .list-group-item {
border-color: #ecf0f1 !important;
padding: 15px !important;
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
background-color: #393939 !important;
border-color: #ecf0f1 !important;
}
a.list-group-item:hover, 
a.list-group-item:focus {
background-color: #ecf0f1 !important;
}
.list-group-item:first-child,
.list-group-item:last-child{
border-radius: 0 !important;
-o-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
} .panel-success > .panel-heading {
background-color: #00E676 !important;
color: #FFF !important;
border-color: #00E676 !important;
padding: 25px;
}
.panel-success {
border-color: #00E676 !important;
}
.panel-info > .panel-heading {
color: #FFF !important;
background-color: #29B6F6 !important;
border-color: #29B6F6 !important;
padding: 25px;
}
.panel-info {
border-color: #29B6F6 !important;
}
.panel-warning > .panel-heading {
background-color: #FFCA28 !important;
color: #FFF !important;
border-color: #FFCA28 !important;
padding: 25px;
}
.panel-warning {
border-color: #FFCA28 !important;
}
.panel-danger > .panel-heading {
background-color: #FF5722 !important;
border-color: #FF5722 !important;
color: #FFFFFF !important;
padding: 25px;
}
.panel-danger {
border-color: #FF5722 !important;
}
.panel-primary,
.panel-primary > .panel-heading {
border-color: #2c3e50;
}
.panel-primary > .panel-heading {
background-color: #2c3e50;
}
.panel-body {
padding: 25px !important;
font-size: 17px;
opacity: 0.85;
font-weight: 300;
}
.panel-title {
font-size: 20px !important;
} .progress-bar {
background-color: #2c3e50 !important;
}
.progress-bar-success {
background-color: #2ecc71 !important; 
}
.progress-bar-info {
background-color: #3498db !important;
}
.progress-bar-warning {
background-color: #f39c12 !important;
}
.progress-bar-danger {
background-color: #e74c3c !important;
}
.progress {
border-radius: 0px !important;
height: 30px !important;
margin-bottom: 0 !important;
}
.progress-bar-holder {
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
padding: 10px;
}
.progress-bar {
font-size: 16px !important;
font-weight: 300 !important;
line-height: 30px !important;
padding-right: 20px !important;
text-align: right !important;
} .mt_bubble_box {
background: #f6f6f6 none repeat scroll 0 0;
padding: 30px;
position: relative;
}
.mt_bubble_box .bubble_title {
font-weight: bold;
margin: 0;
}
.bubble_footer_text {
font-weight: bold;
margin: 15px 0 0;
}
.mt_bubble_box .bubble_subtitle {
margin: 8px 0 15px;
color: #00afef;
}
.bubble_pointer{
position: absolute;
content: '';
border-style: solid;
display: block; 
width: 0px; 
z-index: 1; 
}
.bubble_footer_text > span {
color: #00afef;
} .mt_clients_slider .client_image:hover,
.clients-no-slider .client_image:hover {
transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transition: all 0.15s ease-in-out 0s;
-ms-transition: all 0.15s ease-in-out 0s;
-webkit-transition: all 0.15s ease-in-out 0s;
}
.mt_clients_slider .client_image,
.clients-no-slider .client_image {
display: block;
margin: 0 auto;
}
.mt_clients_slider .clients_image_holder_inside.post {
border-radius: 6px;
margin-bottom: 30px;
padding: 20px 30px;
} .contact_details_container_shortcode {
padding: 50px 0;
}
.contact_social-links li {
color: white;
display: inline-table;
list-style: outside none none;
}
.contact_details_container_shortcode h5 {
font-weight: bold;
margin-bottom: 25px;
text-transform: uppercase;
}
.contact_details_container_shortcode p {
font-size: 12px;
font-weight: 300;
opacity: 0.8;
}
.contact_details_container_shortcode .contact_social-links li i {
font-size: 25px;
padding: 0 10px;
}
.contact_details_container_shortcode .contact_details_address {
border-right: 1px solid rgba(235, 238, 239, 0.6);
}
.contact_details_container_shortcode .contact_details_phone {
border-right: 1px solid rgba(235, 238, 239, 0.6);
}
.contact_details_container_shortcode .contact_details_email {
border-right: 1px solid rgba(235, 238, 239, 0.6);
} .modeltheme-countdown > div{
font-weight: bold;
font-size: 30px;
padding-left: 0;
}
.modeltheme-countdown div div:first-child{
text-align: center;
}
.modeltheme-countdown div div:last-child{
opacity: 0.7;
font-size: 15px;
font-weight: lighter;
text-align: center;
}
.modeltheme-countdown > div {
float: left;
}
.modeltheme-countdown > span {
float: left;
font-size: 60px;
line-height: 24px;
margin-bottom: 10px;
margin-top: 20px;
padding: 0 10px;
}
.modeltheme-countdown {
border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
display: inline-table;
overflow: hidden;
padding: 10px 30px 0px;
margin: 30px 0px;
}
.modeltheme-countdown .days-digit {
font-size: 70px;
line-height: 50px !important;
}
.modeltheme-countdown .days-name {
font-size: 20px !important;
margin-top: 5px !important;
margin-bottom: 12px !important;
}
.modeltheme-countdown .hours-digit {
font-size: 70px;
line-height: 50px !important;
}
.modeltheme-countdown .hours-name {
font-size: 20px !important;
margin-top: 5px !important;
margin-bottom: 12px !important;
}
.modeltheme-countdown .minutes-digit {
font-size: 70px;
line-height: 50px !important;
}
.modeltheme-countdown .minutes-name {
font-size: 20px !important;
margin-top: 5px !important;
margin-bottom: 12px !important;
}
.modeltheme-countdown .seconds-digit {
font-size: 70px;
line-height: 50px !important;
}
.modeltheme-countdown .seconds-name {
font-size: 20px !important;
margin-top: 5px !important;
margin-bottom: 12px !important;
} .mt-icon-list-item .mt-icon-list-icon-holder {
display: table-cell;
vertical-align: middle;
width: 28px;
}
.mt-icon-list-item .mt-icon-list-text {
display: table-cell;
position: relative;
vertical-align: middle;
} .mt_slider_members .members-container .member01-content-inside {
align-self: center;
}
.mt_slider_members .members-container .member01-content {
text-align: center;
display: flex;
}
.mt_slider_members .members-container .member01-content *{
width: 100%;
}
.mt_slider_members .memeber01-img-holder img {
border-radius: 50%;
margin-bottom: 25px;
margin-top: 40px;
}
.mt_slider_members .memeber01-img-holder .member01_job_image_holder img {
margin: 0;
}
.mt_slider_members .memeber01-img-holder {
text-align: center;
}
.mt_slider_members .member01-content-inside {
text-align: center;
}
.mt_slider_members .members-container .member01-content .member01_position {
color: #ff3465;
font-family: "Pacifico";
}
.mt_slider_members .members-container .member01-content .member01_name {
color: #ffffff;
text-transform: uppercase;
}
.mt_slider_members .members-container .member01-content p {
color: rgba(255, 255, 255, 0.7);
font-weight: 200;
}
.mt_slider_members .members-container .member01-content p.member01_email {
color: rgba(255, 255, 255, 0.8);
font-weight: 300;
}
.mt_slider_members .members-container .member01-content p.member01_phone {
color: rgba(255, 255, 255, 0.9);
font-weight: 400;
}
.mt_slider_members .members-container .member01-content i {
margin-right: 15px;
}
.mt_slider_members .members-container .member01-content .member01_description p {
font-size: 16px;
}
.mt_slider_members .members-container .member01-content .member01_description {
padding: 20px 0;
}
.mt_slider_members .member01_job_image_holder {
text-align: center;
}
.mt_slider_members .member01_job_image_holder img {
border-radius: 0;
bottom: 3px;
position: relative;
text-align: center;
width: 40px;
}
.flex{
display: flex;
}
.mt_slider_members .members_img_holder {
border-radius: 10px;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
}
.mt_slider_members .members_img_holder:hover .memeber01-img-holder img {
transform: scale(1.08);
transition: all 350ms ease-in-out;
-webkit-transition: all 350ms ease-in-out;
}
.mt_slider_members .members_img_holder .memeber01-img-holder img {
transition: all 350ms ease-in-out;
-webkit-transition: all 350ms ease-in-out;
}
.mt_slider_members .members_img_holder:hover .member01-content {
transition: all 350ms ease-in-out;
-webkit-transition: all 350ms ease-in-out;
color: #303030;
}
.mt_slider_members .members_img_holder .member01-content {
color: rgba(48, 48, 48, 1);
padding: 4px 4px 23px;
text-align: center;
transition: all 350ms ease-in-out;
-webkit-transition: all 350ms ease-in-out;
}
.mt_slider_members .members_img_holder .member01_name {
font-weight: 700;
margin: 0 0 8px;
}
.mt_slider_members .members_img_holder .member01_position {
display: inline-block;
margin: 0;
padding: 20px 15px;
text-transform: uppercase;
}
.mt_slider_members .members_img_holder .memeber01-img-holder i {
color: rgba(48, 48, 48, 0.4);
padding: 0 5px;
}
.mt_slider_members .memeber01-img-holder .member01_description p {
font-size: 16px;
padding: 20px 30px 21px;
}
.mt_slider_members .member01-content .member01-content-inside .member01_phone {
display: inline-block;
margin: 0;
padding: 5px 0;
}
.mt_slider_members .member01-content .member01-content-inside i {
color: rgba(48, 48, 48, 0.5);
font-size: 20px;
position: relative;
top: 2px;
}  .pricing {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 0 auto;
}
.pricing__item {
position: relative;
display: flex;
flex-direction: column;
align-items: stretch;
text-align: center;
flex: 0 1 360px;
}
.pricing__feature-list {
text-align: left;
}
.pricing__action {
color: inherit;
border: none;
background: none;
}
.pricing__action:focus {
outline: none;
} .pricing--tenzin .pricing__item {
margin: 1em;
padding: 2em 2.5em;
text-align: left;
color: #262b38;
background: #EEF0F3;
border-top: 3px solid #EEF0F3;
-webkit-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.pricing--tenzin .pricing__title {
margin: 0 0 1em;
}
.pricing--tenzin .pricing__price {
font-size: 2em;
font-weight: bold;
padding: 0.5em 0 0.75em;
border-top: 3px solid rgba(139, 144, 157, 0.18);
}
.pricing--tenzin .pricing__currency {
font-size: 0.5em;
vertical-align: super;
}
.pricing--tenzin .pricing__sentence {
font-weight: bold;
padding: 0 0 0.5em;
color: #9CA0A9;
border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}
.pricing--tenzin .pricing__feature-list {
font-size: 0.85em;
font-style: italic;
margin: 0;
padding: 0.25em 0 2.5em;
list-style: none;
text-align: right;
color: #8b909d;
}
.pricing--tenzin .pricing__action {
font-weight: bold;
margin-top: auto;
padding: 1em 2em;
color: #fff;
border-radius: 30px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
text-align: center;
} .pricing--norbu .pricing__item {
margin: 1em;
color: #fff;
cursor: default;
font-family: 'Myriad Pro', Arial, sans-serif;
border: 1px solid rgba(255,255,255,0.4);
background: rgba(255,255,255,0.08);
border-radius: 10px;
-webkit-transition: border-color 0.3s, background 0.3s;
transition: border-color 0.3s, background 0.3s;
}
.pricing--norbu .pricing__item:hover {
border: 1px solid rgba(255,255,255,1);
background: rgba(255,255,255,0.18);
}
.pricing--norbu .pricing__title {
font-size: 2em;
font-weight: 400;
margin: 0.5em 0;
padding: 1em;
position: relative;
}
.pricing--norbu .pricing__title::after {
content: '';
position: absolute;
width: 20%;
height: 1px;
background: #fff;
left: 40%;
bottom: 0;
}
.pricing--norbu .icon {
display: inline-block;
min-width: 2em;
}
.pricing--norbu .pricing__price {
font-size: 3.5em;
padding: 0.5em 0 0 0;
font-weight: 400;
position: relative;
z-index: 100;
}
.pricing--norbu .pricing__currency {
font-size: 0.5em;
vertical-align: super;
}
.pricing--norbu .pricing__period {
font-size: 0.25em;
display: block;
padding: 1em;
}
.pricing--norbu .pricing__sentence {
color: #fff;
font-size: 1em;
margin: 0 auto 1em;
padding: 1em 2em;
}
.pricing--norbu .pricing__feature-list {
font-size: 1.15em;
margin: 0 2em;
letter-spacing: 0;
padding: 2em 0;
list-style: none;
}
.pricing--norbu .pricing__feature {
line-height: 1.4;
}
.pricing--norbu .pricing__action {
font-weight: bold;
flex: none;
margin: auto 1em 1em;
padding: 1.25em 2em;
color: #4aa8e4;
background: rgba(255,255,255,0.7);
border-radius: 5px;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.pricing--norbu .pricing__action:hover,
.pricing--norbu .pricing__action:focus {
background: #fff;
}
.pricing--pema .pricing__feature-list i,
.pricing--norbu .pricing__feature-list i {
margin-right: 10px;
} .pricing--pema .pricing__item {
border-radius: 10px;
font-family: 'Alegreya Sans', sans-serif;
padding: 2em 2em;
margin: 1em;
color: #fff;
cursor: default;
overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
@media screen and (min-width: 66.250em) {
.pricing--pema .pricing__item {
margin: 1.5em 0;
}
.pricing--pema .pricing__item--featured {
z-index: 10;
margin: 0;
font-size: 1.15em;
}
}
.pricing--pema .pricing__title {
color: #fff;
font-size: 24px;
font-weight: 700;
margin: 0.5em 0 0;
text-transform: uppercase;
}
.pricing--pema .icon {
display: inline-block;
min-width: 2em;
color: #8A9790;
vertical-align: middle;
}
.pricing--pema .pricing__price {
font-family: "Montserrat";
font-size: 90px;
font-weight: 700;
position: relative;
z-index: 100;
}
.pricing--pema .pricing__currency {
font-size: 0.5em;
padding-right: 10px;
vertical-align: super;
}
.pricing--pema .pricing__period {
color: rgba(255, 255, 255, 0.9);
display: inline-block;
font-family: "Montserrat";
font-size: 18px;
font-weight: 400;
padding: 0 0 0 0.5em;
}
.pricing--pema .pricing__sentence {
opacity: 0.6;
}
.pricing--pema .pricing__sentence {
font-weight: bold;
margin-bottom: 0px;
padding: 0 0 0.5em;
}
.pricing--pema .pricing__feature-list {
font-size: 0.95em;
margin: 0;
padding: 1.5em 0.5em 2.5em;
list-style: none;
}
.pricing--pema .pricing__feature {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
font-size: 18px;
font-weight: lighter;
padding: 1em 0;
text-align: center;
}
.pricing--pema .pricing__feature:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.pricing--pema .pricing__action {
font-weight: bold;
margin-top: auto;
padding: 1em 2em;
color: #fff;
border-radius: 5px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
} .shop_feature_heading_v3 {
color: #666666;
font-weight: normal;
line-height: 32px;
margin-top: 30px;
text-transform: uppercase;
}
.shop_feature_readmore_v3 {
color: #969696;
font-size: 16px;
}
.shop_feature_description_v3 p {
color: #BABABA;
}
.shop_feature_v3 {
color: white;
overflow: hidden;
padding-bottom: 10px;
}
.shop_feature_v3 i {
background: #797979 none repeat scroll 0 0;
border-radius: 50%;
color: white;
display: inline-table;
font-size: 28px;
height: 80px;
padding: 25px 0;
text-align: center;
width: 80px;
}
.shop_feature_icon_v3 {
margin-top: 26px;
}
.shop_feature_description_v2 p {
color: #ffffff;
}
.activities-content:hover .shop_feature_icon_v3 i {
transition: 250ms ease-in-out;
-webkit-transition: 250ms ease-in-out;
} .mt--services .plus-icon {
position: relative;
border-radius: 50%;
display: inline-table;
font-size: 20px;
height: 40px;
margin: 19px 0;
opacity: 0.6;
padding: 4px 0;
text-align: center;
width: 40px;
transition: 250ms ease-in-out;
-webkit-transition: 250ms ease-in-out;
cursor: pointer;
}
.single-service .mt-ajax-content .mt-icon-list-item:last-of-type {
margin-bottom: 30px;
}
.mt--services .single-service .mt-icon-list-item:first-of-type {
margin-top: 30px;
}
.mt--services .single-service .mt-icon-list-item {
margin-left: 15%;
}
.mt--services .single-service .plus-icon i {
font-size: 30px;
}
.mt--services .single-service img {
margin-bottom: 30px;
}
.mt--services .single-service .plus-icon:hover{
opacity: 1;
}
.mt--services .single-service .post-content {
margin: 0 auto;
text-align: center;
width: 70%;
}
.mt--services .mt-ajax-content {
padding: 20px 0;
}
.mt--services .service-icon {
background: rgb(79, 79, 79) none repeat scroll 0 0;
border-radius: 50%;
display: inline-table;
font-size: 25px;
height: 80px;
padding: 22px 0;
width: 80px;
transition: 250ms ease-in-out;
-webkit-transition: 250ms ease-in-out;
}
.mt--services .service-icon::before {
background: rgb(79, 79, 79) none repeat scroll 0 0;
content: "";
height: 1px;
left: 0;
position: absolute;
top: calc(50% - 1px);
width: 25%;
transition: 250ms ease-in-out;
-webkit-transition: 250ms ease-in-out;
}
.mt--services .service-icon::after {
background: rgb(79, 79, 79) none repeat scroll 0 0;
content: "";
height: 1px;
right: 0;
position: absolute;
top: calc(50% - 1px);
width: 25%;
transition: 250ms ease-in-out;
-webkit-transition: 250ms ease-in-out;
}
.mt--services .single-service * {
color: rgb(255, 255, 255);
font-weight: 300;
}
.mt--services .single-service {
margin-bottom: 30px;
}
.mt--services .single-service .service-count {
font-size: 50px;
opacity: 0.75;
font-weight: 100;
}
.mt--services .service-description {
margin: 10px 0;
opacity: 0.75;
}
.mt--services .single-service .plus-icon .icon-close {
left: 5px;
opacity: 0;
position: absolute;
top: 4px;
visibility: hidden;
}
.mt--services .close-ajax.plus-icon i.icon-plus {
opacity: 0;
visibility: hidden;
}
.mt--services .close-ajax.plus-icon i.icon-close {
opacity: 1;
visibility: visible;
}
.mt--services .single-service h3 {
margin-top: 12px;
}
.mt--services .single-service h6 {
font-size: 12px;
opacity: 0.75;
text-transform: uppercase;
line-height: normal;
}  @media only screen and (min-width: 1200px) {
} @media only screen and (min-width: 1024px) and (max-width: 1200px) {
.mt--services .single-service .service-count {
font-size: 40px;
}
} @media only screen and (min-width: 991px) and (max-width: 1023px) {
.mt--services .single-service .service-count {
font-size: 40px;
}
.mt--services .service-title {
text-align: center;
}
.mt--services .service-description {
text-align: center;
}
} @media only screen and (min-width: 767px) and (max-width: 992px) {
.mt--services .single-service .service-count {
font-size: 40px;
}
.mt--services .service-title {
text-align: center;
}
.mt--services .service-description {
text-align: center;
}
} @media only screen and (min-width: 480px) and (max-width: 768px) {
.mt--services .single-service .service-count {
font-size: 40px;
}
.mt--services .service-title {
text-align: center;
}
.mt--services .service-description {
text-align: center;
}
} @media only screen and (min-width: 320px) and (max-width: 480px) {
.mt--services .single-service .service-count {
font-size: 40px;
}
.mt--services .service-title {
text-align: center;
}
.mt--services .service-description {
text-align: center;
}
} @media only screen and (max-width: 319px) {
.mt--services .single-service .service-count {
font-size: 40px;
}
.mt--services .service-title {
text-align: center;
}
.mt--services .service-description {
text-align: center;
}
}
.mt--custom_services .hover_container {
display: flex !important;
height: 100%;
position: absolute;
text-align: center;
top: 0;
width: 100%;
text-align: left;
}
.mt--custom_services .hover_container_holder {
align-self: center;
padding: 0 65px;
width: 100%;
}
.mt--custom_services img {
width: 100%;
}
.mt--custom_services {
margin: 0 !important;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_second_title {
text-transform: uppercase;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_description {
color: #fff;
font-size: 18px;
}
.mt--custom_services .hover_container .more-link {
font-size: 15px;
font-style: italic;
line-height: 25px;
margin: 0;
}
.mt--custom_services .hover_container {
transition: all 300ms ease-in-out 0ms;
-ms-transformtransition: all 300ms ease-in-out 0ms;
-webkit-transformtransition: all 300ms ease-in-out 0ms;
}
.mt--custom_services:hover .hover_container {
opacity: 1;
transition: all 300ms ease-in-out 0ms;
-ms-transformtransition: all 300ms ease-in-out 0ms;
-webkit-transformtransition: all 300ms ease-in-out 0ms;
}
.mt--custom_services:hover img {
opacity: 0;
transition: all 300ms ease-in-out 0ms;
-ms-transformtransition: all 300ms ease-in-out 0ms;
-webkit-transformtransition: all 300ms ease-in-out 0ms;
} .text-dark .statistics .stats-head *{
color: #00aeef;
}
.text-dark .statistics .stats-content p {
color: #747474;
}
.stats-block.statistics {
padding: 10px 0;
}
.stat-number .skill-count {
display: block;
font-size: 60px;
font-weight: 100;
line-height: 50px;
margin-top: 10px;
text-align: center;
}
.stat-number.skill.percentage {
margin-bottom: 0;
}
.stats-head * {
font-size: 50px;
color: #FFF;
text-align: center;
}
.stats-head i {
clear: both;
display: block;
font-family: "FontAwesome";
font-size: 40px;
padding-right: 0;
}
.stats-content p {
font-size: 14px;
font-weight: 700;
margin-bottom: 0;
text-align: center;
text-transform: capitalize;
}
.stat-number.skill {
margin-bottom: 0;
padding: 0;
}
.stat-number.skill i {
padding-top: 30px;
} .percircle.dark {
background-color: #777777;
}
.percircle.dark .bar,
.percircle.dark .fill {
border-color: #c6ff00;
}
.percircle.dark > span {
color: #777777;
}
.percircle.dark:after {
background-color: #555555;
}
.percircle.dark:hover > span {
color: #c6ff00;
}
.percircle.red .bar,
.percircle.red .fill {
border-color: #dd5454;
}
.percircle.red:hover > span {
color: #dd5454;
}
.percircle.red.dark .bar,
.percircle.red.dark .fill {
border-color: #f84a4a;
}
.percircle.red.dark:hover > span {
color: #f84a4a;
}
.percircle.blue .bar,
.percircle.blue .fill {
border-color: #00AFEF;
}
.percircle.blue:hover > span {
color: #00AFEF;
}
.percircle.blue.dark .bar,
.percircle.blue.dark .fill {
border-color: #20cceb;
}
.percircle.blue.dark:hover > span {
color: #20cceb;
}
.percircle.green .bar,
.percircle.green .fill {
border-color: #8dea7b;
}
.percircle.green:hover > span {
color: #8dea7b;
}
.percircle.green.dark .bar,
.percircle.green.dark .fill {
border-color: #a9ff3a;
}
.percircle.green.dark:hover > span {
color: #a9ff3a;
}
.percircle.orange .bar,
.percircle.orange .fill {
border-color: #e88239;
}
.percircle.orange:hover > span {
color: #e88239;
}
.percircle.orange.dark .bar,
.percircle.orange.dark .fill {
border-color: #dc5b00;
}
.percircle.orange.dark:hover > span {
color: #dc5b00;
}
.percircle.pink .bar,
.percircle.pink .fill {
border-color: #ff8ed0;
}
.percircle.pink:hover > span {
color: #ff8ed0;
}
.percircle.pink.dark .bar,
.percircle.pink.dark .fill {
border-color: #ff58b9;
}
.percircle.pink.dark:hover > span {
color: #ff58b9;
}
.percircle.purple .bar,
.percircle.purple .fill {
border-color: #aa7eff;
}
.percircle.purple:hover > span {
color: #aa7eff;
}
.percircle.purple.dark .bar,
.percircle.purple.dark .fill {
border-color: #7a38f7;
}
.percircle.purple.dark:hover > span {
color: #7a38f7;
}
.percircle.yellow .bar,
.percircle.yellow .fill {
border-color: #dcbd00;
}
.percircle.yellow:hover > span {
color: #dcbd00;
}
.percircle.yellow.dark .bar,
.percircle.yellow.dark .fill {
border-color: #ffdb00;
}
.percircle.yellow.dark:hover > span {
color: #ffdb00;
}
.rect-auto,
.percircle.gt50 .slice {
clip: rect(auto, auto, auto, auto);
}
.pie,
.percircle .bar,
.gt50 .fill {
position: absolute;
border: 0.08em solid #307bbb;
width: 0.84em;
height: 0.84em;
clip: rect(0, 0.5em, 1em, 0);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.bar {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.pie-fill,
.gt50 .bar:after,
.gt50 .fill {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.percircle {
position: relative;
font-size: 120px;
width: 1em;
height: 1em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
float: left;
margin: 0 0.1em 0.1em 0;
background-color: #cccccc;
}
.percircle *,
.percircle *:before,
.percircle *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.percircle.animate > span,
.percircle.animate:after {
-webkit-transition: -webkit-transform 0.2s ease-in-out;
-moz-transition: -moz-transform 0.2s ease-in-out;
-ms-transition: -ms-transform 0.2s ease-in-out;
-o-transition: -o-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
}
.percircle.animate .bar {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-ms-transition: -ms-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
}
.percircle.center {
float: none;
margin: 0 auto;
}
.percircle.big {
font-size: 240px;
}
.percircle.small {
font-size: 80px;
}
.percircle > span {
position: absolute;
z-index: 1;
width: 100%;
top: 50%;
height: 1em;
margin-top: -0.6em;
font-size: 0.2em;
color: #cccccc;
display: block;
text-align: center;
white-space: nowrap;
}
.perclock > span {
font-size: 0.175em;
}
.percircle:after {
position: absolute;
top: 0.08em;
left: 0.08em;
display: block;
content: " ";
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background-color: #f9f9f9;
width: 0.84em;
height: 0.84em;
}
.percircle .slice {
position: absolute;
width: 1em;
height: 1em;
clip: rect(0, 1em, 1em, 0.5em);
}
.percircle:hover {
cursor: default;
}
.percircle:hover > span {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
color: #307bbb;
}
.percircle:hover:after {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}  .widget_social_icons li {
display: inline-table;
margin-bottom: 3px;
text-align: center;
}
.widget_social_icons ul {
margin: 0;
padding: 0;
}
.widget_social_icons li a {
display: block;
line-height: 0;
transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
}
.widget_social_icons li a i {
font-size: 18px;
}
.widget_social_icons li a:hover {
color: #ffffff;
}
#primary .main-content .sidebar-social-networks ul {
padding: 0 15px;
} .title-subtile-holder .section-title {
margin-top:0; 
}
.title-subtile-holder {
margin-bottom: 40px;
} .section-title {
text-align: center;
text-transform: uppercase;
font-weight: 500;
}
.section-border {
background: rgba(0, 0, 0, 0) url(//www.patriciakingministries.com/wp-content/plugins/modeltheme-framework/inc/shortcodes/img/delimiter.png) no-repeat scroll center center;
height: 40px;
margin: 5px 0 10px;
width: 100%;
}
.section-subtitle {
color: rgb(154, 167, 175);
font-size: 15px;
font-weight: 300;
margin-top: 7px;
text-align: center;
width: 70%;
margin: 0 auto;
margin-top: 5px;
} .section_welcome .section-title {
color: #ffffff;
}
.section_quotes .section-title {
color: #ffffff;
}
.light_border {
opacity: 0.5;
}
.dark_border {
opacity: 0.4;
}
.light_title {
color: #ffffff;
}
.light_subtitle {
color: #ffffff;
opacity: 0.7;
}
.dark_title {
color: #333333;
}
.dark_subtitle {
color: #9AA7AF;
}
header.section-header {
margin-bottom: 50px;
position: relative;
z-index: 10;
} .title-holder {
margin-bottom: 40px;
}
.title_bored_element {
border-bottom: 5px solid rgb(72, 168, 167);
color: rgb(51, 51, 51);
padding-bottom: 3px;
}
.section-single-title {
font-weight: 500;
text-transform: uppercase;
} .mt_typed_text{
display: inline;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
} .svc_pagination a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
border: 1px solid #e6e6e6 !important;
border-radius: 3px !important;
color: #565656 !important;
display: block !important;
float: left !important;
font-size: 19px !important;
height: 50px !important;
margin: 0 5px !important;
padding: 17px 0 !important;
text-align: center !important;
text-decoration: none !important;
width: 55px !important;
transition: all 260ms ease-in-out;
-webkit-transition: all 260ms ease-in-out;
}
.svc_pagination a:hover,
.svc_pagination .current {
background: #00AFEF none repeat scroll 0 0 !important;
color: #ffffff !important;
}
footer a.svc_read_more {
color: #ffffff !important;
float: right !important;
font-size: 16px !important;
font-weight: 400 !important;
}
.svc_post_grid article section p.svc_info {
color: #565656;
font-size: 17px !important;
line-height: 150% !important;
}
.svc_post_grid article footer {
margin: 0 !important;
padding: 20px 30px !important;
}
.svc_post_grid article header:before {
position: absolute;
content: "";
left: calc(50% - 25px);
bottom: 0;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 25px solid white;
} div.svc_post_grid_s1 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s1 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s1 article section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
text-transform: uppercase;
}
div.svc_post_grid_s1 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
div.svc_post_grid_s1 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s1 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s1 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s1 .svg_post_meta span a {
color: #ffffff;
}
body div.svc_post_grid_s1 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s1 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s1 article section p.svc_info {
margin: 0 !important;
} div.svc_post_grid_s2 article footer ul.svg_post_meta {
border-bottom: 0 none !important;
}
div.svc_post_grid_s2 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s2 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s2 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s2 article section p a.svc_title {
color: #000000;
font-weight: bold;
letter-spacing: 1.5px;
padding: 16px 0;
text-transform: uppercase;
}
div.svc_post_grid_s2 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
div.svc_post_grid_s2 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s2 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s2 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s2 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s2 article footer {
margin: 0 !important;
padding: 15px !important;
}
div.svc_post_grid_s2 article section p.svc_info {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
body div.svc_post_grid_s2 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s2 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s2 article section p.svc_info {
margin: 0 !important;
}
div.svc_post_grid_s2 article section:first-child {
padding: 15px 30px !important;
}
div.svc_post_grid_s2 article section:first-child p {
margin: 0 !important;
} div.svc_post_grid_s3 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s3 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s3 article section p a.svc_title {
color: rgb(0, 0, 0) !important;
font-weight: 400 !important;
}
div.svc_post_grid_s3 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s3 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s3 article footer {
margin: 0 !important;
padding: 15px !important;
}
div.svc_post_grid_s3 article section p.svc_info {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
body div.svc_post_grid_s3 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s3 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s3 article section p.svc_info {
margin: 0 !important;
}
div.svc_post_grid_s3 article section:first-child {
padding: 15px 30px !important;
}
div.svc_post_grid_s3 article section:first-child p {
margin: 0 !important;
}
div.svc_post_grid_s3 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s3 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s3 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s3 article header p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
text-transform: uppercase;
}
div.svc_post_grid_s3 article footer {
background: #00afef none repeat scroll 0 0 !important;
} body div.svc_post_grid_s4 section p a.svc_read_more {
background: transparent none repeat scroll 0 0;
border: 1px solid #000;
color: #000;
opacity: 0.7;
}
div.svc_post_grid_s4 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s4 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s4 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s4 article section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 2px;
text-transform: uppercase;
}
div.svc_post_grid_s4 article footer {
background: #00afef none repeat scroll 0 0 !important;
}
div.svc_post_grid_s4 article {
border-top: medium none !important;
}
div.svc_post_grid_s4 article footer ul.svg_post_meta {
margin-top: 5px;
}
div.svc_post_grid_s4 section p.svc_read_more_p {
margin-bottom: 7px !important;
}
body div.svc_post_grid_s4 article header::before {
border-color: white transparent -moz-use-text-color;
border-style: solid solid none;
border-width: 25px 25px medium;
content: "";
height: 0;
left: calc(50% - 25px);
position: absolute;
top: 0;
width: 0;
}
div.svc_post_grid_s4 article header {
border-bottom: 0 none !important;
}
div.svc_post_grid_s4 article section p {
font-size: 22px !important;
}
div.svc_post_grid_s4 article section p a.svc_title {
color: rgb(0, 0, 0) !important; }
div.svc_post_grid_s4 section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
div.svc_post_grid_s4 article section{
margin: 0 !important;
padding: 30px !important;
}
div.svc_post_grid_s4 article footer {
margin: 0 !important;
padding: 15px !important;
}
div.svc_post_grid_s4 article section p.svc_info {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
body div.svc_post_grid_s4 footer .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
div.svc_post_grid_s4 article {
padding-bottom: 0 !important
}
div.svc_post_grid_s4 article section p.svc_info {
margin: 0 !important;
}
div.svc_post_grid_s4 article section:first-child {
padding: 15px 30px !important;
}
div.svc_post_grid_s4 article section:first-child p {
margin: 0 !important;
} div.svc_post_grid_s5 .svg_post_meta span {
color: #ffffff;
}
div.svc_post_grid_s5 .svg_post_meta span a {
color: #ffffff;
}
div.svc_post_grid_s5 article footer ul li {
border-radius: unset !important;
}
div.svc_post_grid_s5 article section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 2px;
text-transform: uppercase;
}
div.svc_post_grid_s5 article footer {
background: #00afef none repeat scroll 0 0 !important;
}
div.svc_post_grid_s5 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
div.svc_post_grid_s5 article {
border-top: medium none !important;
}
div.svc_post_grid_s5 article footer ul.svg_post_meta {
margin-top: 5px;
}
div.svc_post_grid_s5 section p.svc_read_more_p {
margin-bottom: 7px !important;
}
div.svc_post_grid_s5 section div.svc_post_cat * {
color: rgb(255, 255, 255) !important;
opacity: 0.8 !important;
}
body div.svc_post_grid_s5 section .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
body div.svc_post_grid_s5 article header::before {
border-color: white transparent -moz-use-text-color;
border-style: solid solid none;
border-width: 25px 25px medium;
content: "";
height: 0;
left: calc(50% - 25px);
position: absolute;
top: 0;
width: 0;
}
body div.svc_post_grid_s5 article {
background: #fff none repeat scroll 0 0;
border-bottom: medium none;
} ul.svc_post_grid_s7 li.svc_event .svg_post_meta span {
color: #ffffff;
}
ul.svc_post_grid_s7 li.svc_event .svg_post_meta span a {
color: #ffffff;
}
ul.svc_post_grid_s7 li.svc_event footer ul li {
border-radius: unset !important;
}
ul.svc_post_grid_s7 li.svc_event section p a.svc_title {
color: #000000 !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 2px;
text-transform: uppercase;
}
ul.svc_post_grid_s7 li.svc_event footer {
background: #00afef none repeat scroll 0 0 !important;
}
ul.svc_post_grid_s7 li.svc_event {
border-top: medium none !important;
}
ul.svc_post_grid_s7 li.svc_event footer ul.svg_post_meta {
text-align: left;
}
ul.svc_post_grid_s7 li.svc_event section p.svc_read_more_p {
margin-bottom: 7px !important;
}
ul.svc_post_grid_s7 li.svc_event section div.svc_post_cat * {
color: rgb(0, 0, 0) !important;
opacity: 0.6 !important;
}
ul.svc_post_grid_s7 li.svc_event .svc_social_share > ul li {
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
}
ul.svc_post_grid_s7 li.svc_event header::before {
border-color: white transparent -moz-use-text-color;
border-style: solid solid none;
border-width: 25px 25px medium;
content: "";
height: 0;
left: calc(50% - 25px);
position: absolute;
top: 0;
width: 0;
}
body ul.svc_post_grid_s7 li.svc_event section {
background: #fff none repeat scroll 0 0;
border-bottom: medium none;
margin-bottom: 27px;
margin-top: 30px;
}
body ul.svc_post_grid_s7 li.svc_event footer ul li.time {
display: initial;
}
body ul.svc_post_grid_s7 li.svc_event {
padding-bottom: 0;
}
.svc_timeline .svc_event.offset-first {
padding: 0 !important;
}
ul.svc_post_grid_s7 li.svc_event section p:first-child {
font-size: 22px !important;
}
ul.svc_post_grid_s7 li.svc_event section p{
font-size: 15px !important;
font-weight: 300 !important;
line-height: 150% !important;
}
ul.svc_post_grid_s7 li.svc_event footer {
margin: 0 !important;
padding: 15px !important;
}
ul.svc_post_grid_s7 footer a.svc_read_more {
font-weight: 300 !important;
}
ul.svc_post_grid_s7 li.svc_event footer ul li{
height: 25px !important;
margin-right: 4px !important;
padding: 5px 0 !important;
text-align: center !important;
width: 25px !important;
} div.svc_post_grid_s8 article section p a.svc_title {
color: #ffffff !important;
font-weight: bold;
letter-spacing: 1.5px;
margin-top: 8px;
text-transform: uppercase;
}
div.svc_post_grid_s8 .svc-col-md-4 section p a.svc_title {
font-size: 20px;
}
body div.svc_post_grid_s8 section div.svc_post_cat {
color: #fff;
opacity: 0.9;
}
body div.svc_post_grid_s8 article section .svc_post_cat a, 
body div.svc_post_grid_s8 article section .svg_post_meta li {
color: #fff;
opacity: 0.8;
} body div.svc_post_grid_s9 figure {
margin: 0;
}
body div.svc_post_grid_s9 article figure figcaption h3 a {
color: #ffffff !important;
display: block;
font-weight: bold;
letter-spacing: 1.5px;
padding: 25px 0;
text-transform: uppercase;
}
body div.svc_post_grid_s9 article figure figcaption .svc_post_cat a, 
body div.svc_post_grid_s9 article figure figcaption .svg_post_meta li {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s9 figure figcaption .svc_post_cat {
color: #fff;
opacity: 0.9;
}
body div.svc_post_grid_s9 figure figcaption {
background-color: #00afef;
}
body div.svc_post_grid_s9 figure .svc_inner_abs_div .svc_share i {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s9 article figure .svc_inner_abs_div .svc_share {
border-color: rgba(255, 255, 255, 0.8); 
}
div.svc_post_grid_s9 .svc-col-md-4 figure figcaption h3 a {
font-size: 20px;
} body div.svc_post_grid_s10 figure {
margin: 0;
}
body div.svc_post_grid_s10 article figure figcaption h3 a {
color: #ffffff !important;
display: block;
font-weight: bold;
letter-spacing: 1.5px;
padding: 25px 0;
text-transform: uppercase;
}
div.svc_post_grid_s10 .svc-col-md-4 figure figcaption h3 a {
font-size: 20px;
}
body div.svc_post_grid_s10 article figure figcaption .svc_post_cat a, 
body div.svc_post_grid_s10 article figure figcaption .svg_post_meta li {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s10 figure figcaption .svc_post_cat {
color: #fff;
opacity: 0.9;
}
body div.svc_post_grid_s10 figure figcaption {
background-color: #00afef;
}
body div.svc_post_grid_s10 figure .svc_inner_abs_div .svc_share i {
color: #fff;
opacity: 0.8;
}
body div.svc_post_grid_s10 article figure .svc_inner_abs_div .svc_share {
border-color: rgba(255, 255, 255, 0.8); 
}
body div.svc_post_grid_s10 figcaption a.svc_read_mure_s10 {
border: 1px solid #fff;
border-radius: 2px;
bottom: 10px;
color: #fff;
font-size: 12px;
padding: 5px 10px;
position: absolute;
} .cbp_tmtimeline {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
position: relative;
} .cbp_tmtimeline::before {
background: rgba(51, 51, 51, 0.4) none repeat scroll 0 0;
bottom: 0;
content: "";
left: 16.8%;
margin-left: -10px;
position: absolute;
top: 0;
width: 1px;
} .cbp_tmtimeline > li .cbp_tmtime {
border-bottom: 1px solid rgba(51, 51, 51, 0.4);
display: block;
padding-right: 20px;
position: absolute;
width: 16%;
}
.cbp_tmtimeline > li .cbp_tmtime span {
display: block;
text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
color: #333333;
font-size: 14px;
font-weight: bold;
line-height: 30px;
text-transform: uppercase;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmtime span:last-child {
color: rgba(51, 51, 51, 0.4);
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
color: rgba(51, 51, 51, 0.4);
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
text-transform: uppercase;
} .cbp_tmtimeline > li .cbp_tmlabel {
margin: -12px 0 50px 22%;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 { 
margin-top: 0px;
padding: 0 0 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.4);
}
.cbp_tmtimeline .cbp_tmlabel a {
color: #333;
font-weight: 500 !important;
}
.cbp_tmtimeline .cbp_tmlabel h3 {
margin-top: 0;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
border-right-color: #6cbfee;
} .cbp_tmtimeline > li .cbp_tmicon {
background: #f1c40f none repeat scroll 0 0;
border-radius: 50%;
height: 15px;
left: 17.5%;
margin: 0 0 0 -25px;
position: relative;
top: 65px;
width: 15px;
} @media screen and (max-width: 65.375em) {
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
font-size: 1.5em;
}
}
@media screen and (max-width: 47.2em) {
.cbp_tmtimeline:before {
display: none;
}
.cbp_tmtimeline > li .cbp_tmtime {
width: 100%;
position: relative;
padding: 0 0 20px 0;
}
.cbp_tmtimeline > li .cbp_tmtime span {
text-align: left;
}
.cbp_tmtimeline > li .cbp_tmlabel {
margin: 0 0 30px 0;
padding: 1em;
font-weight: 400;
font-size: 95%;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
right: auto;
left: 20px;
border-right-color: transparent;
border-bottom-color: #3594cb;
top: -20px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
border-right-color: transparent;
border-bottom-color: #6cbfee;
}
.cbp_tmtimeline > li .cbp_tmicon {
position: relative;
float: right;
left: auto;
margin: -55px 5px 0 0px;
}   
}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tribe-events-calendar-day .tribe-events-calendar-day__event{position:relative}.tribe-events-calendar-day .tribe-events-calendar-day__event:after{background-color:var(--tec-color-category-primary);content:"";height:100%;left:calc(var(--tec-grid-width-1-of-9) - var(--tec-grid-gutter-half));position:absolute;width:4px}.tribe-events-calendar-day .tribe-events-calendar-day__event--featured .tribe-events-calendar-day__event-datetime-featured-icon-svg{color:var(--tec-color-category-primary,var(--tec-color-border-default))}.tribe-events-calendar-day .tribe-events-calendar-day__event--featured .tribe-events-calendar-day__event-datetime-featured-text{color:var(--tec-color-category-text)}.tribe-events-calendar-day .tribe-events-calendar-day__event--featured:after{background-color:var(--tec-color-category-primary,var(--tec-color-border-default))}.tribe-events-calendar-day .tec-events-calendar-day__event-categories{display:inline}.tribe-events-calendar-day .tec-events-calendar-day__event-categories .tec-events-calendar-day__category{align-items:center;background-color:var(--tec-color-category-secondary);border:1px solid var(--tec-color-category-secondary,var(--tec-color-border-default));border-radius:var(--tec-events-border-radius-pill);color:var(--tec-color-category-text);display:flex;font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);padding:0 var(--tec-spacer-1);width:fit-content}.tribe-events-calendar-day .tec-events-calendar-day__event-categories .tec-events-calendar-day__category .tec-events-calendar-day__category-icon{aspect-ratio:1;background-color:var(--tec-color-category-primary);border-radius:var(--tec-events-border-radius-circle);display:inline-block;margin-right:var(--tec-spacer-0);width:14px}.tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-details{background-color:var(--tec-color-category-secondary);border-left:3px solid var(--tec-color-category-primary);color:var(--tec-color-category-text);padding:var(--tec-spacer-1)}.tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime{color:var(--tec-color-category-text)}.tribe-events .tribe-events-calendar-month__calendar-event.tribe-events-calendar-month__calendar-event--featured:before{background-color:initial;height:inherit;left:inherit;position:inherit;width:inherit}.tribe-events .tribe-events-calendar-month__calendar-event.tribe-events-calendar-month__calendar-event--featured .tribe-events-calendar-month__calendar-event-details{border-left:3px solid var(--tec-color-category-primary,var(--tec-color-border-default))}.tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime-featured-icon-svg{color:var(--tec-color-category-primary)}.tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-title,.tribe-events .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-title .tribe-events-calendar-month__calendar-event-title-link{color:var(--tec-color-category-text)}.tribe-events .tribe-events-calendar-month__multiday-event--featured .tribe-events-calendar-month__multiday-event-bar:before{background-color:var(--tec-color-category-primary,var(--tec-color-border-default))}.tribe-events .tribe-events-calendar-month__multiday-event-bar{--tec-color-background:var(--tec-color-category-secondary,var(--tec-color-border-default));padding-left:var(--tec-spacer-1);position:relative}.tribe-events .tribe-events-calendar-month__multiday-event-bar:before{background-color:var(--tec-color-category-primary);border-radius:var(--tec-border-radius-month-multiday) 0 0 var(--tec-border-radius-month-multiday);content:"";height:100%;left:0;position:absolute;top:50%;transform:translateY(-50%);width:10px}.tribe-events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-featured-icon-svg{color:var(--tec-color-category-primary)}.tribe-events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner{--tec-color-background-primary-multiday:var(--tec-color-category-secondary);background-color:var(--tec-color-category-secondary);padding:1px var(--tec-spacer-1);transition:none}.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-details{padding-left:var(--tec-spacer-1);position:relative}.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-details:before{background-color:var(--tec-color-category-primary);content:"";height:100%;left:0;position:absolute;top:0;width:3px}.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text{color:var(--tec-color-category-text)}.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-icon-svg{color:var(--tec-color-category-primary,var(--tec-color-border-default))}.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-title,.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-title .tribe-events-calendar-month-mobile-events__mobile-title-link{color:var(--tec-color-category-text)}.tribe-events-calendar-list .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after{background-color:var(--tec-color-category-primary,var(--tec-color-border-default) )}.tribe-events-calendar-list .tribe-events-calendar-list__event{position:relative}.tribe-events-calendar-list .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime-featured-icon-svg{color:var(--tec-color-category-primary,var(--tec-color-border-default))}.tribe-events-calendar-list .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime-featured-text{color:var(--tec-color-category-text)}.tribe-events-calendar-list .tec-events-calendar-list__event-categories{display:inline}.tribe-events-calendar-list .tec-events-calendar-list__event-categories .tec-events-calendar-list__category{align-items:center;background-color:var(--tec-color-category-secondary);border:1px solid var(--tec-color-category-secondary,var(--tec-color-border-default));border-radius:var(--tec-events-border-radius-pill);color:var(--tec-color-category-text);display:flex;font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-3);padding:0 var(--tec-spacer-1);width:fit-content}.tribe-events-calendar-list .tec-events-calendar-list__event-categories .tec-events-calendar-list__category .tec-events-calendar-list__category-icon{aspect-ratio:1;background-color:var(--tec-color-category-primary,#0000);border-radius:var(--tec-events-border-radius-circle);display:inline-block;margin-right:var(--tec-spacer-0);width:14px}.tribe-events-pro-summary .tribe-events-pro-summary__event.tribe-events-pro-summary__event-row--featured .tribe-events-pro-summary__event-details{position:relative}.tribe-events-pro-summary .tribe-events-pro-summary__event.tribe-events-pro-summary__event-row--featured .tribe-events-pro-summary__event-details:after{background-color:var(--tec-color-category-primary,var(--tec-color-border-default));border-radius:var(--tec-border-radius-default);content:"";height:100%;left:var(--tec-spacer-1);position:absolute;top:0;width:4px}.tribe-events-pro-summary .tribe-events-pro-summary__event.tribe-events-pro-summary__event-row--featured .tribe-events-pro-summary__event-title-featured-icon-svg{color:var(--tec-color-category-primary)}.tribe-common--breakpoint-medium .tribe-events-pro-summary .tribe-events-pro-summary__event.tribe-events-pro-summary__event-row--featured .tribe-events-pro-summary__event-title{position:relative}.tribe-common--breakpoint-medium .tribe-events-pro-summary .tribe-events-pro-summary__event.tribe-events-pro-summary__event-row--featured .tribe-events-pro-summary__event-title:after{background-color:var(--tec-color-category-primary,var(--tec-color-border-default));border-radius:var(--tec-border-radius-default);content:"";height:100%;left:calc(var(--tec-spacer-1)*-1);position:absolute;top:0;width:4px}.tribe-common--breakpoint-medium .tribe-events-pro-summary .tribe-events-pro-summary__event .tribe-events-pro-summary__event-details:after{border-radius:inherit;height:inherit;left:inherit;position:inherit;top:inherit;width:inherit}.tribe-events-pro-photo .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-datetime-featured-icon-svg{color:var(--tec-color-category-primary,var(--tec-color-border-default))}.tribe-events-pro-photo .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-datetime-featured-text{color:var(--tec-color-category-text)}.tribe-events-pro-photo .tec-events-calendar-photo__category{align-items:center;background-color:var(--tec-color-category-secondary);border:1px solid var(--tec-color-category-secondary,var(--tec-color-border-default));border-radius:var(--tec-events-border-radius-pill);color:var(--tec-color-category-text);display:flex;font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-3);padding:0 var(--tec-spacer-1);width:fit-content}.tribe-events-pro-photo .tec-events-calendar-photo__category .tec-events-calendar-photo__category-icon{aspect-ratio:1;background-color:var(--tec-color-category-primary,#0000);border-radius:var(--tec-events-border-radius-circle);display:inline-block;margin-right:var(--tec-spacer-0);width:14px}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__multiday-events-day .tribe-events-pro-week-grid__multiday-event-bar{padding-left:var(--tec-spacer-1);position:relative}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__multiday-events-day .tribe-events-pro-week-grid__multiday-event-bar:before{background-color:var(--tec-color-category-primary,var(--tec-color-border-default));border-radius:var(--tec-border-radius-month-multiday) 0 0 var(--tec-border-radius-month-multiday);content:"";height:100%;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.5em}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__multiday-events-day .tribe-events-pro-week-grid__multiday-event-bar .tribe-events-pro-week-grid__multiday-event-bar-inner{background-color:var(--tec-color-category-secondary,var(--tec-color-border-secondary));padding:1px var(--tec-spacer-1);transition:none}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__multiday-events-day .tribe-events-pro-week-grid__multiday-event-bar .tribe-events-pro-week-grid__multiday-event-bar-featured-icon-svg{color:var(--tec-color-category-primary)}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event-link{background-color:var(--tec-color-category-secondary);color:var(--tec-color-category-text)}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event--past .tribe-events-pro-week-grid__event-link-inner{background-color:var(--tec-color-category-secondary);color:var(--tec-color-category-text);transition:var(--tec-transition-background-color)}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event--past .tribe-events-pro-week-grid__event-link .tribe-events-pro-week-grid__event-link-inner:hover{background-color:inherit;filter:contrast(85%)}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event-datetime,.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event-title{color:var(--tec-color-category-text)}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event--featured .tribe-events-pro-week-grid__event-datetime-featured-icon-svg{color:var(--tec-color-category-primary,var(--tec-color-border-default) )}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event--featured .tribe-events-pro-week-grid__event-datetime-featured-text{color:var(--tec-color-category-text)}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event--featured .tribe-events-pro-week-grid__event-link-inner,.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event--featured .tribe-events-pro-week-grid__event-link:hover .tribe-events-pro-week-grid__event-link-inner{background-color:var(--tec-color-category-secondary,var(--tec-color-border-secondary) )}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event--featured .tribe-events-pro-week-grid__event-link-inner:before{background-color:var(--tec-color-category-primary,var(--tec-color-border-default) )}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event-link-inner{background-color:var(--tec-color-category-secondary);transition:var(--tec-transition-background-color)}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event-link:hover .tribe-events-pro-week-grid__event-link-inner{background-color:inherit;filter:contrast(85%)}.tribe-events-pro.tribe-events-view--week .tribe-events-pro-week-grid__event-link:before{background-color:var(--tec-color-category-primary);content:"";height:100%;left:0;position:absolute;top:0;width:3px}.tribe-events-view--week .tribe-events-pro-week-mobile-events__event.tribe-events-pro-week-mobile-events__event--featured:before{background-color:inherit;height:inherit;left:inherit;position:inherit;width:inherit}.tribe-events-view--week .tribe-events-pro-week-mobile-events__event .tribe-events-pro-week-mobile-events__event-details{padding-left:var(--tec-spacer-1);position:relative}.tribe-events-view--week .tribe-events-pro-week-mobile-events__event .tribe-events-pro-week-mobile-events__event-details:before{background-color:var(--tec-color-category-primary);content:"";height:100%;left:0;position:absolute;top:0;width:3px}.tribe-events-view--week .tribe-events-pro-week-mobile-events__event .tribe-events-pro-week-mobile-events__mobile-event-datetime-featured-text{color:var(--tec-color-category-text)}.tribe-events-view--week .tribe-events-pro-week-mobile-events__event .tribe-events-pro-week-mobile-events__event-datetime-featured-icon-svg{color:var(--tec-color-category-primary,var(--tec-color-border-default))}.tribe-events-pro-map__event-cards-wrapper .tec-events-calendar-map__event-categories{display:inline}.tribe-events-pro-map__event-cards-wrapper .tec-events-calendar-map__event-categories .tec-events-calendar-map__category{align-items:center;background-color:var(--tec-color-category-secondary);border-radius:var(--tec-events-border-radius-pill);color:var(--tec-color-category-text);display:flex;font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-3);padding:0 var(--tec-spacer-1);width:fit-content}.tribe-events-pro-map__event-cards-wrapper .tec-events-calendar-map__event-categories .tec-events-calendar-map__category .tec-events-calendar-map__category-icon{aspect-ratio:1;background-color:var(--tec-color-category-primary);border-radius:var(--tec-events-border-radius-circle);display:inline-block;margin-right:var(--tec-spacer-0);width:14px}.tribe-events .tec-category-filtered-hide{filter:grayscale(60%);opacity:var(--tec-opacity-select-highlighted);transition:var(--tec-transition-opacity)}