/*colors 
main : #236084 !important*/

html,
body {
    height: 100%;
}
a{
	text-decoration: none!important;
}
a:hover{
	text-decoration: none!important;
}
.mdi {
    font-size: 30px;
    color: gray!important;
}

.post-category-box{
	background-color: #236084;
    min-height: 30px;
    color: white;
    padding: 5px;
    border-radius: 10px;
    margin-right: 5px;
	text-align: center;
}

.primary-btn{
	background-color: #236084 !important;
	border:none!important;
}

.reaction_button{
	border:none!important;
	background: transparent!important;
	outline: none!important;
}

.comment_button{
	border:none!important;
	background: transparent!important;
	outline: none!important;
	height: 45px;
	color: #236084;
}

.popover {
    background: #236084;
    color: white;
}
.popover.bottom .arrow:after {
    border-bottom-color: #236084;
    background: #236084;
}
.meme-options{
	min-width: 90px!important;
	margin-left: 10px!important;
	margin-right: 10px!important;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white!important;
	cursor: pointer;
}

.option-icon{
	color: white!important;
	font-size: 12px!important;
}

.templates-row{
	margin-left: 5px; margin-right: 5px;
 	flex-wrap: nowrap;
	overflow-x: scroll;
	-ms-overflow-style: none;
    scrollbar-width: none;
 }

 .templates-row::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
    display: none;
}

.template-num{
	width: 20px; height: 20px;
	border-radius: 50%; 
	color: white; 
	background: #236084; 
	margin: auto; 
	text-align: center; 
	margin-bottom: 5px;
}

.post-meme{
	width:60%; 
	height: 35px; 
	background-color: white; 
	font-size: 14px; 
	outline: none!important; 
	border-radius: 10px; 
	border-color: #236084; 
	color: #236084;
}

.preview-meme{
	width:100%; 
	height: 45px; 
	background-color: white; 
	font-size: 16px; 
	outline: none!important; 
	border-radius: 10px; 
	border-color: #236084; 
	color: #236084;
}

.delete-meme{
	width:100%; 
	height: 45px; 
	background-color: white; 
	font-size: 16px; 
	outline: none!important; 
	border-radius: 10px; 
	border-color: #d9534f; 
	color: #d9534f;
}

.delete-meme:hover{
	background-color: #d9534f!important;
	border-color: #d9534f!important; 
	color: white!important;
}

.full{
	width: 100%!important; 
}

.background_image
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f2f2f2;
}
.background_image_profile{

	position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #f2f2f2;
    width: 70px;
    height: 70px;
}


	#post-image-block{

		height: 550px;
		width: 100%;
	}

	.post-image-block-video{

		height: auto!important;
		width: 100%;
	}

	#post-image-block-double{

		height: 400px;
		width: 100%;
	}

	#post-image-block-double-double{

		height: 300px;
		width: 100%;
	}


@media (max-width: 600px) {

 	#post-image-block{

		height: 400px!important;
		width: 100%;
	}

	.post-image-block-video{

		height: auto!important;
		width: 100%;
	} 

	#post-image-block-double{

		height: 320px;
		width: 100%;
	}

	#post-image-block-double-double{

		height: 250px;
		width: 100%;
	}

	#profile-box{
		background-color: white!important;
	}

}

/* Landscape */
@media (max-width: 768px) and (orientation:landscape) {
   /* Landscape styles here */

  
}
