/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
h1.elementor-heading-title, 
h2.elementor-heading-title, 
h3.elementor-heading-title, 
h4.elementor-heading-title, 
h5.elementor-heading-title, 
h6.elementor-heading-title {
	line-height: 1.15;
}
h1 {font-size: 2.986rem;}
h2 {font-size: 2.488rem;}
h3 {font-size: 2.074rem;}
h4 {font-size: 1.728rem;}
h5 {font-size: 1.44rem;}
h6 {font-size: 1.2rem;}
.h1 .elementor-heading-title {font-size: 2.986rem;}
.h2 .elementor-heading-title {font-size: 2.488rem;}
.h3 .elementor-heading-title {font-size: 2.074rem;}
.h4 .elementor-heading-title {font-size: 1.728rem;}
.h5 .elementor-heading-title, .h5 .elementor-image-box-title {font-size: 1.44rem;}
.h6 .elementor-heading-title {font-size: 1.2rem;}
.small {font-size: 0.833rem}
.extra-small {font-size: 0.694rem;}

.page .elementor-widget-theme-post-content .elementor-widget-text-editor h1,
.page .elementor-widget-theme-post-content .elementor-widget-text-editor h2,
.page .elementor-widget-theme-post-content .elementor-widget-text-editor h3,
.page .elementor-widget-theme-post-content .elementor-widget-text-editor h4 {
    margin-top: 1.25em;
}

.elementor-widget-shortcode ul {
    padding-left: 1.5em;
    padding-top: 1em;
}

.elementor-widget-shortcode li {
    margin-bottom: 10px;
}

.elementor-widget-shortcode li a {
    color: var(--e-global-color-text);
}
.elementor-widget-shortcode li.active a {
	color: var(--e-global-color-accent);
}
.elementor-widget-shortcode ul + a {
    display: inline-block;
    padding: 1em;
    color: var(--e-global-color-text);
}
.elementor-widget-archive-posts .elementor-post__thumbnail img {
    height: 100% !important;
    object-fit: cover;
}
#subpage-header .sub-arrow svg {fill: #fff !important;}
a.elementor-button {
    text-decoration: none !important;
}

#jSon-list .tab-content{
  display:none;
}

#jSon-list #latest_year_num{
  display:none;
}

#jSon-list .tab-title{
  font-weight:bold;
  font-size:22px;
  border-bottom: 1px solid #e4dfde;
  color: #978c89;
  margin:10px 0 10px 0;
  padding-bottom:10px;
  cursor:pointer;
  background: url(/wp-content/themes/adalta/images/nav-arrow-down.png) no-repeat 99% center;
}

#jSon-list .tab-title.open{
background: url(/wp-content/themes/adalta/images/nav-arrow-up.png) no-repeat 99% center;
}


#jSon-list .list-item{
	
display: grid;
    grid-template-columns: auto 114px;
	   border-bottom: 1px solid #e4dfde;
}

#jSon-list .list-item > div{
padding:0 0px;
        margin: 0px;
        flex:2 1; 
	
}

#jSon-list .list-item > div:last-child{
	text-align: right;
}

#jSon-list .list-item .list-item-title a{
	color: #5b6a77;
	
}

#jSon-list .list-item .list-item-title a:hover{
	color:#000;
}

#jSon-list .list-item .list-item-date{
    color: #c3bcba;
}

#jSon-list #latest_announcement{
	margin-bottom:30px;
	min-height: 50px;

}
@media(max-width:640px){
	.nivo-caption .btn-more {
		width: 135px;
	}
}


@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
   
    width:40px;height:40px;
    border-style:solid;
    border-color:#ccc;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.page-id-1985 .owl-item h4 {
    font-size: 18px;
    font-weight: bold;
}

.page-id-1985 .owl-item {
    padding: 20px 0;
}
.page-id-40 #trPageTitle {
    display: none;
}
@media screen and (max-width: 768px) {  
	.page-id-25 .h4 .elementor-heading-title, 
	.page-id-27 .h4 .elementor-heading-title,
	.page-id-29 .h4 .elementor-heading-title {
      font-size: 19px !important;
	}
}

@media screen and (max-width: 430px) {
	.page-id-25 .h4 .elementor-heading-title,
	.page-id-27 .h4 .elementor-heading-title,
	.page-id-29 .h4 .elementor-heading-title {
      font-size: 32px !important;
	}
	.page-id-25 .elementor-widget-image img,
	.page-id-27 .elementor-widget-image img,
	.page-id-29 .elementor-widget-image img {
      object-fit: cover;
      height: 400px;
      object-position: left;
      border-radius: 4px !important;
	}
	.page-id-25 .e-con>.e-con-inner,
	.page-id-27 .e-con>.e-con-inner,
	.page-id-29 .e-con>.e-con-inner {
      row-gap: 0px !important;
	}
}