/* -------------------------------- */
/* ----- SINGLE DOCUMENT */
/* -------------------------------- */

.document-content{
    width:80%;
    margin:0 auto;
}

.single-document h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align:center;
    text-transform: uppercase;
}

.single-document h2,
.single-document h3,
.single-document h4,
.single-document h5,
.single-document h6 {margin-bottom:30px;}




.single-document h2.title-term a{font-size:21px;color:#EF5E04;}
.single-document h2.title-term a:hover{color:#EF8004;}

.single-document .post-categories{
	list-style-type: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.single-document .post-categories li{display: inline-block;font-size:12px;margin:10px;}
.single-document .post-categories li a{
	width: 100%;
    padding: 3px 10px;
    background: #EF5E04;
    color: #fff;
    max-width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #EF5E04;
	font-weight:bold;
}

.single-document .post-categories li a:hover{background:#EF8004;text-decoration:none;}

.pagination-document{height:40px;width:80%;margin:0 auto;}
.previous-doc, .next-doc{display:inline-block;height:30px;line-height:30px;padding:0px 10px;border:1px solid #EF5E04;text-transform:uppercase;font-size:11px;}
.previous-doc a, .next-doc a{color:#EF5E04;}
.previous-doc a:hover, .next-doc a:hover{text-decoration:none;}
.previous-doc{float:left;}
.next-doc{float:right;}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* --------------- MEDIAQUERIES ----------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */



@media screen and (min-width:1170px) and (max-width:1400px){   /*-----------------------------------------------------------------*/


}



@media screen and (min-width:1024px) and (max-width:1200px){   /*-----------------------------------------------------------------*/

}




@media screen and (min-width:1024px) and (max-width:1169px){   /*-----------------------------------------------------------------*/
   
}




@media screen and (min-width:961px) and (max-width:1440px){   /*-----------------------------------------------------------------*/
    
}





@media screen and (min-width:769px) and (max-width:960px){   /*-----------------------------------------------------------------*/
    
}




@media screen and (min-width:769px) and (max-width:1023px){   /*-----------------------------------------------------------------*/
   
}  




@media screen and (min-width:601px) and (max-width:768px){   /*-----------------------------------------------------------------*/
   	
}   




@media screen and (min-width:481px) and (max-width:600px){   /*-----------------------------------------------------------------*/

}   



@media screen and (max-width:480px){   /*-----------------------------------------------------------------*/


    .pagination-document{
		display:flex;
		height:100px;
		flex-direction: column;
        justify-content: space-around;
	}

    .next-doc{text-align:right;}
} 