@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');

*{
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}

.wrapper{
	width: 700px;
	margin: 70px auto;
}

.post-info input {
  margin: 0 .5rem;
	padding: 10px;
	background: transparent;
	border: none;
}

.tabs ul{
	display: flex;
	background: #fbfbfb;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin-bottom: 25px;
}

.tabs ul li{
	width: 250px;
	padding: 15px;
	border-right: 1px solid #dddddd;
	text-align: center;
	color: #3b3b3b;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.tabs ul li .icon{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.tabs ul li:last-child{
	border-right: 0px;
}

.tabs ul li:before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #028f68;
	opacity: 0;
	transition: all 0.2s ease;
}

.tabs ul li:hover,
.tabs ul li.active{
	background: #e8f5f1;
	color: #028f68;
}

.tabs ul li:hover:before,
.tabs ul li.active:before{
	opacity: 1;
}

.content{
	background: #fbfbfb;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 20px;
}

.tab_wrap .title{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.tab_wrap .tab_content p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

.scripture {
	font-size: 16px;
	color: red;
}

.link {
	font-size: 16px;
	color: #028f68;
}

.wrapper .pagination .pages{
		font-size: 12px;
		padding: 0.5rem;
		/*margin-top: 10px;*/
		height: 35px;
		cursor: pointer;
}

.profile img {
	margin-top: 10px;
	height: 150px;
	width: 150px;
	border-radius: 50%;
}

.about-tag {
	background: var(--sky);
	padding: .4rem 1rem;
	border-radius: 3rem;
	margin: .4rem .6rem;
}

.pagination ul {
	position: relative;
	display : flex;
	padding: 10px 15px;
	border-radius: 50px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	cursor: pointer;
}

.pagenumber a {
	font-size: 16px !important;
	border-radius: 50% !important;
	padding-top: 5px !important;
}

.pagination ul li a {
	font-size: 16px !important;
	padding-top: 5px !important;
}

.pagenumber:hover a, .pagenumber.active a {
	background: #333 !important;
	color: #fff !important;
}

#message{
	height: 150px;
	width: 100%;
	margin-top: 10px;
	padding: 5px 10px;
}

#error_ , #error_ a {
	display: none !important;
}

/*---------------------------*/ /* Read Users - Comment Section */ /*---------------------------*/
.input-group {
  width: 380px;
	margin-left: 10%;
  transition: .5s;
}

#name{
	padding-left: 10px;
}

.input-field {
  width: 350px;
  padding: 10px 0;
  margin: 5px 10px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid #999;
  outline: none;
  background: transparent;
}

.submit-btn {
  width: 85%;
  padding: 10px 30px;
	font-weight: bold;
  cursor: pointer;
  display: block;
  margin: 10px auto;
  background: linear-gradient(to right, #ff105f, #ffad06);
  border: 0;
  outline: none;
  border-radius: 30px;
}


/* Javascript Embedded Html CSS Code */
#imageStuff{
display: inline-block;
}

#actualText{
display: inline-block;
padding-left: 1%;
}

#usernameId{
	margin-bottom: 10px;
}

#usernameId{
	color: orange;
	text-transform: uppercase;
	font-weight: bold;
}

#usernameId_p {
	color: var(--bg-color);
	font-weight: bold;
}

#post_content {
	color: var(--bg-color);
}

.popular-tags.counter {
	display: none;
}

.post-info input, .post-info input:focus {
	outline: none !important;
	border: none;
	background: transparent;
	font-weight: 400;
	padding-top: 2px;
	padding: 0;
	font-size: 14px;
	color: #3f4954;
}

.post-info input:focus {
	color: transparent;
	text-shadow: 0 0 0 #2196f3;
}

.wrapper .blurred-bg-container {
	background: rgba(255,255,255,0.8);
	position: absolute;
	width: 100%;
	height: 70%;
	top: 30%;
	margin-left: -10px;
	justify-content: center;
	align-content: center;
	transform: translate(-2%, -5%);
	filter: blur(5px);
}

.blurred-bg-container .content {
	background: rgba(255,255,255,0.6);
	height: 100%;
	filter: blur(50px);
}

.content .blurred-btn {
	position: absolute !important;
	width: 30%;
	top: 45% !important;
	margin: 10px auto;
	background: linear-gradient(to right, #ff105f, #ffad06);
	top: 35%;
	left: 250px;
	color: #000;
	font-weight: bold;
	padding: 10px 5px;
	border: 0;
	outline: none;
	border-radius: 30px;
}


@media (max-width: 768px) {
	.wrapper .blurred-bg-container{
		top: 70%;
		height: 50%;
	}
	.content .blurred-btn {
		margin-top: 100px;
		left: 15%;
	}

	#intro-only {
		display: none;
	}
	.popular-tags.counter {
	  display: block;
		background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    border-radius: 3rem;
		padding: 10px;
		margin-top: 5px;
	}

	.tags input, .tags input:focus {
		outline: none !important;
		border: none;
		background: transparent;
		font-weight: 400;
		position: absolute;
		right: -90px;
		margin-left: 15px;
		font-size: 14px;
		color: #3f4954;
	}

	.tags input:focus {
		color: transparent;
		text-shadow: 0 0 0 #2196f3;
	}

	.wrapper{
		width: 500px;
		margin-left: -35px;
		display: grid;
    grid-template-columns: 65% 25%;
	}

	#comments-wrapper {
		width: 500px;
		margin-left: 0;
		display: grid;
    grid-template-columns: 65% 25%;
	}

	.profile img {
		margin: 15px;
	}

	#error_ , #error_ a {
		display: none !important;
	}

	.input-field {
	  width: 250px;
	  padding: auto;
	  margin: auto;
	}

	.submit-btn {
	  width: 80%;
	}

	.input-group span {
		margin-right: 20px !important;
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
