@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo-regular-700_0.html');
    src: url('../fonts/museo-regular-700_0d41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/museo-regular-700_0-2.html') format('woff2'),
         url('../fonts/museo-regular-700_0-3.html') format('woff'),
         url('../fonts/museo-regular-700_0-4.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo500';
    src: url('../fonts/museo-regular-500_0.html');
    src: url('../fonts/museo-regular-500_0d41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/museo-regular-500_0-2.html') format('woff2'),
         url('../fonts/museo-regular-500_0-3.html') format('woff'),
         url('../fonts/museo-regular-500_0-4.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
	height:100%;
}

body {
	font-family:'Lato';
	font-size:14px;
	background-image: url(../../../../../demo.themestrong.com/wordpress/wp-onethego/wp-content/themes/wponethego/images/dots.html);
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll;
}

body.font-size-1 {
	font-size:12px;
}

body.font-size-2 {
	font-size:14px;
}

body.font-size-3 {
	font-size:16px;
}

a, 
a:hover, 
a:focus, 
a:active {
	text-decoration:none;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

img {
	max-width:100%;
}

 .section-title {
 	position:relative;
 	font-family: 'museo500';
	/*font-size:80px;*/
	font-size: 580%;
	color:#5b348b;
	letter-spacing: 5px;
	margin:0;
	z-index:1;
}

.section-title:before {
	content:'';
	position:absolute;
	display:block;
	width:100px;
	height:250px;
}

.btn-orange {
	font-family: 'museo500';
    letter-spacing: 1px;
    font-size: 16px;
    background-color: #f15822;
    padding: 12px 40px;
    border-radius: 50px;
    border: 0;
    box-shadow: 3px 6px 0px #a83d18;
    color:#fff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
	color:#fff;
}

img.aligncenter {
	margin: 0 auto;
    display: block;
}

/* ---------- HEADER ---------- */
.header {
	background-color:#fff;
	padding:20px 0;
}

.header img {
	max-height: 60px;
	display:block;
	margin:0 auto;
}

.header .slogan {
	font-size:220%;
	margin-top:20px;
	text-align:center;
}

/* ---------- MENU ---------- */
.current-menu-item a {
	color:#da251e !important;
}

.menu-item a:hover {
	color:#da251e !important;
}

/* ---------- NEWS ---------- */
.news {
	padding-top:80px;
}

.news article {
	background-color:#fff;
	padding:20px;
	margin-bottom:30px;
	border-bottom:3px solid #000;
	text-align: justify;
}

.news article .title {
	margin-top:0;
	font-size: 150%;
}

.news article .title a {
	color:#da251e;
}

.news article .meta span i {
	margin:0 5px;
}

.news article .excerpt {
	margin:20px 0;
	font-size: 110%;
    line-height: 1.8;
}

.news article .read-more {
	background-color:#f8c400;
	color:#000;
	padding:10px 20px;
	display: inline-block;
}

.news article .read-more:hover {
	background-color:#000;
	color:#f8c400;
}

.news article a {
	color:#da251e;
}

/* ---------- SIDEBAR ---------- */
.sidebar-right .widget-inner {
	padding:15px;
	margin-bottom:30px;
}

.sidebar-right .widget-inner .widget-title {
	margin-top:0;
}

.sidebar-right .contact-widget {
	background-color:#da251e;
}

.sidebar-right .contact-widget p {
	color:#fff;
}

.sidebar-right .contact-widget a {
	color:#fff;
	font-weight:800;
}

.sidebar-right .contact-widget .widget-title {
	color:#fff;
}

.sidebar-right .sidebar-menu {
	background-color:#f8c400;
}

.sidebar-right .sidebar-menu a {
	display:block;
	padding:15px 10px;
	color:#000;
	border-bottom:1px solid #000;
	font-size:16px;
}

.sidebar-right .sidebar-menu li:first-child a{
	padding-top:0;
}

.sidebar-right .sidebar-menu li:last-child a{
	border:0;
	padding-bottom:0;
}

.sidebar-right .sidebar-bip {
	background-color:#fff;
}

/* ---------- PAGINATION ---------- */
.pagination li a {
    border-radius: 0 !important;
    color: #da251e;
    border: 0;
    margin: 0 5px;
    font-size: 16px;
    padding: 10px 20px;
}    

.pagination li a:hover {
	background-color:#f8c400;
	color:#000;
}

.pagination li a.active {
	background-color:#f8c400;
	color:#000;
}

/* ---------- BREADCRUMBS ---------- */
.breadcrumbs {
	background-color:#da251e;
	padding:30px 0;
	color:#fff;
}

.breadcrumbs a { 
	color:#f8c400;
}

/* ---------- ERROR PAGE ---------- */
.error-page {
	padding:150px 0;
}

.error-page h3 {
	font-size:55px;
}

.error-page h4 {
	font-size:30px;
}

.error-page .back {
	padding:10px 15px;
	background-color:#f8c400;
	color:#000;
	margin-top:50px;
	display: inline-block;
}

.error-page .back:hover {
	background-color:#000;
	color:#f8c400;
}

/* ---------- ERROR PAGE ---------- */
.wpcf7 label {
	display:block;
	margin-bottom:15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
	width:100%;
	padding:10px;
	max-width:100%;
}

.wpcf7 input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 10px 35px;
    border: 0;
    margin-top: -55px;
    text-align: right;
    float: right;
    position: relative;
    z-index: 1;
}

/* ---------- FOOTER ---------- */
.footer {
	padding:45px 0;
	background-color:#fff;
	border-top:5px solid #da251e;
}


.footer img {
	max-height: 60px;
	display:block;
	margin:0 auto;
}