/*
 Theme Name: Customizr Pro Child
 Theme URI:    
 Description:  Customizr Pro Child Theme
 Author:       CAS Designs, Corinne Earl
 Author URI:   http://CAS-DesignsMT.com
 Template:     customizr-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  customizr
*/

#camlinks {
	padding: 5px;
}

#menu-camlinks li {
	display: inline;
	list-style: none;
	margin: 0;
}

#menu-camlinks li a {
	padding: 0 10px;
	text-decoration: none;	
	border-right: 1px solid;
}

#menu-camlinks li:last-child a {
	border: none;
}

#menu-camlinks a:hover {
	margin: 0;
	padding: 0 10px;
	text-decoration: underline;
}

/* icons  */
.icon-snowflake:before {
  content: "\f2dc";
}
.icon-weather:before {
  content: "\f2c8";
}
.icon-webcam:before {
  content: "\f083";
}

.row-fluid .span5 {
	width: 18%;
	*width: 18%;
}