/*
Theme Name: CK Remake
Theme URI: http://coseppikitchen.com
Description: Theme for CoseppiKitchen.com
Author: James Seppi
Author URI: http://coseppi.com/
Version: 1.0
Tags: 
License:
License URI:
*/

@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/BebasNeue-webfont.eot');
  src: url('fonts/BebasNeue-webfont.eot@') format('embedded-opentype'),
  url('fonts/BebasNeue-webfont.woff') format('woff'),
  url('fonts/BebasNeue-webfont.ttf.html') format('truetype'),
  url('fonts/BebasNeue-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'CreteRoundRegular';
  src: url('fonts/CreteRound-Regular-webfont.eot');
  src: url('fonts/CreteRound-Regular-webfont.eot@') format('embedded-opentype'),
  url('fonts/CreteRound-Regular-webfont.woff') format('woff'),
  url('fonts/CreteRound-Regular-webfont.ttf.html') format('truetype'),
  url('fonts/CreteRound-Regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;

}

body {
  padding-top: 20px;
  padding-bottom: 40px;
  background: url('img/brillant.png') repeat;
}

.clear {
  clear:both;
}

footer {
  text-align: center;
}

a {
  color: #007F46;
  text-decoration: none;
}

a:hover {
	background-color: #F7F7F7;
	color: #E12000;
  text-decoration: none;
}

.carousel-control:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.wrapper {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1em; 
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
}

#main-nav {
  text-align:center;
  font: 18px/18px 'CreteRoundRegular', serif;
  background-color: rgba(255, 210, 31, 0.2);
}

#main-nav ul.nav {
  padding: 0;
  margin: auto;
  display: inline-block;
}

#main-nav a, #main-nav a:visited, #main-nav a:hover{
  color:black;
  text-decoration: none;
  margin-right: 12px;
  margin-left: 12px;
  padding-left: 8px;
  padding-right: 8px;
}


#main-nav .nav-pills > .active > a,
#main-nav .nav-pills > .active > a:hover {
  color: #008047;
  background-color: transparent;
}

#main-nav .nav > li > a:hover {
  color: #008047;
  background-color: transparent;
}

#main-nav .nav-pills > .active > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

#main-nav .nav-pills .open .dropdown-toggle, #main-nav .nav > li.dropdown.open.active > a:hover {
  color: #008047;
  background-color: transparent;
  border-color: transparent;
}

#main-nav .dropdown-menu .active > a, 
#main-nav .dropdown-menu .active > a:hover {
  color: #008047;
  text-decoration: underline;
  outline: 0;
  background-color: #F7F7F7;
  background-image: none;
}

#main-nav .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, 
#main-nav .dropdown-submenu:hover > a {
  text-decoration: underline;
  color: #008047;
  background-color: transparent;
  background-color: transparent;
  background-image: none
}

#main-nav .nav .dropdown-toggle .caret {
  border-top-color: black;
  border-bottom-color: black;
}


#main-nav .nav li.dropdown.open .caret,
#main-nav .nav li.dropdown.open.active .caret, 
#main-nav .nav li.dropdown.open a:hover .caret {
  border-top-color: #008047;
  border-bottom-color: #008047;
  
}

#main-nav .dropdown-menu {
  margin: -2px 0 0;
  text-align: left;
}

.wrapper:before,
.wrapper:after {
  content:"";
  position:absolute; 
  z-index:-2;
}

.curved::before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 15px rgba(0,0,0, 1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

.lifted:before,
.lifted:after { 
  top:15px;
  left:10px;
  width:50%;
  height:20%;
  max-width:300px;
  -webkit-box-shadow:0 -15px 10px rgba(0, 0, 0, 0.7);   
  -moz-box-shadow:0 -15px 10px rgba(0, 0, 0, 0.7);
  box-shadow:0 -15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform:rotate(3deg);    
  -moz-transform:rotate(3deg);   
  -ms-transform:rotate(3deg);   
  -o-transform:rotate(3deg);
  transform:rotate(3deg);
}

.lifted:after {
  right:10px; 
  left:auto;
  -webkit-transform:rotate(-3deg);   
  -moz-transform:rotate(-3deg);  
  -ms-transform:rotate(-3deg);  
  -o-transform:rotate(-3deg);
  transform:rotate(-3deg);
}

.title-unit {
  text-align: center;
}

h1.site-title {
  font: 60px/48px 'BebasNeueRegular', Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: 0;
}

h1.site-title a, h1.site-title a:hover {
  text-decoration: none;
  color: #FF2B06;
  background-color: transparent;
}

.site-subtitle {
  font: 16px/14px 'CreteRoundRegular', serif;
  color: gray;
  margin-top: 0;
}

.badge {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.badge a, .badge a:hover {
  color: white !important;
  text-decoration: none;
  background: none !important;
}

.badge-gf {
  background-color: #F89406;
}

.badge-vegan {
  background-color: #468847;
}

h2 .badge {
  vertical-align: super;
  margin-left: 2px;
}

.carousel-caption h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}

.carousel-caption h4 a {
  color:white;
}

.carousel-caption h4 a:hover {
  text-decoration: underline;
  background-color: transparent;
}

h1.category-title, h1.tag-title, h2.news-heading {
  font: 34px/34px 'BebasNeueRegular', Arial, sans-serif;
  color: #FF2B06;
}

h2.news-heading {
  margin-bottom: 0;
}

.front-sticky {
  height: 250px;
}

.front-sticky h4 {
  font: 28px/28px 'BebasNeueRegular', Arial, sans-serif;
  color: #FF2B06;
}

ul.cat-list {
	margin: 0 0 10px 0;
}

li.cat-item {
  display: inline;
	padding-right: 20px;
}

.cat-item a {
  display: inline-block;
}

h1 {
  font: 22px/22px 'CreteRoundRegular', serif;
}

.post header h1 {
  margin: 0;
  display: inline-block;
  float: left;
  padding-right: 10px;
}

.post header h1 a.post-title {
  color:black;
}

.post header h1 a.post-title:hover {
  color: #E12000;
  text-decoration: none;
}

.post .badges {
  float: left;
  padding-right: 10px;
}

.post h2 {
	font: 20px/20px 'CreteRoundRegular', serif;
}

.post h3 {
  font: 18px/18px 'CreteRoundRegular', serif;
  margin: 10px 0;
}

.post h4 {
  font: 16px/16px 'CreteRoundRegular', serif;
  margin-left: 6px;
}

.post .alignright {
  float:right;
  margin-left:10px;
}

.post .alignleft {
  float:left;
  margin-right:10px;
}

.post .aligncenter {
  margin:0 auto;
  display:block;
}

.post .wp-caption {
  text-align: center;
}

.post .wp-caption p {
  margin: 0;
  font-size:12px;
  line-height:12px;
  padding: 4px 0;
  color: gray;
}

.post .entry-body {
  clear:both;
}

.entry-meta {
  border-bottom: 1px dotted #F7F7F7;
  margin-bottom: 6px;
}

.entry-content img {
  background: #fff;
  border-style: solid;
  border-color: #DDD;
  padding: 0.333em;
  border-width: 0.083em;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

.entry-content img:hover {
  -webkit-box-shadow: 0px 0px 5px #313131;
  -moz-box-shadow: 0px 0px 5px #313131;
  box-shadow: 0px 0px 5px #313131;
}

.entry-content img.nopin {
  border: none;
}

.entry-content img.nopin:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#sidebar {
  font-size: 12px;
}

#sidebar .widget-row h3 {
  padding-bottom: 6px;
  font: 16px/14px 'CreteRoundRegular', serif;
  border-bottom: 1px solid #CCC;
  margin-bottom: 4px;
}

#sidebar .widget-row ul {
  list-style: none;
  margin-left: 0;
}

#sidebar .widget-row li {
  border-bottom: 1px dotted #CCC;
}

#sidebar .widget-row li a {
  text-decoration: none;
  color: black;
  display: block;
  padding-left:5px;
}

#sidebar .widget-row li a:hover {
  text-decoration: none;
  color: #E12000;
  background-color: #F7F7F7;
}

#sidebar .social-icons {
  text-align: center;
}

.search-query {
  width: 220px;
}

blockquote p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

table.bordered, table.bordered th, table.bordered td
{
  border: 1px solid gray;
}