@charset "utf-8";

body {
	font-family: sans-serif;
}

#header {
	background-color: #330099;
}
#header.my-2 {
	margin-top: 0 !important;
	margin-bottom: 3px !important;
}

#main {
	margin: 6px auto;
	padding: 10px 0;
	max-width: 1300px;
}
@media (min-width: 576px) {
#main {
	padding: 10px 50px !important;
}
}

.logo {
	width: 60%;
	max-width: 320px;
}

.logo1 {
	width: 100%;
	max-width: 360px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
}
.bg-light {
    background-color: #330099 !important;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
}
#scroll-logo {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 999;
	max-width: 75%;
    margin: 0;
    padding: 0;
}
.scroll-logo.is-show {
	opacity: 1;
}
.scroll-logo.is-hide {
	display: none;
}
.logo2 {
	margin: 0 10px;
	width: 100px;
}

.navbar {
	min-height: 56px;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    border-color: rgba(255,255,255,1);
}
.nav-link {
	color: #FFFFFF !important;
}
.nav-item {
    width: initial !important;
}

.navbar-collapse {
	margin: 0 auto;
	max-width: 1200px;
}


@media (max-width: 787px) {
.navbar-nav {
	margin-top: 20px;
}
}

.bg-footer {
    background-color: #330099 !important;
	color: #FFFFFF !important;
}

.dmbs-page-title {
	margin: 8px 0 16px 0;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: #330099;
	border-radius: 20px;
}
.title1 {
	margin: 10px 0;
	padding: 5px;
	color: #330099;
	background: #FFF;
}
h1, .h1 {
	font-weight: bold;
	font-family: serif;
}
h2, .h2 {
	font-weight: bold;
	font-family: serif;
}
h3, .h3 {
	font-weight: bold;
	font-family: serif;
}

.textcolor1 {
	color: #330099;
}
.textcolor2 {
	color: #FFFFFF;
}

.btn-primary {
	background-color: #330099 !important;
	border-color: #330099 !important;
	border-radius: 20px !important;
}

@media (min-width: 992px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}

.shortcodes-ultimate-post ul.pickup li {
	width: calc(100% - 13px);
}
.shortcodes-ultimate-post ul.pickup .thumbs4x3 {
	width: 25% !important;
	min-width: 120px !important;
}