			.maxbutton-20.maxbutton.maxbutton-g-direct { display: none; }
.maxbutton-17.maxbutton.maxbutton-onedrive { display: none; }

@media (max-width: 480px) {

	.latestPost .title,
	.latestPost .title a {
		font-size: 14px !important;
	}
}

#comments {
	margin-top: 0px !important;
	padding-top: 25px !important;
  background-color: #27272a;
}

#commentsAdd{
	margin-top: 0px !important;
	padding-top: 15px !important;
  background-color: #27272a;
}

.comment-form-url {
	display: none;
}

.single-title {
	font-size: 20px !important;
	line-height: 30px !important;
}

.logo-wrap {
	margin-top: -7px !important;
	margin-bottom: -7px !important;
}

.header-social {
	margin-bottom: 7px !important;
}

.header-social a {
	padding: 8px;
	float: left;
	font-size: 18px;
	line-height: 1;
	width: 120px;
	box-sizing: border-box;
	margin-right: 3px;
	text-align: center;
	border-radius: 15%;
}

.featured-thumbnail img {
	border-radius: 10px 10px 0 0;
}

.latestPost {
	border-radius: 10px
}

#header #s,
.fa-search {
	border-radius: 10px
}

#primary-navigation li,
#primary-navigation li a {
	color: #ffffff;
	text-transform: uppercase;
}

#primary-navigation a {
	color: #ffffff !important;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: none;
	transition: none;
}

.pagination a,
.pagination .dots,
.page-numbers.current {
	border-radius: 5px !important;
	margin-bottom: 5px !important;
}

.pagination a:hover,
.page-numbers.current {
	background-color: black;
	color: white;
}

.primary-navigation {
	border-radius: 3px 3px 3px 3px;
}

.menu-item {
	border-radius: 10px 10px 10px 10px
}

.alert {
	border-radius: 5px
}

#page {
	margin-top: 20px !important;
}

#breadcrumbs {
	padding-top: 160px !important;
}

#breadcrumbs a {
	padding: 5px;
}

@media screen and (max-width: 480px) {

	.latestPost header {
		min-height: 0px !important;
	}

	#breadcrumbs {
		padding-top: 290px !important;
	}
}

#primary-navigation,
nav.navigation {
	border-radius: 0 0 10px 10px;
}

.page-numbers.dots {
	background-color: #343434;
}

#s {
	background-color: #555555;
	color: white;
}

.single_post .thecategory {
	background-color: #171717;
}

.single_post .thecategory a {
	margin: 1px;
	color: grey;
}

.single_post .thecategory a:hover {
	color: white;
}

.copyrights {
	padding-bottom: 20px;
	padding-top: 20px;
}

.bypostauthor {
	background: #18181b;
}


/*  ALERT POST PAGE */

.alert {
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 8px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

. alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #fff;
	background-color: #2FB986;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #fff;
	background-color: #47A8F5;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #fff;
	background-color: #FFAA2C;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #fff;
	background-color: #F66459;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

/*  Custom Buttons */

.button {
	color: white;
	padding: 8px 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 2px 1px;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.8s;
	cursor: pointer;
}

.button5 {
	background-color: #555555;
	color: white;
	border: 1px solid #e7e7e7;
	border-radius: 10%;
}

.button5:hover {
	background-color: #e7e7e7;
	border: 1px solid #555555;
	color: black;

}

.buttonred {
	background-color: #f50c0c;
	color: white;
	border: 1px solid #ffffff;
	border-radius: 10%;
	font-size: 16px;
}

.buttonred:hover {
	background-color: #555555;
	border: 2px solid #ffffff;
	color: white;
	border-radius: 10%;
	font-size: 16px;
}


.buttontg {
	background-color: #009DE1;
	color: #FFF;

	border-color: #0088cc;
	padding: 8px 3px;
	text-transform: uppercase;
	align-items: center;
	border-radius: 10%;
}

.button4k {
	background-color: #FFAA2C;
	color: black;

	border-color: #EDBA26;
	padding: 8px 3px;
	text-transform: uppercase;
	align-items: center;
	border-radius: 10%;
}


/* */

.alertxxx {
	padding: 5px;
	color: #282828;
	background-color: #2FB986;
	width: 90%;
	border-radius:6px
}

.alertxxx a {
	color: #282828;
	text-decoration: none;
}

.alertxxx a:hover {
	color: #D35151;
	text-decoration: none;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}

.search-alert {
    background-color: #222; /* Darker background color */
    color: #fff;
    padding: 15px; /* Increased padding for better readability */
    border-radius: 8px; /* Rounded corners */
    margin-bottom: 30px; /* Increased margin */
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition on hover */
}

.search-alert:hover {
    background-color: #444; /* Darken the background color on hover */
}

.search-alert h3 {
    margin-bottom: 15px; /* Add some space below the heading */
    font-size: 18px; /* Larger font size for the heading */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-alert .expand {
    font-size: 16px; /* Adjust the font size of the expand icon */
}

.search-alert .search-info {
    display: none;
    list-style: none;
    padding-left: 0;
    margin-top: 10px; /* Add margin between heading and info */
}

.search-alert .search-info li {
    margin-bottom: 8px; /* Add space between list items */
    font-size: 16px; /* Adjust the font size of list items */
}

.search-alert:hover .search-info {
    display: block;
}