/*
Theme Name: Twenty Thirteen Child

Theme URI: http://wordpress.org/extend/themes/twentythirteen
Author: Logan Edwards
Author URI: http://le-create.com
Description: Child theme based on Twenty Thirteen by Wordpress.org
Template: twentythirteen
Version: 1.0
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Note: Feel free to use any bit of this styling, just place attribution to the author, please.
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* Import of parent theme */
@import url("../twentythirteen/style.css");
/* End import */

/* ------------------------------------------------------------
 * Begin Mods 
 * ------------------------------------------------------------ */
 
@font-face {
    font-family: 'aaarghnormal';
    src: url('./fonts/Aaargh-webfont.eot');
    src: url('./fonts/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Aaargh-webfont.woff') format('woff'),
         url('./fonts/Aaargh-webfont.ttf') format('truetype'),
         url('./fonts/Aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}


 h1, h2, h3, h4, h5, h6, input {
    font-family: 'aaarghnormal', "Source Sans Pro", Helvetica, sans-serif;
 }

h6 {
    font-size: 11px;
}

a * {
    color: #76CCC3;
}

input, textarea, button,
input[type="submit"] {
  border-radius: 10px;
}

h1 {
    font-size: 2em;
    font-weight: 600 !important;
}
 
 #page {
    width: 100%;
}

#main.site-main {
    margin: 30px auto;
    width: 95%;
}   

.center {
    text-align: center;
}

.right {
    float: right;
}

button, input, textarea {
    border: 2px solid #C2C2C2;
}
/* ------------------------------------------------------------
 * Header
 * ------------------------------------------------------------ */
.site-header .home-link {
    min-height: 0px;
    display: none;
}

/* We hide this to change the header layout
so the nav is just displayed */
.home-link {
    display: none;
}

#masthead.site-header {
    background: none;
}
 
/* ------------------------------------------------------------
 * Navigation
 * ------------------------------------------------------------ */
#navbar.navbar {
    display: inline-block;
    background-color: #fff;
}

.main-navigation {
    color: rgba(185, 245, 250, 0.5);
    /*border-radius: 45px 0 0 45px;
    box-shadow: 2px 2px 8px rgba(120, 120, 120, .5);*/
    float: right;
}

.nav-menu li a {
    font-family: 'aaarghnormal', "Source Sans Pro", Helvetica, sans-serif;
    font-size: 1.2em;
}

.nav-menu li:hover > a, .nav-menu
li a:hover {
    background-color: #FFB763;
    color: #fff;
    border-bottom: 0px;
    border-radius: 0px 10px 0px 0px;
    transition: linear .15s;
    -webkit-transition: linear .15s;
}

ul.nav-menu ul a:hover {
    background-color: #6EC7B8;
}

.nav-menu .sub-menu {
    background-color: #FFB763;
    border-radius: 0px 10px 10px 10px;
    border: none;
    margin-left: 2px;
}
ul.nav-menu ul a, .nav-menu ul ul a {
    font-size: 0.75em;
    line-height: 0.5em;
    font-weight: bold;
    color: #fff;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
    border-radius: 0px 10px 10px 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor >a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  color: #E1813B;
  font-weight: 600;
  font-sty: normal;
}
 
.site-header .search-form {
    top: -8px;
    right: 20px;
    margin-left: 25%;
    float: right;
    line-height: 4em;
}

.site-header .search-field {
    width: 200px;
    border: 2px solid #ccc;
    background-color: #fff;
    background-image: none;
    border-radius: 20px;
    padding-left: 20px;
}

.site-header .search-field:focus {
    width: 200px;
}

.menu-blog-container {
    margin-right: 200px;
}

.menu-toggle {
    padding: 0px;
    font-family: 'aaarghnormal', "Source Sans Pro", Helvetica, sans-serif;
    font-size: 1.2em;
}
.menu-toggle:after {
    content: "\f419";
    font-size: 1.2em;
    vertical-align:middle;
}
/* Custom ID for crackers and carrots link */
#menu-item-7595 a{
    background-image: url(/wp-content/uploads/feet.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
}

#menu-item-7595 a:hover {
    background-image: none;
}
/* ------------------------------------------------------------
 * Paging Navigation 
 * ------------------------------------------------------------ */
.paging-navigation .meta-nav {
    background-color: rgba(113, 199, 185, 0.5);
}

.paging-navigation a {
    font-style: normal;
    color: rgba(113, 199, 185, 0.5);
}

.paging-navigation a:hover {
    color: #FFB763;
}

.paging-navigtaion .meta-nav:hover {
    background-color: #FFB763;
}

.navigation.paging-navigation {
    background-color: #fff;
    padding-top: 20px;
    clear: both;
}
 
/* ------------------------------------------------------------
 * Sidebar 
 * ------------------------------------------------------------ */
 
.site-main .sidebar-container {
	height: auto;
	position: absolute;
	top: -50px;
	max-width: 35%;
	margin: 10px;
	z-index: 1;
}
.site-main .widget-area {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}

 
.sidebar-inner #logo img {
  width: 80%;
  height: auto;
  position: relative;
  left: 6%;   
}

#widget_profile {
  width: 50%;
  padding: 0px;
  margin: 15px auto 0;
}

.sidebar-inner #widget_profile a {
  position: relative;
  top: 0px;
  font-size: 1.5em;
}

.sidebar-inner #widget_profile a:hover {
  text-decoration: none;
}

.sidebar-inner #widget_profile p {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: right;
  border-radius: 20px 0px 0px 20px;
  padding-right: 10px;
  margin-left: 25%;
  position: relative;
  bottom: 35px;
  font-size: .75em;
}

.sidebar-inner .featured-sidebar {
  width: 49%;
  float: left;
  padding:0px 2px;
}
.sidebar-inner .featured-sidebar img {
  max-width: 100%;
}


.sidebar-inner .featured-sidebar h4 {
  float:left;
  margin-top: 2px;
  font-size: .7em;
  text-align: center;
}

#social-link-wrapper {
  width: 328px;
  margin: 0 auto;
}
.social-link {
  float: left;
  display: inline-block;
  margin: 0 auto;
  padding: 0px;
  width: 25px;
  height: 25px;
}
.social-link {
  width: 38px;
  height: 38px;
  background-color: rgba(120,120,120,0.5);
  padding: 5px;
  margin: 1%;
  border-radius: 100%;
  box-shadow: 1px 1px 2px #ccc;
}

.social-link img {
  width: 100%;
}


#twitter-link:hover {
    background-color: #39A9E0;  
}

#facebook-link:hover {
    background-color: #3B5998;
}

#pinterest-link:hover {
    background-color: #CB2027;
}

#instagram-link:hover {
    background-color: #3F729B;
}

#googleplus-link:hover {
    background-color: #D14836;
}

#rss-link:hover {
    background-color: #FF8300;
}

#contact-link:hover {
    background-color: #DDDDDD;
}

.site-main .sidebar-inner {
    margin: 10px;
    float: left;
}
.widget {
    background-color: white;
    padding-left: 0px;
}

.widget-area {
    width: 100%;
}
.widget-area img {
    border-radius: 10px;
    max-width: 100%;
    padding: 0px;
}
/* ------------------------------------------------------------
 * Content Area 
 * ------------------------------------------------------------ */
 
.entry-meta .date a:before {
	content: "\f307";
}

.entry-content img {
  border-radius: 10px;
}

.hentry {
    padding: 0px;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 60px 0 60px;
}
 #content.site-content {
    margin-left: 40%;
    min-height: 500px;
 }
 
.entry-meta .categories-links, .tile .entry-meta .tags-links {
    display: none;
 }
 
 /* .tile styling is for archives and home page tiles */

.tile .entry-content, .tile .entry-meta {
   display: none;
}
.tile .entry-content > img {
    border-radius: 10px;
    width: 100%;
    height:auto;
    box-shadow: 2px 2px 8px rgba(120, 120, 120, .5);
}


.tile {
    
    width: 20%;
    height: auto;
    float: left;
    position: relative;
    margin: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    vertical-align: bottom;
    -webkit-transform:scale(1);
    transform:scale(1);
    box-shadow: 2px 2px 5px rgba(120, 120, 120, 0.5);
}

.tile:hover, .tile:focus, .tile:active {
/*    box-shadow: 5px 2px 25px rgba(120, 120, 120, .5);*/
    -webkit-transform:scale(1.015);
    transform:scale(1.015);
    transition: all .15s;
    -webkit-transition: all .15s;
}
.tile .entry-header {
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: -10px;
}


.tile .entry-title {
    font-size: .7em;
    position: absolute;
    line-height: 1.4em;
    bottom: 10px;
    border-radius: 32px 0 0 32px;
    right: 0px;
    width: 95%;
    padding: 0 5px 0 10px;
}

.inactiveTile {
    background-color: rgba(124, 73, 7, 0.3);
}
.activeTile {
    background-color: rgba(124, 73, 7, 0.7);
}

.tile .entry-title a {
    color: #fff;
}
.tile .entry-thumbnail {
    border-radius: 10px;
/*
    position: relative;
    overflow: hidden;
*/
    background-size: 115%;
}

.tile .entry-thumbnail img {
    border-radius: 10px;
    display: block;
    /*border-radius: 10px;*/
    position: relative;
    /*left: -50%;*/
}

.tile img.wp-post-image {
    height: auto;
    width: 100%;
}

.tile .entry-meta {
    /*position: relative;*/
    display: none;
}

/* ------------------------------------------------------------
 * Post Meta Area // Custom boxes
 * ------------------------------------------------------------ */
.post-meta > li {
    list-style: none;
}

.post-meta .post-meta-key {
    font-size: 2em;
}


/* ------------------------------------------------------------
 * Footer Area 
 * ------------------------------------------------------------ */

#colophon {
    clear: both;
}

.site-info {
    padding: 0;
}

.chocolate-carrots-info span {
    font-family: sans-serif;
}

.navigation.paging-navigation .nav-links {
    max-width: 85%;
    padding: 0px 40px 0px 0px;
}

.sidebar .post-navigation .nav-links {
    padding: 0 60px 0 60px;
}


.site-footer {
    background-color: rgba(220,220,220,0.5);
    font-family: 'aaarghnormal', "Source Sans Pro", Helvetica, sans-serif;
    box-shadow: 0px 2px 5px #ccc;
    height: 100px;
    padding: 40px 0;
}

.chocolate-carrots-info {
    text-align: center;
}
/* ------------------------------------------------------------
 * Comments Area
 * ------------------------------------------------------------ */
.tile .comments-link {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.comments-area img {
  border-radius: 10px;
  box-shadow: 0px 1px 1px;
}

.comments-title {
    text-align: center;
    font-family: 'aaarghnormal', "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 28px;
    padding: 0 30px;
}

.comment-respond {
     box-shadow: 0px 1px 1px #ccc !important;   
}

.comment-body {
    padding: 8px 0;
}

.comment-respond {
  padding: 5px 0px;
  background-color: rgba(113, 199, 185, 0.2);
  box-shadow: 0px 2px 5px #ccc;
  border-radius: 10px;
}

.comments-area * {
    margin-bottom: 2px;
}

.sidebar .comment-respond .comment-form,
.sidebar .comment-list {
    padding-right: 100px;
}

.comment-form label[for="comment"], .comments-area .form-allowed-tags {
    display: none;
}


/* ------------------------------------------------------------
 * Media Queries 
 * ------------------------------------------------------------ */
@media all and (max-width: 840px) {
    .main-navigation {
        width: 100%;
    }

    #menu-item-7595 a {
        background-image: none;
    }
    #main.site-main {
        width: 98%;
        margin: 5px auto;
    }
    #content.site-content {
        max-width: 100%;
        margin-left: 5%;
    }

    #content .entry-header {
    padding: 0px !important;
    }
    
    .site-header .search-form {
        line-height: 0em !important;
        margin-top: 1px;
    }
    
    .site-header .search-field {
        border: 2px solid #ccc;
        border-radius: 20px;
    }
    
    #navbar.navbar, .toggled-on .nav-menu {
        background-color: rgba(245, 245, 245, .85);
        box-shadow: 2px 2px 2px solid #bbb;
    
    }
    /* Small menu */
    .menu-toggle {
        display:inline;
        line-height: 2.4em;
        color: black;
        padding: 10px !important;
        background-color: rgba(221, 221, 221, 0.9);
    }

	.menu-toggle:after {
		content: "\f419";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: 0px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
        position:absolute;
		margin-left: 0;
		padding: 0;
		width: auto;
        z-index: 1;   
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
    
    .sidebar .comment-respond .comment-form, .sidebar .comment-list {
        padding-right: 10px
            }
    
    .site-main .sidebar-container {
        position:static;
    margin: 0 auto;
    max-width: 100%;
    clear: both;
    
    }

    .site-main .sidebar-inner {
        position: relative;
        width: 100%;
        margin: 0px auto 25px auto;
    }
    .site-header .search-form {
        top: 0px;
        line-height: 2.9em; 
    }

    /* Sidebar */
    .sidebar-inner {
        
    }
    .sidebar-inner #widget_profile a {
        font-size: 0.7em;
        top: -23px;
    }

    .site-main .widget-area {
        display: none;
    }
    
    #logo {
        max-width: 25%;
        display:inline-block;
        float: left;    
    }
    #social-link-wrapper {
        max-width: 77%;
        float: left;
        position:absolute;
        top: 83px;
        display:inline-block;
    }
}

@media all and (max-width: 640px) {
    
    #social-link-wrapper {
        top: 0px;
        display: block;
    }
    
    .sidebar-inner #logo {
        max-width: 100%;
    }
    
    .sidebar-inner #logo img {
        width: 65%;
        left: 20%;
    }
    
    #social-link-wrapper {
        position: relative;
        float: none;
        width: 380px;
        max-width: 100%;
	left: 8%;
        margin: 0 auto;
    }
    
    .tile {
        margin: 10px auto;
        left: 15%;
        clear: both;
        width: 70%;
    }
    
    .tile .entry-title a {
        font-size: 2em;
        line-height: 1.5em;
    }
    
    .site-content {
         margin: 10px auto;   
    }