/*===================== TABLE OF CONTENT =======================
1.  Reset Styling
2.  General Styling (All variable CSS)
3.  Header 1 ( 3 style)
4.  Home content (Home 1, Home 2, Home 3)
5.  Page default (Contact, About, ...)
6.  Sidebar (Shop, Post, Service, Project)
7.  Shop (Category, Single)
8.  Project (Category, Single)
9.  Footer
10. Responsive
=============================================================*/

@import "reset-styles.css";
@import "general.css";

@import "header.css";
@import "home.css";
@import "pages.css";
@import "blog.css";
@import "sidebar.css";
@import "shop.css";
@import "project.css";
@import "footer.css";

@import "responsive.css";

#contactSuccess, #contactError{
	margin-top:15px;
	margin-bottom:0px;
  border:none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  text-align: center;
}


#contactSuccess, #contactError{
	margin-top:15px;
	margin-bottom:0px;
  border:none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  text-align: center;
}


.controled.error {
	border-color:#E42C3E !important;
	z-index:1;
}
label.error {
  font-weight:normal;
  font-size:11px;
  color:#e42c3e;
  position: absolute;
  top: 5px;
  right: 15px;
  /* visibility:hidden !important;
  display:none !important; */
}
.checkbox label.error {
  top: 18px;
  left:0;
}