@charset "utf-8";
/*-- darwinsbark - food - Jesse Scott - June 5th, 2016 --*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*-- Global --*/
html	{
}
div, span {
    transition: none;
}

/*-- Header --*/
#header	{
	background-color: #fff;
	background-image: none !important;
	z-index: 99999;
	height: 50px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
}

.header_wrapper	{
    background-color: transparent;
	height: inherit;
	max-width: 100%;
    margin: 0 auto;	
}

.header_logo {
    top: 5px;
	right: 0;
    font-size: 24px;
    height: 35px;
}
.logo_text {
	color: #000;
    margin-right: 30px;
}

/*-- Nav --*/
.nav-bars{
    padding: 10px 20px;
}
.nav_list {
    background-color: rgba(255, 255, 255, 0.9);
}
.nav.expanded .nav_list {
	margin-top: -2px; 
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
}

.nav_sub {
    margin-top: -145px;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 3px 2px 24px -5px rgba(0,0,0,0.5);
}
.nav_db_sites {
	position: absolute;
	top: 0;
	left: -400px;
	width: 400px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    transition: all 0.5s;
}
.nav_db_sites.expanded {
	left: 200px;
    margin: 0;
}

#db-link {
    display: inline-block;
    line-height: 18px;
    margin: 0 15px 0 0;
}
#db-link .fa {
    line-height: 44px !important;
}
#db-link .fa:before {
	display: none;
}
#db-link .fa > span {
    font-size: 16px;
    color: #000;
}



/*-- Icons --*/
.fa {
    font-size: 32px !important;
}



/*-- Banner Image --*/
.banner {
	position: relative;
	width: 100%;
    margin-top: 50px;
}
.banner .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	color: #fff;
    font-size: 48px;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    height: 100%;
	width: 30px;
	transition: all 0.2s;
}
.banner .owl-carousel .owl-nav button.owl-next {
    position: absolute;
	color: #fff;
    font-size: 48px;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    height: 100%;
    width: 30px;
	transition: all 0.2s;
} 
.banner .owl-carousel .owl-nav button.owl-prev:hover,
.banner .owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(0,0,0,0.2);
}

.owl-carousel button.owl-dot {

}


/*-- Content --*/
.content h2 {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.content_wrapper	{
	background-color: rgba(255, 255, 255, 0.8);
	max-width: 1024px;
	min-height: 100vh;
	margin: 0 auto;
	overflow: visible;
}



/*-- Recipe Page --*/
#food-home	{    
	position: relative;
	background-color: #fff;
	background-image: none;
	border: none;
    min-height: 100vh;
    box-shadow: 0px -8px 12px -8px rgba(0,0,0,0.5);
}

.recipes-search-container	{
    color: #000;
    font-family: 'Crimson Text', serif;  
	padding: 20px;
	overflow: hidden;
}


.title	{
	color: #000;
	font-family: 'Montserrat', sans-serif;    
	font-size: 92px;
	text-align: center; 
	line-height: 120%;
	text-shadow: #999 1px 2px;
	margin: 0 0 40px
}


/*-- Recipe Page : Recipe Social Media Share Buttons --*/
#recipe-social {
	margin: 20px 0;
    padding: 10px;
	background-color: rgba(255,255,255,0.4);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
}
#content > div > div > div.recipe-social > div	{
	margin-right: 20px;
    display: inline-block;
    position: relative;
}

.fb-cont	{
	width: 100px;
    margin: 0 auto;
    height: 50px;
}
.reddit-btn {
    top: 4px;
}
.pinterest-btn,
.twitter-btn {
    top: 6px;
}


/*-- Recipe Page : Recipe Sorting : Recipe Search Bar --*/
#recipe-searchbar	{
	overflow: hidden;
    padding: 20px 25px;
    margin: 0 auto;
    margin-bottom: -10px;
    background-color: #f3f3f3;
}
#search-text {
    padding: 5px;
    width: 67%;
    height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
    margin-right: 20px;	
}
#search-btn,
#reset-btn	{
	font-family: 'Montserrat', sans-serif;	
	font-size: 20px;
    padding: 8px;
    margin-right: 20px;
}
#reset-btn	{
    margin-right: 0px;
}

/*-- Recipe Search Bar : Results--*/
#recipe-searchbar-results {
	padding: 20px;
}
#recipe-searchbar-results .text {
	font-family: 'Montserrat', sans-serif;	
	font-weight: 100px;
	font-size: 16px;
	font-style: italic;
}

#no-results-tile	{
	display: none;
    float: left;
	width: 100%;
}

#no-results-tile > div	{
	width: 100%;	
}



/*-- Recipe Page : Recipe Sorting : Display Options Button --*/
.hide {
	display: none;
}
#show-sorting	{    
	cursor: pointer;
    width: 100%;
	background-color: #ddd;   
    color: #000; 
	border-radius: 3px;
}
#show-sorting > i {
    padding: 20px;    
    width: auto;
    font-size: 24px !important;
    color: #000;
}
#show-sorting > i > span {
	font-family: 'Montserrat', sans-serif;	
	top: 0;
    font-size: 24px !important;
}



/*-- Recipe Page : Recipe Sorting : Options --*/
#recipe-sorter {
	overflow: hidden;
	padding: 0 20px;
    background-color: #f3f3f3;
}
#recipe-sorter ul {
	overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
}
#recipe-sorter ul .fa {
    display: inline !important;
    color: #000;
    font-size: 24px !important;
    padding-left: 10px;
}
#recipe-radio > ul > li > hr {
	margin: 20px 0;
}

.hr-break	{
	clear: left;
    overflow: auto;
}
#recipe-hr {
    margin: 20px 0px;
}

.recipe-chkbx	{
	width: auto;
    min-width: 200px;
	float: left;
	margin-right: 20px;
    padding: 10px 0;
}

#recipe-searchbar,
#recipe-sorter     {
}

/*-- Recipe Page : Recipe Sorting : Options : Display --*/
#recipe-sorter-subtitle	{
    font-size: 28px;
	font-family: 'Montserrat', sans-serif; 
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
	padding-left: 30px;
    margin-right: 20px;
    font-size: 20px;
	font-family: 'Montserrat', sans-serif;  
}
input[type=radio] {
    display: none;
}
label:before {
    border-radius: 3px;

    content: "";
    display: inline-block;
 
    width: 16px;
    height: 16px;
 
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
input[type=radio]:checked + label:before {
    background-color: #555;
}
input[type=radio] + label::before {
    width: 22px;
    height: 22px;
}
a[data-recipe-type="dessert"]	{
	display: block;
}


/*-- Recipe Page : Recipe Tiles --*/
.recipe-list	{
	padding: 10px;
    overflow: hidden;
}
.recipe-list a	{
	color: inherit;
	text-decoration: none;
}

/*-- Recipe Page : Recipe Tiles : Tiles --*/
.recipe-tile {
    width: 31%;
    float: left;
    background-position: center;	
    background-size: cover;
    background-color: #555;
    height: 200px;
    margin: 1%;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.recipe-tile:hover {
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform: scale(1.05);
}
.recipe-tile-wrapper { 
    position: relative; 
	border-radius: 3px;
    background-color: rgba(0,0,0,0.3);
    height: inherit;
}
.recipe-background {
    position: absolute;
    height: 100%;
    width: 100%;
}
.recipe-name {
	padding: 10px;
	font-family: 'Montserrat', sans-serif; 
	font-size: 28px;
	text-align: center;
	color: #fff; 
	text-shadow: #000 1px 1px;
	position: relative;
    top: 35px;
}

/*-- Footer --*/
#footer	{
	position: relative;
	background-color: #fff;
	background-image: none;
	z-index: 99999;
}
.footer_wrapper	{
	max-width: 100%;
    background-color: transparent;
}
.footer_social .fa {
    color: #000;
}
.footer_copy_text {
    color: #000;
}


@media screen and (max-width: 990px) {

	/*-- Nav --*/
	.nav_sub {
	    background-color: #fff;
	    position: absolute;
	    z-index: 100;
	    margin-left: 50px;
	}


	.fb_iframe_widget {
	    float: none;
	    height: 30px;
	    margin: 0;
	}

	.title {
	    margin: 10px 0;
	    font-size: 64px;
	}
	.recipe-searchbar {
	    width: auto;
	}
	#show-sorting > i > span {
	    font-size: 16px !important;
	}
	#search-text {
	    width: 97%;
	    margin-bottom: 20px;
	}
	.recipe-az-up,
	.recipe-az-down	{
	    width: 100%;
	    float: none;
	}

	.recipe-tile	{
	    width: 48%;
	    float: left;
	}
	.recipe-name	{
		top: 50px;
		font-size: 20px;
	}

}

@media screen and (max-width: 600px) {
	.content_wrapper {
		margin: 0 auto;
	}
	.recipe-tile	{
	    width: 100%;
	    float: none;
    	height: 180px;
	    max-width: 420px;
	    margin: 10px auto;
	}
	.recipe-name {
		top: 100px;
	}

	#slideShowButtonCont .fa {
		font-size: 18px !important;
		text-align: center;
	}
	
	#slideShowButtonCont .fa:before {
		margin: 0;
	}
}