/*Silent is goldem*/

/****************************************************

/* GENERAL MODULE

*****************************************************/

.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:#000;

}

.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:#000;

	width:100%;

	float:left;

	font-size:1.4em;

}

.darkwpcf7 .wpcf7 form .wpcf7-response-output {

    margin: 0;

    border: 2px solid #dc3232!important;

	color:#111;

	width:100%;

	float:left;

	font-size:1.4em;

}

.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;

    border: 1px solid #ccc;	

    font-size: 14px;

	color:#111;

	background:rgba(0,0,0,0.05);

}

.lightwpcf7 .wpcf7-text, .wpcf7-textarea {

	float:left;

	margin:0;

    padding: 15px 15px;

    border: 0px solid #333;	

    font-size: 1.2em;

	color:#111;

	background:rgba(0,0,0,0.05);

}

.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;

	padding:0 15px;

}

.erlin.col-md-3,

.erlin.col-md-6 {

	float:left;

	padding:0;

}

.darkwpcf7 .wpcf7-text, .darkwpcf7 .wpcf7-textarea {

    margin:10px 0;

    padding: 15px 20px;

	background:#fff;

	color:#111;

	font-size:16px;

}

.darkwpcf7 .wpcf7-text::placeholder{

	color:#999;

}

.darkwpcf7 .wpcf7-submit {

    padding: 15px 10px;

	margin-top:10px;

}

.name input{

	border-radius:25px 0 0 25px;

} 

.email input{

	border-radius:0;

	border-top:1px solid#ccc!important;

	border-bottom:1px solid#ccc!important;	

} 

.submit input {

	border-radius:0 0;

	background:#111;

	color:#fff;	

    border: 1px solid#ccc;	

}

.submit input:hover {

    background-color: #333;

    border: 1px solid#333!important;	

    color: #fff;

}

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:5px 15px 10px 0;

	float:left;

	position:relative;

	width:auto;	

	z-index:2;

}

.jmodule-maintitle:before {

    content: "";

    position: absolute;

    height: 1px;

    width: 20px;

    background: #111;

    z-index: 0;

    right: -10px;

    bottom: 54%;

}

.jmodule-maintitle h3 span {

	font-weight:400;

	font-size:90%;

	margin-left:5px;

}

.moduletitle-wrapper {

    position: relative;

    float: left;

    width: 100%;

	margin-bottom:15px;

}

.moduletitle-wrapper span {

    color: #666;

}

.dark .moduletitle-wrapper {

    background: #181818!important;

}

/****************************************************

/* 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;

    background: #fff;

    color: #181818;

    background: #fff;	

}

.jmodule-subtitle2  {

    position: absolute;

    top: -3px;

	padding:0 15px;

    background: #fff;

}

.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

*****************************************************/

.borderbox {

	float:left;

	width:100%;	

	position:relative;

}

.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); 

}

.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: 26px!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: 10px 10px 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;

}

.horizontal .module1-post:after {

    content: "";

    position: absolute;

    width: 1px;

    height: 900px;

    background: #ccc;

    z-index: 9;

    left: -15px;

    top: 0;

}

.module1a-title {

	width:100%;

	float:left;

	padding-left:39px;

	position:relative;	

}

.module1-post h3{

	width:100%;

	float:left;

	margin-bottom:10px;

}

.module1-article {

	width:100%;

	float:left;

	margin-bottom:10px;	

}

.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-rows: auto auto;	

    gap: 30px 30px;	

}

.module1b-wrapper.vertical {

    grid-template-rows: auto auto;	

    gap: 30px 15px;

}

.module1c-wrapper {

    display: grid;

    float: left;

    width: 100%;

    position: relative;

}

.module1c-wrapper.horizontal {

    grid-template-columns: auto auto;

    gap: 30px 30px;	

}

.module1c-wrapper.vertical {

    grid-template-rows: auto;

    gap: 0 0;	

}

.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-meta {

	width:100%;

	float:left;

	margin-bottom:10px;

	font-size:11px;

	text-transform:uppercase;

}

.module1d-meta.footer {

	width:100%;

	float:left;

	margin:15px 0 0;

}

.module1d-meta a{

	font-weight:600;

	margin-right:5px;

}

.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;

}

.module1c-inside {

	float:left;

	width:100%;

	positiob:relative;

}

.module1d-article h6,

.module1b-post h3,

.module1c-post h3 {

	float:left;

	width:100%;

	margin-bottom:15px;

}

.module1c-post  {

    float: left;

    display: grid;

    position: relative;

    grid-template-columns: repeat(8, 1fr);

    gap: 0 30px;

}

.horizontal .module1c-post  {

	border-bottom:1px solid#ccc;

	padding-bottom:15px;

	margin-bottom:10px;

}

.vertical .module1c-post  {

	margin-bottom:15px;

	padding-bottom:15px;

	border-bottom:1px solid#ccc;

}

.vertical .module1c-post:last-child  {

	margin-bottom:0;

    padding-bottom: 0;

    border-bottom: 0px solid#ccc;	

}

.module1c-date{

    grid-column-start: 1;

    grid-column-end: 3;

    position: relative;

	padding-left:22px;		

}

.module1c-day {

    float: left;

    position: relative;

	width:100%;

	padding-bottom:15px;

	border-bottom:1px solid#ccc;

}

.dark .module1c-day {

	border-bottom:1px solid#333;

}

.module1c-day h2{

    color: #ff4900	

}

.module1c-cat  {

	float:left;

	width:100%;

    font-size: 11px;

    line-height: 18px;

    text-transform: uppercase;

}

.module1c-month  {

    position: absolute;

    margin: 0;

    padding: 0;

    font-size: 11px;

    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: 100%;

    top: 5px;

    left: 0;

	text-align:right;

}

.dark .module1c-month  {

    color: #fff;

}

.module1c-article{

    grid-column-start:3;

    grid-column-end: 9;

    position: relative;

}

.module1c-date .module7-month {

    width: 100%;

	margin-top:5px;

}



@media screen and (min-width: 600px) and (max-width:980px){

.module1c-wrapper.vertical {

    grid-template-columns: auto auto;

    gap: 0 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,	

.module1d-meta.footer {

	display:none;

}

}	

@media screen and (max-width: 1024px) {

.module1d-post  {

    grid-template-columns: auto;

	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: 600px) {

.module1c-wrapper.horizontal {

    grid-template-columns: auto;

	gap:0 0;

}	

.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;

}

.module2ol .cat-color {

    margin: 15px 0 5px;

}

.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;

}

.module2-meta {

	width:100%;

	float:left;

	margin-top:15px;

    font-size: 11px;

    text-transform: uppercase;

}

.simple .module2-meta {

	display:none;

}

.module2-meta a{

    font-weight: 600;

}

.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;

	border-bottom:1px solid#ccc;

	margin-bottom:50px;

	padding-bottom:50px;

}

.module2a-share {

	position:absolute;

	bottom:-12px;

	right:15px;

	text-align:center;

	padding:0 10px;

	background:#fff;

	border-radius:5px 5px 0 0;

}

.dark .module2a-share {

	background:#181818;

}

.module2a-share .sd-social-icon .sd-content ul li a:before {

    font: normal 18px/1 'social-logos'!important;

}

.module2a-wrapper .sharedaddy {

    display:block;

	text-align:center;

	width:100%;

}

.module2a-wrapper .sd-social-icon .sd-content ul li[class*='share-'] a {

	padding:0 10px!important;

}

.module2a-wrapper .sd-social-icon .sd-content ul li[class*='share-'] a:last-child {

    padding: 0 0 0 10px!important;

	margin-top: 0;	

}

.module2a-wrapper .sd-content ul li {

    margin: 0!important;

}

.dark .module2a-wrapper{

	border-bottom:1px solid#333;

}

.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:30px;

}

.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#ccc;

	border-bottom:1px solid#ccc;	

}

.module2b-moretitle:after {

    content: "";

    position: absolute;

    width: 1px;

    height: 900px;

    background: #ccc;

    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(8rem, 1fr));

    gap: 15px 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:20px 15px;

	border-radius:15px;

}

.dark .module3-avatarthumb,

.dark .module3-contenttop  {

	border:1px solid#333;

	background:#181818;

}

.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:15px;

}

.module3-avatarthumb {

	width:100%;

	position:relative;

	margin-top:-30px;

	overflow:hidden;

	border:1px solid#ccc;

	border-radius:15px;	

	z-index:3;

}

.module3-avatarthumb img{

	width:100%!important;

	height:auto;

	border-radius: 50%!important;

	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%;

	margin-bottom:10px;	

	font-size:14px;

}

.module3-name span{

	text-transform:uppercase;

	font-weight:600;

}

.module3-title {

	float:left;

	width:100%;

	margin-bottom:5px;	

	text-transform:capitalize;

	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-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;

}

.module4b-shortintro:before {

    font-family: FontAwesome;

    content: "\f044";

    font-weight: 600;

    margin-right: 5px;

    color: #111;

}

.module4-thumbnail {

    float: left;

    width: 100%;

	margin-bottom:15px;

    position: relative;

	overflow:hidden;

}

.module4-thumbnail img,

.module8-top .module4-thumbnail img{

	transform: scale(1); 

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    transition: all 500ms ease;	

}

.module4-thumbnail:hover img,

.module8-top:hover .module4-thumbnail img{

	transform: scale(1.07); 

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    transition: all 500ms ease;	

}

.module4-caption {

    font-size: 0.9em;

    line-height: 14px;

	padding:7px 10px;

    position: absolute;

	bottom:0;

	right:0;

	background:#fff;

}

.module4-caption:before {

    font-family: FontAwesome;

    content: "\f044";

	font-weight:600;

    color: #181818;

    margin-right: 5px;

}

.module4-content {

    float: left;

    position: relative;

    width: 100%;

	margin-top:15px;

}

.module4-intro{

    float: left;

    position: relative;

    width: 100%;

	font-style:italic;

	font-size:15px;

	line-height:1.4em;

	margin-bottom:15px;

}

.module4-author{

    float: left;

    position: relative;

    width: 100%;

    padding: 0 0 15px 0;

	margin-bottom:25px;

    border-bottom: 1px solid#ccc;

}

.module4-intro h5{

	font-style:italic;

}

.module4-contentwrapper {

	float:left;

	width:100%;

    display: grid;

    grid-template-columns: 75% 1fr;

    gap: 30px 30px;

    overflow: hidden;

}

.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;

    margin-bottom: 15px;

    padding-bottom: 15px;

    border-bottom: 1px solid#ccc;

}

.module4-morecontent:last-child {

	margin:0 0 0;		

	float:right;

	border-bottom:none;		

    margin-bottom: 0;

    padding-bottom: 0;	

}

.module4-cat {

    float: left;

    margin-bottom:5px;

    width: 100%;

    font-size: 11px;

    line-height: 14px;

    text-transform: uppercase;

}

.module4-authorleft {

	float:left;

	width:100%;

	padding:0 0 20px 0;

}

@media screen and (max-width: 768px) {

.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;

    border-right: none!important;	

}

.module4-content .first.column {

    border-right: none;

}

}

/****************************************************

/* 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;	

}

.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: absolute;

}

.list_carousel5 a .fa.fa-chevron-right{

	background:#fff;

	border:1px solid#ccc;

	border-radius:0 5px 5px 0;

	color:#181818;

	padding:7px;

	font-size:12px;	

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    transition: all 500ms ease;		

}	

.list_carousel5 a .fa.fa-chevron-left{

	background:#fff;

	border:1px solid#ccc;

	border-radius:5px 0 0 5px;

	padding:7px;

	font-size:12px;	

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    transition: all 500ms ease;		

}	

.dark .list_carousel5 a .fa {

    background: #333;

    border: 1px solid#333;

    color: #fff;

}

.list_carousel5 a .fa:before {

    font-family: FontAwesome;

}

.list_carousel5 a:hover .fa{

	background:#181818;

	border:1px solid#181818;	

	color:#fff;

}

.list_carousel5 .prev17 {

	right:36px;

	bottom:-12px;			

}

.list_carousel5 .next17 {

	right:10px;

	bottom:-12px;		

}

.module5-wrapper {

    float: left;

	width:100%;

	position:relative;

}

.wrapper-module5 {

    float: left;

	width:100%;

    position: relative;

}

.cat-color5 .arrow{

	margin:0 10px ;

}

.cat-color5 span{

	text-transform:uppercase;

	font-weight:600;

}

.cat-color5 span a{

	color:#111;

}

.cat-color5 span a:hover{

	background:#111;

	color:#fff;

}

@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;	

	border-radius:15px;

	overflow:hidden;

}

.list_carousel3 .prev6, .list_carousel3 .next6 {

	display: block;

	overflow: hidden;

	width:60px;

	height:60px;

	background:#fff;

	position: absolute;

	text-align:center;

	font-size:22px;

	line-height:25px;

	z-index:9;

}

.list_carousel3 .prev6 {

	left:-85px;

	top:30px;

}		

.dark .list_carousel3 .prev6 {

	border-top:1px solid#333;

}	

.list_carousel3 .next6 {

	left:-85px;

	top:-30px;

}

.list_carousel3 .prev6:before {

	position:absolute;

    font-family: FontAwesome;

    content: "\f054";

	color:#111;

    bottom: 18px;

    left: 20px;

}

.list_carousel3 .next6:before {

	position:absolute;

    font-family: FontAwesome;

    content: "\f053";

	color:#111;

    bottom: 18px;

    left: 20px;

}

a.prev6.disabled, a.next6.disabled {

	cursor: default;

}

.list_carousel3 .prev6:hover {

	text-decoration:none!important;

	background:#111;

	color:#fff;	

}

.list_carousel3 .next6:hover {

	text-decoration:none!important;

	background:#111;

	color:#fff;	

}

.list_carousel3 .prev6:hover::before {

	color:#fff;

}

.list_carousel3 .next6:hover::before {

	color:#fff;

}

.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 25px;

	position:absolute;

	left:60px;

	bottom:0;

	z-index:2;

    background-color: rgba(258,258,258,0.7);

}

.module6-navwrapper {

	position:relative;

}

.dark .title-module6 {

	background:#181818;

}

.module6-navwrapper 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;

}

.wrapper-module6b  {

    display: grid;

    float: left;

    width: 100%;

    position: relative;

    grid-template-rows: auto auto;

    gap: 15px 0;

}

.module6b-thumb {

    width:100%;

    float:left;

    position: relative;

	overflow:hidden;

}

.title-module6b {

    width:100%;

    float:left;

    position: relative;

}

.module6b-title{

    float: left;

    position: relative;

    width: 100%;

    margin: 0 0 1em;

}

.module6b-time  {

    float: left;

    position: relative;

    width: 100%;

    margin-bottom: 15px;

    font-size: 11px;

    text-transform: uppercase;

}

.module6b-time a {

    color: #ff4900;

    font-weight: 600;

}

@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: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-module7b,.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-thumb.standard:before {

	position:absolute;	

	right:0;

	bottom:0;

	z-index:2;

    font-family: FontAwesome;

    content: "\f0f6";

    padding:10px;

	background:#fff;

	color:#111;

    font-size: 18px;

	font-weight:600;

}

.dark .module7-thumb.standard:before {

	background:#111!important;

	color:#fff;

}

.module7-thumb.gallery:before {

	position:absolute;	

	right:0;

	top:0;

	z-index:2;

    font-family: FontAwesome;

    content: "\f03e";

    padding:10px 8px 15px 8px;

	background:#fff;

    font-size: 18px;

	font-weight:600;

}

.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-module7b:hover .module7-thumb img,

.wrapper-module7a:hover .module7-thumb img {

    transform: scale(1.1);

}

.modulebox7b-wrapper {

    float: left;

    position: relative;

    width: 100%;

	overflow:hidden;

}

.wrapper-module7b {

    float: left;

    position: relative;

    width: 100%;

    background: #111;

	color:#ccc;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: row;

	overflow:hidden;

}

.wrapper-module7b:before {

	content: "";

    height: 1px;

    width: 500px;

    left: 0;

	bottom:0;

	z-index:0;

    position: absolute;

    background-color: rgba(258,258,258,0.2);

}

.wrapper-module7b:last-child:before {

    height: 0px;

}

.module7-cat a,

.wrapper-module7a h3 a,

.wrapper-module7 h3 a,

.wrapper-module7b .module7-cat a,

.wrapper-module7b h3 a{

	color:#fff;

}

.dark .wrapper-module7a h3 a,

.dark .wrapper-module7 h3 a,

.dark .module7-cat a,

.dark .wrapper-module7b h3 a{

	color:#fff!important;

}

.wrapper-module7b .col-md-8 {

	padding-left:0;

	padding-right:0;	

}

.wrapper-module7b .col-md-4 {

	padding:15px 30px 0 30px;

}

.wrapper-module7b .col-md-4 h3{

	margin-bottom:15px;

}

.wrapper-module7b .text.col-md-4:before {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border-top: 15px solid transparent;

    border-bottom: 15px solid transparent;

    border-left: 15px solid #111;

    z-index: 9;

    right: -10px;

    bottom: 46%;

}

.dark .wrapper-module7 .text.col-md-4:before,

.dark .wrapper-module7a .text.col-md-4:before,

.dark .wrapper-module7b .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-module7b .col-md-4,	

.wrapper-module7 .text.col-md-6 {

    padding: 15px 30px;

}	

.module7-content ,

.module7-time {

	display:none;

}

}

@media screen and (max-width: 480px) {

.wrapper-module7b .col-md-8,	

.module7-cat {

	display:none;

}

.wrapper-module7 .text.col-md-6 {

    padding: 15px;

}

.wrapper-module7 h3 {

    font-size: 16px!important;

	line-height:24px!important;

}

.wrapper-module7b .col-md-4 {

	width:100%;

}

.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;

	padding-top:30px;

}

.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;		

}

.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: rgba(0,0,0,0.2);

    border-radius: 10px 0 0 0;

}

.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: 1px;

    height: 900px;

    background: #ccc;

    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;

}

}



/****************************************************

/* J-MODULE 9

*****************************************************/

.modulebox5-wrapper {

	float: left;

	position:relative;

}

.module9-top {

    float: left;

    width: 100%;

}

.module9-jtop {

	float: left;

	position:relative;

	width:100%;

	padding-bottom:30px;	

}

.module9-jtop .col-sm-9 {

	padding-left:0;

	border-bottom:1px solid#ccc;

	padding:25px 25px 25px 0;

	margin-top:-10px;

}

.module9-jtop .col-sm-3 {

	padding:10px 25px;

	background:#f9f9f9;

	margin-top:-75px;

}

.module9-jbottom {

	float: left;

	width:100%;

	position:relative;	

}

.module9-jbottomleft {

	float: left;

	position:relative;

	width:70%;

	z-index:3;	

	margin-bottom:20px;

}

.module9-jbottomright {

	float: right;

	width:30%;

	padding:0 0 0 30px;

	position:relative;

	overflow:hidden;

}

.mod9a.module9-jbottomleft {

	width:50%;

}

.mod9a.module9-jbottomright {

	width:50%;

}

.vertical .module9-jbottomleft,

.vertical .module9-jbottomright {

    float: left;

    width: 100%;

	padding:0;

}

.vertical .module8-caption {

	display:none;

}

.module9b-jbottomleft {

	float: left;

	position:relative;

	width:100%;

}

.module9b-jbottomright {

	float: left;

	position:relative;

	width:100%;

}

.module9b-jbottomleft .author-info {

	float:left;

	width:100%;

    margin: 15px 0 0 0;

	padding:15px 0;

	border-top:1px solid#ccc;

	border-bottom:1px solid#ccc;	

    overflow: hidden;

}

.dark .module9b-jbottomleft .author-info {

	border-top:1px solid#333;	

    border-bottom: 1px solid#333;

}

.module9b-jbottomleft .author-info h6 a{

	color:#ff4900;

	float:left;

	width:auto;

	margin-right:5px;

}

@media screen and (max-width:625px) {

.module9-jbottomright, 

.module9-jbottomleft  {

	width:100%;

	float:left;

	padding:0;

}

.module9-jbottomleft {

	margin-bottom:15px;

}	

}

.moreon{

	float: right;

	position:relative;

	margin-bottom:10px;

	padding-bottom:10px;

	border-bottom:1px solid#c9c9c9;

	color:#111;

	width:100%;	

}

.submodule9-jbottomright{

	position:relative;

	float: right;

    padding: 0 0 0 70px;

	margin-bottom:20px;

	width:100%;

	overflow:hidden;

}

.submodule9-jbottomrigh:last-child {

	margin-bottom:0;

}

.module9-date{

    position: absolute;

    top:0;

    left: 0;

    width: 50px;

	overflow:hidden;

}

.submodule9-content{

	float:left;

	width:100%;

}

.mod9a.submodule9-jbottomright{

    padding: 0;

	margin-bottom:30px;	

}

.mod9a .module9-thumbnail {

    margin-bottom: 15px;

}

.mod9a.module9-date{

    position: relative;

    float:left;

    width: 30%;

}

.mod9a.submodule9-content{

	float:right;

	width:70%;

	padding-left:30px;	

}

.module9-day{

	position:relative;

    font-size: 18px;

	font-weight:600;		

}

.module9-titlebig {

	float:left;

	width:100%;

    margin-bottom:25px;

}

.module9-metatop {

	position:relative;	

    float: left;

	width:50%;

    font-size: 12px;

    line-height: 14px;

	margin-bottom:20px;

    text-transform: uppercase;	

}

.module9-metatop:before {

    font-family: FontAwesome;

    content: "\f017";

    margin: 0 5px 0 0;

    font-weight: 600;

}

.module9-metatopshare {

    float: right;

	width:50%;

	text-align:right;

    font-size: 12px;

    line-height: 14px;

	margin-bottom:20px;

}

.module9-metatopshare .post-views {

    float: right;

	margin:0 0 0 10px;

}

.module9-metatop .readtime {

	float:right;

}

.module9-meta {

    float: left;

	width:100%;

	font-size: 11px;

    line-height: 14px;

    text-transform: uppercase;

    margin-bottom: 15px;	

}

.module9-meta .wpfp-span,

.module9-meta .post-views {

    float: left;

    position: relative;

    margin-right: 10px;

    padding-right: 10px;

	border-right: 1px solid #fff;	

	padding-top:10px;	

}

.module9-thumbnail {

    float: left;

    width: 100%;

    position: relative;

	overflow:hidden;

	margin-bottom:30px;

}

.module9-thumbnail img{

	width:100%;

	height:auto;

}

.module9-thumbnail img{

	transform: scale(1); 

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    transition: all 500ms ease;	

}

.module9-top:hover .module9-thumbnail img{

	transform: scale(1.1); 

}

.module9-thumbnail .thumb-zoom{

	overflow:hidden;

}

.catmodule-absolute {

	padding:5px 10px;

	position:absolute;

	background:#111;

	left:10px;

	top:10px;

	z-index:1;

	font-size:10px;

	line-height:14px;

	text-transform:uppercase;

} 

.sub-module9 {

	float: left;

	margin-bottom:15px;

	padding:0 15px 0 0;	

	width: 50%;

	position:relative;	

}

.sub-module9:nth-child(odd) {

	float:right;

	padding:0 0 0 0;

	clear:both;

}

.sub-module9:nth-last-child(2), .sub-module9:last-child {

	padding-bottom:0;

	margin-bottom:0;

}

.subblog5-thumb {

	float: left;

	width: 25%;

	overflow:hidden;		

}

.subblog5-article {

	float: right;

	width: 75%;

	padding:0 0 0 20px;

}

.subblog5-article h5{

	float: left;

	width: 100%;

}

.module7-author {

	float: left;

	margin-bottom:5px;

	width: 100%;

}

.module9-time {

    float: left;

    width: 100%;

    font-size: 11px;

    line-height: 14px;

    text-transform: uppercase;

    margin-bottom: 10px;

}

.module9b-time a,

.module9-time a{

	color:#000;

	font-weight:600;

}

.dark .module9b-time a,

.dark .module9-time a{

	color:#fff;

}

.module9b-time {

    float: left;

    width: 100%;

    font-size: 11px;

    line-height: 14px;

    text-transform: uppercase;

    margin-bottom: 25px;

}

.module9-view {

    float: right;

    padding: 0 0 0 5px;

	overflow:hidden;

	text-align:right;

}

.module9-view .readtime {

    padding: 0 10px;

	overflow:hidden;

}

span.view2 {

    float: left;

    position: relative;

    padding: 0 10px;

	overflow:hidden;

}

span.view2:before {

	content: "";

    height: 25px;

    width: 1px;

    left: 0;

    position: absolute;

    background-color: #777;

}

.module9-readmore {

    float: left;

    margin-top: 5px;

	width:100%;

}

@media only screen and (max-width: 768px) {

.mod9a.module9-jbottomleft,

.mod9a.module9-jbottomright {

	width:100%;

}

.mod9a.submodule9-content h5 a {

    font-size: 16px!important;

    line-height: 1em!important;

}

.module9-titlebig h3, .module31-content .first.column:first-of-type:first-letter {

    font-size: 22px!important;

    line-height: 26px!important;

}

}

@media screen and (min-width: 480px) and (max-width:768px){

.mod9a.submodule9-content {

    padding-left: 15px;

}	

.mod9a.submodule9-jbottomright:nth-child(even) {

    float:right;

	width:48%;

}

.mod9a.submodule9-jbottomright:nth-child(odd) {

    float:left;

	width:48%;

	clear:both;

}

}

@media only screen and (max-width: 600px) {

.module8-caption {

	display:none;

}	

.module9-thumbnail {

    margin-bottom: 15px;

}	

.module9-jbottomleft {

    width: 100%;

    padding-right: 0;

	margin-bottom:15px;

}

.module9-jbottomright {

    float: left;

    margin-top: 0;

    margin-right: 0;

    width: 100%;

    padding: 15px 0;

    -webkit-box-shadow: -6px -3px 5px 1px rgba(0,0,0,0.0);

    -moz-box-shadow: -6px -3px 5px 1px rgba(0,0,0,0.0);

    box-shadow: -6px -3px 5px 1px rgba(0,0,0,0.0);

	border-left:none;

	border-right:none;

}

}

@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%;

    background: #111;

    display: grid;

    grid-template-columns: 40% 1fr;

    gap: 30px 30px;

	color:#ccc;	

	overflow:hidden;

}

.authors-top10 {

    float: left;

    position: relative;

    width: 100%;

    display: flex;

    grid-template-columns: auto auto;

    flex-direction: column;

}

.authors-top a{

	text-transform:uppercase;

	color:#fff;

}

.authors-top a:hover{

	color:rgba(258,258,258,0.5);

}

.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 15px;

}

.authors-name h4 a {

    text-transform: uppercase;

    color: #fff;

	font-weight:600;

}

.authors-name a:hover {

    color: #999;

}

.author-desc10 {

	width:100%;

	padding:20px 0 15px 20px;

	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;

}

.author-contact10 {

    width: 100%;

    float: left;

    margin: 25px 0 15px 0;

}

.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 3px 0;

}

.author-socmed-wrapper a {

	color:#111;

}

@media only screen and (max-width: 480px) {

.module-authoravatarwrapper {

    width: 100%;

    padding-right: 0;

	margin-bottom:15px;

}

.author-desc {

    width: 100%;

    float: left;

}

.author-article10 {

    width: 100%;

    float: left;

}

}

/****************************************************

/* 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;

	border-radius:10px;

}

.modulebox-wrapper > ul {

	width:100%;

	float:left;

	padding:5px 0;

	overflow:hidden;	

}

#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:15px;

  text-transform:uppercase;

  font-weight:600;

  font-size:12px;	

}

.modulebox-wrapper > ul > li.active > a:hover,

.modulebox-wrapper .nav-pills > li > a:hover {

	background-color: #f0f0f0;

	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;

  background-color: #f0f0f0;

  color:#111;

  margin-right:1px;   

}

.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*/

.efpose-latest-post {

	margin-bottom:15px;

	border:1px solid#ccc;

    float: left;

	width:100%;	overflow:hidden;

	border-radius:10px;

}

.efpose-latest-post:last-child {

	margin-bottom:0;

}

.dark .efpose-latest-post {

	border:1px solid#333;

}

.efpose-latest-thumb {

    float: left;

	overflow:hidden;

	position:relative;

    width: 23%!important;

}

.efpose-latest-post .efpose-latest-thumb img{

	width:100%;

	height:auto;

	transform: scale(1); 

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    transition: all 500ms ease;	

}

.efpose-latest-post:hover .efpose-latest-thumb img{

	transform: scale(1.5); 

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    transition: all 500ms ease;	

}

.efpose-latest-article {

    float: right!important;

    width: 77%!important;

    padding: 15px 20px;

}

.efpose-latest-article span {

    width: 100%;

    float: left;

    margin: 0 0 5px 0;

	font-size:10px;

	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 span{

    width: auto;

    float: left;

    position: relative;

	margin-bottom:10px;	

}

.module13-titlewrapper span a{

	color:#fff;

	font-weight:600;

	font-size:11px;

	text-transform:uppercase;

}

.module13-titlewrapper i{

	margin-left:10px;

	font-size:80%;

}

.module13-contentwrapper {

    width: 90%;

    position: absolute;

	padding:30px 30px 15px 30px;

	bottom:-20px;

	left:0px;

	z-index:9;

	-webkit-transition: all 700ms ease;

    -moz-transition: all 700ms ease;

    transition: all 700ms ease;	

	opacity:0;	

}

.module2a-thumb:hover .module13-contentwrapper {

	opacity:1;

	bottom:0px;	

}

.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;

}

.bottom-gradientblack {

    position: absolute;

    width: 100%;

    height: 66%;

    bottom: 0;

    z-index: 0;

    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(24,24,24, 1) 100%);

    -webkit-transition: all 700ms ease;

    -moz-transition: all 700ms ease;

    transition: all 700ms ease;

}

.bottom-gradientwhite {

    position: absolute;

    width: 100%;

    height: 66%;

    bottom: 0;

    z-index: 0;

    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(255,255,255, 1) 100%);

    -webkit-transition: all 700ms ease;

    -moz-transition: all 700ms ease;

    transition: all 700ms ease;

}

.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); 

}

.module13-more a{

	color:#fff;

	font-size:10px;

	text-transform:uppercase;

}

.module13-article {

    width: 100%;

    float: left;

	color:#ddd;

	margin:0 0 30px 0;

}

.module13-titlewrapper h3 a{

	color:#fff;

}

@media screen and (max-width: 980px) {

.module13-wrapper.horizontal,

.mainboxwrapper .module13-wrapper.vertical{

    grid-template-columns:auto auto!important;

}

}

@media screen and (max-width: 600px) {

.module13-contentwrapper {

    padding: 0 20px 20px 20px;

}

.module13-article{

	display:none;

}	

}

@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;

}

}

@media screen and (max-width: 400px) {

.module13-wrapper.horizontal,

.mainboxwrapper .module13-wrapper.vertical{

    grid-template-columns:auto;

}

}

/****************************************************

/* J-MODULE 14

*****************************************************/

.module14ol {

	width:100%;

	float:left;

	position:relative;

}

.module14-post {

	width:100%;

	float:left;

	margin-bottom:30px;

	overflow:hidden;

}

.module14-post:last-child {

	margin-bottom:0;

    padding-bottom: 0;

    border-bottom: 0px solid#ccc;	

}

.module14-post h5{

	width:100%;

	float:left;

	margin-bottom:15px;

}

.cat-color {

    width: 100%;

    float: left;

    margin-bottom: 10px;

    font-size: 11px;

	line-height:1em;

    font-weight: 600;

	text-transform:uppercase;

}

.cat-color a{

	color:#111;

}

.dark .cat-color a{

	color:#fff!important;

}

.module14-post .col-md-8{

	padding:0 15px 0 0;	

}

.module14-post .col-md-4{

	padding:0;	

	position:relative;

	overflow:hidden;

}

.module14-post .col-md-4 img{

	width:100%;

	height:auto;

	transform: scale(1); 

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    transition: all 500ms ease;	

}

.module14-post:hover .col-md-4 img{

	transform: scale(1.07); 

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    transition: all 500ms ease;	

}

.module14-post h3{

	width:100%;

	float:left;

	margin-bottom:10px;

}

.module14-article {

	width:100%;

	float:left;

}

.module14-article p:first-child {

	margin-top:0;

}

.module14-article img{

	float:left;

	margin: 5px 15px 5px 0;

}	

@media screen and (min-width: 480px) and (max-width:1024px){

.module14-post .col-md-8 {

	width:60%;	

}

.module14-post .col-md-4 {

	width:40%;	

}	

}

@media screen and (min-width: 480px) and (max-width:980px){

.module14-post {

    width: 47%;

    float: left;

}

.module14-post:nth-child(even) {

    width: 47%;

    float: right;

}

}

@media screen and (max-width: 480px) {

.module14-post .col-md-4{

	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 {

    position: absolute;

    width: 50%;

	left:25%;

	bottom:40%;

	text-align:center;

	z-index:2;

}

.module15-catname h3 a{

	color:#fff;

}

.module15-catpost {

    position: absolute;

    width: 50%;

	left:25%;

	bottom:15px;

	bottom: calc(40% - 25px);	

	text-align:center;	

	z-index:2;	

	color:#ccc;	

}

.module15-wrapper .bottom-gradientblack {

    z-index: 1;

}

@media screen and (min-width: 601px) and (max-width:980px){

.module15-wrapper {

    grid-template-columns: auto auto;

	gap: 0;	

}	

}

@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: 480px) {

.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;

	padding-bottom:20px;	

}

.module16ol {

	width:100%;

	float:left;

	position:relative;

	overflow:hidden;

}

.module16-titlepost{

	float:left;

	width:100%;

	position:relative;

	padding:0 0 0 25px;

}

.module16-time{

	float:left;

	width:100%;

	position:relative;

	padding:2px 0 10px 25px;

    font-size: 11px;

    text-transform: uppercase;	

}

.module16-time a{

	font-weight:600;

}

.module16-time:before {

    font-family: fontawesome;

    display: block;

    position: absolute;

	font-size:12px;

    bottom: 10px;

    left: 0px;

    content: "\f111";

	color:#666;

	z-index:2;

}

.dark .module16-time:before {

	color:#999;

}

.module16-time:after {

    content: "";

    height: 100px;

    width: 1px;

    left: 6px;

    top: 23px;

    position: absolute;

	background-color:#ccc;

}

.module16-post {

	width:100%;

	float:left;

	position:relative;	

	padding-bottom:15px;

	margin-bottom:0px;	

	overflow:hidden;

}

.module16-post:last-child {

	padding-bottom:0;

}

/*MODULE 17: WOO*/

.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;	

}

.borderbox:hover .module117-thumb1 {

	position:relative;	

	left:0;

	bottom:0;	

}

.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;

}

.module17 h6{

	margin-bottom:10px;

}

.module17 .price {

	font-weight:600;

}

.module17 .price del{

	font-weight:400;

	font-size:88%;

	color:#777;	

}

.module17 .posted_in {

    margin-bottom: 5px;

    font-size: 11px;

    text-transform: uppercase;

}

/*MODULE 18: WOO*/

.module2-post .borderbox-inner {

    margin-top:15px;

}

.module2-post .posted_in {

    margin-bottom: 0;

}

.module2-post .woocommerce h3 {

    margin: 0 0 10px;

}