/*
Theme Name: ico3_core
Theme URI: http://.com
Description: A handrolled WordPress Twitter Bootstrap
Version: 1.0
Tags: responsive, white, bootstrap
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
Some other comments or urls here that will prove useful reminders to you or another developer
*/

.form-control:focus{
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input, input:focus{
	outline:none;
}

select:focus{
	border:none;
	outline:none;
}
iframe{
	max-width: 100%;

}

a, .btn{
	transition: all 0.3s ease-in-out;
}

a{
	color: #857e22;
	outline: 0;
}
h1, h2, h3, h4{
	margin-bottom: 20px;
	color: #857e22;
	font-size: 30px;
    text-transform: capitalize;
}

h3{
	color: #343434;
	font-size: 19px;
}
a:hover, a:focus, a:active{
	color: #343434;
	text-decoration: none;
	outline: 0;
}
img[usemap], map area{
    outline: none;
}

img{
    display: block;
    max-width: 100%;
    height: auto;
}

body{
	color: #343434;
	background: #fff;
	border-top: 1px solid #857e22;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/*remove padding*/
.no-padding{
	padding:0;
}
.no-padding-l{
	padding-left:0;
}
.no-padding-r{
	padding-right:0;
}
.no-padding-t{
	padding-top:0;
}
.no-padding-b{
	padding-bottom:0;
}
.no-padding-lr{
	padding-left:0;
	padding-right:0;
}
.no-padding-tb{
	padding-top:0;
	padding-bottom:0;
}

/*adds padding*/
.add-padding{
	padding:15px;
}
.add-padding-l{
	padding-left:15px;
}
.add-padding-r{
	padding-right:15px;
}
.add-padding-t{
	padding-top:15px;
}
.add-padding-b{
	padding-bottom:15px;
}
.add-padding-lr{
	padding-left:15px;
	padding-right:15px;
}
.add-padding-tb{
	padding-top:15px;
	padding-bottom:15px;
}

/*remove margin*/
.no-margin{
	margin:0;
}
.no-margin-l{
	margin-left:0;
}
.no-margin-r{
	margin-right:0;
}
.no-margin-t{
	margin-top:0;
}
.no-margin-b{
	margin-bottom:0;
}
.no-margin-lr{
	margin-left:0;
	margin-right:0;
}
.no-margin-tb{
	margin-top:0;
	margin-bottom:0;
}
/*add margin*/
.add-margin{
	margin:15px;
}
.add-margin-l{
	margin-left:15px;
}
.add-margin-r{
	margin-right:15px;
}
.add-margin-t{
	margin-top:15px;
}
.add-margin-b{
	margin-bottom:15px;
}
.add-margin-lr{
	margin-left:15px;
	margin-right:15px;
}
.add-margin-tb{
	margin-top:15px;
	margin-bottom:15px;
}
/*Minus margin*/
.minus-margin{
	margin:-15px;
}
.minus-margin-l{
	margin-left:-15px;
}
.minus-margin-r{
	margin-right:-15px;
}
.minus-margin-t{
	margin-top:-15px;
}
.minus-margin-b{
	margin-bottom:-15px;
}
.minus-margin-lr{
	margin-left:-15px;
	margin-right:-15px;
}
.minus-margin-tb{
	margin-top:-15px;
	margin-bottom:-15px;
}

@media only screen and (max-width: 767px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; margin-bottom:10px; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding:5px;
		 
	}
	
	td {
		padding-left: 48%;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	/*Label the data*/
	
	td:before { content: attr(data-label); }
	td:nth-of-type(1){ padding-left:5px; font-weight:bold; }
	td:nth-of-type(1):before{ content:'';}
}



.form-control{
	color: #000;
	border-radius: 0;
}

.form-control ::-webkit-input-placeholder{
	color: #000;
}

.form-control :-moz-placeholder{
	color: #000;
}

.form-control ::-moz-placeholder{
	color: #000;
}

.form-control :-ms-input-placeholder{
	color: #000;
}

.form-control :placeholder-shown{
	color: #000;
}

.newsletter-signup .form-control{
	padding: 20px 15px;
}

.btn-default, .btn-primary{
	padding: 10px 18px;
	color: #fff;
	background: #857e22;
	border-color: transparent;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover{
	color: #fff;
	background: #676115;
	border-color: transparent;
}

.breadcrumb{
	margin-top: 15px;
	color: #979797;
	background-color: transparent;
	font-size: 13px;
}

.breadcrumb a{
	color: #979797;
	text-decoration: none;
}

.breadcrumb a:hover{
	color: #857e22;
}

.breadcrumb .active{
	color: #857e22;
}