/*Silent is goldem*/
/****************************************************
/* GENERAL MODULE
*****************************************************/
.readmore {
    float: left;
    width: 100%;
	margin-top:2rem;
    position: relative;
	overflow:hidden;
}
.readmore:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 1200px;
    background: #111;
    z-index: 0;
    bottom: 48%;
}
.dark .readmore:before {
    background: #333;
}
.readmoreinside{
    float: right;
	font-size:12px;
	font-weight:500;	
	width:auto;
	text-align:right;
	background:#fff;
	padding:0 10px;
    position: relative;
	border:2px solid#111;	
}
.dark .readmoreinside {
	background:#181818;	
	border:2px solid#333;		
}
.abs-definition {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    background-color: #fff;
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #111;
    overflow: hidden;
    padding: 5px 15px;
}
.dark .abs-definition {
    background: #181818;
    color: #fff;
}
.ctest .dgwt-jg-gallery,
.simple .abs-definition{
	display:none;
}
.module-cat a{
    color:#fff!important;
	background:#D82521;
	padding:5px 15px;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;		
}
.module-cat a:hover{
    color:#ccc!important;
}
.topcat-place {
    float: left;
    width: 100%;
    position: relative;
}
.topcat-place .module-cat {
    position: absolute;
    z-index: 3;
    top: 2px;
    left: 0;
}
.topcat-place .module-cat:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    top: 23px;
    border-top: 8px solid #D82521;
    border-right: 8px solid transparent;
}
.module-cat {
    position: absolute;
    height: auto;
    margin: 0;
    position: absolute;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    z-index: 99;
    width: auto;
    top: 0;
    left: 0;
}
.module-cat:before {
    content: '';
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: -8px;
    border-top: 8px solid #D82521;
    border-left: 8px solid transparent;
}
.module4-text .firstletter,
.module8-text .firstletter {
    line-height: 38px;
    font-weight: regular;
    font-size: 38px;
	color:#000;
}
/*CONTACT FORM 7 WITH CLASS cf7-mail and cfc7-submit*/
/*contact us*/
.wpcf7 {
    position: relative;
	width:100%;
	float:left;
}
.wpcf7-spinner {
    position: absolute;
	bottom:50%;
	left:40%;
}
.col-md-6.leftcf {
	padding-left:0;
	margin-bottom:15px;
}
.col-md-6.rightcf {
	padding-right:0;
	margin-bottom:15px;
}
.col-md-12.msgcf, .col-md-4.msgcf {
	padding:0;	
	margin-bottom:10px;
	width:100%;
	float:left;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #D32C2C;
	background:#D32C2C;
	color:#fff;
}
.wpcf7-not-valid-tip {
    margin:  0;
	float:left;
	width:100%;
	font-size:12px;	
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 2px solid #dc3232!important;
	color:#111;
	width:100%;
	float:left;
	font-size:12px;
}
.darkwpcf7 .wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 2px solid #dc3232!important;
	color:#111;
	width:100%;
	float:left;
	font-size:12px;
}
.wpcf7 h3{
	color:#181818;
}
.wpcf7 hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.wpcf7 label,
.wpcf7-text,
.wpcf7-textarea {
    width: 100%;
}
.wpcf7-text, .wpcf7-textarea {
	float:left;
	margin:5px 0 15px 0;
    padding: 5px 15px;
    font-size: 14px;
	color:#111;
	background:rgba(0,0,0,0);
}
.lightwpcf7 .wpcf7-text, .wpcf7-textarea {
	float:left;
	margin:0;
    padding: 15px 15px;
    border: 3px solid #333;	
    font-size: 12px;
	color:#111;
	background:rgba(0,0,0,0);
}
.dark .lightwpcf7 .wpcf7-text, .dark .wpcf7-textarea {
	background:#333;
	color:#ddd;	
}
.wpcf7-submit {
    width: 100%;
    float: left;		
    padding: 10px 15px;
	margin-top:10px;
    background-color: #181818;
    border: 0px solid #333;		
    color: #ccc;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;		
}
.wpcf7-submit:hover {
    background-color: #000;
    border: 0px solid #333;		
    color: #fff;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;		
}
div.wpcf7 .ajax-loader {
    display: none!important;
}
.darkwpcf7{
	float:left;
	width:100%;
	position:relative;
}
.erlin.col-md-3,
.erlin.col-md-6 {
	padding:0;
}
.erlin.col-md-3.submit,
.erlin.col-md-3.email {
	left:-2px;
}
.darkwpcf7 .wpcf7-text, .darkwpcf7 .wpcf7-textarea {
    margin:10px 0;
    padding: 15px 20px;
	background:#111;
	color:#111;
	font-size:16px;
}
.darkwpcf7 .email .wpcf7-text{
	border-left:2px solid#333;
}
.darkwpcf7 .wpcf7-text::placeholder{
	color:#999;
}
.darkwpcf7 .wpcf7-submit {
    padding: 13px 10px 14px 10px;
	margin-top:10px;
}
.email input{
	border-radius:0;
} 
.submit input {
	border-radius:0 0;
	background:#FFBD3A;
	color:#111;
	font-weight:600;	
    border: 3px solid#FFBD3A;	
}
.submit input:hover {
    background-color: #FFBD3A;
    border: 3px solid#111!important;	
    color: #111;
}
input:focus,textarea:focus {
	outline: none;
}
.darkwpcf7 > p {
  margin-top:10px;
  float:left;
  text-align:center;
  width: 100%;
  color:#999;
}
.darkwpcf7 a {
	color:#ddd;
}
.darkwpcf7 > p > span > span > span > label > input[type=checkbox]{
    filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);	
}
@media screen and (max-width: 768px) {
.darkwpcf7 .wpcf7-text, .darkwpcf7 .wpcf7-textarea, .wpcf7-submit {
	width:100%;
	border-radius:0;
}	
.darkwpcf7 .col-md-12{
	width:100%;
	margin-bottom:10px;
}	
}
/*COLUMNS*/
.module31-content .column{
	padding:0 15px;	
}
.module31-content .first.column {
    padding: 0 15px 0 0;
}
.module31-content .last.column {
    padding: 0 0 0 15px;
    float: right!important;
}
/*ELEMENTOR*/
@media screen and (max-width: 980px) {
.elementor-widget-wrap,	
.elementor-column.elementor-col-16,
.elementor-column.elementor-col-33,
.elementor-column.elementor-col-66,
.elementor-widget-wrap.elementor-element-populated .elementor-widget-wrap.elementor-element-populated,	
.elementor-element.elementor-element > .elementor-element-populated {
    border-width: 0px 0px 0px 0px!important;	
	padding-right:0!important;
	padding-left:0!important;
	width:100%!important;	
}
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 100%!important;
}
.elementor-column.elementor-col-25, .elementor-column[data-col="25"]{
	width: 100%!important;
}
}
.imageoff {
	display:none;
}
.elementor-widget-container {
	float:left;
	position:relative;
	width:100%;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%!important;
}
.modulebox-wrapper {
	float:left;
	width:100%;
    position: relative;	
}
.mainbox-blog {
	width:100%;
	float:left;
	position:relative;
}
.mainbox-blogcenter {
    float: left;
    position: relative;
    width: 100%;
	border:1px solid#ccc;
	padding:15px 20px;
}
.mainboxwrapper {
	width:100%;
	float:left;
	position:relative;
}
@media screen and (max-width: 825px) {
.elementor-widget-container {
	padding-left:0!important;
	padding-right:0!important;	
}	
}
/****************************************************
/* HANDLE TITLE 1
*****************************************************/
.jmodule-maintitle  {
    color: #181818;
	padding:0 0 0 20px;
	float:left;
	position:relative;
	width:auto;	
	z-index:2;
}
.jmodule-maintitle:before {
	position:absolute;
    font-family: 'Material Icons Outlined'!important;
	content: "\e3ea";
	font-size:110%;
	font-weight:600;
	color:#111;
	left:0px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);	
}
.jmodule-maintitle h3 span {
	font-weight:400;
	font-size:90%;
	margin-left:5px;
}
.moduletitle-wrapper {
	display: grid;
    grid-template-columns: auto 1fr;	
    align-items: center;	
    position: relative;
    float: left;
    width: 100%;
	margin-bottom:1.5em;
}
.module-viewall {
    position: relative;
    float: right;
	padding-right:25px;
	text-align:right;
    width: 100%;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}
.module-viewall:before {
	position:absolute;
    font-family: 'Material Icons Outlined';
	content: "\f8ce";
	font-size:18px;
	font-weight:500;
	color:#111;
	right:0;
}
.dark .module-viewall:before {
	color:#fff;
}
.moduletitle-wrapper span {
    color: #666;
}
/****************************************************
/* HANDLE TITLE 2
*****************************************************/
.moduletitle-mainwrapper {
    position: relative;
    float: left;
    width: 100%;
	margin-top:-1px;
    margin-bottom: 25px;
	padding-bottom:5px;	
}
.moduletitle-subwrapper {
    position: relative;
    float: left;
    width: 100%;
	margin-top:-1px;
    margin-bottom: 20px;
    border-top: 1px solid#ccc;
}
.dark .moduletitle-subwrapper {
    border-top: 1px solid#333!important;
}
.jmodule-maintitle2  {
    position: absolute;
	z-index:2;
    top: -5px;
    left: 0;
	padding:0 15px;
    text-align: center;
    color: #181818;
    background: #fff;	
}
.jmodule-subtitle2  {
    position: absolute;
    top: -3px;
	padding:0 15px;
    background: #fff;
}
.dark .jmodule-subtitle2  {
    background: #181818;
}
.jmodule-subtitle2.left, .jmodule-maintitle2.left {
	width:auto;
    left: 0;
    text-align: left;
	padding:0 25px 0 0;	
}
.jmodule-subtitle2.center, .jmodule-maintitle2.center {
	width:40%;
    left: 30%;	
    text-align: center;	
}
.jmodule-subtitle2.right, .jmodule-maintitle2.right {
	width:auto;
    right:0;
    text-align: right;
	padding:0 0 0 25px;	
}

.jmodule-maintitle2 h3 span {
	font-weight:400;
	font-size:90%;
}

@media screen and (max-width: 768px) {
.jmodule-subtitle2.three, .jmodule-maintitle2.three,
.jmodule-subtitle2.four, .jmodule-maintitle2.four,
.jmodule-subtitle2.five, .jmodule-maintitle2.five,
.jmodule-subtitle2.sixth,.jmodule-maintitle2.sixth ,
.jmodule-subtitle2.seven, .jmodule-maintitle2.seven {
	width:100%;
    left: 0%;	
}
.jmodule-maintitle2 {
    left: 0%;
    padding: 0;
}	
}
/****************************************************
/* HANDLE TITLE 3
*****************************************************/
.vidmoduletitle-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.vidmodule-maintitle  {
    position: relative;
	float:left;
	position:relative;
	margin-bottom:10px;
	width:100%;
    color: #111;
	overflow:hidden;
}
.vidmodule-subtitle  {
    position: relative;
	float:left;
	width:100%;
	padding:0;
    color: #777;
}
/****************************************************
/* J-MODULE 1 & MODULE 1a
*****************************************************/
.dark .borderbox {
	background:#181818!important;
    border-color: #333!important;	
}
.borderbox img{
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.borderbox:hover img{
	transform: scale(1.1); 
}
.module1a-inner,
.module1ol {
	width:100%;
	float:left;
	position:relative;
}
.module1default-post {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 25% 1fr;
    gap: 15px 20px;
	overflow:hidden;
}
.module1default-thumb {
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
}
.module1default-article {
    float: left;
    width: 100%;
}
.module1default-article span{
	float: left;
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.module1default-article span a{
    color: #000;
    font-weight: 600;
}
.dark .module1default-article span a{
    color: #fff;
}
.module1default-article h6{
    margin-bottom:15px;
}
.module1-post {
	width:100%;
	float:left;
	position:relative;
}
.module1-post:last-child  {
	margin-bottom:0;
    padding-bottom: 0;
    border-bottom: 0px solid#ccc;	
}
.module1-post {
    counter-increment: css-counter 1;
}
.module1-post:before {
    content: counter(css-counter) " ";
    position: absolute;
    font-size: 40px!important;
    font-weight:500!important;
    top: 0;
    left: 0px;
    z-index: 2;
    color: #111;
	text-shadow: -4px 0 #fff, 0 4px #fff, 4px 0 #fff, 0 -4px #fff;	
	background-image: linear-gradient(45deg, #e7e7e7 25%, transparent 25%, transparent 50%, #e7e7e7 50%, #e7e7e7 75%, transparent 75%, transparent 100%);
	background-size: 5.66px 5.66px;
    padding: 15px 15px 0;
	height:100%;
}
.dark .module1-post:before {
    color: #fff;	
	text-shadow: 2px 2px 0 #181818;	
	background-image: linear-gradient(45deg, #222 25%, #555 25%, #555 50%, #222 50%, #222 75%, #555 75%, #555 100%);
}
.horizontal .module1-post {
	margin-bottom:0px;
	padding-bottom:0px;	
	border-bottom:0px solid#ccc;
}
.module1a-title {
	width:100%;
	float:left;
	padding-left:60px;
	margin-bottom:20px;
	position:relative;	
}
.module1-post h3{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.module1-article {
	width:100%;
	float:left;
}
.module1-article p:first-child {
	margin-top:0;
}
.module1-article1a {
	width:100%;
	float:left;
	font-size:12px;
	text-transform:uppercase;
}
.module1-meta {
	width:100%;
	float:left;
	font-size:11px;
	text-transform:uppercase;	
}
.module1-meta a{
	font-weight:600;
}
.module1b-wrapper {
    display: grid;
    float: left;
    width: 100%;
    position: relative;
}
.module1b-wrapper.horizontal {
	display:grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));	
    gap: 30px 30px;	
	z-index:99;
}
.module1b-wrapper.de.horizontal {
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));	
    gap: 30px 30px;	
}
.module1b-wrapper.vertical {
    grid-template-rows: auto auto;	
    gap: 30px 15px;
}
.vertical .module1b-post {
	width:100%;
	float:left;
	position:relative;
	padding-bottom:15px;
	border-bottom:1px solid#ccc;
}
.vertical .module1b-post:last-child {
    padding-bottom:0;
    border-bottom: 0px solid#ccc;
}
.dark .vertical .module1b-post:last-child {
    border-bottom: 0px solid#ccc;
}
.dark .vertical .module1b-post {
	border-bottom:1px solid#333;
}
.module1b-post:last-child {
	margin-bottom:0;
}
.horizontal .module1b-post {
	width:100%;
	float:left;
	position:relative;
}
.module1d-post  {
    display: grid;
    grid-template-columns: 35% 1fr;
    align-items: center;
    justify-content: center;
    gap: 30px 0;
	overflow:hidden;
}
.module1d-article {
    padding: 15px 30px;
}
.module1d-thumb {
	width:100%;
	float:left;
	overflow:hidden;
}
.module1d-thumb img{
    width: 100%!important;
	height:auto!important;
}
.module1b-thumb {
    grid-column-start: 1;
    grid-column-end: 3;
    position: relative;
	overflow:hidden;
}
.module1b-thumb img{
	width:100%;
	height:auto;
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.module1b-post:hover .module1b-thumb  img{
	transform: scale(1.1); 
}
.module1b-article {
	float:left;
	width:100%;
}
.module1b-post h6 {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.horizontal .module1d.module1b-post h6 {
	margin-bottom:0;
}
.module1d.module1b-thumb {
    grid-column-start: 1;
    grid-column-end: 4;
    position: relative;
	overflow:hidden;
}
.module1d.module1b-article {
    grid-column-start:4;
    grid-column-end: 9;
    position: relative;
	top:-3px;
}
.module1d-article h6,
.module1b-post h3{
	float:left;
	width:100%;
	margin-bottom:15px;
}
@media screen and (min-width: 600px) and (max-width:980px){
.module1b-wrapper {
    grid-template-columns: auto auto;
	gap: 0;	
}	
}
@media screen and (min-width: 480px) and (max-width:800px){
.module1b-wrapper.horizontal,	
.module1b-wrapper.vertical {
    grid-template-columns: auto;
    gap: 15px 25px;	
}
.module1d.module1b-thumb {
	display:none;
}
.module1d.module1b-article {
    grid-column-start: 1;
    grid-column-end: 9;
    position: relative;
    top: -3px;
}
}
@media screen and (min-width: 768px) and (max-width:1024px){
.module1d-article h6 {
    font-size: 32px!important;
}	
.module1d-article span {
	display:none;
}
}	
@media screen and (max-width: 1024px) {
.module1d-post  {
    grid-template-columns: 1fr;
	gap:15px 0;
}
.module1d-article h6 {
    font-size: 32px!important;
}
}
@media screen and (max-width: 980px) {
.module1b-wrapper.horizontal {
    grid-template-columns: auto auto;
}
}
@media screen and (max-width: 768px) {
.module1d-article {
    padding: 15px 0;
}
}
@media screen and (max-width: 600px) {
.module1b-article h6 a {
    font-size: 20px !important;
}	
.module1-article {
	display:none;
}
}
@media screen and (max-width: 480px) {
	
.module1b-wrapper.horizontal,	
.module1b-wrapper.vertical {
    grid-template-columns: auto;
}
}
@media screen and (max-width: 350px) {
.module1-article {
	display:none;
}
}
/****************************************************
/* J-MODULE 2
*****************************************************/
.module2ol {
	display: grid;
    float: left;
    width: 100%;
    position: relative;
}
.module2ol.horizontal {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, auto));
    gap: 30px 30px;		
}
.module2ol.vertical {
    grid-template-rows: auto auto;
    gap: 0 0;
}
.module2-thumb {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.module2a-thumb .dgwt-jg-gallery .entry-visible img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.module2-thumb img,
.module2a-thumb img{
	width:100%;
	height:auto;
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.module2a-thumb .gallery-caption {
    display:none;
}
.module2-post:hover .module2-thumb img, .module2a-wrapper:hover .module2a-thumb img{
	transform: scale(1.1); 
}
.module2-post {
	width:100%;
	float:left;
}
.vertical .module2-post {
	margin-bottom:15px;
}
.vertical .module2-post:last-child {
	margin-bottom:0;
}
.module2-post.borderbox{
	padding:0 0 15px 0;
	float:left;
	width:100%;
	overflow:hidden;
}
.borderbox-inner{
	float:left;
	width:100%;
}
.module2-post h3{
	width:100%;
	float:left;
	margin:5px 0 15px;
}
.module2-article {
	width:100%;
	float:left;
}
.module2-article p:first-child {
	margin-top:0;
}
.module2-article img{
	float:left;
	margin: 5px 20px 5px 0;
}
.module2abox {
    display: grid;
    float: left;
    width: 100%;
    position: relative;
}
.module2abox.horizontal {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 30px;
}
.module2a-title {
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	margin-bottom:15px;
}
.module2a-wrapper{
	width:100%;
	float:left;
	position:relative;
	margin-bottom:50px;
}
.cat-color {
	width:100%;
	float:left;
	margin-bottom:10px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
}
.module2a-post {
    position: relative;
	float:left;
	width:100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.module2-thumb .module2a-post {
    margin-bottom:0px;
}
.module2a-thumb {
    width: 100%;
    float: left;
	position:relative;
    margin-bottom: 30px;
	overflow:hidden;
}
.module2a-meta {
    float: left;
	text-align:center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-size: 11px;
    text-transform: uppercase;
}
.module2a-meta a{
    font-weight: 600;
}
.module2a-meta .module8-author1 {
    float: none;	
}
.module2a-post iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;	
}
.module2b-contentwrapper  {
    width: 100%;
    float: left;
    display: grid;
    position: relative;
    grid-template-columns: repeat(8, 1fr);
    gap: 0 30px;
    margin: 0 0 20px 0;
}
.module2b-borderbox{
    grid-column-start: 4;
    grid-column-end: 9;
    position: relative;
}
.module2b-borderbox h2{
    float: left;
    position: relative;
    width: 100%;
	margin-bottom:25px;
}
.module2b-thumb{
    grid-column-start:1;
    grid-column-end: 4;
    position: relative;
	overflow:hidden;
}
.module2b-thumb img{
	width:100%;
	height:auto;
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.module2b-contentwrapper:hover .module2b-thumb img{
	transform: scale(1.1); 
}
.module2b-intro {
    float: left;
    position: relative;
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-bottom: 20px;
}
.dark .module2b-intro {
	color:#fff;
}
.module2b-morewrapper  {
    width: 100%;
    display: grid;
    position: relative;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 0 30px;
	overflow:hidden;
	margin-top:50px;
}
.dark .module2b-moretitle {
	border-top:1px solid#333;
	border-bottom:1px solid#333;
}
.module2b-moretitle {
    float: left;
    position: relative;
    width: 100%;
	font-weight:600;
	text-transform:uppercase;
	padding:15px 0;
	border-top:1px solid#111;
	border-bottom:1px solid#111;	
}
.module2b-moretitle:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 900px;
    background: #111;
    z-index: 9;
    left: -15px;
    top: 0;
}
.dark .module2b-moretitle:after {
    background: #333;
}
.module2b-caption {
    position: absolute;
    margin: 0;
	padding:0 15px 5px 15px;
	background:#fff;
	color:#000;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    z-index: 9;
    width:auto;
    top: -2px;
    left: 0;
}
.dark .module2b-caption {
	background:#181818;
	color:#fff;
}
@media screen and (min-width: 601px) and (max-width:900px){
.module2ol {
    grid-template-columns: auto auto;
}	
}
@media screen and (min-width: 601px) and (max-width:1024px){
.module2ol.horizontal,	
.module2ol.vertical {
    grid-template-columns: auto auto;
	gap: 15px 15px;		
}
}
@media screen and (max-width: 1024px) {
.module2b-thumb {
	display:none;
}	
.module2b-contentwrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0 0;
}
.module2b-thumb,
.module2b-borderbox {
    grid-column-start: 1;
    grid-column-end: 2;
    margin: 0 0 15px 0;	
}
}
@media screen and (max-width: 768px) {
.module2a-title h3 a {
	font-size: 20px!important;
	line-height:1emimportant;
}
}
@media screen and (max-width: 600px) {
.module2ol.horizontal,	
.module2ol.vertical {
    grid-template-columns: auto;
}
}
@media screen and (max-width: 480px) {
.module2abox.horizontal {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0px;
}
}
/****************************************************
/* J-MODULE 3
*****************************************************/
.modulebox3-wrapper  {
    float: left;
    position: relative;
    width: 100%;
	display: grid;
    grid-template-rows: auto auto;
    gap: 30px 30px;
}
.modulebox3-wrapper.horizontal  {
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));	
    gap: 30px 30px;	
}
.module3-contentwrapper  {
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.module3-contentwrapper:last-child  {
	margin-bottom:0;
}
.module3-contenttop  {
    float: left;
    position: relative;
    width: 100%;
	border:1px solid#ccc;
	padding:30px 15px;
}
.dark .module3-avatarthumb,
.dark .module3-contenttop  {
	border:1px solid#333;
	background:#181818;
}
.module3-contenttop .readmore {
    margin-top: 1rem;
}
.modulebox3-wrapper .col-md-3 {
	padding-right:0;
	padding-left:0;
	text-align:center;
}
.modulebox3-wrapper .col-md-9 {
	float:right!important;
	padding-right:0;
	padding-left:30px;
}
.module3-avatarthumb {
	position:relative;
	overflow:hidden;
	z-index:3;
}
.module3-avatarthumb img{
	width:auto!important;
	height:auto;
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.module3-contentwrapper:hover .module3-avatarthumb img{
	transform: scale(1.3); 
}
.module3-name {
	float:left;
	width:100%;
	padding:5px 15px;
	border:2px solid#111;
	margin-bottom:30px;	
	font-size:14px;
}
.module3-title {
	float:left;
	width:100%;
	margin-bottom:15px;	
	text-transform:capitalize;
	font-weight:600;
}
.module3-title:last-child {
	margin-bottom:0;	
}
.module3-title h6{
	padding-left:15px;	
	border-left:2px solid#FFBD3A;
}
.module3-title h6:hover{
	border-left:2px solid#111;
}
.module3a-contenttop {
  display: flex;
  flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px 0;
    overflow: hidden;
}
.module3a-name {
	float:left;
	width:100%;
	margin-bottom:5px;	
	font-size:20px;
}
.module3a-desc {
    float: left;
    width: 100%;
}
.module3a-desc span{
    float: left;
    width: 100%;
	margin-bottom:15px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
}
@media screen and (min-width: 481px) and (max-width:900px){
.modulebox3-wrapper{
    width: 100%;
    float: left;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 15px;
}	
.module3-contenttop .col-md-3 {
	width:25%;
}
.modulebox3-wrapper .col-md-9	 {
	width:75%;
}
}
@media screen and (max-width: 600px) {
.modulebox3-wrapper{
    width: 100%;
    float: left;
    display: grid;
    position: relative;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
}	
.module3-contenttop .col-md-3 {
	width:30%;
}
.modulebox3-wrapper .col-md-9	 {
	width:100%;
	padding:15px 0 0 0;
}
}
@media screen and (max-width: 480px) {
.modulebox3-wrapper.horizontal{
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;	
}
}
/****************************************************
/* J-MODULE 4
*****************************************************/
.module4-wrapper {
    width: 100%;
    float: left;
    position: relative;
	padding-bottom:2px;
}
.module4-topwrapper {
float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 30px 50px;
 }
.module4-top {
    float: left;
    width: 100%;
}
.module4-maintitle {
    float: left;
    position: relative;
	margin-bottom:10px;	
	border-bottom:1px solid#111;
	color:#111;
}
.module4-title {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 25px 0;
}
.module4b-shortintro {
    float: left;
    margin-bottom: 10px;
}
.module4-introtitle {
	display:flex;
	flex-direction: column;	
	align-self:flex-end;
}
.module4-content {
    float: left;
    position: relative;
    width: 100%;
}
.module4-thumbnail {
    float: left;
    width: 100%;
    position: relative;
	overflow:hidden;
}
.module4-thumbnail img{
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.module4-left:hover .module4-thumbnail img{
	transform: scale(1.07); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 750ms ease;	
}
.module4-caption {
    font-size: 0.9em;
    line-height: 14px;
	padding:10px 0 0 15px;
    position: absolute;
	bottom:0;
	right:0;
	background:#fff;
}
.dark .module4-caption {
	background:#181818;
}
.module4-desc {
    position: relative;
    display: grid;
	grid-template-columns: 1fr;
    gap:0 0;
}
.module4-contentwrapper {
	float:left;
	width:100%;
}
.module4-moretext {
    float: left;
    position: relative;
    width: 100%;
	text-align:center;
	color:#111;	
	padding:15px 0;
	border-top:1px solid#666;	
}
.module4-morecontentwrapper {
	float: left;
	width:100%;
}
.module4-morecontent {
    width: 100%;
    float: left;
	position:relative;
    margin-bottom: 2.5rem;
}
.module4-morecontent:last-child {
	margin:0 0 0;		
	float:right;
	border-bottom:none;		
    margin-bottom: 0;
    padding-bottom: 0;	
}
.module4-meta {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;	
	text-transform:uppercase;	
}
.module4-meta:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 1200px;
    background: #111;
    top: 12px;
}
.submeta4-singlepost {
    float: left;
    position: relative;
	background: #fff;
    font-weight: 600;		
    padding: 0 10px 0 0;		
}
.module4-date {
    margin-bottom: 0;
    float: right;
    position: relative;
	background: #fff;
    padding: 0 10px;	
	margin-right:10px;	
}
.dark .submeta4-singlepost,
.dark .module4-date {
	background: #181818;
}
.module4-cat {
    position: relative;
    float: left;
    width: 100%;
	margin-bottom:15px;
    overflow: hidden;
    font-size: 12px;
	font-weight:500;
	line-height:1em;
	text-transform:uppercase;	
}
.module4-cat:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 1200px;
    background: #111;
    top: 6px;
	left:0;
}
.dark .module4-cat:before {
    background: #333;
}
.module4-left {
	position:relative;	
	float:left;
	width:75%;
	padding:0 25px 0 0;
}
.module4-left:before {
	position:absolute;
    font-family: 'Material Icons Outlined';
	content: "\e5d8";
	color:#111;
	top:-7px;
	right:-10px;
}
.module4-left:after {
	position:absolute;
    font-family: 'Material Icons Outlined';
	content: "\e5db";
	color:#111;
	bottom:-7px;
	right:-10px;
}
.module4-authorleft {
	direction: rtl;
	text-align:left;
	float:right;
	width:25%;
	padding:0 0 0 25px;
	overflow:auto;
}
.module4-authorleft::-webkit-scrollbar {
	width: 2px;
}
.module4-authorleft::-webkit-scrollbar-track {
	background: #CCC; 
} 
/* Handle */
.module4-authorleft::-webkit-scrollbar-thumb {
	background: #111; 
}
/* Handle on hover */
.module4-authorleft::-webkit-scrollbar-thumb:hover {
	background: #333; 
}
.module4a-wrapper {
    float: left;
    width: 100%;
	position: relative;	
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 30px 50px;
}
.module4a-leftinside,
.module4a-left {
    position: relative;
    float: left;
    width: 100%;
}
h2.module4a-title{
    position: relative;
    float: left;
    width: 100%;
	margin-bottom:1.5rem;
}
.module4a-right {
	column-count: 2;
	column-gap: 30px;
}
.module4a-caption {
    width: 90%;
    position: absolute;
    padding: 30px 30px 15px 30px;
    left: 0px;
    z-index: 9;
    opacity: 1;
    bottom: 0px;
    background: #fff;
}
.dark .module4a-caption {
    background: #181818;
}
.module4a-morethumb {
    float: left;
    width: 100%;
	overflow:hidden;
}
.module4a-post {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding:30px 15px 15px;
}
.module4a-article {
    float: left;
    width: 100%;
}
.module4a-article h6{
    float: left;
    width: 100%;
	margin-bottom:2rem;
}
.module4a-author {
    float: left;
    width: 100%;
}
.module4a-author .coauthormodule-wrapper {
	margin-bottom:30px;
}
.module4a-author .metaview1,
.module4a-author .metaview2 {
    border-top: 1px solid#ccc;
    border-bottom: 0px solid#ccc;	
    padding: 15px 0;
    margin-bottom: 0;
}
.module4a-author .metaview3 {
    border-top: 1px solid#ccc;	
    border-bottom: 1px solid#ccc;
    padding: 15px 0;
    margin-bottom: 0;
}
.dark .module4a-author .metaview3 {
    border-top: 1px solid#333;
}
.module4a-author .metaview1:before,
.module4a-author .metaview2:before,
.module4a-author .metaview3:before {
    bottom: 10px;
    font-size: 20px;	
}
.module4a-meta {
    margin-bottom: 1rem;
	position:relative;
    width: 100%;
    float: left;
    font-size: 11px;
	text-transform:uppercase;
    line-height: 1em;
}
.module4a-meta .submeta4-singlepost {
    padding: 0;
}
@media screen and (min-width: 768px) and (max-width:1250px){
.module4-content {
	display:none;
}
}
@media screen and (min-width: 768px) and (max-width:1024px){
h2.module4-title, .module4-content .first.column:first-of-type:first-letter {
    font-size: 40px!important;
}	
.module4-left {
    width: 60%;
}
.module4-authorleft {
    width: 40%;
}
.module4-topwrapper {
    grid-template-columns: 1fr;
    gap: 30px 0;
}	
h2.module4a-title {
    font-size: 26px!important;
}	
.module4a-author {
    margin-bottom: 30px;
}	
}

@media screen and (min-width: 600px) and (max-width:768px){
.module4-topwrapper {
    gap: 30px 30px;
}	
.module4-content {
	display:none;
}
}
@media screen and (max-width: 768px) {
.module4-left {
	margin-bottom:15px;
}	
.module4-morecontent {
    margin-bottom: 1rem;
}
h2.module4-title, .module4-content .first.column:first-of-type:first-letter {
    font-size: 30px!important;
}	
.module4-left {
    width: 100%;
    padding: 0;	
}
.module4-authorleft {
    direction: rtl;
    text-align: left;
    float: left;
    width: 100%;
    padding: 0 0 0 15px;	
}	
.module4a-wrapper {
	display:flex;
	flex-direction: column;	
    gap: 30px 0;
}	
.module4-content .first.column ,
.module4-content .column,
.module4-content .last.column {
    padding: 0 0 0 0;
	width:100%!important;
}
.module4-morecontent {
    padding: 10px 0;
	width:100%!important;
}
}
@media screen and (max-width: 480px) {
h2.module4a-title {
    font-size: 26px!important;
}	
.module4a-author {
    margin-bottom: 30px;
}
}
/****************************************************
/* J-MODULE 5
*****************************************************/
.module5{
	position: relative;
	float:left;
	width:100%;
}
.module5-slidetitle {
    float: left;
    width: 100%;
    position: relative;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid#ccc;
}
.dark .module5-slidetitle {
	border-bottom:1px solid#333;
}
.module5-slidetitle:last-child {
	margin-bottom:0px;
    padding-bottom: 30px;	
}
.module5-slidetitle h4 {
	margin:5px 0 15px;
	float:left;
	width:100%;	
}
.module5-slidetitle span{
	font-size:11px;	
	text-transform:uppercase;
	width:100%;
	float:left;	
    margin-bottom: 0.5rem;	
}
.module5-slidetitle span a{
	font-weight:600;
}
.list_carousel5.responsive {
	width:100%;
	float:left;
	position:relative;
	padding: 0;	
	border-left:none;	
}
.list_carousel5 .prev17, .list_carousel5 .next17 {
	position: relative;
	bottom:17px;	
}
.list_carousel5 .next17 {	
	left:15px;
}
.list_carousel5 .next17:before {
	position:absolute;
    font-family: 'Material Icons Outlined';
	content: "\e2ea";
	color:#111;
	padding:5px;
	background:#fff;	
}
.list_carousel5 .prev17 {
	left:50px;	
}
.list_carousel5 .prev17:before {
	position:absolute;
    font-family: 'Material Icons Outlined';
	content: "\e5e1";
	color:#111;
	padding:5px;
	background:#fff;	
}
.dark .list_carousel5 .prev17:before, .dark .list_carousel5 .next17:before {
	color:#fff;
	background:#181818;
}
.module5-wrapper {
    float: left;
	width:100%;
	position:relative;
}
.wrapper-module5 {
    float: left;
	width:100%;
    position: relative;
}

@media screen and (max-width: 768px) {
.list_carousel5.responsive,
.module5-desc{
	width:100%;
    padding: 5px 0 5px;	
	text-align: left;	
}
.module5-slidetitle {
    padding-left: 0;
    width: 100%;
}
}
/****************************************************
/* J-MODULE 6
*****************************************************/
.list_carousel6 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel3 li {
	margin: 0;
	display: block;
	float: left;
	position:relative;
}
.list_carousel3.responsive {
	width:100%;
	float:left;
	position:relative;	
	overflow:hidden;
}
.list_carousel3 .prev6, .list_carousel3 .next6 {
	display: block;
	overflow: hidden;
	width:60px;
	height:60px;
	background:#111;
	position: absolute;
	text-align:center;
	font-size:22px;
	line-height:25px;
	z-index:9;
}
.list_carousel3 .prev6 {
	right:-60px;
	bottom:60px;
}		
.dark .list_carousel3 .prev6 {
	border-top:1px solid#333;
}	
.list_carousel3 .next6 {
	right:-60px;
	bottom:0px;
}
.list_carousel3 .prev6:before {
	position:absolute;
    font-family: 'Material Icons Outlined';
	content: "\e5e1";
	color:#fff;
    bottom: 18px;
    left: 20px;
}
.list_carousel3 .next6:before {
	position:absolute;
    font-family: 'Material Icons Outlined';
	content: "\e5e0";
	color:#fff;
    bottom: 18px;
    left: 20px;
}
a.prev6.disabled, a.next6.disabled {
	cursor: default;
}
.list_carousel3 .prev6:hover {
	text-decoration:none!important;
	background:#FFBD3A;
}
.list_carousel3 .next6:hover {
	text-decoration:none!important;
	background:#FFBD3A;
}
.list_carousel3 .prev6:hover::before {
	color:#111;
}
.list_carousel3 .next6:hover::before {
	color:#111;
}
.module6-top {
    float: left;
    width: 100%;
}
.module6-top .moduletitle-wrapper {
	margin-top:-1px;
}
.list_carousel3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel3 li {
	margin: 0;
	display: block;
	float: left;
	position:relative;
}
.modulecarousel-wrapper {
	float:left;
	width: 100%;
}
.wrapper-module6 {
	float: left;
	margin:0;
	position: relative;
	width: 100%;
}
.borderbox:hover .wrapper-module6 img{
	transform: scale(1); 
}
.module6-cat {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:4px;
}
.title-module6 {
	width:50%;
	padding:30px 30px;
	position:absolute;
	right:60px;
	bottom:0;
	z-index:2;
    background: #fff;
}
.dark .title-module6 {
	background:#181818;
}
.title-module6 h3{
    float: left;
    margin-top: 10px;
    width: 100%;
}
.module6-time {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
}
.module6-time a{
	font-weight:600;
}
.module6a-mainbox {
    float: left;
    position: relative;
    width: 100%;
}
.module6a-mainbox:hover {
	background-color:#111;
}
.wrapper-module6a {
    float: left;
    position: relative;
    width: auto;
	display:inline;
	margin-right:8rem;
}

.module6a-mainbox:hover .wrapper-module6a h2 a{
	color:#999;
}
.wrapper-module6a h2 {
    float: left;
    position: relative;
    width: 100%;
}
.wrapper-module6a h2:before {
	position:absolute;
    font-family: 'Material Icons Outlined';
	content: "\f22b";
	color:#fff;
	font-size:75%;
	bottom:0%;
	right:-5rem;
	text-shadow: rgb(0 0 0) 1px 0px 0px, rgb(0 0 0) 0.540302px 0.841471px 0px, rgb(0 0 0) -0.416147px 0.909297px 0px, rgb(0 0 0) -0.989992px 0.14112px 0px, rgb(0 0 0) -0.653644px -0.756802px 0px, rgb(0 0 0) 0.283662px -0.958924px 0px, rgb(0 0 0) 0.96017px -0.279415px 0px;	
}
@media screen and (min-width: 481px) and (max-width:768px){
.title-module6 {
	width:75%;
	padding:15px;
}	
.title-module6 h3 a {
    font-size: 20px!important;
}	
}	
@media screen and (max-width: 600px) {
.wrapper-module6a h2 a,
.wrapper-module6a:before {
    font-size: 26px!important;
}	
}
@media screen and (max-width:480px) {
.title-module6 {
	display:none;
}	
}
/****************************************************
/* J-MODULE 7
*****************************************************/
.module7.modulebox-wrapper {
    width: 100%;
    float: left;
    display: grid;
    position: relative;
}
.module7.modulebox-wrapper.vertical {
	grid-template-rows: repeat(auto-fit, minmax(8rem, 1fr));	
}
.module7.modulebox-wrapper.horizontal {
	grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));	
}
.dark .module7.modulebox-wrapper {
	border-color:#333!important;
}
.wrapper-module7 {
	float: left;
	position: relative;
	width: 100%;
	background:#111;
    display: flex;
    grid-template-columns: auto auto;
	justify-content: center;
	align-items:center;
	flex-direction: row;
	overflow:hidden;	
}
.dark .wrapper-module7, .dark .wrapper-module7a {
	background:#111!important;
}
.wrapper-module7:nth-child(odd) {
	flex-direction: row-reverse;
}
.wrapper-module7 .text.col-md-6 {
    justify-content: center;
	padding:0 30px;  
}
.wrapper-module7 .text.col-md-6 h3{
	margin-bottom:20px;
}
.wrapper-module7 .thumb.col-md-6 {
	padding-left:0;
	padding-right:0;	
}
.wrapper-module7:nth-child(even) .text.col-md-6:before {
	content: "";
    position: absolute;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;   
	border-right:10px solid #111; 
	z-index:9;
	left:-10px;
	bottom:50%;
}
.wrapper-module7:nth-child(odd) .text.col-md-6:before {
	content: "";
    position: absolute;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;   
	border-left:10px solid #111; 
	z-index:9;
	right:-10px;
	bottom:50%;
}
.dark .wrapper-module7:nth-child(odd) .text.col-md-6:before {
	border-left:10px solid #111!important; 
}
.dark .wrapper-module7:nth-child(even) .text.col-md-6:before {
	border-right:10px solid #111!important; 
}
.wrapper-module7:hover .module7-thumb img {
    transform: scale(1.1);
}
.modulebox7a-wrapper  {
    width: 100%;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0;
	overflow:hidden;
}
.wrapper-module7a {
	float: left;
	position: relative;
	width: 100%;
	display: flex;
    grid-template-columns: auto auto;	
    align-items: center;	
	justify-content: center;
	flex-direction: row;
}
.wrapper-module7a:nth-child(3),.wrapper-module7a:nth-child(4),.wrapper-module7a:nth-child(7),.wrapper-module7a:nth-child(8) {
	flex-direction: row-reverse;
}
.wrapper-module7a .text.col-md-6 {
	padding:0 30px;
}
.wrapper-module7a .text.col-md-6 h3{
	margin-bottom:30px;
}
.wrapper-module7a .thumb.col-md-6 {
	padding-left:0;
	padding-right:0;	
}
.wrapper-module7a:nth-child(2) .text.col-md-6:after,
.wrapper-module7a:nth-child(1) .text.col-md-6:after,
.wrapper-module7a:nth-child(5) .text.col-md-6:after,.wrapper-module7a:nth-child(6) .col-md-6:after {
	content: "";
    position: absolute;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;   
	border-right:10px solid #111; 
	z-index:9;
	left:-10px;
	bottom:50%;
}
.wrapper-module7a:nth-child(3) .col-md-6:before,.wrapper-module7a:nth-child(4) .text.col-md-6:before,
.wrapper-module7a:nth-child(7) .col-md-6:before,.wrapper-module7a:nth-child(8) .text.col-md-6:before {
	content: "";
    position: absolute;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;   
	border-left:10px solid #111; 
	z-index:9;
	right:-10px;
	bottom:50%;
}
.module7-cat {
	width:100%;
	float:left;
	margin-bottom:10px;
	font-size:11px;
	text-transform:uppercase;
	color:#999;
}
.module7-cat.simple {
	display:none;
}
.module7-cat a {
	font-weight:600;
}	
.module7-content{
	color:#999;
}
.module7-thumb {
	width:100%;
	float:left;
	position:relative;	
	overflow:hidden;
}
.module7-video {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}
.module7-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
}
.module7-thumb img {
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.author7-wrapper {
    display: grid;
    grid-template-columns: 35px 1fr;
    align-items: center;
    width: auto;
}
.author7-wrapper img{
	width:100%;
	height:auto;
	border-radius:50%!important;
}
.author7-name {
	float:left;
	width:100%;
	margin-left:15px;
}
.author7-name a{
	color:#fff;
}
.wrapper-module7a:hover .module7-thumb img {
    transform: scale(1.1);
}
.modulebox7b-wrapper {
    float: left;
    position: relative;
    width: 100%;
	overflow:hidden;
}
.module7-cat a,
.wrapper-module7a h3 a,
.wrapper-module7 h3 a{
	color:#fff;
}
.dark .wrapper-module7a h3 a,
.dark .wrapper-module7 h3 a,
.dark .module7-cat a{
	color:#fff!important;
}
.dark .wrapper-module7 .text.col-md-4:before {
    border-left: 15px solid #111!important;
}
.module7-time {
	width:100%;
	float:left;
	position:relative;	
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(258,258,258,0.2);;
}
.module7-date {
	float:left;
	position:relative;	
}
.module7-date h2 {
	float:left;
	width:auto;
	color:#ff4900;
	margin-right:10px;
	position:relative;	
}
.module7-month {
	float:left;
	position:relative;	
	font-size:11px;
	text-transform:uppercase;
}
@media screen and (min-width: 769px) and (max-width:1024px){
.wrapper-module7a .module7-cat,	
.wrapper-module7a .module7-content	{
	display:none;
}
.wrapper-module7a .text.col-md-6 {
    padding: 15px;
}
}
@media screen and (max-width: 768px) {
.wrapper-module7a {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0;
}
.modulebox7a-wrapper {
    grid-template-columns: auto;
}
.wrapper-module7a .col-md-6:after{
	display:none;
}
}
@media screen and (max-width: 600px) {
.wrapper-module7 .text.col-md-6 {
    padding: 15px 30px;
}	
.module7-content ,
.module7-time {
	display:none;
}
}
@media screen and (max-width: 480px) {
.module7-cat {
	display:none;
}
.wrapper-module7 .text.col-md-6 {
    padding: 15px;
}
.wrapper-module7 h3 {
    font-size: 16px!important;
	line-height:24px!important;
}
.wrapper-module7a h3 {
    font-size: 16px!important;
	line-height:24px!important;
}
.wrapper-module7a .text.col-md-6 {
    padding: 15px;
}
}
/****************************************************
/* J-MODULE 8
*****************************************************/
.module8-top {
    float: left;
    width: 100%;
	position:relative;
}
.module8-maintitle {
    float: left;
    position: relative;
	margin-bottom:10px;	
	border-bottom:1px solid#111;
	color:#111;
}
.module8-title {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 1em;
}
.module8-cat {
    float: left;
    position: relative;
	margin:0 10px;
}
.module8-author1 a,
.module8-cat a{
	font-size:11px;
	text-transform:uppercase;
    font-weight: 600;
}
.module8-thumbnail {
    float: left;
    width: 100%;
    position: relative;
	overflow:hidden;
	margin-bottom:30px;	
}
.module8-thumbnail img{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.modulebox-wrapper:hover .module8-thumbnail img{
	transform: scale(1.1);
}
.module8-caption{
	position: absolute;
    bottom: 0;
    right: 0;
    max-width: 80%;
    z-index: 60;
    padding: 8px 14px;
    color: #fff;
    font-size: 13px;
    background: #333;
}
.module8-intro.articleoff,
.module8-morecontentwrapper.articleoff,
.module31-content.articleoff{
	display:none;
}
.module8-morecontent:last-child {
	margin-bottom:0;		
}
.module8-morecontent{
	position:relative;
    padding:0;
	width:100%;
}
.module8-morecontent:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 900px;
    background: #111;
    z-index: 9;
    left: -15px;
    top: 0;
}
.dark .module8-morecontent:after {
    background: #333;
}
.module8-morecontentwrapper {
    width: 100%;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 15px 30px;
    overflow: hidden;
    margin-top: 30px;
}
.module8-intro{
    float: left;
    position: relative;
    width: 100%;
    font-style: italic;
    color: #111;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.dark .module8-intro{
    color: #fff;
}
.module8-author{
    float: left;
    position: relative;
    width: 100%;
	margin-bottom:25px;
	font-size:11px;
	text-transform:uppercase;
}
.module8-author1 {
    float: left;
    position: relative;
	padding:0;
	font-size:11px;
}
.module8-author2 {
    float: left;
    position: relative;
	padding: 0 ;
}
.module8-sharewrapper {
    float: right;
    position: relative;
	padding: 0;
	line-height:1em;	
}
.module8-intro h5{
	font-style:italic;
}
@media screen and (max-width:600px) {
.module8-morecontent {
    width: 100%;
}
.module8-morecontent:nth-child(even) {
    float: left;
    text-align: left;
}
}
@media only screen and (max-width: 600px) {
.module2b-borderbox h2,
.module8-title h2,
.module9-titlebig h2 {
    font-size: 32px!important;
	line-height:36px!important;
}
.entry-content>p:first-of-type:first-letter ,
.entry-content.ctest > div.first.column >p:first-of-type:first-letter,
.firstletter {
    font-size: 36px!important;
    line-height: 36px;
	margin:-15px 10px 0 0;	
}
}
/****************************************************
/* J-MODULE 10
*****************************************************/
.module10-top {
    float: left;
    width: 100%;
}
.authors10-wrapper {
    float: left;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 30px 30px;
	overflow:hidden;
	border:2px solid#111;
	overflow:hidden;
}
.dark .authors10-wrapper {
	border:2px solid#333;
}
.authors-top10 {
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    grid-template-columns: auto auto;
    flex-direction: column;
}
.author-job10 {
	width:100%;
	float:left;
	text-transform:uppercase;
	font-size:11px;
}
.authors-name {
	float:left;
}
.author-bottom10 {
	width:100%;
	float:left;	
	position:relative;
	padding:30px 30px 0 0;
}
.author-bottom10:before {
    content: "";
    position: absolute;
    height: 1000px;
    width: 2px;
    background: #111;
    top: 0px;
	left:-30px;
}
.author-desc10 {
	width:100%;
	padding:20px 15px 15px 15px;
	float:left;
	font-size:14px;
	line-height:18px;
}
.module10-authoravatarwrapper {
	width:100%;
	float:left;
	position:relative;
}
.module-authoravatar {
	float:left;
	width:100%;
	position:relative;	
	overflow:hidden;
}
.author-descriptionmodule {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.module-authoravatar img{
	width:100%;
	height:auto;
}
.authors-name h4 span{
    font-size:80%;
	margin-left:4px;
    color: #c0c0c0;	
	font-display: "swap";	
}
.module-authoravatar .authorwritten10 a{
	color:#fff;
	padding-left:5px;
}
.authorwritten10 a:hover{
	color:#999;
}
.authorpost-descriptionmodule {
	margin:10px 0 0 0;
	float:right;
	width:65%;
}
.author-article10 {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.module10-thumb {
    float: left;
    width: 20%;
	border-radius:5px;	
	overflow:hidden;
}
.author-article10 .module10-thumb img{
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.author-article10:hover .module10-thumb img{
	transform: scale(1.5); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.cat-module10 {
    float: right;
    width: 80%;
    padding-left: 20px;
}
.cat-module10 h5 a{
	color:#fff;
}
.cat-module10 h5 a:hover{
	color:#999;
}
.author-contact11 {
	width:100%;
	float:left;
	margin:10px 0 0;
}
.module10-meta {
    float: left;
    padding: 10px 0 0;
    width: 100%;	
	font-size:13px;	
}
.author-contact10 .author-socmed-wrapper {
    margin: 0 5px 0;
}
.author-contact10 .author-socmed-wrapper:first-child {
    margin: 0 5px 0 0;
}
.author-socmed-wrapper a {
	color:#111;
}
.author-contact10 .author-socmed-wrapper:before {
    width: 10px;
    right: -12px;
}
.author-contact10 {
	display: flex;
	width:100%;
	float:left;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin: 25px 0 0;
}
.author-contact10 .author-socmed-wrapper  {
    background-color: transparent;
}
@media only screen and (max-width: 600px) {
.authors10-wrapper {
    grid-template-columns: 1fr;
}
.author-bottom10 {
    padding: 15px;
}
}
/****************************************************
/* J-MODULE 11
*****************************************************/
.module11-content {
    float: left;
    width: 100%;
}
.module11-title {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 1em;
}
.module11-related {
    float: left;
    width: 100%;
    margin: 0 0 10px;
	color:#181818;
}
/****************************************************
/* J-MODULE 12 TAB
*****************************************************/
.containertab {
	width:100%;
	float:left;
	overflow:hidden;
}
.modulebox-wrapper > ul {
	width:100%;
	float:left;
	padding:5px 0;
}
#exTab1 .tab-content {
	padding : 15px 0;
}
.popular-comments,
.tab-content>.active{
    width: 100%;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 0 30px;
}	
/* remove border radius for the tab */
.modulebox-wrapper .nav-pills > li > a {
	padding:10px 15px;
	margin-right:5px;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;	
	border:2px solid#111;	
}
.modulebox-wrapper > ul > li.active > a:hover,
.modulebox-wrapper .nav-pills > li > a:hover {
	background-color: #111;
	color:#fff;
	text-decoration:none!important;	
}
.dark .modulebox-wrapper > ul > li.active > a:hover,
.dark .modulebox-wrapper .nav-pills > li > a:hover {
	background-color: #333;
}
.modulebox-wrapper > ul > li.active > a {
	border-radius: 0;
	border:2px solid#111;
	background-color: #111;	
	color:#fff;
}
.tab-commentwrapper {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.tab-commentavatar {
	width:23%;
	float:left;
	padding:0 20px 0 0;
}
.tab-commentavatar img{
	width:100%;
	height:auto;
}
.tab-commenttext {
	width:77%;
	float:right;
    padding-left: 15px;	
}
.tab-commenttext p{
	width:100%;
	float:left;
	margin-top:5px;
}
.tab-commenttext a{
	font-weight:600;
	text-transform:capitalize;
}
.tab-commenttitle h6{
	text-transform:uppercase;
	clear:right;
	margin-bottom:5px;
}
.tab-commenttitle h6 a {
	color:#181818;
}
.tab-commenttitle h6 a:hover {
	color:#999;
	text-decoration:none!important;
}
/* change border radius for the tab , apply corners on top*/
.hyani-latest-post {
	margin-bottom:15px;
	border:1px solid#ccc;
    float: left;
	width:100%;
	overflow:hidden;
}
.hyani-latest-post:last-child {
	margin-bottom:0;
}
.dark .hyani-latest-post {
	border:1px solid#333;
}
.hyani-latest-thumb {
    float: left;
	overflow:hidden;
	position:relative;
    width: 30%!important;
}
.hyani-latest-post .hyani-latest-thumb img{
	width:100%;
	height:auto;
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.hyani-latest-post:hover .hyani-latest-thumb img{
	transform: scale(1.5); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.hyani-latest-article {
    float: right!important;
    width: 70%!important;
    padding: 15px 20px;
}
.hyani-latest-article span {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
}
/****************************************************
/* J-MODULE 13
*****************************************************/
.module13-wrapper{
    width: 100%;
    float: left;
    display: grid;
    position: relative;
}
.module13-wrapper.horizontal{
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
}
.module13-wrapper.vertical{
    grid-template-rows: repeat(auto-fit, minmax(8rem, 1fr));
}
.module13-post {
    width: 100%;
    float: left;
    position: relative;	
	overflow:hidden;
}
.module13-post .module2a-post, .module13-post .module2a-thumb {
    margin-bottom:0;
}
.module13-titlewrapper {
    width: 100%;
    float: left;
	margin-bottom:20px;
    position: relative;
}
.module13-titlewrapper h3{
    width: 100%;
    float: left;
}
.module13-titlewrapper i{
	margin-left:10px;
	font-size:80%;
}
.module13-contentwrapper {
    width: 90%;
    position: absolute;
	padding:30px 30px 15px 30px;
	left:0px;
	z-index:9;
	opacity:1;
	bottom:0px;	
	background:#fff;	
}
.module13-contentwrappervideo {
    width: 100%;
    position: absolute;
	padding:15px;
	top:-333px;
	left:o;
	z-index:9;
	-webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    transition: all 700ms ease;	
}
.module13-contentwrappervideo .module13-titlewrapper {
    margin-bottom:0px;
}
.module2a-post:hover .module13-contentwrappervideo {
	background:rgba(0,0,0,0.7);
	top:0;
}
.module13-thumb {
    width: 100%;
    float: left;
    position: relative;
	overflow:hidden;
}
.module13-thumb img{
	width:100%;
	height:auto;
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.module13-thumb:hover img{
	transform: scale(1.1); 
}
@media screen and (max-width: 768px) {
.module13-wrapper.horizontal,
.mainboxwrapper .module13-wrapper.vertical{
    grid-template-columns:auto;
}
}
@media screen and (max-width: 480px) {
.module13-wrapper {
    grid-template-columns:auto;
}	
.module13-titlewrapper h3 {
    margin-bottom:20px;
}
.module13-titlewrapper h3 a{
    font-size:24px!important;
	font-weight:400!important;
}
}
/****************************************************
/* J-MODULE 14
*****************************************************/
.module14ol {
	position:relative;
    display: grid;
    float: left;
    width: 100%;
    grid-template-columns: 100%;	
	gap:50px 50px;	
}
.module14-post {
	position:relative;
    display: grid;
    grid-template-columns: 50% 1fr;	
	gap:0 50px;
}
.module14-left {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 0;
}
.module14-right{
	position:relative;
    float: left;
    width: 100%;
	overflow:hidden;
}
.module14-right .module2a-post {
    margin-bottom: 0;
}
.module14-title{
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}
.module14-titleinside{
	position:relative;
	width:100%;
	z-index:2;
	margin-bottom:30px;
}
.module14-article {
	width:100%;
	float:left;
}
.module14-article p:first-child {
	margin-top:0;
}
.module14-article img{
	float:left;
	margin: 5px 15px 5px 0;
}	
.module14-quote{
	position:relative;
    float: left;
    width: 100%;
	background:#111;
	padding:30px 15px;
}
@media screen and (max-width: 480px) {
.module14-left .module4-cat {
	display:none;
}
}
/****************************************************
/* J-MODULE 15
*****************************************************/
.module15-wrapper {
    display: grid;
    float: left;
    width: 100%;
    position: relative;
}
.module15-wrapper.horizontal {
	display:grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));	
    gap: 30px 30px;	
}
.module15-wrapper.vertical {
	display:grid;
    grid-template-rows: auto auto;	
    gap: 0 15px;
}
.module15-cat {
    float: left;
    width: 100%;
	max-height:200px;
	overflow:hidden;
    position: relative;
}
.module15-cat img{
    width: 100%;
	height:auto;
}
.module15-cat img{
	transform: scale(1); 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
.module15-cat:hover img{
	transform: scale(1.1); 
}
.module15-catname {
    width: auto;
    position: absolute;
    padding: 5px 20px;
    z-index: 2;
    opacity: 1;
	top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
	text-align:center;
}
.module15-catname h3{
	position:relative;
	float:left;	
	z-index:9;
}
.module15-catpost {
	position:relative;
	font-size:16px;
}
.mainboxwrapper.module15a {
    display: grid;
    grid-template-columns: 1fr;	
}
.module15a-wrapperinside {
    display: grid;
    float: left;
    width: 100%;
    position: relative;
    grid-template-columns: 30% 1fr;	
	border:3px solid#111;	
    gap: 0 0;
	margin-bottom:-2px;	
}
.module15a-descwrapper {
	position:relative;
    display: grid;
    float: left;
    width: 100%;
    grid-template-columns: 1fr auto;	
	gap:0 30px;
	margin-bottom:10px;
    align-items: center;
    align-self: flex-start;	
}
.module15a-descwrapper .adt-comment {
	font-size:11px;	
	text-transform:uppercase;
	color:#111;
	font-weight:500;
	border:3px solid#111;		
	padding:2px 10px;
}
.dark .module15a-descwrapper .adt-comment {
	color:#ccc;
    border: 1px solid#333;	
}
.dark .module15a-descwrapper .adt-comment {
	color:#ccc;
}
.module15a-catnamewrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 0;	
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 25px;	
	overflow:hidden;
	border-right:3px solid#111;		
}	
.dark .module15a-catnamewrapper {
    border-top: 3px solid#333;	
}	
.module15a-catname {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
	position:relative;
}
.module15a-thumb {
    float: left;
    width: 100%;
	overflow:hidden;
	margin-bottom:15px;
}
.module15a-titlewrapper {
    display: grid;
    grid-template-columns: auto auto;	
	gap:30px 50px;	
    float: left;
    width: 100%;
    position: relative;
    padding: 30px;	
}
.module15a-title {
	position:relative;
	float:left;
	width:100%;
}
@media screen and (min-width: 600px) and (max-width:980px){
.module15-wrapper {
    grid-template-columns: auto auto;
	gap: 0;	
}
.module15a-wrapperinside {
    grid-template-columns: 1fr 40%;
}
}
@media screen and (min-width: 480px) and (max-width:800px){
.module15-wrapper.horizontal,	
.module15-wrapper.vertical {
    grid-template-columns: auto auto;
    gap: 15px 25px;	
}
}
@media screen and (max-width: 600px) {
.module15a-descwrapper:before {
    height: 0px;
}	
.module15a-wrapper {
    gap: 30px 30px;
}	
.module15a-thumb img{
    width: 100%;
}	
.module15a-title:before {
    width: 0px;
}	
.module15a-wrapperinside {
    grid-template-columns: auto;
}
.module15a-descwrapper .adt-comment {
	display:none;
}
}
@media screen and (max-width: 480px) {
.module15a-catnamewrapper {
    padding: 15px 10px;
    border-right: 3px solid#111;
}
.module15a-titlewrapper {
    grid-template-columns: auto;
    gap: 30px 30px;
    padding: 30px 10px;
}	
.module15-wrapper.horizontal,	
.module15-wrapper.vertical {
    grid-template-columns: auto;
}
}
/****************************************************
/* J-MODULE 16
*****************************************************/
.module16-wrapper .moduletitle-wrapper {
    margin-top: -1px;
}
.module16-intro {
	width:100%;
	float:left;
	margin-bottom:40px;	
}
.module16ol {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.module16-titlepost{
	float:left;
	width:100%;
	position:relative;
}
.module16-time{
	float:left;
	width:100%;
	position:relative;
}
.module16-time a{
	font-weight:600;
}
.module16-time:before {
    font-family: 'Material Icons Outlined';
	content: "\e5c3";
    position: absolute;
	font-size:16px;
    top: -5px;
    left: -25px;
	color:#111;
	z-index:2;
}
.dark .module16-time:before {
	color:#999;
}
.module16-time:after {
    content: "";
    height: 150px;
    width: 2px;
    left: -18px;
    top: 18px;
    position: absolute;
	background-color:#333;
}
.module16-post {
	width:100%;
	float:left;
	position:relative;	
	padding-bottom:30px;
	padding-left:25px;
	margin-bottom:5px;	
	overflow:hidden;
}
.module16-post:last-child {
	padding-bottom:0;
}
/*MODULE 17: WOO*/
.module117-wrapper {
	float:left;
	width:100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 15px 0;
}
.module117-post {
    position: relative;
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: center;	
    gap: 15px 20px;
    overflow: hidden;
	background:#f9f9f9;
}
.module117-post .posted_in {
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
}
.module117-thumb1 {
	position:relative;	
	left:0;
	bottom:0;
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;	
}
.module19.wrapper-module7:nth-child(odd):hover .module117-thumb1 {
	position:relative;	
	left:0;
	bottom:0;	
}
.text:before{
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;	
}
.module117-thumb2 {
	position:absolute;	
	left:0;
	top:0;
	opacity:0;
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;		
}
.borderbox:hover .module117-thumb2 {
	position:absolute;	
	left:0;
	top:0;
	opacity:1;
}
.module117-post h5,
.module117-desc {
	float:left;
	width:100%;
	margin-bottom:1rem;
}
.module117-postwrapper {
	float:left;
	width:100%;
	padding:0 15px 0 0;
}
.module117-post .price {
	font-size:14px;
	font-weight:600;
	border-bottom:1px dashed #111;
}
.module117-post .price del{
	font-weight:400;
	font-size:85%;
	color:#999;	
}
.module117-addtochart {
	position:absolute;
	bottom:15%;
	background:#fff;
	color:#fff;
	padding:5px 10px;
	font-size:11px;
	text-transform:uppercase;
}
.dark .module117-addtochart {
	background:#181818;
}
/*MODULE 18: WOO*/
.module18-wrapper {
	float: left;
    width: 100%;
    position: relative;	
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, auto));
    gap: 30px 50px;
}
.module18-wrapper .module2-thumb {
	margin-bottom:1rem;
}
.module18-wrapper .posted_in {
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
}
.module18-post h3 {
    float: left;
    width: 100%;
    margin: 0 0 1rem;
}
.module18-wrapper .price {
	float:left;
	margin-top:10px;
    font-size: 16px;
    font-weight: 600;
	color:#111;
    border-bottom: 1px dashed #111;
}
.dark .module18-wrapper .price {
	color:#fff;
}
.module18-wrapper .price del{
	position:relative;	
	float: right;
    font-size: 88%;
    font-weight: 400;
	top:-7px;
	left:5px;
}
.module-onsale {
	position:absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
	padding-top:12px;
    font-size: 10px;
	font-weight:600;
    line-height:1em;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    color: #111;
	border:1px dashed #ccc;
    z-index: 100;
}
/*PLUGIN ADD ON*/
.weather-atlas-wrapper .current_text_2 {
    display: none!important;
}
.weather-atlas-wrapper {
    padding: 30px 0!important;
}
.weather-atlas-wrapper .current_temp .wi,
.weather-atlas-wrapper .current_temp .current_text,
.weather-atlas-wrapper .current_temp .temp,
.wi-weather-28:before {
    color:#ff4900;
}
.weather-atlas-wrapper .current_temp .current_text {
    margin-bottom:15px;
}
.weather-atlas-wrapper,
.weather-atlas-wrapper .weather-atlas-footer,
.weather-atlas-wrapper .weather-atlas-header {
    background: rgba(0,0,0,.0);
	border-bottom: 0px solid #641100!important;	
	border: 0px solid #641100!important;	
}