/********************/
/* CUSTOM STYLE CSS */
/********************/
/* 
Put your custom css and css overrides in this file. By restricting your css changes to 
custom-style.css, your changes will not be overwritten when upgrading to a new version of this theme.

Steps to customize your theme:
1. Add your custom css to this file;
2. Uncomment different examples below and modify data as you wish;
3. Clear cached data at admin/settings/performance or, if you use Administration Menu module, "Flush all caches".
	 You can also check "Rebuild theme registry on every page" at /admin/appearance/settings/abc during development;
4. Don't forget to save a copy of this file with a different name to avoid loosing it after a theme update.
*/


/***********************/
/* CHANGE DEFAULT FONT */
/***********************/
/*
html, .pure-g [class*="pure-u"] {
	font-family: Verdana, Helvetica;
}*/


/**********************/
/* ROUND USER PICTURE */
/**********************/
/*
.user-picture img {
	border-radius: 100% !important;
}*/


/**********************************/
/* IMAGE POSITION for ALL CONTENT */
/**********************************/
.field-item .pure-img {
	float: left; /* LTR */
	margin: .6em .6em .6em 0; /* LTR */
}


/***********************************/
/* IMAGE POSITION per CONTENT TYPE */
/***********************************/
/*
.node-type-book .field-item .pure-img {
}
.node-type-blog .field-item .pure-img {
}*/


/*************************/
/* DROP DOWN ADJUSTMENTS */
/*************************/

/* no dropdown shadows */
/*
.pure-menu-children {
	box-shadow: none;
}*/

/* big arrows */
/*
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
	content: "\25BC";
}
.pure-menu-has-children .pure-menu-has-children > .pure-menu-link:after {
	content: "\25B6";
}*/


/*********************/
/* CUSTOM BACKGROUND */
/*********************/
/* Set "Background Image Set" as None (custom) in ABC settings page and uncomment the following lines: */

/* static background */
/*
.bi0.bgs #bg1 { background: transparent url(t1-.png) 0 0 repeat-x; }
.bimg.bi0.bgs #bg2 { background: transparent url(top-.png) 50% 0 no-repeat; }
*/

/* fixed background */
/*
.bi0.bgf #bg1 { background: transparent url(t1-.png) 0 0 repeat-x fixed; }
.bimg.bi0.bgf #bg2 { background: transparent url(top-.png) 50% 0 no-repeat fixed; }
*/

/* Background bottom*/
/*
.bi0.bgs, .bi0.bgf { background: transparent url(t2-.png) 0 100% repeat-x; }
*/


/***********************/
/* CUSTOM TITLE COLORS */
/***********************/
/* Set "Site Name Color" and "Node Title Color" as None (custom) in ABC settings page and uncomment the following lines: */

/* Site name color */
/*
.sn0 p#site-name a, .sn0 p#site-name a:hover, .sn0 h1#site-name a, .sn0 h1#site-name a:hover { color: red; }
*/

/* Node title color */
/*
.nt0 .title, .nt0 .title a { color: red; }
*/


/**************************/
/* INDIVIDUAL MENU COLORS */
/**************************/
/* Uncomment the following lines to have different colors for menu items. 
 * Change the values below accordingly: XXX=menu item number; YYY=color. */

/* Individual menu item */
/*
.menu-XXX {
	background: #YYY;
}*/

/* First/last menu item */
/*
.first.pure-menu-link {
	background: #YYY;
}*/

/* Middle menu items */
/*
.pure-menu-link {
	background: #YYY;
}*/

/* Children color */
/*
.pure-menu-children .pure-menu-link {
	color: #YYY !important;
	background: YYY;
}*/


/******************************/
/* HIDE some TITLES, READMORE */
/******************************/
/* Uncomment the first declaration below to hide all titles on the front page 
 * Addapt the second declaration to hide a certain title on the frontpage. 
 * Third one is for no "Read more" on the front page. */ 
/*
.front #main h2.title a {	display: none; }
.front #main #node-XXX h2.title a {	display: none; }
.front .node-readmore {	display: none; }
*/


/*************************/
/* USER BLOCKS ALIGNMENT */
/*************************/
/*
#section1 .block {
	min-height: 250px;
}*/

/*************************/
/* CENTERED BLOCK IMAGES */
/*************************/
/*
.block img {
	margin: auto;
}*/

/*******************************************************/
/* THEMED BLOCKS and REGION CONTENT BACKGROUND COLOURS */
/*******************************************************/
/*
.themed-block .content {
  border: 1px solid #ddd;
  background-color: #f8fff0;
}
#main .region-content, #mission {
  border: 1px solid #ddd;
  background-color: #f8fff0;
}
*/


/************************/
/* OTHER SOCIAL NETWORK */
/***********************/
/*
#soclinks .myother { 
	background: transparent url(myother-social-network_32.png) no-repeat scroll center center; 
}
*/


/***************************************/
/* CUSTOM BLOCK TITLE COLORS and ICONS */
/***************************************/
/* Set "Block Title Color" to None (custom) and "Block icons" to No in ABC settings page and uncomment the following lines: */

/* Block title colors */
/*
.bt0 .block .title { color: red; }
*/

/* block icons */
/*
.bt0.bicons .block-icon { background: transparent url(sg-.png) no-repeat; }
*/



/*****************************/
/* VIEWS BLOCK - STYLE: GRID */
/*****************************/

.view8b {
	height: 100%;
	margin: 0 1em;
}
.view8b .views-field-title a {
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #900;
}
.view8b .image {
	margin-bottom: 1em;
}
.view8c {
	padding-top: 1em;
	margin-bottom: 1em;
}
/* .view-tag-XXX */ .view8b.col-1 {
	border-bottom: 5px solid #c09;
}
/* .view-tag-XXX */ .view8b.col-2 {
	border-bottom: 5px solid #390;
}
/* .view-tag-XXX */ .view8b.col-3 {
	border-bottom: 5px solid #f60;
}
/* .view-tag-XXX */ .view8b.col-4 {
	border-bottom: 5px solid #408EC8;
}


/**********************************/
/* CHANGES MENU TOGGLE BARS COLOR */
/**********************************/
/*
.menu-toggle .bars {
	background: #900;
}*/


/***********************/
/* CHANGEs for MOBILES */
/***********************/

@media screen and (max-width: 48em) {

/* BACKGROUND IMAGE */
/* Comment or erase the lines below to have background image. */
	#bg1, #bg2, .bgs, .bgf {
		background: none !important;
	}

}