@charset "utf-8";

/* wp admin menu icon */

#adminmenu .toplevel_page_main-page-twinimage img {
	width: 22px;
    height: 22px;
    opacity: 1 !important;
    margin-top: -2px;
}


/* admin info page */

#twinimage-infopage {
	margin-top: 100px;
	border: #33cc00 1px solid;
	padding: 100px;
	background: #eeffee;
	max-width: 88%;
	width: 1400px;
	box-shadow: 15px 15px 15px rgba(0,0,0,0.12);
}
#twinimage-infopage h1 {
	font-size: 80px;
	color: #33cc00;
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: 'Arial', sans-serif;
	display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#twinimage-infopage p {
	font-size: 20px;
	line-height: 1.4em;
	color: black;
	max-width: 1000px;
	font-family: 'Arial', sans-serif;
}
#twinimage-infopage .headingbox {
	border-bottom: black 4px solid;
	padding-bottom: 20px;
	margin-bottom: 80px;
}
#twinimage-infopage .headingbox img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#twinimage-infopage .contentbox {
	display: flex;
	flex-direction: row;
	column-gap: 100px;
	padding-top: 60px;
}
#twinimage-infopage .contentbox .infoimage {
	width: 650px;
	margin-top: -60px;
}
#twinimage-infopage .contentbox .infoimage img {
	width: 100%;
	height: auto;
}
#twinimage-infopage .contentbox .infotext {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 630px;
}
#twinimage-infopage .contentbox .infotext img {
	width: 590px;
	height: auto;
	border: #cccccc 1px solid;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
    margin-bottom: 18px;
}


/* frontend appearance */

.twinimage {
	display: flex;
	flex-shrink: 0;
	position: relative;
	line-height: 0;
	width: 100%;
	padding: 0 !important;
	column-gap : 0 !important;
	row-gap: 0 !important;
}
.twinimage .e-con-inner {
	margin: 0;
	padding: 0 !important;
	column-gap : 0 !important;
	row-gap: 0 !important;
}
.twinimage img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: right center;
}
.twinimage .elementor-widget-image {
	width: 100%;
}
.twinimage .elementor-widget-image:nth-of-type(2) {
	position: absolute;
	object-fit: cover;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	object-position: 100% 50%;
}

.twinimage .tshandle {
	position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 1;
	cursor: col-resize;
	transform: translateX(-50%);
	padding: 0 6px;
}
.twinimage .tshandle .tsbar {
	width: 100%;
	height: 100%;
	background: white;
}
.twinimage .tshandle::before,
.twinimage .tshandle::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 20px transparent solid;
	top: 50%;
	transform: translateY(-50%);
}

.twinimage .tshandle::before {
	left: -40px;
	border-right-color: white;
}
.twinimage .tshandle::after {
	left: 20px;
	border-left-color: white;
}



/* backend appearance (elementor) */
body.elementor-editor-active .twinimage { display: flex !important; flex-direction: row !important; position: relative; left: 0; top: 0; right: unset; display: inline-block; width: 100% !important; max-width: 100% !important; }
body.elementor-editor-active .twinimage img { object-fit: contain; }
body.elementor-editor-active .tshandle { position: relative; left: 0; top: 0; height: 100%; }



