/*
 Theme Name:     the Barristers Group
 Theme URI:      http://www.quackcom.ca
 Description:    the Barristers Group Theme
 Author:         Quackcom.ca
 Author URI:     http://www.quackcom.ca
 Template:       twentyfourteen
 Version:        1.0.0
*/
 
@import url("../twentyfourteen/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


@import url('font-awesome-4.1.0/css/font-awesome.min.css');
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic');
@import url('css/bootstrap.css');
@import url('css/bootstrap.min.css');
@import url('css/stylish-portfolio.css');

#main {
position:relative;
top: 100px;	
}

::selection {
	background: gray;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: gray;
	color: #fff;
	text-shadow: none;
}

a:active,
a:hover {
	color: #ad3918;;
}

article {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: none;
		margin-right: 1px;
		position: relative;
		top: 1px;
	}
	
		.site-content .comments-link a:before {
		content: none;
		margin-right: 2px;
	}



/* Primary Sidebar, Footer Sidebar */

.entry-title {
	text-transform: none;
		color: #F3713D;	

}

.entry-title a{
		color: #F3713D;	

}

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: black;
}

.widget a:hover {
	color: #F3713D;	
}

.widget h1 {
border-top: 1px solid gray;
padding-top: 5px;
font-size: 18px;
}


li.cat-item.cat-item-1 {
	display: none;
}

.cat-links {
	display: none;
}

.comments-link {
	display: none;
}


.widget-area .widget input,
.widget-area .widget textarea {
	background-color: white;
	color: black;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
	font-weight: normal;
}


.widget-area .widget input,
.widget-area .widget  input.search-field {
	width: 100%;
}

div.clear {
clear:both;	
height: 1px;
margin-top: 150px;
}
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 12px;
	}

@media screen and (min-width: 846px) {
	.content-area,
	.content-sidebar {
		padding-top: 0;
	}
	
}

/* Secondary */

#secondary {
	border-top: none;
}

.site-description {
	padding-top: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

@media screen and (max-width: 1000px) {
	#secondary {
position: relative;
width: 100%;
	}
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: white;	
	color: black;
}