html, body{
    background-color: #fff;
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Jost',sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    color: #1E1D23;
}
.blog_search{
    margin: 50px 20px 0 20px;
    position: relative;
    max-width: 650px;
}
.section_search_output img{
    height: 90px;
    width: 90px;
    border-radius: 10px;
}
.common_banner{
    position: relative;
    background: #000000;
}
.search_box{
    margin: auto;
    text-align: center;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 1;
    transform: translate(-50%,-50%);
}
.single_blog_description {
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px;
}
.search_icon i{
    margin-right: 15px;
    vertical-align: middle;
}
.search_icon:hover{
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.submit_icon{
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}
.submit_icon .ajax_submit_btn{
    position: relative;
    font-size: 18px;
    border-radius: 100px;
    color: #fff;
    background-color: #000;
    padding: 15px 30px 15px 50px;
    cursor: pointer;
}
.search_box .common_banner_title {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}
.submit_icon i{
    position: absolute;
    left: 22px;
    color: #fff;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.search_result span{
    font-weight: 600;
}
.col_80{
    width: 80%;
}
.col_20{
    width: 20%;
}
.search_section_form_text{
    position: relative;
    font-family: 'jost';
    font-size: 18px;
    width: 100%;
    padding: 15px 190px 15px 35px;
    border-radius: 100px;
    color: #000;
    border: 2px solid transparent;
}
.page-template-intro .footer{
    display: none;
}
.page-template-intro .wrapper .header{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.search_result{
    font-size: 16px;
    text-align: center;
}
.loading::before{
    position: absolute;
    content: '';
    top: 30%;
    left: 50%;
    transform: translate(-30%,-50%);
    z-index: 1;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.search_output .col{
    padding: 0px 10px;
}
.search_output .row{
    margin: 0px -10px;
}
.search_output::-webkit-scrollbar{
    width:6px;
}
.search_output::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
    border-radius: 20px;
}
.search_output {
    overflow-x: hidden;
    overflow-y:scroll;
    height: 290px;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #CECECE;
}
.single_blog_title {
    font-size: 20px;
    font-family:'jost';
    color: #000;
    line-height: 1.4;
    text-align: left;
}
.search_output .row{
    padding: 15px 0;
}
.section_search_output{
    border-radius: 10px;
    background-color: #fff;
    margin-top: 10px;
    padding: 25px 25px 0px 25px;
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 1;
}
.page-template-intro .sticky {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    transform: translateY(-100%);
    transition: transform 0.4s 1.5s;
    z-index: 9;
}
.page-template-intro .header .c {
    padding: 20px 50px;
    box-shadow: 0px 10px 30px #00000029;
    border-radius: 70px;
    background-color: #fff;
}
.page-template-intro.page_loaded .sticky {
    transform: translateY(0);
}
.page-template-intro.page_loaded .sticky .logo{
    opacity: 0;
}
.full_height_center{
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
    position: relative;
}
.full_height_center::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}
.full_height_center > .center_el{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    text-align: center;
}

.intro .full_height_center{
    height: 100vh;
}
.logo_txt{
    margin-left: 22px;
    width: 0;
    transition: width 0.5s;
    display: inline-block;
}
.page_loaded .logo_txt{
    width: 412px;
    overflow: hidden;
}
.logo_txt img {
    transform: translateX(-100%);
    transition: transform 0.8s 0.3s;
}
.page_loaded .logo_txt img {
    transform: translateX(0);
}
.logo_el {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    transition: transform 0.4s 1.5s, top 0.4s, left 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    transform-origin: center center;
    visibility: visible;
}
.logo_pat{
    transform: scale(0);
    transition: transform 0.6s;
    display: inline-block;
}
.page_loaded .logo_el{
    transform: scale(0.421) translate(0, 0);
    transform-origin: left top;
}
.logo {
    display: inline-block;
}
.home_grids_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
}
.home_grids_section.active{
    opacity: 1;
}
.intro {
    position: relative;
    z-index: 99;
    visibility: hidden;
}

.image_with_content_section .divider-1c7Hc {
    display: none;
}
.top_right_image_with_content_section .col:first-child {
    margin-top: 375px; 
}
.mapplic-external {
    font-size: 24px;
}
.mapplic-pin {
	background-color:transparent !important;
	border-color:transparent !important;
}
.mapplic-pin.mapplic-active {
	background-image: url(https://sicilias.uido.it/wp-content/uploads/2022/08/Icon-ionic-ios-pin.svg) !important;
}
.blog_content > .c{
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
}
.blog_content > .c > .blog_cont_wrap{
    padding-top: 0;
    width: 33.33%;
    padding: 0 20px;
    margin-top: 40px;
    display: inline-flex;
    flex-direction: column;
}
/* .blog_content > .c > .blog_cont_wrap .blog_desc{
    display: none;
} */
.blog_content > .c > .blog_cont_wrap a.btn_secondary {
    margin-top: 35px;
}
.bact_top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 45px;
    height: 45px;
    background-color: rgb(0 132 202);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.4s;
}
.bact_top:hover {
    background-color: #333;
    color: #fff;
}
.has-scrolled .bact_top{
    opacity: 1;
}
.short_in {
    font-size: 18px;
    margin-top: 25px;
}
.align_center {
    text-align: center;
}
.text_justify {
    text-align: justify;
}


.custom_tag {
    text-align:
    center;
    margin-top: 60px;
}
.custom_tag h4 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.signle_post_tags {
    margin-top:20px;
}
.custom_tag a {
    background-color:#e7edf0;
    padding: 5px 27px;
    margin-left: 10px;
    color:#819298;
    display:    inline-block;
    font-size:18px;
    border-radius: 10px;
}
.custom_tag a:first-child {
    margin-left:0;
}
.prev_next_buttons {
    max-width: 920px;
    margin: auto;
}
.prev_next_buttons_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    border-top: 1px solid #819298;
    padding-top: 40px;
}
.prev_next_buttons a {color: #000;font-size: 18px;font-weight: 500;letter-spacing: 0.2em;position: relative;}
.prev_next_buttons a:hover {
    color: #000;
}
.prev_next_buttons a *{
    display: inline-block;
    vertical-align: middle;
}
.right_arrow, .left_arrow  {
    width: 40px;
    height: auto;
}
.left_arrow  {transform: rotate(180deg);}
.contact_header_title {
    text-align: center;
    font-size: 46px;
    position: relative;
}
.contact_header_title img {
    height: 87px;
    width: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.section_search_output {
    display: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.search_section_form_text_close {
    position: absolute;
	top: 17px;
	right: 160px;
	width: 24px;
	height: 24px;
	opacity: 0.2;
	cursor: pointer;
    transition: opacity ease 0.5s;
    display: none;
}
.search_section_form_text_close:hover {
    opacity: 1;
}
.search_section_form_text_close::before,
.search_section_form_text_close::after {
	content: '';
	position: absolute;
	top: 10px;
	display: block;
	width: 24px;
	height: 3px;
	background: #000;
}
.search_section_form_text_close::before {
	transform: rotate(45deg);
}
.search_section_form_text_close::after {
	transform: rotate(-45deg);
}

.provo_con {
   font-size: 0;
   color: #fff;
   padding-top: 25px;
   margin: 0 20px;
}
.provo_con_tag {
    display: inline-block;
    width: 15%;
    font-size: 18px;
}
.post_tags {
    display: inline-block;
    width: 85%;
    font-size: 18px;
    text-align: left;
}
.post_t {
    text-transform: lowercase;
    position: relative;
}
.post_t::after {
    border-bottom: 2px dotted rgb(192 189 192 / 70%);
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.load_p_r {
    position: relative;
}
.error_txt {
    border: 2px solid #FF0000;
}
.loading .ajax_submit_btn {
    pointer-events: none;
    opacity: .5;
}
.bl_hrf:hover .single_blog_title {
    color: rgb(0 132 202);
}
.bl_hrf:hover .single_blog_description {
    color: #000;
}
.common_banner .bg_full {
    opacity: 0.5;
}
.blog_btn {
    margin: 0 0 0 0;
}
.tag_content > .c {
    display: block;
    flex-wrap: unset;
    margin-top: 0;
}
.tag_content_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
}
.tag_content_row .blog_cont_wrap {
    padding-top: 0;
    width: 33.33%;
    padding: 0 20px;
    margin-top: 40px;
    display: inline-flex;
    flex-direction: column;
}
.blog_content .bk_btn a.btn_secondary {
    margin-top: 0;
    margin-bottom: 40px;
}
