/*
Theme Name:   AEX SiteOrigin North
Description:  Theme voor de aanpassingen voor AEX
Author:       Henk Kuiper
Author URL:   Write here the author's blog or website url
Template:     siteorigin-north
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aex-siteorigin-north
*/

/* Write here your own personal stylesheet */
/* Changes to body en layout */
body.responsive .container {
	max-width: 1320px !important;
}
.site-title { display: none;}
.entry-title {
    color: #e94e19 !important;
}
/* Changes to navigation */
.main-navigation {
    font-size: 1.2em !important;
    text-align: left !important;
}
/* Changes to mailchimp form layout */
.mailchimp-form {
  color: #ffffff !important;
}

/* Shadow layout */
.boxshadow {
  position: relative;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  background: white;
}
/* Changes to sidebar widget layout */
#secondary .widget-title {
	padding-top: 0.5em !important;
	padding-left: 1em;
	text-transform: none !important;
	line-height: 30.3333px !important;
	font-size: 16.85px !important;
}
/* Changes to blog-single layout */
.cat-links {
    display: none;
}
.site-main .post-navigation, .site-main .posts-navigation {
	display: none;
}
.tags-list {
	display: none;
}

.arrow.pos.minus {
  color: #e83a00 !important;
}

.arrow.pos.minus:before{
  transform: rotate(135deg);
  position: relative;
  top: -4px;
}

.textwidget .perc.pos.minus {
  background-color: #e83a00 !important;
}