@charset "UTF-8";
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.alignright.size-thumbnail.wp-image-827 {
margin-bottom: 40px;
display: inline-block;
}
img, figure {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle;
}
img[class*="wp-image-"] {
margin-top: 10px;
margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
}
.wp-caption {
margin-bottom: 8px;
max-width: 100%;
border-radius: 0;
padding: 0;
clear: both;
}
.wp-caption.aligncenter {
margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
text-align: center;
margin-top: 4px;
font-style: italic;
margin-bottom: 30px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}  table, iframe {
border: 1px solid #fbfbfb;
border-collapse: separate;
border-spacing: 0;
width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
border-top: 1px solid #e7e7e7;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 10px 10px;
border: 1px solid #EDEDED;
text-align: center;
}
div#calendar_wrap caption {
margin: 10px 10px 0;
padding-bottom: 0;
}
div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
padding: 0;
}
.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
border: 1px solid #e7e7e7;
}
dt {
font-weight: bold;
margin: 6px 0;
} .gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
max-width: 100%;
}
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
-o-transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(60%);
filter: opacity(60%);
}
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0;
}
.gallery-size-thumbnail .gallery-caption {
display: inline-block;
max-width: 200px;
margin-top: 5px;
}
.gallery-size-thumbnail .gallery-item > div > a {
display: inline-block;
}
.wp-caption,
.gallery-caption {
color: #666;
font-size: 13px;
font-style: italic;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
@media screen and (min-width: 30em) { .gallery-item {
max-width: 25%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
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;
}
.gallery-caption,
.bypostauthor {
display: block;
}
code {
overflow: auto;
max-width: 100%;
padding: 0 1em;
border: 1px solid #ddd;
background-color: #f9f9f9;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
}
a code {
color: #1cba9f;
}
p {
margin: 0 0 25px;
}
p img.alignleft {
clear: both;
margin-bottom: 30px;
}
select {
max-width: 100%;
}
.post-password-form input[type="password"] {
padding: 5px 15px;
margin-left: 10px;
}
.post-password-form input[type='submit'] {
background-color: #1cba9f;
border: none;
padding: 7px 55px;
color: #fff;
cursor: pointer;
} .post {
margin: 0 0 40px;
}
.post .post-media {
width: calc(100% - 0px);
position: relative;
overflow: hidden;
}
.post .post-media .video-link-btn {
position: absolute;
right: 0;
bottom: 0;
}
.post .post-media .video-link-btn a {
background: #f3525a;
padding: 15px 20px;
display: inline-block;
color: #fff;
font-size: 25px;
}
.post .post-body {
background: #f9f8fd;
padding: 40px;
}
.post .entry-header .entry-title {
margin-bottom: 20px;
word-wrap: break-word;
}
.post .entry-header .entry-title a {
color: #101010;
}
.post .entry-header .entry-title a:hover {
color: #1cba9f;
}
.post .entry-header .post-meta {
margin-bottom: 25px;
}
.post .entry-header .post-meta span {
display: inline-block;
margin-right: 28px;
color: #666666;
font-size: 14px;
}
.post .entry-header .post-meta span i {
margin-right: 6px;
font-size: 16px;
}
.post .post-footer {
clear: both;
}
.post .post-footer .readmore {
display: inline-block;
font-family: "Exo", sans-serif;
font-weight: 700;
padding: 12px 40px 12px 40px;
color: #fff;
background: #1cba9f;
border-radius: 50px;
-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}
.post .post-footer .readmore:hover {
background: #223a66;
}
.post.sticky .meta-featured-post {
display: block;
position: absolute;
right: -35px;
top: 18px;
background: #1cba9f;
width: auto;
height: auto;
padding: 12px 45px;
color: #fff;
display: inline-block;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size: 12px;
font-weight: 700;
transform: rotate(45deg);
z-index: 1;
}
.post.sticky .post-body {
overflow: hidden;
position: relative;
}
.search article.page {
background: #f9f8fd;
padding: 40px;
overflow: hidden;
position: relative;
margin-bottom: 40px;
}
.xs-page-header {
margin-bottom: 30px;
} .sidebar > .widget > select,
.sidebar > .widget.widget_categories > form > select,
.sidebar > .widget.widget_text > .textwidget > form > select {
display: block;
width: 100%;
padding: 17px 20px;
border: 1px solid #eee;
cursor: pointer;
outline: 0;
}
.sidebar > .widget > select:focus,
.sidebar > .widget.widget_categories > form > select:focus,
.sidebar > .widget.widget_text > .textwidget > form > select:focus {
border-color: #1cba9f;
}
.sidebar .widget {
margin-bottom: 40px;
border: 1px solid #eeeeee;
padding: 40px;
}
.sidebar .widget .widget-title {
font-size: 24px;
font-weight: 700;
position: relative;
margin: 0 0 30px;
padding: 0 0 15px;
}
.sidebar .widget .widget-title:before {
content: "";
position: absolute;
display: inline-block;
bottom: 0px;
width: 50px;
height: 2px;
left: 0;
z-index: 1;
background: #1cba9f;
}
.sidebar .widget.widget_search {
padding: 0;
border: 0;
}
.sidebar .widget.widget_search .form-control {
border-radius: 0;
}
.sidebar .widget.widget_search .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #1cba9f;
}
.sidebar .widget.widget_search .input-group-btn {
background: #1cba9f;
color: #fff;
padding: 0 20px;
cursor: pointer;
border: none;
}
.sidebar .widget.widget_search .input-group-btn i {
line-height: 52px;
}
.sidebar .widget.widget-tags ul li {
display: inline-block;
margin-bottom: 8px;
margin-right: 4px;
}
.sidebar .widget.widget-tags ul li a {
display: block;
padding: 5px 20px;
border: 1px solid #eee;
color: #666;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
background: #1cba9f;
color: #fff;
-webkit-transition: all ease 500ms;
-o-transition: all ease 500ms;
transition: all ease 500ms;
}
.sidebar .widget.widget-tags ul li:last-child {
margin-bottom: 0;
}
.sidebar ul {
border: 0;
padding: 0;
list-style: none;
}
.sidebar ul li {
border-bottom: 1px dashed #eeeeee;
padding-bottom: 10px;
margin-bottom: 10px;
}
.sidebar ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.sidebar ul li a {
color: #666;
}
.sidebar ul li a:hover {
color: #1cba9f;
}
.sidebar ul li a.url, .sidebar ul li a.rsswidget {
color: #222222;
}
.sidebar ul li a.rsswidget {
font-weight: 600;
}
.sidebar ul li cite {
font-style: normal;
}
.sidebar ul.sub-menu, .sidebar ul.children {
padding: 10px 0px 0 20px;
}
.sidebar ul.children {
padding-bottom: 0;
}
.sidebar ul.sub-menu ul ul {
padding-left: 0;
}
.tag-lists a,
.tagcloud a {
border: 1px solid #f1f1f1;
color: #5a5a5a;
display: inline-block;
font-size: 14px !important;
padding: 4px 13px;
margin-left: 3px;
margin-bottom: 10px;
}
.tag-lists a:hover,
.tagcloud a:hover {
color: #1cba9f;
border-color: #1cba9f;
}
.textwidget img {
margin: 10px 0;
}
.page-links .page-link {
display: inline-block;
} .blog-post-comment .comment-title {
font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
margin-bottom: 15px;
position: inherit;
}
.blog-post-comment .comment-content > h3 {
margin-bottom: .5rem;
}
.blog-post-comment .comment-respond {
margin-bottom: 40px;
margin-top: 40px;
}
.blog-post-comment .comment-respond .comment-reply-title {
font-size: 24px;
}
.blog-post-comment .comment-respond .comment-form .form-control {
border-radius: 0;
height: 45px;
margin-bottom: 15px;
}
.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
height: 245px;
}
.blog-post-comment .comment-respond .comment-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #1cba9f;
}
.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
display: none;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
font-style: italic;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
margin-top: 20px;
}
.comments-list {
margin-bottom: 20px;
padding-left: 0;
list-style: none;
border-bottom: 1px solid #eee;
}
.comments-list .comment:not(:last-child),
.comments-list .trackback:not(:last-child),
.comments-list .pingback:not(:last-child) {
margin-bottom: 20px;
border-bottom: 1px solid #eee;
}
.comments-list .pingback:not(:last-child) {
padding-bottom: 20px;
}
.comments-list ul.children {
padding-top: 20px;
list-style: none;
border-top: 1px solid #eee;
}
img + .comment > .comment-body > .comment-content {
padding-left: 56px;
}
.comment-content table:not(:last-child) {
margin-bottom: 20px;
}
.loginformuser .form-control {
height: 100%;
resize: none;
}
.loginformuser .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #1cba9f;
} .pingback p, .pingback .says {
display: none;
}
.commenxs-list .pingback .comment-body {
margin-left: 0;
}
.commenxs-list {
list-style: none;
margin: 0;
padding: 20px 0;
}
.commenxs-list .comment {
list-style: none;
}
.commenxs-list .comment .last {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.commenxs-list .comment-author {
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
font-size: 15px;
color: #222222;
font-style: normal;
}
.commenxs-list .comment-author a {
color: #222222;
}
.commenxs-list .comment-author a:hover {
color: #1cba9f;
}
.commenxs-list .comment-author cite {
font-style: normal;
}
.commenxs-list .comment-date {
font-size: 14px;
display: block;
margin-top: -5px;
}
.commenxs-list .comment-content {
margin: 15px 0;
}
.commenxs-list .comment-body {
border-bottom: 1px solid #eeeeee;
padding-bottom: 20px;
margin-bottom: 30px;
margin-left: 110px;
}
.commenxs-list img.comment-avatar {
width: 80px;
height: 80px;
border-radius: 100%;
margin-right: 30px;
}
.commenxs-list .comment-reply-link {
color: #252a37;
font-weight: 400;
font-size: 14px;
}
.commenxs-list .comment-reply-link i {
margin-right: 5px;
}
.commenxs-list .comment-reply-link:hover {
color: #1cba9f;
}
.commenxs-counter {
font-size: 18px;
}
.commenxs-counter a {
color: #666;
}
.commenxs-reply {
list-style: none;
margin: 0 0 0 70px;
}
#cancel-comment-reply-link {
float: right;
color: #000;
}
#cancel-comment-reply-link:hover {
color: #1cba9f;
}
.not-found h1 {
margin-bottom: 20px;
}
.not-found .input-group-btn {
background: #1cba9f;
color: #fff;
padding: 0 20px;
border: none;
cursor: pointer;
}
.not-found .input-group-btn i {
line-height: 48px;
}
.not-found .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #1cba9f;
}
.not-found p {
line-height: 1.1;
margin-bottom: 25px;
}
.not-found p small {
display: block;
}
article.page .post-meta {
margin-bottom: 15px;
} .author-box {
padding: 20px;
margin-bottom: 40px;
background-color: #eee;
overflow: hidden;
}
.author-box .author-img img {
width: 70px;
height: 70px;
border-radius: 50%;
}
.author-box .author-info {
margin-left: 90px;
}
.author-box .author-info p:last-child {
margin-bottom: 0;
}
.author-box .author-info > h3 {
margin-bottom: 4px;
}
.author-box .author-url {
margin-bottom: 12px;
}
.author-box .author-url a {
color: #666666;
font-size: 14px;
} .post-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 25px;
border: 1px solid #eee;
margin-bottom: 40px;
}
.post-navigation > div {
padding: 0 40px;
width: 50%;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
position: relative;
}
.post-navigation h3 {
font-size: 17px;
line-height: 26px;
margin: 5px 0;
font-weight: bold;
ms-word-wrap: break-word;
word-wrap: break-word;
-webkit-transition: color .3s;
-o-transition: color .3s;
transition: color .3s;
}
.post-navigation a {
display: inline-block;
}
.post-navigation a:hover h3 {
color: inherit;
}
.post-navigation a:not(:hover) span {
color: #a9a9a9;
}
.post-navigation i {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.post-navigation .post-previous {
text-align: left;
border-left: 0 none;
border-right: 0 none;
padding: 0 40px 0 0;
}
.post-navigation .post-previous i {
margin-right: 5px;
}
.post-navigation .post-next {
text-align: right;
border-right: 0 none;
padding: 0 0 0 40px;
}
.post-navigation .post-next i {
margin-left: 5px;
}
@media (max-width: 767px) {
.post-navigation > div {
width: 100%;
}
.post-navigation > div.post-next {
margin-top: 15px;
padding-top: 15px;
padding-right: 40px;
padding-left: 0;
border-top: 1px solid #eee;
border-left-width: 0;
text-align: left;
}
} .pagination {
margin: 0;
}
.pagination li:not(:last-child) {
margin-right: 8px;
}
.pagination li a, .pagination li span {
width: 40px;
height: 40px;
line-height: 22px;
border: 1px solid #dadada;
text-align: center;
display: inline-block;
color: #666;
}
.pagination li a i, .pagination li span i {
line-height: 40px;
}
.pagination li.active a, .pagination li:hover a {
color: #fff;
background: #1cba9f;
border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
background: #1cba9f;
}
.pagination li.pagination-dots {
margin: 0 15px 0 10px;
}
.page-link:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.entry-content > blockquote {
padding-left: 1em;
border-left: 4px solid #000;
}
.entry-content .page-links {
color: #10100E;
margin-left: 5px;
overflow: hidden;
width: 100%;
margin-top: 50px;
}
.entry-content .page-links span {
display: inline-block;
}
.entry-content .page-links span.page-link {
color: #10100E;
margin-right: 5px;
}
.entry-content .page-links .page-link-text {
margin-right: 10px;
}
.entry-content .page-links > .current > .page-link {
color: #fff;
background-color: #1cba9f;
border-color: #1cba9f;
} .blog-single .post .post-media {
margin-bottom: 30px;
}
.blog-single .post .post-body {
background: #fff;
border: 0;
padding: 0;
} .header ul.navbar-nav li .dropdown-menu {
margin: 0;
}
.header ul.navbar-nav > li > a {
font-size: 13px;
margin-left: 8px;
}
.header ul.navbar-nav {
margin-right: 0;
}body{
overflow-x: hidden;
color: #525252;
}
.alignwide,
.alignwide {
margin-left: auto;
margin-right: auto;
clear: both;
}
@media only screen and (min-width: 768px) {
.alignwide,
.alignwide {
width: 100%;
max-width: 100%;
}
}
@media only screen and (min-width: 768px) {
.entry-content > *, .entry .entry-summary > * {
margin: 32px 0;
}
}
.alignleft,
.alignleft {
float: left;
max-width: calc(5 * (100vw / 12));
margin-top: 0;
margin-left: 0;
margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
.alignleft,
.alignleft {
max-width: calc(4 * (100vw / 12));
margin-right: calc(2 * 1rem);
}
}
.alignright,
.alignright {
float: right;
max-width: calc(5 * (100vw / 12));
margin-top: 0;
margin-right: 0;
margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
.alignright,
.alignright {
max-width: calc(4 * (100vw / 12));
margin-right: 0;
margin-left: calc(2 * 1rem);
}
}
.aligncenter,
.aligncenter {
margin-left: auto;
margin-right: auto;
} .sidebar-inactive #content .container {
max-width: 80%;
} .sidebar-inactive .alignfull, 
.alignfull,
.alignfull,
.blockquote.wp-block-pullquote.alignfull,
.wp-block-pullquote:not(.is-style-solid-color).alignfull{  
width: 100vw;
margin-left: -50vw;
margin-right: -50vw;
position: relative;
left: 50%;
right: 50%;
max-width: initial;
border-left:0;
}
.alignfull > img,
.alignwide > img {
max-width: none;
width: 100%;
}
figure, .wp-caption, .wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
} .sidebar-inactive .alignfull blockquote{
padding: 40px;
}
.sidebar-inactive .alignfull.wp-block-cover-image.has-background-dim{
padding: 40px;
}
.sidebar-inactive  figure.wp-block-image.alignleft.is-resized,
.wp-block-image .alignleft{
margin-right: 30px;
margin-bottom: 70px;
}
.sidebar-inactive  figure.wp-block-image.alignright.is-resized,
.wp-block-image .alignright{
margin-left: 30px;
}
.sidebar-inactive #content .container {
max-width: 80%;
}
p.has-background {
padding: 20px 30px;
}
.wp-block-audio {
width: 100%;
}
.wp-block-audio audio {
width: 100%;
}
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
max-width: 198px;
}
@media only screen and (min-width: 768px) {
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
max-width: 384px;
}
}
@media only screen and (min-width: 1379px) {
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
max-width: 385.44px;
}
}
.wp-block-video video {
width: 100%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper{
text-align: center;
}
.wp-block-button .wp-block-button__link {
transition: background 150ms ease-in-out;
border: none;
font-size: 0.88889em;
line-height: 1.2;
box-sizing: border-box;
font-weight: bold;
text-decoration: none;
padding: 0.76rem 1rem;
outline: none;
outline: none;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
background-color: #1cba9f;
border-radius: 0;
padding: 15px 40px 15px 40px;
box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.05);
}
.wp-block-button .wp-block-button__link:not(.has-text-color) {
color: white;
}
.wp-block-button .wp-block-button__link:not([tabindex]):hover {
color: #fff;
background-color: #223a66;
cursor: pointer;
}
.wp-block-button .wp-block-button__link:not([tabindex]):focus {
color: #fff;
background-color: #223a66;
outline: thin dotted;
outline-offset: -4px;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
border-radius: 50px;
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
transition: all 150ms ease-in-out;
border-width: 2px;
border-style: solid;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
color: #1cba9f;
border-color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
color: #223a66;
border-color: #223a66;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
list-style-position: outside;
}
.wp-block-latest-posts.has-dates{
list-style: none;
}
.wp-block-latest-posts__post-date{
margin-top:5px;
}
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
font-weight: 500;
line-height: 1.2;
padding-bottom: 0.75rem;
}
.wp-block-archives li.menu-item-has-children, .wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child {
padding-bottom: 0;
}
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
text-decoration: none;
}
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
text-align: center;
list-style-position: inside;
}
.wp-block-categories ul {
padding-top: 0.75rem;
}
.wp-block-categories li ul {
list-style-position: inside;
}
.wp-block-categories ul {
counter-reset: submenu;
}
.wp-block-latest-posts.is-grid li {
border-top: 2px solid #ccc;
padding-top: 1rem;
margin-bottom: 2rem;
}
.wp-block-latest-posts.is-grid li a:after {
content: '';
}
.wp-block-latest-posts.is-grid li:last-child {
margin-bottom: auto;
}
.wp-block-latest-posts.is-grid li:last-child a:after {
content: '';
}
.wp-block-preformatted {
line-height: 1.8;
padding: 1rem;
}
.wp-block-verse {
font-size: 22px;
line-height: 1.8;
}
.has-drop-cap:not(:focus):first-letter {
font-size: 3.375em;
line-height: 1;
font-weight: bold;
margin: 0 0.25em 0 0;
}
.wp-block-pullquote {
border-color: transparent;
border-width: 2px;
padding: 0;
}
.wp-block-pullquote p {
font-size: 1.6875em;
font-style: italic;
line-height: 1.3;
margin-bottom: 20px;
margin-top: 0.5em;
}
.wp-block-pullquote p em {
font-style: normal;
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote p {
font-size: 1.75rem;
}
}
.entry-content p.has-large-font-size {
line-height: 1.25;
}
.entry-content p[style="font-size:46px"] {
line-height: 1.7;
}
.wp-block-pullquote.alignleft, 
.wp-block-pullquote.alignright {
width: 100%;
margin-top:80px;
margin-bottom: 70px;
}
.wp-block-pullquote.alignleft blockquote, 
.wp-block-pullquote.alignright blockquote {
margin: 1rem 0;
max-width: 100%;
}
body.sidebar-active .entry-content .alignfull {
width: auto;
margin-left: auto;
margin-right: auto;
left: auto;
right: auto;
}
body.sidebar-active .entry-content .alignfull > img {
width: 100%;
}
.wp-block-pullquote.alignright cite{
margin-right: 60px;
}
.wp-block-pullquote.alignleft blockquote p:first-child,
.wp-block-pullquote.alignright blockquote p:first-child {
margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color {
padding-left: 0;
padding-right: 0;
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color {
padding-left: 10%;
padding-right: 10%;
}
}
.wp-block-pullquote.is-style-solid-color p {
font-size: 1.6875em;
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color p {
font-size: 2.25em;
}
}
.wp-block-pullquote.is-style-solid-color a {
color: #fff;
}
.wp-block-pullquote.is-style-solid-color cite {
color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
padding-left: 0;
margin-left: 1rem;
margin-right: 1rem;
}
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
color: inherit;
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: 0;
margin-right: 0;
padding-left:25px;
}
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color.alignright, .wp-block-pullquote.is-style-solid-color.alignleft {
padding: 1rem calc(2 * 1rem);
}
}
@media only screen and (min-width: 768px) {
.wp-block-pullquote.is-style-solid-color.alignfull {
padding-left: calc(10% + 58px + (2 * 1rem));
padding-right: calc(10% + 58px + (2 * 1rem));
}
}
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large{
padding: 30px 30px 40px 40px;
}
.wp-block-pullquote{
color:#666;
} blockquote.wp-block-quote, 
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large), blockquote.wp-block-pullquote,
.wp-block-quote.is-large, .wp-block-quote.is-style-large,
.wp-block-pullquote:not(.is-style-solid-color){
padding: 30px;
padding-left: 40px;
margin-top:30px;
margin-bottom: 30px;
background: #f9f9f9;
position: relative;
border-left:0;
}
.wp-block-pullquote.alignleft,
.wp-block-image.alignleft.is-resized{
text-align: left;
margin-right: 20px;
}
.wp-block-pullquote.alignright,
.wp-block-image.alignright.is-resized{
text-align: right;
margin-left:20px;
}
.editor-block-list__block .wp-block-pullquote blockquote,
.wp-block-pullquote blockquote{
border-left:0;
}
blockquote.wp-block-quote p, 
.wp-block-quote p{
margin-bottom: 20px;
}
.wp-block-quote:before {
content: '\f10d';
font-family: 'Fontawesome';
font-size: 30px;
color: #1cba9f;
}
.wp-block-quote p {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
font-style: italic;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
font-weight: normal;
font-size: 16px;
margin-left: 40px;
text-transform: unset;
display: inline-block;
}
.wp-block-quote__citation, 
.wp-block-quote cite, 
.wp-block-quote footer {
position: relative;
font-style: normal;
font-size: 13px;
}
blockquote.wp-block-quote cite::before, 
blockquote.wp-block-quote footer::before, 
blockquote.wp-block-quote .wp-block-quote__citation::before,
.wp-block-quote cite::before,
.wp-block-pullquote cite::before,
.blockquote-footer:before {
position: absolute;
top: 0;
width: 30px;
height: 1px;
background: #6c757d;
content: '';
bottom: 0;
margin: 10px 0 13px -40px;
}
.wp-block-quote .blockquote-footer{
margin-left:40px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 1rem 0;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-size: 1.6875em;
line-height: 1.4;
font-style: italic;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large .wp-block-quote__citation{
font-size: 16px;
text-align: left;
}
.wp-block-quote.is-style-large cite em{
display: block;
position: relative;
top: -30px;
}
@media only screen and (min-width: 768px) {
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 1rem 0;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-size: 1.6875em;
}
} .wp-block-pullquote::before {
content: '\f10d';
font-family: 'Fontawesome';
font-size: 30px;
color: #1cba9f;
}
.wp-block-pullquote .has-very-dark-gray-color.has-very-dark-gray-color{
background: none;
}
.wp-block-pullquote .has-very-dark-gray-color.has-very-dark-gray-color cite{
color: #40464d;
}
figure.wp-block-pullquote.has-cyan-bluish-gray-background-color.is-style-solid-color{
padding-top: 30px;
padding-bottom: 30px;
}
.wp-block-image img {
display: block;
}
.wp-block-image.alignleft, .wp-block-image.alignright {
max-width: 100%;
}
.wp-block-image.alignfull img {
width: 100vw;
}
@media only screen and (min-width: 768px) {
.wp-block-image.alignfull img {
margin-left: auto;
margin-right: auto;
}
}
.wp-block-cover-image,
.wp-block-cover {
position: relative;
min-height: 430px;
padding: 1rem;
}
@media only screen and (min-width: 768px) {
.wp-block-cover-image,
.wp-block-cover {
padding: 1rem 10%;
}
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-paragraph.has-large-font-size.editor-rich-text__editable{
font-size: 1.6875em;
line-height: 1.25;
padding: 0;
color: #f8f9f9;
}
@media only screen and (min-width: 768px) {
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover p.wp-block-cover-text,
.wp-block-cover h2 {
font-size: 36px;
max-width: 100%;
font-weight: 400;
}
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
width: 100%;
}
@media only screen and (min-width: 768px) {
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
padding: 1rem calc(2 * 1rem);
}
}
@media only screen and (min-width: 768px) {
.wp-block-cover-image.alignfull .wp-block-cover-image-text,
.wp-block-cover-image.alignfull .wp-block-cover-text,
.wp-block-cover-image.alignfull h2,
.wp-block-cover.alignfull .wp-block-cover-image-text,
.wp-block-cover.alignfull .wp-block-cover-text,
.wp-block-cover.alignfull h2 {
max-width: calc(8 * (100vw / 12) - 28px);
}
}
@media only screen and (min-width: 1168px) {
.wp-block-cover-image.alignfull .wp-block-cover-image-text,
.wp-block-cover-image.alignfull .wp-block-cover-text,
.wp-block-cover-image.alignfull h2,
.wp-block-cover.alignfull .wp-block-cover-image-text,
.wp-block-cover.alignfull .wp-block-cover-text,
.wp-block-cover.alignfull h2 {
max-width: calc(6 * (100vw / 12) - 28px);
}
}
.wp-block-gallery {
list-style-type: none;
padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
margin-bottom: 16px;
}
.wp-block-gallery figcaption a {
color: #fff;
}
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
font-size: 0.71111em;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
text-align: center;
bottom:0;
}
.wp-block-file .wp-block-file__button {
display: table;
transition: background 150ms ease-in-out;
border: none;
border-radius: 5px;
background: #d72924;
font-size: 22px;
line-height: 1.2;
text-decoration: none;
font-weight: bold;
padding: 0.75rem 1rem;
color: #fff;
margin-left: 0;
margin-top: calc(0.75 * 1rem);
}
@media only screen and (min-width: 1168px) {
.wp-block-file .wp-block-file__button {
font-size: 22px;
padding: 0.875rem 1.5rem;
}
}
.wp-block-file .wp-block-file__button:hover {
background: #111;
cursor: pointer;
}
.wp-block-file .wp-block-file__button:focus {
background: #111;
outline: thin dotted;
outline-offset: -4px;
}
.wp-block-code {
border-radius: 0;
}
.wp-block-code code {
font-size: 1.125em;
white-space: pre-wrap;
word-break: break-word;
} .wp-block-columns.alignfull {
padding-left: 1rem;
padding-right: 1rem;
}
@media (min-width: 1128px){
.wp-block-column {
padding-right: 24px;
padding-left: 24px;
}
}
@media only screen and (min-width: 600px) {
.wp-block-columns {
flex-wrap: nowrap;
}
}
@media only screen and (min-width: 768px) {
.wp-block-columns .wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
margin-bottom: 0;
}
.wp-block-columns[class*='has-'] > * {
margin-right: 1rem;
}
.wp-block-columns[class*='has-'] > *:last-child {
margin-right: 0;
}
.wp-block-columns.alignfull,
.wp-block-columns.alignfull .wp-block-column {
padding-left: calc(2 * 1rem);
padding-right: calc(2 * 1rem);
}
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
font-weight: bold;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
font-weight: normal;
}
.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
font-size: inherit;
}
.wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
font-size: 0.71111em;
}
.has-small-font-size {
font-size: 0.88889em;
}
.has-normal-font-size {
font-size: 1.125em;
}
.has-large-font-size {
font-size: 36px;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img{
margin: 0;
}
.has-huge-font-size {
font-size: 2.25em;
}
.has-primary-background-color,
.has-secondary-background-color,
.has-dark-gray-background-color,
.has-light-gray-background-color {
color: #fff;
}
.has-primary-background-color p,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a,
.has-secondary-background-color p,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color a,
.has-dark-gray-background-color p,
.has-dark-gray-background-color h1,
.has-dark-gray-background-color h2,
.has-dark-gray-background-color h3,
.has-dark-gray-background-color h4,
.has-dark-gray-background-color h5,
.has-dark-gray-background-color h6,
.has-dark-gray-background-color a,
.has-light-gray-background-color p,
.has-light-gray-background-color h1,
.has-light-gray-background-color h2,
.has-light-gray-background-color h3,
.has-light-gray-background-color h4,
.has-light-gray-background-color h5,
.has-light-gray-background-color h6,
.has-light-gray-background-color a {
color: #fff;
}
.has-white-background-color {
color: #111;
}
.has-white-background-color p,
.has-white-background-color h1,
.has-white-background-color h2,
.has-white-background-color h3,
.has-white-background-color h4,
.has-white-background-color h5,
.has-white-background-color h6,
.has-white-background-color a {
color: #111;
}
.has-primary-background-color,
.wp-block-pullquote.is-style-solid-color.has-primary-background-color {
background-color: #d72924;
}
.has-secondary-background-color,
.wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
background-color: #005177;
}
.has-dark-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
background-color: #111;
}
.has-light-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
background-color: #767676;
}
.has-white-background-color,
.wp-block-pullquote.is-style-solid-color.has-white-background-color {
background-color: #FFF;
}
.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
color: #d72924;
}
.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
color: #005177;
}
.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
color: #111;
}
.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
color: #767676;
}
.has-white-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
color: #FFF;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
embed,
iframe,
object {
max-width: 100%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper{
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
overflow: hidden;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.custom-logo-link {
display: inline-block;
}
.avatar {
border-radius: 100%;
display: block;
height: calc(2.25 * 1rem);
min-height: inherit;
width: calc(2.25 * 1rem);
}
svg {
transition: fill 120ms ease-in-out;
fill: currentColor;
} .wp-caption {
margin-bottom: calc(1.5 * 1rem);
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption-text {
color: #767676;
font-size: 1.1em;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
text-align: center;
padding-top: 0;
} .gallery {
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
display: inline-block;
margin-right: 16px;
margin-bottom: 16px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
margin-right: 0;
}
.gallery-columns-3 .gallery-item {
max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
margin-right: 0;
}
.gallery-columns-4 .gallery-item {
max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
margin-right: 0;
}
.gallery-columns-5 .gallery-item {
max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
margin-right: 0;
}
.gallery-columns-6 .gallery-item {
max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
margin-right: 0;
}
.gallery-columns-7 .gallery-item {
max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
margin-right: 0;
}
.gallery-columns-8 .gallery-item {
max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
margin-right: 0;
}
.gallery-columns-9 .gallery-item {
max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
margin-right: 0;
}
.gallery-item:last-of-type {
padding-right: 0;
}
.gallery-caption {
display: block;
font-size: 0.71111em;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
}
.gallery-item>div>a {
display: block;
line-height: 0;
box-shadow: 0 0 0 0 transparent;
}
.gallery-item>div>a:focus {
box-shadow: 0 0 0 2px #0073aa;
}
@media only screen and (max-width: 991px) {
.sidebar-inactive .is-type-video,
.sidebar-active .is-type-video {
left: 0;
width: 100%;
max-width: 100%;
}
.is-type-video iframe {
height: 100%;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
font-size: .3875em;
}
.wp-block-pullquote p {
font-size: 1em;
}
}
.wp-block-image {
margin-bottom: 44px;
}  .wp-block-separator, hr {
background-color: #767676;
border: 0;
height: 2px;
margin: 2rem auto;
max-width: 200px;
text-align: center;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.wp-block-separator.is-style-wide,
hr.is-style-wide {
max-width: 100%;
}
@media only screen and (min-width: 768px) {
.wp-block-separator.is-style-wide,
hr.is-style-wide {
max-width: calc(8 * (100vw / 12) - 28px);
}
}
@media only screen and (min-width: 1168px) {
.wp-block-separator.is-style-wide,
hr.is-style-wide {
max-width: calc(6 * (100vw / 12) - 28px);
}
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
max-width: 100%;
background-color: inherit;
border: inherit;
height: inherit;
text-align: center;
}
@media only screen and (min-width: 768px) {
.wp-block-separator.is-style-dots,
hr.is-style-dots {
max-width: calc(8 * (100vw / 12) - 28px);
}
}
@media only screen and (min-width: 1168px) {
.wp-block-separator.is-style-dots,
hr.is-style-dots {
max-width: calc(6 * (100vw / 12) - 28px);
}
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
color: #767676;
font-size: 1.6875em;
letter-spacing: 0.88889em;
padding-left: 0.88889em;
}
.wp-block-separator + h1:before,
.wp-block-separator + h2:before,
hr + h1:before,
hr + h2:before {
display: none;
} .wp-block-table td, 
.wp-block-table th{
border: 1px solid #ededed;
}
.wp-block-table{
border:0;
border-bottom: 1px solid #ededed;
border-left:1px solid #ededed;
}
table.wp-block-table>tbody>tr:nth-child(2n+1)>td {
background-color: #fcfcfc;
}
table.wp-block-table>tbody>tr>td {
padding: 10px 5px;
border-bottom: 0;
border-left: 0;
} .wp-block-embed__wrapper iframe{
border:0;
} .wp-block-cover.has-background-dim-60.has-background-dim a{
text-decoration: underline;
color:#1cba9f;
}
.wp-block-embed-vimeo iframe{
border:0;
}
.block-editor-block-list__layout  figure.wp-block-embed-vimeo.alignfull{
width:auto;
}
.wp-block-pullquote.is-style-default{
background: none;
border-left:0;
}
pre.wp-block-code{
border: 0;
padding: 0;
}
   body {
font-family: "Roboto", sans-serif;
line-height: 26px;
font-size: 15px;
color: #666666;
font-weight: 400 !important;
word-break: break-word;
-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #222222;
font-family: "Exo", sans-serif;
}
h1,
h2 {
font-family: "Exo", sans-serif;
}
h1 {
font-size: 36px;
line-height: 36px;
font-weight: 700;
}
h2 {
font-size: 30px;
line-height: 36px;
font-weight: 700;
}
h3 {
font-size: 24px;
margin-bottom: 20px;
font-weight: 700;
}
h4 {
font-size: 18px;
line-height: 28px;
font-weight: 700;
}
h5 {
font-size: 16px;
line-height: 24px;
font-weight: 600;
}
h6 {
font-size: 14px;
line-height: 24px;
font-weight: 600;
} body {
border: 0;
margin: 0;
padding: 0;
}
ul {
margin: 0;
}
iframe {
border: none;
}
a:link,
a:visited {
text-decoration: none;
}
a {
color: #1cba9f;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
a:hover {
text-decoration: none;
color: #1cba9f;
}
a.read-more {
color: #1cba9f;
font-weight: 700;
}
a.read-more:hover {
color: #222222;
}
.body-color {
background: #161362;
color: #fff;
}
a:focus {
outline: 0;
}
img.pull-left {
margin-right: 20px;
margin-bottom: 20px;
}
img.pull-right {
margin-left: 20px;
margin-bottom: 20px;
}
button:focus {
outline: 0;
}
abbr[data-original-title],
abbr[title] {
border-bottom: 1px dotted;
text-decoration: none;
}
.unstyled {
list-style: none;
margin: 0;
padding: 0;
}
.dropcap {
font-size: 48px;
line-height: 60px;
padding: 0 7px;
float: left;
font-weight: 700;
margin: 5px 15px 5px 0;
position: relative;
text-transform: uppercase;
}
.slick-dots > li > button:before {
display: none;
} .btn {
font-size: 14px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
background: #1cba9f;
height: 45px;
padding: 3px 35px 0;
line-height: 42px;
border-radius: 0px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
outline: none;
text-decoration: none;
cursor: pointer;
border: none;
}
.btn:focus {
outline: none;
}
.btn:hover {
color: #1cba9f;
background: #fff;
-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}
.btn.fill {
background: transparent;
padding: 0 25px;
color: #fff;
margin-left: 20px;
border: 2px solid #fff;
}
.btn.fill:hover {
background: #1cba9f;
border-color: #1cba9f;
}
.btn.btn-round {
border-radius: 36px;
}
.btn-link {
font-size: 13px;
font-weight: 700;
color: #1cba9f;
text-decoration: none !important;
}
.btn-link i {
margin-left: 6px;
position: relative;
top: 2px;
}
.btn-link:hover {
color: #1cba9f;
}
.btn-white {
background: #fff;
color: #2c2c2c;
-webkit-box-shadow: none;
box-shadow: none;
}
.solid-bg-two {
background: #f2f2f2;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: none;
box-shadow: none;
} .mf-input-select {
cursor: pointer;
}
.mf-input-select > option {
color: #222222;
}
.mf-input.flatpickr-input::-webkit-input-placeholder {
color: #666;
}
.mf-input.flatpickr-input::-moz-placeholder {
color: #666;
}
.mf-input.flatpickr-input:-ms-input-placeholder {
color: #666;
}
.mf-input.flatpickr-input:-moz-placeholder {
color: #666;
} .title-bg-small {
font-size: 14px;
font-weight: 700;
line-height: 24px;
margin-bottom: 15px;
color: #fff;
background: #101010;
display: inline-block;
padding: 3px 18px;
text-transform: uppercase;
}
.section-title,
.column-title {
font-size: 36px;
font-weight: 300;
color: #101010;
position: relative;
}
.section-title span,
.column-title span {
font-weight: 700;
}
.section-title:after,
.column-title:after {
position: absolute;
left: 0;
height: 1px;
width: 40px;
background: #ff5d34;
content: "";
bottom: -26%;
display: none;
}
.section-title.title-center:after,
.column-title.title-center:after {
margin: auto;
left: 0;
right: 0;
}
.section-title.title-right:after,
.column-title.title-right:after {
margin: auto;
left: auto;
right: 0;
}
.title-small {
font-size: 30px;
font-weight: 700;
}
.xs-title {
font-size: 24px;
font-weight: 600;
} .overlay {
position: relative;
z-index: 1;
}
.overlay:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, 0.68);
z-index: -1;
}
.overlay-two::before {
background: rgba(1, 14, 42, 0.6);
}
.main-container {
padding: 80px 0;
}
.main-container.blog, .main-container.blog-single {
padding-top: 110px;
padding-bottom: 70px;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}  .container {
padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 1199px) {
.container {
max-width: 1140px;
}
}
.container > .row {
margin-left: -10px;
margin-right: -10px;
}
.container > .row > [class*=col] {
padding-left: 10px;
padding-right: 10px;
} .ov-h {
overflow: hidden !important;
} @media (min-width: 1025px) {
.el-d-text-right {
text-align: right;
}
} .elementor-columns-center > .elementor-container > .elementor-row {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} @media (max-width: 1024px) {
.tab_column_reverse .elementor-widget-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
} .reset_p p:last-child {
margin-bottom: 0;
} .link_color_inherit a:not(:hover) {
color: inherit;
}  .ekit-wid-con a.elementskit-btn:before {
left: -1px;
right: -1px;
width: auto;
} .ekit-wid-con > .ekit-sidebar-group > div.ekit-overlay {
z-index: 99999;
}
.ekit-wid-con div.ekit-sidebar-widget {
background-color: #272727;
}
.ekit-wid-con div.ekit-sidebar-widget .ekit_close-side-widget {
color: #fff;
font-size: 24px;
}
.ekit-wid-con div.ekit-sidebar-widget .ekit_sidebar-textwidget {
padding-top: 40px;
} .elementor-widget-elementskit-blog-posts > .elementor-widget-container {
padding-left: 10px;
padding-right: 10px;
}
.elementor-widget-elementskit-blog-posts > .elementor-widget-container > .ekit-wid-con > .row {
margin-left: -10px;
margin-right: -10px;
}
.elementor-widget-elementskit-blog-posts > .elementor-widget-container > .ekit-wid-con > .row > [class*=col-] {
padding-left: 10px;
padding-right: 10px;
} .ekit-promo-popup.mfp-bg, .ekit-promo-popup.mfp-wrap {
z-index: 99999;
} .dialog-lightbox-widget-content {
left: 0 !important;
width: 100%;
} .icon_box_3 .ekit-wid-con .elementskit-infobox .elementskit-box-header {
position: absolute;
top: -8px;
left: 0;
right: 0;
}
.icon_box_3 .ekit-wid-con .elementskit-infobox:hover i.icon {
color: #fff !important;
}
@media (min-width: 1025px) {
.icon_box_3:first-child .ekit-wid-con .elementskit-infobox.hover_from_top:before {
top: auto;
bottom: -100%;
}
.icon_box_3:first-child .ekit-wid-con .elementskit-infobox.hover_from_top:hover:before {
top: auto;
bottom: 0;
}
.icon_box_3:first-child .ekit-wid-con .elementskit-infobox .elementskit-box-header {
top: auto;
bottom: -8px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
} .elementor-widget-text-editor.short_desc p {
margin-bottom: 32px;
} .medizco-preloder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 9999999;
} .header .navbar {
border-bottom: 1px solid #4d4542;
padding: 0;
}
.header .navbar-brand {
padding: 0;
}
.header ul.navbar-nav {
float: left;
}
.header ul.navbar-nav > li {
float: none;
display: inline-block;
}
.header ul.navbar-nav > li:last-child {
padding-right: 0;
}
.header ul.navbar-nav > li:last-child:after {
background: none;
}
.header ul.navbar-nav > li > a {
color: #fff;
text-rendering: optimizeLegibility;
display: block;
font-size: 16px;
margin: 0;
text-transform: uppercase;
position: relative;
font-weight: 500;
-webkit-transition: 350ms;
-o-transition: 350ms;
transition: 350ms;
margin-left: 20px;
line-height: 78px;
padding: 4px 0;
}
.header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a.active, .header ul.navbar-nav > li > a:focus {
color: #1cba9f !important;
}
.header ul.navbar-nav > li > a:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
border-bottom: 3px solid transparent;
-webkit-transform: scale(0) translateZ(0);
transform: scale(0) translateZ(0);
-webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
-o-transition: transform 0.45s ease, opacity 0.55s ease;
transition: transform 0.45s ease, opacity 0.55s ease;
transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
}
.header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a:focus {
background: none;
}
.header ul.navbar-nav > li > a i {
font-weight: 700;
margin-left: 3px;
}
.header ul.navbar-nav > li:hover > a:before, .header ul.navbar-nav > li.active > a:before {
border-color: #1cba9f;
opacity: 1;
-webkit-transform: scale(1) translateZ(0);
transform: scale(1) translateZ(0);
}
.header ul.navbar-nav li .dropdown-menu {
min-width: 230px;
margin: 0 20px;
padding: 0;
border: 3px solid #1cba9f;
border-radius: 0;
-webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
}
.header ul.navbar-nav li .dropdown-menu li:not(:last-child) {
border-bottom: 1px solid #f9f9f9;
}
.header ul.navbar-nav li .dropdown-menu li a {
padding: 12px 20px 12px 20px;
font-size: 15px;
display: block;
color: #222;
text-transform: uppercase;
font-weight: 500;
}
.header ul.navbar-nav li .dropdown-menu li a:hover, .header ul.navbar-nav li .dropdown-menu li a.active {
color: #fff;
background-color: #1cba9f;
}
.header ul.navbar-nav li .dropdown-menu li:last-child a {
border-bottom: none;
}
.header ul.navbar-nav li .dropdown-menu li .dropdown-menu {
left: 100%;
margin: 0;
top: 0;
}
.header ul.navbar-nav li .dropdown-menu li.dropdown > .dropdown-item:after {
content: "";
font-family: "fontawesome";
position: absolute;
right: 15px;
}
.header .dropdown-item:focus,
.header .dropdown-item:hover {
background: none;
}
.header .dropdown-toggle::after {
content: "";
font-family: "fontawesome";
border: 0;
vertical-align: 0;
float: right;
}
.header.header-standard {
background: #fff;
position: relative;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
border-bottom: 0;
z-index: 2;
}
.header.header-standard .navbar {
border-bottom: 0;
}
.header.header-standard ul.navbar-nav > li > a {
color: #222222;
}
.header.header-standard ul.navbar-nav > li > a:hover {
color: #1cba9f;
}
.header.header-standard ul.navbar-nav > li.active > a {
color: #1cba9f;
}
.dropdown-menu.show {
display: none;
}
@media (max-width: 991px) {
.header-standard ul.navbar-nav > li > .dropdown-menu {
border-width: 0;
}
.header-standard ul.navbar-nav > li > .dropdown-menu li:not(:last-child) {
border-bottom-width: 0;
}
.header-standard ul.navbar-nav > li > .dropdown-menu li a:hover, .header-standard ul.navbar-nav > li > .dropdown-menu li a.active {
color: #1cba9f;
background-color: transparent !important;
}
} .ekit-sticky__spacer .elementskit-menu-overlay {
display: none;
}
@media (min-width: 991px) {
.header ul.navbar-nav li:hover > .dropdown-menu {
display: block;
}
} @media (min-width: 1025px) {
.medizco_topbar:before {
right: calc(50% + 1140px);
}
.medizco_topbar > .elementor-container:before {
right: 99%;
}
.medizco_topbar:before, .medizco_topbar > .elementor-container:before {
content: " ";
display: block;
position: absolute;
top: -1px;
bottom: -1px;
width: 100%;
background-color: #fff;
}
} @media (min-width: 1025px) {
.medizco_logo {
z-index: 0;
}
.medizco_logo:before {
content: " ";
position: absolute;
top: -45px;
right: -40px;
bottom: 0;
width: 100%;
background-color: #fff;
border-right: 2px solid #1db9a0;
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
z-index: -1;
}
.medizco_logo > .elementor-widget-container {
-webkit-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}
.elementor .elementor-element.ekit-sticky--active .medizco_logo > .elementor-widget-container {
margin-top: 0;
padding-top: 12px;
padding-bottom: 12px;
-webkit-transition-duration: 300ms;
-o-transition-duration: 300ms;
transition-duration: 300ms;
}
} .medizco_nav .elementskit-navbar-nav ul > li:not(:last-child) {
border-bottom: 1px solid #f9f9f9;
}
@media (min-width: 1025px) {
.medizco_nav {
position: static;
}
.medizco_nav .elementskit-navbar-nav > li:last-child > a {
padding-right: 0 !important;
}
.medizco_nav .elementskit-menu-container.elementskit-navbar-nav-default,
.medizco_nav .elementskit-navbar-nav {
position: static;
}
.medizco_nav .elementskit-dropdown,
.medizco_nav .elementskit-megamenu-panel {
z-index: 999;
}
.medizco_nav .elementskit-megamenu-panel .elementor-element .ekit-wid-con {
min-height: 0;
}
}
@media (max-width: 1024px) {
.medizco_nav li > .elementskit-submenu-panel,
.medizco_nav li > .elementskit-megamenu-panel {
width: auto;
margin-left: 15px;
margin-right: 15px;
}
.medizco_nav .elementskit-menu-offcanvas-elements > ul > li > a > i {
color: inherit !important;
}
} .header_1_search_btn .ekit_navsearch-button {
position: relative;
}
.header_1_search_btn .ekit_navsearch-button:before {
content: "";
position: absolute;
top: 0;
left: -5px;
width: 12px;
height: 100%;
background-color: #d3d8e0;
-webkit-transform: skewX(-12deg);
-ms-transform: skewX(-12deg);
transform: skewX(-12deg);
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
z-index: -1;
}
.header_1_search_btn .ekit_navsearch-button:hover:before {
-webkit-transform: skewX(12deg);
-ms-transform: skewX(12deg);
transform: skewX(12deg);
} .medizco_header_2 .header_top_info .elementskit-info-box-icon {
margin-bottom: 0 !important;
}
@media (max-width: 767px) {
.medizco_header_2 .header_top_info .elementskit-infobox {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center !important;
}
.medizco_header_2 .header_top_info .elementskit-box-header {
width: 100%;
padding-bottom: 13px;
}
} .page_banner {
-webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.page_banner_content {
background-color: #1cba9f;
background-size: auto 100%;
background-position: left center;
background-repeat: no-repeat;
}
.page_banner_content :root {
--banner-overlay-color: rgba($color: $primary-color, $alpha: .68);
}
.page_banner_content:before {
background-color: var(--banner-overlay-color);
}
.page_banner_title {
margin-right: 30px;
margin-bottom: 0;
padding: 46px 0;
color: #fff;
font-size: 36px;
}
@media (max-width: 1024px) {
.page_banner_title {
font-size: 28px;
}
}
@media (max-width: 991px) {
.page_banner_title {
margin-right: 0;
font-size: 24px;
}
}
@media (max-width: 991px) {
.page_banner_content {
padding-bottom: 46px;
}
.page_banner_title {
padding-bottom: 16px;
}
} .page-title {
position: relative;
}
.page-title .outer-container {
position: relative;
}
.page-title .outer-container .image {
position: relative;
}
.page-title .outer-container .image img {
position: relative;
width: 100%;
display: block;
}
.page-breadcrumb {
position: relative;
background-color: #1cba9f;
-webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
}
.page-breadcrumb:before {
position: absolute;
content: "";
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 1;
background-color: rgba(28, 184, 157, 0.8);
}
.page-breadcrumb .image-layer {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
background-position: left top;
background-repeat: no-repeat;
}
.page-breadcrumb .breadcrumbs {
position: relative;
padding: 55px 110px;
z-index: 1;
}
.page-breadcrumb .breadcrumbs:before {
position: absolute;
content: "";
left: 20px;
top: 0px;
right: 20px;
bottom: 0px;
z-index: -1;
background-color: #fff;
-webkit-transform: skewX(-24deg);
-ms-transform: skewX(-24deg);
transform: skewX(-24deg);
}
.page-breadcrumb h2 {
position: relative;
color: #fff;
padding: 46px 0px;
z-index: 1;
font-size: 36px;
font-weight: 700;
}
.medizco_breadcrumblist {
position: relative;
color: #222222;
margin: 0 26px 0 0;
padding: 25px 110px;
list-style: none;
font-size: 18px;
font-weight: 500;
white-space: nowrap;
z-index: 0;
}
.medizco_breadcrumblist :root {
--banner-breadcumb-color: $primary-color;
}
.medizco_breadcrumblist:before {
content: "";
position: absolute;
top: 0;
left: 20px;
right: 20px;
bottom: 0;
background-color: #fff;
-webkit-transform: skewX(-24deg);
-ms-transform: skewX(-24deg);
transform: skewX(-24deg);
z-index: -1;
}
.medizco_breadcrumblist > li > a {
color: inherit;
}
.medizco_breadcrumblist > li:last-child,
.medizco_breadcrumblist > li > a:hover {
color: var(--banner-breadcumb-color);
}
.medizco_breadcrumblist > li.seperator {
margin: 0 5px;
}
.medizco_breadcrumblist > .curves {
position: absolute;
top: 0;
height: 100%;
}
.medizco_breadcrumblist > .curves:before, .medizco_breadcrumblist > .curves:after {
content: " ";
position: absolute;
top: 0;
height: 100%;
background-image: -webkit-gradient(linear, left top, left bottom, from(#558dca), to(rgba(255, 255, 255, 0)));
background-image: -o-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, #558dca 0%, rgba(255, 255, 255, 0) 100%);
-webkit-transform: skewX(-24deg);
-ms-transform: skewX(-24deg);
transform: skewX(-24deg);
}
.medizco_breadcrumblist > .curves:after {
-webkit-transform: skewX(-24deg) rotate(180deg);
-ms-transform: skewX(-24deg) rotate(180deg);
transform: skewX(-24deg) rotate(180deg);
}
.medizco_breadcrumblist > .curves.left {
left: 0;
}
.medizco_breadcrumblist > .curves.left:before {
left: -8px;
width: 20px;
}
.medizco_breadcrumblist > .curves.left:after {
left: 12px;
width: 8px;
}
.medizco_breadcrumblist > .curves.right {
right: 0;
}
.medizco_breadcrumblist > .curves.right:before {
left: -20px;
width: 20px;
}
.medizco_breadcrumblist > .curves.right:after {
left: 0;
width: 8px;
}
@media (min-width: 992px) {
.medizco_breadcrumblist {
min-height: 135px;
}
.medizco_breadcrumblist > li:not(.curves):not(.seperator) {
max-width: 120px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
}
@media (max-width: 991px) {
.medizco_breadcrumblist {
color: #fff;
margin-right: 0;
padding: 0;
white-space: normal;
}
.medizco_breadcrumblist:before {
display: none;
}
.medizco_breadcrumblist li:last-child,
.medizco_breadcrumblist li > a:hover {
color: #fff;
}
.medizco_breadcrumblist li.curves {
display: none;
}
} .equal-info-boxes .elementor-widget,
.equal-info-boxes .elementor-widget-container,
.equal-info-boxes .ekit-wid-con,
.equal-info-boxes .elementskit-infobox {
height: 100%;
}
@media (min-width: 1025px) {
.medizco_infobox_justify_desktop_right .elementskit-infobox {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
} .tel_num .elementskit-infobox.media {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tel_num .elementskit-info-box-icon {
margin-bottom: 0 !important;
} .elementor .medizco_testimonials.elementor-element {
max-width: 100%;
}
.medizco_testimonials .elementskit-profile-image-card:before {
display: none;
}
.medizco_testimonials .ekit-wid-con .elementskit-single-testimonial-slider:before {
top: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
background-color: #f7f9fb;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.medizco_testimonials.bg_white .ekit-wid-con .elementskit-single-testimonial-slider:before {
background-color: #fff;
-webkit-box-shadow: 0 70px 125px rgba(0, 0, 0, 0.07);
box-shadow: 0 70px 125px rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
.medizco_testimonials .ekit-wid-con .elementskit-single-testimonial-slider:before {
top: 30px;
right: 80px;
}
.medizco_testimonials .ekit-wid-con .elementkit-testimonial-col {
position: static;
}
.medizco_testimonials .ekit-wid-con .elementskit-profile-image-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
position: absolute;
top: 0;
left: 50%;
right: 0;
bottom: 0;
}
}
@media (max-width: 1024px) {
.medizco_testimonials .slick-arrow.slick-prev {
left: -8% !important;
}
.medizco_testimonials .slick-arrow.slick-next {
right: -8% !important;
}
} .portfolio_img .elementskit-box-style-content,
.portfolio_img .elementskit-box-footer {
display: none;
}
.portfolio_img .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body {
position: relative;
top: -50px;
display: inline-block;
width: auto;
border-radius: 15px 15px 0 0;
}
.portfolio_img .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body:before, .portfolio_img .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body:after {
display: none;
} .medizco_newsletter_form .ekit-mail-message {
color: #fff;
}
.medizco_newsletter_form .elementskit_inline_form {
max-width: 500px;
}
.medizco_newsletter_form .elementskit_inline_form > .elementskit_input_wraper:last-child {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.medizco_newsletter_form .elementskit_inline_form > .elementskit_input_wraper .ekit_mail_email {
color: #fff;
}
.medizco_newsletter_form .elementskit_inline_form > .elementskit_input_wraper .ekit_mail_email:focus {
color: #fff;
background-color: transparent;
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.medizco_newsletter_form .elementskit_inline_form > .elementskit_input_wraper .ekit-mail-submit:hover {
background-color: transparent;
} .medizco_quote_slider .elementskit-commentor-content {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.medizco_quote_slider .elementskit-commentor-content > p {
max-width: 465px;
}
.medizco_quote_slider .elementskit-commentor-content > ul {
position: absolute;
top: 0;
right: 0;
}
.medizco_quote_slider .elementskit-commentor-bio {
top: 39px;
right: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
text-align: right;
}
.medizco_quote_slider .elementskit-single-testimonial-slider .elementskit-commentor-content > span {
position: absolute;
}
@media (max-width: 767px) {
.medizco_quote_slider div.slick-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.medizco_quote_slider div.elementskit-commentor-content {
margin-bottom: 0;
}
.medizco_quote_slider div.elementskit-commentor-content > span {
margin-left: -20px;
}
.medizco_quote_slider div.elementskit-commentor-content > i {
margin-top: -50px;
margin-left: -20px;
}
.medizco_quote_slider div.elementskit-commentor-content > p {
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
.medizco_quote_slider div.elementskit-commentor-content > ul {
position: relative;
padding-top: 10px;
text-align: center;
}
.medizco_quote_slider div.elementskit-commentor-bio {
position: relative;
top: 0;
padding-top: 10px;
text-align: center;
}
} .medizco_video_popup > .elementor-widget-container {
position: relative;
padding-bottom: 90%;
z-index: 0;
}
.medizco_video_popup .ekit-video-popup.ekit-video-popup-btn {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
} .medizco_service_box .elementor-image-box-img {
min-width: 120px;
}
.medizco_service_box a:hover {
color: #1cba9f;
}
.medizco_service_box_2 .wp-caption > a > img {
position: relative;
z-index: -1;
}
.medizco_service_box_2 .wp-caption-text {
position: absolute;
left: 50%;
bottom: -50%;
margin-bottom: 0;
padding: 11px 35px;
border-radius: 15px 15px 0px 0px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 750ms ease;
-o-transition: all 750ms ease;
transition: all 750ms ease;
z-index: -1;
}
.medizco_service_box_2:hover .wp-caption-text {
bottom: 0;
}
.medizco_service_box_3 .elementor-widget-container {
position: relative;
z-index: 0;
}
.medizco_service_box_3:hover .elementor-widget-container {
-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.medizco_service_box_3 img {
width: 100%;
}
.medizco_service_box_3 .elementskit-box-footer {
margin-top: 0 !important;
}
.medizco_service_box_3 a.elementskit-btn {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.medizco_service_box_4 .ekit-wid-con > .elementskit-infobox {
overflow: visible;
}
.medizco_service_box_4 .elementskit-info-box-icon {
-webkit-transition: -webkit-transform 500ms ease 200ms;
transition: -webkit-transform 500ms ease 200ms;
-o-transition: transform 500ms ease 200ms;
transition: transform 500ms ease 200ms;
transition: transform 500ms ease 200ms, -webkit-transform 500ms ease 200ms;
}
.medizco_service_box_4:hover .elementskit-info-box-icon {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
} .medizco_video_btn .ekit-video-popup-btn {
-webkit-transform: translateX(-50px);
-ms-transform: translateX(-50px);
transform: translateX(-50px);
}
.medizco_video_btn .ekit-video-popup-btn > span {
position: absolute;
top: 0;
left: 100%;
padding-left: 16px;
color: #fff;
font-size: 18px;
font-weight: 500;
white-space: nowrap;
} .medizco_infographic_section {
background-size: 100% 50%;
}
.medizco-infographic-bd:before {
content: " ";
position: absolute;
width: 75px;
height: 330px;
border: 2px solid #f06699;
}
.medizco-infographic-bd .ekit-wid-con:before, .medizco-infographic-bd .ekit-wid-con:after {
content: " ";
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.8);
box-shadow: 0 0 0 0 rgba(255, 102, 102, 0.8);
-webkit-animation: dotRipple 3s infinite;
animation: dotRipple 3s infinite;
}
.medizco-infographic-bd .ekit-wid-con:after {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.medizco-infographic-bd .elementor-widget-container:before {
content: " ";
position: absolute;
width: 10px;
height: 10px;
background-color: #f06699;
border-radius: 50%;
}
.medizco-infographic-bd.top-left:before, .medizco-infographic-bd.top-right:before {
height: 254px;
margin-top: 10px;
}
.medizco-infographic-bd.top-left:before {
left: 0;
border-right: 0;
}
.medizco-infographic-bd.top-left .elementor-widget-container:before {
top: 6px;
left: 70px;
}
.medizco-infographic-bd.top-left .ekit-wid-con:before, .medizco-infographic-bd.top-left .ekit-wid-con:after {
top: 6px;
left: 70px;
}
.medizco-infographic-bd.top-right:before {
right: 0;
border-left: 0;
}
.medizco-infographic-bd.top-right .elementor-widget-container:before {
top: 6px;
right: 70px;
}
.medizco-infographic-bd.top-right .ekit-wid-con:before, .medizco-infographic-bd.top-right .ekit-wid-con:after {
top: 6px;
right: 70px;
}
.medizco-infographic-bd.bottom-left:before, .medizco-infographic-bd.bottom-right:before {
bottom: 100%;
margin-bottom: -15px;
}
.medizco-infographic-bd.bottom-left:before {
left: 0;
border-right: 0;
}
.medizco-infographic-bd.bottom-left .elementor-widget-container:before {
top: 9px;
left: 70px;
}
.medizco-infographic-bd.bottom-left .ekit-wid-con:before, .medizco-infographic-bd.bottom-left .ekit-wid-con:after {
top: 9px;
left: 70px;
}
.medizco-infographic-bd.bottom-right:before {
right: 0;
border-left: 0;
}
.medizco-infographic-bd.bottom-right .elementor-widget-container:before {
top: 9px;
right: 70px;
}
.medizco-infographic-bd.bottom-right .ekit-wid-con:before, .medizco-infographic-bd.bottom-right .ekit-wid-con:after {
top: 9px;
right: 70px;
}
@media (max-width: 1024px) {
.medizco-infographic-bd:before,
.medizco-infographic-bd .elementor-widget-container:before,
.medizco-infographic-bd .ekit-wid-con:before,
.medizco-infographic-bd .ekit-wid-con:after {
display: none;
}
}
@-webkit-keyframes dotRipple {
70% {
-webkit-box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
}
}
@keyframes dotRipple {
70% {
-webkit-box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
}
} .medizco_achievements .slick-arrow {
top: auto;
bottom: -21px;
}
@media (max-width: 767px) {
.medizco_achievements .slick-arrow {
bottom: -70px;
}
} .medizco_team_box_2 .profile-header:before {
opacity: 0;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
}
.medizco_team_box_2 .ekit-team-social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: absolute;
top: 50%;
left: 30px;
right: 30px;
width: 80px;
max-width: 100%;
margin: -90px auto 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
opacity: 0;
-webkit-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
-webkit-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
}
.medizco_team_box_2:hover .profile-header:before {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.medizco_team_box_2:hover .ekit-team-social-list {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
.medizco_doctor_featured_img .wp-caption {
overflow: visible;
}
.medizco_doctor_featured_img .wp-caption > a {
display: block !important;
}
.medizco_doctor_featured_img .wp-caption-text {
position: absolute;
left: -15px;
bottom: 30px;
margin-bottom: 0;
padding: 8px 25px 7px 90px;
border-radius: 0 50px 50px 0;
pointer-events: none;
}
.medizco_doctor_featured_img .wp-caption-text:before {
content: "";
display: block;
position: absolute;
width: 60px;
height: 60px;
top: -8px;
left: 20px;
border-radius: 50%;
font-family: "FontAwesome";
background-color: #4ed964;
border: 5px solid #fff;
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
line-height: 52px;
text-align: center;
}
.medizco_doctor_featured_img .wp-caption-text:after {
content: " ";
position: absolute;
left: 0;
bottom: -15px;
border-top: 15px solid #0d7563;
border-left: 15px solid transparent;
} .medizco_doctors_slider.slick-dotted.slick-slider {
margin-bottom: 0;
}
.medizco_doctors_slider .doctor_box {
margin: 0 10px 30px;
}
.medizco_doctors_slider .doctor_box:hover {
-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
}
.medizco_doctors_slider > .slick-dots {
position: relative;
bottom: auto;
padding-top: 3px;
}
.medizco_doctors_slider > .slick-dots > li {
margin: 0 4px;
width: auto;
height: auto;
}
.medizco_doctors_slider > .slick-dots > li > button {
width: auto;
height: auto;
margin: 2px;
padding: 4px;
background-color: #1cba9f;
border-radius: 50%;
opacity: 0.25;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.medizco_doctors_slider > .slick-dots > li > button:hover, .medizco_doctors_slider > .slick-dots > li.slick-active > button {
margin: 0;
padding: 6px;
opacity: 1;
}
.medizco_doctors_filter > .filter_nav {
margin: 0;
padding: 0 0 14px;
list-style: none;
}
.medizco_doctors_filter > .filter_nav > li {
position: relative;
display: inline-block;
color: #313131;
cursor: pointer;
font-size: 16px;
font-weight: 500;
margin: 0px 15px 6px;
padding: 0px 0px 0px;
text-transform: capitalize;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
border-bottom: 1px solid #1cba9f;
}
.medizco_doctors_filter > .filter_nav > li:hover, .medizco_doctors_filter > .filter_nav > li.active, .medizco_doctors_filter > .filter_nav > li.mixitup-control-active {
color: #1cba9f;
}
.medizco_doctors_filter .filter_items {
margin-left: -10px;
margin-right: -10px;
}
.medizco_doctors_filter .filter_item {
margin-top: 30px;
padding-left: 10px;
padding-right: 10px;
}
.doctor_schedule_box .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body {
margin-top: 0;
position: absolute;
left: 0;
right: 0;
bottom: 8px;
width: calc(100% - 20px);
height: auto !important;
}
.doctor_schedule_box .ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title {
display: inline-block;
position: relative;
padding-left: 59px;
text-align: left;
}
.doctor_schedule_box .ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title > i {
position: absolute;
top: 50%;
left: 0;
margin-top: -3px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.doctor_schedule_box .elementskit-box-body:before, .doctor_schedule_box .elementskit-box-body:after {
display: none;
} .doctor_box {
position: relative;
z-index: 0;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.doctor_box_img {
position: relative;
}
.doctor_box_img > img {
width: 100%;
}
.doctor_box_social {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 0 0 28px 30px;
list-style: none;
text-align: left;
overflow: hidden;
}
.doctor_box_social:before {
content: " ";
position: absolute;
top: 100%;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
-webkit-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
}
.doctor_box_social > li {
position: relative;
left: -70px;
-webkit-transition: all 900ms ease;
-o-transition: all 900ms ease;
transition: all 900ms ease;
}
.doctor_box_social > li:not(:last-child) {
margin-bottom: 10px;
}
.doctor_box_social > li > a {
display: inline-block;
position: relative;
z-index: 1;
}
.doctor_box_social > li > a > i {
display: block;
position: relative;
width: 36px;
height: 36px;
background-color: #fff;
border-radius: 50%;
font-family: "FontAwesome";
font-size: 17px;
font-style: normal;
line-height: 36px;
text-align: center;
-webkit-transition: -webkit-box-shadow 0.3s ease;
transition: -webkit-box-shadow 0.3s ease;
-o-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.doctor_box_social > li > a > span {
position: absolute;
top: 2px;
left: 0;
padding: 0 14px 0 25px;
color: #fff;
border-radius: 50px;
font-size: 12px;
line-height: 32px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: -1;
}
.doctor_box_social > li > a:hover > i {
-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
.doctor_box_social > li > a:hover > span {
opacity: 1;
visibility: visible;
left: 50%;
border-radius: 0 50px 50px 0;
}
.doctor_box:hover .doctor_box_social {
top: 0;
opacity: 1;
}
.doctor_box:hover .doctor_box_social:before {
top: 0;
opacity: 1;
}
.doctor_box:hover .doctor_box_social > li {
left: 0;
}
.doctor_box:hover .doctor_box_social > li:nth-child(2) {
-webkit-transition-delay: 500ms;
-o-transition-delay: 500ms;
transition-delay: 500ms;
}
.doctor_box:hover .doctor_box_social > li:nth-child(3) {
-webkit-transition-delay: 750ms;
-o-transition-delay: 750ms;
transition-delay: 750ms;
}
.doctor_box:hover .doctor_box_social > li:nth-child(4) {
-webkit-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.doctor_box_icon {
position: relative;
z-index: 0;
}
.doctor_box_icon > i {
position: absolute;
top: -21px;
left: 0;
right: 0;
width: 40px;
height: 40px;
margin: 0 auto;
border-radius: 50%;
font-size: 18px;
line-height: 38px;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.doctor_box_title {
font-size: 20px;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.doctor_box_role {
margin: 0;
font-size: 13px;
}
.doctor_box_link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
} .medizco-doctor-info {
font-size: 16px;
font-weight: 500;
}
.medizco-doctor-info > table {
border-width: 0;
border-collapse: collapse;
}
.medizco-doctor-info > table > tbody > tr {
border-width: 0;
}
.medizco-doctor-info > table > tbody > tr > th,
.medizco-doctor-info > table > tbody > tr > td {
padding: 6px 0 0;
border-width: 0;
font-weight: inherit;
text-align: left;
}
.medizco-doctor-info > table > tbody > tr > td:before {
content: ":";
margin-right: 30px;
} .medizco-doctor-social-widget > h3 {
margin: 0;
font-size: 28px;
}
.medizco-doctor-social-widget > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.medizco-doctor-social-widget > ul > li {
margin-top: 10px;
margin-right: 10px;
}
.medizco-doctor-social-widget > ul > li > a {
display: block;
min-width: 36px;
border-radius: 50%;
color: #fff;
font-size: 14px;
line-height: 36px;
text-align: center;
}
.medizco-doctor-social-widget .fa {
font-family: "FontAwesome";
} .medizco_servics_list {
margin: 0;
padding: 0;
list-style: none;
}
.medizco_servics_list > li:not(:last-child) {
margin-bottom: 10px;
}
.medizco_servics_list > li > a {
display: block;
position: relative;
padding: 22px 35px 22px 28px;
color: #222;
background-color: #fff;
-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
font-size: 16px;
font-weight: 500;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 0;
}
.medizco_servics_list > li > a:hover, .medizco_servics_list > li > a.active {
color: #fff;
background-color: #223a66;
}
.medizco_servics_list > li > a > i {
position: absolute;
top: 50%;
right: 25px;
margin-top: -8px;
}
.service_details_thumbs .swiper-slide-inner {
position: relative;
z-index: 0;
cursor: pointer;
}
.service_details_thumbs .swiper-slide-inner:before {
content: " ";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #223a66;
opacity: 0.8;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
}
.service_details_thumbs .swiper-slide-inner:hover:before {
opacity: 0;
}
.medizco_services_carousels a {
display: block;
}
.medizco_services_carousels img {
width: 100%;
}
.medizco_services_carousels .carousel_main {
margin-bottom: 10px;
}
.medizco_services_carousels .carousel_thumbs .swiper-slide:before {
content: " ";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(34, 58, 102, 0.8);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
z-index: 0;
}
.medizco_services_carousels .carousel_thumbs .swiper-slide:hover:before, .medizco_services_carousels .carousel_thumbs .swiper-slide.swiper-slide-active:before {
opacity: 0;
}
.services_cta_btn {
width: 100%;
}
.ekit-wid-con > .ekit-btn-wraper > .services_cta_btn {
text-align: inherit;
}
.services_cta_btn:after {
content: "";
position: absolute;
top: 50%;
right: 20px;
margin-top: -7px;
font-family: "FontAwesome";
}
.services_cta_btn > i {
position: relative;
margin-right: 5px;
padding: 10px;
z-index: 0;
}
.services_cta_btn > i:after {
content: " ";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
opacity: 0.3;
border-radius: 5px;
z-index: -1;
}
.services_cta_btn > svg {
width: 38px;
margin-right: 6px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px;
vertical-align: -11px;
}
div.elementor-widget-elementskit-button .services_cta_btn > svg {
max-width: none;
}
.services_cta_action .ekit-wid-con {
position: relative;
z-index: 0;
}
.services_cta_action .ekit-wid-con:before, .services_cta_action .ekit-wid-con:after {
content: " ";
position: absolute;
top: 0;
bottom: 0;
-webkit-transform: skewX(-24deg);
-ms-transform: skewX(-24deg);
transform: skewX(-24deg);
z-index: -2;
}
.services_cta_action .ekit-wid-con:before {
left: 0;
right: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#558dca), to(#1cba9f));
background-image: -o-linear-gradient(top, #558dca 0%, #1cba9f 100%);
background-image: linear-gradient(to bottom, #558dca 0%, #1cba9f 100%);
}
.services_cta_action .ekit-wid-con:after {
left: 22px;
right: 22px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#1cba9f), to(#558dca));
background-image: -o-linear-gradient(top, #1cba9f 0%, #558dca 100%);
background-image: linear-gradient(to bottom, #1cba9f 0%, #558dca 100%);
}
.services_cta_action .elementskit-infobox {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.services_cta_action .elementskit-infobox:before {
content: " ";
position: absolute;
top: 0;
left: 30px;
right: 30px;
bottom: 0;
background-color: #fff;
-webkit-transform: skewX(-24deg);
-ms-transform: skewX(-24deg);
transform: skewX(-24deg);
}
.services_cta_action .elementskit-infobox svg {
color: #1cba9f;
}
@media (max-width: 1024px) {
.services_cta_action .ekit-wid-con:before, .services_cta_action .ekit-wid-con:after {
display: none;
}
.services_cta_action .elementskit-infobox:before {
left: 0;
right: 0;
-webkit-transform: skewX(0);
-ms-transform: skewX(0);
transform: skewX(0);
}
}
.select2_wrap .select2 .select2-selection__arrow > b, .select2_wrap .select2.select2-container--open .select2-selection__arrow > b {
top: 0;
left: 0;
margin-top: 0;
color: #fff;
border-width: 0;
font-size: 24px;
}
.select2_wrap .select2 .select2-selection__arrow > b:before {
content: "";
font-family: "FontAwesome";
font-weight: 400;
}
.select2_wrap .select2.select2-container--open .select2-selection__arrow > b:before {
content: "";
}
.select2_wrap .select2-selection--single {
-webkit-transition: border-color 0.3s;
-o-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options {
background-color: #fff;
border-color: #fff;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li {
color: #222222;
padding: 6px 20px;
background-color: #fff;
border-color: #e0e0e0 #fff;
border-radius: 0;
-webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
-o-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}
.select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li:last-child {
border-bottom-color: #fff;
}
.select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li.select2-results__option--highlighted, .select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li[aria-selected=true] {
color: #fff;
background-color: #1cba9f;
border-color: #1cba9f;
}
.select2_wrap.elementor-element.elementor-widget-mf-select .select2-container > .select2-dropdown .select2-results > ul.select2-results__options > li[aria-disabled=true] {
color: #999;
}
.booking_form .elementor-element.select2_wrap .select2 .select2-selection--single > .select2-selection__rendered[title^=Please] {
color: #666;
}
.booking_form .metform-btn {
-webkit-transition: background-color 0.3s, border-color 0.3s;
-o-transition: background-color 0.3s, border-color 0.3s;
transition: background-color 0.3s, border-color 0.3s;
} .medizco_price_list {
margin: 0;
padding: 0;
list-style: none;
color: #222;
font-size: 16px;
}
.medizco_price_list > li {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
z-index: 0;
}
.medizco_price_list > li:before {
content: " ";
position: absolute;
top: 13px;
left: 5px;
right: 5px;
border-bottom: 2px dashed #e5e5e5;
z-index: -1;
}
.medizco_price_list > li:not(:last-child) {
margin-bottom: 10px;
}
.medizco_price_list > li > span {
background-color: #fff;
}
.medizco_price_list > li .text {
padding-right: 8px;
font-style: italic;
}
.medizco_price_list > li .price {
padding-left: 8px;
} .biography_title .ekit_heading_separetor_wraper {
position: absolute;
top: 18px;
right: 0;
} .pricing_boxes > .elementor-container {
-webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}
.pricing_box .period {
display: block;
margin-top: 12px;
} .mptt-navigation-select {
display: inline-block;
padding: 17px 35px;
color: #222;
background-color: #fff;
border-width: 0;
-webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
font-size: 16px;
font-weight: 600;
cursor: pointer;
}
.mptt-shortcode-wrapper .select2 {
width: 100% !important;
max-width: 360px;
margin-bottom: 22px;
font-size: 16px;
font-weight: 600;
}
.mptt-shortcode-wrapper .select2 .select2-selection {
height: auto;
border-width: 0;
border-radius: 0;
-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
}
.mptt-shortcode-wrapper .select2 .select2-selection__rendered {
padding: 14px 35px;
color: #222;
}
.mptt-shortcode-wrapper .select2 .select2-selection__arrow {
top: 50%;
right: 15px;
margin-top: -1px;
color: #222;
height: auto;
}
.mptt-shortcode-wrapper .select2 .select2-selection__arrow > b {
border-top-color: #222;
border-width: 7px 6px 0 6px;
}
.mptt-shortcode-wrapper .select2.select2-container--open .select2-selection .select2-selection__arrow > b {
border-bottom-color: #222;
border-width: 0 6px 7px 6px;
}
.mptt-shortcode-wrapper .select2-dropdown {
border-width: 0;
border-radius: 0;
-webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.mptt-shortcode-wrapper .select2-dropdown .select2-results__option {
padding: 10px 32px;
color: #222;
font-size: 14px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.mptt-shortcode-wrapper .select2-dropdown .select2-results__option:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mptt-shortcode-wrapper .select2-dropdown .select2-results__option--highlighted[aria-selected], .mptt-shortcode-wrapper .select2-dropdown .select2-results__option[aria-selected=true] {
color: #fff;
background-color: #1cba9f;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table {
-webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > thead > .mptt-shortcode-row > th {
color: #222;
background-color: #fff;
font-family: "Exo", sans-serif;
font-size: 16px;
font-weight: 600;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > thead > .mptt-shortcode-row > th:first-child {
padding-top: 13px;
padding-bottom: 13px;
background-color: #1cba9f;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > thead > .mptt-shortcode-row > th:first-child:before {
content: "";
color: #fff;
font-family: "FontAwesome";
font-size: 32px;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > thead > .mptt-shortcode-row > th:nth-child(odd):not(:first-child) {
background-color: #ecf9f5;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > .mptt-shortcode-hours {
padding-top: 35px !important;
padding-bottom: 35px !important;
color: #222;
background-color: #fff;
font-family: "Exo", sans-serif;
font-size: 16px;
font-weight: 600;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr:nth-child(odd) > .mptt-shortcode-hours {
background-color: #ecf9f5;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > .mptt-shortcode-event {
padding: 30px 30px 0;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr .mptt-inner-event-content {
padding: 30px 20px 0;
text-align: left;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > td > .mptt-event-container .event-title {
margin: 0;
font-size: 14px;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > td > .mptt-event-container .event-description {
margin: 0;
font-size: 14px;
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > td > .mptt-event-container .event-description:before {
content: " ";
display: block;
width: 20px;
margin-top: 11px;
margin-bottom: 11px;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.mptt-shortcode-wrapper > .mptt-shortcode-table > tbody > tr > td > .mptt-event-container:hover .event-title {
text-decoration: none;
} .contact_form .metform-btn {
display: block;
width: 100%;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
} .footer_copyright {
padding: 20px 0;
position: relative;
background-image: -webkit-gradient(linear, left top, right top, from(#1db9a0), to(#4d94c4));
background-image: -o-linear-gradient(left, #1db9a0 0%, #4d94c4 100%);
background-image: linear-gradient(to right, #1db9a0 0%, #4d94c4 100%);
}
.footer_copyright_text {
margin-top: 4px;
color: #fff;
text-align: center;
}
.footer_copyright_text a {
color: inherit;
border-bottom: 1px solid transparent;
}
.footer_copyright_text a:hover {
border-bottom-color: inherit;
}
.footer_copyright_text p {
margin-bottom: 0;
}
.copyright_text p:last-child {
margin-bottom: 0;
}
.footer_info_list .elementor-icon-list-icon > i {
vertical-align: -1px;
}
.ekit_social_media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .messenger_button .elementor-image-box-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.messenger_button .elementor-image-box-wrapper:after {
content: " ";
display: block;
clear: both;
}
.messenger_button .elementor-image-box-wrapper > figure {
margin-right: 3px !important;
margin-bottom: 0 !important;
} .BackTo {
background: #1cba9f none repeat scroll 0 0;
border-radius: 50%;
bottom: 18px;
color: #979797;
cursor: pointer;
height: 44px;
position: fixed;
right: 14px;
text-align: center;
width: 44px;
z-index: 9;
display: block;
padding: 8px 0;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.BackTo:hover {
background: #000;
}
.BackTo a {
color: #fff;
font-size: 20px;
font-weight: 700;
margin-top: 3px;
padding-left: 1px;
}
.mf_select__control .mf_select__indicators {
display: none;
}
.page_banner_img img {
width: 100%;
} @media (max-width: 1024px) {
.tab_ml_auto {
margin-left: auto !important;
}
.tab_ml_0 {
margin-left: 0 !important;
}
.tab_mr_auto {
margin-right: auto !important;
}
.tab_mr_0 {
margin-right: 0 !important;
}
} @media (min-width: 992px) and (max-width: 1200px) {
.header ul.navbar-nav > li > a {
margin-left: 10px;
font-size: 12px;
}
.header ul.navbar-nav > li .dropdown-menu {
margin: 0 10px;
}
.header-contact-info li {
padding: 0 30px 0 60px;
font-size: 14px;
}
.header-box .top-box {
padding: 15px 5px;
}
} @media (min-width: 768px) and (max-width: 991px) {
.header-contact-info li {
padding: 0 14px 0 14px;
font-size: 13px;
}
.header-contact-info li i {
display: none;
}
.top-info li {
margin-right: 20px;
font-size: 14px;
}
.header .navbar-brand,
.header .logo {
margin: 15px 0;
}
.header .navbar-toggler {
background: #1cba9f;
border-width: 0;
border-radius: 0;
}
.header .navbar-toggler-icon {
outline: none;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header .navbar-toggler-icon i {
font-size: 30px;
line-height: 30px;
color: #fff;
}
.header .navbar-collapse {
background: #101010;
position: relative;
}
.header ul.navbar-nav {
float: none;
width: 100%;
padding: 15px 30px;
}
.header ul.navbar-nav > li > a {
line-height: 36px !important;
margin-left: 0;
}
.header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
display: none;
}
.header ul.navbar-nav li .dropdown-menu {
min-width: auto;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
}
.header ul.navbar-nav li .dropdown-menu li a {
color: #fff;
}
.header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.header ul.navbar-nav .dropdown-toggle::after {
padding-right: 6px;
}
.header.header-standard ul.navbar-nav > li > a {
color: #fff;
}
.header.header-standard .navbar-collapse {
position: absolute;
left: 0;
width: 100%;
z-index: 11;
top: 100%;
}
.header.header-classic {
padding: 10px 0;
}
.header-box .header.header-classic {
padding: 0;
}
.header-box .header.header-classic .navbar {
padding: 10px;
}
.banner-area .banner-title {
font-size: 50px;
line-height: 55px;
}
.history-area .carousel-indicators li {
margin: 0 16px;
}
.xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
.xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
left: 0;
}
.xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next],
.xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] {
right: 0;
}
.xs-blog .blog-box {
margin-bottom: 30px;
}
.textwidget .contact {
margin-bottom: 30px;
}
} @media (max-width: 767px) {
.xs-center {
text-align: center;
}
.header-middle-area {
display: none;
}
a.logo.d-none {
display: block !important;
}
.header .navbar-brand,
.header .logo {
margin: 15px 0;
}
.header .navbar-toggler {
background: #1cba9f;
outline: 0;
}
.header .navbar-toggler-icon {
outline: none;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header .navbar-toggler-icon i {
font-size: 30px;
line-height: 30px;
color: #fff;
}
.header .navbar-collapse {
background: #101010;
position: relative;
}
.header ul.navbar-nav {
float: none;
width: 100%;
padding: 20px;
}
.header ul.navbar-nav > li > a {
line-height: 36px !important;
margin-left: 0;
}
.header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
display: none;
}
.header ul.navbar-nav li .dropdown-menu {
min-width: auto;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
}
.header ul.navbar-nav li .dropdown-menu li a {
color: #fff;
}
.header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.header.header-standard, .header.header-classic {
background: #fff;
}
.header.header-standard ul.navbar-nav > li > a, .header.header-classic ul.navbar-nav > li > a {
color: #fff;
}
.header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
position: absolute;
left: 0;
width: 100%;
z-index: 11;
top: 100%;
}
.header .dropdown-toggle::after {
padding-right: 8px;
}
.header-box .top-box {
text-align: center;
}
.header-box .top-box .header-contact-info {
display: none;
}
.header-box .navbar {
padding: 10px;
}
.banner-area {
padding: 60px 0;
}
.banner-area .banner-title {
font-size: 40px;
line-height: 44px;
}
.banner-area .mt-80 {
margin-top: 150px;
}
.xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
.xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
left: 0;
}
.xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next],
.xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] {
right: 0;
}
.xs-blog .blog-box {
margin-bottom: 30px;
}
.blog .post-body .entry-title {
font-size: 24px;
line-height: 30px;
}
.blog .pagination {
margin-bottom: 40px;
}
.history-area .carousel-indicators {
display: block;
}
.history-area .carousel-indicators:before {
display: none;
}
.ekit-wid-con .ekit-location-groups .ekit-map-image {
display: none;
}
.ekit-wid-con .ekit-location-groups .ekit-location-wraper .ekit-location {
position: static;
}
.ekit-wid-con .ekit-location-groups .ekit-location_inner {
min-width: auto;
position: static;
opacity: 1;
-webkit-transform: translate3d(0%, 0px, 0);
transform: translate3d(0%, 0px, 0);
visibility: visible;
pointer-events: auto;
}
.ekit-wid-con .ekit-location-groups .ekit-location_indicator {
display: none;
}
.ekit-wid-con .ekit-location-groups .ekit-location:not(:last-child) {
margin-bottom: 30px;
}
.ekit-wid-con .elementskit_inline_form .elementskit_input_wraper {
-webkit-box-flex: 1 !important;
-ms-flex: auto !important;
flex: auto !important;
}
}
.header_1_search_btn.ml-auto.tab_ml_0{
z-index: 999 !important;
}