/*==============================================================================
//	Проект "Пресцентър на Община Русе"
// Home URL : https://press.mayor-ruse.bg/
// Created By : Gate.BG
// Contact Email : support@gate.bg
//==============================================================================
// Описание : Основен CSS
// Последна промяна на файла на : 25.04.2020г. / 21:52ч.
// Последна промяна на файла от : Асен Сотиров
//============================================================================*/
/*=== Basic styles & default colors ===#499dd;================================*/
.dc{color: #a3daf8;}
.dc_bg{background-color: #a3daf8;}
.dc2{color: #005590;}
.dc2_bg{background-color: #005590;}
.clearfix{clear:both;}
/*=== Style : Header =========================================================*/
.header{background-color: #fff;padding: 15px;text-transform: uppercase;}
.logo{max-height:130px;}
.date{text-transform: none;text-align: right;font-size: 11px;font-family: monospace;letter-spacing: 2px;}
.divider{background-color: #fff;border-top: 3px solid #005590;border-bottom: 1px solid #005590;height: 20px;}
/*=== Style : Content ========================================================*/
body{background-color: #ddd;font-size: 14px;font-family: 'Roboto Slab', serif;letter-spacing: 1px;}
h6{letter-spacing: 3px;}
.content{border: 1px solid #005590;background-color: #fff;margin-top: 30px;margin-bottom: 30px;}
.post{}
.post h1{font-size: 26px;}
.post h2{font-size: 18px;font-weight:bold;padding: 10px;}
.post .post-meta{font-size: 12px;margin-bottom: 30px;}
.post-image{width:100%;}
.file{margin-top: 5px;margin-bottom: 10px;word-break:break-all;}
/*=== Style : Footer =========================================================*/
.footer{background-color: #005590;color: #fff;letter-spacing: 2px;}
.footer a{color:#fff;}
.footer a:not([href]):not([tabindex]){color:#fff;}
.footer a:hover{color:#a3daf8;}
.link-small{list-style:none;padding-left: 10px;}
.divider_foot{background-color: #005590;border-top: 3px solid #fff;border-bottom: 1px solid #fff;height: 20px;margin-top: 10px;margin-bottom: 10px;}
.footer .copyright{text-align: center;color: white;}
@media (max-width: 576px){
	.content{margin: 0px;}
}
/*=== END of Style ===========================================================*/
