@charset UTF-8;
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);


/* Style Index * /

#0 Reset
#1 Layout Structure
#2 Main header
#3 Main menu
#4 Content styling
#5 Comments
#6 Photo gallery
#7 Sidebar styling
#8 Footer


/* #0 Reset */

:root {
  --primary-color: #064635;
  --secondary-color: #519259;
  --accent-color: #F35588;
  --fourth-color: #ffb300;
  --fifth-color: #1a202c;
  --sixth-color: #f3f3f3;
  --dark-mode: rgba(17,24,39,1);
  --dark-box:rgba(45,55,72,1);
}

@font-face {
	font-family: 'entypo';
	src: url('../fonticons/entypo.svg#entypo') format('svg');
	src: url('../fonticons/entypod41d.eot?#iefix') format('embedded-opentype'),
		url('../fonticons/entypo.svg#entypo') format('svg'),
		url('../fonticons/entypo.woff') format('woff'),
		url('../fonticons/entypo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 14px;
	font-family: Titillium Web, sans-serif;
	margin: 0;
	padding: 0;
	/*color: #fff;*/
	/*background-color: var(--dark-mode);*/
	background-color: rgb(241 245 249 / var(--tw-bg-opacity));
	line-height: 140%;
}

/* Dark Mode Switch */
body.darkmode {
 background:var(--dark-mode);
 color:#eee
}
body.darkmode a {
 color:#eee;
 -webkit-transition:all .2s;
 transition:all .2s
}
body.darkmode a:hover {
 color: var(--secondary-color);
}
body.darkmode .article-title{
 background:var(--dark-box)
}
body.darkmode .block-content{
 background:var(--fifth-color)	
}
body.darkmode .breaking-news .slide_container{
 background:var(--dark-box)
}
body.darkmode h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #fff;
}
body.darkmode .more {
  font-size: 12px;
  color: #6b6b6b;
  text-align: center;
  display: block;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 4px 0px;
  font-weight: bold;
  box-shadow: inset 0px -20px 20px -20px rgba(0, 0, 0, 0.1);
}
body.darkmode .widget .meta a {
	color: var(--sixth-color)
}
body.darkmode .pre-loader {
    background: var(--dark-mode);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
    background-position: center center;
    background-size: 13%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12345;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
 body.darkmode .pre-loader .percent {
  text-align: center;
  font-size: 24px;
  padding-top: 15px;
  color:var(--fourth-color)
}

body.darkmode .pre-loader .loading-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  color:var(--fourth-color)
}

.darkmode-switch {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-ordinal-group:2;
 -ms-flex-order:1;
 order:1;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin-right:30px;
 padding:12px

}
.darkmode-switch .switch-title {
 font-size:10px;
 font-size:.625rem;
 margin-right:4px;
 text-transform:uppercase
}
.darkmode-switch .switch-title:before {
 /*content:"Dark Mode"*/
}
.darkmode-switch .switch {
 position:relative;
 display:inline-block;
 width:38px;
 height:20px;
 vertical-align:middle
}
.darkmode-switch .switch input {
 opacity:0;
 width:0;
 height:0
}
.darkmode-switch .slider {
 position:absolute;
 cursor:pointer;
 border-radius:34px;
 top:0;
 left:0;
 right:0;
 bottom:0;
 -webkit-transition:.2s;
 transition:.2s
}
.darkmode-switch .slider:before {
 position:absolute;
 content:"";
 border-radius:50%;
 height:12px;
 width:12px;
 left:2px;
 bottom:2px;
 -webkit-transition:.2s;
 transition:.2s
}
.darkmode-switch input:checked+.slider {
 background-color:var(--secondary-color);
 border:2px solid #fff
}
.darkmode-switch input:checked+.slider:before {
 background:#fff;
 -webkit-transform:translateX(18px);
 transform:translateX(18px)
}

.darkmode-switch .switch-title {
 color:#000000
}
.darkmode-switch .slider {
 border:2px solid #000000
}
.darkmode-switch .slider:before {
 background:#000000
}
.darkmode-switch .switch:hover .slider:before {
 background:#ffffff
}

/* End Dark Mode Switch */

#loading {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: center no-repeat darkgrey;
	/*opacity: 95%;*/
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.no-js #loader { display: none;	}
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.loading-img {
	/*position: fixed;*/
	/*left: 47%;*/
	/*top: 30%;*/
	/*right: 0px;*/
	/*bottom: 0px;*/
	/*margin: 0px;*/
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1275px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: .75rem;
  padding-right: .75rem;	
}

.loader {
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid var(--secondary-color);
	border-bottom: 10px solid var(--accent-color);
	border-right: 10px solid #ccc;
	border-left: 10px solid #ccc;
	/*border-top: 10px solid #3498db;*/
	/*border-bottom: 10px solid #FFC107;*/
    width: 50px;
	height: 50px;
	margin-top: 3.5%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    /*max-width: 1275px;*/
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: .75rem;
    padding-right: .75rem;

	-webkit-animation: spin 2s linear infinite;
	/*position: fixed;*/
	animation: spin 2s linear infinite;
}

.textLoader{
	/*position: fixed;*/
	/*top: 55%;*/
	/*left: 47%;*/
	
	margin-top: 1.2%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 1275px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: .25rem;
    padding-right: .25rem;
	/*color: var(--sixth-color);*/
}

.pre-loader {
    background: var(--sixth-color);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
    background-position: center center;
    background-size: 13%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12345;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
.pre-loader .loader-logo {
  padding-bottom: 15px;
  text-align: center;
}

.pre-loader .loader-progress {
  height: 8px;
  border-radius: 15px;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  background: #898a8a;
  overflow: hidden;
}

.pre-loader .bar {
  width: 0%;
  height: 8px;
  display: block;
  background: var(--primary-color);
}

.pre-loader .percent {
  text-align: center;
  font-size: 24px;
  padding-top: 15px;
  color: var(--primary-color)
}

.pre-loader .loading-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  color: var(--primary-color)
}


/* #1 Layout Structure */

a {
	color: var(--fifth-color);
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

h1 {
	/*font-size: 29px;*/
	font-weight: 600;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--fifth-color);
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	font-weight: normal;
}

hr {
	height: 1px;
	display: block;
	border: 0px;
	border-bottom: 1px dotted #c0bfbf;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ideaboxWeather {
	background-color: var(--secondary-color) !important;
}

a:hover {
	color: var(--secondary-color);
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear: both;
}

.icon-text {
	display: inline-block !important;
	font-weight: normal !important;
	font-family: 'Entypo', sans-serif !important;
}

.h-comment {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	vertical-align: baseline;
	font-size: 90%;
	font-weight: bold;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.h-comment:before {
	display: inline-block;
	content: '\E718';
	font-family: 'Entypo';
	font-size: 83%;
	padding-right: 4px;
	margin-bottom: -5px;
	position: relative;
}

.meta-date {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	vertical-align: baseline;
	font-size: 85%;
	font-weight: bold;
	color: #979797;
}

.meta-date:before {
	display: inline-block;
	content: '\1F554';
	font-family: 'Entypo';
	font-size: 90%;
	padding-right: 4px;
	margin-bottom: -4px;
	position: relative;
}

.wrapper {
	width: 1180px;
	margin: 0px auto;
	position: relative;
}

.boxed:not(.active) {
	background: transparent !important;
	min-width: 1220px;
}

.active.boxed {
	width: 1230px;
	margin: 0px auto;
	background: #f0efef;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	padding: 0px;
	min-height: 100%;
	min-width: 1220px;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* #2 Main header */

.header {
	background-color: var(--dark-mode);
    color: var(--fourth-color);
	/*box-shadow: inset 0px -140px 200px -50px rgba(0, 0, 0, 0.15);*/
	position: fixed;
  	top: 0;
  	z-index: 1;
  	width: 100%;
  	/*background-color: #f1f1f1;*/
}

.header a {
	/*color: #79bb03;*/
	/*color: var(--accent-color);*/
}

.header .header-menu a:hover {
	text-decoration: underline;
}

.header>.wrapper {
	padding: 15px 0px 15px 0px;
	background: inherit;
	position: relative;
}

.header .wrapper {
	background: inherit;
	/*width: 90%;*/

}

.header .header-logo {
	float: left;
	/*display: inline;*/
	/*margin-left: 12px;*/
}

.header-logo.sticky {
	padding: 0px !important;
}

.header-logo.sticky:before {
display: block;
background-color: inherit;
content: '';
position: fixed;
height: inherit;
left: 0px;
top: 0px;
width: 100%;
z-index: 0;
}

.header .header-logo h1 {
	display: block;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	
}

.header .header-addons {
	float: right;
	display: inline;
	margin-right: 12px;
	text-align: right;
	margin-top: -7px;
}

.header .wrapper:after {
	display: block;
	content: '';
	clear: both;
}

.header .header-menu {
	display: inline;
	float: left;
	margin-left: 20px;
	/*width: 35%;*/
	margin-top: 10px;
}

.header .header-menu ul {
	display: block;
	margin-bottom: 7px;
	margin-top: 10px;
}

.header .header-menu ul:after {
	display: block;
	content: '';
	clear: both;
}

.header .header-menu p {
	line-height: 130%;
	font-size: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.header .header-menu ul li {
	font-size: 13px;
	display: block;
	float: left;
	padding-right: 25px;
	position: relative;
}

.header .header-menu ul li:last-child:after {
	display: none;
}

.header .header-menu ul li:after {
	display: block;
	content: '';
	height: 15px;
	width: 1px;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	position: absolute;
	right: 7px;
	top: 2px;
}

.header .header-menu ul li a {
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	color: var(--sixth-color)
}

.header .header-menu ul li a:hover {
	color: #fff;
}

.header .header-addons .header-weather {
	display: block;
	margin-bottom: 10px;
	margin-top: -4px;
	line-height: 100%;
	vertical-align: baseline;
}

.header .header-addons .header-weather .report {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 100%;
}

.header .header-addons .header-weather .city small {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.header .header-addons .header-weather .city {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 100%;
	text-align: left;
}

.header .header-addons .header-weather img {
	display: inline-block;
	vertical-align: baseline;
	margin: 0px 3px -2px 3px;
}

.header .header-addons .header-search {
	display: block;
	text-align: right;
	position: relative;
}

.main-menu .header-addons {
    display: inline-block;
    text-align: right;
    position: absolute;
    float: right;
    bottom: 5px;
    right: -50px;
}

.search-input {
	display: inline-block;
	padding: 8px 36px 8px 12px;
	border-radius: 2px;
	border: 0px;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	width: 200px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.search-input:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	width: 200px;
}

#searchsubmit,
.search-button {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	border: 0px;
	background: url(../images/icon-search.png) no-repeat center;
	cursor: pointer;
	height: 100%;
	overflow: hidden;
	color: transparent;
	font-size: 0;
	width: 34px;
}

#searchsubmit {
	height: 30px;
	top: auto;
	bottom: 0px;
}

.widget {
	position: relative;
}

.widget label.screen-reader-text {
	display: none;
}

.widget input.search {
	width: 100%;
}


/* #3 Main menu */

.main-menu {
	display: block;
	background: inherit;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.main-menu .the-menu {
	display: block;
	font-size: 0;
	background: inherit;
}

.main-menu .the-menu:after {
	display: block;
	content: '';
	clear: both;
}

.main-menu .the-menu li {
	display: block;
	background: inherit;
	font-size: 13px;
	float: left;
}

.main-menu .the-menu.transition-active>li {
	perspective: 600px;
	-moz-perspective: 600px;
	-o-perspective: 600px;
	-webkit-perspective: 600px;
	perspective-origin: 100% 100%;
	-moz-perspective-origin: 100% 100%;
	-o-perspective-origin: 100% 100%;
	-webkit-perspective-origin: 100% 100%;
	position: relative;
	z-index: 10;
}

.main-menu .the-menu.transition-active>li>ul {
	display: block;
	transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1);
	/* older webkit */
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	/* easeOutBack */
}

.main-menu .the-menu.transition-active>li:hover>ul {
	transform: rotateX(0);
	-moz-transform: rotateX(0);
	-o-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.main-menu .the-menu li:hover a {
	/*background: rgba(0, 0, 0, 0.15);*/
	background-color: var(--secondary-color);
	position: relative;
	color: #fff;
}

.main-menu .the-menu li a {
	display: block;
	padding: 14px 11px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
}

.main-menu .the-menu>li>a {
	position: relative;
	z-index: 200;
	background: inherit;
}

.main-menu .the-menu li a span {
	padding-right: 12px;
	position: relative;
}

.main-menu .the-menu li a span:after {
	font-family: 'Entypo';
	content: '\25BE';
	font-weight: normal;
	position: absolute;
	right: 0px;
	top: 1px;
}

.main-menu .the-menu li:hover>ul {
	display: block;
	background-color: var(--secondary-color);
}

.main-menu .the-menu li ul {
	display: none;
    position: absolute;
    z-index: 100;
    background: var(--primary-color);
    width: 250px;
    border-radius: 5px!important;
    border-bottom: 3px solid var(--fourth-color);
}

.main-menu .the-menu li ul li {
	display: block;
    position: relative;
    font-size: 13px;
    float: none;
    border-bottom: 0.2px dotted var(--primary-color);
}


.main-menu .the-menu li ul li:hover>a {
	/*background: rgba(0, 0, 0, 0.2);*/
	/*color: yellow;*/
	background-color: var(--secondary-color);
}

.main-menu .the-menu li ul li a span {
	display: block;
}

.main-menu .the-menu li ul li a span:after {
	content: '\25B8';
	top: 0px;
}

.main-menu .the-menu li ul ul {
	left: 240px;
	top: 0px;
	display: none;
}

.main-menu .the-menu li ul li a {
	display: block;
	padding: 5px 11px;
	font-weight: 700;
	font-size: 13px !important;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}

.secondary-menu {
	display: block;
	/*background: #fff;*/
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.secondary-menu ul {
	display: block;
	font-size: 0;
}

.secondary-menu ul:after {
	display: block;
	content: '';
	clear: both;
}

.secondary-menu ul li {
	display: block;
	background: inherit;
	font-size: 10px;
	float: left;
}

.secondary-menu ul li:hover a {
	background: rgba(0, 0, 0, 0.06);
}


.secondary-menu ul li a {
	display: block;
	padding: 5px 11px;
	color: #3d3d3d;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
}


/* #4 Content styling */

.full-width{
	padding-bottom: 20px;
}

.content {
	display: block;
	padding: 20px 10px 20px 10px;
	/*background: var(--dark-mode);*/
	min-height: 900px;
}

.ad-banner {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.ad-link {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #cacaca;
	text-align: center;
}

.ad-link.top {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-webkit-transform: rotate(-90deg);
	/* Safari and Chrome */
	position: absolute;
	top: 35px;
	left: 175px;
}

.ad-link span {
	display: inline-block;
	padding: 0px 4px;
	margin-top: 2px;
}

.ad-banner .ad-link:hover {
	color: #232323;
}

.breaking-news {
	display: block;
	margin-bottom: 20px;
	/*background: #fff;*/
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
	border-radius: 10px !important;
	margin-top: 10px
}

.breaking-news:after {
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	background: inherit;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 10;
	/*box-shadow: -10px 0px 20px #fff;*/
}

.breaking-news .the-title {
	display: block;
	position: relative;
	float: left;
	background: var(--primary-color);
	color: #fff;
	/*font-size: 13px;*/
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	padding: 8px;
	z-index: 6;
}

.breaking-news ul {
	position: absolute;
	z-index: 5;
}

.breaking-news ul:after {
	display: block;
	content: '';
	clear: both;
}

.breaking-news .slide_container {
	height: 36px !important;
	background: var(--sixth-color);
}

.breaking-news ul li {
	display: block;
	float: left;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	margin: 6px 0px 0px 0px;
	position: relative;
}

.breaking-news ul li:after {
	display: block;
	position: absolute;
	content: '\25CF';
	font-family: 'Entypo';
	font-size: 8px;
	top: 0px;
	right: -4px;
	color: #c9c9c9;
}

.breaking-news ul li:last-child:after {
	display: none;
}

.breaking-news ul li a {
	display: block;
	padding-left: 13px;
	padding-right: 10px;
}

.main-content {
	display: block;
}

.main-content .main-page {
	display: block;
}

.list-title {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--primary-color);
	color: var(--primary-color);
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

.article-list {
	margin-left: 0px;
	margin-bottom: 10px;
}

.article-list li {
	/*list-style: disc;*/
	margin-left: 16px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 6px;
}

.more {
	font-size: 12px;
	color: #6b6b6b;
	text-align: center;
	display: block;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 4px 0px;
	font-weight: bold;
	background: #f9f9f9;
	box-shadow: inset 0px -20px 20px -20px rgba(0, 0, 0, 0.1);
}

.more:hover {
	background: #fff;
	color: #232323;
}

.more:active {
	box-shadow: none;
}

.banner {
	display: block;
	text-align: center;
	padding: 10px 0px;
}

.banner:first-child {
	padding-top: 0px;
}

.double-block .widget .social-bar a {
	width: 22.6% !important;
}

.wide-banner img,
.banner img {
	max-width: 100%;
	height: auto;
}

.article-block {
	display: block;
}

.article-block li {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.article-block li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.article-block .article-photo {
	display: block;
	float: left;
	margin-top: 3px;
}

.article-block .article-content {
	display: block;
	margin-left: 70px;
}

.article-block .article-content:after {
	display: block;
	content: '';
	clear: both;
}

.article-block-big .article-content h4,
.article-block .article-content h4 {
	font-weight: normal;
}

.article-block-big .meta,
.article-block .meta {
	display: block;
	font-size: 12px;
}

.article-block-big .meta a,
.article-block .meta a {
	color: #42b718;;
}

.meta .icon-text {
	display: inline-block;
	padding-right: 5px;
}

.block-title {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background: var(--primary-color);*/
	padding: 10px;
	/*border-left: 3px solid var(--fourth-color);*/
	/*border-radius: 5px;*/
	border-bottom: 2px solid;
}

body.darkmode .block-title {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background: var(--primary-color);*/
	padding: 10px;
	/*border-left: 3px solid var(--fourth-color);*/
	/*border-radius: 5px;*/
	border-bottom: 2px solid;
}

display: block;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 16px;
    color: #feffff;
    font-family: 'Titillium Web', sans-serif;
    padding: 7px 13px;
    margin-bottom: 10px;
    /* font-weight: bold; */
    border-left: 3px solid var(--fourth-color);
    border-radius: 5px;

.block-title h2 {
	text-transform: uppercase;
	/*font-size: 20px;*/
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 0px;
}

.block-title a {
	/*color: #fff;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-size: 12px;
}

.block-title a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.article-block-big {
	display: block;
	width: 100%;
	font-size: 0;
}

.article-block-big li {
	font-size: 13px;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 15px;
	width: 200px;
	height : 135px;
	/*box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);*/
}

.article-block-big li .article-photo img,
.article-block-big li .article-photo {
	display: block;
	width: 200px;
	height: auto;
}

.article-block-big-album li .article-photo-album img,
.article-block-big-album li .article-photo-album {
	display: block;
	/*width: 200px;*/
	height: auto;
}

.article-block-big li .article-content {
	padding: 10px 12px;
    margin-top: -1px;
    width: 176px;

}

.article-block-big .article-content h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.meta .tag {
	display: inline-block;
	background: #ca2020;
	line-height: 16px;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 3px;
}

.wide-article {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #c0bfbf;
}

.wide-article .article-photo {
	display: block;
	float: left;
}

.wide-article .article-content {
	display: block;
	margin-left: 170px;
}

.wide-article .article-content h2 {
	font-weight: 600;
	margin-bottom: 8px;
}

.article-block-big h2 .meta,
.article-block-big h3 .meta,
.article-block-big h4 .meta,
.article-block-big h5 .meta,
.article-block-big h6 .meta,
.article-block h2 .meta,
.article-block h3 .meta,
.article-block h4 .meta,
.article-block h5 .meta,
.article-block h6 .meta,
.wide-article h2 .meta,
.wide-article h3 .meta,
.wide-article h4 .meta,
.wide-article h5 .meta,
.wide-article h6 .meta {
	display: inline;
}

.wide-article .meta {
	display: block;
	font-size: 12px;
	color: var(--primary-color);
	margin-bottom: 6px;
}

.wide-article .meta a {
	color: #gold;
}

.wide-article .article-content:after {
	display: block;
	content: '';
	clear: both;
}

.featured-block .article-photo a,
.article-photo {
	display: block;
}

.featured-block {
	display: block;
	position: relative;
	top:-20px;
}

.featured-block .article-content {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 1;
	color: #fff;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

.main-sidebar .featured-block .article-content {
	bottom: 10px;
}

.main-sidebar .featured-block .article-content .meta a {
	color: #fff;
}

.featured-block .article-content a {
	color: #fff;
}

.featured-block .article-content h2 {
	margin: 10px 15px;
	font-size: 18px;
	font-weight: 600;
}

.featured-block .article-content h3 {
	margin: 10px 15px;
	font-size: 16px;
	font-weight: 600;
}

.featured-block .article-content .meta {
	margin: -5px 15px 10px 15px;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.article-big {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c0bfbf;
}

.article-big .article-photo {
	display: block;
	float: left;
}

.article-big .article-content {
	display: block;
	margin-left: 225px;
}

.article-big .article-content h2 {
	margin-bottom: 7px;
}

.article-big .article-content:after {
	display: block;
	content: '';
	clear: both;
}

.article-big .article-content .meta:not(:last-child)>span,
.article-big .article-content .meta:not(:last-child)>a {
	color: #8b8b8b;
	margin-right: 10px;
}

.article-big .article-content .meta:not(:last-child) {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	color: #8b8b8b;
}

.article-big .article-content p {
	display: block;
	margin-bottom: 8px;
}

.article-big .article-content h2 {
	font-size: 19px;
	font-weight: 600;
}

.article-big .article-content .more {
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}

.article-big .article-content .more .icon-text {
	display: inline-block;
	padding-left: 5px;
}


/*.pagination {
	display: block;
	margin: 20px auto 30px auto;
	text-align: center;
}

.pagination a {
	background: #d4d3d3;
	display: inline-block;
	line-height: 150%;
	padding: 2px 7px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	margin-left: 4px;
}

.pagination .current {
	background: #d4d3d3;
	display: inline-block;
	line-height: 150%;
	padding: 2px 7px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}

.pagination .nextprev {
	background: #d4d3d3;
	display: inline-block;
	line-height: 150%;
	padding: 2px 7px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}

.pagination a:hover,
.pagination .current {
	color: #fff;
	background: #929292;
}

.pagination .nextprev .icon-text.right {
	display: inline-block;
	padding-left: 5px;
}

.pagination .nextprev .icon-text.left {
	display: inline-block;
	padding-right: 5px;
}*/

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  /*color: #007bff;*/
  /*background-color: #fff;*/
  /*border: 1px solid #dee2e6;*/
}

body.darkmode .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  /*color: #007bff;*/
  background-color: var(--dark-box);
}

body.darkmode .page-link:hover {
  color: var(--sixth-color);
  background-color: var(--secondary-color);
}

body.darkmode .page-item .active {
  color: var(--sixth-color);
  background-color: var(--primary-color);
}

.article-big.no-image .article-content {
	margin-left: 0px;
}

.block-content.archive {
	display: block;
	width: 102%;
}

.block-content.archive:after {
	display: block;
	clear: both;
	content: '';
}

.block-content.archive>.block {
	display: block;
	width: 232px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

/*

.block-content.archive > .block:nth-child(5n) {
	margin-right: 0px;
}*/


.article-title {
display: block;
margin-bottom: 10px;
background: var(--sixth-color);
padding: 15px;
border-left: 6px solid var(--secondary-color);
position: relative;
/*border-top: 1px solid #79bb03;*/
/*border-bottom: 1px solid #79bb03;*/
/*border-right: 1px solid #79bb03;*/
border-radius: 10px !important;
}

.article-title:after {
	display: block;
	content: '';
	clear: both;
}

.article-title h1 {
	display: block;
	margin-right: 300px;
	margin-bottom: 20px;
	line-height: 100%;
}

.article-title .author {
	display: block;
	margin-right: 300px;
}

.article-title .author .hover-effect {
	margin-right: 10px;
}

.article-title .author img {
	width: 30px;
	height: 30px;
}

.article-title .author .a-content {
	display: block;
}

.article-title .author .a-content>span {
	display: block;
	font-size: 12px;
	line-height: 15px;
	/*color: #6b6b6b;*/
	margin-right: 10px;
}

.article-title .author .a-content>span .tag {
	font-size: 8px;
	line-height: 16px;
}

.article-title .share-block {
	display: block;
	height: 100%;
	width: 270px;
	padding-left: 15px;
}

.article-title .share-block:not(.single):before {
	display: block;
	position: absolute;
	right: 300px;
	top: 0px;
	background: transparent;
	width: 1px;
	height: 100%;
	content: '';
	border-right: 1px dotted #c1c1c1;
}

.article-title .share-block>div {
	display: block;
	margin-bottom: 8px;
}

.article-title .share-block>div:last-child {
	margin-bottom: 0px;
}

a.small-button {
	display: inline-block;
	padding: 4px 11px;
	margin-right: 2px;
	background: var(--secondary-color);
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	/*font-size: 12px;*/
}

.small-button:hover {
	color: #fff;
	background: #232323;
}

a.custom-soc {
	display: inline-block;
	background: transparent;
	color: #232323;
	width: 22px;
	height: 22px;
	font-size: 11px;
	line-height: 23px;
	box-shadow: 0px 0px 0px 1px #232323;
	border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	margin-right: 4px;
}

a.custom-soc:hover {
	background: #232323;
	color: #fff;
}

.share-article {
	display: block;
	margin-right: 15px;
	margin-bottom: 10px;
}

.share-article span {
	display: block;
	line-height: 100%;
	font-size: 10px;
	color: var(--fourth-color);
	font-weight: bold;
	padding-bottom: 3px;
	margin-top: -1px;
}

.share-article strong {
	display: block;
	line-height: 100%;
	font-size: 12px;
}

.article-tags {
	display: block;
	margin-top: 15px;
	margin-right: 300px;
	font-size: 12px;
	vertical-align: baseline;
	line-height: 120%;
	margin-bottom: -4px;
}

.article-tags strong {
	vertical-align: baseline;
	line-height: 120%;
	margin-right: 10px;
}

.article-tags a {
	vertical-align: baseline;
	line-height: 120%;
}






/* #5 Comments */


.comment-block {
	display: block;
	margin-bottom: 25px;
}

.comment-block .commment-content {
	display: block;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.comment-block .commment-content .user-avatar {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	margin-top: 3px;
}

.comment-block .commment-content .user-avatar img {
	width: 60px;
	height: 60px;
}

.comment-block .commment-content .user-nick {
	display: block;
	margin-left: 75px;
	color: #232323;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

.comment-block .commment-content .user-nick .marker {
	font-size: 10px;
	display: inline-block;
	padding: 2px 4px;
	background: #232323;
	color: #fff;
	line-height: 100%;
	margin: 3px 0px 0px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: default;
}

.comment-block .commment-content .user-nick a {
	color: goldenrod;
}

.comment-block .commment-content .user-nick a:hover {
	text-decoration: underline;
}

.comment-block .commment-content .time-stamp {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #b8b8b8;
	font-size: 11px;
}

.comment-block .commment-content .comment-text {
	display: block;
	margin-left: 75px;
	padding-bottom: 8px;
	margin-bottom: -13px;
}

.comment-block .commment-content .icon-link {
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	margin-left: 75px;
	display: block;
}

.comment-block .commment-content .icon-link:hover {
	color: #232323;
	text-decoration: underline;
}

.comment-block .commment-content .icon-link .icon-text {
	display: inline-block;
	padding-right: 6px;
}


.comment-block>ol>li ul li .commment-content {
	display: block;
	background: #e8e8e8;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 75px;
	padding-right: 15px;
}

.comment-block>ol>li>ul {
	position: relative;
}

.comment-block>ol>li>ul:before {
	display: block;
	background: #f0efef;
	content: '';
	position: absolute;
	top: -3px;
	left: 90px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 10;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.comment-block>ol>li ul li .commment-content .user-avatar,
.comment-block>ol>li ul li .commment-content .user-avatar img {
	width: 40px;
	height: 40px;
}

.comment-block>ol>li ul li .commment-content .icon-link,
.comment-block>ol>li ul li .commment-content .comment-text,
.comment-block>ol>li ul li .commment-content .user-nick {
	margin-left: 55px;
}

.comment-block>ol>li ul li .commment-content .time-stamp {
	top: 15px;
	right: 15px;
}

#writecomment {
	display: block;
	width: 100%;
	/*max-width: 570px;*/
	margin: 20px auto;
}

#writecomment p {
	display: block;
	position: relative;
}

#writecomment p textarea,
#writecomment p input[type=text],
#writecomment p input[type=email],
#writecomment p input[type=password],
#writecomment p input[type=file]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition-duration: .8s;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
	display: block;
	font-size: 13px;
	/*border: 2px solid #79bb03;*/
	font-family: 'Arial';
	border-radius: 5px;
	-moz-border-radius: 2px;
	color: rgb(227, 227, 227);
	background-color: var(--dark-mode);
}

#writecomment p textarea,
#writecomment p input[type=text],
#writecomment p input[type=email],
#writecomment p input[type=password],
#writecomment p input[type=file]:focus {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition-duration: .8s;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
	display: block;
	background: var(--dark-box);
	font-size: 13px;
	border: 2px solid;
	font-family: 'Arial';
	border-radius: 5px;
	-moz-border-radius: 2px;
}

#writecomment p textarea {
	height: 100px;
}

#writecomment p label {
	display: block;
	position: initial;
	left: -120px;
	white-space: nowrap;
	line-height: 30px;
	/*width: 300px;*/
	text-align: left;
}

p .required {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	/*color: var(--primary-color);*/
	/*margin-left: 5px;*/
	margin-top: 2px;
}

#writecomment p .error-msg {
	display: block;
	background: #a12717;
	color: #fff;
	padding: 8px 10px;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
}

#writecomment p textarea.error,
#writecomment p input[type=text].error,
#writecomment p input[type=email].error,
#writecomment p input[type=password].error{
	border: 1px solid #a12717;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
}


.no-comment-block {
	display: block;
	width: 360px;
	margin: 35px auto 30px auto;
}

.no-comment-block p {
	display: block;
	margin-left: 70px;
	font-size: 12px;
	padding-bottom: 10px;
}

.no-comment-block .big-icon {
	display: block;
	float: left;
	font-size: 44px;
	color: #232323;
	line-height: 56px;
}

.no-comment-block b {
	display: block;
	margin-left: 70px;
	font-weight: bold;
	font-size: 22px;
	color: #232323;
	line-height: 150%;
	padding-bottom: 4px;
}

.no-comment-block .icon-link {
	margin-left: 70px;
}

.no-comment-block .icon-link {
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	margin-left: 70px;
}

.no-comment-block .icon-link:hover {
	color: #232323;
	text-decoration: underline;
}

.no-comment-block .icon-link .icon-text {
	display: inline-block;
	padding-right: 6px;
}




/* #6 Photo gallery */

.photo-gallery-grid {
	display: block;
	width: 1210px;
}

.photo-gallery-grid:after {
	display: block;
	content: '';
	clear: both;
}

.photo-gallery-grid .photo-gallery-block {
	display: block;
	width: 232px;
	background: #fff;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.photo-gallery-block .gallery-content {
	display: block;
	padding: 10px 15px 15px 15px;
}

.photo-gallery-block .gallery-content h3 {
	margin-bottom: 10px;
}

.overflow-fix {
	display: block;
	overflow: hidden;
}

.filter-block {
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #cfcfcf;
}

.filter-block strong {
	display: inline-block;
	color: #929292;
	line-height: 23px;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.filter-block a {
	display: inline-block;
	background: #929292;
	color: #fff;
	line-height: 23px;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.filter-block a:hover,
.filter-block a.active {
	background: #232323;
	color: #fff;
}

.photo-gallery-full {
	display: block;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.the-image {
	display: block;
	padding: 15px;
	position: relative;
	text-align: center;
}

.the-image .photo-controls {
	display: block;
	position: absolute;
	top: 50%;
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 40px;
	margin-top: -20px;
	z-index: 4;
}

.the-image .photo-controls:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.the-image .photo-controls.left {
	left: 4%;
}

.the-image .photo-controls.right {
	right: 4%;
}

.photo-gallery-thumbs {
	display: block;
	margin: 0px 15px;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.photo-gallery-thumbs a {
	display: inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
}

.photo-gallery-thumbs a.active:hover .cover i,
.photo-gallery-thumbs a.active .cover i {
	box-shadow: inset 0px 0px 0px 6px #dd1414;
}




/* #7 Sidebar styling */

.main-sidebar {
	display: block;
	width: 300px;
}

.main-sidebar .widget {
	display: block;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}

.main-sidebar .widget>div {
	display: block;
	/*border-bottom: 1px dotted #c0bfbf;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget > h3 {
    display: block;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 16px;
    color: #feffff;
    font-family: 'Titillium Web', sans-serif;
    padding: 7px 13px;
    margin-bottom: 10px;
    /* font-weight: bold; */
    border-left: 3px solid var(--fourth-color);
    border-radius: 5px;
}

.widget .comment-content h3 {
	margin-bottom: 6px;
}

.widget .social-bar {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.widget .social-bar:after {
	display: block;
	content: '';
	clear: both;
}

.widget .social-bar a {
	display: block;
	float: left;
	width: 69px;
	text-align: center;
	margin-right: 8px;
}

.widget .social-bar a:nth-child(4n+0) {
	margin-right: 0px;
}

.widget .social-bar a i {
	display: block;
	margin-bottom: 1px;
	font-style: normal;
	background: rgba(0, 0, 0, 0.1);
	padding: 8px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #232323;
	margin-left: 0px;
}

.widget .social-bar a:hover i {
	background: rgba(0, 0, 0, 0.15);
}

.widget .social-bar a span {
	display: block;
	color: #fff;
	padding: 2px 0px;
	font-size: 11px;
	font-weight: bold;
}

.widget .social-bar a span.facebook {
	background: #4260b4;
}

.widget .social-bar a span.twitter {
	background: #3fb9d7;
}

.widget .social-bar a span.google {
	background: #bf4b37;
}

.widget .social-bar a span.linkedin {
	background: #2876c6;
}

.widget .widget-articles {
	display: block;
}

.widget .widget-articles li {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget .widget-articles li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.widget li:after,
.widget .widget-articles:after {
	display: block;
	content: '';
	clear: both;
}

.widget .widget-articles .article-photo {
	display: block;
	float: left;
	margin-top: 3px;
}

.widget .widget-articles .article-content {
	display: block;
	margin-left: 70px;
}

.widget .widget-articles .no-image .article-content {
	margin-left: 0px;
}

.article-block .article-content h4,
.widget .widget-articles .article-content h4 {
	margin-bottom: 4px;
	font-size: 15px;
}

.widget .widget-articles .meta {
	display: block;
	font-size: 12px;
}

.widget .widget-articles .meta a {
	color: #79bb03;
}

.widget .widget-articles .meta a:hover {
	color: #ffb300;
}

.meta .icon-text {
	display: inline-block;
	padding-right: 5px;
	color: var(--secondary-color)
}

.widget .comment-photo {
	display: block;
	float: left;
	margin-top: 3px;
}

.widget .comment-content {
	display: block;
	margin-left: 60px;
}

.widget .widget-comments li {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget .widget-comments li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.widget .widget-comments p {
	margin-bottom: 6px;
}

.widget .meta {
	display: block;
	font-size: 12px;
	color: #8b8b8b;
}

.widget .meta a {
	color: var(--secondary-color)
}

.widget .meta a:hover {
	color: #79bb03;
}

.tagcloud a,
.tag-cloud a {
	display: inline-block;
	font-size: 12px !important;
	background: #929292;
	color: var(--dark-mode);
	font-weight: bold;
	padding: 3px 7px;
	margin: 0px 5px 5px 0px;
}

.tagcloud a:hover,
.tag-cloud a:hover {
	background: #232323;
	color: #79bb03;
}


.content input[type=text] {
	display: block;
	background: #fff;
	padding: 6px 13px;
	font-size: 13px;
	border: 1px solid #d3d3d3;
	font-family: 'Arial';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content input[type=text]:focus {
	border: 1px solid #bababa;
}

.widget p {
	margin-bottom: 10px;
}

.widget .subscribe-block {
	display: block;
	margin: 20px auto;
	width: 230px;
}

.widget .subscribe-block input[type=text] {
	width: 100%;
}

.gallery-widget {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	/*margin-bottom: 10px;*/
}

.widget .gallery-widget:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.gallery-widget .gallery-photo {
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.gallery-widget .gallery-photo>a {
	display: block;
	position: absolute;
}

.gallery-widget .gallery-photo ul {
	position: relative;
	display: block;
	width: 100%;
	height: 190px;
	white-space: nowrap;
	font-size: 0;
}

.gallery-widget .gallery-photo ul li {
	font-size: 15px;
	white-space: nowrap;
	display: inline-block;
}

.gallery-widget .gallery-photo>a {
	display: block;
	position: absolute;
	z-index: 3;
	background: transparent;
	width: 40px;
	text-align: center;
	height: 190px;
	font-size: 27px;
	line-height: 190px;
	top: 0px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.gallery-widget .gallery-photo>a:hover {
	background: rgba(0, 0, 0, 0.5);
}

.gallery-widget:hover .gallery-photo>a.slide-left {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	left: 0px;
}

.gallery-widget:hover .gallery-photo>a.slide-right {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	right: 0px;
}

.gallery-widget .gallery-photo>a.slide-left {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	left: -40px;
}

.gallery-widget .gallery-photo>a.slide-right {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	right: -40px;
}

.gallery-widget h4 {
	font-size: 17px;
	font-weight: normal;
}

.hover-effect {
	display: inline-block;
	background-color: var(--secondary-color);
	overflow: hidden;
}

.hover-effect .cover {
	display: block;
	position: relative;
	color: #fff;
}

.hover-effect .cover img {
	position: relative;
	z-index: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

div[rel='hover-parent']:hover a.hover-effect .cover img,
a.hover-effect:hover .cover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.hover-effect .cover i {
	z-index: 1;
	display: block;
	position: absolute;
	font-style: normal;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

div[rel='hover-parent']:hover a.hover-effect .cover li,
a.hover-effect:hover .cover i {
	box-shadow: none;
}

a.hover-effect .cover i:before {
	display: block;
	position: absolute;
	z-index: 2;
	font-family: 'Entypo';
	content: '\1F50D';
	height: 50px;
	width: 50px;
	line-height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-align: center;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

div[rel='hover-parent']:hover a.hover-effect .cover i:before,
a.hover-effect:hover .cover i:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar caption {
	font-size: 17px;
	padding: 5px 0px 15px 0px;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	line-height: 35px;
}

#wp-calendar td a {
	font-weight: bold;
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
	color: #232323;
}

#wp-calendar td a:hover {
	background: rgba(0, 0, 0, 0.1);
}

#wp-calendar td#today {
	background: var(--primary-color);
	color: #fff;
}

#wp-calendar td#today a {
	color: #fff;
	background: transparent;
}

#wp-calendar td#today a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
}

#wp-calendar td {
	line-height: 35px;
}

.double-block {
	display: block;
	width: 100%;
}

.single-block .content-block {
	display: block;
	float: none;
	width: 850px;
}

.double-block .content-block {
	display: block;
	width: 250px;
}

.double-block .content-block.right {
	margin-left: 20px;
}

.double-block .content-block.main {
	display: block;
	width: 590px;
}

.double-block .content-block.main #detail-playlist {
	display: block;
	width: 830px;
}

.main-page .block {
	display: block;
	/*margin-bottom: 20px;*/
}

.double-block .content-block .widget {
	display: block;
	margin-bottom: 10px;
}

.double-block .content-block .widget .featured-block .meta a {
	color: #fff;
}

.double-block .content-block .widget .meta a {
	color: #8b8b8b;
}

.list-title {
	font-weight: 600 !important;
}




/* #8 Footer */

.footer {
	margin-top: 0px;
	display: block;
	color: #a0a0a0;
	background: var(--primary-color);
	border-top: 5px solid var(--secondary-color);
}

.footer p {
	font-size: 14px;
	color: #000;
	text-align: center;
}

.footer .wrapper {
	/*border-top: 3px solid #ffb300;*/
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.footer .wrapper:after {
	display: block;
	content: '';
	clear: both;
}

.footer ul {
	display: block;
	line-height: 33px;
	vertical-align: middle;
}

.footer ul li {
	display: block;
	float: left;
	margin-left: 20px;
	position: relative;
}

.footer ul li:after {
	display: block;
	content: '/';
	position: absolute;
	top: 0px;
	right: -10px;
}

.footer ul li:last-child:after {
	display: none;
}

.footer ul li a {
	display: block;
}

.footer a.var(--primary-color)-themes {
	display: inline-block;
	vertical-align: bottom;
	background: url(../images/var(--primary-color)-themes.png) no-repeat center center;
	color: transparent;
	overflow: hidden;
	text-indent: -200px;
	width: 93px;
}

.footer .logo-footer {
	display: block;
	float: left;
	margin-right: 20px;
	line-height: 33px;
	vertical-align: middle;
}

.footer .logo-footer img {
	display: inline-block;
	vertical-align: middle;
}

body.darkmode .footer {
    margin-top: 0px;
    display: block;
    color: #a0a0a0;
    background: var(--dark-mode);
    border-top: 1px dashed var(--dark-box);
}


.error-search {
	display: block;
	width: 200px;
	margin: 40px auto;
	position: relative;
}

.error-search .search-input {
	display: block;
	width: 200px;
	border: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: none;
}

.big-error-sign {
	display: block;
	width: 400px;
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}

.big-error-sign h2 {
	display: block;
	font-size: 120px;
	line-height: 140%;
	color: #474747;
}

.big-error-sign strong {
	display: block;
	margin-bottom: 35px;
	font-size: 35px;
	line-height: 105%;
	font-family: 'Titillium Web', sans-serif;
	color: #474747;
}

.big-error-sign span {
	display: block;
	margin-bottom: 25px;
	font-size: 17px;
	line-height: 120%;
	color: #a3a3a3;
}


.block-content {
	overflow: hidden;
	background-color: var(--sixth-color);
	padding: 10px;
	margin-top: -10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	/*border: 1px solid dimgray;*/
	border-radius: 0rem 0rem 0.75rem 0.75rem !important;
}

.themenumobile {
	display: none;
}

.mobile-menu {
	display: none !important;
}





/* Additional Styles */

.lightbox hr {
	margin: 20px 0px;
}

.lightbox p,
.lightbox span,
.lightbox h2,
.lightbox h3 {
	color: #232323;
	text-shadow: none;
}

.lightbox .loading-box {
	padding: 50px 0px;
	line-height: 24px;
}

.startlightbox {
	overflow: hidden;
}

.startlightbox .lightbox {
	display: block;
}

.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 200;
	display: none;
	overflow-y: scroll !important;
}

.lightbox .main-black-block {
	box-shadow: none;
	background: #212121;
	color: #ccc;
	font-size: 11.5px;
	line-height: 20px;
	font-weight: 300;
	padding-bottom: 5px;
	color: #8a8a8a;
}

.lightbox .lightcontent .light-close span,
.lightbox .lightcontent-loading .light-close span {
	font-family: 'Entypo';
	font-size: 14px;
	display: inline-block;
	margin-top: -2px;
	margin-right: 6px;
	color: inherit;
}

.lightbox .lightcontent .light-close:hover,
.lightbox .lightcontent-loading .light-close:hover {
	color: #db2727;
}

.lightbox .lightcontent .light-close:active,
.lightbox .lightcontent-loading .light-close:active {
	color: #b01e1e;
}

.lightbox .lightcontent .light-close,
.lightbox .lightcontent-loading .light-close {
	display: block;
	right: 0px;
	top: -30px;
	font-family: Arial;
	position: absolute;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.lightbox .lightcontent,
.lightbox .lightcontent-loading {
	background: #f4f4f4;
	width: 1200px;
	max-width: 100%;
	margin: 100px auto 70px auto;
	position: relative;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	text-align: left;
}

.lightbox .light-title {
	display: block;
	position: absolute;
	top: -33px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	height: 23px;
	width: 780px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lightbox .gallery-thumbs {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 95%;
}

.lightbox .thacontent {
	padding: 0px 25px 20px 25px;
}

.loading-box {
	display: block;
	text-align: center;
}

.loading-box .loading-image {
	display: block;
	text-align: center;
	padding-top: 20px;
}

.lightbox .carousel-left {
	left: 8px;
}

.lightbox .carousel-right {
	right: 8px;
}

.lightbox blockquote {
	padding-bottom: 30px;
}

.lightbox .article-main-content {
	padding: 0px 55px;
	width: auto;
}

.loading-message {
	display: block;
	background: #f0f0f0;
	padding: 10px 15px;
	font-size: 11px;
	line-height: 140%;
}

.loading-message img {
	display: block;
	float: left;
	width: 34px;
	padding-right: 15px;
}

.main-content-split .loading-message img {
	display: none;
}

.loading-message:before {
	display: block;
	content: '';
	clear: both;
}

.loading-message b {
	font-size: 18px;
	display: block;
	padding-bottom: 4px;
}

.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
	z-index: 20;
}

.ls-fullwidth .ls-nav-next {
	right: 50px !important;
}

.ls-fullwidth .ls-nav-prev {
	left: 50px !important;
}


.lightbox .big-photo-block .the-image {
	box-shadow: none;
	text-align: center;
	padding-top: 10px;
	background-color: transparent;
}

.lightbox .big-photo-block .the-image img {
	max-width: 98%;
}

.lightbox .big-photo-block .the-thumbs {
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}

.lightbox .lightbox-content {
	display: block;
	padding: 0px 2% 8px 2%;
}

.the-image img {
	max-width: 100%;
}

.lightbox .photo-gallery-full {
	box-shadow: none;
}




.info-message {
	display: block;
	background: #f4ebda;
	font-size: 11px;
	line-height: 140%;
	color: #8b755e;
	padding: 10px 10px;
}

.info-message p {
	display: block;
	margin-bottom: 0px;
}

.info-message b {
	font-size: 18px;
	display: block;
	padding-bottom: 4px;
}

.main-content-split .info-message span.icon-text {
	display: none;
}

.main-content-split .info-message b {
	font-size: 16px;
}

.info-message span.icon-text {
	display: block;
	float: left;
	font-size: 32px;
	height: 30px;
	padding-top: 10px;
	padding-right: 12px;
}

.info-message.success {
	background: #589f19;
	color: #fff;
}

.info-message.fail {
	background: #9f2919;
	color: #fff;
}



.article-big .article-content .meta>span.tag {
	color: #fff;
}

/*.pagination .page-numbers.dots {
	background: transparent;
	color: #232323;
}*/

.double-block .gallery-widget .gallery-photo>a,
.double-block .gallery-widget .gallery-photo ul {
	height: 138px;
	line-height: 135px;
}

.gallery-widget .gallery-photo img {
	width: 250px;
	height: 138px;
}

.double-block .widget {
	/*border-bottom: 1px dotted #c0bfbf;*/
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.double-block .widget .banner {
	padding-bottom: 0px;
}

.widget .menu {
	display: block;
}

.widget .menu li {
	display: block;
}

.widget .menu li a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 0px solid transparent;
}

.widget .menu li:last-child a {
	border-bottom: 0px;
}

.widget .menu li a:hover {
	background: #e2e2e2;
	color: #232323;
	border-left: 10px solid transparent;
}


.single-block .article-block-big li {
	padding-right: 15px;
}

.header,
.main-menu {
	position: sticky;
	z-index: 1000;
}

.main-menu.sticky {
	padding: 0px !important;
	background:var(--primary-color);
}

.main-menu.sticky:before {
	display: block;
	background-color: inherit;
	content: '';
	position: fixed;
	height: inherit;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}


/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 5px;
  background: var(--secondary-color);
}

/* The progress bar (scroll indicator) */
.progress-bar {
  /*height: 5px;*/
  background: var(--fourth-color);
  /* background: -webkit-linear-gradient(left, #33156d 0%,#f282bc 100%); */
  /*Chrome10-25,Safari5.1-6 */
}
  width: 0%;
}

.admin-bar .main-menu.sticky:before {
	top: 28px;
}

.visible-xs {
	display: none !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}

.h2-judul {
	margin-bottom: 5px;
	font-weight: 600;
}

.h2-judul a{
	margin-bottom: 5px;
	font-weight: 600;
	color: var(--fifth-color);
}

/* =================================================SWITCH BUTTON================================================== */
 /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
    right: 10px;
    margin-top: 2px;
}


/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.slider::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 16px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
  @media (min-width: 1024px)
.lg\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
  @media (min-width: 768px)
.md\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-5 {
  gap: 1.25rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid {
  display: grid;
}

.p-4 {
  padding: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}

.card,
.card .card-header {
  background: none;
  border-radius: 0;
  border: 0;
}


.card .card-icon-container {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.card .card-icon {
  background-color: gray;
  padding: 10px;
  height: 80px;
  width: 80px;

}

.card .card-body .card-title {
  display: block;
} 


.card .card-body .card-title small {
  display: block;
  font-size: 16px;
} 

small.image-caption{
  font-style: italic;
}
/*------------------------------------------------------------------------------------------
 * utility
 *------------------------------------------------------------------------------------------*/
 .mt-120 {
  margin-top: 120px !important;
}


.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.m-50 {
  margin: 50px;
}

.my-50{
  margin: 50px 0 50px 0;
}

.mx-50{
  margin: 0 50px 0 50px;
} 

.mt-35rem{
  margin-top: 1.25rem !important;
}

/*-----------------------------------------------------------------------------------
 * Grid Card 
 *-----------------------------------------------------------------------------------*/
 
 .grid.card {
  border: 0;
  border-radius: 0; 
}
 
.grid.card .card-img-top,
.grid.card .card-header {
  border-radius: 0;
}
 
.grid.card .card-body {
  padding:0;
  overflow: hidden;
}

.grid.card.detail .card-body {
  padding: 20px;
  overflow: hidden;
}
 
.grid.card .image-container{
  position: relative;
  margin-bottom: 10px; 
  height: 250px;
}
 
.grid.card .card-body .post-meta {
  font-size: 12px;
  color:grey;
  padding: 10px 0;
}

.grid.card .card-body .card-title {
  padding: 0;
  margin-bottom: 10px;
}

.grid.card .card-body .card-text {
  padding: 0;
}

.grid.card .card-body  a {
  color:#212529;
}
 
.grid.card .image-container a {
  color:#007bff;
}

.grid.card .card-body  a:hover {
  color: #007bff;
  text-decoration: none;
}
 
.grid.card a.read-more {
  font-size: 14px;
  padding:0; 
  color: #212529;
  margin: 10px 0;
}
 
.grid.card a.read-more::after {
  
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\f18e";
  padding-right: 5px;
}
 
.grid.card a.read-more:hover {
  text-decoration: none; 
  border: 0; 
}


/**
 * section
 */
.container .section-container {
   position: relative;
 } 
 
 .container .section-container > a.read-more{
  color:#212529;
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 16px;
 }
 
 .container .section-container > a.read-more:hover{
   color: #007bff;
 }

.container .section-container .section-title {    
  padding: 10px 0;
  font-size: 30px;
  border-bottom: 1px solid #d3d3d3;
  margin: 20px 0;
}

.container .section-container .section-description {
  text-align: left;
  
}

.container .section-container .section-body {
  margin: 0 10px;
}

.container .section-container .section-body .space-y-5{
  padding: 0 10px;
}

.container .section-container .section-body .section-post.card a{
  color:#212529;
}

.container .section-container .section-body .section-post.card .card-body{
  margin: 0;
  padding: 10px 0;
 }

.container .section-container .section-body .section-post.card .post-img-container {
  height: 230px;
  position: relative;  
}

.container .section-container .section-body .section-post.card .post-content  { 
  width: 100%; 
  word-wrap: anywhere;
}

.container .section-container .section-body .section-post.card.post-list .card-body a:hover,
.container .section-container .section-body .section-post.card .post-content a:hover{
 text-decoration: none;
 color: #007bff;
}

.container .section-container .section-body .section-post.card .post-meta  {
  color: grey;
  font-size: 12px;
}

.container .section-container .section-body .section-post.card .post-title {
  font-size: 20px;
} 


.container .section-container .section-body .section-post.card.post-list{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; 
}

.container .section-container .section-body .section-post.card.post-list .post-img-container {
  height: 250px;
  width: 250px;
  position: relative;  
  display: inline-table;
}

.container .section-container .section-body .section-post.card.post-list .card-body{
  margin: 0;
  padding: 0 20px;
  word-wrap: anywhere;
}


@media (max-width: 767px) {  
  
  .container .section-container .section-body .section-post.card.post-list .card-body h4{
    font-size: 22px;
  }

  .container .section-container .section-body .section-post.card.post-list .post-img-container {
    height: 200px;
    width: 200px;
  }

  
  .container .section-container .section-body .section-post.card.post-list .post-img-container .thumbnail .landscape{
    width: auto;
    height:100%;
    max-height: 100% !important;
    max-width: none !important;
  }
  
  .container .section-container .section-body .section-post.card .post-img-container .thumbnail .landscape{
    width: 100%;
    height: auto;
    max-height: none !important;
    max-width: 100% !important;
  }
}

@media (max-width: 575px) { 
  .container .section-container .section-body .section-post.card.post-list .post-img-container {
    height: 150px;
    width: 150px;
  }
  
  .container .section-container .section-body .section-post.card.post-list .card-body h4{
    font-size: 18px;
  }
  
  .container .section-container .section-body .section-post.card.post-list .card-body .post-content{
    display: none;
  }

  
  .container .section-container .section-body .section-post.card .post-img-container .thumbnail .landscape,
  .container .section-container .section-body .section-post.card.post-list .post-img-container .thumbnail .landscape{
    width: auto;
    height:100%;
    max-height: 100% !important;
    max-width: none !important;
  }
  
  /* .container .section-container .section-body .section-post.card .post-img-container .thumbnail .landscape{
    width: 100%;
    height: auto;
    max-height: none !important;
    max-width: 100% !important;
  } */

}

.section.featured .section-container .section-title{  
  color: #fff !important;
}

.section.featured .section-container .section-body .section-post.card .post-meta {  
  color: grey;
  font-size: 12px;
}

.section.featured .section-container .section-body .section-post.card .card-body a{
  color: #fff;
} 

.section.featured .section-container .section-body .section-post .card-body a:hover{
  color: #007bff;
}

.section.featured .section-container .section-body .section-post.card .post-img-container {
  height: 350px; 
  position: relative;  
  display: inline-table;
}

.section.featured .section-container .section-body .section-post.card .card-body {
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #00000052;
  color: #fff;
  border-radius: 10px;
  transition: all 0.35s ease-in-out;  
}

.section.featured .section-container .section-body .section-post.card:hover .card-body, 
.section.featured .section-container .section-body .section-post.card .card-body:hover {
  background: #000000b0;
  transition: all 0.35s ease-in-out;  
  padding-top: 20px;
}

.container .section-container .section-body .featured-agenda,
.container .section-container .section-body .featured-item{
  margin: 0;
}

.container .section-container .section-body .featured-agenda .col-md-4,
.container .section-container .section-body .featured-item .col-md-4 {
  max-width: 100% !important;
  padding-right: 10px;
  padding-left: 10px;
}

.container .section-container .section-body .featured-agenda.owl-carousel .owl-nav,
.container .section-container .section-body .featured-item.owl-carousel .owl-nav {
  position: absolute;
  top: -55px;
  right: 0px;
}

.container .section-container .section-body .featured-agenda.owl-carousel .owl-nav button,
.container .section-container .section-body .featured-item.owl-carousel .owl-nav button{
  width:30px;
  height: 30px;
  border: 1px solid #fff; 
  color: #fff;
  margin-right: 5px;
  border-radius: 50%;
}


.section.gallery .section-container .section-body .section-post.card .card-body{
  position: absolute;
  background: #00000096;
  width: 100%;
  top: 0; 
  bottom: 0;
  padding: 10px;
  opacity: 30%;
  transition: all 0.35s ease-in-out;  
  border-radius: 10px;
}


.section.gallery .section-container .section-body .section-post.card.gallery:hover .card-body{
  opacity: 100%; 
  top: 0; 
  bottom: 0;
  transition: all 0.35s ease-in-out;  
}

.section.gallery .section-container .section-body .section-post.card.gallery .card-body {
  color: #fff;
}


.section.video .section-container .section-body .section-post.card .card-body{
  position: absolute;
  background: #00000096;
  width: 100%;
  top: 0; 
  bottom: 0;
  padding: 10px;
  opacity: 30%;
  transition: all 0.35s ease-in-out;  
  border-radius: 10px;
}


.section.video .section-container .section-body .section-post.card:hover .card-body{
  opacity: 100%; 
  top: 0; 
  bottom: 0;
  transition: all 0.35s ease-in-out;  
}

.section.video .section-container .section-body .section-post.card .card-body {
  color: #fff;
}

.section.video .section-container .section-body .section-post.card .card-body .icon{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 70px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.section.agenda .section-container .section-body .section-post.card .card-body{
  position: absolute;
  background: #000000c4;
  width: 100%;
  top: 0; 
  bottom: 0;
  padding: 10px;
  opacity: 80%; 
  transition: all 0.35s ease-in-out;  
  border-radius: 10px;
}


.section.agenda .section-container .section-body .section-post.card:hover .card-body{
  opacity: 100%; 
  top: 0; 
  bottom: 0;
  padding-top: 25px;
  transition: all 0.35s ease-in-out;  
}

.section.agenda .section-container .section-body .section-post.card .card-body {
  color: #fff;
}

.section.agenda .section-container .section-body .section-post.card .post-date {
  font-size: 25px;
}

.section.featured .section-container,
.section.gallery .section-container,
.section.video .section-container,
.section.agenda .section-container,
.section.category .section-container,
.section.latest-news .section-container{
  padding: 10px 0;
  /* border-radius: 10px;
  border: 1px solid #ebebed; */
}

.section.featured .section-container .section-title,
.section.gallery .section-container .section-title, 
.section.video .section-container .section-title,
.section.agenda .section-container .section-title, 
.section.category .section-container .section-title ,
.section.latest-news .section-container .section-title {  
  margin: 0;
  border: 0;
  color: #212529;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 23px;
}


.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  /*margin-block: 2rem;*/
  gap: 2rem;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

/*.card {
  display: flex;
  flex-direction: column;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  width: 400px;
  overflow: hidden;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  
}*/

body.darkmode .card{
	background-color: var(--fifth-color);	
}

.card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}


.tag {
  align-self: flex-start;
  padding: .25em .75em;
  border-radius: 1em;
  font-size: .75rem;
}

.tag + .tag {
  margin-left: .5em;
}

.tag-blue {
  background: #56CCF2;
  background: linear-gradient(to bottom, #2F80ED, #56CCF2);
  color: #fafafa;
}

.tag-brown {
  background: #D1913C;
  background: linear-gradient(to bottom, #FFD194, #D1913C);
  color: #fafafa;
}

.tag-red {
  background: #cb2d3e;
background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;

}

.card__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.user {
  display: flex;
  gap: .5rem;
}

.user__image {
  border-radius: 50%;
}

.user__info > small {
  color: #666;
}

.card__image{
	width: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}