/*
Theme Name: Taste Love and Nourish Theme
Theme URI: http://www.tasteloveandnourish.com
Description: Theme for Taste Love and Nourish
Version: 1.0.0
Author: WSK
Author URI: http://woodenspoonskitchen.com;
Template: dms
*/

input[type="text"]::-webkit-input-placeholder {
	font-weight: 400!important;
	font-style: italic!important;
	color: rgba(43, 53, 61, 1)!important;
	font-size: 13px!important;
	font-family:asap!important;
}

input[type="text"]:-moz-placeholder {
	font-weight: 400!important;
	font-style: italic!important;
	color: rgba(43, 53, 61, 1)!important;
	font-size: 13px!important;
	font-family:asap!important;
}

input[type="text"]::-moz-placeholder {
	font-weight: 400!important;
	font-style: italic!important;
	color: rgba(43, 53, 61, 1)!important;
	font-size: 13px!important;
	font-family:asap!important;
}

input[type="text"]:-ms-input-placeholder {
	font-weight: 400!important;
	font-style: italic!important;
	color: rgba(43, 53, 61, 1)!important;
	font-size: 13px!important;
	font-family:asap!important;
}


.searchform input[type="text"]::-webkit-input-placeholder {
	color: transparent!important;
}

.searchform  input[type="text"]:-moz-placeholder {
	color: transparent!important;
}

.searchform  input[type="text"]::-moz-placeholder {
	color: transparent!important;
}

.searchform  input[type="text"]:-ms-input-placeholder {
	color: transparent!important;
}

/* Begin Additions by Lauren @ Once Coupled, March 2017 */

.tln_logo,
#list_sb_primary .widget {
    border: 0;
}

.tln_logo {
	padding-top: 20px;
	padding-bottom: 0;
}

body .tln_logo .pl-section.section-textbox .pl-section-pad {
	margin-bottom: 0;
	padding: 0 8px;
}

#page-main {
	margin-top: -40px;
}

.tln_home img:hover,
.tln_post .post-thumb img:hover {
    opacity: 1;
}

.YUMMLY-YUM-IFRAME {
    display: none;
}

#page-main .pl-content > .pl-inner > .row > .pl-section + .pl-section > .pl-section-pad {
    background: url('/wp-content/themes/tln_theme/images/tln_leaf.png') no-repeat center 35px;
    padding-top: 65px;
}

.wpp-list,
.widget_listcategorypostswidget {
	text-align: center;
}

.wpp-list .one-half,
.widget_listcategorypostswidget li {
	width: 48%;
	float: left;
	padding: 2%;
	padding-left: 0;
	border: 0;
	margin-bottom: 10px;
}

.wpp-list .one-half:nth-of-type(even),
.widget_listcategorypostswidget li:nth-of-type(even) {
	padding-left: 2%;
	padding-right: 0;
}

.wpp-list .title a,
.widget_listcategorypostswidget li a:nth-of-type(1) {
	display: block;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 5px;
	font-family: 'asap';
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.about-tln img {
		width: 50%;
		float: left;
		margin: 0 10px 5px 0;
	}
}

/* End Additions by Lauren @ Once Coupled, March 2017 */