/**
 * Theme Name: Adacta
 * Author: Bästa Kompisar
 * Version: 99.0
**/

.blog-cat-items{
	list-style: none;
	margin-left: 0;
	columns: 2;
}

.custom-title{
	font-weight: 400;
	line-height: 3;
}

@media (max-width: 900px) {
	.custom-title{
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.blog-cat-items {
		columns: unset;

	}
}

.blog-cat-items li>a{
	color: #333;
	line-height: 2;

}


.blog-cat-items li>a:hover{
	opacity: 0.7;
}


.blog-cat-items .link-arrow{
	color: #D3B076;/*$gold*/
}
.link-arrow:after{
	content: '>>';
	color: #d3b076;
	display: inline-block !important;
	transform: scalex(0.6);
}
/*---------------*/
.second-part{
	display: none;
}

.section-padding-more{
	padding-top: 15px;
	padding-bottom: 15px;
}
.section-padding-more .button{
	margin-top: 10px;
}

.section-padding-more + .section-padding{
	padding-top: 35px;
}


.read-more-btn span:last-child{
	display: none;
}

iframe{
	max-width: 100%;
}
.acf-map.location-map{
	font-size: 0;
}

@media screen and (max-width:1024px) {
	.acf-map.location-map iframe{
		width:100%;
	}
}

.page-id-6734 .header, .page-id-6716 .header, .page-id-6686 .header, .page-id-6747 .header {
	 display: none;
}
 .page-id-6734 .footer, .page-id-6716 .footer, .page-id-6686 .footer, .page-id-6747 .footer {
	 display: none;
}

.ui-selectmenu-menu {
    z-index: 999;
    pointer-events: none;
    display: none;
}
.ui-selectmenu-menu.ui-selectmenu-open {
    pointer-events: auto;
    display: block;
}

.ui-selectmenu-button {
	border: 1px solid #d3b076 !important;
	background: #fff !important;
	min-width: 150px;
	width: auto;
	max-width: 320px;
	display: inline-block;
	height: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.ui-selectmenu-text {
	padding-right: 12px;
}
.ui-selectmenu-button .ui-icon {
	  top: 50%;
    transform: translate(0%, -50%);
}
.ui-selectmenu-button .ui-icon::before {
    color: #d3b076;
    font-size: 19px;
    font-weight: 900;
    vertical-align: middle;
}
.gfield_signature_reset_container {
    display: none;
}
.gfield_signature_container+div {
    width: 18px !important;
}
#input_3_28_toolbar {
    cursor: pointer;   
}
label[for="input_3_28"] {
    position: relative;
    padding-right: 25px;
}
#reset-ctx {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    width: 25px;
    height: 23px;
    z-index: 1000;
}
#reset-ctx:hover {
    cursor: pointer;
}