2021-04-19 03:12:03 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
@import "../initial";
|
|
|
|
|
|
|
|
.layout-content {
|
|
|
|
min-height: 37.5em;
|
|
|
|
z-index: 2;
|
|
|
|
|
|
|
|
&.container {
|
|
|
|
@extend .response-container;
|
|
|
|
}
|
|
|
|
.layout-content-inner {
|
|
|
|
width: 80.5%;
|
|
|
|
float: right;
|
2021-06-28 14:29:19 +00:00
|
|
|
padding: 0;
|
2021-04-19 03:12:03 +00:00
|
|
|
|
|
|
|
@media(max-width:767px) {
|
|
|
|
width: 100%;
|
|
|
|
float: unset;
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.left-box {
|
|
|
|
width: 19.5%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
section[data-pp="6"] {
|
|
|
|
background: url('/assets/aboutbg.png') 0 0 no-repeat;
|
|
|
|
padding: 1em;
|
|
|
|
& > div {
|
|
|
|
padding: 0 1.5em;
|
|
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
|
|
& > h3 { margin:0 !important; }
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
section[data-pp="2"] {
|
|
|
|
.widget-gallery.widget2 .widget-pic { width: 50%; }
|
|
|
|
}
|
|
|
|
.page-module-title {
|
|
|
|
@extend .unity-title;
|
|
|
|
font-size: 0.85rem;
|
|
|
|
text-align: left;
|
|
|
|
position: relative;
|
|
|
|
&:before {
|
|
|
|
content: '';
|
|
|
|
background: url(/assets/caption.gif) no-repeat 0 0;
|
|
|
|
display: inline-block;
|
|
|
|
width: 20px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.internal-page {
|
2021-06-28 14:29:19 +00:00
|
|
|
.layout-content .layout-content-inner { padding: 0; }
|
2021-04-19 03:12:03 +00:00
|
|
|
}
|