/*GLOBAL SITE*/
/*
* NOTE: HIDDEN elements shall be controlled IN the theme settings free CSS field
* 15:50 04/01/2022: Content container padding
* 18:14 19/08/2021: Themifys Framework update obsoletes a lot. Most can be achieved using theme customisations.
*/

#header{
  legacy_background-position:0 20px;
}

#layout{
	legacy_background-color: #dad7cb;
}

#content {
  /* 2theme_css_padding: 1% 0 3%; */
  /* _width: 726px; */
	padding: 1% 0 3%;
}

#sidebar{
	unused_background-color: #dad7cb;
}

.sidebar-none #content {
	legacy_width: 100%;
}

.copyright {
   float: left;
   font-size: 12px;
}

.developed {
   float: right;
   font-size: 12px;
}

.post {
	margin-bottom: 0;
}

#footer .back-top{
   display: none;
}

.footer-text {
	margin-left: 10px;
	margin-right: 10px;
}

.type-page,
.post-content,
#content > .page-title,
#content > p{
   padding-left: 20px;
   padding-right: 20px;
   background-color: #fff;
   padding: 10px;
}

.type-page,
.post-content{
   margin: 10px;
   border-radius: 10px;
}

/*404 errors*/
#content > .page-title,
#content > p{
   margin-bottom: 0;
   margin-top: 0;
}

#content > .page-title{
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}

#content > p{
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}
/*END 404 errors*/

#wpadminbar {
    background: #8A2020;
}