/*Blog Single Styles*/


.blogcontainer {
    max-width: 900px;
}

.blogcontainer h1{
    font-size: 3rem;
    color: rgb(41, 41, 41);
    font-weight: 500;
	padding:8px;
    padding-bottom: 10px;
	padding-left:0px;
    margin-top:10px;
    margin-bottom:30px;
}

.blogcontainer h2 {
    color: rgb(41, 41, 41);
    font-size: 2.6rem;
    font-weight: 700;
    padding:15px;
    padding-left:0px;
    margin-top:30px;
    margin-bottom:50px;
	/*
    background-color: rgb(212, 212, 212);
    border-style: solid;
    border-radius: 5px;
    border-color:#ebeaea; ;
    text-transform: uppercase; */
}
.blogcontainer h3 {
    font-size: 2.1rem;
    color: rgb(41, 41, 41);
    font-weight: 500;
	padding:8px;
    padding-bottom: 10px;
	padding-left:0px;
    margin-top:10px;
    margin-bottom:30px;
	
	/*
    padding-left: 50px;
    padding-right: 50px;
	
	
    background-color: rgb(231, 231, 231);
    border-style: solid;
    border-color:#e4e4e4; ;
    text-transform: capitalize; */

}

.blogcontainer h4 {
    font-size: 1.5rem;
    color: rgb(41, 41, 41);
    font-weight: 300;
	padding:10px;
    padding-bottom: 10px;
	padding-left:0px;
    margin-top:10px;
    margin-bottom:20px;
	
	/*
    background-color: rgb(236, 236, 236);
    border-radius: 5px;
    text-transform: capitalize;  */


}

.leftcontent{
    width:70%;
    float:left;
	padding:0px 150px;
	max-width:none;
}
.rightsidebar{
    width:28%;
    float:right;
	padding:0px 45px;
    margin-top:-110px;
}

.sidebar-container{
	display:flex;
	flex-direction: row;
	max-width: 1800px;
	justify-content: space-between;
}
@media (max-width: 1500px) {
	.rightsidebar{
		padding:0px 25px;
		width:29%;
		
	}
	.leftcontent{
		width:69%;
	}
}
@media (max-width: 1350px) {
	.rightsidebar{
		width:32%;
		padding:0px 20px;
	
		
	}
	.leftcontent{
		width:66%;
		padding:45px;
	}
}
@media (max-width:1175px){
	.rightsidebar{
		width:42%;
		padding:20px;
	
		
	}
	.leftcontent{
		width:56%;
		padding:45px;
	}
}
#related-articles{
    font-size: 1.8rem;
    font-weight: 300;
}
.blogcontainer p {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 2.25rem;
	
	
}

.blogcontainer li{
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.75;
    color: rgb(95, 95, 95);

}

.blogcontainer a{
    text-decoration: underline;
    color:   rgb(232, 154, 38);
    font-weight: 500;
}

.blogcontainer figcaption{
	text-align:center;
	color: black;
	font-weight:300;
	padding:0;
	margin:0;
	width:fit-content;
	background-color:rgba(200, 200, 200);
	text-align:center;
	padding:10px;
	padding-top:0;
	padding-bottom:5px;
	

}

.blogcontainer figcaption a{
	    color: black;

}

.blogcontainer img{
    border-style: solid;
    border-color: rgba(200, 200, 200);
    border-width: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;	
    margin-top:10px;
    cursor:pointer;
    height:auto;


   
}

.blogcontainer img[src*="png"]{
    border-style: none;
}

.title-breadcrumb{
    background: unset;
    align-items: center;
    justify-content: left;
    width: auto;
    margin:0px;
}

.title-breadcrumb li{
    padding:6px 15px;
    border:1px solid #9d9d9d;
    border-radius: 5px;
    margin-right:20px;
    z-index: 10000;
    color:#424242;
}
.title-breadcrumb li:hover{
    border:solid 1px rgb(232, 154, 38);;
}
.title-breadcrumb a:visited{
    color:#424242;
}
.breadcrumb-wrapper{
    display:flex;
    justify-content: left;
}
.breadcrumb-line{
    background-color: #b7aea2;
    height:3px;
    width:300px;
    position: absolute;
}

#imgLightbox{
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content:center;
    position: fixed;
    z-index:2000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0, 0.9);
}

#lightboxImg{
    max-height: 80%;
    max-width: 80%;
}


.darkimage{
    background-color: rgb(0, 0, 0, 0.4);
}

#lightboxX{
    color: #fff;
    position: absolute;
    top:50px;
    right: 30px;
    cursor: pointer;
    font-size: 2rem;
}

#toc{
    padding:30px;
    border-radius: 10px;
    width:100%; 
    border-style: solid;
    border-color:rgb(221, 221, 221);
    border-width: 2px;
    position: relative;
}

#toc-header{
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 5px; 

}

#toc-list{
    list-style: none;
    padding:0;
    margin:0;
}

#toc-list a{
    font-size:1.3rem;
    text-decoration: none;
    color:rgb(95,95,95);

}

#toc-list a:hover{
    text-decoration: underline;
}

#toc .toc1 a{
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 10px;

}
#toc .toc2 a{
    font-size: 1.2rem;
    padding-left: 10px;

}

#toc .toc3 a{
    padding-left: 40px;
    font-size: 1.1rem;


}
#toc .toc4 a{
    padding-left: 60px;
    font-size: 1rem;


}

#tocarrow{
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 2rem;
    color: rgb(114, 114, 114);
    cursor: pointer;
}

#tocontent{
    display:none;
}




::selection{
    background-color: #000000;
	color:#fff;
	
}

.relatedarticles h4{
	font-size:2.3rem;
	font-weight:300;
    text-align:center;
    padding:30px;
}


/*Featured Post Styles*/


.featuredpostcontainer {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.featuredpostcontainer img {    
    width: 100%;
    height:auto;
    padding:10px;
}
.featuretemplatescontainer {
    display: flex;
	padding:30px;
    padding-top:50px;

}


.featuretemplatescontainer div{
    width:100%;
}


.featuredposttext {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding:15px;
	padding-bottom:0;
    padding-left: 20px;
    padding-top:30px;
	color: #a34f00;

}


/*Blog Info*/


.bloginfo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 0;
    text-align: center;

}
.bloginfo .container {
    padding: 10px;
}
.bloginfowrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloginfowrapper p {
    font-size: 1rem;
    font-weight: 400;
}
.bloginfowrapper li {
    display: flex;
    min-width: 150px;
    flex: 1 1 0px;
    justify-content: center;
    align-items: center;
    padding: 20px;
	cursor:default;
	user-select: none;
}

.bloginfowrapper a{
    text-decoration: none;
    color:black;
}

.bloginfowrapper li p {
    margin: 0;
}
.bloginfowrapper img {
    border-radius: 50%;
    width: auto;
    padding-right: 10px;
	cursor:default;
	user-select: none;

}

.authorinfo{
    display:flex;
    height:200px;
    width:100%;
    background-color:  rgba(240, 240, 240);
    margin: 60px 0px;
	border-radius:5px;
	border:solid;
	border-width:2px;
    border-color: rgba(200, 200, 200);
	

}

.authorinfoleft a{
    text-align: center;
    align-items: center;
    justify-content: center; 
	color:black;
	text-decoration:none;

     
}
.authorinfobutton{
	max-width:100%;
	margin:10px;


}

.authorinfobutton a{
	margin:0px;
	width:100%;
	padding:10px 15px;
	



}
.authorinfoleft img{
    border:none;
    

}

.authorinforight{
    display: flex;
    padding:10px;
    text-align: left;
    margin-right: 15px;
    align-items: center;
    justify-content: center;   
	width:70%;

	

}

.authorinfoleft{
    display: flex;
    padding:10px;
    align-items: center;
    justify-content: center;   
	width:30%;
    flex-direction:column;


}

.authorinforight p{
    margin:0px;
    padding:0px;
	color:black;
	font-size:0.9rem;
}

.categorylinks{
	border-radius:5px;
	padding:10px;
	padding-right:15px;
	padding-left:15px;
	margin:5px; 
    -webkit-box-shadow: 2px 3px 5px 0px rgb(210 200 170);
    -moz-box-shadow: 2px 3px 5px 0px rgba(210, 200, 170, 1);
    box-shadow: 2px 3px 5px 0px rgb(210 200 170);
    color:white;
}

.categorylinks:first-child{
    color:#fff;
	margin-left:0px;
}
.categorylinks:hover{
	  -webkit-box-shadow: 0px 3px 7px 4px rgba(176, 174, 176, 0.4);
    -moz-box-shadow: 0px 3px 7px 4px rgba(176, 174, 176, 0.4);
    box-shadow: 0px 3px 7px 4px rgba(176, 174, 176, 0.4);
}






@media (max-width: 950px) {

    .blogcontainer h2{
        text-align: center;
        padding:20px;
    }
    .leftcontent{
        width:100%;
        float:none;
        padding:130px;
        max-width:1400px;
        box-shadow:none;
        background:none;
        margin:none;
    }
    .rightsidebar{
        display:none;

    }
    .blogcontainer h3{
        text-align: center;
        padding:20px;

    }

    .blogcontainer h3{
        text-align: center;
        padding:20px;

    }

}