/* Header/Blog Title */
.header {
  padding: 5px;
  font-size: 20px;
  text-align: center;
  background-color:#EDBD11;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
  padding-left: 20px;
}
.leftcolumnfornewpost {   
  float: left;
  width: 75%;
  padding: 20px 0 0 40px;
  background-color:#ffffff;
}
/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
  padding-right: 0px;
}
.postimg {
  background-color: #ffffff;
  width: 100%;
  height:auto;
  display: inline-block;
  padding: 0 5px;
  color:black;
  font-size: 16px;
}
.postimg img {
  float: left;
  margin:20px 10px 5px 5px;
  height:210px;
  width: 20%;
  border: 1px solid rgb(114, 100, 18);
}
.postimg img:hover {
  float: left;
  margin:20px 10px 5px 5px;
  height:210px;
  width: 20%;
  border: 1px solid #EDBD11;
}
.title a{
	text-decoration:none;
	color:#333;
	
}
.title a:hover{
	text-decoration:underline;
	color:#EDBD11;
}
.title a:visted{
	text-decoration:none;
	color:pink;
	
}
.text{
	margin-left:0px;
	font-size:13px;
	font-family:Lucida Handwriting;
}
.sideimg {
  background-color: #aaa;
  width: 100%;
  height:100px;
  padding: 5px;
}
.row .leftcolumn .card .postimg .readmore{
  position: relative;
  margin-bottom: 0;
  float:right;
  border:1px solid rgb(245, 193, 8);
  background-color: transparent;
  border-radius: 0px;
  color:#333 !important ;
  }
  .row .leftcolumn .card .postimg .readmore:hover{
    background-color: #EDBD11;
    color: white !important;
    transition: all .3s;
  }
  
/* Add a card effect for articles */
.card {
   background-color: white;
   padding: 0;
   margin-top: 5px;
   height:auto;
}
.row {  
  display: flex;
  flex-wrap: wrap;
  width:100%;
  color: #333;
}
.facebook ,
.twitter ,
.linkedin,
.instagram,
.google,
.skype,
.whatsapp
{
	padding:10px ;
	text-decoration:none;
	font-size:16px;
} 
.linkedin
{
	padding:10px;
	text-decoration:none;
	width:70px;
	height:40px;
}  
/*Next and Previous*/
.nextt a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
}
.nextt a:hover {
  background-color:#EDBD11;
  color: black;
}
.previous a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}
.previous a:hover {
  background-color:#EDBD11;
  color: black;
}
.backgroundcolornoprevious{
	background-color: #f1f1f1;
	color: black;
	float:left;
}
.backgroundcolorprevious{
	background-color: #4CAF50;
	color: white;
	float:left;
}
.backgroundcolornext{
	background-color: #4CAF50;
	color: white;
	margin-top:0px;
	float:right;
}
.backgroundcolornonext{
	background-color:#f1f1f1;
	color: white;
	margin-top:0px;
	float:right;
}
#displaynoneprenextbutton{
display:none;
}
/*post form div*/
.postcomment{
	color:#333;
	background-color:#474e5d;
}
.post-container .post-main-content .single-post-content .postcontentidea {
  display: none; /* Hidden by default */
  z-index: 9; /* Sit on top */
  width: 80%; 
  margin-left: 80px;/*width */
}
.post-container .post-main-content .single-post-content .postcontentidea .post-content-form {
  background-color:transparent;
  border: 2px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
}
.post-container .post-main-content .single-post-content .postcontentidea .postcontainer {
  padding: 16px;
}
.textareapost{
height: 100px;
width: 100%;
}
#thankyoumessage {
  display:none;
  background:green;
  color: white;
  position: relative;
   padding: 14px 15px;
  margin-top: 0px;
  width:100%;
}
.circle img {
  float: left;
  margin: 0 0 0 -10px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 1px solid #fc4f08;
}

/*side bar css*/
.post-container .post-sliderbar{
  width: 30%;
  float: left;
  padding: 20px;
}
.post-container .post-sliderbar.single{
  padding: 0  0 0 10px;
}
.post-container .post-sliderbar .section{
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.post-container .single-popular-post .title{
  margin: -10px 0px 10px 0px;
  font-weight: bold;
  }
.post-container .post-sliderbar .section .section-title{
margin: 10px 0px 10px 0px;
font-weight: bold;
}
.post-container .post-sliderbar .section.topics  ul{
margin: 0px;
padding: 0px;
list-style: none;
border-top: 1px solid gray;
}
.post-container .post-sliderbar .section.topics  ul li a{
  border-bottom: 1px solid gray;
  display: block;
  font-weight: bold;
  color: black;
  padding: 15px 0px 15px 0px;
  transition: all .3;
}
.post-container .post-sliderbar .section.topics  ul li a:hover{
  padding-left: 20px;
  transition: all .3s;
  color: #EDBD11;
}
.post-container .post-sliderbar .section.search{
  margin-top: 30px;
}
.post-container .post-main-content .preview-text{
  padding-bottom: -10px;
}
.post-container .post-main-content .post-preview .catagories {
  margin: 0% 0% 0% -20%;
  position: absolute;
  background-color:#EDBD11;
  float:left;
  font-size: 14px;
  font-weight:bold;
  padding: 1px;
  color:#333;
  transition: border-color 0.5s ease-in 1s;
  transform: skew(35deg, -45deg);
  animation-direction:normal;
  opacity: 1;
}

@keyframes skew {
  100% {
    transform: skewX(-45deg);
  }
  0% {
    transform: skewY(45deg);
  }
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 934px) 
{
  .row .leftcolumn .card .postimg .post-image img{
    width: 100%;
    height: 350px;
  }
  .leftcolumn, .rightcolumn {   
    width: 100%;
	margin-left:0;
  }
  .leftcolumnfornewpost{
   width: 100%;
	color:#333;
  padding: 20px 20px 0 20px;
	margin-left:10px;
	margin-right:-10px;
  }
  .card {
   margin-right:-10px;
}
  .postimg img {
  width:30%;
  height:200px;
}
.post-container .post-main-content .post-preview .catagories {
	margin: -100% 0% 0% 0%;
  font-size: 16px;
}
.post-container .post-sliderbar{
  width: 100%;
  padding: 10px;
}
.post-container .post-sliderbar .section.topics{
  width: 100%;
  padding: 10px;
}
.post-container .post-main-content .single-post-content .postcontentidea  {
  width: 100%; 
 margin:0;
}
}