/* Enter Your Custom CSS Here */

/* PE: 2014-11-06: Added a yellowish color to the topbar so we 
 * all can see if we are in test or production (which does not 
 * have this style) 
 * Micha weer uitgezet
.contactbar {
  background-color: #D1CF38;
}
 */

/*
 * PE: 2014-11-12: Hardcode icons on the right until i can get custom fields in widgets working
 */
.sidebar-primary .widget_text .widget-icon {
  background-image: url('/app/themes/catf/assets/img/questionmark.png');
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.sidebar-primary .widget_nav_menu .widget-icon {
  background-image: url('/app/themes/catf/assets/img/informationmark.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
}

/* MG:body lopende p font moet gewoon zwart 
 * PE 2014-11-12: Gemigreerd naar basis CSS
body {
  color: #000000;
}
*/

/* MG:voor de leesbaarheid van de teksten op de homepage add 
 * shadow en font dikker
 * PE 2014-11-12: Gemigreerd naar basis CSS
.branding {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5)
}

.main p {
  font-weight: 400 !important;
}
 */

/* MG:overrule text stylings and sizes
 * PE 2014-11-12: Gemigreerd naar basis CSS
p {
  line-height: 1.55;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #476469;
}
 */

/* MG:stand out block quote 
 * PE 2014-11-12: Gemigreerd naar basis CSS
blockquote {
   padding: 20px 20px;
   margin: 20px 0 20px;
   border-left: 5px solid #7FB7BA;
   background-color: #ffffff;
  }

blockquote li {
  font-size:14px;
}

blockquote td {
  font-size:14px;
  padding: 8px;
}
 */

/* MG:quotes kleiner
 * PE 2014-11-12: Gemigreerd naar basis CSS
.quote q {
  font-size: 24px !important;
}

.quote cite {
  font-size: 18px !important;
  font-weight: 400;
}

.quote .contents {
padding-top: 30px;
padding-bottom: 30px;
}
 */

/* MG:breadcrumb nou weer groter - 
 * staat ineens op 12...ipv 13 
 * PE 2014-11-12: Gemigreerd naar basis CSS 
.breadcrumb {
  font-size: 13px !important;
  margin-top: 255px !important;
}
 */

/* MG:home blocks en green mist groen randje op 
 * de homepage groen blok, dus de volgende   
 * wijzigingen derhalve : 
 * PE 2014-11-12: Gemigreerd naar basis CSS 
.sidebar-callouts section .box {
  margin-top:10px;
}

.sidebar-callouts {
padding: 10px 0 25px 0 !important;
}

.green {
border-top: 45px solid #4a5224;
}
 */

/* home box h3 hoort er ook bij, styling 
 * PE 2014-11-12: Gemigreerd naar basis CSS 
.box h3 {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;

}
.sidebar-callouts section h3 {
  margin-bottom: 20px;
}
 */

/* MG:colofon text kleiner 
 * PE 2014-11-12: Gemigreerd naar basis CSS 
.colofon {
  font-size: 13px;
}
 */

/* MG:dropwdowns hover color maar nog niet tevree ermee
 */
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:active 
{
background-color: #33484c;
}

/* MG:button is wel erg donker &amp; groot, probeersel 
 * maar hij mouse-overt nogal voorbips nu 
 */
.button {
  background-color: #fff !important;
  color: #717337 !important;
  padding: 6px 14px !important;
}
