body {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	position: unset !important;
}

.main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	overflow: hidden;
}
.header {
	float: left;
	width: 100%;
	height: auto;
}
.center {
    margin: 0 auto;
    max-width: 80%;
}
.container {
	float: left;
	width: 100%;
}
.header .container > .top {
	float: left;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #CCC;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .container > .top a {
	margin: 0 10px;
	color: #0AB5DB;
	text-decoration: none;
}
.header .container > .bottom {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.logo {
	float: left;
	width: auto;
}
.logo > img {
	float: left;
	height: 50px;
}

.menu {
	float: left;
	width: auto;
}
.main-menu {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.main-menu li {
	margin: 0 10px;
}
.main-menu li a {
	color: #032E38;
	font-weight: 600;
}
.subscribe-btn {
	float: left;
	height: 40px;
	padding: 0 15px;
	background-color: #0AB5DB;
	display: flex;
	align-items: center;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
}
.subscribe-btn i {
	display: none;
}

.content {
	float: left;
	width: 100%;
}
.trending {
	float: left;
	width: 100%;
	height: 40px;
	background-color: aliceblue;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.trending > a {
	margin: 7.5px;
	height: 25px;
	padding: 0 5px;
	background-color: #555;
	color: #FFF;
	font-size: 12px;
	float: left;
	display: flex;
	align-items: center;
	border-radius: 5px;
	font-weight: 600;
}
.trending-stream {
	/* width: 65%; */
	float: left;
	margin: 7.5px;
	height: 25px;
	margin-left: 0;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
}

.post-main-stream {
	float: left;
	width: 100%;
	/* display: flex; */
	/* justify-content: space-between; */
	/* flex-wrap: wrap; */
	margin-top: 2%;
}

.left {
	float: left;
	width: 100%;
}
.right {
	float: left;
	width: 49%;
	height: 400px;
}

.post-container {
	float: left;
	width: 100%;
	height: 400px;
	background-color: #CCC;
	border-radius: 10px;
	overflow: hidden;
}

.post-container:nth-child(1) {
    width: 49%;
}

.post-cover {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	height: 402px;
	justify-content: center;
}

.post-cover img {
	width: auto;
	height: 100%;
}
.post-description {
	float: left;
	width: 100%;
	height: 402px;
	margin-top: -402px;
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: flex-end;
    background-image: linear-gradient(#00000010, #000000);
}

.post-description-container {
	float: left;
	width: 85%;
	/* align-items: center; */
	/* align-content: center; */
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.post-description-row {
	float: left;
	width: 100%;
	display: flex;
    align-items: center;
}
.dot-wrapper {
	margin: 0 10px;
	font-size: 5px;
}
.post-description-container > .post-description-row:nth-child(3) {
	display: none;
}
.post-container:nth-child(1) .post-description-container > .post-description-row:nth-child(3) {
	display: flex;
}
.post-description-row h1 {
	margin: 0;
}
.post-description-row h4 {
	margin: 0;
}


.post-container:nth-child(2) {
	width: 49%;
	height: 190px;
	float: right;
	margin-bottom: 2%;
}
.post-container:nth-child(2) .post-cover {
	height: 100%;
}
.post-container:nth-child(2) .post-description {
	height: 100%;
	margin-top: -190px;
}
.post-container:nth-child(2) h1 {
	font-size: 20px;
	margin: 5px 0;
}
.post-container:nth-child(2) h4 {
	font-size: 10px;
}
.post-container:nth-child(3) {
	width: 23.5%;
	height: 190px;
	/*float: right;*/
	margin-left: 2%;
}
.post-container:nth-child(3) .post-cover {
	height: 100%;
}
.post-container:nth-child(3) .post-description {
	height: 100%;
	margin-top: -190px;
}
.post-container:nth-child(3) h1 {
	font-size: 14px;
	margin: 5px 0;
}
.post-container:nth-child(3) h4 {
	font-size: 10px;
}
.post-container:nth-child(4) {
	width: 23.5%;
	height: 190px;
	float: right;
}
.post-container:nth-child(4) .post-cover {
	height: 100%;
}
.post-container:nth-child(4) .post-description {
	height: 100%;
	margin-top: -190px;
}
.post-container:nth-child(4) h1 {
	font-size: 14px;
	margin: 5px 0;
}
.post-container:nth-child(4) h4 {
	font-size: 10px;
}

.post-tag {
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
}
.post-tag-babydoge {
	background-color: #0AB5DB;
}
.post-tag-binance {
	background-color: #0AB5DB;
}
.post-tag-gateio {
	background-color: #0AB5DB;
}
.post-tag-bitmart {
	background-color: #0AB5DB;
}
.post-tag-elon {
	background-color: #0AB5DB;
}
.post-tag-other {
	background-color: #0AB5DB;
}

.add-container {
	margin: 2% 0;
	float: left;
	width: 100%;
	/*border: dashed 1px #CCC;*/
	height: auto;
	display: flex;
	justify-content: center;
}
.section-title {
	float: left;
	width: calc(100% - 5px);
	border-left: 5px solid #F8CC21;
	display: flex;
	align-items: center;
	height: 40px;
	justify-content: space-between;
}
.section-title h2 {
	margin: 0;
	margin-left: 20px;
}
.more-post-btn {
	float: left;
	padding: 10px;
	background-color: tomato;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	border-radius: 5px;
}

.post-container.more-post {
	height: auto;
	width: 49%;
	background-color: #f8f8f8;
	margin-top: 2%;
}
.post-container.more-post .post-cover {
	height: 300px;
}
.post-container.more-post .post-description {
	height: auto;
	margin-top: 10px;
	background-color: transparent;
	background: transparent;
	color: #032E38;
}
.post-container.more-post .post-description h1 {
	font-size: 20px;
	margin: 5px 0;
}

.post-container.more-post.f-right {
	float: right;
}

.footer .bottom {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .bottom img {
	height: 80px;
}
.footer .bottom p {
	float: left;
    width: 80%;
    text-align: center;
}

.post-main-stream.all-post-stream {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-main-stream.all-post-stream .post-container.more-post {
	float: left;
	margin-left: 0;
}
.post-main-stream.all-post-stream .post-container.more-post .post-cover {
	display: none;
}
.post-main-stream.all-post-stream .post-container.more-post:nth-last-child(3) .post-cover {
	display: block;
}
.post-main-stream.all-post-stream .post-container.more-post:nth-last-child(4) .post-cover {
	display: block;
}

.post-main-stream.post-viewer .post-container {
	width: 100%;
}

.post-content-container {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.post-content-container .left {
	width: 70%;
	height: auto;
	border-radius: 10px;
	margin-top: 2%;
}
.post-content-container .right {
	width: 28%;
	height: auto;
	margin-top: 2%;
	/*border: 1px dashed #CCC;*/
}

.share-buttons {
	float: left;
	width: 100%;
	display: flex;
	margin-top: 30px;
}
.tw-share-button {
	margin-left: 10px;
}
.tw-follow-button {
	margin-left: 10px;
}

.translate-tool {
	float: left;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 40px;
}
.add-container.form-warning {
	height: auto;
	border: none;
	background-color: tomato;
	border-radius: 10px;
	color: #FFF;
	display: flex;
	justify-content: center;
}
.add-container.form-warning p {
	width: 95%;
}
.form-container {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}
.contact-form {
	float: left;
	width: 300px;
}
.form-row {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
.form-row:nth-child(4) {
	flex-wrap: wrap;
}
.form-row > i {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-row > input {
	float: left;
	width: calc(100% - 60px);
	border: 0;
	padding: 0 10px;
	height: 40px;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
	color: #333;
}
.form-row > label {
	margin-left: 10px;
	color: #777;
}
.message {
	float: left;
	width: 100%;
}
.tox.tox-tinymce {
	border: 0 !important;
}
.form-row.form-btn {
	justify-content: space-between;
	margin-top: 10px;
}
.form-row.form-btn > button {
	width: 49%;
	height: 40px;
	border: 0;
	border-radius: 5px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
	cursor: pointer;
}

.post-main-stream.all-post-stream .post-container.more-post .post-cover {
	display: none !important;
}
.post-main-stream.all-post-stream .post-container.more-post:nth-child(3) .post-cover {
	display: block !important;
}
.post-main-stream.all-post-stream .post-container.more-post:nth-child(4) .post-cover {
	display: block !important;
}
.post-viewer .post-cover img {
	height: auto;
	width: 100%;
}
.main-menu li i {
	display: none;
}
.babydoge-logo {
	background-image: url(/assets/img/babydoge.png);
	background-position: center;
	background-size: auto 100%;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.mobile-menu {
	float: left;
	height: 40px;
	background-color: #f8f8f8;
	align-items: center;
	border-radius: 5px;
	color: #0AB5DB;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0 3px 0px #CCC;
	width: 40px;
	display: none;
}
.mobile-menu > a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.posts-page .post-main-stream.all-post-stream .post-container.more-post {
    display: block !important;
}

.footer {
	float: left;
	width: 100%;
}
.footer .bottom p {
	width: 100%;
}

.home-page .post-container:nth-child(2) .post-cover img {
    width: 100%;
    height: auto;
}

.post-content-container .right > a {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
	border: 1px dashed #CCC;
}
.post-content-container .right > a > img {
    float: left;
    width: 100%;
}
.post-comments {
    float: left;
    width: 100%;
}
.add-container a {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}
.add-container a > img {
	float: left;
	width: 100%;
}
.add-container a > img {
	width: auto;
}
.add-container a > img:nth-child(1), .add-container a > img:nth-child(2) {
	display: none;
}
.donate-page .form-container {
	justify-content: space-around;
}
.donate-method {
	float: left;
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.donate-method > a {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}
.donate-method > a > img {
	float: left;
	width: 100%;
}
.donate-method h3 {
	float: left;
}
.add-container.reg-page > a img:nth-child(1) {
	display: block;
	width: 100%;
}
@media screen and (max-width: 980px) {
	.center {
		max-width: 90%;
	}
}
@media screen and (max-width: 750px) {
	.add-container a > img:nth-child(2), .add-container a > img:nth-child(3) {
		display: none;
	}
	.add-container a > img:nth-child(1) {
		display: block;
	}
	.main-menu li a {
		text-decoration: none;
	}
	.main-menu li i {
		display: block;
		font-size: 30px;
	}
	.main-menu li span {
		display: none;
	}
	.subscribe-btn span {
		display: none;
	}
	.subscribe-btn i {
		display: block;
	}
	.trending {
		height: auto;
	}
	.trending-stream {
		height: auto;
		min-height: 60px;
	}
	.mySlides {
	
		padding: 10px 0;
	}
	.post-container:nth-child(3) {
		width: 49%;
	}
	.post-container:nth-child(4) {
		display: none;
	}
	.home-page .post-container.more-post {
		width: 100%;
		display: flex;
		justify-content: space-between;
		text-decoration: none;
	}
	.home-page .post-container.more-post .post-cover {
		width: 300px;
		overflow: hidden;
		height: 300px;
	}
	.home-page .post-container.more-post .post-description {
		width: calc(100% - 300px);
		margin-top: 0;
		align-items: center;
	}
	.post-main-stream.post-viewer .post-container {
		height: 300px;
	}
	.post-main-stream.post-viewer .post-container .post-cover {
		height: 300px;
	}
	.post-main-stream.post-viewer .post-container .post-description {
		height: 300px;
		margin-top: -300px;
	}
	.donate-page .form-container {
		flex-wrap: wrap;
	}
	.donate-page .form-container h3 {
		width: 100%;
		text-align: center;
	}
	.home-page .post-container:nth-child(2) .post-cover img {
		height: 100% !important;
		width: auto !important;
	}
}
@media screen and (max-width: 600px) {
	.donate-page .form-container {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.donate-method {
		width: 100%;
	}
	.post-container:nth-child(1) {
		height: 390px;
	}
	.post-container:nth-child(1) .post-description {
		height: 390px;
	}
	.posts-page .post-main-stream.all-post-stream .post-container.more-post {
		width: 100%;
		display: flex !important;
		text-decoration: none;
	}
	.posts-page .post-main-stream.all-post-stream .post-container.more-post .post-cover {
		width: 200px;
		overflow: hidden;
		height: 200px;
		display: flex !important;
	}
	.posts-page .post-main-stream.all-post-stream .post-container.more-post .post-description {
		width: calc(100% - 200px);
		margin-top: 0;
		align-items: center;
	}
}
@media screen and (max-width: 550px) {
	.mobile-menu {
		display: block;
	}	
	a.btn-menu-close {
		display: none;
	}
	.menu {
		position: absolute;
		background-color: #FFF;
		width: 100%;
		top: 100px;
		right: -100%;
		z-index: 1;
		box-shadow: 0px 0px 3px -2px #555;
		transition: 1s;
	}
	.main-menu {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		padding: 20px 0;
	}
	.main-menu li {
		width: 90%;
		margin: 0;
	}
	.main-menu li a {
		display: flex;
		align-items: center;
	}
	.main-menu li i {
		width: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 25px;
		height: 40px;
		margin-right: 10px;
	}
	.main-menu li a span {
		display: block;
	}
	.post-main-stream {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.post-container:nth-child(1) {
		width: 100%;
		margin-bottom: 2%;
	}
	.post-container:nth-child(2) {
		float: left;
	}
	.post-container:nth-child(3) {
		margin-left: 0;
	}
	.post-container:nth-child(4) {
		display: block;
		width: 100%;
	}
	.home-page .post-container.more-post .post-cover {
		display: none;
	}
	.home-page .post-container.more-post .post-description {
		width: 100%;
		margin-top: 20px;
	}
	.trending {
		flex-wrap: wrap;
	}	
	.trending-stream.slideshow-container {
		margin: 10px;
		font-size: 12px;
		min-height: 50px;
	}
	.mySlides {
		padding: 0;
	}
	.trending > a {
		display: none;
	}
	.post-description-container > .post-description-row:nth-child(4) {
		font-size: 10px;
	}
	.post-content-container {
		display: flex;
		flex-wrap: wrap;
	}
	.post-content-container .left {
		width: 100%;
	}
	.post-content-container .right {
		display: none;
	}
	.post-main-stream.post-viewer .post-container {
		height: auto !important;
	}
	.post-main-stream.post-viewer .post-container .post-cover {
		height: auto;
	}
	.post-main-stream.post-viewer .post-container .post-description {
		height: auto;
		margin-top: 0px;
		background-image: linear-gradient(#55555510, #555);
	}
	.post-main-stream.post-viewer .post-description-container .post-description-row:nth-child(2) {
		font-size: 14px;
	}
	.post-main-stream.post-viewer .post-description-container .post-description-row:nth-child(3) {
		font-size: 10px;
	}
}
@media screen and (max-width: 450px) {
	.posts-page .post-main-stream.all-post-stream .post-container.more-post .post-cover {
		display: none !important;
	}
	.posts-page .post-main-stream.all-post-stream .post-container.more-post .post-description {
		width: 100%;
		margin-top: 20px;
	}	
	.add-container a > img:nth-child(1), .add-container a > img:nth-child(3) {
		display: none;
	}
	.add-container a > img:nth-child(2) {
		display: block;
	}
}
@media screen and (max-width: 320px) {
	.post-container.more-post .post-description h1 {
		font-size: 16px;
	}
	.post-container.more-post .post-description .post-description-row:nth-child(4) {
		font-size: 10px;
	}

}
